/*!
Theme Name: RIP MEDICAL DEBT
Version: 1.1
*/
/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif; }

body {
  font-size: 1.4rem;
  font-weight: 300;
  min-height: 100vh;
  color: #707070;
  line-height: 1.9rem;
  opacity: 0;
  background-color: #F8F8F7;
  border: 0 solid #FF0000;
  box-sizing: border-box;
  transition: opacity 1s ease-in-out, border 1s cubic-bezier(0.21, 0.72, 0.455, 0.985);
  -webkit-font-smoothing: antialiased; }
  body.active {
    opacity: 1;
    border: 4px solid #FF0000; }
    body.active header {
      transform: translateY(0%);
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04); }
    body.active:before {
      height: 4px; }
  body.fade {
    opacity: 0; }
  body:before {
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background-color: #FF0000;
    content: ' ';
    z-index: 101;
    position: fixed;
    transition: height 1.2s cubic-bezier(0.21, 0.72, 0.455, 0.985); }

body.msie11 a.permalink {
  background-size: 13px 9px; }

a {
  color: #FF0000;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  display: inline-block;
  position: relative; }
  a:hover:before {
    opacity: 1;
    bottom: 2px; }
  a:before {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #FF0000;
    content: ' ';
    z-index: 101;
    position: absolute;
    transition: opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), bottom 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985); }
  a .noLink {
    cursor: default; }
  a.dark {
    color: #231F20; }
    a.dark:hover {
      color: #707070; }
    a.dark.noLink:hover {
      color: #231F20; }
  a.grey {
    color: #707070; }
    a.grey:hover {
      color: #231F20; }
    a.grey.noLink:hover {
      color: #707070; }
  a.noUnderline {
    display: inline; }
    a.noUnderline:before {
      display: none; }
    a.noUnderline:hover {
      color: #cc0000; }
  a.underlined {
    text-decoration: underline; }
    a.underlined:before {
      display: none; }
    a.underlined:hover:before {
      display: none; }
  a.permalink {
    background: url("img/link.svg");
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 19px;
    margin-left: 10px; }
    a.permalink a {
      color: transparent; }
      a.permalink a:hover {
        color: transparent; }
        a.permalink a:hover:before {
          display: none; }
  a.back {
    background: url("img/arrowLeftThickRed.svg");
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-size: 20px auto;
    padding-left: 35px;
    transition: margin 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), padding 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), background-position 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
    margin-left: -15px; }
    a.back:hover {
      margin-left: -20px;
      padding-left: 35px;
      padding-right: 30px;
      background-position: 0 3px; }
      a.back:hover:before {
        display: none; }
  a.readMore {
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #FF0000;
    letter-spacing: 0;
    line-height: 2.1rem;
    background: url("img/arrowRightThickRed.svg");
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 25px;
    background-size: 20px auto;
    font-weight: 400;
    transition: margin 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), padding 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), background-position 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
    a.readMore:hover {
      padding-right: 30px; }
      a.readMore:hover:before {
        display: none; }
  a.fullSize {
    background: rgba(0, 0, 0, 0.5) url("img/fullSize.svg") no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    transition: transform 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115);
    position: absolute;
    bottom: 20px;
    left: 0; }
    a.fullSize:hover {
      transform: scale(1.05); }
      a.fullSize:hover:before {
        display: none; }

img.fullWidth, svg.fullWidth {
  width: 100%;
  height: auto; }

img.fullHeight, svg.fullHeight {
  width: auto;
  height: 100%; }

img.rounded, svg.rounded {
  border-radius: 3px; }

div.small, a.small, p.small {
  font-size: 1.2rem;
  line-height: 1.6rem; }

div.large, a.large, p.large {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 300;
  letter-spacing: 0; }

p + p, img + p, .video + p {
  margin-top: 10px; }

p.bottomPadding {
  padding-bottom: 10px !important; }

ul.inline li {
  display: inline; }

ul.bullets .hide.show {
  padding-left: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 13px;
  padding-top: 10px; }

ul.bullets li {
  list-style-type: none;
  list-style-position: inside;
  vertical-align: text-top;
  background: url("img/bullet.svg") no-repeat;
  background-position: 0 6px;
  margin-left: -10px; }
  ul.bullets li:last-child {
    padding-bottom: 0 !important; }
  ul.bullets li a, ul.bullets li p {
    vertical-align: text-top;
    padding-left: 13px; }
    ul.bullets li a:hover:before, ul.bullets li p:hover:before {
      display: none; }

ul.subNav {
  display: inline-block;
  width: 100%;
  text-align: center; }
  ul.subNav li {
    border-right: 1px solid #E6E6E6;
    display: inline-block;
    border: 1px solid #E6E6E6;
    border-right: 0;
    transition: border-color 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), transform 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
    background-image: linear-gradient(-180deg, #FCFCFC 0%, #F8F8F7 100%);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04); }
    ul.subNav li:hover {
      background-image: linear-gradient(-180deg, #ffffff 4%, #F5F5F5 98%);
      transform: scale(1.02); }
    ul.subNav li:last-child {
      border-right: 1px solid #E6E6E6;
      border-radius: 0 3px 3px 0; }
    ul.subNav li:first-child {
      border-radius: 3px 0 0 3px; }
  ul.subNav a {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.0rem;
    color: #707070;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 10px 4px 10px;
    display: inline-block; }
    ul.subNav a:hover {
      color: #231F20; }

hr {
  background-color: #FF0000;
  height: 1px;
  border: 0;
  margin: 1.75em 0 1.75em 0;
  display: block;
  clear: both; }
  hr.grey {
    background-color: #E6E6E6; }
  hr.small {
    margin: 20px 0 20px 0; }
  hr.spacer {
    margin: 10px 0 10px 0; }
  hr.clear {
    opacity: 0;
    margin: 20px 0 0 0 !important; }
  hr + .wp-caption {
    padding-top: 0 !important;
    margin-top: 0 !important; }

h1 {
  font-size: 3.0rem;
  line-height: 3.5rem;
  font-weight: 500;
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 2.0rem; }
  h1.bold {
    font-weight: 600; }

h2 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.3rem;
  color: #231F20;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 2.7rem;
  margin-bottom: 2.0rem; }

h3 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.0rem;
  color: #231F20;
  letter-spacing: 0;
  line-height: 2.3rem;
  font-weight: 500;
  margin-bottom: 1.7rem; }

h4 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.7rem;
  color: #231F20;
  letter-spacing: 0;
  line-height: 2.0rem;
  font-weight: 500;
  margin-bottom: 1.5rem; }

h5 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #231F20;
  letter-spacing: 0;
  line-height: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.2rem; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: .08rem; }

.center {
  text-align: center; }

.textRight {
  text-align: right; }

.textLeft {
  text-align: left; }

.wide {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.regular {
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.red {
  color: #FF0000; }

.blue {
  color: #4A77D6 !important; }

.dark {
  color: #231F20; }

.grey {
  color: #B2B2B2; }

b {
  font-weight: 500; }

i, em {
  font-style: italic; }

.medium {
  font-weight: 500; }

.caption {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .9rem;
  color: #B2B2B2;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0; }

body.msie11 .button.outline a {
  padding-top: 5px; }

body.msie11 .button.large a {
  padding-top: 11px; }

body.msie11 .subNav li a {
  padding-top: 4px; }

body.msie11 header ul {
  padding-top: 19px; }

body.msie11 header .button {
  right: 21px; }
  body.msie11 header .button a {
    padding: 6px 20px 6px 20px; }

body.msie11 header.small .button {
  right: 18px; }

body.msie11 header.small ul {
  padding-top: 14px; }

body.msie11 header #logo svg {
  margin-top: 3px !important; }

body.msie11 header #logo.micro svg {
  margin-top: 1px !important;
  margin-left: -1px;
  transform: translateX(0%) scale(1.5); }

body.firefox.windows .button a, body.chrome.windows .button a, body.edge .button a {
  padding-top: 7px; }

body.firefox.windows .button.outline a, body.chrome.windows .button.outline a, body.edge .button.outline a {
  padding-top: 5px; }

body.firefox.windows .button.large a, body.chrome.windows .button.large a, body.edge .button.large a {
  padding-top: 11px; }

body.firefox.windows .subNav li a, body.chrome.windows .subNav li a, body.edge .subNav li a {
  padding-top: 4px !important; }

body.firefox.windows header ul, body.chrome.windows header ul, body.edge header ul {
  padding-top: 18px; }

body.firefox.windows header.small .button, body.chrome.windows header.small .button, body.edge header.small .button {
  right: 18px; }

body.firefox.windows header.small ul, body.chrome.windows header.small ul, body.edge header.small ul {
  padding-top: 14px; }

body.firefox.windows header .button, body.chrome.windows header .button, body.edge header .button {
  right: 21px; }
  body.firefox.windows header .button a, body.chrome.windows header .button a, body.edge header .button a {
    padding: 5px 20px 6px 20px; }

header {
  height: 55px;
  width: calc(100vw - 8px);
  background: #FEFEFE;
  border-bottom: 1px solid #ffffff;
  border-left: 0;
  box-shadow: none;
  border-radius: 3px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), background-color 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), transform 1.6s cubic-bezier(0.21, 0.72, 0.455, 0.985), height 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985);
  transform: translateY(-100%); }
  header.small {
    height: 45px; }
    header.small ul {
      padding-top: 16px; }
    header.small .button {
      top: 8px;
      right: 8px; }
    header.small #logo.transition {
      transform: translateX(-50%) scale(0.8) !important; }
  header:hover {
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.05);
    background: #ffffff; }
    header:hover #logo {
      box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.05);
      background: #ffffff;
      transform: scale(1.01) translateX(-50%); }
      header:hover #logo:active {
        transform: scale(0.98) translateX(-50%);
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04); }
        header:hover #logo:active svg {
          transform: scale(0.98) translateX(-50%); }
  header.hideButton .button {
    opacity: 0; }
  header .button {
    display: inline;
    position: absolute;
    top: 12px;
    right: 16px;
    opacity: 1; }
  header ul {
    padding: 21px 32px 0 32px;
    transition: padding 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
    header ul li {
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase;
      letter-spacing: .02em;
      font-size: 1.1rem;
      font-weight: 500;
      padding-right: 30px; }
  header #logoSingleLine {
    display: none; }
  header #logo {
    width: 225px;
    height: 168.75px;
    position: absolute;
    top: -2px;
    left: 50%;
    background: #FEFEFE;
    border: 1px solid #F1F1F1;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    transition: box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), background-color 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), transform 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
    transform: translateX(-50%) scale(1);
    transform-origin: top center;
    overflow: hidden; }
    header #logo.small {
      width: 200px;
      height: 150px; }
    header #logo.transition {
      opacity: 0 !important; }
      header #logo.transition svg #MEDICAL, header #logo.transition svg #RIP, header #logo.transition svg #DEBT, header #logo.transition svg #MARK {
        opacity: 0; }
    header #logo.micro {
      width: 63px;
      height: 55px;
      opacity: 1;
      transition: box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), background-color 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), transform 0 cubic-bezier(0.035, 0.425, 0.59, 1.115); }
      header #logo.micro svg {
        width: 280%;
        margin-left: 11px;
        margin-top: -22px;
        transform: translateX(0%) scale(1); }
        header #logo.micro svg #MEDICAL, header #logo.micro svg #RIP, header #logo.micro svg #DEBT {
          opacity: 0; }
    header #logo svg {
      width: 80%;
      margin-left: 50%;
      transform: translateX(-50%);
      margin-top: 30px;
      transform-origin: 50% 50%; }
      header #logo svg g, header #logo svg #MARK {
        transition: opacity 0.4s cubic-bezier(0.21, 0.72, 0.455, 0.985); }

.clearFix:before,
.clearFix:after,
form .section:before,
form .section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearFix:after, form .section:after {
  clear: both; }

.clearFix, form .section {
  *zoom: 1; }

.toggle {
  cursor: pointer; }

.hide {
  display: none;
  opacity: 0; }
  .hide.show {
    display: block;
    opacity: 1; }

/* Helper Class: Container */
.row {
  width: 100%;
  margin: 0 0; }

/* Helper Class: Columns */
.col1 {
  float: left;
  margin-right: -100%;
  width: 4.67%; }

.col2 {
  float: left;
  margin-right: -100%;
  width: 13.33%; }

.col3 {
  float: left;
  margin-right: -100%;
  width: 22%; }

.col4 {
  float: left;
  margin-right: -100%;
  width: 30.67%; }

.col5 {
  float: left;
  margin-right: -100%;
  width: 39.33%; }

.col6 {
  float: left;
  margin-right: -100%;
  width: 48%; }

.col7 {
  float: left;
  margin-right: -100%;
  width: 56.67%; }

.col8 {
  float: left;
  margin-right: -100%;
  width: 65.33%; }

.col9 {
  float: left;
  margin-right: -100%;
  width: 74%; }

.col10 {
  float: left;
  margin-right: -100%;
  width: 82.67%; }

.col11 {
  float: left;
  margin-right: -100%;
  width: 91.33%; }

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

/* Helper Class: Horizontal Position */
.push0 {
  margin-left: 0%; }

.push1 {
  margin-left: 8.67%; }

.push2 {
  margin-left: 17.33%; }

.push3 {
  margin-left: 26%; }

.push4 {
  margin-left: 34.67%; }

.push5 {
  margin-left: 43.33%; }

.push6 {
  margin-left: 52%; }

.push7 {
  margin-left: 60.67%; }

.push8 {
  margin-left: 69.33%; }

.push9 {
  margin-left: 78%; }

.push10 {
  margin-left: 86.67%; }

.push11 {
  margin-left: 95.33%; }

.section {
  padding-top: 45px;
  position: relative;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
  z-index: 2; }
  .section + .section {
    z-index: 1; }
  .section.white {
    background-color: white; }
  .section:first-child {
    padding-top: 190px; }

.centered {
  max-width: calc(1000px - 40px);
  padding-top: 0;
  width: calc(100% -  40px - 8px);
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .centered.top {
    padding-top: 170px; }
  .centered.smallWidth {
    max-width: calc(700px + 40px);
    margin-bottom: 30px; }

.sidebarIndent {
  margin-left: 100px;
  padding-right: 40px;
  box-sizing: border-box;
  max-width: 1000px; }
  .sidebarIndent.centered {
    width: calc(100vw - 60px - 8px);
    margin-left: 60px;
    padding-right: 0 !important; }

.fixed {
  position: fixed !important;
  box-sizing: border-box !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.paddedGroup {
  margin-bottom: 20px; }
  .paddedGroup:last-child {
    margin-bottom: 0; }

.paddedGroupSmall {
  margin-bottom: 10px; }
  .paddedGroupSmall:last-child {
    margin-bottom: 0; }

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center; }

.flex-item:nth-child(1) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto; }

.videoSizer {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: auto; }

.lity-content .modalContent {
  display: block;
  opacity: 1; }
  .lity-content .modalContent.big {
    width: 100%;
    max-width: 600px; }
  .lity-content .modalContent.fill {
    width: 90vw;
    height: 90vh;
    max-width: 100vw; }
    .lity-content .modalContent.fill .wp-video, .lity-content .modalContent.fill video.wp-video-shortcode, .lity-content .modalContent.fill .mejs-container, .lity-content .modalContent.fill .mejs-overlay.load {
      width: 100% !important;
      height: 100% !important; }
    .lity-content .modalContent.fill .wp-video, .lity-content .modalContent.fill video.wp-video-shortcode {
      max-width: 100% !important; }

.modalContent {
  display: none;
  opacity: 1;
  background-color: white;
  padding: 40px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border: 1px solid #F1F1F1;
  transition: opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  width: 330px;
  max-width: 900px; }
  .modalContent.shareImage {
    width: 80vw; }
    .modalContent.shareImage img {
      float: left;
      width: 40%;
      margin-right: 40px;
      margin-bottom: 20px; }
    .modalContent.shareImage .shareContent {
      width: calc(60% - 40px) !important;
      float: left; }
  .modalContent.shareSheet .shareContent {
    width: 100%; }

.bottomBorder {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin-bottom: 30px; }

#sideBar {
  width: 60px;
  position: fixed;
  left: 4px;
  top: 0;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  z-index: 10;
  background: #ffffff;
  border: 1px solid #F1F1F1;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04); }
  #sideBar.active {
    opacity: 1; }
  #sideBar.inactive {
    opacity: 0 !important; }
  #sideBar #currentLocation, #sideBar #nextLocation {
    opacity: 0;
    transition: 0.3s opacity cubic-bezier(0.035, 0.425, 0.59, 1.115); }
    #sideBar #currentLocation.active, #sideBar #nextLocation.active {
      opacity: 1; }
  #sideBar #currentLocation {
    transform: rotate(-90deg) translateY(-280px);
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.0rem;
    color: #231F20;
    letter-spacing: 0.5px;
    line-height: 1.8rem;
    width: 300px;
    text-transform: uppercase;
    transform-origin: top right;
    position: absolute;
    left: 0;
    top: 20px;
    text-align: right;
    display: none; }
  #sideBar #nextLocation {
    transform: rotate(-90deg) translateY(-310px) translateX(390px);
    bottom: 400px;
    text-align: left;
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.0rem;
    color: #231F20;
    letter-spacing: 0.5px;
    width: 300px;
    transform-origin: top right;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    bottom: 0px;
    background: url("img/arrowUpThick.svg") no-repeat;
    background-position: 0 2px;
    padding-left: 30px; }
    #sideBar #nextLocation a {
      color: #231F20; }
      #sideBar #nextLocation a:before {
        background-color: #231F20 !important; }
      #sideBar #nextLocation a:hover:before {
        background-color: #231F20 !important; }

.stickTo {
  box-sizing: border-box !important; }

.inactive[data-fade-group-on-hover] {
  opacity: .6; }

.floater {
  background: #ffffff;
  border: 1px solid #F1F1F1;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  padding: 32px;
  border-radius: 6px;
  box-sizing: border-box; }
  .floater + .floater {
    margin-top: 20px; }
  .floater:last-child {
    margin-bottom: 60px !important; }
  .floater.noOverline {
    padding-top: 24px;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important; }
    .floater.noOverline:after {
      display: none !important; }
  .floater.segmented {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-bottom: 32px !important; }
  .floater.segmentedBottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-top: 32px !important;
    margin-top: -1px; }
  .floater .caption:first-child {
    margin-top: -4px; }
  .floater .copyrightFooter {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #B2B2B2;
    letter-spacing: 0;
    text-align: right;
    line-height: 1.6rem; }
    .floater .copyrightFooter ul {
      display: inline;
      padding-left: 10px; }
      .floater .copyrightFooter ul li a {
        font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.2rem;
        color: #B2B2B2;
        letter-spacing: 0;
        text-align: right;
        line-height: 1.6rem; }
  .floater.active {
    border-radius: 0 0 6px 6px; }
    .floater.active:after {
      opacity: 1;
      width: calc(100% + 1px); }
  .floater:after {
    content: ' ';
    display: block;
    background: url("img/lineTop.svg");
    background-repeat: no-repeat;
    background-size: auto 8px;
    background-position: left top;
    height: 8px;
    position: absolute;
    top: -5px;
    left: -1px;
    width: 0px;
    transition: opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), width 1s linear; }
  .floater .floater {
    box-shadow: none !important;
    transition: box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
    .floater .floater.stuck {
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04) !important; }
    .floater .floater.fitTop {
      margin-top: calc(-32px); }
  .floater .fullBleed {
    box-sizing: border-box;
    width: calc(100% + 64px + 2px);
    margin-left: -33px;
    padding: 0 0 0 0;
    z-index: 2; }
  .floater .fullBleedTop {
    margin-top: -32px; }

.toolTip {
  transition: opacity 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  opacity: 0;
  z-index: 2;
  width: 300px;
  margin: 20px 20px 0 0;
  background-color: white;
  box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 10px; }
  .toolTip .factItem {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px; }
  .toolTip .factValue {
    font-size: 15px; }
  .toolTip.active {
    opacity: 1; }

.stepList {
  counter-reset: stepCount; }
  .stepList .step {
    padding-bottom: 32px;
    counter-increment: stepCount;
    position: relative; }
    .stepList .step:before {
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.6rem;
      color: #4A77D6;
      letter-spacing: 0;
      line-height: 2.1rem;
      margin-bottom: 4px;
      position: relative;
      font-weight: 500;
      content: counter(stepCount); }
    .stepList .step:after {
      position: absolute;
      content: ' ';
      background-color: #B2B2B2;
      height: 1px;
      width: 20px;
      top: 8px;
      margin-left: 18px; }
    .stepList .step:last-child {
      padding-bottom: 10px; }

.nextSection {
  color: transparent;
  background: url("img/arrowDown.svg");
  background-repeat: no-repeat;
  background-position: center 15px;
  border: 3px;
  width: 100%;
  height: 7px;
  padding: 10px;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 40px;
  transition: background 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  cursor: pointer;
  margin-left: -4px !important; }
  .nextSection.centered {
    margin-left: 30px; }
  .nextSection a {
    text-align: center;
    position: relative;
    left: 0;
    margin-top: -25px;
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FF0000;
    text-align: center;
    line-height: 20px;
    padding-bottom: 25px;
    width: 100%;
    min-width: 24px;
    display: block; }

.wp-pagenavi {
  text-align: center;
  margin: 20px 0 64px 0;
  font-size: 3.0rem;
  font-weight: 300 !important;
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .wp-pagenavi .current, .wp-pagenavi .extend {
    color: #B2B2B2; }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .page, .wp-pagenavi .current {
    margin-right: 10px; }
  .wp-pagenavi .last {
    margin-left: 20px; }
  .wp-pagenavi .first {
    margin-right: 20px; }

.moreContent {
  width: 15px;
  height: 15px;
  background: transparent url("img/moreContent.svg") no-repeat;
  background-size: 100% auto;
  margin-top: 10px; }

#postPagination {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #231F20;
  letter-spacing: 0;
  line-height: 1.6rem;
  padding: 15px 20px 15px 20px;
  margin: 20px 0 20px 0 !important; }
  #postPagination.noComments {
    margin-bottom: 0 !important; }
  #postPagination .buttonWrap {
    width: 100%;
    display: flex; }
  #postPagination .nextPosts, #postPagination .prevPosts {
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    align-self: center; }
  #postPagination .prevPosts {
    text-align: right;
    background: url("img/arrowRightThickRed.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px auto; }
    #postPagination .prevPosts h5 {
      padding-right: 30px; }
    #postPagination .prevPosts a {
      padding-left: 20px;
      padding-right: 30px; }
  #postPagination .nextPosts {
    background: url("img/arrowLeftThickRed.svg");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 20px auto; }
    #postPagination .nextPosts h5 {
      padding-left: 30px; }
    #postPagination .nextPosts a {
      padding-right: 20px;
      padding-left: 30px; }
  #postPagination h5 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .9rem;
    color: #707070 !important;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 2px; }
  #postPagination a {
    color: #231F20; }
    #postPagination a:hover {
      color: #707070; }
      #postPagination a:hover:before {
        display: none; }

.video {
  position: relative;
  transition: transform 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
  .video a {
    display: block; }
  .video:hover {
    transform: scale(1.01); }
    .video:hover:after {
      transform: scale(1.3); }
  .video:after {
    width: 20%;
    height: 20%;
    left: 6%;
    bottom: 6%;
    content: ' ';
    display: block;
    position: absolute;
    background: url("img/triangleRight.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform-origin: bottom left;
    pointer-events: none;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), left 0.3s cubic-bezier(0.21, 0.72, 0.455, 0.985), bottom 0.3s cubic-bezier(0.21, 0.72, 0.455, 0.985); }
  .video img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    border-radius: 3px; }

.send {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: transparent;
  margin-right: 13px;
  transition: transform 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  margin-top: 10px; }
  .send:hover {
    color: transparent;
    transform: scale(1.1); }
    .send:hover:before {
      display: none !important; }
  .send.face {
    background: url("img/face.svg") no-repeat;
    background-size: 100% auto; }
  .send.twitta {
    background: url("img/twitta.svg") no-repeat;
    background-size: 100% auto; }
  .send.yt {
    background: url("img/yt.svg") no-repeat;
    background-size: 100% auto; }
  .send.li {
    background: url("img/li.svg") no-repeat;
    background-size: 100% auto; }

footer {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 40px 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  box-sizing: border-box;
  padding-bottom: 20vh !important;
  z-index: 0;
  position: relative; }
  footer .socLinks {
    width: 100%;
    clear: both;
    margin-top: 30px; }
  footer .about p {
    padding-right: 20px; }
  footer form {
    width: 100%; }
  footer h6 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.0rem;
    color: #B2B2B2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2rem;
    white-space: nowrap; }
  footer ul li {
    padding-bottom: 10px; }
    footer ul li a {
      font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.4rem;
      color: #231F20;
      letter-spacing: 0;
      line-height: 1.8rem;
      text-decoration: underline; }
      footer ul li a:hover:before {
        display: none; }
      footer ul li a:before {
        display: none; }














#dd-container, .dtd-plugin {
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important; }
  #dd-container .callout, .dtd-plugin .callout {
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important; }
  #dd-container .section-header, .dtd-plugin .section-header {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important; }
  #dd-container a, .dtd-plugin a {
    color: #FF0000 !important; }
    #dd-container a:hover, .dtd-plugin a:hover {
      color: #cc0000; }
  #dd-container .mg-summary, .dtd-plugin .mg-summary {
    margin-top: 64px;
    padding-bottom: 48px !important;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px !important; }
  #dd-container .mg-yes, .dtd-plugin .mg-yes {
    font-size: 2.8rem !important;
    margin-bottom: 10px !important;
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 500 !important; }
  #dd-container .mg-description, .dtd-plugin .mg-description {
    font-size: 1.4rem;
    font-weight: 300; }
    #dd-container .mg-description strong, .dtd-plugin .mg-description strong {
      font-weight: 600 !important; }
    #dd-container .mg-description p + ul, .dtd-plugin .mg-description p + ul {
      margin-top: -5px !important; }
  #dd-container .dtd-mg-ineligible .mg-summary, #dd-container .dtd-vg-ineligible .mg-summary, .dtd-plugin .dtd-mg-ineligible .mg-summary, .dtd-plugin .dtd-vg-ineligible .mg-summary {
    margin-top: 32px !important;
    padding-bottom: 32px !important; }
  #dd-container .dtd-mg-ineligible .mg-yes, #dd-container .dtd-vg-ineligible .mg-yes, .dtd-plugin .dtd-mg-ineligible .mg-yes, .dtd-plugin .dtd-vg-ineligible .mg-yes {
    margin-top: 0 !important; }
  #dd-container .dtd-mg-ineligible .section-header, #dd-container .dtd-vg-ineligible .section-header, .dtd-plugin .dtd-mg-ineligible .section-header, .dtd-plugin .dtd-vg-ineligible .section-header {
    margin-top: 32px !important;
    margin-bottom: 0 !important; }
  #dd-container .section-image-first, #dd-container .section-image, .dtd-plugin .section-image-first, .dtd-plugin .section-image {
    display: none !important; }
  #dd-container .dtd-icon-ok:before, .dtd-plugin .dtd-icon-ok:before {
    background: url("img/lightGreen.png") no-repeat !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    content: ' ';
    background-repeat: repeat !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    top: 3px !important;
    left: -3px !important;
    position: relative !important;
    padding: 0 !important; }
  #dd-container .dtd-icon-cancel:before, .dtd-plugin .dtd-icon-cancel:before {
    background: url("img/light.png") no-repeat !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    content: ' ';
    background-repeat: repeat !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    top: 3px !important;
    left: -3px !important;
    position: relative !important;
    padding: 0 !important; }
  #dd-container .amount-header, #dd-container .eligibility-text, .dtd-plugin .amount-header, .dtd-plugin .eligibility-text {
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400 !important;
    margin-top: 0 !important; }
  #dd-container .amount, #dd-container .eligibility-status, .dtd-plugin .amount, .dtd-plugin .eligibility-status {
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important; }
  #dd-container .data-cell, .dtd-plugin .data-cell {
    background-color: #F6F6F6 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  #dd-container .search-title, .dtd-plugin .search-title {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 2.0rem !important;
    color: #231F20 !important;
    letter-spacing: 0;
    line-height: 2.3rem !important;
    font-weight: 500 !important;
    margin-bottom: 1.7rem !important; }
  #dd-container .dtd-search-box, .dtd-plugin .dtd-search-box {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    min-height: 0 !important; }
  #dd-container #dd-container .button.expanded, #dd-container .dtd-plugin .button.expanded, .dtd-plugin #dd-container .button.expanded, .dtd-plugin .dtd-plugin .button.expanded {
    padding: 13px 30px 11px 30px;
    box-sizing: border-box !important; }
  #dd-container .button, #dd-container #dd-container .button, #dd-container #dd-container .mg-guidelines-button, .dtd-plugin .button, .dtd-plugin #dd-container .button, .dtd-plugin #dd-container .mg-guidelines-button {
    margin-top: 20px !important;
    padding: 13px 30px 11px 30px !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.32px;
    font-weight: 400 !important; }
  #dd-container .dtd-footer, .dtd-plugin .dtd-footer {
    margin-top: 20px !important;
    font-size: 11px !important;
    line-height: 13px !important; }
  #dd-container .search-another-top, .dtd-plugin .search-another-top {
    display: none !important; }

body.mobile .spreedly-form #spreedly-frame-holder fieldset input[type="text"], body.mobile .spreedly-form #spreedly-frame-holder fieldset input[type="search"], body.mobile .spreedly-form #spreedly-frame-holder fieldset input[type="email"], body.mobile .spreedly-form #spreedly-frame-holder fieldset input[type="tel"], body.mobile .spreedly-form #spreedly-frame-holder fieldset textarea, body.mobile .spreedly-form #spreedly-frame-holder fieldset input[type="number"], body.mobile .spreedly-form #spreedly-frame-holder fieldset input[type="url"] {
  display: inline !important; }

.spreedly-form #spreedly-frame-holder fieldset input[type="text"], .spreedly-form #spreedly-frame-holder fieldset input[type="search"], .spreedly-form #spreedly-frame-holder fieldset input[type="email"], .spreedly-form #spreedly-frame-holder fieldset input[type="tel"], .spreedly-form #spreedly-frame-holder fieldset textarea, .spreedly-form #spreedly-frame-holder fieldset input[type="number"], .spreedly-form #spreedly-frame-holder fieldset input[type="url"] {
  padding: 0 !important; }


.spreedly-form #spreedly-frame-holder fieldset input[type="text"]#spreedly-name {
  padding-left: 10px !important;
  padding-top: 15px !important;
  margin-top: -15px !important; }

#donation-processing-container {
  padding: 40px; }

#donation-form div.errors {
  margin: 20px;
  border: none;
  background-color: #FF0000;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px; }

#spreedly-wrapper h1 {
  line-height: 2rem; }

#ui-datepicker-div {
  background-color: white;
  padding: 10px;
  box-sizing: content-box;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  width: 250px; }
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  #ui-datepicker-div .ui-datepicker-next {
    text-align: right;
    float: right; }

form .section {
  height: auto !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
  padding-bottom: 20px !important; }

form ul {
  margin: 0 !important;
  padding: 0 !important; }
  form ul li {
    list-style-type: none !important;
    position: relative;
    padding-bottom: 10px; }
    form ul li.gfield {
      clear: both; }

.gform_footer {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  margin-top: 20px; }

.gform_anchor {
  height: 0;
  width: 0;
  display: inline;
  overflow: hidden;
  opacity: 0; }

.gform_confirmation_message {
  border: 1px solid #4A77D6;
  padding: 10px;
  color: #4A77D6;
  margin: 15px 0 15px 0;
  border-radius: 3px;
  display: block;
  font-weight: 500; }

#email-registration-form label, #email-registration-form h3, #email-registration-form .consent {
  display: none !important; }

#email-registration-form .field input {
  width: 100% !important; }

#challengeSection #email-registration-form input[type="text"] + .error[generated="true"], #challengeSection #email-registration-form input[type="search"] + .error[generated="true"], #challengeSection #email-registration-form input[type="email"] + .error[generated="true"], #challengeSection #email-registration-form input[type="tel"] + .error[generated="true"], #challengeSection #email-registration-form textarea + .error[generated="true"], #challengeSection #email-registration-form input[type="number"] + .error[generated="true"], #challengeSection #email-registration-form input[type="url"] + .error[generated="true"], footer #email-registration-form input[type="text"] + .error[generated="true"], footer #email-registration-form input[type="search"] + .error[generated="true"], footer #email-registration-form input[type="email"] + .error[generated="true"], footer #email-registration-form input[type="tel"] + .error[generated="true"], footer #email-registration-form textarea + .error[generated="true"], footer #email-registration-form input[type="number"] + .error[generated="true"], footer #email-registration-form input[type="url"] + .error[generated="true"] {
  display: inline; }

.newsletter #email-registration-form label {
  display: block !important; }

body.edge .gform_wrapper .ginput_complex, body.edge #donation-form .ginput_complex {
  margin-bottom: 10px; }

.gform_wrapper .inlineForm .gform_body, .gform_wrapper .inlineForm ul, .gform_wrapper .inlineForm li, .gform_wrapper .inlineForm .ginput_container, #donation-form .inlineForm .gform_body, #donation-form .inlineForm ul, #donation-form .inlineForm li, #donation-form .inlineForm .ginput_container {
  display: inline; }

.gform_wrapper .inlineForm .validation_error, #donation-form .inlineForm .validation_error {
  display: none; }

.gform_wrapper .inlineForm .gform_footer, #donation-form .inlineForm .gform_footer {
  border: 0;
  margin: 0;
  display: inline;
  float: right;
  padding: 0;
  margin-right: 3px;
  margin-top: -35px;
  z-index: 2;
  position: relative; }

.gform_wrapper .charleft, #donation-form .charleft {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: .5px;
  color: #B2B2B2; }

.gform_wrapper .validation_error, #donation-form .validation_error {
  border: 1px solid #FF0000;
  padding: 10px;
  padding-bottom: 7px;
  color: red;
  margin: 15px 0 15px 0;
  border-radius: 3px;
  display: block;
  font-weight: 500; }

.gform_wrapper .validation_message, #donation-form .validation_message {
  padding-top: 0px;
  margin-top: 2px !important;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
  color: #FF0000; }

.gform_wrapper .field_sublabel_hidden_label label, .gform_wrapper .hidden_label label, #donation-form .field_sublabel_hidden_label label, #donation-form .hidden_label label {
  width: 1px;
  height: 1px;
  color: transparent;
  display: block;
  font-size: .0001rem;
  overflow: hidden;
  margin-top: 0px;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important; }

.gform_wrapper .hidden_label input[type="checkbox"] + label, .gform_wrapper .hidden_label input[type="radio"] + label, #donation-form .hidden_label input[type="checkbox"] + label, #donation-form .hidden_label input[type="radio"] + label {
  width: auto !important;
  height: auto !important;
  padding-left: 11px !important; }

.gform_wrapper .gfield_required, #donation-form .gfield_required {
  display: none; }

.gform_wrapper .gfield_description, #donation-form .gfield_description {
  padding-bottom: 5px; }

.gform_wrapper input + label, .gform_wrapper input + i + label, .gform_wrapper select + label, .gform_wrapper select + i + label, .gform_wrapper textarea + label, .gform_wrapper textarea + i + label, #donation-form input + label, #donation-form input + i + label, #donation-form select + label, #donation-form select + i + label, #donation-form textarea + label, #donation-form textarea + i + label {
  padding-top: 0px;
  margin-top: 2px !important;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 1.1rem !important;
  display: inline-block;
  color: #707070 !important; }

.gform_wrapper input.error, .gform_wrapper select.error, .gform_wrapper textarea.error, #donation-form input.error, #donation-form select.error, #donation-form textarea.error {
  border: 1px solid #FF0000 !important; }

.gform_wrapper label, .gform_wrapper input[type="radio"] + label, .gform_wrapper input[type="checkbox"] + label, #donation-form label, #donation-form input[type="radio"] + label, #donation-form input[type="checkbox"] + label {
  display: inline-block !important;
  margin-top: 18px !important;
  padding-bottom: 3px;
  z-index: 1;
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.4rem !important;
  color: #231F20 !important;
  text-transform: none;
  box-sizing: border-box;
  font-weight: 400 !important; }

.gform_wrapper input[type="radio"] + label, .gform_wrapper input[type="checkbox"] + label, #donation-form input[type="radio"] + label, #donation-form input[type="checkbox"] + label {
  display: block !important;
  margin-top: 0 !important;
  padding-left: 30px !important; }

.gform_wrapper input[type="radio"] + label, .gform_wrapper input[type="checkbox"] + label, #donation-form input[type="radio"] + label, #donation-form input[type="checkbox"] + label {
  color: #707070 !important; }

.gform_wrapper .ginput_container_checkbox, .gform_wrapper .ginput_container_radio, #donation-form .ginput_container_checkbox, #donation-form .ginput_container_radio {
  padding-top: 15px; }

.gform_wrapper .gfield_contains_required .ginput_complex span label, #donation-form .gfield_contains_required .ginput_complex span label {
  margin-top: -10px !important; }

.gform_wrapper .gfield_contains_required label, #donation-form .gfield_contains_required label {
  width: 100%;
  display: block; }
  .gform_wrapper .gfield_contains_required label.gfield_label_before_complex:after, #donation-form .gfield_contains_required label.gfield_label_before_complex:after {
    display: none; }
  .gform_wrapper .gfield_contains_required label:after, #donation-form .gfield_contains_required label:after {
    width: 3px;
    height: 3px;
    content: '';
    display: block;
    background-color: red;
    position: absolute;
    top: 16px;
    left: -10px;
    border-radius: 100%; }

.gform_wrapper .ginput_complex, #donation-form .ginput_complex {
  box-sizing: border-box !important;
  width: calc(100% + 10px); }
  .gform_wrapper .ginput_complex span, #donation-form .ginput_complex span {
    box-sizing: border-box !important;
    overflow: hidden;
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    padding-right: 10px;
    overflow: visible; }
    .gform_wrapper .ginput_complex span + span, #donation-form .ginput_complex span + span {
      margin-right: 0; }

.gform_wrapper .gform_validation_container, #donation-form .gform_validation_container {
  display: none; }

#dd-container .button, #dd-container .mg-guidelines-button, .button, input[type="submit"] {
  background: #FF0000 radial-gradient(at top center, #FF7255, #FF0000 70%);
  margin: 0;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 5px 0 rgba(255, 0, 0, 0.19);
  border-radius: 3px;
  display: inline-block;
  transition: margin 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985), right 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985), top 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985), transform 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115) !important;
  -webkit-appearance: none;
  border: 0 !important;
  color: #ffffff !important;
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important; }
  #dd-container .button + .button, #dd-container .mg-guidelines-button + .button, .button + .button, input[type="submit"] + .button {
    margin-left: 10px; }
  #dd-container .button.outline, #dd-container .mg-guidelines-button.outline, .button.outline, input[type="submit"].outline {
    background: white;
    border: 1px solid #F1F1F1;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
    border-radius: 3px; }
    #dd-container .button.outline:hover, #dd-container .mg-guidelines-button.outline:hover, .button.outline:hover, input[type="submit"].outline:hover {
      box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
    #dd-container .button.outline a, #dd-container .mg-guidelines-button.outline a, .button.outline a, input[type="submit"].outline a {
      color: #FF0000;
      font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.4rem; }
      #dd-container .button.outline a:hover, #dd-container .mg-guidelines-button.outline a:hover, .button.outline a:hover, input[type="submit"].outline a:hover {
        color: #cc0000;
        background: none; }
  #dd-container .button.center, #dd-container .mg-guidelines-button.center, .button.center, input[type="submit"].center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block; }
    #dd-container .button.center:hover, #dd-container .mg-guidelines-button.center:hover, .button.center:hover, input[type="submit"].center:hover {
      transform: translateX(-50%) scale(1.015); }
  #dd-container .button.download, #dd-container .mg-guidelines-button.download, .button.download, input[type="submit"].download {
    background: url("img/download.svg") no-repeat;
    background-position: 10px center;
    padding-right: 18px; }
    #dd-container .button.download a, #dd-container .mg-guidelines-button.download a, .button.download a, input[type="submit"].download a {
      text-align: center;
      margin-left: 18px;
      display: inline-block;
      box-sizing: border-box;
      width: calc(100%) !important; }
  #dd-container .button.view, #dd-container .mg-guidelines-button.view, .button.view, input[type="submit"].view {
    background: url("img/view.svg") no-repeat;
    background-position: 10px center;
    padding-right: 18px; }
    #dd-container .button.view a, #dd-container .mg-guidelines-button.view a, .button.view a, input[type="submit"].view a {
      text-align: center;
      margin-left: 18px;
      display: inline-block;
      box-sizing: border-box;
      width: calc(100%) !important; }
  #dd-container .button.large a, #dd-container .mg-guidelines-button.large a, .button.large a, input[type="submit"].large a {
    padding: 13px 30px 11px 30px;
    font-size: 1.4rem;
    letter-spacing: 0.32px; }
  #dd-container .button.small, #dd-container .mg-guidelines-button.small, .button.small, input[type="submit"].small {
    margin-top: 14px; }
    #dd-container .button.small a, #dd-container .mg-guidelines-button.small a, .button.small a, input[type="submit"].small a {
      padding: 2px 10px 1px 10px;
      font-size: .5rem !important;
      font-weight: 600; }
  #dd-container .button:hover, #dd-container .mg-guidelines-button:hover, .button:hover, input[type="submit"]:hover {
    transform: scale(1.02); }
  #dd-container .button a, #dd-container .mg-guidelines-button a, .button a, input[type="submit"] a {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    opacity: .88;
    padding: 9px 20px 6px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.28px; }
    #dd-container .button a:hover, #dd-container .mg-guidelines-button a:hover, .button a:hover, input[type="submit"] a:hover {
      color: white;
      opacity: 1;
      border-radius: 3px;
      background: #FF0000 radial-gradient(at top center, #FF7255, #FF0000 100%); }
      #dd-container .button a:hover:before, #dd-container .mg-guidelines-button a:hover:before, .button a:hover:before, input[type="submit"] a:hover:before {
        display: none; }

input[type="submit"] {
  width: 100%;
  width: auto !important;
  padding: 10px 15px 8px 15px !important; }
  input[type="submit"].inline {
    display: inline-block;
    padding: 7px 15px 5px 15px;
    float: right;
    transform: translateY(-100%);
    margin-top: -7px;
    margin-right: 7px; }
    input[type="submit"].inline:hover {
      transform: translateY(-100%) scale(1.02); }
  input[type="submit"]:hover {
    transform: scale(1.02); }

.logged-in-as {
  margin-bottom: 10px; }

textarea {
  height: 130px; }

select {
  background-image: url("img/triangleSelect.svg"), linear-gradient(-179deg, #FFFFFF 8%, #F2F2F2 94%);
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 12px, top left;
  border: 1px solid #E7E7E7;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  -webkit-appearance: none;
  padding: 10px 10px 7px 15px !important;
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.4rem !important;
  color: #231F20 !important;
  outline: none;
  box-sizing: border-box !important;
  width: 100%;
  -moz-appearance: none; }
  select.active {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04); }
  select[multiple="multiple"] {
    background: none;
    padding: 10px 10px 7px 15px; }
  select.small {
    padding: 8px 7px 5px 12px !important;
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #707070;
    letter-spacing: 0;
    background-image: url("img/triangleSelect.svg"), linear-gradient(-179deg, #FFFFFF 8%, #F2F2F2 94%);
    background-repeat: no-repeat, repeat;
    background-position: right 13px top 12px, top left;
    background-size: 7px auto, auto auto; }

input[type="checkbox"], .gform_wrapper .hideLabels input[type="checkbox"], input[type="radio"], .gform_wrapper .hideLabels input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  padding: 0;
  margin: 0;
  float: left;
  -webkit-appearance: none;
  border: 1px solid #B2B2B2;
  z-index: 2;
  border-radius: 100%;
  transition: background 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115), border 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
  input[type="checkbox"]:hover, .gform_wrapper .hideLabels input[type="checkbox"]:hover, input[type="radio"]:hover, .gform_wrapper .hideLabels input[type="radio"]:hover {
    background-color: #E6E6E6; }
  input[type="checkbox"]:checked, .gform_wrapper .hideLabels input[type="checkbox"]:checked, input[type="radio"]:checked, .gform_wrapper .hideLabels input[type="radio"]:checked {
    background-color: red;
    border: 0 solid #cc0000; }
    input[type="checkbox"]:checked:hover, .gform_wrapper .hideLabels input[type="checkbox"]:checked:hover, input[type="radio"]:checked:hover, .gform_wrapper .hideLabels input[type="radio"]:checked:hover {
      background-color: #cc0000; }
  input[type="checkbox"] + label, input[type="checkbox"] + span.label, .gform_wrapper .hideLabels input[type="checkbox"] + label, .gform_wrapper .hideLabels input[type="checkbox"] + span.label, input[type="radio"] + label, input[type="radio"] + span.label, .gform_wrapper .hideLabels input[type="radio"] + label, .gform_wrapper .hideLabels input[type="radio"] + span.label {
    display: inline-block !important;
    padding-top: 0px;
    z-index: 1;
    padding-left: 11px;
    color: #231F20; }

input[type="checkbox"], .gform_wrapper .hideLabels input[type="checkbox"] {
  border-radius: 3px; }

.gfield_checkbox li, .gfield_radio li {
  padding-bottom: 0 !important; }

.clear-multi {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .clear-multi .container_time {
    display: flex; }
  .clear-multi .gfield_time_ampm {
    width: 100px; }
  .clear-multi .ginput_container_time {
    padding-right: 15px; }
  .clear-multi .ginput_container_time i {
    display: none; }

body.safari input[type="search"].search-field {
  padding: 6px 7px 2px 17px !important; }

#transaction_successSection #dd-container .dtd-search-input, #transaction_successSection .dtd-plugin .dtd-search-input, #double_donationSection #dd-container .dtd-search-input, #double_donationSection .dtd-plugin .dtd-search-input {
  -webkit-appearance: textfield !important;
  background: #fff url("img/search.svg") no-repeat !important;
  background-size: 15px auto !important;
  background-position: 13px 11px !important;
  padding-left: 40px !important;
  border: 1px solid #E6E6E6 !important; }

.dtd-search-box {
  margin: 0 auto !important;
  margin-top: 20px !important; }

#dd-container .Select-menu-outer, .dtd-plugin .Select-menu-outer, #dd-company-name-input .Select-menu-outer, .dtd-streamlined-plugin .Select-menu-outer {
  border-radius: 0 !important;
  border: none !important;
  border-top: 1px solid #B2B2B2 !important;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04) !important; }
  #dd-container .Select-menu-outer .dtd-dropdown-is-selected, .dtd-plugin .Select-menu-outer .dtd-dropdown-is-selected, #dd-company-name-input .Select-menu-outer .dtd-dropdown-is-selected, .dtd-streamlined-plugin .Select-menu-outer .dtd-dropdown-is-selected {
    border-radius: 0 !important;
    background-color: #FF0000 !important; }

input[type="text"], input[type="search"], input[type="email"], input[type="tel"], textarea, input[type="number"], input[type="url"], .dtd-search-input {
  width: 100%;
  background: #FFFFFF !important;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.04) !important;
  border-radius: 3px !important;
  border: 1px solid #E6E6E6 !important;
  padding: 10px 10px 8px 15px !important;
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.4rem !important;
  color: #231F20 !important;
  letter-spacing: 0;
  line-height: 1.8rem !important;
  outline: none !important;
  box-sizing: border-box !important;
  display: block !important;
  transition: box-shadow 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115), transform 0.1s cubic-bezier(0.035, 0.425, 0.59, 1.115), border 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  margin: 0 !important; }
  input[type="text"].small, input[type="text"].search-field, input[type="search"].small, input[type="search"].search-field, input[type="email"].small, input[type="email"].search-field, input[type="tel"].small, input[type="tel"].search-field, textarea.small, textarea.search-field, input[type="number"].small, input[type="number"].search-field, input[type="url"].small, input[type="url"].search-field, .dtd-search-input.small, .dtd-search-input.search-field {
    padding: 7px 7px 4px 5px !important;
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #707070;
    letter-spacing: 0; }
  input[type="text"].search-field, input[type="search"].search-field, input[type="email"].search-field, input[type="tel"].search-field, textarea.search-field, input[type="number"].search-field, input[type="url"].search-field, .dtd-search-input.search-field {
    padding-left: 26px !important; }
  input[type="text"]:hover, input[type="search"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover, input[type="number"]:hover, input[type="url"]:hover, .dtd-search-input:hover {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04) !important; }
  input[type="text"]:active, input[type="search"]:active, input[type="email"]:active, input[type="tel"]:active, textarea:active, input[type="number"]:active, input[type="url"]:active, .dtd-search-input:active {
    border: 1px solid #E6E6E6 !important; }
  input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, input[type="number"]:focus, input[type="url"]:focus, .dtd-search-input:focus {
    border: 1px solid #B2B2B2 !important;
    transform: scale(1.008) !important; }
  input[type="text"].error, input[type="search"].error, input[type="email"].error, input[type="tel"].error, textarea.error, input[type="number"].error, input[type="url"].error, .dtd-search-input.error {
    border: 1px solid #FF0000 !important; }
  input[type="text"] + .error[generated="true"], input[type="search"] + .error[generated="true"], input[type="email"] + .error[generated="true"], input[type="tel"] + .error[generated="true"], textarea + .error[generated="true"], input[type="number"] + .error[generated="true"], input[type="url"] + .error[generated="true"], .dtd-search-input + .error[generated="true"] {
    color: red;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3rem !important;
    margin-top: 5px;
    display: inline-block; }

.ginput_container_date .ginput_container {
  margin-right: 10px; }

input[type="search"], #dd-container .dtd-search-input, .dtd-plugin .dtd-search-input {
  -webkit-appearance: textfield !important;
  background: #fff url("img/search.svg") no-repeat !important;
  background-position: 10px 8px !important;
  padding-left: 20px !important; }

body.msie11 #donation-form .section.donation .field.other-amount {
  margin-top: -10px; }

body.msie11 #donation-form .section.donation .field.radio .value {
  top: 0px; }

body.msie11 #donation-form .section.donation .field.radio input[type='radio'] {
  width: 10px !important;
  height: 10px !important; }

body.firefox.windows #donation-form .section.donation .field.other-amount {
  margin-top: 0px; }

body.firefox.windows #donation-form .section.donation .field.radio .value {
  top: 0px; }

body.firefox.windows #donation-form .section.donation .field.radio input[type='radio'] {
  margin-top: 3px; }

body.chrome.windows #donation-form .section.donation .field.other-amount {
  margin-top: 1px; }

body.chrome.windows #donation-form .section.donation .field.radio .value {
  top: 0px; }

body.edge.windows #donation-form .section.donation .field.other-amount {
  margin-top: 2px; }

body.edge.windows #donation-form .section.donation .field.radio .value {
  top: 1px; }

body.edge.windows #donation-form .section.donation .field.radio input[type='radio'] {
  margin-top: 4px; }

#donation-form .tabs {
  position: relative;
  margin-left: -32px;
  width: calc(100% + 64px);
  margin-bottom: 20px; }
  #donation-form .tabs:after {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    display: block;
    content: '';
    position: absolute;
    bottom: 0px; }
  #donation-form .tabs .tab {
    display: inline-block;
    background-image: linear-gradient(-180deg, rgba(233, 233, 233, 0) 0%, #F1F1F1 100%);
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: 40px !important;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
    padding: 8px 13px 0 13px;
    box-sizing: border-box;
    margin-right: 10px; }
    #donation-form .tabs .tab:first-child {
      margin-left: 32px; }
    #donation-form .tabs .tab.paypal {
      background-image: url("img/paypal.svg"), linear-gradient(-180deg, rgba(233, 233, 233, 0) 0%, #F1F1F1 100%);
      background-repeat: no-repeat, repeat;
      background-position: center 8px, center center;
      cursor: pointer; }
      #donation-form .tabs .tab.paypal h3 {
        width: 60px;
        height: 14px;
        overflow: hidden; }
      #donation-form .tabs .tab.paypal a {
        color: transparent; }
    #donation-form .tabs .tab.active {
      background-image: none;
      background-color: white;
      position: relative;
      z-index: 2; }
    #donation-form .tabs .tab h3 {
      display: block !important;
      margin: 0 !important;
      padding: 0 !important; }

#donation-form .donation h3:first-child {
  display: none; }

#donation-form h3 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #B2B2B2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
  clear: both;
  margin-bottom: 0 !important; }

#donation-form .btn-group {
  border-top: 1px solid #E6E6E6;
  margin-bottom: 20px;
  padding-top: 32px !important;
  padding-left: 32px; }

#donation-form .section {
  clear: both;
  padding-left: 32px !important;
  padding-right: 32px !important; }
  #donation-form .section.billing-address {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 30px !important;
    /*
				box-shadow: $boxShadow !important;
				border-radius: $borderRadius !important;
				background: #FFFFFF;
				border: 1px solid #EEEFF5;
				padding-top: 15px !important;
*/ }
  #donation-form .section.comment {
    clear: none !important;
    padding-bottom: 10px !important;
    padding-top: 8px !important; }
  #donation-form .section.donation {
    margin-bottom: 40px !important; }
    #donation-form .section.donation [generated="true"] {
      display: none !important; }
  #donation-form .section.true-impact {
    margin-bottom: 10px !important; }
    #donation-form .section.true-impact h3 {
      display: none; }
  #donation-form .section.contact {
    border-top: 1px solid #E6E6E6;
    margin-bottom: 0 !important;
    padding-top: 15px !important; }
  #donation-form .section.recurring {
    float: left;
    margin-right: -100%;
    width: 48%;
    margin-left: 52%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: none !important;
    padding-top: 5px !important; }
    #donation-form .section.recurring span.label {
      display: inline !important;
      padding-left: 30px !important;
      float: left !important;
      margin-top: -18px;
      padding-right: 15px; }
  #donation-form .section.fund {
    float: left;
    margin-right: -100%;
    width: 48%;
    clear: none !important;
    padding-right: 0 !important;
    padding-bottom: 30px !important; }
    #donation-form .section.fund select {
      width: 85% !important; }

#donation-form .section.donation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px !important;
  padding-right: 5px !important;
  max-width: 400px;
  margin: 0 auto !important; }
  #donation-form .section.donation .field {
    padding: 0 !important; }
    #donation-form .section.donation .field.other-amount {
      position: absolute;
      right: 10px;
      margin-top: 0px;
      z-index: 5; }
      #donation-form .section.donation .field.other-amount input {
        padding: 2px !important;
        box-shadow: none;
        width: 43px; }
    #donation-form .section.donation .field.other-option input:after {
      display: none !important; }
  #donation-form .section.donation .field.radio {
    flex: 1;
    position: relative;
    margin-right: 6px; }
    #donation-form .section.donation .field.radio:nth-child(7), #donation-form .section.donation .field.radio:last-child {
      margin-right: 0 !important; }
    #donation-form .section.donation .field.radio input {
      outline: none !important;
      z-index: 2;
      position: relative;
      width: 5px !important;
      height: 5px !important;
      background: white radial-gradient(at top center, #F6F6F6, white 70%);
      border: 1px solid #E7E7E7;
      box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
      border-radius: 100%;
      transform: none !important;
      transition: none !important;
      margin-left: 10px;
      margin-top: 4px; }
      #donation-form .section.donation .field.radio input:checked {
        background: #FF0000 radial-gradient(at top center, #FF7255, #FF0000 70%);
        border: 1px solid #FF0000;
        box-shadow: inset 0 1px 3px 0 #E40000;
        border-radius: 100%;
        transform: none !important; }
    #donation-form .section.donation .field.radio .value {
      display: block;
      font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #231F20;
      letter-spacing: 0;
      padding-left: 0;
      box-sizing: border-box;
      position: absolute;
      left: 26px;
      top: 2px;
      z-index: 2;
      cursor: pointer;
      line-height: 1.8rem; }
    #donation-form .section.donation .field.radio span.label {
      margin-top: 0 !important;
      display: none !important; }
    #donation-form .section.donation .field.radio label {
      margin-top: 0 !important;
      z-index: 4; }
      #donation-form .section.donation .field.radio label:after {
        display: block;
        width: 100%;
        height: 33px;
        letter-spacing: 0;
        padding-left: 20px;
        box-sizing: border-box;
        position: absolute;
        top: -7px;
        content: '';
        z-index: 1;
        background-image: linear-gradient(-179deg, #FFFFFF 8%, #F2F2F2 94%);
        border: 1px solid #E7E7E7;
        box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.06);
        border-radius: 3px; }

#donation-form span.label, #donation-form label {
  text-transform: uppercase;
  font-size: 1.1rem !important;
  color: #707070 !important; }

#donation-form .field.checkbox label, #donation-form .field.checkbox span.label {
  text-transform: none !important;
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.4rem !important;
  color: #231F20 !important; }

#donation-form select {
  display: block !important;
  width: 100% !important; }

#donation-form .field {
  position: relative;
  margin-top: 4px; }

#donation-form .first-name.field {
  float: left;
  margin-right: -100%;
  width: 48%; }

#donation-form .last-name.field {
  float: left;
  margin-right: -100%;
  width: 48%;
  margin-left: 52%; }

#donation-form .email.field {
  clear: both;
  float: left;
  margin-right: -100%;
  width: 48%; }

#donation-form .tel.field:not(.other-amount) {
  float: left;
  margin-right: -100%;
  width: 48%;
  margin-left: 52%; }

#donation-form .country.field {
  float: left;
  margin-right: -100%;
  width: 100%; }
  #donation-form .country.field select {
    width: 100%;
    max-width: 100%; }

#donation-form .street-address.field {
  clear: both;
  float: left;
  margin-right: -100%;
  width: 100%;
  margin-left: 0%; }
  #donation-form .street-address.field textarea {
    height: 80px;
    width: 100% !important;
    max-width: 100%; }

#donation-form .city.field {
  clear: both;
  float: left;
  margin-right: -100%;
  width: 30.67%; }

#donation-form .state.field {
  float: left;
  margin-right: -100%;
  width: 30.67%;
  margin-left: 34.67%; }

#donation-form .zip-code.field {
  float: left;
  margin-right: -100%;
  width: 30.67%;
  margin-left: 69.33%; }

#donation-form .start-date.field span.label {
  margin-top: 0 !important;
  padding-left: 0 !important; }

#donation-form .custom-fields {
  padding-bottom: 0 !important; }
  #donation-form .custom-fields select {
    max-width: 100%; }

#donation-form .comment.field {
  float: left;
  margin-right: -100%;
  width: 100%;
  clear: both; }
  #donation-form .comment.field textarea {
    width: 100%;
    max-width: 100%;
    height: 100px; }

#donation-form .field.required .required-star {
  color: transparent; }
  #donation-form .field.required .required-star:after {
    width: 3px;
    height: 3px;
    content: '';
    display: block;
    background-color: red;
    position: absolute;
    top: 10px;
    left: -8px;
    border-radius: 100%; }

#donation-form .field.withPlaceholder span.label, #donation-form .field.withPlaceholder label {
  display: none !important; }

#donation-form label {
  margin-top: 0 !important;
  outline: none !important; }

body.firefox #donation-form .tabs:after {
  bottom: 7px !important; }

body.firefox #donation-form .section.donation .field.radio input {
  box-sizing: content-box;
  margin-top: 6px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #707070; }












/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(255, 255, 255, 0.95);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985);
  transition: -webkit-transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985);
  -o-transition: -o-transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985);
  transition: transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985);
  transition: transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985), -webkit-transform 0.7s ease, -o-transform 0.7s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  color: black;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  opacity: .7;
  transition: opacity 0.3s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  cursor: pointer; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: black;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  opacity: 1; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; }

.lity-hide {
  display: none; }

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: transparent; }

.flip-clock-wrapper a:hover {
  color: transparent; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300 !important;
  -webkit-user-select: none;
  padding-left: 0; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0; }

.flip-clock-wrapper:before, .flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.flip-clock-wrapper:after {
  clear: both; }

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  margin-right: 0;
  width: 52px;
  height: 90px;
  font-size: 80px;
  line-height: 87px;
  border-radius: 6px;
  background: #000; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 102px;
  text-decoration: none !important; }

body.edge .flip-clock-wrapper ul li, body.msie11 .flip-clock-wrapper ul li {
  line-height: 80px; }

body.firefox.windows .flip-clock-wrapper ul li {
  line-height: 80px; }

body.chrome.windows .flip-clock-wrapper ul li {
  line-height: 80px; }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }
  .flip-clock-wrapper ul li a:hover:before {
    display: none !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li .up .shadow {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.flip-clock-wrapper ul li .down .shadow {
  border-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.08); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #231F20;
  text-shadow: 0;
  text-align: center;
  background: linear-gradient(to bottom, white 0%, whitesmoke 50%, white 100%);
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  font-size: 50px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

ul.flip.play:nth-child(3n) {
  margin-right: 30px;
  position: relative; }
  ul.flip.play:nth-child(3n):after {
    content: ',';
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    right: -42px;
    font-size: 50px;
    background-color: transparent;
    display: block; }

ul.flip.play:nth-child(3n + 1):after {
  content: '';
  width: 300%;
  padding-right: 0px;
  box-sizing: content-box;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0px;
  font-size: 50px;
  background-color: #B2B2B2;
  display: block; }

ul.flip.play:last-child {
  margin-right: 0 !important; }
  ul.flip.play:last-child:after {
    display: none !important; }

.flip-clock-wrapper .flip {
  box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: white; }

.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.15s 0.15s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

.flip-clock-wrapper:after {
  content: '$' !important;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  top: 10px;
  left: -44px;
  display: block;
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300 !important;
  font-size: 40px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  animation: turn 0.15s 0.15s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }
  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }
  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }
  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  animation: turn2 0.2s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }
  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }
  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background: linear, top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%;
  animation: show 0.15s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background: linear, top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%;
  animation: hide 0.15s 0.15s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: linear, top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%;
  animation: show 0.15s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background: linear, top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.05) 100%;
  animation: hide 0.15s 0.15s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.clock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
  width: auto;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 80%;
  max-width: 591px; }
  .clock ul {
    order: 0;
    flex: 0 1 auto;
    align-self: auto; }

.clockWrap {
  width: 101%;
  text-align: center; }

.visualizer {
  background-color: green;
  height: 2px;
  position: absolute;
  width: 100vh;
  display: block; }

#introSection {
  z-index: 11; }
  #introSection #tagline {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
  #introSection h1 {
    margin-bottom: 10px; }
  #introSection .content {
    width: 85%;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 30px; }
    #introSection .content p {
      max-width: 65%;
      margin: 0 auto; }
  #introSection .subNav {
    margin-top: 50px;
    margin-bottom: 80px; }

body.msie11 #whatWeDoSection .stepList .step {
  background-size: 58px 58px !important;
  background-position: 5px 2px !important;
  background-repeat: no-repeat !important; }

#whatWeDoSection h2 {
  max-width: 450px; }

#whatWeDoSection .stepList .step {
  padding-left: 90px;
  max-width: 350px;
  background-size: 58px auto !important;
  background-position: 5px 2px !important;
  background-repeat: no-repeat !important; }

#newsSection {
  padding-bottom: 32px; }
  #newsSection .leftColumn .image + .content, #newsSection .leftColumn .video + .content {
    margin-top: 10px; }
  #newsSection .meta {
    margin-top: 15px; }
  #newsSection .newsItem:last-child {
    margin-bottom: 32px !important; }

#challengeSection #infoSource {
  font-size: 9px;
  line-height: 12px;
  margin-top: 10px;
  opacity: .4;
  transition: opacity .2s linear; }
  #challengeSection #infoSource:hover {
    opacity: 1; }

#challengeSection .newsletterForm {
  margin-top: 15px; }

#challengeSection #map {
  margin-bottom: 50px; }
  #challengeSection #map svg path {
    transition: fill .3s ease-in-out;
    stroke-width: 2px;
    stroke: #F8F8F7;
    cursor: pointer; }
  #challengeSection #map svg path:hover {
    fill: #cc0000 !important; }

#challengeSection .nextSection {
  margin-top: -70px; }

#challengeSection #disclaimer {
  margin-top: 60px; }

#impactSection #videos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 30px !important;
  margin-bottom: 60px; }

#impactSection .videoContainer {
  width: calc(33% - 10px);
  display: block;
  transition: opacity 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115); }

#impactSection .title {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: #707070;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px; }

#getInvolvedSection {
  padding-bottom: 50px;
  padding-top: 60px; }
  #getInvolvedSection .corporate {
    margin-top: 30px;
    margin-bottom: 30px; }
    #getInvolvedSection .corporate a {
      font-weight: 500; }
    #getInvolvedSection .corporate p {
      max-width: 300px; }
  #getInvolvedSection .exportList span {
    margin-right: 1.5vw; }
  #getInvolvedSection .exportList .send {
    margin-right: 1.5vw; }
  #getInvolvedSection #individualDonation .floater {
    min-height: 100%; }
  #getInvolvedSection #corporateLogos {
    display: flex; }
    #getInvolvedSection #corporateLogos .corporateLogo {
      flex: 1;
      height: 80px; }
      #getInvolvedSection #corporateLogos .corporateLogo.horizontal {
        flex: 2; }
  #getInvolvedSection .campaigns ul {
    clear: both;
    width: 100%; }
  #getInvolvedSection .borderLeft {
    border-left: 1px solid #F6F6F6; }
  #getInvolvedSection .button {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box !important; }
    #getInvolvedSection .button a {
      width: 100%;
      box-sizing: border-box !important; }

#blogPosts {
  margin-bottom: 40px; }
  #blogPosts .sideBarBlog .floater {
    margin-bottom: 0px !important; }
  #blogPosts .sideBarBlog .fullBleed {
    margin-bottom: 20px !important; }
  #blogPosts .sideBarBlog .floater .floater {
    margin-bottom: 20px;
    padding: 12px 10px 9px 30px; }
  #blogPosts .sideBarBlog img {
    max-width: 253px;
    margin-bottom: 5px;
    height: auto; }

body.msie11 #contactSection .bullet, body.edge #contactSection .bullet {
  background-position-y: 3px; }

#contactSection .sidebar {
  margin-bottom: 32px; }

#contactSection .mediaLink {
  background: url("img/media.svg") no-repeat;
  padding-left: 30px; }

#contactSection .bullet {
  background: url("img/radioLarge.svg") no-repeat;
  padding-left: 28px;
  padding-top: 1px;
  font-weight: 300; }
  #contactSection .bullet.active {
    background: url("img/radioLargeActive.svg") no-repeat; }
  #contactSection .bullet + .hide {
    margin-bottom: 48px;
    padding-left: 28px; }

#contactSection .content {
  margin-bottom: 10px; }

#contactSection .intro {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
  padding-bottom: 10px; }

#contactSection .contentLinks {
  margin-bottom: 10px; }
  #contactSection .contentLinks .button {
    margin-bottom: 10px; }
  #contactSection .contentLinks .button + .button {
    margin-left: 0; }
  #contactSection .contentLinks div.small {
    margin-bottom: 10px; }

#pressSection .teamList li, #pressSection .links li {
  padding-bottom: 8px; }

#pressSection .thumb {
  width: 75px;
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }
  #pressSection .thumb.pub {
    border: 1px solid #E6E6E6; }

#pressSection .content {
  border-right: 1px solid #E6E6E6; }

#pressSection .buttonList .button {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px; }

#pressSection .caption {
  margin-bottom: 2px; }

#pressSection .release, #pressSection .postContent {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px; }
  #pressSection .release:last-child, #pressSection .postContent:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

#pressSection .postContent .contentTitle a {
  display: inline !important; }

#pressSection .postContent .contentTitle, #pressSection .postContent .buttonList {
  padding-top: 10px !important; }

#pressSection .postContent .buttonList {
  padding-bottom: 20px; }

#aboutSection {
  padding-bottom: 50px;
  z-index: 10;
  position: relative; }
  #aboutSection h1 {
    margin-bottom: 5px; }
  #aboutSection .introduction .subhead {
    max-width: 450px; }
  #aboutSection .video {
    margin-bottom: 10px; }
  #aboutSection .videoDetails {
    margin-bottom: 20px; }
  #aboutSection ul.subNav {
    text-align: left; }
  #aboutSection .pageNav hr {
    margin-top: 0; }

#getHelpSection .hipaa {
  background: #FFFFFF url("img/HIPAA.svg") no-repeat;
  background-size: auto 60%;
  background-position: 20px center;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 20px;
  margin-top: 20px;
  padding-left: 110px; }
  #getHelpSection .hipaa h5 {
    margin-bottom: 0; }

#leadershipSection h4, #leadershipSection h5 {
  margin-bottom: 0; }

#leadershipSection #board {
  margin-top: 30px;
  margin-bottom: 30px !important; }

#leadershipSection .title {
  margin-bottom: 10px;
  font-weight: 400; }

#leadershipSection .leadershipContent p {
  margin-top: 10px;
  max-width: 90%; }

#leadershipSection .boardTitle {
  padding-top: 20px; }

#leadershipSection .boardMembers {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px; }

body.firefox.windows #newsTickerWrapper #newsTicker::after, body.chrome.windows #newsTickerWrapper #newsTicker::after {
  line-height: 1.3rem; }

#newsTickerWrapper {
  max-width: calc(1400px + 40px);
  width: 100%;
  margin: 0 auto;
  position: relative; }
  #newsTickerWrapper #newsTicker {
    display: flex;
    justify-content: flex-start; }
    #newsTickerWrapper #newsTicker:after {
      content: 'BREAKING';
      display: block;
      position: absolute;
      background-color: red;
      height: 27px;
      width: 90px;
      top: -25px;
      z-index: 0;
      left: 0;
      background: #FFFFFF url("img/light.png");
      background-repeat: no-repeat;
      background-size: 15px auto;
      background-position: 6px 5px;
      border: 1px solid #E6E6E6;
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
      border-radius: 3px;
      padding-left: 25px;
      padding-top: 5px;
      box-sizing: border-box;
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: .9rem;
      color: #B2B2B2;
      letter-spacing: 0;
      line-height: 1.7rem;
      font-weight: 500; }
    #newsTickerWrapper #newsTicker .newsTickerItem {
      order: 0;
      flex: 1;
      align-self: auto;
      background: #FFFFFF;
      border: 1px solid #EEEFF5;
      border-right: 0;
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
      padding: 15px;
      z-index: 1;
      transition: transform 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115), opacity 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
      #newsTickerWrapper #newsTicker .newsTickerItem:last-child {
        border-right: 1px solid #EEEFF5; }
      #newsTickerWrapper #newsTicker .newsTickerItem:hover {
        transform: scale(1.01); }
      #newsTickerWrapper #newsTicker .newsTickerItem .thumbnail {
        float: left;
        margin-right: 20px;
        width: 20%;
        max-width: 55px;
        box-sizing: border-box; }
        #newsTickerWrapper #newsTicker .newsTickerItem .thumbnail img {
          width: 100%;
          height: auto;
          border-radius: 3px; }
      #newsTickerWrapper #newsTicker .newsTickerItem p {
        float: left;
        width: 100%;
        box-sizing: border-box;
        vertical-align: middle;
        font-size: 1.2rem;
        line-height: 1.6rem;
        font-weight: 400; }
        #newsTickerWrapper #newsTicker .newsTickerItem p a {
          margin-top: 5px; }
      #newsTickerWrapper #newsTicker .newsTickerItem .thumbnail + p {
        width: calc( 80% - 20px); }
      #newsTickerWrapper #newsTicker .newsTickerItem a span {
        display: block; }

#faqSection .faqList {
  margin-bottom: 32px; }

#faqSection .hide {
  padding-top: 0; }

#faqSection #askAQuestion {
  max-width: 400px; }

#faqSection .showMore {
  color: #FF0000 !important;
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  cursor: pointer; }

#faqSection .toggle {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #231F20;
  letter-spacing: 0;
  line-height: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.2rem; }

#faqSection p.large {
  max-width: 500px; }

#donateSection .postMedia.image img {
  width: 50px;
  height: auto;
  float: left;
  margin-right: 10px; }

#ticker {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  bottom: 0;
  left: 0;
  width: calc(100% - 2px);
  height: 50px;
  overflow: hidden;
  position: absolute; }
  #ticker .tickHolder {
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 0;
    transition: left 0.8s cubic-bezier(0.21, 0.72, 0.455, 0.985); }
  #ticker .tick {
    position: absolute;
    display: block;
    height: 50px;
    font-weight: 300;
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: 0;
    transition: box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985), background-color 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
    z-index: 1;
    background-color: #FEFEFE; }
    #ticker .tick.inactive {
      opacity: .3; }
    #ticker .tick:not(.noLink):hover {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
      transform: scale(1.01);
      background-color: white;
      z-index: 2; }
    #ticker .tick a {
      padding: 17px 20px 17px 50px;
      background-image: url("img/circleMarkGrey.svg");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: 25px 17px;
      white-space: nowrap;
      cursor: default;
      color: #707070; }
    #ticker .tick a:not(.noLink) {
      cursor: pointer;
      color: #FF0000;
      background-image: url("img/circleMark.svg");
      background-repeat: no-repeat;
      background-position: 25px 17px; }
      #ticker .tick a:not(.noLink):hover {
        color: #FF0000; }
        #ticker .tick a:not(.noLink):hover:before {
          display: none; }
  #ticker .title {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    z-index: 1;
    text-transform: uppercase;
    color: #B2B2B2;
    text-align: center;
    background: white;
    border: 1px solid #F1F1F1;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
    width: 165px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: -1px;
    padding-top: 20px;
    letter-spacing: .6px;
    line-height: 1.2rem; }

.highlight {
  background: url("img/highlight.svg") no-repeat;
  background-size: cover;
  padding: 4px 7px 4px 7px;
  display: inline-block; }

#donateSection h1 {
  margin-bottom: 10px;
  font-size: 3.8rem;
  line-height: 3.8rem; }

#donateSection p.subtitle {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px; }

#donateSection .floater.donate {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  #donateSection .floater.donate h2 {
    margin-bottom: 17px !important; }

#donateSection #amountAbolished {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 1.8rem;
  color: #231F20;
  letter-spacing: 0;
  text-align: center;
  line-height: 2.6rem; }

#donateSection #payPalForm {
  display: none !important; }

@media screen and (min-width: 1124px) {
  .sidebarIndent {
    margin: 0 auto !important;
    padding-left: 32px;
    padding-right: 0; } }

@media screen and (max-width: 900px) {
  footer .about {
    float: left;
    margin-right: -100%;
    width: 100%;
    float: none;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6; }
    footer .about p {
      max-width: 500px; }
  footer .linkColumns {
    float: left;
    margin-right: -100%;
    width: 65.33%;
    margin-left: 0%; }
  footer .news {
    float: left;
    margin-right: -100%;
    width: 30.67%;
    margin-left: 69.33%; }
    footer .news form {
      width: 100%; }
  #leadershipSection .additionalTeam {
    margin-left: 26%;
    float: left;
    margin-right: -100%;
    width: 74%;
    clear: both;
    border-top: 1px solid #E6E6E6;
    padding-top: 15px;
    margin-top: 25px;
    padding-bottom: 5px; }
  #leadershipSection .featuredTeam {
    float: left;
    margin-right: -100%;
    width: 74%;
    margin-left: 26%; }
  #leadershipSection .boardMembers {
    margin-left: 26%; }
  #leadershipSection .leadershipTitle, #leadershipSection .boardTitle {
    float: left;
    margin-right: -100%;
    width: 22%; } }

@media screen and (max-width: 768px) {
  h1 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.3rem;
    color: #231F20;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 2.7rem;
    margin-bottom: 2.0rem; }
  h2 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.0rem;
    color: #231F20;
    letter-spacing: 0;
    line-height: 2.3rem;
    font-weight: 500;
    margin-bottom: 1.7rem; }
  h3 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.7rem;
    color: #231F20;
    letter-spacing: 0;
    line-height: 2.0rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  h4 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #231F20;
    letter-spacing: 0;
    line-height: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.2rem; }
  header ul li {
    padding-right: 15px; }
  header #logo {
    width: 180px;
    height: 135px; }
    header #logo svg {
      margin-top: 28px; }
  .col12.responsive, .col11.responsive, .col10.responsive, .col9.responsive, .col8.responsive, .col7.responsive, .col6.responsive, .col5.responsive, .col4.responsive, .col3.responsive, .col2.responsive, .col1.responsive {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0;
    float: none; }
    .col12.responsive + .col12, .col12.responsive + .col11, .col12.responsive + .col10, .col12.responsive + .col9, .col12.responsive + .col8, .col12.responsive + .col7, .col12.responsive + .col6, .col12.responsive + .col5, .col12.responsive + .col4, .col12.responsive + .col3, .col12.responsive + .col2, .col12.responsive + .col1, .col11.responsive + .col12, .col11.responsive + .col11, .col11.responsive + .col10, .col11.responsive + .col9, .col11.responsive + .col8, .col11.responsive + .col7, .col11.responsive + .col6, .col11.responsive + .col5, .col11.responsive + .col4, .col11.responsive + .col3, .col11.responsive + .col2, .col11.responsive + .col1, .col10.responsive + .col12, .col10.responsive + .col11, .col10.responsive + .col10, .col10.responsive + .col9, .col10.responsive + .col8, .col10.responsive + .col7, .col10.responsive + .col6, .col10.responsive + .col5, .col10.responsive + .col4, .col10.responsive + .col3, .col10.responsive + .col2, .col10.responsive + .col1, .col9.responsive + .col12, .col9.responsive + .col11, .col9.responsive + .col10, .col9.responsive + .col9, .col9.responsive + .col8, .col9.responsive + .col7, .col9.responsive + .col6, .col9.responsive + .col5, .col9.responsive + .col4, .col9.responsive + .col3, .col9.responsive + .col2, .col9.responsive + .col1, .col8.responsive + .col12, .col8.responsive + .col11, .col8.responsive + .col10, .col8.responsive + .col9, .col8.responsive + .col8, .col8.responsive + .col7, .col8.responsive + .col6, .col8.responsive + .col5, .col8.responsive + .col4, .col8.responsive + .col3, .col8.responsive + .col2, .col8.responsive + .col1, .col7.responsive + .col12, .col7.responsive + .col11, .col7.responsive + .col10, .col7.responsive + .col9, .col7.responsive + .col8, .col7.responsive + .col7, .col7.responsive + .col6, .col7.responsive + .col5, .col7.responsive + .col4, .col7.responsive + .col3, .col7.responsive + .col2, .col7.responsive + .col1, .col6.responsive + .col12, .col6.responsive + .col11, .col6.responsive + .col10, .col6.responsive + .col9, .col6.responsive + .col8, .col6.responsive + .col7, .col6.responsive + .col6, .col6.responsive + .col5, .col6.responsive + .col4, .col6.responsive + .col3, .col6.responsive + .col2, .col6.responsive + .col1, .col5.responsive + .col12, .col5.responsive + .col11, .col5.responsive + .col10, .col5.responsive + .col9, .col5.responsive + .col8, .col5.responsive + .col7, .col5.responsive + .col6, .col5.responsive + .col5, .col5.responsive + .col4, .col5.responsive + .col3, .col5.responsive + .col2, .col5.responsive + .col1, .col4.responsive + .col12, .col4.responsive + .col11, .col4.responsive + .col10, .col4.responsive + .col9, .col4.responsive + .col8, .col4.responsive + .col7, .col4.responsive + .col6, .col4.responsive + .col5, .col4.responsive + .col4, .col4.responsive + .col3, .col4.responsive + .col2, .col4.responsive + .col1, .col3.responsive + .col12, .col3.responsive + .col11, .col3.responsive + .col10, .col3.responsive + .col9, .col3.responsive + .col8, .col3.responsive + .col7, .col3.responsive + .col6, .col3.responsive + .col5, .col3.responsive + .col4, .col3.responsive + .col3, .col3.responsive + .col2, .col3.responsive + .col1, .col2.responsive + .col12, .col2.responsive + .col11, .col2.responsive + .col10, .col2.responsive + .col9, .col2.responsive + .col8, .col2.responsive + .col7, .col2.responsive + .col6, .col2.responsive + .col5, .col2.responsive + .col4, .col2.responsive + .col3, .col2.responsive + .col2, .col2.responsive + .col1, .col1.responsive + .col12, .col1.responsive + .col11, .col1.responsive + .col10, .col1.responsive + .col9, .col1.responsive + .col8, .col1.responsive + .col7, .col1.responsive + .col6, .col1.responsive + .col5, .col1.responsive + .col4, .col1.responsive + .col3, .col1.responsive + .col2, .col1.responsive + .col1 {
      margin-top: 20px; }
  .floater:last-child, .floater + .floater:last-child {
    margin-bottom: 20px !important; }
  footer .linkColumns {
    float: left;
    margin-right: -100%;
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6; }
  footer .news {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    float: none;
    display: block; }
    footer .news form {
      max-width: 320px; }
  #pressSection .content {
    float: left;
    margin-right: -100%;
    width: 100%;
    float: none;
    display: block;
    border-right: none; }
  #pressSection .form {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    float: none;
    display: block;
    clear: both;
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: 20px; }
  #pressSection .team, #pressSection .links {
    float: left;
    margin-right: -100%;
    width: 48%;
    margin-left: 0%;
    padding-bottom: 20px; }
  #pressSection .links {
    float: left;
    margin-right: -100%;
    width: 39.33%;
    margin-left: 60.67%;
    border-top: 0;
    padding-top: 0px;
    margin-top: 0px; }
  #pressSection .copy {
    float: left;
    margin-right: -100%;
    width: 91.33%; } }

@media screen and (max-width: 650px) {
  .section {
    padding-top: 35px !important; }
    .section:first-child {
      padding-top: 130px !important; }
  #sideBar {
    width: 45px; }
    #sideBar #currentLocation {
      transform: rotate(-90deg) translateY(-285px); }
    #sideBar #nextLocation {
      transform: rotate(-90deg) translateY(-315px) translateX(0px);
      bottom: 400px;
      padding-left: 30px; }
  .centered.top {
    padding-top: 120px; }
  .nextSection {
    margin-top: 50px; }
  .sidebarIndent {
    width: calc(100vw - 60px - 60px);
    margin-left: 80px;
    max-width: 1300px;
    padding-right: 0; }
    .sidebarIndent.centered {
      width: calc(100vw - 45px - 8px);
      margin-left: 45px; }
  .modalContent.shareImage {
    width: 80vw; }
    .modalContent.shareImage img {
      width: 100%;
      max-width: 300px; }
    .modalContent.shareImage .shareContent {
      width: 100% !important;
      float: left; }
  header {
    top: 0;
    height: 90px;
    border: 0; }
    header.small ul {
      left: 30px;
      top: 0; }
      header.small ul li {
        padding-right: 11px; }
    header.small .button {
      top: 10px; }
    header ul {
      left: -10px;
      width: 100%;
      position: absolute;
      transition: left 0.3s cubic-bezier(0.035, 0.425, 0.59, 1.115), top 0.3s cubic-bezier(0.035, 0.425, 0.59, 1.115);
      top: 41px; }
      header ul li {
        padding-right: 20px; }
    header.hideButton .button {
      opacity: 1; }
    header .button {
      top: 56px; }
      header .button a {
        padding: 6px 12px 3px 12px; }
    header #logo {
      transform: none;
      top: 0;
      left: 50%;
      width: 100% !important;
      height: 50px !important;
      transform: translateX(-50%);
      transition: box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), background-color 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), transform 0 cubic-bezier(0.035, 0.425, 0.59, 1.115);
      border: 0; }
      header #logo #logoStack {
        display: none; }
      header #logo a {
        display: block; }
      header #logo #logoSingleLine {
        display: block;
        transform: translateX(0%);
        margin: 0 auto !important;
        height: 25px;
        width: auto;
        margin-top: 14px !important; }
      header #logo.micro {
        left: 0;
        transform: translateX(0%);
        top: 0;
        height: 45px !important;
        width: 45px !important;
        box-shadow: none;
        border-right: 1px solid #F1F1F1; }
        header #logo.micro #logoSingleLine {
          height: 27px;
          margin-left: -45px !important;
          margin-top: 10px !important;
          width: auto; }
  .button a {
    padding: 9px 7px 6px 7px; }
  #contactSection .intro .copy {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    float: none;
    display: block;
    clear: both; }
  #contactSection .contentLinks {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    float: none;
    display: block;
    clear: both; }
  #pressSection .releaseTitle {
    margin-left: 0%;
    margin: 0px;
    width: 100%;
    float: none; }
  #pressSection .contentTitle {
    margin-left: 0%;
    margin: 0px;
    width: 100%;
    float: none; }
  #pressSection .postContent .buttonList {
    padding-top: 0 !important; }
  #pressSection .buttonList {
    margin-left: 0%;
    margin: 0px;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    #pressSection .buttonList .button {
      float: none; }
  #leadershipSection .leadershipTitle, #leadershipSection .boardTitle {
    float: left;
    margin-right: -100%;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 20px; }
    #leadershipSection .leadershipTitle h5, #leadershipSection .boardTitle h5 {
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.7rem;
      color: #231F20;
      letter-spacing: 0;
      line-height: 2.0rem;
      font-weight: 500;
      margin-bottom: 1.5rem; }
  #leadershipSection .featuredTeam, #leadershipSection .boardMembers {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%; }
  #leadershipSection #board {
    margin-top: 0;
    border-top: 1px solid #E6E6E6; }
  #leadershipSection .additionalTeam {
    margin-left: 0%;
    float: left;
    margin-right: -100%;
    width: 100%;
    clear: both;
    border-top: 1px solid #E6E6E6;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 5px; }
  #leadershipSection .boardMembers {
    border-top: none;
    padding-top: 0px; } }

@media screen and (max-width: 500px) {
  #sideBar {
    width: calc(100vw - 8px);
    height: 45px;
    border: 0;
    bottom: 0 !important;
    top: auto !important;
    box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.04) !important; }
    #sideBar #currentLocation {
      display: none !important;
      transform: none;
      text-align: left;
      font-size: 1.3rem;
      top: 0 !important;
      padding-top: 15px;
      height: 45px;
      left: 0;
      width: 50%;
      top: 12px;
      text-align: center;
      border-right: 1px solid #F1F1F1;
      background: url("img/arrowUpThickAlt.svg") no-repeat;
      background-position: 10px 13px;
      background-size: auto 30%; }
    #sideBar #nextLocation {
      transform: none;
      bottom: auto;
      top: 0 !important;
      padding: 0;
      padding-top: 15px;
      height: 45px;
      text-align: right;
      width: 100%;
      right: 0 !important;
      left: auto;
      font-size: 1.3rem;
      text-align: center;
      padding-right: 0 !important;
      background: url("img/arrowDownThick.svg") no-repeat;
      background-position: right 10px top 13px;
      background-size: auto 30%; }
  .section {
    padding-top: 25px !important; }
  .sidebarIndent {
    width: calc(100vw - 40px  - 8px);
    margin-left: 20px;
    max-width: 1300px;
    padding-right: 0; }
    .sidebarIndent.centered {
      width: calc(100vw - 8px);
      margin-left: 0; }
  .floater {
    padding: 24px; }
  footer .linkColumns ul li {
    padding-bottom: 5px; }
  footer .linkColumns h6 {
    font-size: .9rem; }
  footer .linkColumns a {
    font-size: 1.2rem;
    line-height: 1.5rem; }
  #pressSection .team, #pressSection .links {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 0px;
    display: block;
    float: none; }
  #pressSection .links {
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: 20px; } }

@media screen and (max-width: 360px) {
  header ul li {
    padding-right: 15px; }
  header.small ul li {
    padding-right: 3px !important; }
  footer .linkColumns, footer .col4 {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 20px;
    float: none;
    display: block; } }

@media screen and (min-height: 1024px) {
  #sideBar {
    display: none !important; } }

@media screen and (min-height: 1024px) {
  .sidebarIndent {
    margin-left: 40px; } }

@media screen and (max-width: 1024px) {
  #challengeSection .nextSection {
    padding-bottom: 160px;
    margin-top: 10px; }
  #challengeSection #newsletterBar {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    position: absolute;
    left: 0;
    bottom: 0; }
    #challengeSection #newsletterBar #newsletterContainer {
      padding-left: 80px;
      background-color: transparent;
      border-top: 1px solid #E6E6E6;
      padding-bottom: 15px;
      margin-bottom: 0 !important;
      padding-top: 15px !important; }
    #challengeSection #newsletterBar .newsletterContent {
      float: left;
      margin-right: -100%;
      width: 30.67%; }
      #challengeSection #newsletterBar .newsletterContent h5 {
        margin-bottom: 5px; }
    #challengeSection #newsletterBar .newsletterForm {
      float: left;
      margin-right: -100%;
      width: 65.33%;
      margin-left: 34.67%;
      margin-top: 0; }
      #challengeSection #newsletterBar .newsletterForm #email-registration-form .section {
        padding-bottom: 0 !important; }
      #challengeSection #newsletterBar .newsletterForm #email-registration-form .btn-group {
        margin-left: 52%;
        margin-top: -40px;
        z-index: 10;
        position: relative; }
      #challengeSection #newsletterBar .newsletterForm #email-registration-form .field.first-name {
        float: left;
        margin-right: -100%;
        width: 48%; }
      #challengeSection #newsletterBar .newsletterForm #email-registration-form .field.last-name {
        float: left;
        margin-right: -100%;
        width: 48%;
        margin-left: 52%; }
      #challengeSection #newsletterBar .newsletterForm #email-registration-form .field.email {
        float: left;
        margin-right: -100%;
        width: 48%;
        clear: both; } }

@media screen and (max-width: 900px) {
  #newsSection h3 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.7rem;
    color: #231F20;
    letter-spacing: 0;
    line-height: 2.0rem;
    font-weight: 500;
    margin-bottom: 1.5rem; }
  #newsSection .rightColumn h4 {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #231F20;
    letter-spacing: 0;
    line-height: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.2rem; }
  #newsSection .rightColumn p {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  #getInvolvedSection .exportList span {
    margin-right: 1.1vw; }
  #getInvolvedSection .exportList .send {
    margin-right: .7vw; } }

@media screen and (max-width: 768px) {
  #newsTicker .newsTickerItem:nth-child(3) {
    display: none; }
  #introSection h1 {
    font-size: 3.0rem;
    line-height: 3.5rem;
    font-weight: 500;
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 2.0rem;
    margin-bottom: 10px; }
  #impactSection .clock {
    max-width: 991px !important;
    width: 95%; }
  #challengeSection .challengeCopy {
    padding: 32px !important;
    background: white;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04);
    border: 0; }
    #challengeSection .challengeCopy:after {
      display: block; }
  #challengeSection #map {
    margin-bottom: 30px; }
  #challengeSection .nextSection {
    margin-top: 40px; }
  #newsSection .leftColumn, #newsSection .rightColumn {
    float: left;
    margin-right: -100%;
    width: 100%;
    float: none;
    margin-left: 0%; }
  #newsSection .rightColumn {
    margin-top: 20px; }
    #newsSection .rightColumn:nth-child(1) {
      float: left;
      margin-right: -100%;
      width: 100%;
      float: none; }
    #newsSection .rightColumn .video {
      margin-bottom: 10px; }
    #newsSection .rightColumn .subColumn .newsItem {
      float: left;
      float: left;
      margin-right: -100%;
      width: 48%; }
      #newsSection .rightColumn .subColumn .newsItem:nth-child(2) {
        margin-left: 52%; }
    #newsSection .rightColumn .subColumn .col8 {
      width: 100%;
      float: none;
      margin: 0; }
    #newsSection .rightColumn .subColumn .col4 {
      width: 100%;
      float: none; }
  #getInvolvedSection {
    padding-top: 50px; }
    #getInvolvedSection h1 {
      margin-bottom: 40px; }
    #getInvolvedSection .exportList .caption {
      margin-right: 3vw; }
    #getInvolvedSection .exportList .send {
      margin-right: 2.5vw; }
    #getInvolvedSection .corporate {
      border-top: 1px solid #E6E6E6;
      padding-top: 32px; }
      #getInvolvedSection .corporate #corporateLogos {
        float: left;
        margin-right: -100%;
        width: 100%;
        margin-left: 0%;
        float: none !important;
        max-width: 100% !important; }
      #getInvolvedSection .corporate .corporateInfo {
        float: left;
        margin-right: -100%;
        width: 100%;
        margin-left: 0%;
        float: none !important;
        max-width: 100% !important;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        #getInvolvedSection .corporate .corporateInfo p, #getInvolvedSection .corporate .corporateInfo h5 {
          max-width: 100%;
          text-align: center;
          display: block; }
    #getInvolvedSection .localCampaign {
      float: left;
      margin-right: -100%;
      width: 48%;
      margin-left: 52%;
      height: auto !important; }
    #getInvolvedSection #individualDonation {
      float: left;
      margin-right: -100%;
      width: 48%; }
      #getInvolvedSection #individualDonation .matchItemHeight {
        height: auto !important; }
      #getInvolvedSection #individualDonation .floater {
        min-height: auto !important; }
    #getInvolvedSection .localCampaignInfo {
      float: left;
      margin-right: -100%;
      width: 100%;
      margin-left: 0%;
      float: none;
      border-bottom: 1px solid #E6E6E6;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    #getInvolvedSection .campaigns {
      float: left;
      margin-right: -100%;
      width: 100%;
      margin-left: 0%;
      border-left: none;
      float: none;
      height: auto !important; }
      #getInvolvedSection .campaigns .thumbnail {
        float: left;
        margin-right: -100%;
        width: 13.33%; }
      #getInvolvedSection .campaigns .campaignTitle {
        margin-left: 17.33%;
        float: left;
        margin-right: -100%;
        width: 82.67%; }
      #getInvolvedSection .campaigns .caption {
        margin-left: 0;
        float: none; }
      #getInvolvedSection .campaigns li.paddedGroup .push1 {
        margin-left: 0; }
  #aboutSection .video {
    width: 100%; }
  #aboutSection #facts ul li {
    font-size: 1.2rem;
    line-height: 1.6rem; }
  #aboutSection .introduction .subhead {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #231F20;
    letter-spacing: 0;
    line-height: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    font-weight: 300;
    color: #707070; }
  #whatWeDoSection .introduction {
    width: 100%;
    display: block;
    clear: both;
    margin: 0; }
  #whatWeDoSection .howItWorksBox {
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    margin-top: 32px; }
    #whatWeDoSection .howItWorksBox .floater {
      margin-bottom: 0 !important; } }

@media screen and (max-width: 650px) {
  #introSection .content {
    width: 80%; }
    #introSection .content #tagline {
      font-size: 1.2rem;
      line-height: 1.6rem;
      font-weight: 400; }
    #introSection .content p {
      max-width: 90%; }
  #introSection .subNav li a {
    font-size: .9rem;
    padding: 4px 6px 4px 6px; }
  #impactSection #videos .videoContainer {
    width: calc(50% - 10px); }
    #impactSection #videos .videoContainer:last-child {
      display: none; }
  #impactSection .title {
    font-size: 2.1rem;
    line-height: 2.2rem; }
  #impactSection .flip-clock-wrapper:after {
    font-size: 25px !important;
    left: -34px; }
  #impactSection .clock {
    width: 95%; }
    #impactSection .clock.flip-clock-wrapper ul {
      height: 70px !important; }
      #impactSection .clock.flip-clock-wrapper ul:nth-child(3n) {
        margin-right: 15px; }
        #impactSection .clock.flip-clock-wrapper ul:nth-child(3n):after {
          font-size: 40px;
          bottom: 0px;
          right: -37px; }
      #impactSection .clock.flip-clock-wrapper ul li {
        line-height: 75px; }
        #impactSection .clock.flip-clock-wrapper ul li a div div.inn {
          font-size: 25px;
          font-weight: 500; }
        #impactSection .clock.flip-clock-wrapper ul li a div.up:after {
          top: 33px !important; }
  #challengeSection #newsletterBar .newsletterContent, #challengeSection #newsletterBar .newsletterForm {
    float: left;
    margin-right: -100%;
    width: 100%;
    float: none; }
  #challengeSection #newsletterBar .newsletterContent, #challengeSection #newsletterBar .newsletterForm {
    margin-left: 0%;
    margin-top: 10px; }
  #challengeSection .nextSection {
    padding-bottom: 240px; }
  #newsSection .subColumn .newsItem {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important; }
  #getInvolvedSection #individualDonation, #getInvolvedSection .localCampaign {
    float: left;
    margin-right: -100%;
    width: 100%;
    margin-left: 0%;
    display: block;
    float: none; }
  #getInvolvedSection .localCampaign {
    margin-top: 32px; }
  #blogArchive #featuredPost {
    padding-bottom: 64px !important; }
    #blogArchive #featuredPost .col6 {
      width: 100% !important;
      margin-left: 0 !important;
      float: none !important;
      display: block;
      height: auto !important; }
    #blogArchive #featuredPost .meta h1 {
      padding-bottom: 60px !important;
      margin-bottom: 20px !important; }
    #blogArchive #featuredPost .meta .readMore {
      display: none; }
    #blogArchive #featuredPost .content {
      padding-top: 0 !important; }
    #blogArchive #featuredPost #filters .caption {
      display: none; }
    #blogArchive #featuredPost #filters form {
      width: 120px !important; }
  #blogArchive .tile {
    width: 100% !important; }
    #blogArchive .tile.tileLarge {
      border-left: none !important; }
    #blogArchive .tile .media, #blogArchive .tile .body, #blogArchive .tile .content {
      width: 100% !important;
      margin-left: 0 !important;
      float: none !important;
      display: block; }
    #blogArchive .tile .video {
      margin-bottom: 15px !important; }
  .sideBarBlog {
    display: none !important; }
  #blogSingle {
    width: 100%;
    margin-left: 0%; }
    #blogSingle .exportList h5 {
      color: transparent !important; }
    #blogSingle #commentSection {
      padding-left: 0;
      padding-right: 0; }
      #blogSingle #commentSection h3 {
        padding-left: 0; }
        #blogSingle #commentSection h3 + ol.commentlist {
          padding-left: 0 !important; }
    #blogSingle .title {
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 2.0rem;
      color: #231F20;
      letter-spacing: 0;
      line-height: 2.3rem;
      font-weight: 500;
      margin-bottom: 1.7rem;
      margin-bottom: 32px !important;
      padding-top: 20px; }
  #commentFields .commentFormComment, #commentFields .commentFormDetails, .commentListContainer .commentFormComment, .commentListContainer .commentFormDetails {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0; }
  #commentFields .commentFormDetails, .commentListContainer .commentFormDetails {
    margin-top: 20px; }
  #commentFields #submit, .commentListContainer #submit {
    margin-top: 20px; }
  #aboutSection .introduction, #aboutSection #facts {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0%; }
  #aboutSection #facts {
    margin-top: 32px; }
  #aboutSection .introduction .subhead {
    max-width: 80%; } }

@media screen and (max-width: 500px) {
  body.firefox.windows header .button a, body.chrome.windows header .button a {
    padding: 3px 12px 5px 12px !important; }
  #newsTicker .newsTickerItem:nth-child(2) {
    display: none; }
  #pressSection .button + .button {
    margin-left: 0; }
  #introSection .subNav {
    display: none; }
  #introSection .button {
    margin-bottom: 70px !important; }
  #introSection .content {
    width: 90%; }
    #introSection .content h1 {
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 2.3rem;
      color: #231F20;
      letter-spacing: 0;
      font-weight: 500;
      line-height: 2.7rem;
      margin-bottom: 2.0rem;
      color: #FF0000;
      margin-bottom: 10px; }
    #introSection .content #tagline {
      color: #231F20; }
    #introSection .content p {
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.4rem;
      color: #231F20;
      letter-spacing: 0;
      line-height: 1.8rem;
      font-weight: 500;
      margin-bottom: 1.2rem;
      font-weight: 300;
      color: #707070;
      max-width: 100%; }
  #impactSection #videos {
    padding-left: 0;
    width: 100%;
    margin-top: 10px !important; }
  #impactSection .title {
    font-size: 1.8rem;
    line-height: 2.0rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    #impactSection .title.second {
      margin-bottom: 20px; }
  #impactSection .flip-clock-wrapper:after {
    font-size: 25px !important; }
  #impactSection .clock {
    margin-bottom: 20px; }
    #impactSection .clock.flip-clock-wrapper ul {
      height: 50px !important; }
      #impactSection .clock.flip-clock-wrapper ul:nth-child(3n) {
        margin-right: 10px; }
        #impactSection .clock.flip-clock-wrapper ul:nth-child(3n):after {
          font-size: 30px;
          right: -35px; }
      #impactSection .clock.flip-clock-wrapper ul li {
        line-height: 52px; }
        #impactSection .clock.flip-clock-wrapper ul li a div div.inn {
          font-size: 20px; }
        #impactSection .clock.flip-clock-wrapper ul li a div.up:after {
          top: 23px !important; }
  #challengeSection #newsletterBar #newsletterContainer {
    padding-left: 20px !important; }
  #getInvolvedSection {
    padding-top: 40px !important; }
    #getInvolvedSection .corporateLogo {
      height: 50px !important; }
  #blogArchive #blogNav {
    width: calc(100vw - 8px) !important;
    margin-left: -24px;
    position: relative !important;
    top: 0 !important; }
  #blogArchive ul li.title {
    background: none !important;
    border-right: 0 !important; }
  #blogArchive span.posts {
    display: none; }
  #blogArchive #featuredPost .meta {
    padding-top: 30px !important; }
  #aboutSection .introduction .subhead {
    max-width: 90%; }
  #whatWeDoSection .video, #whatWeDoSection .videoCaption {
    width: 100%;
    float: none;
    margin: 0;
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.7rem;
    color: #231F20;
    letter-spacing: 0;
    line-height: 2.0rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 2.3rem;
    font-weight: 300;
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #707070; }
  #whatWeDoSection .videoCaption {
    width: 90%; }
  #whatWeDoSection .video {
    margin-bottom: 15px; }
  #challengeSection .newsletterForm #email-registration-form .field.first-name {
    width: 100% !important;
    clear: both; }
  #challengeSection .newsletterForm #email-registration-form .field.last-name {
    width: 100% !important;
    clear: both;
    margin-left: 0 !important; }
  #challengeSection .newsletterForm #email-registration-form .field.email {
    width: 100% !important;
    clear: both; }
  #challengeSection .newsletterForm .btn-group {
    margin-top: 10px !important;
    margin-left: 0 !important;
    z-index: 10; }
  #challengeSection .nextSection {
    padding-bottom: 330px; }
  #donateSection .donationWidgets {
    margin-left: -20px !important;
    width: calc(100% + 40px); }
  #donateSection h1 {
    font-size: 3.0rem;
    line-height: 3.5rem;
    font-weight: 500;
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 2.0rem;
    color: #FF0000;
    width: 100%; }
  #donateSection #donation-form .section.fund {
    width: 100%;
    margin: 0px;
    clear: both;
    padding-left: 32px;
    padding-right: 32px !important; }
    #donateSection #donation-form .section.fund select {
      max-width: 100%; }
  #donateSection #donation-form .section.recurring {
    max-width: 300px;
    width: 100%;
    margin: 0px;
    padding-bottom: 0 !important;
    clear: both;
    padding-left: 32px !important; }
  #donateSection #donation-form .section:not(.donation) .city.field, #donateSection #donation-form .section:not(.donation) .state.field, #donateSection #donation-form .section:not(.donation) .zip-code.field, #donateSection #donation-form .section:not(.donation) .first-name.field, #donateSection #donation-form .section:not(.donation) .last-name.field, #donateSection #donation-form .section:not(.donation) .email.field, #donateSection #donation-form .section:not(.donation) .tel.field {
    width: 100% !important;
    clear: both;
    margin-left: 0 !important; }
    #donateSection #donation-form .section:not(.donation) .city.field input, #donateSection #donation-form .section:not(.donation) .city.field select, #donateSection #donation-form .section:not(.donation) .state.field input, #donateSection #donation-form .section:not(.donation) .state.field select, #donateSection #donation-form .section:not(.donation) .zip-code.field input, #donateSection #donation-form .section:not(.donation) .zip-code.field select, #donateSection #donation-form .section:not(.donation) .first-name.field input, #donateSection #donation-form .section:not(.donation) .first-name.field select, #donateSection #donation-form .section:not(.donation) .last-name.field input, #donateSection #donation-form .section:not(.donation) .last-name.field select, #donateSection #donation-form .section:not(.donation) .email.field input, #donateSection #donation-form .section:not(.donation) .email.field select, #donateSection #donation-form .section:not(.donation) .tel.field input, #donateSection #donation-form .section:not(.donation) .tel.field select {
      max-width: 100% !important;
      width: 100% !important; }
  #donateSection #donation-form .section.donation .field.radio {
    margin-right: 0px; }
    #donateSection #donation-form .section.donation .field.radio label:after {
      border-radius: 0 !important;
      box-shadow: none;
      border-right: 0; }
    #donateSection #donation-form .section.donation .field.radio.other-option label:after {
      border-right: 1px solid #E6E6E6 !important; } }

@media screen and (max-width: 360px) {
  #introSection p {
    max-width: 100%; }
  #introSection .subNav li a {
    font-size: 8px !important;
    padding: 4px 4px 4px 4px; }
  #blogArchive #featuredPost #filters select {
    width: 85px !important; }
  #blogArchive #featuredPost #filters form {
    width: 95px !important; } }

body.search #featuredPost, body.category #featuredPost, body.paged #featuredPost {
  padding-bottom: 50px !important; }

body.firefox.windows #blogArchive #featuredPost #filters select {
  padding: 3px 7px 4px 12px !important; }

body.firefox.windows #blogArchive #featuredPost #filters input[type="search"] {
  padding: 5px 7px 6px 28px !important; }

body.chrome.windows #blogArchive #featuredPost #filters select {
  padding: 5px 7px 5px 12px !important; }

body.chrome.windows #blogArchive #featuredPost #filters input[type="search"] {
  padding: 5px 7px 6px 28px !important; }

body.edge #blogArchive #featuredPost #filters select {
  padding: 5px 7px 5px 12px !important; }

body.edge #blogArchive #featuredPost #filters input[type="search"] {
  padding: 5px 7px 6px 28px !important; }

body.msie11 #blogArchive #featuredPost #filters select {
  padding: 5px 7px 5px 12px !important; }

body.msie11 #blogArchive #featuredPost #filters input[type="search"] {
  padding: 5px 7px 6px 28px !important; }

#blogArchive .morePosts {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #707070;
  letter-spacing: 0;
  line-height: 2.0rem;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative; }
  #blogArchive .morePosts .caption {
    margin-bottom: 0; }
  #blogArchive .morePosts:after {
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    display: block;
    content: ' ';
    top: 50%;
    position: absolute;
    margin-top: -2px;
    z-index: 0; }
  #blogArchive .morePosts span {
    display: inline-block;
    background-color: #F8F8F7;
    z-index: 1;
    position: relative;
    padding-right: 20px; }

#blogArchive #postList {
  padding: 0 0 45px 0; }
  #blogArchive #postList .tile {
    width: calc(50% - 10px);
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115), background-position 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
    cursor: pointer;
    overflow: hidden; }
    #blogArchive #postList .tile + .floater {
      margin-top: 0 !important; }
    #blogArchive #postList .tile:hover {
      transform: scale(1.015); }
      #blogArchive #postList .tile:hover .thumbnail img {
        transform: scale(1.015); }
    #blogArchive #postList .tile.tileLarge {
      width: 100%;
      border-left: 2px solid #FF0000; }
    #blogArchive #postList .tile img {
      transition: transform 0.25s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
    #blogArchive #postList .tile .media {
      margin-bottom: 15px; }
    #blogArchive #postList .tile .meta {
      margin-top: 15px; }
    #blogArchive #postList .tile.typeVideo.tileLarge img, #blogArchive #postList .tile.typeArticle.withImage.tileLarge img, #blogArchive #postList .tile.typeImage.withImage.tileLarge img {
      display: block; }
    #blogArchive #postList .tile.typeVideo.tileLarge .media, #blogArchive #postList .tile.typeArticle.withImage.tileLarge .media, #blogArchive #postList .tile.typeImage.withImage.tileLarge .media {
      float: left;
      margin-right: -100%;
      width: 48%;
      margin-bottom: 0; }
    #blogArchive #postList .tile.typeVideo.tileLarge .content, #blogArchive #postList .tile.typeArticle.withImage.tileLarge .content, #blogArchive #postList .tile.typeImage.withImage.tileLarge .content {
      float: left;
      margin-right: -100%;
      width: 48%;
      padding-right: 30px;
      box-sizing: border-box;
      margin-left: 52%; }
    #blogArchive #postList .tile.typeImage.withImage .fullBleed {
      margin: 0;
      width: 100%; }
    #blogArchive #postList .tile.typeLink.tileLarge .media, #blogArchive #postList .tile.typeArticle:not(.withImage).tileLarge .media {
      float: left;
      margin-right: -100%;
      width: 48%;
      margin-bottom: 0; }
    #blogArchive #postList .tile.typeLink.tileLarge .body, #blogArchive #postList .tile.typeArticle:not(.withImage).tileLarge .body {
      float: left;
      margin-right: -100%;
      width: 48%;
      padding-right: 30px;
      box-sizing: border-box;
      margin-left: 52%; }
    #blogArchive #postList .tile.typeArticle.tileSmall.withImage .media {
      float: left;
      margin-right: -100%;
      width: 22%; }
    #blogArchive #postList .tile.typeArticle.tileSmall.withImage .content {
      float: left;
      margin-right: -100%;
      width: 74%;
      margin-left: 26%; }
    #blogArchive #postList .tile.typeLink {
      background: #fff url("img/blogLink.svg");
      background-repeat: no-repeat;
      background-position: right 30px center; }
      #blogArchive #postList .tile.typeLink:hover {
        background-position: right 25px center; }
      #blogArchive #postList .tile.typeLink .content {
        width: 90%; }

#blogArchive #featuredPost {
  padding-bottom: 25px;
  overflow: visible; }
  #blogArchive #featuredPost #blogNav {
    z-index: 3;
    padding: 0; }
  #blogArchive #featuredPost ul {
    display: inline-block; }
    #blogArchive #featuredPost ul#popularPosts li.title {
      background-image: none !important; }
    #blogArchive #featuredPost ul li.title {
      cursor: pointer;
      font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.1rem;
      color: #FF0000;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      font-weight: 400;
      padding: 17px 40px 13px 20px !important;
      background: url("img/dropdown.svg") no-repeat;
      background-position: right 15px center;
      border-right: 1px solid #E6E6E6; }
  #blogArchive #featuredPost .metaItems {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px); }
    #blogArchive #featuredPost .metaItems .readMore {
      margin-bottom: 15px; }
    #blogArchive #featuredPost .metaItems .metaList {
      border-top: 1px solid #E6E6E6; }
      #blogArchive #featuredPost .metaItems .metaList .linkList {
        border-right-color: #B2B2B2 !important; }
  #blogArchive #featuredPost .meta {
    position: relative; }
    #blogArchive #featuredPost .meta.archive h1 {
      margin-bottom: 0 !important; }
    #blogArchive #featuredPost .meta h1 {
      width: calc(100% - 15px);
      margin-bottom: 130px; }
    #blogArchive #featuredPost .meta img {
      width: calc(100% - 15px);
      height: auto;
      display: inline-block;
      margin-bottom: 60px; }
  #blogArchive #featuredPost .meta, #blogArchive #featuredPost .content {
    padding-top: 100px; }
  #blogArchive #featuredPost .content h1 {
    margin-bottom: 20px !important; }
  #blogArchive #featuredPost .content .readMore {
    margin-top: 20px; }
  #blogArchive #featuredPost #filters {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0; }
    #blogArchive #featuredPost #filters .caption {
      float: right;
      padding-top: 17px;
      padding-right: 10px; }
    #blogArchive #featuredPost #filters select {
      width: 40%;
      float: right;
      margin-top: 10px;
      width: 110px; }
    #blogArchive #featuredPost #filters #searchsubmit {
      display: none; }
    #blogArchive #featuredPost #filters form {
      width: 170px;
      margin-top: 10px;
      float: right;
      margin-right: 20px;
      margin-left: 10px; }
      #blogArchive #featuredPost #filters form.search-form .search-field {
        width: 100% !important;
        float: left; }
      #blogArchive #featuredPost #filters form.search-form .search-submit {
        display: inline;
        float: right;
        display: none; }
    #blogArchive #featuredPost #filters label .screen-reader-text {
      display: none; }
  #blogArchive #featuredPost ul {
    z-index: 2;
    position: relative; }
  #blogArchive #featuredPost .dropdown {
    position: absolute;
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    left: -1px;
    margin-top: 10px;
    transition: opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
    #blogArchive #featuredPost .dropdown.open {
      display: block;
      opacity: 1;
      height: auto;
      width: 90vw;
      max-width: 500px;
      overflow: auto; }
    #blogArchive #featuredPost .dropdown:after {
      display: none !important; }
    #blogArchive #featuredPost .dropdown li {
      border-bottom: 1px solid #E6E6E6;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-transform: none;
      letter-spacing: 0;
      font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.5rem;
      line-height: 20px;
      font-weight: 300;
      transition: background-color .3s linear; }
      #blogArchive #featuredPost .dropdown li:hover {
        background-color: #F6F6F6; }
      #blogArchive #featuredPost .dropdown li a {
        color: #707070; }
        #blogArchive #featuredPost .dropdown li a:hover {
          color: #231F20; }
          #blogArchive #featuredPost .dropdown li a:hover:before {
            display: none; }
      #blogArchive #featuredPost .dropdown li span {
        padding: 10px;
        display: block; }
      #blogArchive #featuredPost .dropdown li .wpp-thumbnail {
        width: 70px !important;
        height: auto;
        padding: 10px 0 10px 10px; }

body:not(.mobile) #blogArchive #featuredPost ul:hover .dropdown {
  display: block;
  opacity: 1;
  height: auto;
  width: 90vw;
  max-width: 500px;
  overflow: auto; }

#blogSingle {
  color: #565656;
  font-size: 1.5rem;
  box-sizing: content-box;
  margin-bottom: 0; }
  #blogSingle .post:after {
    z-index: 30; }
  #blogSingle .headerImage {
    z-index: 0; }
  #blogSingle .headerVideo {
    z-index: 0; }
    #blogSingle .headerVideo iframe {
      width: 100%;
      height: 100%;
      position: absolute; }
  #blogSingle .linkBar {
    padding: 0 20px 0 0 !important;
    z-index: 10;
    margin-left: -1px;
    box-sizing: content-box;
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    transition: box-shadow 0.4s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
    #blogSingle .linkBar.stuck {
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.04); }
    #blogSingle .linkBar:after {
      top: -6px; }
    #blogSingle .linkBar .exportList {
      float: right;
      width: 140px;
      padding-top: 0;
      margin-right: -24px;
      opacity: 0;
      transition: opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115); }
      #blogSingle .linkBar .exportList.active {
        opacity: 1; }
      #blogSingle .linkBar .exportList.inactive {
        display: none; }
      #blogSingle .linkBar .exportList h5, #blogSingle .linkBar .exportList a {
        float: left; }
      #blogSingle .linkBar .exportList h5 {
        margin-top: 14px;
        padding-right: 10px;
        font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: .9rem;
        color: #707070;
        letter-spacing: 0.4px; }

.linkList {
  border-right: 1px solid #F1F1F1;
  display: inline-block;
  padding: 13px 0 7px 0;
  opacity: .4;
  transition: opacity 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  font-size: 1.0rem;
  font-weight: 500;
  color: #707070; }
  .linkList a {
    display: inline-block; }
  .linkList:hover {
    opacity: 1; }
  .linkList.tags {
    background: url("img/tag.svg");
    background-size: 18px auto;
    background-position: 16px 15px;
    background-repeat: no-repeat;
    padding-right: 6px;
    padding-top: 0;
    border-right: 0;
    position: relative;
    width: 35px;
    height: 26px;
    padding: 0; }
    .linkList.tags .linkListItems {
      padding-left: 44px !important;
      position: absolute;
      width: 300px;
      padding-top: 13px;
      opacity: 0; }
    .linkList.tags:hover .linkListItems {
      opacity: 1; }
    .linkList.tags a {
      color: #707070;
      padding-right: 10px; }
      .linkList.tags a:hover:before {
        display: none; }
  .linkList.commentLink {
    background: url("img/comment.svg");
    background-size: 18px auto;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    padding-right: 5px;
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
    padding-right: 16px; }
    .linkList.commentLink a {
      color: #707070;
      padding-left: 38px; }
      .linkList.commentLink a:hover:before {
        display: none; }
  .linkList.permalink {
    background: url("img/link.svg");
    background-size: 23px auto;
    background-position: 18px 12px;
    background-repeat: no-repeat;
    padding-right: 13px; }
    .linkList.permalink a {
      color: transparent; }
      .linkList.permalink a:hover {
        color: transparent; }
        .linkList.permalink a:hover:before {
          display: none; }

#commentSection {
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 32px;
  position: relative;
  z-index: 0; }
  #commentSection h3 {
    margin-top: 0;
    color: #B2B2B2;
    padding-left: 16px; }
  #commentSection #respond {
    border-top: 1px dashed #B2B2B2;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px; }
  #commentSection .commentAuthor {
    font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #231F20;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-size: 1.0rem;
    font-weight: 600;
    border-top: 1px solid #E6E6E6;
    padding-top: 15px;
    line-height: 1.2rem;
    margin-bottom: 5px; }
  #commentSection ol.commentlist, #commentSection ol.children {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    padding-left: 16px;
    position: relative;
    z-index: 0; }
    #commentSection ol.commentlist li, #commentSection ol.children li {
      padding-bottom: 0px;
      padding-top: 0px;
      clear: both; }
      #commentSection ol.commentlist li:last-child, #commentSection ol.children li:last-child {
        border-bottom: 0; }
      #commentSection ol.commentlist li.pingback .commentAuthor, #commentSection ol.children li.pingback .commentAuthor {
        background: url("img/link.svg");
        background-size: 20px auto;
        background-position: 0 13px;
        background-repeat: no-repeat;
        padding-left: 30px;
        padding-top: 15px !important;
        padding-bottom: 7px !important; }
    #commentSection ol.commentlist .reply.button, #commentSection ol.children .reply.button {
      margin-bottom: 20px; }
    #commentSection ol.commentlist #respond, #commentSection ol.children #respond {
      border-bottom: 0 !important;
      padding-bottom: 20px !important; }
      #commentSection ol.commentlist #respond #reply-title, #commentSection ol.children #respond #reply-title {
        padding-left: 0 !important; }
        #commentSection ol.commentlist #respond #reply-title a, #commentSection ol.children #respond #reply-title a {
          padding-right: 10px; }
        #commentSection ol.commentlist #respond #reply-title small, #commentSection ol.children #respond #reply-title small {
          font-size: .9rem;
          text-transform: uppercase;
          font-weight: 600; }
          #commentSection ol.commentlist #respond #reply-title small a, #commentSection ol.children #respond #reply-title small a {
            color: #B2B2B2; }
            #commentSection ol.commentlist #respond #reply-title small a:hover, #commentSection ol.children #respond #reply-title small a:hover {
              color: #707070; }
              #commentSection ol.commentlist #respond #reply-title small a:hover:before, #commentSection ol.children #respond #reply-title small a:hover:before {
                display: none; }
  #commentSection ol.children {
    margin-left: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 16px; }
    #commentSection ol.children li:last-of-type {
      margin-bottom: 16px !important; }
    #commentSection ol.children li.depth-3 .commentContent {
      margin-bottom: 16px !important; }
  #commentSection .commentContent p {
    font-size: 1.4rem;
    line-height: 2rem !important;
    max-width: 490px; }

.commentListContainer, #commentFields {
  padding-top: 10px !important;
  margin-top: 20px;
  margin-top: 0; }
  .commentListContainer .commentFormEmail, #commentFields .commentFormEmail {
    margin-top: 5px; }
  .commentListContainer input[type="submit"], #commentFields input[type="submit"] {
    margin-top: 100px; }
  .commentListContainer label, #commentFields label {
    display: none; }

#respond h3 {
  margin-top: 0; }

.section.customBlockType {
  padding-bottom: 30px; }
  .section.customBlockType .wp-caption.aligncenter {
    width: 100% !important;
    margin-top: 20px; }
    .section.customBlockType .wp-caption.aligncenter a {
      display: block; }
    .section.customBlockType .wp-caption.aligncenter img {
      width: 100% !important; }
  .section.customBlockType img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0; }
  .section.customBlockType .row {
    margin-top: 32px; }
  .section.customBlockType .floater {
    margin-bottom: 0 !important; }
    .section.customBlockType .floater:last-child {
      margin-bottom: 0 !important; }
  .section.customBlockType .innerContent h1:first-child, .section.customBlockType .innerContent h2:first-child, .section.customBlockType .innerContent h3:first-child, .section.customBlockType .innerContent h4:first-child, .section.customBlockType .innerContent h5:first-child, .section.customBlockType .innerContent h6:first-child {
    margin-top: 0; }

.endSingleSection {
  padding-bottom: 50px; }

.userContent.col12 {
  float: none !important;
  margin-bottom: 30px; }

.userContent .col4 + p, .userContent .col6 + p, .userContent .col8 + p {
  clear: both; }

.userContent .col4 + blockquote, .userContent .col6 + blockquote, .userContent .col8 + blockquote {
  clear: both; }

.userContent .col4 + h1, .userContent .col4 + h2, .userContent .col4 + h3, .userContent .col4 + h4, .userContent .col4 + h5, .userContent .col4 + h6, .userContent .col6 + h1, .userContent .col6 + h2, .userContent .col6 + h3, .userContent .col6 + h4, .userContent .col6 + h5, .userContent .col6 + h6, .userContent .col8 + h1, .userContent .col8 + h2, .userContent .col8 + h3, .userContent .col8 + h4, .userContent .col8 + h5, .userContent .col8 + h6 {
  clear: both; }

.userContent hr {
  background-color: #E6E6E6; }
  .userContent hr.red {
    background-color: #FF0000; }

.userContent form {
  margin-top: 20px; }

.userContent .button a {
  display: inline-block !important; }

.userContent a {
  display: inline; }

.userContent blockquote ul, .userContent blockquote ol {
  padding-left: 18px; }

.userContent .subNav {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  text-align: left; }

.userContent ul:not(.subNav), .userContent ol {
  list-style-type: disc;
  margin-top: 1.1666666667em;
  margin-bottom: 1.1666666667em;
  padding-left: 50px;
  line-height: 2.2rem; }
  .userContent ul:not(.subNav) li, .userContent ol li {
    padding-bottom: 4px; }

.userContent ol {
  list-style-type: decimal; }

.userContent a img {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05), 1px 1px 7px 0 rgba(0, 0, 0, 0.07); }
  .userContent a img:hover {
    transform: scale(1.01);
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.05); }

.userContent blockquote {
  background: #FFFFFF;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05), 1px 1px 7px 0 rgba(0, 0, 0, 0.07);
  border-left: 2px solid #FF0000;
  padding: 1.75em;
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #707070;
  max-width: 700px;
  letter-spacing: 0;
  width: 95%;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 1.75em 0 1.75em 1.75em;
  transition: transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985), box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  transform-origin: left center; }
  .userContent blockquote h1, .userContent blockquote h2, .userContent blockquote h3, .userContent blockquote h4, .userContent blockquote h5 {
    color: #231F20; }
    .userContent blockquote h1:first-child, .userContent blockquote h2:first-child, .userContent blockquote h3:first-child, .userContent blockquote h4:first-child, .userContent blockquote h5:first-child {
      margin-top: 0; }
  .userContent blockquote:hover {
    transform: scale(1.005);
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.05); }
  .userContent blockquote p {
    font-size: 1.4rem;
    line-height: 1.9rem; }

.userContent h1 + pre, .userContent h2 + pre, .userContent h3 + pre, .userContent h4 + pre, .userContent h5 + pre, .userContent h6 + pre {
  margin-top: 30px; }

.userContent pre {
  margin-top: 16px;
  display: block;
  text-transform: uppercase;
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  color: #231F20;
  font-size: 1.2rem; }

.userContent img {
  display: block !important;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0 !important;
  transition: transform 0.5s cubic-bezier(0.21, 0.72, 0.455, 0.985), box-shadow 0.5s cubic-bezier(0.035, 0.425, 0.59, 1.115);
  transform-origin: bottom center; }
  .userContent img.alignright {
    width: 40% !important;
    height: auto;
    margin: 0 0 10px 1.75em !important;
    float: right; }
  .userContent img.alignleft {
    width: 40% !important;
    height: auto;
    margin: 0 1.75em 1.75em 0 !important;
    margin-top: 0;
    float: left; }
  .userContent img.aligncenter {
    width: 70% !important;
    height: auto;
    margin: 0 1.75em 1.75em 0 !important; }
  .userContent img.alignnone {
    margin: 0 0 1.75em 0 !important; }
  .userContent img.fullWidth {
    box-sizing: border-box;
    width: calc(100% + 64px + 2px) !important;
    margin-left: -33px;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 0 !important;
    z-index: 2; }

.userContent p + .wp-caption.alignleft, .userContent p + .wp-caption.alignright {
  margin-top: 1.1666666667em; }

.userContent p {
  max-width: 650px !important; }

.userContent h1 + .wp-caption, .userContent h2 + .wp-caption, .userContent h3 + .wp-caption {
  margin-top: -5px !important; }

.userContent .wp-caption + h1, .userContent .wp-caption + h2, .userContent .wp-caption + h3, .userContent .wp-caption + h4, .userContent .wp-caption + h5, .userContent .wp-caption + h6 {
  padding-top: 16px !important;
  clear: both; }

.userContent h4 + .wp-caption, .userContent h5 + .wp-caption, .userContent h6 + .wp-caption {
  margin-top: 0 !important; }

.userContent .wp-caption {
  margin: 4px auto 10px auto; }
  .userContent .wp-caption img {
    width: auto;
    max-width: 100% !important;
    height: auto;
    margin-bottom: 0;
    margin-top: 0; }
  .userContent .wp-caption a:hover:before {
    display: none; }
  .userContent .wp-caption.alignright {
    max-width: 40% !important;
    float: right;
    padding: 0 0 0 20px; }
  .userContent .wp-caption.alignleft {
    max-width: 40% !important;
    float: left;
    padding: 0 1.75em 10px 0; }
  .userContent .wp-caption.aligncenter {
    max-width: 80% !important;
    float: left;
    padding: 0 1.75em 10px 0; }
  .userContent .wp-caption .wp-caption-text {
    font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B2B2B2;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 5px;
    padding-top: 3px !important;
    line-height: 1.55rem; }

.userContent p {
  line-height: 2.2rem; }

.userContent p + p, .userContent p + .wp-caption + p {
  margin-top: 1.1666666667em; }

.userContent b, .userContent strong {
  font-weight: 500; }

.userContent em, .userContent italic {
  font-style: italic; }

.userContent .title {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 0.875em;
  padding-top: 40px;
  max-width: 520px; }
  .userContent .title a:hover:before {
    display: none; }

.userContent .author {
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #231F20;
  letter-spacing: 0;
  line-height: 2.1rem;
  margin-top: -15px; }

.userContent .authorTitle {
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: #707070;
  letter-spacing: 0;
  line-height: 1.8rem;
  margin-top: -3px;
  margin-bottom: 25px; }

.userContent h3, .userContent h4, .userContent h5, .userContent h6 {
  max-width: 500px; }

.userContent h1 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 3.1rem;
  margin-top: 1.75em;
  margin-bottom: 1.1666666667em;
  padding-bottom: 0.875em;
  border-bottom: 1px solid #F1F1F1; }
  .userContent h1:first-child {
    margin-top: 0 !important; }

.userContent h2 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 2.3rem;
  margin-top: 0.875em;
  margin-bottom: 1.75em;
  padding-top: 0.875em; }

.userContent h3 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 2.0rem;
  margin-top: 1.75em;
  margin-bottom: 0.875em;
  font-weight: 500; }

.userContent h4 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  margin-top: 1.75em;
  margin-bottom: 1.1666666667em;
  font-weight: 500; }

.userContent h5 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 1.3rem;
  text-transform: uppercase;
  margin-top: 1.75em;
  margin-bottom: 3px; }

.userContent h6 {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #231F20;
  font-weight: 600;
  font-size: 1.0rem;
  letter-spacing: 0.5px;
  line-height: 1.3rem;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0.875em; }

.userContent h1.grey, .userContent h2.grey, .userContent h3.grey, .userContent h4.grey, .userContent h5.grey, .userContent h6.grey {
  color: #B2B2B2; }

.userContent h1.red, .userContent h2.red, .userContent h3.red, .userContent h4.red, .userContent h5.red, .userContent h6.red {
  color: #FF0000; }

.userContent .postContent .citation {
  font-family: "apReg", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #FF0000;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.6rem;
  border: 1px solid red;
  display: inline-block;
  padding: 6px 8px 4px 8px;
  border-radius: 3px;
  margin-top: 20px; }

.userContent .postContent.link {
  font-family: "apWide", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  color: #231F20;
  letter-spacing: 0;
  max-width: 550px;
  line-height: 2.4rem; }