@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);
/*
Theme Name: tilt
Theme URI: http://underscores.me/
Author: dp
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tilt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tilt is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@font-face {
  font-family: 'iconFont';
  src: url('assets/fonts/myfont.eot'); /* IE9 Compat Modes */
  src: url('assets/fonts/myfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/myfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('assets/fonts/myfont.ttf')  format('truetype') /* Safari, Android, iOS */
}
.icon {
  font-family: 'iconFont';
  font-style: normal;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* icons will be appended below automatically */
.sharedaddy .sd-sharing ul li.share-email a::before {
    content: "\EA01"
}
.icon--email::before {
    content: "\EA01"
}
.sharedaddy .sd-sharing ul li.share-facebook a::before {
    content: "\EA02"
}
.icon--facebook::before {
    content: "\EA02"
}
.sharedaddy .sd-sharing ul li.share-google-plus-1 a::before {
    content: "\EA03"
}
.icon--google-plus-1::before {
    content: "\EA03"
}
.sharedaddy .sd-sharing ul li.share-googleplus a::before {
    content: "\EA04"
}
.icon--googleplus::before {
    content: "\EA04"
}
.sharedaddy .sd-sharing ul li.share-instagram a::before {
    content: "\EA05"
}
.icon--instagram::before {
    content: "\EA05"
}
.sharedaddy .sd-sharing ul li.share-link a::before {
    content: "\EA06"
}
.icon--link::before {
    content: "\EA06"
}
.sharedaddy .sd-sharing ul li.share-lock a::before {
    content: "\EA07"
}
.icon--lock::before {
    content: "\EA07"
}
.sharedaddy .sd-sharing ul li.share-search a::before {
    content: "\EA08"
}
.icon--search::before {
    content: "\EA08"
}
.sharedaddy .sd-sharing ul li.share-tumblr a::before {
    content: "\EA09"
}
.icon--tumblr::before {
    content: "\EA09"
}
.sharedaddy .sd-sharing ul li.share-twitter a::before {
    content: "\EA0A"
}
.icon--twitter::before {
    content: "\EA0A"
}
.sharedaddy .sd-sharing ul li.share-wordpress a::before {
    content: "\EA0B"
}
.icon--wordpress::before {
    content: "\EA0B"
}
.sharedaddy .sd-sharing ul li.share-youtube a::before {
    content: "\EA0C"
}
.icon--youtube::before {
    content: "\EA0C"
}
@lost flexbox flex;
:root {
  /* variables */ /*AvenirNext-Regular*/ /*AvenirNext-Medium*/ /*AvenirNext-DemiBold*/ /*AvenirNext-Bold*/

  /*
    Do not change these colors without realizing it will affect many
    rules that use them
  */
}
.color--pink {
  color: #D9186D;
}
.color--pink--light {
  color: #FF167C;
}
.color--blue {
  color: #D9186D;
}
.color--purple {
  color: #2F213C;
}
.color--purple--light {
  color: #3E2E43;
}
.color--gray, .color--gray--medium {
  color: #4A4A4A;
}
.color--gray--light {
  color: #9B9B9B;
}
.color--gray--dark {
  color: #1A1A1A;
}
.color--gray--veryLight {
  color: #D2D2D2;
}
@lost flexbox flex;
body {
  font-family: 'Avenir Next', AvenirNext-Regular, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.429;
  color: #4A4A4A;
  background: #000 50% 0 url(assets/images/site-bg-delete.png) no-repeat;
  background: #000;
}
a {
  color: #D9186D;
  transition: color 0.1s linear;
}
a:hover {
  color: #FF167C;
}
p {
  margin-top: 5px;
  margin-bottom: 20px;
}
h1 {
  font-size: 18px;
  line-height: 1.333;
  color: #D9186D;
  margin: 0 0 10px 0;
  font-weight: 600;
}
h1 a {
  text-decoration: none;
}
h2 {
  font-size: 30px;
  line-height: 1.33;
  color: #4A4A4A;
  margin: 0 0 10px 0;
  font-weight: 600;
}
h3 {
  font-size: 22px;
  line-height: 1.45;
  color: #4A4A4A;
  margin: 0 0 10px 0;
  font-weight: 600;
}
h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: .0228em;
}
h5 {
  margin: 0;
  font-size: 16px;
}
h6 {
  margin: 0;
  font-size: 14px;
  line-height: 1.36;
  color: #34375E;
  font-weight: 600;
}
/*
 BUTTONS
  default button is a white border, white txt, transparent bg
*/
.rectButton {
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  line-height: 1.38;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
.rectButton:hover {
  color: #FF167C;
  background-color: #FFF;
}
.rectButton--pinkSolid {
  background-color: #D9186D;
  color: #FFF !important;
  border: none;
}
.rectButton--pinkSolid:hover {
  background-color: #FFF;
  color: #1A1A1A !important;
}
.rectButton--grey, .rectButton--grey:hover {
  color: #1A1A1A;
  border-color: #4A4A4A;
}
.rectButton--grey:hover {
  color: #FFF;
  background: #4A4A4A;
}
.rectButton--greyOutline {
  border-color: #4A4A4A;
}
.rectButton--greyOutline:hover {
  border-color: #FFF;
  background: #FFF;
  color: #1A1A1A;
}
.rectButton--blueOutline {
  color: #34375E;
  border-color: #34375E;
}
.rectButton--blueOutline:hover {
  border-color: #FFF;
  background: #FFF;
}
.sectionTitle {
  color: #FFFFFF;
  background: #D9186D;
  font-family: 'PT Sans Narrow', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.133;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 10px 5px 10px;
  margin: 0 0 10px 10px;
  display: inline-block;
}
.sectionTitle--invert {
  color: #D9186D;
  background: rgb(255, 255, 255);
}
.sectionTitle--overlaid {
  position: absolute;
  margin: 20px 0 0 20px;
}
.ruledHeader {
  text-align: center;
  color: #FFF;
  margin: 0 0 30px 0;
}
.ruledHeader::after {
  content: ' ';
  display: block;
  width: 100px;
  height: 4px;
  background: #3E2E43;
  margin: 15px auto 0 auto;
}
.ruledHeader--pink::after {
  background: #D9186D;
}
.divider {
  height: 4px;
  margin: 30px auto;
  background: #3E2E43;
  width: 100px;
}
.u-cf::before,
.u-cf::after {
  content: " ";
  display: table;
}
.u-cf::after {
  clear: both;
}
.u-alignCenter {
  text-align: center;
}
.u-centerBlock {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-pullRight {
  float: right;
}
.u-pullLeft {
  float: left;
}
.u-cb {
  clear: both;
}
.u-flex {
  display: -ms-flexbox;
  display: flex;
}
.u-hidden {
  display: none;
}
#bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: none;
}
#bg svg {
  max-width: 100%;
}
body {
  position: relative;
}
#wpstats {
  display: none;
}
.contentWrap {
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
/* breakout only has styles above 375px */
.contentWrap--breakout {}
.contentWrap--white {
  background: white;
}
.contentWrap--padTop {
  padding-top: 100px;
}
.contentWrap--narrowPad {
  padding: 40px 20px;
}
.contentWrap--footerBlend {
  margin-bottom: 0;
}
.header {
  margin: 0 auto;
  padding: 0 0 15px 0;
  font-weight: 500;
  color: #FFF;
}
.header-topRow {
  font-size: 14px;
  float: right;
}
.header-topRow-search i {
  padding: 0;
  border: none;
  margin-right: 8px;
  background: none;
  font-size: 16px;
  color: #4A4A4A;
  float: left;
  transition: color 0.25s ease;
}
.header-topRow-search input {
  background: transparent;
  border: none;
  padding: 0;
  margin: 2px 0 0 0;
  color: #FFF;
  transition: border-bottom-color 0.25s ease, width 0.25s ease;
  border-bottom: 1px solid rgba(255,255,255,0);
  width: 0px;
}
.header-topRow-search input::-webkit-input-placeholder {
  color: #FFF;
  transition: opacity 0.25s ease, color 0.25s ease;
  opacity: 1;
}
.header-topRow-search input:-ms-input-placeholder {
  color: #FFF;
  transition: opacity 0.25s ease, color 0.25s ease;
  opacity: 1;
}
.header-topRow-search input::placeholder {
  color: #FFF;
  transition: opacity 0.25s ease, color 0.25s ease;
  opacity: 1;
}
.header-topRow-search input:focus::-webkit-input-placeholder {
  color: #FF167C;
  opacity: 0.7;
}
.header-topRow-search input:focus:-ms-input-placeholder {
  color: #FF167C;
  opacity: 0.7;
}
.header-topRow-search input:focus::placeholder {
  color: #FF167C;
  opacity: 0.7;
}
.header-topRow-search input:focus {
  outline: none;
  color: #FF167C;
  border-bottom-color: #FF167C;
  width: 100px;
}
.header-topRow-search input:focus ~ i {
  color: #FF167C;
}
.header .iconList {
  display: none;
}
.header-logo {
  background: url(assets/images/logo--rightwm.svg);
  width: 228px;
  height: 34px;
  margin: 10px 0 32px 10px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
}
.header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.357;
}
.header-nav li {
  margin: 0 8px;
  text-align: center;
  white-space: nowrap;
}
.header-nav li a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.header-nav li a:hover,
.header-nav li.current-menu-item a,
.header-nav li.current_page_item a {
  color: #FF167C;
}
.footer {
  background: black;
  color: white;
  padding: 34px 0 26px 0;
  position: relative;
  color: #D2D2D2;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.0357em;
}
.footer::before {
  width: 100%;
  overflow: hidden;
  content: ' ';
  height: 32px;
  top: -31px;
  background-image: url(assets/images/footer-slant.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  box-sizing: border-box;
  position: absolute;
}
.footer .contentWrap {
  padding: 0 20px;
}
.footer p {
  margin-bottom: 20px;
}
.footer .footer-header {
  color: #FFF;
  font-size: 18px;
  line-height: 1.39;
  font-weight: 600;
  margin-bottom: 0;
}
.footer-support {
}
.footer-support-donate,
.footer-support-store {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.footer-support-newsletter {
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 0 40px 0;
}
.footer-support-newsletter .newsletter {
  -ms-flex-pack: center;
      justify-content: center;
}
.footer-support-newsletter .newsletter-submit {
  background-position: 17px 10px;
}
.footer-support-newsletter .newsletter-submit:hover {
  background-color: #FFF;
}
.footer-divider {
  border-bottom: 1px solid #4A4A4A;
  margin-bottom: 63px;
}
.footer-divider::after {
  background: #000 center url(assets/images/logo--nowm.svg) no-repeat;
  width: 76px;
  height: 40px;
  content: ' ';
  display: block;
  top: 19px;
  margin: 0 auto;
  position: relative;
}
.footer a {
  color: #D2D2D2;
}
.footer a:hover {
  color: #FF167C;
}
.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.footer-nav li {
  margin-bottom: 20px;
}
.footer-nav > li {
  display: block;
  width: 100%;
  -ms-flex-order: 2;
      order: 2;
  margin: 0 0 30px 0;
}
.footer-nav > li:last-child {
  margin-right: 0;
}
.footer-nav > li:last-child {
  -ms-flex-order: 1;
      order: 1;
}
.footer-nav > li > a {
  color: #FFF;
  font-size: 18px;
  line-height: 1.39;
  font-weight: 600;
  margin-bottom: 0;
  margin-bottom: 20px;
  display: inline-block;
}
.footer-nav > li > a:hover {
  color: #FF167C;
}
.footer-nav > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav a {
  text-decoration: none;
}
.footer-nav > li:last-child li a {
}
.footer-nav > li:last-child li a::before {
  font-family: 'iconFont';
  font-style: normal;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 27px;
  display: block;
  float: left;
  text-align: center;
  margin: -3px 12px 0 0;
  font-size: 1.5em;
  content: " ";
}
.footer-nav > li:last-child li a[href*="facebook.com"]::before {
  content: "\EA02";
}
.footer-nav > li:last-child li a[href*="twitter.com"]::before {
  content: "\EA0A";
}
.footer-nav > li:last-child li a[href*="tumblr.com"]::before {
  content: "\EA09";
}
.footer-nav > li:last-child li a[href*="youtube.com"]::before {
  content: "\EA0C";
}
.footer-nav > li:last-child li a[href*="instagram.com"]::before {
  content: "\EA05";
}
.footer-extras {
  font-size: 12px;
  line-height: 1.33;
  color: #4A4A4A;
  min-height: 20px;
  letter-spacing: 0.0383em;

}
.footer-extras a {
  color: #4A4A4A;
}
.footer-extras-wp {
  height: 20px;
  padding-left: 25px;
  text-decoration: none;
  position: relative;
}
.footer-extras-wp i {
  font-size: 19px;
  position: absolute;
  left: 0;
  top: -5px;
}
.avatar {
  overflow: hidden;
  border-radius: 50%;
}
.avatar-40 {
  width: 40px;
  height: 40px;
}
.avatar-100 {
  width: 100px;
  height: 100px;
}
.homeSupport {}
.homeSupport--freq-title {
  width: 262px;
  height: 56px;
  background: url('assets/images/newsletter-title.svg') 0 0 no-repeat;
  background-size: 262px 56px;
  text-indent: -9999px;
}
.homeSupport .sectionTitle {
  margin-bottom: 0;
  margin-left: 0;
}
.homeSupport-about {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 30px 0;
}
.homeSupport-aboutContent {
  padding: 10px;
}
.homeSupport-donate {
  background: #D9186D;
  color: #FFF;
  box-sizing: border-box;
  padding: 10px;
}
.homeSupport-donateContent {
  padding: 10px;
}
.homeSupport-donateContent p:last-child {
  margin-bottom: 0;
}
.tilt-donate-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #D2E0F1;
  margin: 20px 0;
}
.tilt-donate-wrapper .sectionTitle {
  margin-bottom: 0;
}
.tilt-donate-info {
  -ms-flex: 1;
      flex: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px 5px 10px;
  background: #34375E;
  color: #FFF;
  font-size: 14px;
}
.tilt-donate-info a,
.tilt-donate-info a:visited {
  color: #FFF;
}
.tilt-donate-options {
  -ms-flex: 1;
      flex: 1;
  padding: 10px 20px 20px 20px;
  color: #34375E;
}
.tilt-donate-heading {
  font-size: 14px;
  margin: 20px 0 10px 0;
  padding: 0;
}
.tilt-donate-text {
  font-size: 12px;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}
.tilt-donate-amount-custom {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
}
.tilt-donate-amount-custom-input {
  -ms-flex: 1;
      flex: 1;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #34375E;
  height: 36px;
  width: 80px;
  line-height: 38px;
  text-align: center;
  transition: .15s all ease-in-out;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius:  0;
  background: #D2E0F1;
}
.tilt-donate-amount-custom-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #34375E;
}
.tilt-donate-amount-custom-input:-ms-input-placeholder {
  font-size: 14px;
  color: #34375E;
}
.tilt-donate-amount-custom-input::placeholder {
  font-size: 14px;
  color: #34375E;
}
.tilt-donate-amount.active .tilt-donate-amount-custom-input,
.tilt-donate-amount-custom-input:focus {
  outline: none;
  background: #fff;
  border-color: #D9186D;
  color: #D9186D;
}
.tilt-donate-amount.active .tilt-donate-amount-custom-label {
  background: #D9186D;
}
.tilt-donate-amount-custom-label {
  box-sizing: border-box;
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: #34375E;
  color: #FFF;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tilt-donate-frequency {
  -ms-flex: 1;
      flex: 1;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px; margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tilt-donate-wrapper .rectButton {
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
  padding: 10px 0;
}
.tilt-donate-wrapper li:last-child .rectButton {
  margin-right: 0;
}
.tilt-donate-selection-toggles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.tilt-donate-selection-toggles li {
  display: block;
  -ms-flex: 1;
      flex: 1;
  height:40px;
  position:relative;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilt-donate-selection-toggles .rectButton,
.tilt-donate-selection-toggles .tilt-donate-selection-toggle {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.tilt-donate-selection-toggle {
  opacity:0;
  z-index:100;
}
.tilt-donate-selection-toggle:checked + .rectButton {
  background: #FFF;
  color: #FF167C;
  border: 1px solid #FF167C;
}
.tilt-donate-button-group button:last-child {
  margin-right: 0;
}
.tilt-donate-error {
  font-size: 14px;
  font-weight: bold;
  color: red;
}
.tilt-donate-success-message {
  padding-top: 20px;
  text-align: center;
}
.tilt-card {
  padding: 10px;
  margin: 20px 0;
  font-size: 14px;
}
.tilt-card > p {
  margin: 0;
  padding: 0;
}
.tilt-card--image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.tilt-card--has-image.tilt-card--has-text .tilt-card--image {
  margin-bottom: 10px;
}
.tilt-card--light-text,
.tilt-card--light-text:hover,
.tilt-card--light-text:visited {
  color: #FFF;
}
.tilt-card--dark-text,
.tilt-card--dark-text:hover,
.tilt-card--dark-text:visited {
  color: #000;
}
.tilt-card--has-link {
  text-decoration: none;
  display: block;
}
.tilt-card--has-link:hover {
  text-decoration: underline;
}
.cardRow {
  margin: 0;
}
/**
 * Posts
 * this is for posts in lists, not article pages...
 *
 */
.post {}
.post-image {
  max-width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  overflow-x: hidden;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post-image img {
  display: block;
}
.post-image--none {
  background: #F4F4F4 center url(assets/images/post-no-image.svg) no-repeat;
  background-size: initial;
  display: none;
}
.post-content {
  padding: 10px;
}
.post-title {
  color: #D9186D;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.333;
  margin: 0;
}
.post-title a {
  text-decoration: none;
}
.post-brief {
  margin-bottom: 10px;
}
.post-brief > p:last-child {
  margin-bottom: 0;
}
.post-meta {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.01667em;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
}
.post-meta a {
  text-decoration: none;
}
.post-meta a:hover {
  text-decoration: underline;
}
.post-meta-date {
  -ms-flex-positive: 1;
      flex-grow: 1;
  white-space: nowrap;
}
.post-meta-tags {
  -ms-flex-positive: 2;
      flex-grow: 2;
  text-align: right;
}
.post-meta-tags a:before {
  content: '#';
}
.post-meta-tags span {
  display: none;
}
/**
 * standard list of posts. Homepage, search, archives, etc.
 */
.postList {
  background: #FFF;
  padding: 40px 10px 20px 10px;
}
.postList .postHeader {
  margin-bottom: 40px;
}
.postList--home {
  margin-bottom: 72px;
  padding-top: 10px;
}
/**
 * Modifier for when in a list format.
 */
.post--list {
  margin: 0 0 30px 0;
}
.post--list .post-image {
  height: 200px;
}
/* Modifier for when in a card format */
.post--card {
  background: #FFF;
  padding: 10px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  position: relative;
}
.post--card .post-image {
  max-width: 100%;
  width: auto;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
}
.post--card .post-image--none {
  background-size: contain;
}
.post--card .post-image img {
  display: block;
}
.post--card .post-image::after {
  background-image: linear-gradient(-135deg, rgba(134,0,176,.4) 0%, rgba(0,55,74,.4) 100%);
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  display: block;
}
.post--card--video.post--card .post-image::after {
  background-image: url('assets/images/card-play.svg'), linear-gradient(-135deg, rgba(134,0,176,.4) 0%, rgba(0,55,74,.4) 100%);
  background-position: center, center;
  background-size: 60px, 100%;
  background-repeat: no-repeat;
}
.post--card--video.post--card .post-image:hover::after {
  background-image: url('assets/images/card-play--hover.svg'), linear-gradient(-135deg, rgba(134,0,176,.4) 0%, rgba(0,55,74,.4) 100%);
}
.post--card .post-content {
  color: #2F213C;
}
.post--card .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333;
}
.post--card .post-channel {
  line-height: 1.36;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.post--card .post-channel a {
  color: #2F213C;
  text-decoration: none;
}
.article {
  padding: 40px 20px;
  margin-bottom: 0;
  word-wrap: break-word;
}
.article--fullWidth {
}
.postHeader {
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}
.postHeader h2 {
  margin-bottom: 5px;
}
.postHeader p {
  color: #3E2E43;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
}
.postHeader p a {
  color: #3E2E43;
  text-decoration: none;
}
.postHeader p a:hover {
  color: #FF167C;
  text-decoration: underline;
}
.postHeader .avatar {
  margin-bottom: 10px;
}
.postHeader-description {
  margin-bottom: 20px;
  max-width: 80%;
}
.article-content {
  margin: 0 0 40px 0;
}
.article-content::before,
.article-content::after {
  content: " ";
  display: table;
}
.article-content::after {
  clear: both;
}
.article-content--hidden {
  display: none;
}
.article-content img {
  max-width: 100%;
  height: auto;
}
.articleImage {
  margin: 20px 0;
}
.articleImage--breakout {
}
.articleImage img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.article blockquote {
  color: #D9186D;
  font-weight: 600;
  box-sizing: border-box;
  background: 0 2px url(assets/images/blockquote.svg) no-repeat;
  min-height: 22px;
  margin: 0 0 0 0;
  padding: 0 0 0 35px;
}
/**
 * Mexp Tweets
 * Need to style a blockquote that is rendered before the embed is loaded, and
 * shown in case the embed does not load
 */
.twitter-tweet {
  margin: 30px auto 30px !important;
}
blockquote.twitter-tweet {
  background: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  max-width: 520px;
  font-size: 18px;
  color: #9B9B9B;
  padding: 20px;
}
blockquote.twitter-tweet p:last-child {
  margin-bottom: 0;
}
.article-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 4px;
}
.article-content ul li {
  background: 0 6px url(assets/images/bullet-pink.svg) no-repeat;
  padding-left: 12px;
  margin-bottom: 10px;
}
/**
 * Columns for the split pages
 * only active on bigger screens.
 */
.article-columns {}
.article-columnLeft {}
.article-columnRight {}
/**
 * Caption styles
 */
.wp-caption {
  margin: 0 0 1em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  font-size: 0.75em;
  line-height: 1.6153846154;
  padding: 0.5384615385em 0;
}
/*
  JetPack contact form styles
  All !important tags are overriding WP defaults
  and unfortunately, necessary.
*/
.contact-form input,
.contact-form textarea {
  border: 1px solid #D2D2D2;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 1.38;
  padding: 9px 12px;
  height: 40px;
  box-sizing: border-box;
  background: none;
  font-weight: 500;
  width: 100% !important;
  max-width: 100% !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
}
/* Jetpack labels & buttons */
.contact-form .grunion-field-label {
  font-size: 18px;
}
.contact-form .grunion-field-label span {
  font-size: 14px;
}
.contact-form .pushbutton-wide {
  width: auto !important;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
  line-height: 1.38;
  display: inline-block;
  color: #1A1A1A;
  border-color: #4A4A4A;
  font-weight: 500;
  transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
.contact-form .pushbutton-wide:hover {
  color: #FFF;
  background: #4A4A4A;
}
/* .contact-form-submission appears after the message was sent, it's odd, so we just hide it */
.contact-form-submission {
  display: none;
}
/* jetpack creates contact forms with various IDs, so in order to properly target them we have
to use a 'starts-with' selector. */
[id^=contact-form-] h3 {
  color: #D9186D;
}
.newsletter {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.newsletter-input {
  border-style: solid none solid solid;
  border-color: #D9186D;
  border-width: 1px;
  color: #D9186D;
  font-size: 16px;
  line-height: 1.38;
  width: 300px;
  padding: 9px 12px;
  height: 40px;
  box-sizing: border-box;
  background: none;
  font-weight: 500;
}
.newsletter--short .newsletter-input {
  width: 200px;
}
.newsletter-input::-webkit-input-placeholder {
  color: rgba(217, 24, 109, 1);
  opacity: 1;
  transition: color 0.25s ease;
}
.newsletter-input:-ms-input-placeholder {
  color: rgba(217, 24, 109, 1);
  opacity: 1;
  transition: color 0.25s ease;
}
.newsletter-input::placeholder {
  color: rgba(217, 24, 109, 1);
  opacity: 1;
  transition: color 0.25s ease;
}
.newsletter-input:focus::-webkit-input-placeholder {
  color: rgba(217, 24, 109, .5);
}
.newsletter-input:focus:-ms-input-placeholder {
  color: rgba(217, 24, 109, .5);
}
.newsletter-input:focus::placeholder {
  color: rgba(217, 24, 109, .5);
}
.newsletter-input:focus {
  outline: none;
}
.newsletter-submit {
  border-style: none;
  cursor: pointer;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #D9186D 15px 10px url(assets/images/newsletter-icon-thumb.png) no-repeat;
  text-decoration: none;
  text-indent: -9999px;
  padding: 0;
  width: 50px;
  height: 40px;
  float: left;
  transition: background-color 0.1s linear;
}
.newsletter-submit:hover {
  background-color: #FF167C;
}
.newsletter-submit--ok {
  background-image: url(assets/images/newsletter-icon-ok.png);
}
.pageNav {
  margin: 20px 0 0 0;
}
.pageNav a {
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid #4A4A4A;
  color: #1A1A1A;
  text-decoration: none;
  line-height: 1.38;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
.pageNav a:hover {
  color: #FFF;
  background: #4A4A4A;
}
.pageNav .nav-next {
  float: right;
}
.relatedPosts {
  padding: 30px 20px 56px 20px;
  margin-bottom: 0;
  background: #1A1A1A;
}
.relatedPosts .cardRow {
  margin-bottom: 30px;
}
.relatedPosts > p {
  color: #FFF;
}
.shareList--jetpack {
  margin: 10px 0 10px 0;
}
.shareList {
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
}
.shareList li {
  float: left;
  margin: 0 10px 0 0;
  background: none;
}
.shareList a {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.shareList a:hover {
  color: #FFF;
  border-color: #FF167C;
  background-color: #FF167C;
}
/* Generic Icon Lists */
.iconList {
  list-style: none;
  padding: 0;
  margin: 0
}
.iconList-item a {
  text-decoration: none;
}
.iconList--inline .iconList-item {
  display: inline;
  margin-left: 20px;
}
.iconList--inline .iconList-item .icon {
  display: inline-block;
}
/* Color Themes */
.iconList--light .icon {
  color: #FFF;
}
.iconList--light a:hover .icon {
  color: #FF167C;
}
.iconList--primary .icon {
  color: #D9186D;
}
.iconList--primary a:hover .icon {
  color: #FF167C;
}
/* Transforms */
.iconList .iconList-item .icon {
  transition: transform 0.15s ease, color 0.15s ease;
}
.iconList .iconList-item a:hover .icon {
  transform: scale(1.25);
}
/**
 * Overriding styles for jetpack sharing social icons
 */
.sharedaddy .sd-sharing ul {
  margin: 0 !important;
}
.sharedaddy .sd-sharing ul li {
  display: list-item !important;
  float: left;
  margin: 0 10px 10px 0 !important;
  background: none;
}
.sharedaddy .sd-sharing ul li a {
  border: 1px solid #D2D2D2 !important;
  border-radius: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: 50px;
  height: 50px;
  display: block !important;
  background: #FFF !important;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
}
.sharedaddy .sd-sharing ul li a:hover {
  border: 1px solid #FF167C !important;
  background-color: #FF167C !important;
}
.sharedaddy .sd-sharing ul li span {
  display: none;
}
.sharedaddy .sd-sharing ul li a.sd-button::before {
  color: #D9186D !important;
  vertical-align: inherit !important;
  font-size: 18px !important;
  font: normal 18px/1 'iconFont' !important;
  top: auto !important;
  font-family: 'iconFont' !important;
  font-style: normal !important;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.15s ease-in-out;
  line-height: 50px !important;
}
.sharedaddy .sd-sharing ul li a.sd-button:hover::before {
  color: #FFF !important;
}
.sd-social-icon .sd-content ul li.share-press-this a::before, .sd-social-text .sd-content ul li.share-press-this a::before, .sd-content ul li.share-press-this div.option.option-smart-off a::before, .sd-social-icon-text .sd-content li.share-press-this a::before, .sd-social-official .sd-content li.share-press-this a::before {
    content: '\EA0B' !important;
}
.spinner {
  position: relative;
  margin: 0px auto;
  width: 50px;
}
.spinner:before {
  content:'';
  display: block;
  padding-top: 100%;
}
.spinner svg {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
}
.spinner circle {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke: #FFF;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate{
 100%{
  transform: rotate(360deg);
 }
}
@keyframes dash{
 0%{
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
 }
 50%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35px;
 }
 100%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124px;
 }
}
.videoPlayer {
  margin-bottom: 0;
  background: #1A1A1A;
  background: #000;
}
.videoPlayer .jetpack-video-wrapper {
  margin: 0;
}
.videoPlayer img {
  max-width: 100%;
}
.videoPlayer iframe {
  display: block;
}
.videoCredit {
  font-size: 12px;
  position: relative;
  padding-left: 50px;
  line-height: 1.33;
  font-weight: 500;
  margin: 10px 0 20px 0;
  letter-spacing: normal;
}
.videoCredit-avatar {
  position: absolute;
  left: 0;
  top: 2px;
}
.videoCredit-name {
  color: #2F213C;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  line-height: 1.36;
}
.videoCredit-name a {
  color: #2F213C;
  text-decoration: none;
}
.videoCredit-name a:hover {
  color: #FF167C;
}
.videoSeries,
.feministFrequencyRadio {
  padding: 60px 20px 14px 20px;
  margin-bottom: 0;
}

.videoSeries--theFreqShow,
body.tax-video-series.term-the-freq-show .videoSeries {
  background: #080a0a top center url(assets/images/video_series-the_freq_show-bg.png) no-repeat;
  padding-top: 195px;
}
.videoSeries--ordinaryWomen,
body.tax-video-series.term-ordinary-women .videoSeries {
  background: #313030 top center url(assets/images/video_series-ordinary_women-bg.png) no-repeat;
  padding-top: 165px;
}
.videoSeries--feminist-answering-machine {
  background: #313030 top center url(assets/images/videos-feminist-answering-machines.png) no-repeat;
  padding-top: 165px;
}
.videoSeries--tropes,
body.tax-video-series.term-tropes-vs-women-in-video-games .videoSeries {
  background: #1A1A1A 50% 47px url(assets/images/video_series-tropes-bg.png) no-repeat;
  padding-top: 165px;
}
.podcasts-page-femfreq-radio,
body.tag-feminist-frequency-radio .feministFrequencyRadio {
  background: #080a0a top center url(assets/images/podcasts-femfreq-radio.png) no-repeat;
  padding-top: 195px;
}
.podcasts-page-cinemaball {
  background: #080a0a;
  padding-top: 195px;
}
.podcasts-page-halt-and-catch-fire {
  background: #313030 top center url(assets/images/podcasts-halt-and-catch-fire.png) no-repeat;
  padding-top: 195px;
}
.podcasts-startrek-recap {
  background: #1A1A1A 50% 47px url(assets/images/podcasts-startrek-recap.png) no-repeat;
  padding-top: 245px;
}
.videoSeries--theFreqShow .nav-previous a,
body.tax-video-series.term-the-freq-show .videoSeries .nav-previous a,
.videoSeries--ordinaryWomen .nav-previous a,
body.tax-video-series.term-ordinary-women .videoSeries .nav-previous a,
.videoSeries--ordinaryWomen .nav-next a,
body.tax-video-series.term-ordinary-women .videoSeries .nav-next a,
.videoSeries--tropes .nav-previous a,
body.tax-video-series.term-tropes-vs-women-in-video-games .videoSeries .nav-previous a,
.videoSeries--tropes .nav-next a,
body.tax-video-series.term-tropes-vs-women-in-video-games .videoSeries .nav-next a {
  color: #FFF;
}
.videoSeries--theFreqShow .nav-previous a:hover,
body.tax-video-series.term-the-freq-show .videoSeries .nav-previous a:hover,
.videoSeries--ordinaryWomen .nav-previous a:hover,
body.tax-video-series.term-ordinary-women .videoSeries .nav-previous a:hover,
.videoSeries--ordinaryWomen .nav-next a:hover,
body.tax-video-series.term-ordinary-women .videoSeries .nav-next a:hover,
.videoSeries--tropes .nav-previous a:hover,
body.tax-video-series.term-tropes-vs-women-in-video-games .videoSeries .nav-previous a:hover,
.videoSeries--tropes .nav-next a:hover,
body.tax-video-series.term-tropes-vs-women-in-video-games .videoSeries .nav-next a:hover {
  border-color: #FFF;
  background: #FFF;
  color: #1A1A1A;
}

.podcasts-page-cinemaball h1 {
  text-align: center;
  font-size: 50px;
  position: relative;
  top: -112px;
}

.videoSeries--reviews,
body.tax-video-series.term-video-reviews .videoSeries {
  background: #2F213C 50% 52px url(assets/images/video_series-reviews-bg.png) no-repeat;
  padding-top: 165px;
}
.videoSeries--reviews .nav-previous a,
body.tax-video-series.term-video-reviews .videoSeries .nav-previous a,
.videoSeries--reviews .nav-next a,
body.tax-video-series.term-video-reviews .videoSeries .nav-next a {
    border-color: #453257;
    color: #FFF;
}
.videoSeries--reviews .nav-previous a:hover,
body.tax-video-series.term-video-reviews .videoSeries .nav-previous a:hover,
.videoSeries--reviews .nav-next a:hover,
body.tax-video-series.term-video-reviews .videoSeries .nav-next a:hover {
  border-color: #FFF;
  background: #FFF;
  color: #453257;
}
.videoSeries--archive {

}
.videoSeries--archive .videoSeries-description,
.feministFrequencyRadio-description {
  color: #1A1A1A;
}
.videoSeries.contentWrap--footerBlend {
  padding-bottom: 40px;
}
.videoSeries .cardRow:last-of-type {
  margin-bottom: 30px;
}
.videoSeries-description,
.feministFrequencyRadio-description {

  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.videoLatest {
  background: #FFF;
  margin-left: -20px;
  margin: 0 -20px 20px -20px;
  position: relative;
}
.post-featured-image {
  display: block;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
}
.post-featured-image--none {
  height: 74px;
}
.post-featured-image img {
  display: block;
}
.post-featured-content {
  padding: 20px 40px;
  color: #34375E;
  line-height: 1.5;
}

.outer-flex-container {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.inner-flex-container {
	padding: 20px;
}

.inner-flex-container #join-us-popup-img {
	margin-top: 8px;
	max-width: 230px;
	padding-right: 10px;
	float: left;
}

.inner-flex-container h2,
.inner-flex-container button,
.inner-flex-container p {
	padding-right: 20px;
	position: relative;
	right: -20px;
}
.inner-flex-container p {
	font-size: 18px;
	margin-bottom: 30px;
}
.inner-flex-container button {
	background: #d9186d;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}
.inner-flex-container button a {
	color: #fff;
	text-decoration: none;
}

.inner-flex-container p:nth-child(3n) {
	margin-top: 30px;
}
.inner-flex-container h2 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 10px;
}

.inner-flex-container #join-us-popup-button {
	margin-left: 125px;
	cursor: pointer;
}

.inner-flex-container #join-us-popup-close {
	float: right;
	font-size: 25px;
	top: -26px;
	right: -15px;
	position: relative;
	cursor: pointer;
}

@media (min-width: 775px){
  body{
    font-size: 16px;
    line-height: 1.5;
  }
  h1{
    font-size: 36px;
    line-height: 1.36;
  }
  .sectionTitle{
    font-size: 25px;
    line-height: 1.16;
    padding: 15px 22px 10px 22px;
    margin: 0 0 20px 0;
  }
  .sectionTitle--overlaid{
    margin: 20px 0 0 20px;
  }
  #bg{
    display: block;
  }
  .contentWrap{
    width: 1060px;
  }
  .contentWrap--breakout{
    width: 1100px;
  }
  .contentWrap--footerBlend{
    margin-bottom: 0;
  }
  .contentWrap--narrowPad{
    padding: 40px 330px;
  }
  .header{
    width: 1060px;
    padding: 0 0 25px 0;
  }
  .header-topRow{
    padding-top: 25px;
    float: none;
  }
  .header-topRow-search i{
    color: #FFF;
  }
  .header-topRow-search input{
    width: 147px;
  }
  .header .iconList{
    display: block;
  }
  .header-logo{
    background: url(assets/images/feminist_frequency-logo.png);
    width: 227px;
    height: 151px;
    margin: -5px auto 45px auto;
  }
  .header-nav{
    font-size: 18px;
    line-height: 1.39;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header-nav li{
    margin: 0 42px;
  }
  .footer{
    min-width: 1100px;
  }
  .footer::before{
    top: -32px;
  }
  .footer .contentWrap{
    padding: 0;
  }
  .footer-nav{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  .footer-nav > li{
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0;
    width: calc(99.99% * 1/5 - 40px - 40px * 1/5);
  }
  .footer-nav > li:last-child{
    -ms-flex-order: 2;
        order: 2;
  }
  .footer-support{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-support-donate,
  .footer-support-newsletter,
  .footer-support-store{
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    margin: 0;
    padding: 0;
    width: calc(99.99% * 1/3 - 75px - 75px * 1/3);
  }
  .footer-support-newsletter{}
  .footer-extras{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer-extras-ethics{
    text-align: center;
  }
  .homeSupport{
    display: -ms-flexbox;
    display: flex;
    line-height: 1.714;
  }
  .homeSupport .sectionTitle{
    margin-left: 0;
  }
  .homeSupport-about{
    width: 698px;
    padding: 20px;
    margin: 0 20px 0 0;
  }
  .homeSupport-aboutContent{
    padding: 10px 20px 20px 20px;
  }
  .homeSupport-donate{
    width: 382px;
    padding: 20px;
  }
  .homeSupport-donateContent{
    padding: 10px 20px 20px 20px;
  }
  .LatestVideos .sectionTitle{
    margin-left: 0;
  }
  .tilt-donate-wrapper{
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 40px -80px;
  }
  .tilt-donate-info{
    padding: 20px;
    font-size: 14px;
    width: 40%;
  }
  .tilt-donate-options{
    padding: 10px 60px 20px 60px;
  }
  .tilt-donate-heading{
    margin-top: 30px;
    font-size: 16px;
  }
  .tilt-donate-wrapper .rectButton{
    font-size: 16px;
  }
  .tilt-card{
    padding: 20px;
    margin: 20px 0;
    font-size: 16px;
  }
  .tilt-card--image{
    background-size: cover;
  }
  .tilt-card--has-image.tilt-card--has-text .tilt-card--image{
    margin-bottom: 20px;
  }
  /* Quarter-cards that are not within rows */
  .tilt-card--width-quarter{
    width: 25%;
    margin: 0 30px 20px 0;
    float: left;
  }
  /* Quarter-cards within rows */
  .tilt-card-row .tilt-card--width-quarter{
    float: none;
  }
  /* Half-cards that are not within rows */
  .tilt-card--width-half{
    width: 50%;
    margin: 0 30px 20px 0;
    float: left;
  }
  /* Half-cards within rows */
  .tilt-card-row .tilt-card--width-half{
    float: none;
  }
  /* Handle rows of cards */
  .tilt-card-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .tilt-card-row .tilt-card{
    margin: 0 10px 20px 10px;
  }
  .tilt-card-row .tilt-card:first-child{
    margin-left: 0;
  }
  .tilt-card-row .tilt-card:last-child{
    margin-right: 0;
  }
  .tilt-card-row .tilt-card--width-full{
    width: 100%;
  }
  .cardRow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0;
  }
  .post-brief{
    margin-bottom: 5px;
  }
  .post-meta-tags span{
    display: inline;
  }
  .post-image--none{
    display: block;
  }
  .postList{
    padding: 80px 40px 40px 40px;
  }
  .post--list{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0;
  }
  .post--list .post-image{
    margin-right: 30px;
    width: 191px;
    height: 152px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .post--list .post-title{
    font-size: 22px;
    line-height: 1.36;
  }
  .post--list .post-content{
    width: auto;
    padding: 0;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .post--card{
    margin: 0 auto 20px auto;
    width: calc(99.99% * 1/3 - 20px - 20px * 1/3);
  }
  .post--card .post-title{
    font-size: 20px;
    line-height: 1.35;
  }
  .post--card .post-image{
    height: 180px;
  }
  .post--card .post-content{
    font-size: 14px;
    line-height: 1.5;
  }
  /* double wide is only on during large format */
  .post--cardDoubleWide{
    width: calc(99.99% * 2/3 - 20px - 20px * 2/3);
  }
  .post--cardDoubleWide .post-content{
    padding-top: 20px;
  }
  .post--cardDoubleWide .post-title{
    font-size: 26px;
    line-height: 1.4;
  }
  .post--cardDoubleWide .post-image{
    height: 273px;
  }
  .article{
    font-size: 18px;
    line-height: 1.6;
    padding: 40px 60px 60px 60px;
  }
  .article--fullWidth{
    font-size: 20px;
    line-height: 1.6;
    padding: 80px 154px 60px 146px;
  }
  .postHeader{
    margin-bottom: 40px;
  }
  .jetpack-video-wrapper iframe{
    margin: 0 auto !important;
  }
  .article-content img.aligncenter{
    margin: 0 auto;
    display: block;
  }
  .article-content img.alignright{
    float: right;
    margin: 0 0 20px 40px;
  }
  .article-content img.alignleft{
    float: left;
    margin: 0 40px 20px 0;
  }
  .articleImage{
    margin: 60px 0 60px -50px;
    width: 860px;
  }
  .articleImage--breakout{
    margin: 60px 0 60px -166px;
    width: 1100px;
  }
  .article blockquote{
    font-size: 38px;
    line-height: 1.26;
    margin: 0 0 0 -106px;
    padding: 0 0 0 35px;
    width: 980px;
    background-position: 0 13px;
  }
  .article-content ul{
    margin: 30px 0 30px 40px;
  }
  .article-content ul li{
    background-position: 0 12px;
  }
  .article-columnLeft p{
    float: left;
  }
  .article-columnRight{
    width: 380px;
    float: right;
    margin: 0 0 20px 30px;
  }
  .contact-form input,
  .contact-form textarea{
    width: 70% !important;
  }
  .videoSeries{
    margin-bottom: 0;
  }
  .videoSeries-description,
  .feministFrequencyRadio-description {
    padding: 0 150px;
  }
  .post-featured-image{
    height: 460px;
  }
  .post-featured-image--none{
    height: 74px;
  }
  .ff-popup{
    -ms-flex: 0 1 40%;
        flex: 0 1 40%;
  }

.outer-flex-container {
	align-items: center;
	justify-content: center;
	align-content: center;
	position: fixed;
	top: 0; left: 0;
	background: rgba(0,0,0,0.5);
}
.inner-flex-container {
	background:white;
	max-height: 600px;
	max-width: 600px;
	overflow-x: scroll;
}

