/*

CODED BY
Document Services
documentservices.org

UPDATED BY
United Nations Foundation
Digital Services
Aaron Pompei
08/2022

COLOR PALLETE
Light Grey: #E6E7E8
Dark Grey: #4D4D4F
Purple: #5B3367
Light Pink: #FAC8C8
Hot Pincc (Organizing): #DA4A9A
Dark Pink: BF3C85;
Yellow (Advocacy): #F7E450
Teal (Communication): #53BFC6
Green (Fundraising): #59BF8E


FONT STYLES
Base: 18px/32px 'Noto Sans', sans-serif;
font-family: 'DM Sans', sans-serif;x


CSS DIRECTORY
1. Global
2. Layout
3. Page Parts
4. Components
5. Sections and Pages

*/


/* --- GLOBAL --- */

/* Fonts */



/* Clears */

/* --- GLOBAL --- */

/* Clears */

html, body {
  overflow-x:hidden;
  overflow-y: scroll;
}

body {
  height:100%;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-size: 100%;
	/* font-weight: normal; */
  font-style: normal;
	border: 0 solid;
	-webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	line-height: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: none;
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  transition: opacity .25s;
}

a img {
  display: block;
}


/* Type (In One Place For Reference)*/

body,
#voices #top,
#cards-director .bioShort {
	font: 18px/1.7em 'Noto Sans', sans-serif;
  background: #FFF;
	margin: 0 0;
  color: #1C1C1C;
}

h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif;
}

h4,
h6 strong {
  text-align: center;
  display: block;
}

#overlay h3,
h5 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.86px;
  text-align: center;
  line-height: 60px;
  margin: 50px auto 30px auto;
}

h6 {
  margin-top: 1.5em;
}

section:first-child h4 + p {
  font-family: 'DM Sans', sans-serif;
  font-size: 40px;
  line-height: 55px;
}

p em {
  font-style: italic;
}

p strong {
  font-weight: 700;
}

/* Gender-Based Violence - Columns Block */
h4,
p > a:only-child,
.name,
blockquote cite,
.cta a,
h6 strong,
.categories li,
#filters > li > .filter,
#filters .filterCategory,
.dropdown h6,
.details,
#share h6,
#cards-director .bioShort:after,
.column-cards .card .wp-block-typeform-embed-plugin {
  text-transform: uppercase;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.55em;
  color: #4D4D4F;
}

h4 {
  font-size: 18px;
}

footer h5,
footer nav > ul > li {
  font: 500 18px/1.5em 'Noto Sans', sans-serif;
}

#mapRegions h5,
#regionStories h5 {
  font: 700 32px/1.25em 'DM Sans', sans-serif;
  letter-spacing: -0.57px;
}

.card,
.dropdown {
  font-size: 16px;
  line-height: 1.5em;
}

.card h6,
.resources h6 {
  font-size: 24px;
  color: #1C1C1C;
  letter-spacing: 0;
  line-height: 1.3em;
}

.card .details,
.card p a {
  font-size: 14px;
  line-height: 1em;
}

#events #top .location {
  font: 700 24px/1.25em "DM Sans", sans-serif;
  color: #4D4D4F;
}

.related .card h6 {
  font-size: 20px;
  line-height: 25px;
}

.name,
blockquote cite,
.categories li,
#filters > li > .filter,
#filters .filterCategory,
.dropdown h6 {
  font-size: 14px;
  font-weight: 700;
}

#top {
  font-size: 16px;
  line-height: 1.7em;
}

p a,
#cards-director .card .bioShort:after {
  border-bottom: 3px solid #A6378F;
  transition: border-color .25s
}

p a:hover,
.js .clickable:hover p a,
#cards-director .card:hover .bioShort:after {
  border-color: rgba(166,55,143, .8);
}

.stat,
#overlay h3,
h5.highlighted,
#community main h4:first-of-type,
section:first-child h4 + p strong {
  background: transparent url(/wp-content/themes/girlup/assets/images/highlightLightBlueGreen.svg) no-repeat center center;
  padding: 0 .25em;
  background-size: 100% 1em;
  display: inline-block;
}

#overlay h3 {
    background: transparent url(/wp-content/themes/girlup/assets/images/highlightLightBlueGreen.svg) no-repeat center center;
    background-size: 100% 1em;
}

h5.highlighted {
  margin-left: 50%;
  transform: translateX(-50%);
}

footer {
  font: 12px/1.5em 'Noto Sans', sans-serif;
}


/* Forms */

input:focus {
  outline: none;
  border: none;
}

button {
  background: inherit;
  cursor: pointer;
}

button:focus {
  outline:0;
}

[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 10px; 
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: inherit;
  width: 10px;
}


/* Tables */


/* ---- LAYOUT ---- */

body.frozen {
  height: 100vh;
  overflow: hidden;
}

#nav {

}

main {
  margin: 0 auto 50px auto ;
  background: #FFF;
  overflow: hidden;
  position: relative;
  min-height: 50vh;
}

main section,
main section div.inner {
  padding: 0 90px;
  max-width: 1110px;
  margin: 0 auto;
}

main section.grey {
  margin-top: 90px;
}

main article {
  margin-top: 50px;
}

header {
  max-width: 1310px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 90px 0 90px;
  font-family: "DM Sans";
  color: #FFFFFF;
  height: 100px;
  margin-bottom: -100px;
  z-index: 500;
  position: relative;
}

#top {
  min-height: 450px;
  max-height: 700px;
  background: #FFF;
  padding: 225px 90px 60px 90px;
  z-index: 100;
  position: relative;
  color: #4D4D4F;
  color: #FFF;
}

#bottom {
  min-height: 800px;
  background: grey;
  padding: 50px 90px 60px 90px;
  z-index: 200;
  position: relative;
  max-width: none;
  margin-top: -50px;
}

footer {
  background: #363894;
  color: #F9F7F7;
  line-height: 18px;
  padding: 100px 0;
  margin-top: 90px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 50vh 0 50vh #363894;
  position: relative;
  z-index: 200;
}

#bottom + footer {
  margin-top: 0;
}


/* Columns */

article .wp-block-columns {
  position: relative;
  display: flex;
}

article .wp-block-columns + .wp-block-columns {
  margin-top: 60px;
}

article .wp-block-column {
  width: 50%;
  text-align: left;
  padding-right: 50px;
}

/* Gender-Based Violence - Columns Block */
.column-card article .wp-block-column {
  padding-right: 0;
}

article .wp-block-column:first-child {
  z-index: 1;
}

article .wp-block-column:nth-child(2) {
  padding-left: 50px;
  padding-right: 0;
}

/* Gender-Based Violence - Columns Block */
article .column-cards .wp-block-column:nth-child(2) {
  padding-left: 0;
}

article .wp-block-column h5,
article .wp-block-column p,
#people article .wp-block-column p {
  text-align: left;
}

article .wp-block-column > h4:first-child,
article .wp-block-column > h5:first-child {
  margin-top: 0;
}

article section .wp-block-columns:first-child .wp-block-column > h4:first-child,
article section .wp-block-columns:first-child .wp-block-column > h5:first-child {
  margin-top: 60px;
}

article .wp-block-columns > .wp-block-column:nth-child(n+3) {
  display: none
}

/* Gender-Based Violence - Columns Block */
article .wp-block-columns.column-cards > .wp-block-column:nth-child(n+3) {
  display: inline-block;
}

/* Gender-Based Violence - Columns Block */
.wp-block-columns.column-cards {
  margin-top: 60px;
  margin-bottom: 60px;
}

.odd .wp-block-columns {
  flex-direction: row-reverse;
}

.odd .wp-block-columns .wp-block-column {
  padding-left: 50px;
  padding-right: 0;
}

.odd .wp-block-columns .wp-block-column:nth-child(2) {
  padding-right: 50px;
  padding-left: 0;
}

/* ---- PAGE PARTS ---- */

/* Header and Nav */

h1 a {
  display: block;
  /* position: absolute; */
  width: 100px;
  height: 100px;
  background: transparent url(/wp-content/themes/girlup/assets/images/girlupWhite.svg) no-repeat top left;
  background-size: contain;
  text-indent: -100em;
  /* top: 40px; */
  /* left: calc(50vw - 1260px / 2); */
  /* z-index: 200; */
}

#navIcons {
  position: absolute;
  left: 24px;
  top: 55px;
  z-index: 200;
}

#navIcons li {
  display: inline-block;
}

#navIcons a {
  text-indent: -1000em;
  overflow: hidden;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 12px;
  background: transparent url(/wp-content/themes/girlup/assets/images/hamburgerWhite.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.5s;
}

#navIcons a:hover {
  -webkit-transform: translateZ(0) rotate(-90deg);
  -ms-transform: translateZ(0) rotate(-90deg);
  -o-transform: translateZ(0) rotate(-90deg);
  transform: translateZ(0) rotate(-90deg);
}

#quickLinks {
  position: absolute;
  top: 50px;
  right: 90px;
  z-index: 500;
}

#quickLinks > ul > li {
  display: inline-block;
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}


/* Page Nav */

#pageNav {
  text-align: right;
  position: fixed;
  right: 40px;
  top: 50px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1C1C1C;
  opacity: .3;
  z-index: 100;
}

#pageNav:hover {
  opacity: 1;
}

#pageNav:hover + #top + main {
  opacity: .5;
}

#pageNav li {
  /* text-shadow: 0px 0px 10px #FFF; */
  margin-bottom: 1em;
}

#pageNav li:first-child,
#pageNav li:last-child:nth-child(2) {
  display: none;
}

#pageNav a {
  font-weight: 700;
}

#pageNav a::after {
  width: 12px;
  height: 12px;
  margin-left: 1em;
  content: '';
  display: inline-block;
  background-color: transparent;
  border: 2px solid #4D4D4F;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#pageNav li a.current::after,
#pageNav li:hover a::after {
  background-color: #4D4D4F;
}


/* Sidebars */

.sidebar {
  width: 420px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); /* Fix iOS VH Issues */
  position: fixed;
  top: 0;
  left: -500px;
  padding: 24px 24px 24px 80px;
  opacity: 0;
  transition: left .75s ease-out, opacity .25s linear;
  z-index: 1000;
  background: #363894;
  font: 32px/40px "DM Sans";
}

.sidebar.active  {
  opacity: 1;
  left: 0;
  /* transform: translateX(100%); */
}

.sidebar ul {
  padding-top: 150px;
  padding-right: 80px;
  margin-bottom: 2em;
}

.sidebar ul.socialIcons {
  padding-top: 50px;
}

.sidebar li {
  margin-bottom: 1em;
  width: 250px;
}

.sidebar li a {
  font-weight: 700;
}

.sidebar li:hover a {
  background: transparent url(/wp-content/themes/girlup/assets/images/highlightLightBlueGreen.svg) no-repeat left bottom;
  background-size: 100% 90%;
  display: inline-block;
}

.sidebar .socialIcons li:hover a {
  background-size: contain;
  display: inline-block;
  background-position: center center;
}

.sidebar .controlSidebar,
#overlay .hideOverlay {
  top: 60px;
  right: 60px;
  position: absolute;
  background: transparent url(/wp-content/themes/girlup/assets/images/close.svg) no-repeat center center;
}

.sidebar .cta {
  text-align: left;
}

.overlayVisible .sidebar.active {
  right: -450px;
}


/* Overlays */

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #363894;
  color: #fff;
  opacity: 0;
  z-index: 1010;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: .5s opacity;
}

.overlayVisible #overlay {
  visibility: visible;
  opacity: 0.98;
}

#overlay .hideOverlay {
  position: fixed;
}

#overlay article,
#overlay #modal {
  display: none;
}

#overlay.give #give,
#overlay.getInvolved #getInvolved,
#overlay.modal #modal {
  display: block;
}

#overlay article {
  max-width: 1300px;
  padding: 0 90px;
  margin: 170px auto;
}

#overlay article .wp-block-columns,
#overlay .cards {
  width: 100%;
  margin-left: 0;
}

#overlay.modal #modal {
  max-width: 600px;
  margin: 170px auto;
  width: 80%;
}

#overlay #modal.card {
  padding-bottom: 20px;
}

#overlay h3 {
  display: inline-block;
  margin-top: 0;
}

#overlay #getInvolved h3 {
  margin-left: 50%;
  transform: translateX(-50%);
}

#overlay #getInvolved section > p {
  text-align: center;
}

#overlay h4 {
  color: #FFF;
}

#overlay .cards {
  color: #1C1C1C;
}

.showOverlay {
  cursor: pointer;
}


/* Top */

#top div {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0;
}

#top div h4,
#top div h5,
#top div p {
  width: 50%;
  margin-left: 0;
}

#top.tall,
#home #top  {
  min-height: 740px;
}

#top a {
  color: #FFF;
}

#top h4,
#top h5 {
  text-align: left;
  margin-top: 0;
}

na#top h5 {
  color: #000;
}

#top h4 {
  color: #7291CA;
  margin-bottom: .5em;
}

#top h5 {
  margin-bottom: .5em;
}

#top p {
  margin-bottom: 1em;
}

#top p a {
  padding-bottom: 2px;
  background-image: linear-gradient(#A6378F, #A6378F);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 1s ease;
  border-bottom: none;
}

.loaded #top p a:only-child {
  background-size: 100% 2px;
}

.js #top p a:only-child:hover {
  background-image: linear-gradient(rgba(166,55,143,.8), rgba(166,55,143,.8));
}


/* Articles */

main .wp-block-group section, /* Fix! */
main section.grey {
  padding: 1px 0 60px 0;
  background: #E6E7E8;
  max-width: none;
}

article h1,
article h2,
article h3,
.grey h4 {
  display: none;
}

article > section:first-child > h4:first-child {
  margin-top: -50px;
}

main h4,
article h4 {
  padding-top: 50px;
  margin-bottom: 50px;
}

article h5 {
  max-width: 800px;
}

article h4 + h5,
article h4 + p {
  margin-top: -40px;
}

article p,
article ol,
article ul {
  margin-bottom: 1em;
}

article ol,
article ul {
  margin-top: 1em;
}

article section > ol li,
article section > ul li {
  margin-bottom: .5em;
}

article section > ul,
article section > ol {
  /* margin-bottom: 1em; */
}

article section > ul li,
article section > ol li {
  margin-left: 22px;
  text-indent: -22px;
}

article section > ul li::before {
  content: '';
  text-indent: -100em;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #DA4A9A;
  border: 2px solid #DA4A9A;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
}

article section > ol {
  list-style: none;
  counter-reset: list-counter;
}

article section > ol li {
  counter-increment: list-counter;
}

article section > ol li::before {
  font: 700 18px/1em "DM Sans", sans-serif;
  content: counter(list-counter) '.';
  margin-right: .5em;
}

li.card::before,
.cards li::before,
.slick li::before,
.resources li::before,
.thumbnails li::before {
  content: none;
}

main section:first-child p,
#voices main blockquote p {
  text-align: center;
}

main .has-text-align-center {
  text-align: center !important;
}


main p.has-text-align-left,
#voices main p,
#voices main section:first-child p {
  text-align: left;
}

article figure {
  max-width: calc(.6 * 1260px);
  width: 100%;
  margin: 2em auto;
}

article figure img {
  display: block;
  width: 100%;
  height: auto;
}

article figure.size-half-width img {
  width: 50%;
  margin: 0 auto;
}

article figure.wp-block-embed.is-type-video {
    position: relative;
    width: calc(100% - 180px);
    height: 0;
    padding-bottom: calc(56.25%);
    margin: 0 auto 1em auto;
}

article figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article figcaption {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin-top: 1em;
}

article .wp-block-gallery {
  margin: 2em 0;
}

article .wp-block-gallery figure {
  margin-bottom: 1em;
}

article .wp-block-gallery ul + figcaption {
  display: none;
}


/* Bottom */

#bottom h5 {
  margin-top: 0;
  margin-bottom: 40px;
}


/* Footer */

footer > div,
footer #legal ul {
  width: 1260px;
  max-width: calc(100vw - 180px);
  margin: 0 auto;
}

footer nav,
footer #contact {
  width: 50%;
  float: left;
}

footer #contact {
  float: right;
  width: 285px;
}

footer nav {
  columns: 3;
  -webkit-columns: 3
}

footer nav li {
  padding-bottom: 40px;
  break-inside: avoid;
}

footer nav ul ul {
  font-size: 12px;
  line-height: 2.6em;
  margin-top: 1.6em;
  break-inside: avoid;
}

footer nav ul ul li {
  padding-bottom: 0;
}

footer #contact ul {
  color: #7291CA;
  margin-top: 40px;
}

footer #contact ul#social {
  margin-top: 20px;
}


footer h5 {
  margin-top: 40px;
  margin-bottom: 1em;
  text-align: left;
  color: #7291CA;
  letter-spacing: 0.11px;
}

footer h5:first-child {
  margin-top: 0;
}

footer p > a:only-child {
  text-transform: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  border-bottom: 1px solid currentColor;
}

footer #legal {
  width: 100vw;
  margin-left: 0px;
  max-width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em 0;
  background: #E6E7E8;
  color: #4D4D4F;
  line-height: 1em;
}

footer #legal li {
  float: right;
  margin-left: 1em;
}

footer #legal li#copyright {
  float: left;
  margin-left: 0;
}

footer a {
  transition: .5s color, .5s border-color ;
}

footer li a {
  display: inline-block;
}

footer a:hover,
footer p a:hover {
  color: rgba(166, 55, 143, .8);
}

footer #legal a:hover {
  color: rgba(166, 55, 143, .8);
}


/* Content Widths */

.cards,
.resources,
#map,
article .wp-block-columns {
  width: calc(100% + 200px);
  overflow: hidden;
  margin-left: -100px;
}

/* Content Widths: Full Width Elements */

.cards.slick,
.blocks-gallery-grid.slick,
main article > section > .slick,
article figure.size-full-width,
article iframe.size-full-width {
  width: 100vw;
  margin-left: calc(-.5 * (100vw - 1110px + 180px));
  max-width: initial;
}

article section .wp-block-quote + figure.size-full-width  {
  margin-top: -20vw;
}

article .wp-block-column figure.size-full-width {
  width: 100%;
  margin-left: 0;
}

article .wp-block-column:nth-child(2) figure.size-full-width {
  width: 100vw;
  margin-left: calc(-50vw - 90px + 40px);
}

article figure.wp-block-gallery,
article .slick figure {
  max-width: initial;
}

.slick.blocks-video-grid {
  max-width: calc(.6 * 1260px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}



/* ---- COMPONENTS ---- */

/* Galleries */


/* Banners */

.banner {
  font-family: "DM Sans";
  letter-spacing: 0.09px;
  background: linear-gradient(224deg, #f16667, #ef8122, #b76bab);
  background-size: 400% 400%;
  -webkit-animation: gradSunset 20s ease infinite;
  -moz-animation: gradSunset 20s ease infinite;
  animation: gradSunset 20s ease infinite;
  padding: 7px 90px;
  z-index: 200;
  position: relative;
  font-size: 14px;
  line-height: 1.2em;
}

@-webkit-keyframes gradSunset {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@-moz-keyframes gradSunset {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@keyframes gradSunset {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}


main .banner {
  max-width: none;
}

main .banner strong {
  font-size: 24px;
  display: block;
}

.banner p {
  margin: 0 auto;
  max-width: 1260px;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
}

body > .banner:first-child p {
  padding: 5px 0;
}

.banner p a {
  border-bottom: none;
}

.banner a {
  display: none;
}


/* Cards */

.cards {
  overflow: hidden;
  margin-bottom: 100px;
  margin-top: 50px;
  padding: 5px 3px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: center;
}

.card {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  transition: box-shadow .5s;
  border-radius: 4px;
  color: #000000;
  text-align: center;
  padding: 40px 40px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: left;
  background: #FFF;
  position: relative;
  /* Unless Overruled by Cell */
  width: calc((100% - 60px * 2) / 3);
  margin-left: 0;
  text-indent: 0;
}

/* Gender-Based Violence - Columns Block */
.column-cards .card {
  padding: 0;
}

.js .card.clickable:hover,
.js .card.showModal:hover {
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.25);
}

.card p,
main section .card p {
  text-align: left;
}

.card p {
  margin-bottom: 1em;
  color: #4D4D4F;
}

/* Gender-Based violence - Columns Block */
.column-cards .card h6,
.column-cards .card p {
  padding: 0 40px;
}

.card *:last-child {
  margin-bottom: 0
}

.card p:last-of-type + .button {
  margin-top: 1em;
}

.card img {
  display: none;
  margin-bottom: 2em;
  margin-top: -40px;
  margin-left: -40px;
  height: auto;
  width: calc(100% + 80px);
}

/* Gender-Based violence - Columns Block */
.column-cards .card img {
  margin-top: 0;
  margin-left: 0;
}

.card h6 {
  margin: .75em 0;
}

.card img + h6,
.card img + div h6:first-child {
  margin-top: 0;
}

.card img:first-child {
  display: block;
}

.card .arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.card.showModal {
  padding-bottom: 60px;
}

.card.showModal::after {
  content: "Read More";
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: transparent url(/wp-content/themes/girlup/assets/images/arrowRightPurple.svg) no-repeat center center;
  text-indent: -100em;
}

.card.showModal:hover::after {
  opacity: .5;
}


/* Cards -- Wide Format */

.cards.wide .card {
  width: 50%;
  margin: 0 auto;
  position: relative;
  padding: 20px 20px;
  min-height: 200px;
  padding-left: calc(33% + 40px);
}

.cards.wide .card img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -20px;
  margin-left: -20px;
  width: calc(33% + 40px);
}

.cards.wide .card .cta {
  display: none;
}


/* Cards -- Stats */

.stats .card {
  font: 24px/32px "DM Sans", sans-serif;
  padding: 40px 40px;
  text-align: center;
}

.stat {
  font-size: 64px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: .25em;
}

.stats p,
main section .stats .card p {
  text-align: center;
}



/* Card -- Rows */

.cards.two,
.cards.three,
.cards.four {
  width: calc(100% + 230px);
  overflow: hidden;
  margin-right: 15px;
  margin-left: -115px;
  overflow: hidden;
}

.cards.two .card,
.cards.three .card,
.cards.four .card {
  margin: 15px 15px;
}

.cards.two .card {
  width: calc(1/2*100% - 30px);
}

.cards.three .card {
  width: calc(1/3*100% - 30px);
}

.cards.four .card {
  width: calc(1/4*100% - 30px);
}

/* Card + Slick */

.card .slick-slide {
  margin: 0 0;
}

.card .slick-slide img {
  width: calc(100% + 80px);
  max-width: none;
  max-height: none;
}

.card.slick .slick-list {
  overflow: visible;
}

.card .slick-arrow {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.card .slick-arrow.slick-next {
  left: auto;
  right: 20px;

}

.card .slick-dots {
  display: none !important;
}

.card .slick-arrow:hover {
  opacity: 1;
}


/* Gradients */

.gradWave,
.card.gradWave {
  background-image: linear-gradient(235deg, #7291CA 0%, #50B8BB 100%);
}

.gradSunset,
.card.gradSunset {
  background-image: linear-gradient(235deg, #7291CA 0%, #50B8BB 100%);
}

.card.gradWave *{
  color: #FFF !important;
}

.card.gradWave .arrow {
  background: transparent url(/wp-content/themes/girlup/assets/images/arrowRightWhite.svg) no-repeat center center;
}

.card.gradSunset .arrow {
  background: transparent url(/wp-content/themes/girlup/assets/images/arrowRight.svg) no-repeat center center;
}


/* Resource Links */

.resources {
  text-align: center;
}

.resource {
  position: relative;
  padding-top: 150px;
  width: calc((75% - 50px * 2) / 3); /* not four items */
  min-width: 160px;
  display: inline-block;
  margin: 40px 10px;
  vertical-align: top;
  background-color: transparent;
  background-image: url(/wp-content/themes/girlup/assets/images/circleGrey.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 125px 125px;
  margin-left: 0;
  text-indent: 0;
}

.resource:first-child:nth-last-child(4),
.resource:first-child:nth-last-child(4) ~ .resource,
.resource:first-child:nth-last-child(6),
.resource:first-child:nth-last-child(6) ~ .resource {
  width: calc((100% - 50px * 2) / 4); /* 4 + 2 */
}

.resource:first-child:nth-last-child(5),
.resource:first-child:nth-last-child(5) ~ .resource {
  width: calc((100% - 50px * 2) / 3); /* 3 + 2 */
}

.resource .icon {
  display: block;
  width: 150px;
  height: 125px;
  background: #4D4D4F !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  -webkit-mask-size: 110px 90px;
  -webkit-mask-position: center center;
  transition: opacity .5s;
}

.resource:hover .icon {
  opacity: .5;
}


/* Related Content */

.related {
  margin-top: 100px;
}


/* CTA Buttons */

.cta {
  text-align: center;
  display: block;
}

p .cta {
  margin-top: 2em;
  margin-bottom: 4em;
}

/* Gender-Based Violence - Columns Block */
.cta a,
.column-cards .card .wp-block-typeform-embed-plugin {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  background-color: #A6378F;
  padding: 15px 15px;
  border-radius: 4px;
  transition: background-color .5s;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  border-bottom: none;
}

#quickLinks .cta a {
  padding: 8px 15px;
  font-size: 14px;
}

.cta a:hover {
  background-color: #953080;
  border: none !important;
}

/* Gender-Based Violence - Columns Block */
.column-cards .card .wp-block-typeform-embed-plugin,
#quickLinks .cta a,
.card .cta a {
  background-color: #A6378F;
}

/* Gender-Based Violence - Columns Block */
.column-cards .card button.wp-block-typeform-embed-plugin {
  margin: 40px 30%;
}

.card .cta a:hover,
.js .card.clickable:hover .cta a {
  background-color: #953080;
}

.cards.default .card.clickable {
  padding-bottom: calc(30px + 28px + 80px - 1em);
}

.card .cta {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

#quickLinks .cta a:hover {
  background-color: #953080;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
}

.banner p .cta {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner p .cta a {
  color: #4D4D4F;
  background: #FFF;
}

.banner p .cta a:hover {
  background: #E6E7E8;
}


/* Nav and Directional Buttons */

.button {
  width: 35px;
  height: 35px;
  text-indent: -100em;
  overflow: hidden;
  background-size: contain !important;
  display: block;
}

.button:hover,
.js .card.clickable:hover .button,
a:hover .button {
  opacity: .5;
}

.arrow {
  width: 30px;
  height: 30px;
  background: transparent url(/wp-content/themes/girlup/assets/images/arrowRightPurple.svg) no-repeat center center;
}


/* Background Images */

.backgrounded {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.backgrounded .background {
  display: none;
}


/* Tints */

.tinted {
    overflow: hidden;
}

.tint {
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: -10000;
}

.tinted.dark .tint {
  background: #D8D8D8;
  background-image: linear-gradient(90deg, rgba(77,77,79,0.80) 2%, rgba(77,77,79,0.80) 28%, rgba(249,247,247,0.00) 98%);
  mix-blend-mode: multiply;
}

.tinted.light .tint {
  background-image: url(/wp-content/themes/girlup/assets/images/overlayWhite.png);
}

na#top.tinted.light .tint {
  background-image: linear-gradient(90deg, #FFFFFF 2%, rgba(255,255,255,0.90) 28%, rgba(249,247,247,0.00) 98%);
}



/* Quotes */

blockquote {
  text-align: center;
  color: #000000;
  width: 500px;
  margin: 0 auto;
  background: transparent url('/wp-content/themes/girlup/assets/images/rdquo.svg') no-repeat bottom 50px center;
  padding-bottom: 75px;
  position: relative;
  margin-top: 50px;
}

blockquote p {
  font-family: 'DM Sans';
  font-size: 32px;
  letter-spacing: -0.57px;
  line-height: 1.33em;
}

blockquote em {
  font-style: normal;
}

blockquote p:first-child {
  background: transparent url('/wp-content/themes/girlup/assets/images/ldquo.svg') no-repeat top center;
  padding-top: 50px;
}

blockquote cite {
  display: inline-block;
  color: #7291CA;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


/* Thumbnails */

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: calc(100% + 10px);
  margin: 20px -10px 40px -10px;
  align-items: center;
  justify-content: center;
}

.thumbnails li {
  width: 20%;
  padding: 0 20px;
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 40px;
}

.thumbnails li img {
  width: 100%;
  height: auto;
}


/* Dropdowns Select Fields */

.dropdown {
  position: relative;
  xpadding-top: calc(24px + 10px);
}

.dropdown h6 {
  display: inline-block;
  text-align: left;
  padding-right: 1.5em;
  z-index: 110;
  position: relative;
  background: transparent url(/wp-content/themes/girlup/assets/images/arrowShowOptions.svg) no-repeat right 0em center;
  cursor: auto;
  margin-top: 0;
}

#quickLinks .dropdown h6 {
  margin-bottom: 2em;
  margin-right: -1.5em;
}

#quickLinks .dropdown ol {
  right: 0;
  margin-right: -1.5em;
}

.dropdown:hover h6 {
  background-image: url(/wp-content/themes/girlup/assets/images/arrowHideOptions.svg);
}

.dropdown ol {
  position: absolute;
  white-space: nowrap;
  text-align: left;
  z-index: 1;
  background: #FFF;
}

.dropdown:hover ol {
  margin-top: -2px;
  /*border: 2px solid #E6E7E8;*/
  border-radius: 3px;
  box-shadow: 1px 1px 7px #666;
  padding: 5px 0;
}

.dropdown li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.dropdown li a {
  display: none;
  color: #B76BAB;
  padding: 2px 15px;
}

.dropdown:hover ol a {
  display: block;
}

.dropdown a:hover {
  color: #FFF;
  background-color: #B76BAB;
}

.dropdown ol li {
  font-weight: normal;
  padding-bottom: 5px;
}

.dropdown:hover h6 {
  border-bottom: none;
}


/* Filters */

#filters {
  text-align: center;
  margin-bottom: 0;
  margin-top: -30px;
}

#filters > li {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
}

#filters > li > a,
#filters .dropdown h6 {
  display: inline-block;
  text-align: center;
  line-height: 24px !important;
  padding: 5px 15px;
  margin: 0 0;
  cursor: pointer;
  border: 2px solid #E6E7E8;
  border-radius: 2px;
}

#filters .dropdown h6 {
  cursor: auto;
  text-align: left;
  background-position: right 1em center;
}

#filters .dropdown {
  width: 12em;
}

#filters .dropdown * {
  width: 100%;
  margin-right: 10px;
}

#filters .filter {
  cursor: pointer;
}

#filters .filter.inactive {
  opacity: .5;
}

#filters > li a.on {
  border-color: #DA4A9A;
}

#filters ol li .filter.on  {
  color: #FFF;
  background-color: #DA4A9A
}

#filters .dropdown:hover ol {
  border-top: none;
}

.filtered {
  display: none;
}

.cards.filterable {
  justify-content: flex-start;
}

#filters + .cards.filterable {
  margin-top: 40px;
}




/* Slick */

.slick-slide {
 margin: 5px 15px;
 padding-bottom: 2em;
 outline: none !important;
}

.slick-list {
 margin: 0 -15px;
 outline: none !important;
}

.slick-dots {
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  overflow: hidden;
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    outline: none;
    text-indent: -100em;
    background-color: #fff;
    border: 2px solid #4D4D4F;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #4D4D4F;
}

.slick-slide {
  opacity: .5;
  transition: .5s opacity;
}

.slick-slide.slick-center,
.slick-slide:hover {
  opacity: 1;
  cursor: grab;
}

.slick-slide:active {
  cursor: grabbing;
}

.slick-slide img {
  /* width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: 500px;
  height: auto;
  width: auto;
  max-width: 80% */
  width: 100%;
}

.slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url(/wp-content/themes/girlup/assets/images/arrowLeft.svg) no-repeat center center;
  background-size: contain;
  transition: .5s opacity;
  opacity: .5;
  text-indent: -100em;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: calc(50% - 400px);
}

.slick-arrow.slick-next {
  background: transparent url(/wp-content/themes/girlup/assets/images/arrowRight.svg) no-repeat center center;
  right: calc(50% - 400px);
  left: auto;
}

.slick-arrow:hover {
  opacity: 1;
}



/* Accordians */

body.js .accordian .element {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 1s ;
}

.toggle {
  display: none;
}

.accordian .toggle {
  display: inline-block;
}

.accordian .toggle::before {
  content: 'See ';
}

.accordian.active .toggle {

}

.accordian.active .toggle::before {
  content: 'Hide ';
}

body.js .accordian.active .element {
  height: auto;
  visibility: visible;
}


/* Social Icons & Sharing */

.socialIcons {
  margin-top: 0 !important;
  padding-top: 0;
  overflow: hidden;
}

main .socialIcons {
  text-align: center;
}

.card .socialIcons {
  text-align: left;
}

h4 + .socialIcons {
  margin-top: -30px;
}

.socialIcons li {
  display: inline-block;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  text-indent: 0;
  margin: 0 10px 0 10px;
  width: auto;
}

.socialIcons li:first-child {
  margin-left: 0;
}

main .socialIcons li:first-child {
  margin-left: 10px;
  margin-top: 1em;
}


.socialIcons li a {
  display: block;
  text-indent: -1000em;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.socialIcons li a:hover,
main .socialIcons li a {
opacity: .65;
}

.socialIcons li a,
main .socialIcons li a:hover {
  opacity: 1;
}

main .socialIcons li.twitter a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialTwitterBlack.svg);
}

main .socialIcons li.email a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialEmailBlack.svg);
}

main .socialIcons li.linkedin a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialLinkedInBlack.svg);
}

main .socialIcons li.facebook a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialFacebookBlack.svg);
}

main .socialIcons li.instagram a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialInstagramBlack.svg);
}

.socialIcons li.twitter a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialTwitterWhite.svg);
}

.socialIcons li.facebook a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialFacebookWhite.svg);
}

.socialIcons li.instagram a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialInstagramWhite.svg);
}

.socialIcons li.youtube a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialYouTubeWhite.svg);
}

.socialIcons li.tiktok a {
  background-image: url(/wp-content/themes/girlup/assets/images/socialTikTokWhite.svg);
}


/* Sharing is Caring */

#share {
  margin-top: 50px;
  text-align: center;
}

#share li a {
  margin: 10px auto;
}



/* Clickables */

.js .clickable {
  cursor: pointer;
}

.js .clickable a {
  /* display: none; */
}

.js .clickable a.button,
.js .clickable .cta a {
  display: inherit;
}

.js .clickable.card .cta a,
.js .clickable.resource a {
  display: inline-block;
}


/* --- SECTIONS AND PAGES --- */

/* Home */


/* Home: Map */

#map {
  position: relative;
}

#mapPoints {
  float: right;
  margin-left: -100px;
  width: calc(100% - 255px);
  position: relative;
}

#mapPoints #mapImage {
  width: 100%;
  height: auto;
}

#mapPoints li {
  display: block;
  position: absolute;
}

#mapPoints li a {
  width: 30px;
  height: 44px;
  text-indent: -100em;
  background: transparent url(/wp-content/themes/girlup/assets/images/mapPinGrey.svg) no-repeat top left;
  background-size: contain;
  display: block;
  overflow: hidden;
  transition: transform 1s;
}

#mapPoints li a.current,
#mapPoints li a:hover {
  background-image: url(/wp-content/themes/girlup/assets/images/mapPinPurple.svg);
  transform: scale(1.15);
}

#mapRegions {
  width: 350px;
  margin-top: 50px;
  margin-left: 5px; /* Box Shadow */
  float: left;
  z-index: 10;
}

#mapRegions h5 {
  margin-top: 0;
}

#mapRegions .card  {
  width: 100%;
  padding-bottom: 60px;
}

#mapRegions h5 {
  text-align: left;
  margin-left: 0;
}

#mapRegions h6 {
  margin-top: 80px;
  text-align: center;
}

#mapRegions .slick-slide {
  padding-bottom: 0;
}

#mapRegions .slick-slide .slick-slide {
  padding-bottom: 1em;
}

#regionStories h5 {
  margin-top: 20px;
}


/* Blog (AKA Voices) */

#voices #header {
  color: #4D4D4F;
}

#voices #nav {
  color: #FFF;
}

#voices #pageNav {
  display: none;
}

#voices #navIcons a {
  background-image: url(/wp-content/themes/girlup/assets/images/hamburgerBlack.svg);
}

#voices h1 a {
  background-image: url(/wp-content/themes/girlup/assets/images/girlupBlack.svg);
}

#voices #top {
  background: #FFF;
  position: relative;
  overflow: hidden;
  margin: 200px 0 40px 0;
  padding: 0 0 0 90px;
  font-size: 16px;
  max-height: none;
  min-height: 0;
}

#voices #top img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 130px);
  height: auto;
}

#voices #top div {
  padding: 0 0 0 630px;
}

#voices #top div h4,
#voices #top div h5,
#voices #top div p {
  width: 100%;
}

#voices #top h4 {
  color: #4D4D4F
}

#voices #top h5 {
  color: #000;
}

#voices #top p {
  line-height: 24px;
}

#voices #top .details {
  margin-top: 1em;
}

#voices #top .details,
.postAuthor,
p.postAuthor  {
  color: #7291CA;
}

.details .postDate + .postAuthor:not(:empty)::before,
.details .postAuthor + .postAuthorAge:not(:empty)::before {
  content: ' • ';
}

.categories li {
  display: inline-block;
  border: 2px solid #7291CA;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  padding: 5px 15px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.featured h4 {
  background: transparent url(/wp-content/themes/girlup/assets/images/starBlue.svg) no-repeat center left;
  padding-left: 40px !important;
  margin-left: -40px;
}

#voices main article {
  margin-top: 0;
}



/* Skills */

.advocacy.resource,
.advocacy .resource {
  background-image: url(/wp-content/themes/girlup/assets/images/circleRed.svg);
}

.storytelling.resource,
.storytelling .resource,
.communication .resource,
.communication.resource {
  background-image: url(/wp-content/themes/girlup/assets/images/circleOrchid.svg);
}

.fundraising.resource,
.fundraising .resource,
.donate .resource {
  background-image: url(/wp-content/themes/girlup/assets/images/circleBlueGreen.svg);
}

.organizing.resource,
.organizing .resource {
  background-image: url(/wp-content/themes/girlup/assets/images/circleOrange.svg);
}

.advocacy .icon {
background: #F7E450
}

.communication .icon {
background: #53BFC6
}

.fundraising .icon {
background: #59BF8E
}

.organizing .icon {
background: #FAC8C8
}


/* Community */

#community main section:first-of-type {
  margin-top: 100px;
}

#community main h4,
#community main h5,
#community main p {
  text-align: left;
}

#community main h5 {
  margin-left: 0;
  width: 50%;
  min-width: 600px;
}

#community #pageNav {
  display: none;
}


/* People */

.details.department  {
  color: #7291CA;
}

#people .bioShort {
  margin-bottom: 0;
}

#people .showModal .bio,
#people #modal .bioShort,
#people #modal .card:not(.showModal) .bioShort {
  display: none;
}

#people-director .wp-block-column {
    width: 100%
}

#people-director .wp-block-column h5 {
  text-align: center;
}

#people-director .wp-block-column:first-child {
  display: none;
}

#people #cards-director .card {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding: 0 0 60px 0;
}

#people #cards-director img {
  width: 50%;
  height: auto;
  padding-right: 50px;
  margin: 0 50px 0 0;
  align-self: center;
}

#people #cards-director h6 {
  margin-top: 0;
}

#cards-director .card::after {
  content: none;
}

#cards-director .card .bioShort {
  clear: both;
}

#cards-director .card .bioShort:after {
  content: "Read More";
  margin-top: 1em;
   display: table;
}

#people .card.regional::before,
#people .card.programming::before,
#people .card.development::before,
#people .card.communications::before {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 30px;
  height: 30px;
  text-indent: -100em;
}

#people .card.regional::before {
  content: "Regional";
  background: transparent url(/wp-content/themes/girlup/assets/images/deptRegional.svg) no-repeat center center;
}

#people .card.programming::before {
  content: "Programming";
  background: transparent url(/wp-content/themes/girlup/assets/images/deptProgramming.svg) no-repeat center center;
}

#people .card.development::before {
  content: "Development";
  background: transparent url(/wp-content/themes/girlup/assets/images/deptDevelopment.svg) no-repeat center center;
}

#people .card.communications::before {
  content: "Communications";
  background: transparent url(/wp-content/themes/girlup/assets/images/deptCommunications.svg) no-repeat center center;
}

/* Removed to display department icons w/ modals enabled
#people .card.showModal::before {
  content: none !important;
}
*/


#people #overlay #modal img {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin: 0 0;
  margin-bottom: 30px;
  margin-right: 40px;
  float: left;
}

#people #modal .person {
  display: block;
  height: 125px;
  display: table-cell;
  vertical-align: middle;
}

#people .card .bios {
  clear: both;
  display: block;
}

#people #cards-staff .person h6 {
  margin-bottom:0.15em;
}

#people #cards-staff .person .details.department {
  margin-bottom: 0.25em;
}

#people #cards-staff .person .socialIcons {
  margin-bottom: 0.75em;
}

#people main .socialIcons li:first-child {
  margin-left: 0px !important;
  margin-top: 0.25em;
}

#people #cards-staff .card {
  padding: 40px 40px 65px 40px;
}

/* Events */

#events h1 a {
  background-image: url(/wp-content/themes/girlup/assets/images/girlupBlack.svg);
}

#events #navIcons a {
  background-image: url(/wp-content/themes/girlup/assets/images/hamburgerBlack.svg);
}

#events #top {
  background: #FFF;
  color: #4D4D4F;
  position: relative;
  overflow: hidden;
  margin: 200px 0 40px 0;
  padding: 0 0 0 90px;
  font-size: 16px;
  max-height: none;
}

#events #top img {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: calc(50% - 130px);
  height: auto;
}

#events #top div {
  margin-top: 0;
  max-width: 1200px;
}

#events #top h4 {
  color: #4D4D4F;
}

#events #top h5 {
  color: #000;
}

#events #pageNav {
  display: none;
}

#events h5.highlighted {
  background: transparent url(/wp-content/themes/girlup/assets/images/highlightOrange.svg) no-repeat center center;
  background-size: 100% 1em;
}

#events .details.dates {
  color: #7291CA;
}


/* Support */

body#support {
  height: auto;
}

#support #quickLinks {
    display: none;
}

#support #top + #donate {
  position: absolute;
  top: 90px;
  right: calc(50vw - 1260px / 2);
  z-index: 400;
  width: 500px;
}

#support .banner + #header + #pageNav + #top + #donate {
  top: 110px;
}


/* Helpers */

.hidden {
  display: none !important;
}

.break {
  column-break-before: always;
  -webkit-column-break-before: always;
}

.mobile {
  display: none;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible !important;
}

.clear {
  clear: both;
  overflow: hidden;
}

.nobreak {
  white-space: nowrap;
}

::selection {
  background-color: #E6E7E8;
}

:focus {
  outline: none;
}

input::placeholder {
  color: #7a7b7b;
  line-height:1em;
}

input:focus::placeholder {
    opacity: 0;
}
