/*!
	Theme Name: MTV Staying Alive 2015
	Theme URI: http://stayingalivefoundation.org
	Description: The Wordpress theme for the Staying Alive Foundation
	Version: 1.0
	Author: David Hooper
	Author URI: http://stayingalivefoundation.org
	Tags: MTV

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
}

body {
  font: 300 16px 'futura-pt-n3', 'futura-pt', Helvetica, Arial, sans-serif;
  color: #4d4d4d;
  height: 100%;
}

.lt-ie9 body, .lt-ie9 .header {
  min-width: 1190px;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  vertical-align: bottom;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

ul, li {
  padding: 0;
  list-style: none;
  margin: 0;
}

h1 {
  text-transform: uppercase;
  margin: 0;
}

h2, .bold_header {
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  font-weight: 700;
  line-height: 120%;
  font-family: "futura-pt-n7", "futura-pt";
}

h6 {
  margin: 0;
}

strong {
  font-family: "futura-pt-n7", "futura-pt";
}

/* TEXT SIZES */
.homepage_large {
  font-weight: 300;
  font-size: 42px;
  line-height: 110%;
  font-family: "futura-pt-n3", "futura-pt";
}

h6, .large_copy {
  font-weight: 300;
  font-family: "futura-pt-n3", "futura-pt";
  font-size: 36px;
  line-height: 100%;
}

.medium_copy {
  font-weight: 300;
  font-family: "futura-pt-n3", "futura-pt";
  font-size: 23px;
  line-height: 110%;
}

.standard {
  font-weight: 300;
  font-family: "futura-pt-n3", "futura-pt";
  font-size: 26px;
  line-height: 110%;
}

.super_bold {
  font-size: 64px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  font-family: "futura-pt-n7", "futura-pt";
}

.medium_bold {
  font-size: 32px;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  line-height: 105%;
}

.cta_button {
  display: inline-block;
  background-color: white;
  height: 60px;
  text-transform: uppercase;
  padding: 15px 20px 0px 20px;
  font-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

button:hover {
  opacity: .85;
}

select:focus, button:focus {
  outline-width: 0;
}

.full_width {
  width: 100%;
}

.full_width_image {
  width: 100%;
}
.full_width_image img {
  width: 100%;
}

.two_thirds {
  float: left;
  width: 66.4%;
  padding-right: 5%;
}

.aside_title {
  font-size: 35px;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  color: #a11a5c;
  padding-bottom: 45px;
  margin-bottom: 60px;
  background-image: url("img/mini_flourish_magenta.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

a.social_button {
  display: block;
  color: white;
  height: 33px;
  width: 33px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 33px 33px;
  background-position: center;
}

a.social_facebook {
  background-image: url("img/saf_nav-fb.svg");
  margin-left: 0;
}

.lt-ie9 a.social_facebook {
  background-image: url("img/saf_nav-fb.png");
}

a.social_youtube {
  background-image: url("img/saf_nav-youtube.svg");
}

.lt-ie9 a.social_youtube {
  background-image: url("img/saf_nav-youtube.png");
}

a.social_twitter {
  background-image: url("img/saf_nav-twitter.svg");
}

.lt-ie9 a.social_twitter {
  background-image: url("img/saf_nav-twitter.png");
}

a.social_instagram {
  background-image: url("img/saf_nav-insta.svg");
}

.lt-ie9 a.social_instagram {
  background-image: url("img/saf_nav-insta.png");
}

a.social_black {
  display: block;
  color: white;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center;
  float: left;
  margin-right: 20px;
}

a.social_black:hover {
  opacity: .85;
}

a.facebook_black {
  background-image: url("img/saf_nav-facebook_black.svg");
  margin-left: 0;
}

.lt-ie9 a.facebook_black {
  background-image: url("img/saf_nav-facebook_black.png");
}

a.youtube_black {
  background-image: url("img/saf_nav-youtube_black.svg");
}

.lt-ie9 a.youtube_black {
  background-image: url("img/saf_nav-youtube_black.png");
}

a.twitter_black {
  background-image: url("img/saf_nav-twitter_black.svg");
}

.lt-ie9 a.twitter_black {
  background-image: url("img/saf_nav-twitter_black.png");
}

a.instagram_black {
  background-image: url("img/saf_nav-insta_black.svg");
}

.lt-ie9 a.instagram_black {
  background-image: url("img/saf_nav-insta_black.png");
}

.video_play_button {
  cursor: pointer;
  background-image: url("img/play_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_play_button:hover {
  opacity: .9;
}

section.heading {
  text-align: center;
}

#imap1message, #imap2message, #imap4message {
  position: absolute;
  bottom: 50px;
}

.google-visualization-tooltip {
  border: solid 1px #000 !important;
  background-color: yellow !important;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  font-size: 12px;
  padding: 0px;
  margin: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

.fbFeedbackContent .composer {
  border-width: 0 !important;
  border: none !important;
}

/* THUMBNAILS GENERIC */
.thumb_all_text {
  padding: 50px 50px 50px 50px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}

.thumb_all_text:hover {
  opacity: .9;
}

.thumb_text_big {
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  text-align: left;
}

.thumb_text_small {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  text-align: left;
  margin-bottom: 12px;
}

section.blog_thumbs {
  background-color: #f2f2f2;
  padding-top: 120px;
  text-align: center;
  padding-bottom: 80px;
}

.blog_thumbs h2 {
  background-image: url("img/flourish_purple.png");
  color: #a11a5c;
  margin-bottom: 60px;
}

li.free_column {
  position: relative;
  width: 33.33%;
  float: left;
  height: 0;
  padding-bottom: 33.33%;
}

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

.blog_thumbs a.overlay {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/blog_promo_overlay.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

/* VIDEO WRAPPER */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

/* ICONS */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?z5ds32");
  src: url("fonts/icomoon.eot?#iefixz5ds32") format("embedded-opentype"), url("fonts/icomoon.woff?z5ds32") format("woff"), url("fonts/icomoon.ttf?z5ds32") format("truetype"), url("fonts/icomoon.svg?z5ds32#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  font-size: 72px;
}

.icon-saf-icons-01:before {
  content: "\e600";
}

.icon-saf-icons-02:before {
  content: "\e601";
}

.icon-saf-icons-03:before {
  content: "\e602";
}

.icon-saf-icons-04:before {
  content: "\e603";
}

.icon-saf-icons-05:before {
  content: "\e604";
}

.icon-saf-icons-06:before {
  content: "\e605";
}

.icon-saf-icons-07:before {
  content: "\e606";
}

.icon-saf-icons-08:before {
  content: "\e607";
}

.icon-saf-icons-09:before {
  content: "\e608";
}

.icon-saf-icons-10:before {
  content: "\e609";
}

.icon-saf-icons-11:before {
  content: "\e60a";
}

.icon-saf-icons-12:before {
  content: "\e60b";
}

.icon-saf-icons-13:before {
  content: "\e60c";
}

.icon-saf-icons-14:before {
  content: "\e60d";
}

.icon-saf-icons-15:before {
  content: "\e60e";
}

.icon-saf-icons-16:before {
  content: "\e60f";
}

.icon-saf-icons-17:before {
  content: "\e610";
}

.icon-saf-icons-18:before {
  content: "\e611";
}

.icon-saf-icons-19:before {
  content: "\e612";
}

.icon-saf-icons-20:before {
  content: "\e613";
}

.icon-saf-icons-21:before {
  content: "\e614";
}

.icon-saf-icons-22:before {
  content: "\e615";
}

.icon-saf-icons-23:before {
  content: "\e616";
}

.icon-saf-icons-25:before {
  content: "\e617";
}

.icon-saf-icons-26:before {
  content: "\e618";
}

.icon-saf-icons-27:before {
  content: "\e619";
}

.icon-saf-icons-28:before {
  content: "\e61a";
}

.icon-saf-icons-29:before {
  content: "\e61b";
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media screen and (min-width: 320px) and (max-width: 1280px) {
  .homepage_large {
    font-size: 36px;
  }

  .standard {
    font-size: 24px;
  }

  .cta_button {
    height: 52px;
    padding-top: 12px;
  }

  .super_bold {
    font-size: 56px;
  }

  .medium_copy {
    font-size: 21px;
  }

  .thumb_all_text {
    padding: 40px 40px 40px 40px;
  }

  .thumb_text_big {
    font-size: 32px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1140px) {
  .homepage_large {
    font-size: 32px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .homepage_large {
    font-size: 28px;
  }

  .standard {
    font-size: 22px;
  }

  .large_copy {
    font-size: 32px;
  }

  .cta_button {
    height: 44px;
    font-size: 20px;
    padding-top: 9px;
  }

  h2, .bold_header {
    font-size: 24px;
  }

  .super_bold {
    font-size: 48px;
  }

  .thumb_all_text {
    padding: 32px 32px 32px 32px;
  }

  .thumb_text_big {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 900px) {
  .homepage_large {
    font-size: 26px;
  }

  .cta_button {
    height: 38px;
    font-size: 18px;
    padding-top: 7px;
  }

  h2, .bold_header {
    font-size: 23px;
  }

  .super_bold {
    font-size: 48px;
  }

  .large_copy {
    font-size: 28px;
  }

  .medium_copy {
    font-size: 20px;
  }

  .aside_title {
    font-size: 28px;
    padding-bottom: 36px;
    margin-bottom: 40px;
  }

  .thumb_all_text {
    padding: 24px 24px 24px 24px;
  }

  .thumb_text_big {
    font-size: 24px;
  }

  .thumb_text_small {
    font-size: 16px;
    margin-bottom: 6px;
  }

  section.blog_thumbs {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 320px) and (max-width: 830px) {
  .large_copy {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .homepage_large {
    font-size: 24px;
  }

  .cta_button {
    height: 34px;
    font-size: 16px;
    padding-top: 7px;
  }

  h2, .bold_header {
    font-size: 21px;
  }

  .super_bold {
    font-size: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 730px) {
  li.free_column {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 0;
  }

  .thumb_all_text {
    padding: 20px 20px 20px 20px;
  }

  .thumb_text_big {
    font-size: 32px;
  }

  .thumb_text_small {
    font-size: 16px;
  }

  .cta_button {
    height: 44px;
    font-size: 20px;
    padding-top: 9px;
  }

  .medium_bold {
    font-size: 24px;
  }

  section.blog_thumbs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* menu minify waypoint */
#menu_minify_waypoint {
  position: absolute;
  top: 300px;
}

#mobile_donate_waypoint {
  position: absolute;
  top: 600px;
}

/* wrapper */
.wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
}

/* header */
.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 85px;
  background-color: #f2f2f2;
  -webkit-transition: height .2s;
  /* For Safari 3.1 to 6.0 */
  transition: height .2s;
}

.inner {
  margin: 0 auto;
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
}

main {
  background: #f2f2f2;
  padding-bottom: 500px;
  -webkit-transition: padding-top .1s;
  /* For Safari 3.1 to 6.0 */
  transition: padding-top .1s;
  /* height of footer */
}

/* logo */
.logo {
  width: 250px;
  background: white;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left .2s;
  /* For Safari 3.1 to 6.0 */
  transition: left .2s;
  z-index: 11;
}

a .sa_logo {
  margin-top: 20px;
  margin-left: 18px;
}

.sa_logo {
  width: 208px;
  height: 41px;
}

.mini_logo, .mini_logo_compact {
  position: absolute;
  display: table;
  height: 100%;
  left: -102px;
  right: 0;
  width: 102px;
  background-color: #00aad7;
  -webkit-transition: left .2s;
  /* For Safari 3.1 to 6.0 */
  transition: left .2s;
  transition-delay: .2s;
  z-index: 10;
}
.mini_logo a, .mini_logo_compact a {
  display: table-cell;
  vertical-align: middle;
}

.mini_logo_compact {
  left: 0;
}

.sa_mini_logo {
  margin-left: 13px;
  width: 75px;
  height: 29px;
}

/* nav */
.nav > ul {
  /*
  	max-height:100%;
  	min-height:100%;
  */
}

.nav {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  height: 100%;
  -webkit-transition: left .2s;
  /* For Safari 3.1 to 6.0 */
  transition: left .2s;
}
.nav ul {
  float: right;
  height: 100%;
}
.nav ul li {
  position: relative;
  display: table;
  height: 100%;
  float: left;
  padding-left: 36px;
  /*	margin-left:36px;*/
}
.nav ul li a {
  display: table-cell;
  vertical-align: middle;
}
.nav ul li a:hover {
  color: black;
}

.nav_about.current_page_item a, .nav_about.current_page_ancestor a {
  background-image: url("img/menu_flourish_what.png");
  background-repeat: no-repeat;
  background-position: center 62px;
}

.nav_campaigns.current_page_item a, .nav_campaigns.current_page_ancestor a {
  background-image: url("img/menu_flourish_yellow.png");
  background-repeat: no-repeat;
  background-position: center 62px;
}

.nav_blog.current_page_item a, body.single-post .nav_blog a {
  background-image: url("img/menu_flourish_purple.png");
  background-repeat: no-repeat;
  background-position: center 62px;
}

.nav_tv.current_page_item a {
  background-image: url("img/menu_flourish_green.png");
  background-repeat: no-repeat;
  background-position: center 62px;
}

.nav_projects.current_page_item a, .nav_projects.current_page_ancestor a {
  background-image: url("img/menu_flourish_red.png");
  background-repeat: no-repeat;
  background-position: center 62px;
}

#subnav_bg {
  background-color: red;
  position: absolute;
  height: 0px;
  top: 85px;
  width: 100%;
  background-color: #333;
  -webkit-transition: height .1s;
  /* For Safari 3.1 to 6.0 */
  transition: height .1s;
}

li ul.sub-menu {
  width: 1000px;
  /*opacity:0;*/
  filter: alpha(opacity=0);
  opacity: 0;
  height: 50px;
  color: white;
  position: absolute;
  left: -2000px;
  top: 85px;
  -webkit-transition: opacity .2s;
  /* For Safari 3.1 to 6.0 */
  transition: opacity .2s;
  -webkit-transition: top .2s;
  /* For Safari 3.1 to 6.0 */
  transition: top .2s;
  -webkit-transition: padding-left .2s;
  /* For Safari 3.1 to 6.0 */
  transition: padding-left .2s;
}
li ul.sub-menu a {
  color: white;
}
li ul.sub-menu a:hover {
  color: #ccc;
}

#nav_spacer {
  float: left;
  width: 250px;
  height: 100%;
  -webkit-transition: width .2s;
  /* For Safari 3.1 to 6.0 */
  transition: width .2s;
}

#header_search {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 480px;
  height: 100%;
  width: 84px;
  background-image: url("img/saf_icon-search.svg");
  background-size: 33px 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.lt-ie9 #header_search {
  background-image: url("img/saf_icon-search.png");
}

.social {
  position: absolute;
  top: 0;
  right: 240px;
  height: 100%;
  width: 230px;
  background-color: #4d4d4d;
  padding-left: 34px;
}

.social ul {
  height: 100%;
}
.social li {
  margin-left: 10px;
  float: left;
  width: 33px;
  height: 100%;
}
.social li:first-child {
  margin-left: 0;
}
.social a {
  margin-top: 24px;
  display: inline-block;
  width: 33px;
  height: 33px;
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
}
.social a:hover {
  opacity: .85;
}

#donate_now, #donate_compact {
  display: block;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  font-size: 25px;
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #00aad7;
  background-image: url("img/saf_icon-donate.svg");
  background-size: 21px 21px;
  background-position: center 25%;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding-top: 35px;
  -webkit-transition: background-position .2s, padding-left .2s, padding-top .2s;
  /* For Safari 3.1 to 6.0 */
  transition: background-position .2s, padding-left .2s, padding-top .2s;
}

#donate_now:hover, #donate_compact:hover {
  color: rgba(255, 255, 255, 0.85);
}

.lt-ie9 #donate_now, .lt-ie9 #donate_compact {
  background-image: url("img/saf_icon-donate.png");
}

#donate_compact {
  display: none;
  position: absolute;
  width: 120px;
}

#mobile_menu_icon {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 40px;
  height: 40px;
  background-image: url("img/mobile_menu.svg");
  z-index: 60;
  display: none;
}

/* search */
#search {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 85px;
  left: 0;
  z-index: 999;
  padding-top: 30px;
  font-size: 28px;
  -webkit-transition: top .2s;
  /* For Safari 3.1 to 6.0 */
  transition: top .2s;
  overflow: auto;
  padding-bottom: 50px;
}
#search .cta_button {
  cursor: pointer;
  margin-top: 25px;
  background: #00aad7;
  color: white;
}
#search .cta_button:hover {
  background-color: #0092b8;
}
#search input#search_q {
  margin-top: 0px;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  color: #4d4d4d;
}
#search .inner {
  position: relative;
}
#search .single_search_result a:hover {
  color: black;
}
#search .single_search_result .search_cat {
  font-weight: 500;
}
#search #search_close {
  cursor: pointer;
  position: absolute;
  width: 19px;
  height: 19px;
  top: 0;
  right: 20px;
  background-image: url("img/search_close.png");
}
#search #search_spinner {
  display: none;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 160px;
  left: 20px;
  background-image: url("img/search_spinner.gif");
}
#search #search_close:hover {
  opacity: .6;
}

.lt-ie9 #search {
  background-image: url("img/ie_search_bground.png");
}

main {
  padding-top: 85px;
}

/* sidebar */
/* footer */
.footer {
  padding: 90px 0 90px 0;
  line-height: 110%;
  background-color: #333;
  color: white;
  position: absolute;
  bottom: 0;
  min-width: 100%;
  height: 500px;
}
.footer .menus {
  background-image: url("img/menu_line.png");
}
.footer .horiz_line {
  width: 100%;
  height: 1px;
  background-color: #666;
  margin-bottom: 18px;
}
.footer .menu {
  width: 25%;
  padding-right: 3%;
  float: left;
  height: 175px;
}
.footer .title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  margin-bottom: 14px;
}
.footer .address {
  float: left;
  width: 25%;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #ddd;
}
.footer .footer_social {
  width: 50%;
  float: right;
}
.footer .footer_social_left {
  float: left;
  width: 50%;
}
.footer .footer_social_right {
  float: right;
  width: 50%;
}
.footer .smallcaps {
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 13px;
}
.footer .newsletter {
  width: 100%;
  margin-top: 12px;
}
.footer .newsletter .text {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 68.5%;
  height: 25px;
  margin: 0;
  border-radius: 0;
}
.footer .newsletter .sprite.butt {
  width: 31.5%;
  float: right;
  background-color: #29abe2;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  height: 25px;
  margin: 0;
  border-radius: 0;
}

@media screen and (min-width: 320px) and (max-width: 1330px) {
  #header_now {
    display: none;
  }

  #donate_now {
    width: 180px;
  }

  .social {
    right: 180px;
  }

  #header_search {
    right: 410px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1250px) {
  #donate_now {
    display: none;
  }

  #donate_compact {
    display: block;
  }

  .social {
    right: 120px;
  }

  #header_search {
    right: 350px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1190px) {
  .nav ul li {
    padding-left: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1090px) {
  .social {
    width: 184px;
    padding-left: 17px;
  }
  .social li {
    margin-left: 6px;
  }

  #header_search {
    right: 300px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1040px) {
  .mini_logo, .logo {
    display: none;
  }

  #nav_spacer {
    max-width: 112px;
  }

  .mini_logo_compact {
    display: table;
  }

  #search {
    font-size: 24px;
  }
  #search input#search_q {
    font-size: 50px;
  }
  #search #search_spinner {
    top: 110px;
  }
}
@media screen and (min-width: 320px) and (max-width: 900px) {
  main {
    padding-bottom: 630px;
    /* height of footer */
  }

  #donate_compact {
    width: 100px;
  }

  .social {
    right: 100px;
    width: 176px;
    padding-left: 13px;
  }
  .social li {
    margin-left: 6px;
  }

  #nav_spacer {
    max-width: 100px;
  }

  #header_search {
    right: 260px;
  }

  .footer {
    height: 630px;
  }
  .footer .menu {
    width: 24%;
  }
  .footer .address {
    width: 48%;
  }
  .footer .footer_social {
    width: 100%;
    margin-top: 50px;
  }
  .footer .footer_social_left {
    float: left;
    width: 48%;
  }
  .footer .footer_social_right {
    float: left;
    width: 48%;
  }
}
@media screen and (min-width: 320px) and (max-width: 850px) {
  .nav a {
    font-size: 14px;
  }

  .social {
    right: 100px;
    width: 166px;
    padding-left: 10px;
  }
  .social li {
    margin-left: 5px;
  }

  #header_search {
    right: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  .nav a {
    font-size: 12px;
  }

  #header_search {
    right: 250px;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  #header_search {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 730px) {
  /* header mobile */
  .header {
    position: static;
    height: auto !important;
  }
  .header #header_search, .header #subnav_bg {
    display: none;
  }
  .header .nav {
    position: static;
  }
  .header .nav ul {
    overflow: hidden;
    text-align: center;
    margin-top: 46px;
    float: none;
    height: 0;
    -webkit-transition: height .2s;
    /* For Safari 3.1 to 6.0 */
    transition: height .2s;
  }
  .header .nav ul li {
    float: none;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    padding-left: 0;
  }
  .header .nav a {
    font-size: 24px;
  }
  .header .mini_logo, .header .logo {
    display: none;
  }
  .header #nav_spacer {
    display: none;
  }
  .header .social, .header a#donate_compact {
    height: 46px !important;
  }
  .header .social {
    display: none;
    background: #00aad7;
    top: 46px;
    right: 0px;
    width: 60%;
  }
  .header .social_button {
    margin-top: 5px !important;
  }
  .header a#donate_compact {
    width: 100%;
    background-image: none;
    top: initial;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    padding-top: 4px !important;
    border-bottom: 1px solid #4d4d4d;
    transition: bottom .3s;
  }
  .header .sub-menu {
    display: none;
  }
  .header .mini_logo_compact {
    width: 100%;
    z-index: 0;
    top: 0;
    height: 46px;
  }
  .header #mobile_menu_icon {
    display: block;
    top: 2px;
  }

  .page-template-page-donate .header a#donate_compact {
    display: none;
  }

  /* main mobile */
  main {
    padding: 0 !important;
  }

  /* footer mobile */
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
    position: static;
    height: auto;
  }
  .footer .menus {
    background: none;
  }
  .footer .menu {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .footer .menu li.title {
    padding-bottom: 4px;
    border-bottom: 1px solid #595959;
  }
  .footer .newsletter .sprite.butt {
    float: none;
    width: 100%;
    height: 35px;
  }
  .footer .newsletter .text {
    float: none;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
  }
  .footer .address, .footer .footer_social_left, .footer .footer_social_right {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .footer .footer_social_right {
    margin-bottom: 10px;
  }
  .footer .footer_social {
    margin-top: 0;
  }
}
/* SLIDER */
.slide_section_wrapper {
  width: 100%;
  padding-bottom: 46.87%;
  background-color: black;
  position: relative;
}

/* slider */
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0%;
  bottom: 40px;
  width: 100%;
  height: 20px;
  background: none;
  margin: 0 auto;
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

/* royal slider */
#full-width-slider {
  background: black;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*   min-width:1230px;*/
  overflow: hidden;
}

.rsContent, .image_holder {
  /*    min-width:1230px;*/
  width: 100%;
  height: 100%;
  position: relative;
}

.royalSlider > .rsContent {
  visibility: hidden;
  /* or display:none depending on your needs... */
}

.infoBlock {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  display: table;
}

.lt-ie9 .infoBlock {
  background-image: url("img/ie9_dark.png");
}

.rsContent img {
  width: 100%;
}

.slider_info_wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.slide-info {
  display: table-cell;
  vertical-align: middle;
}

a.slide_headline {
  display: block;
  color: white;
  padding-left: 15%;
  padding-right: 15%;
  margin-bottom: 20px;
}

a.slide_headline:hover {
  color: #ddd;
}

.slide_second_line {
  display: block;
  color: white;
  font-weight: 300;
  font-family: "futura-pt-n3", "futura-pt";
  font-size: 44px;
  background-image: url("img/saf_down-triangle.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
  line-height: 100%;
}

.lt-ie9 .slide_second_line {
  background-image: url("img/saf_down-triangle.png");
}

.slide_second_line:hover {
  /*color: #ddd;	*/
}

.rsDefault .rsArrowIcn {
  width: 30px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("img/slider-arrows@2x.png");
  background-repeat: no-repeat;
  background-size: 30px 100px;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: 0px 0px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: 0px -50px;
}

.rsDefault .rsArrowIcn:hover {
  background-color: transparent;
  opacity: .7;
}

/* STATS BOX */
section.stats_box {
  padding-top: 125px;
  background-color: #f3be1f;
  text-align: center;
  padding-bottom: 120px;
}
section.stats_box h2 {
  color: white;
  background-image: url("img/flourish_white.png");
  margin-bottom: 90px;
}
section.stats_box .third_column {
  padding-top: 0px;
}
section.stats_box .super_bold {
  margin-top: 33px;
  margin-bottom: 22px;
  text-transform: inherit;
}

/* STATS QUAD */
section.stats_quad {
  color: #4d4d4d;
  background-color: #f2f2f2;
  padding-top: 0px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
}
section.stats_quad .quad_column {
  float: left;
  padding-top: 0px;
  width: 25%;
}
section.stats_quad .super_bold {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 22px;
}
section.stats_quad .medium_copy {
  width: 90%;
  margin: 0 auto;
}

/* INTRODUCTORY (projects, campaigns single pages) */
section.introductory {
  padding: 70px 0 70px 0;
  background-color: white;
}
section.introductory h2 {
  color: #4d4d4d;
  padding-bottom: 60px;
}
section.introductory .large_copy {
  margin-bottom: 50px;
}
section.introductory .two_thirds {
  border-right: #dfdfdf 2px solid;
}
section.introductory aside {
  width: 33.6%;
  padding-left: 5%;
  float: right;
}

/* DONATE quad */
section.donate_quad {
  padding-top: 70px;
  padding-bottom: 95px;
  background-color: #f2f2f2;
  text-align: center;
}
section.donate_quad h2 {
  margin-bottom: 50px;
}
section.donate_quad ul {
  width: 100%;
}
section.donate_quad li {
  display: table-cell;
  background-size: 100px 100px;
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  width: 25%;
  border-right: 1px solid #dfdfdf;
  color: white;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  padding-top: 25px;
  font-size: 36px;
}
section.donate_quad li a {
  color: white;
}
section.donate_quad li.last {
  border: none;
}
section.donate_quad li.yellow {
  background-image: url("img/circle_yellow.svg");
}
section.donate_quad li.red {
  background-image: url("img/circle_red.svg");
}
section.donate_quad li.blue {
  background-image: url("img/circle_blue.svg");
}
section.donate_quad li.purple {
  background-image: url("img/circle_purple.svg");
}
section.donate_quad li.white {
  background-image: url("img/circle_donate.svg");
}
section.donate_quad .desc {
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 65px;
  font-weight: 100;
  margin: 0 auto;
  width: 50%;
}

/* FULL WIDTH PROMO (image one side, text the other) */
section.full_width_promo {
  position: relative;
  color: white;
}

.full_width_promo_wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 43.75%;
}

.full_width_promo img {
  width: 50%;
}

.full_width_promo .large_promo_text {
  width: 50%;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-color: white;
  text-align: center;
  color: #4d4d4d;
}

.full_width_promo .large_promo_text.right {
  left: 50%;
  right: 0%;
}

.full_width_promo a.cta_button {
  background-color: #f3be1f;
  color: white;
}

.full_width_promo h2 {
  background-image: url("img/flourish_campaigns.png");
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.full_width_promo .medium_copy {
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.under_bold.medium_copy {
  max-width: 85%;
  margin: 0 auto;
  background-image: url("img/flourish_campaigns.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 40px;
  margin-bottom: 50px;
  margin-top: 8px;
}

/* VIDEO */
.video_section_wrapper {
  position: relative;
  padding-bottom: 28.125%;
  /* 16:9 */
  height: 0;
}

section.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.video h2 {
  background-image: url("img/flourish_yellow.png");
  color: #f3be1f;
  margin-bottom: 35px;
}

.video_half {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}
.video_half iframe {
  width: 100%;
  height: 100%;
}

.video.left .video_half {
  float: right;
}

.video_half img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.video_text_half {
  float: right;
  width: 50%;
  height: 100%;
  background-color: white;
}

.video.left .video_text_half {
  float: left;
}

.video_text_wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}

.video_text_content {
  vertical-align: middle;
  display: table-cell;
  padding-left: 30px;
  padding-right: 30px;
}
.video_text_content .large_copy, .video_text_content .medium_copy {
  width: 50%;
  margin: 0 auto;
}

/* OTHER THINGS */
section.other_things.blog_thumbs {
  padding-bottom: 0;
  padding-top: 90px;
}
section.other_things.blog_thumbs .all_columns {
  background-color: #777;
}
section.other_things.blog_thumbs h2 {
  text-transform: inherit;
}

/* QUOTED TWEET */
section.quoted_tweet {
  padding: 100px 0 110px 0;
  background-color: #f3be1f;
  text-align: center;
}
section.quoted_tweet .twitter_quote {
  padding-top: 60px;
  background-image: url("img/saf_tweet_black.svg");
  background-size: 41px 33px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
section.quoted_tweet .cta_button {
  color: #f3be1f;
  margin-top: 30px;
}

/* QUOTED TWEETS */
section.quoted_tweets {
  padding: 100px 0 100px 0;
  height: 410px;
  background-color: #f3be1f;
  text-align: center;
  overflow: hidden;
}
section.quoted_tweets .quoted_tweet_holder {
  position: relative;
  height: 240px;
}
section.quoted_tweets .twitter_quote {
  position: absolute;
  padding-top: 60px;
  background-image: url("img/saf_tweet_black.svg");
  background-size: 41px 33px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 500px;
}
section.quoted_tweets .twitter_quote {
  background-image: url("img/saf_tweet_black.png");
}
section.quoted_tweets .twitter_quote a {
  color: white;
}
section.quoted_tweets .twitter_quote a:hover {
  opacity: .8;
}
section.quoted_tweets .tweet1 {
  top: 0px;
}
section.quoted_tweets .cta_button {
  color: #f3be1f;
  margin-top: 30px;
}

/* TOP STATIC IMAGE */
section.top_static_image {
  position: relative;
}
section.top_static_image img {
  width: 100%;
}
section.top_static_image h1 {
  margin-bottom: 20px;
}
section.top_static_image .top_static_image_wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 46.9%;
  position: relative;
}
section.top_static_image .top_static_image_overlay {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
section.top_static_image .top_static_image_info_wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
section.top_static_image .top_static_image_info {
  display: table-cell;
  vertical-align: middle;
}

.lt-ie9 section.top_static_image .top_static_image_overlay {
  background-image: url("img/ie9_dark.png");
}

@media screen and (min-width: 320px) and (max-width: 1280px) {
  /* full width promo */
  section.full_width_promo .medium_copy {
    max-width: inherit;
    margin-bottom: 30px;
  }

  .video_text_content .large_copy, .video_text_content .medium_copy {
    width: 70%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  /* slider */
  .slide_headline {
    font-size: 48px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .slide_second_line {
    font-size: 32px;
  }

  .video_text_content .large_copy, .video_text_content .medium_copy {
    width: 80%;
  }

  section.stats_box {
    padding-top: 95px;
    padding-bottom: 90px;
  }
  section.stats_box h2 {
    margin-bottom: 0px;
  }
  section.stats_box .third_column {
    padding-top: 75px;
  }

  /* full width promo */
  section.full_width_promo h2 {
    margin-bottom: 20px;
  }
  section.full_width_promo .under_bold.medium_copy {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  section.quoted_tweets {
    padding: 50px 0 50px 0;
    height: 270px;
  }
}
@media screen and (min-width: 320px) and (max-width: 900px) {
  /* slider */
  .slide_second_line {
    background-image: none;
    width: 80%;
    padding-bottom: 34px;
  }

  /* full width promo */
  section.full_width_promo .medium_copy {
    margin-bottom: 20px;
  }
  section.full_width_promo .under_bold.medium_copy {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section.full_width_promo h2 {
    margin-bottom: 16px;
  }

  section.quoted_tweets .twitter_quote {
    width: 95%;
  }

  section.stats_box {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  section.other_things.blog_thumbs {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  section.stats_box .third_column {
    padding-top: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 840px) {
  section.full_width_promo .under_bold.medium_copy {
    padding-bottom: 14px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  section.full_width_promo h2 {
    margin-bottom: 10px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .slide_headline {
    font-size: 40px;
  }

  .slide_second_line {
    font-size: 28px;
    width: 80%;
  }
}
@media screen and (min-width: 320px) and (max-width: 730px) {
  /* royal slider mobile */
  .slide-info {
    display: table-cell;
    vertical-align: middle;
  }

  .slide_headline {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10px;
  }

  .slide_second_line {
    padding-bottom: 20px;
  }

  .rsDefault .rsArrowIcn {
    display: none;
  }

  /* video section mobile */
  section.video {
    position: static;
  }

  .video_section_wrapper {
    position: static;
    padding-bottom: 0;
    height: auto;
    width: 100%;
  }

  .video.left .video_half, .video.right .video_half, .video.left .video_text_half, .video.right .video_text_half {
    width: 100%;
    float: none;
  }

  .video_half {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    float: none;
  }
  .video_half iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .video_text_half {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* stats box mobile */
  section.stats_box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.stats_box h2 {
    margin-bottom: 40px;
  }
  section.stats_box .third_column {
    padding-top: 0px;
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  section.stats_box .super_bold {
    margin-top: 33px;
    margin-bottom: 12px;
    text-transform: inherit;
  }

  /* stats quad mobile */
  section.stats_quad {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section.stats_quad .quad_column {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  section.stats_quad .super_bold {
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 22px;
  }

  /* other_things mobile */
  section.other_things.blog_thumbs {
    padding-top: 50px;
  }

  /* full width promo mobile */
  .full_width_promo .full_width_promo_wrapper {
    height: auto;
    padding: 0;
  }
  .full_width_promo img {
    width: 100%;
  }
  .full_width_promo .large_promo_text {
    width: 100%;
    position: static;
  }

  section.introductory .two_thirds {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
    border: none;
  }
  section.introductory aside {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .slide_headline, a.slide_headline {
    font-size: 32px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide_second_line {
    display: none;
  }

  .rsDefault .rsBullets {
    bottom: 10px;
  }

  section.quoted_tweets {
    padding: 50px 0 50px 0;
    height: 300px;
  }

  section.top_static_image h1 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  section.quoted_tweets {
    height: 340px;
  }
}
/* HOMEPAGE */
/* generic homepage */
.third_column {
  background-position: top center, right 64px;
  background-repeat: no-repeat;
  width: 33.3%;
  float: left;
}

.lt-ie9 .third_column {
  background-position: top center;
}

section h2 {
  padding-bottom: 35px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* MISSION BOX */
section.mission_box {
  background-color: #f2f2f2;
  text-align: center;
  padding: 115px 0 135px 0;
}

.mission_box h2 {
  color: #d60a54;
  background-image: url("img/flourish_pink.png");
  margin-bottom: 30px;
}

.mission_box .homepage_large {
  max-width: 880px;
  margin: 0 auto 80px auto;
}

.mission_box .third_column {
  padding-top: 180px;
  background-image: auto;
}

.mission_box .third_column.raise {
  background-image: url("img/saf_illo-money.svg"), url("img/grey_right_arrow.png");
}

.lt-ie9 .mission_box .third_column.raise {
  background-image: url("img/saf_illo-money.png");
}

.mission_box .third_column.awards {
  background-image: url("img/saf_illo-globe.svg"), url("img/grey_right_arrow.png");
}

.lt-ie9 .mission_box .third_column.awards {
  background-image: url("img/saf_illo-globe.png");
}

.mission_box .third_column.produce {
  background-image: url("img/saf_illo-laptop.svg");
}

.lt-ie9 .mission_box .third_column.produce {
  background-image: url("img/saf_illo-laptop.png");
}

.mission_box .title {
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 16px;
  line-height: 110%;
}

.mission_box .standard {
  padding-left: 15%;
  padding-right: 15%;
}

/* LARGE PROMO IMAGE */
section.large_promo_image {
  position: relative;
  color: white;
}

.large_promo_image img {
  width: 100%;
}

.large_promo_image .large_promo_text {
  width: 50%;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-color: black;
  text-align: center;
  /*padding-top:150px;
  padding-left:20px;
  padding-right:20px;*/
}

.lt-ie9 section.large_promo_image .large_promo_text {
  background-color: inherit;
  background-image: url("img/ie9_large_promo_bground.png");
}

.large_promo_image .large_promo_text.right {
  left: 50%;
  right: 0%;
}

.large_promo_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: table;
}

.large_promo_content {
  padding-left: 30px;
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
}

.large_promo_image h2 {
  background-image: url("img/flourish_white.png");
  margin-bottom: 35px;
}

.large_promo_image .large_copy {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 50px;
}

/* CALL TO ACTION BOX */
section.home_cta {
  color: #f3be1f;
  padding: 100px 0 100px 0;
  background-color: #4d4d4d;
  text-align: center;
}
section.home_cta .large_copy {
  max-width: 600px;
  margin: 0 auto 46px auto;
}
section.home_cta .cta_button {
  background-color: #f3be1f;
  color: #4d4d4d;
}

/* HOMEPAGE BLOG SECTION */
.home .blog_thumbs .all_columns {
  margin-bottom: 65px;
}

.home .blog_thumbs .cta_button {
  background-color: #a11a5c;
  color: white;
}

/* BOTTOM LARGE PROMO */
.cta_button.bottom_large_promo {
  color: white;
  background-color: #00aad7;
}

/* MAP */
section.homepage_map_intro {
  top: 0px;
  width: 100%;
  z-index: 1;
  position: absolute;
  text-align: center;
  background-color: #00aad7;
  color: white;
  padding-top: 50px;
}

section.homepage_map_intro h2 {
  padding-bottom: 30px;
}

section.homepage_map_intro .large_copy {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 40px;
}

section.homepage_map {
  position: relative;
  background: #ccc;
  padding-bottom: 80px;
}

section.homepage_map .inner.alt {
  padding-top: 130px;
}

@media screen and (min-width: 320px) and (max-width: 1280px) {
  .large_promo_image h2 {
    margin-bottom: 20px;
  }

  section h2 {
    padding-bottom: 28px;
  }

  .large_promo_image .large_copy {
    margin-bottom: 36px;
  }

  .homepage_blog .overlay a {
    font-size: 32px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .large_promo_image .large_copy {
    margin-bottom: 28px;
  }

  section.mission_box {
    padding: 85px 0 105px 0;
  }

  .mission_box .large_copy {
    margin: 0 auto 50px auto;
  }

  section.homepage_blog {
    padding-top: 90px;
  }

  .homepage_blog .overlay a {
    font-size: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 900px) {
  section.homepage_map {
    padding-bottom: 50px;
  }

  .homepage_blog .overlay a {
    font-size: 24px;
  }

  .mission_box .homepage_large {
    margin: 0 auto 50px auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 830px) {
  section.mission_box {
    padding: 65px 0 65px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 730px) {
  .large_promo_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home .blog_thumbs .all_columns {
    margin-bottom: 50px;
  }

  .large_promo_image .large_promo_text.left, .large_promo_image .large_promo_text.right {
    width: 100%;
    position: static;
    text-align: center;
    float: none;
  }

  .large_promo_wrapper {
    position: static;
    height: auto;
    width: 100%;
  }

  section.home_cta, section.mission_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mission_box .third_column.raise {
    background-image: url("img/saf_illo-money.svg"), none;
  }

  .mission_box .third_column.awards {
    background-image: url("img/saf_illo-globe.svg"), none;
  }

  section.mission_box {
    padding-bottom: 20px;
  }

  .mission_box .homepage_large {
    margin-bottom: 40px;
  }

  section.homepage_map {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .mission_box .third_column {
    width: 100%;
    background-image: none none;
    margin-bottom: 50px;
  }
}
/* BLOG INDEX */
.blog section.blog_thumbs {
  padding-top: 30px;
  background-color: white;
}
.blog section.blog_thumbs #posts_holder li.free_column {
  opacity: 0;
}

button {
  background-color: red;
  border: none;
  height: 40px;
  text-transform: uppercase;
  color: white;
  padding: 0px 20px 0px 20px;
  font-weight: 700;
  font-family: "futura-pt-n7", "futura-pt";
}

button#sort_news {
  background-color: #008c85;
  margin-right: 6px;
}

button#sort_feature {
  background-color: #00aad7;
  margin-right: 6px;
}

button#sort_all {
  background-color: #f3be1f;
}

.blog_thumbs #filter_by {
  color: #4d4d4d;
  font-size: 18px;
  margin-right: 20px;
}

/*
.top_static_banner {
	position:relative;
	.slide_second_line {
		background:none;
	}
	img{
		width:100%;
	}
}
*/
.blog .all_columns {
  padding-top: 30px;
  padding-bottom: 55px;
}

.blog .cta_button {
  background-color: #a11a5c;
  color: white;
  width: 155px;
}

#blogs_load_more {
  background-image: url("img/spinner_blog.gif");
  background-position: -100px 0;
}

.blog .cta_button:hover {
  background-color: #ae1d64;
}

.blog .slide_second_line {
  background: none;
}

.blog section.other_things {
  padding-top: 90px;
  background-color: #f2f2f2;
}
.blog section.other_things .all_columns {
  padding-bottom: 0px;
  padding-top: 0;
}
.blog section.other_things h2 {
  color: #a11a5c;
  background-image: url("img/flourish_purple.png");
}

/* SINGLE BLOG POST */
#post_info {
  background-color: white;
  text-transform: uppercase;
  padding: 25px 0 25px 0;
  font-size: 18px;
}
#post_info .left {
  height: 50px;
  width: 66.4%;
  float: left;
}
#post_info .right {
  padding-top: 8px;
  height: 50px;
  float: right;
  width: 33.6%;
  padding-left: 5%;
}
#post_info span {
  padding-left: 20px;
  padding-right: 20px;
}
#post_info span.author {
  padding-left: 0;
}
#post_info #author_details {
  padding-top: 12px;
}
#post_info #share_twitter, #post_info #share_facebook {
  float: left;
  cursor: pointer;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  padding-left: 36px;
}
#post_info #share_twitter .box, #post_info #share_facebook .box {
  margin-left: 2px;
  padding-left: 6px;
  height: 100%;
  background-image: url("img/saf_share-border-left.svg");
  background-repeat: no-repeat;
}
#post_info #share_twitter {
  background-image: url("img/saf_share-tweet.svg");
}
#post_info #share_facebook {
  background-image: url("img/saf_share-fb.svg");
  margin-right: 22px;
}
#post_info .wabtn_container {
  float: left;
  border: none;
  width: 36px;
  height: 36px;
  padding-top: 0;
  margin-top: 0;
  background: none;
  margin-left: 22px;
}
#post_info .wabtn_container a {
  border-radius: 0;
  height: 36px;
  width: 36px;
  margin: 0;
  border: none;
  display: block !important;
  padding: 0;
  text-indent: -9999px;
  margin-top: 0;
  background: none;
  background-image: url("img/saf_share-whatsapp.svg");
}
#post_info .count {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  height: 100%;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.wp-user-avatar {
  width: 50px;
  border-radius: 25px;
  margin: 0;
  margin-right: 25px;
  float: left;
}

.avatar-default {
  display: none;
}

#article_main_body {
  padding: 80px 0 80px 0;
  background-color: #f2f2f2;
}

.single h1 {
  text-transform: uppercase;
  margin-bottom: 70px;
}
.single h1 :hover {
  color: inherit;
}

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

.single h6 {
  color: #a11a5c;
  font-weight: 100;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 52px;
}

#article_main_body #article_left a {
  color: #a11a5c;
}

#article_main_body #article_left a:hover {
  color: #cc2275;
}

#article_left {
  font-size: 22px;
  line-height: 100%;
  width: 66.4%;
  border-right: #dfdfdf 2px solid;
  float: left;
}

.fb_comments_header {
  background-color: rgba(190, 190, 190, 0.2);
  height: 130px;
  border-top: 5px #a11a5c solid;
  padding-top: 56px;
  color: #a11a5c;
  text-align: center;
  margin-top: 68px;
}

.fb-comments span {
  width: 100% !important;
}

.fb-comments iframe {
  width: 100% !important;
}

#article_right {
  font-size: 22px;
  line-height: 100%;
  width: 33.6%;
  padding-left: 5%;
  float: right;
}
#article_right a:hover {
  color: #000;
}
#article_right ul li {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
}
#article_right ul li img {
  float: left;
  width: 41%;
  height: auto;
}
#article_right ul li .blog_text {
  display: table;
  float: right;
  width: 59%;
  padding: 10px;
  height: 100%;
  font-weight: 200;
}
#article_right ul li .blog_text a {
  display: table-cell;
  vertical-align: middle;
}

.lt-ie9 #post_info #share_twitter {
  background-image: url("img/saf_share-tweet.png");
}
.lt-ie9 #post_info #share_twitter .box {
  background-image: url("img/saf_share-border-left.png");
}

.lt-ie9 #post_info #share_facebook {
  background-image: url("img/saf_share-fb.png");
}
.lt-ie9 #post_info #share_facebook .box {
  background-image: url("img/saf_share-border-left.png");
}

/* PROJECT SINGLE */
.single-sa_project .stats_box {
  background-color: #c81925;
  color: white;
}
.single-sa_project .slide_second_line {
  background-image: url("img/saf_down-triangle_red.svg");
}
.single-sa_project aside {
  padding-bottom: 80px;
}
.single-sa_project .large_copy, .single-sa_project .aside_title {
  color: #c81925;
}
.single-sa_project .aside_title {
  background-image: url("img/mini_flourish_red.png");
}
.single-sa_project aside img {
  width: 250px;
  padding-bottom: 30px;
}
.single-sa_project .logos {
  margin-bottom: 60px;
}
.single-sa_project .cta_button {
  background-color: #c81925;
  color: white;
  margin-top: 30px;
}
.single-sa_project .full_width_promo h2 {
  margin-bottom: 50px;
  background-image: url("img/flourish_red.png");
}
.single-sa_project .full_width_promo .under_bold {
  padding-bottom: 50px;
  background-image: url("img/flourish_red.png");
}
.single-sa_project .full_width_promo .cta_button {
  background-image: url("img/flourish_red.png");
}
.single-sa_project section.video h2 {
  background-image: url("img/flourish_red.png");
  color: #4d4d4d;
}
.single-sa_project section.video .large_copy {
  color: #4d4d4d;
}
.single-sa_project section.other_things.blog_thumbs h2 {
  color: #c81925;
  background-image: url("img/flourish_red.png");
}

.lt-ie9 .single-sa_project .slide_second_line {
  background-image: url("img/saf_down-triangle_red.png");
}

/* CAMPAIGN INDEX */
.page-template-page-campaigns .other_things h2 {
  color: #f3be1f;
  background-image: url("img/flourish_yellow.png");
}

/* CAMPAIGN SINGLE */
.single-sa_campaign .large_copy, .single-sa_campaign .aside_title {
  color: #f3be1f;
}
.single-sa_campaign .aside_title {
  background-image: url("img/mini_flourish_yellow.png");
  margin-bottom: 40px;
}
.single-sa_campaign section.other_things.blog_thumbs {
  background-color: white;
}
.single-sa_campaign section.other_things.blog_thumbs h2 {
  color: #f3be1f;
  background-image: url("img/flourish_yellow.png");
}
.single-sa_campaign .aside_social {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.single-sa_campaign section.logo_strip {
  text-align: center;
  padding: 100px 0 100px 0;
  background-color: #f2f2f2;
}
.single-sa_campaign section.logo_strip h2 {
  background-image: url("img/flourish_black.png");
  margin-bottom: 80px;
}
.single-sa_campaign section.logo_strip img {
  width: 100%;
}
.single-sa_campaign section.videos_header {
  background-color: #f2f2f2;
  text-align: center;
  padding: 90px 0 70px 0;
}
.single-sa_campaign section.videos_header h2 {
  background-image: url("img/flourish_black.png");
}
.single-sa_campaign .video_section_wrapper {
  background-color: white;
}
.single-sa_campaign section.videos_header_more {
  background-color: #f2f2f2;
  text-align: center;
  padding: 65px 0 65px 0;
}
.single-sa_campaign section.videos_header_more .cta_button {
  background-color: #f3be1f;
  color: white;
}
.single-sa_campaign a.official_site {
  padding-left: 100px;
  height: 60px;
  padding-top: 20px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("img/saf_icon-computer.svg");
}

.lt-ie9 .single-sa_campaign a.official_site {
  background-image: url("img/saf_icon-computer.png");
}

/* DONATE */
.page-template-page-donate {
  background-color: #00aad7;
  color: white;
}
.page-template-page-donate section.top_static_image .slide_second_line {
  background-image: url("img/saf_down-triangle_blue.svg");
}
.page-template-page-donate section.donate_tabbed {
  text-align: center;
  padding: 110px 0 90px 0;
  background-color: #00aad7;
  /*background-image:url('img/saf_down-triangle_white.svg');*/
  background-repeat: no-repeat;
  background-position: bottom center;
}
.page-template-page-donate .donate_tabs {
  width: 400px;
  margin: 0 auto;
  background-image: url("img/donate_tab_divider.png");
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-donate #donate_one_off {
  cursor: pointer;
  width: 200px;
  float: left;
  background-image: url("img/donate_flourish_white.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 12px;
}
.page-template-page-donate #donate_monthly {
  cursor: pointer;
  width: 200px;
  padding-left: 10px;
  float: right;
  padding-bottom: 12px;
  background-image: url("img/donate_flourish_white.png");
  background-repeat: no-repeat;
  background-position: center 100px;
}
.page-template-page-donate section.donate_quad {
  padding-top: 70px;
  background-color: #00aad7;
}
.page-template-page-donate section.donate_quad ul {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.page-template-page-donate section.donate_quad li {
  cursor: pointer;
  padding-top: 0;
  background-size: 100px 300px;
  border-right: 1px solid white;
  color: #00aad7;
}
.page-template-page-donate section.donate_quad li:hover {
  background-position: center -200px;
  color: white;
}
.page-template-page-donate section.donate_quad li.last {
  border: none;
}
.page-template-page-donate section.donate_quad li .amount {
  height: 100px;
  padding-top: 26px;
}
.page-template-page-donate section.donate_quad li .desc {
  color: white;
  padding-top: 25px;
  display: none;
}
.page-template-page-donate section.donate_quad li.last {
  background: none;
  color: white !important;
}
.page-template-page-donate section.donate_quad li.last .amount {
  background-image: url("img/amount_underline.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.page-template-page-donate section.donate_quad li input {
  width: 92px;
  padding-left: 0;
  padding-right: 0;
  font-family: "futura-pt-n7", "futura-pt";
  font-weight: 700;
  background: none;
  border: none;
  color: white;
  margin-left: 2px;
}
.page-template-page-donate .cta_button {
  color: #00aad7;
  -webkit-transition: color .2s;
  /* Safari */
  transition: color .2s;
}
.page-template-page-donate .cta_button:hover {
  background-color: #4d4d4d;
  color: white;
}
.page-template-page-donate section.donate_impact {
  padding-top: 50px;
  background-color: #00aad7;
  text-align: center;
  padding-bottom: 120px;
}
.page-template-page-donate section.heading {
  padding-top: 115px;
  background-color: #f2f2f2;
}
.page-template-page-donate section.heading h2 {
  color: #4d4d4d;
  background-image: url("img/flourish_blue.png");
}
.page-template-page-donate img#donate_infographic {
  max-width: 845px;
  width: 100%;
  height: auto;
  padding-top: 95px;
  padding-bottom: 85px;
}
.page-template-page-donate #donate_button {
  border: none;
  padding-top: 0;
  border-radius: 0;
}
.page-template-page-donate #form_monthly {
  display: none;
}

.lt-ie9 .page-template-page-donate section.top_static_image .slide_second_line {
  background-image: url("img/saf_down-triangle_blue.png");
}

/* WHAT WE DO */
.page-template-page-what-we-do-php {
  background-color: #f2f2f2;
}
.page-template-page-what-we-do-php h2 {
  color: #d41c55;
}
.page-template-page-what-we-do-php #manifesto_infographic {
  width: 75.63%;
}
.page-template-page-what-we-do-php .slide_second_line {
  background-image: url("img/saf_down-triangle_what.svg");
}
.page-template-page-what-we-do-php section#manifesto {
  text-align: center;
  padding: 100px 0 140px 0;
}
.page-template-page-what-we-do-php section#manifesto img {
  margin-top: 90px;
  padding-bottom: 80px;
  background-image: url("img/flourish_what.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 90px;
}
.page-template-page-what-we-do-php #manifesto_left {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 50%;
  padding-right: 8.83%;
  text-align: left;
  border-right: 2px solid #dfdfdf;
}
.page-template-page-what-we-do-php #manifesto_right {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  width: 50%;
  padding-left: 8.83%;
  text-align: left;
}
.page-template-page-what-we-do-php section#why_hiv {
  padding-top: 95px;
  background-color: white;
  text-align: center;
}
.page-template-page-what-we-do-php section#why_hiv .super_bold {
  margin-bottom: 60px;
}
.page-template-page-what-we-do-php section#why_hiv .large_copy {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 75px;
  background-image: url("img/flourish_what.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.page-template-page-what-we-do-php section.stats_quad {
  background-color: white;
}
.page-template-page-what-we-do-php section#impact_report {
  padding-top: 105px;
  padding-bottom: 105px;
  text-align: center;
}
.page-template-page-what-we-do-php section#impact_report h2 {
  background-image: url("img/flourish_what.png");
}
.page-template-page-what-we-do-php section#impact_report .large_copy {
  width: 80%;
  margin: 70px auto 0 auto;
  margin-bottom: 55px;
}
.page-template-page-what-we-do-php section#impact_report a.cta_button {
  background-color: #d41c55;
  color: white;
}
.page-template-page-what-we-do-php section.other_things, .page-template-page-what-we-do-php section.heading {
  background-color: white;
}
.page-template-page-what-we-do-php section.other_things h2, .page-template-page-what-we-do-php section.heading h2 {
  background-image: url("img/flourish_what.png");
}
.page-template-page-what-we-do-php .large_promo_image h2 {
  background: none;
  color: white;
  margin-bottom: 10px;
}
.page-template-page-what-we-do-php .large_promo_image .large_promo_text {
  background-color: rgba(0, 0, 0, 0.6);
}
.page-template-page-what-we-do-php .large_promo_image .homepage_large {
  width: 80%;
  margin: 0 auto 100px auto;
}
.page-template-page-what-we-do-php .large_promo_image .large_promo_text.left {
  float: left;
}
.page-template-page-what-we-do-php .large_promo_image .large_promo_text.left .cta_button {
  background-color: #f1bd1e;
  color: white;
}
.page-template-page-what-we-do-php .large_promo_image .large_promo_text.right {
  float: right;
}
.page-template-page-what-we-do-php .large_promo_image .large_promo_text.right .cta_button {
  background-color: #c81925;
  color: white;
}

.lt-ie9 .page-template-page-what-we-do-php .slide_second_line {
  background-image: url("img/saf_down-triangle_what.png");
}

/* PROJECT INDEX */
body.projects .top_static_image {
  background-color: #c81925;
}
body.projects .slide_second_line {
  background-image: url("img/saf_down-triangle_red.svg");
}
body.projects .stats_box {
  background-color: #c81925;
  color: white;
}
body.projects section#projects_map {
  background-color: #cccccc;
  position: relative;
}
body.projects #map {
  position: absolute;
  top: 0px;
}
body.projects section#projects_map_intro {
  padding-top: 95px;
  background-color: white;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  padding-bottom: 60px;
  text-align: center;
}
body.projects section#projects_map_intro h2 {
  color: #c81925;
}
body.projects section#projects_map_intro .homepage_large {
  margin: 0 auto;
  width: 95%;
}
body.projects #map_past {
  height: 0;
  visibility: hidden;
}
body.projects button {
  margin-top: 60px;
  height: 40px;
  font-size: 16px;
  padding: 0px 20px 0px 20px;
}
body.projects button#current_projects {
  margin-right: 5px;
  width: 190px;
  background-color: #a11a5c;
}
body.projects button#past_projects {
  width: 190px;
  margin-left: 5px;
  background-color: #008c85;
}
body.projects section#projects_map > .inner {
  padding-top: 230px;
}
body.projects section#projects_list_intro {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 93px;
  padding-bottom: 75px;
}
body.projects section#projects_list_intro h2 {
  background-image: url("img/flourish_black.png");
}
body.projects .full_width_promo h2, body.projects .full_width_promo .under_bold.medium_copy {
  background-image: url("img/flourish_red.png");
}
body.projects .full_width_promo .cta_button {
  background-color: #c81925;
}
body.projects .blog_thumbs {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 0;
}
body.projects .blog_thumbs h2 {
  color: #c81925;
  text-transform: none;
  background-image: url("img/flourish_red.png");
}
body.projects .blog_thumbs a.overlay .blog_text {
  top: 52%;
  bottom: inherit;
}

.lt-ie9 body.projects .slide_second_line {
  background-image: url("img/saf_down-triangle_red.png");
}

/* GET INVOLVED */
body.page-template-page-help a.cta_button {
  color: white;
  background-color: #d60a54;
}
body.page-template-page-help .slide_section_wrapper .slide_second_line {
  background: none;
}
body.page-template-page-help section#how_you_can_help_intro {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 95px;
  padding-bottom: 90px;
  color: #4d4d4d;
}
body.page-template-page-help section#how_you_can_help_intro h2 {
  color: #d60a54;
  background-image: url("img/flourish_pink.png");
  margin-bottom: 50px;
}
body.page-template-page-help section#how_you_can_help_intro .homepage_large {
  width: 75%;
  margin: 0 auto;
}
body.page-template-page-help .full_width_promo h2, body.page-template-page-help .full_width_promo .under_bold.medium_copy {
  background-image: url("img/flourish_pink.png");
}
body.page-template-page-help .full_width_promo .cta_button {
  background-color: #d60a54;
}
body.page-template-page-help .full_width_promo .super_bold {
  display: none;
  margin-top: 35px;
}
body.page-template-page-help .full_width_promo .medium_copy.under_bold {
  display: none;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 28px;
  padding-bottom: 46px;
}
body.page-template-page-help section#spreading_the_word, body.page-template-page-help section#other_ways {
  text-align: center;
}
body.page-template-page-help section#spreading_the_word h2, body.page-template-page-help section#other_ways h2 {
  color: #d60a54;
  background-image: url("img/flourish_pink.png");
}
body.page-template-page-help section#spreading_the_word {
  background-color: #f2f2f2;
  padding-top: 120px;
  padding-bottom: 100px;
}
body.page-template-page-help section#spreading_the_word h2 {
  margin-bottom: 100px;
}
body.page-template-page-help section#other_ways {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.page-template-page-help section#other_ways .cta_button {
  margin-top: 65px;
}
body.page-template-page-help section#other_ways h2 {
  margin-bottom: 86px;
}
body.page-template-page-help #spread_like, body.page-template-page-help #spread_subscribe {
  width: 20.17%;
  float: left;
}
body.page-template-page-help #spread_like {
  margin-left: 4.2%;
}
body.page-template-page-help #spread_subscribe {
  margin-left: 7.98%;
}
body.page-template-page-help #spread_follow {
  margin-left: 7.98%;
  width: 34.45%;
  float: left;
}

.top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.bottom {
  text-transform: none;
  font-size: 45px;
}

#follow_twitter, #follow_instagram, #follow_youtube {
  width: 33.3%;
  float: left;
}

#follow_twitter {
  text-align: left;
}

#follow_youtube {
  text-align: right;
}

.other_ways_column {
  width: 22%;
  float: left;
  padding-left: 2.2%;
  padding-right: 2.2%;
}
.other_ways_column .medium_bold {
  margin-top: 60px;
  text-transform: none;
  margin-bottom: 25px;
}

.other_ways_column.column0, .other_ways_column.column4 {
  width: 17%;
}

.other_ways_column.column0 {
  padding-left: 0;
}

.other_ways_column.column4 {
  padding-right: 0;
}

.other_things h2 {
  color: #d60a54;
  background-image: url("img/flourish_pink.png");
}

/* SINGLE VIDEO PAGE */
section#single_video {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

section#single_video_more_videos {
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #f2f2f2;
}
section#single_video_more_videos a.cta_button {
  background-color: #d60a54;
  color: white;
}

/* VIDEO INDEX PAGE */
body.videos {
  /*
  
  	#series_selector {
  		margin-left:20px;
  		background-color:$charcoal;
  
  		background-image:url('img/saf_down-triangle_dropdown.svg');
  		
  		background-repeat: no-repeat;
  		background-position:94% 17px;
  
  		-webkit-appearance: none;
  		-webkit-border-radius: 0px;
  
  
  		padding-left:20px;
  		padding-right:45px;
  		padding-bottom:0;
  		height:40px;
  		border:0;
  		font-weight:700;
  		font-family: "futura-pt-n7", "futura-pt";
  		text-transform:uppercase;
  		color:white;
  		option {
  			color:white;
  			font-family: "futura-pt", arial, helvetica, sans-serif;
  		}
  	}*/
  /* Dropdown control */
  /* Dropdown menu */
  /* Inline control */
  /* Options */
  /* Disabled state */
  /* video thumbs */
}
body.videos section#videos_index {
  padding-top: 50px;
}
body.videos .slide_second_line {
  background-image: url("img/saf_down-triangle_green.svg");
}
body.videos #video_filters_area {
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.videos #video_filters_area #video_divider {
  position: absolute;
  border-right: 1px solid #d4d4d4;
  width: 30px;
  height: 40px;
  top: 0;
  left: 122px;
}
body.videos #video_filters_area button {
  width: 120px;
}
body.videos #video_filters_area button#sort_tv {
  background-color: #008b84;
  margin-left: 5px;
}
body.videos #video_filters_area button#sort_project {
  background-color: #00aad7;
  margin-left: 5px;
}
body.videos #video_filters_area button#sort_shorts {
  position: relative;
  margin-left: 5px;
  background-color: #f3be1f;
}
body.videos #video_filters_area button#sort_all {
  background-color: #c81925;
}
body.videos #series_selector {
  display: none;
}
body.videos .selectBox-dropdown {
  color: white;
  font-family: "futura-pt", arial, helvetica, sans-serif;
  height: 40px;
  min-width: 270px;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: white;
  outline: none;
  vertical-align: middle;
  background: #F2F2F2;
  background: #4d4d4d;
  display: inline-block;
  cursor: default;
  position: relative;
  bottom: 2px;
  left: 58px;
  margin-right: 60px;
}
body.videos .selectBox-dropdown:focus,
body.videos .selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}
body.videos .selectBox-dropdown .selectBox-label {
  padding: 7px 8px 0px 20px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
body.videos .selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url("img/selectbox_arrow@2x.png") 50% center no-repeat;
  background-size: 12px 7px;
  cursor: pointer;
}
body.videos .selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  background: #4d4d4d;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: white;
}
body.videos .selectBox-inline {
  min-width: 150px;
  outline: none;
  background: #FFF;
  display: inline-block;
  overflow: auto;
}
body.videos .selectBox-inline:focus {
  border-color: #666;
}
body.videos .selectBox-options,
body.videos .selectBox-options LI,
body.videos .selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
body.videos .selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
}
body.videos .selectBox-options.selectBox-options-bottom {
  border-top: none;
}
body.videos .selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  color: white;
  text-transform: uppercase;
}
body.videos .selectBox-options LI.selectBox-hover A {
  background-color: #fff;
  color: #4d4d4d;
}
body.videos .selectBox-options LI.selectBox-disabled A {
  color: #333;
  background-color: transparent;
}
body.videos .selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
body.videos .selectBox.selectBox-disabled {
  color: #888 !important;
}
body.videos .selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}
body.videos .selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
body.videos .selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
body.videos section#videos_more_button {
  text-align: center;
  padding: 65px 0 105px 0;
  background-color: #f1f1f1;
}
body.videos section#videos_more_button #videos_load_more {
  background-color: #008c85;
  color: white;
  width: 155px;
  background-image: url("img/spinner_video.gif");
  background-position: -100px 0;
}
body.videos section#videos_more_button #videos_load_more:hover {
  background-color: #009f97;
}
body.videos section.other_things {
  background-color: white;
}
body.videos section.other_things h2 {
  color: #008c85;
  background-image: url("img/flourish_green.png");
}
body.videos li.video_thumb {
  opacity: 0;
  width: 50%;
  float: left;
  position: relative;
  cursor: pointer;
  background-color: black;
}
body.videos li.video_thumb img {
  position: absolute;
  top: 0;
  width: 100%;
}
body.videos li.video_thumb iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.videos li.video_thumb .video_thumb_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
body.videos li.video_thumb .overlay {
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("img/play_arrow.png"), url("img/blog_promo_overlay.png");
  background-position: center, bottom;
  background-repeat: no-repeat, repeat-x;
}
body.videos .video_description_overlay_wrapper {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("img/spinner_single_video.gif");
  background-repeat: no-repeat;
  background-position: -9999px 0;
}
body.videos .hover .video_description_overlay_wrapper {
  opacity: 1;
}
body.videos .video_description_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
body.videos .video_description_text {
  display: table-cell;
  vertical-align: middle;
  color: black;
  padding-left: 25%;
  padding-right: 25%;
}
body.videos .video_description_text h2 {
  color: #008c85;
  background-image: url("img/flourish_green.png");
  padding-bottom: 28px;
  margin-bottom: 50px;
}
body.videos .videoWrapper {
  padding-bottom: 52.4%;
  /* 16:9 */
}

/* crazy IE8 fix */
.lt-ie9 body.videos .video_description_overlay {
  width: 65%;
}

.lt-ie9 body.videos .selectBox-dropdown .selectBox-arrow {
  background: url("img/selectbox_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

.lt-ie9 body.videos .slide_second_line {
  background-image: url("img/saf_down-triangle_green.png");
}

.lt-ie9 body.videos #series_selector {
  padding-right: 0;
}

/* MEET THE TEAM */
body.page-template-page-team .slide_second_line {
  background-image: url("img/saf_down-triangle_pink.svg");
}
body.page-template-page-team section.meet_team_header {
  background-color: #f1f1f1;
  padding-top: 90px;
  padding-bottom: 75px;
  text-align: center;
  color: #4d4d4d;
}
body.page-template-page-team section.meet_team_header h2 {
  color: #d60a54;
  background-image: url("img/flourish_pink.png");
}
body.page-template-page-team section.meet_team_header .homepage_large {
  padding-top: 50px;
}
body.page-template-page-team .full_width_promo_wrapper h2 {
  display: none;
}
body.page-template-page-team .full_width_promo_wrapper .super_bold {
  margin-bottom: 20px;
}
body.page-template-page-team .full_width_promo_wrapper .medium_copy {
  max-width: 520px;
}
body.page-template-page-team .full_width_promo_wrapper .medium_copy.under_bold {
  font-size: 28px;
  background-image: url("img/flourish_pink.png");
  max-width: 520px;
  padding-bottom: 44px;
}
body.page-template-page-team .full_width_promo_wrapper .cta_button {
  display: none;
  margin-top: 10px;
  background-color: #d60a54;
}
body.page-template-page-team .mugshots {
  background-color: white;
}
body.page-template-page-team .mugshots li {
  position: relative;
  float: left;
}
body.page-template-page-team .mugshots li img {
  width: 100%;
}
body.page-template-page-team .mugshots li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/blog_promo_overlay.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
body.page-template-page-team .mugshots li .show_on_hover {
  cursor: pointer;
  color: #d60a54;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s;
  /* Safari */
  transition: opacity .2s;
}
body.page-template-page-team .mugshots li .show_on_hover .super_bold, body.page-template-page-team .mugshots li .show_on_hover .thumb_text_big {
  color: #d60a54;
  background-image: url("img/flourish_pink.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 35px;
  margin-bottom: 33px;
}
body.page-template-page-team .mugshots li .show_on_hover .medium_copy {
  color: black;
  text-transform: none;
}
body.page-template-page-team .mugshots li .show_on_hover .thumb_text_small {
  padding-bottom: 15px;
}
body.page-template-page-team .mugshots li.people_one_third.empty .overlay {
  display: none;
}
body.page-template-page-team .mugshots li.people_one_third.empty .show_on_hover {
  opacity: 1;
  cursor: inherit;
}
body.page-template-page-team .mugshots .hover .show_on_hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.page-template-page-team li.people_two_thirds {
  width: 66.66%;
}
body.page-template-page-team li.people_two_thirds .show_on_hover .medium_copy {
  width: 75%;
}
body.page-template-page-team .mugshots.team li.people_two_thirds {
  width: 100%;
  margin-bottom: 60px;
}
body.page-template-page-team .mugshots.team li.people_two_thirds .show_on_hover {
  width: 50%;
}
body.page-template-page-team .mugshots.team li.people_two_thirds .overlay .super_bold {
  max-width: 400px;
}
body.page-template-page-team li.people_one_third {
  width: 33.33%;
}
body.page-template-page-team li.people_one_third .show_on_hover .medium_copy {
  width: 100%;
}

.lt-ie9 body.page-template-page-team .slide_second_line {
  background-image: url("img/saf_down-triangle_pink.png");
}

/* PARTNERSHIPS */
body.partnerships .slide_second_line {
  background-image: url("img/saf_down-triangle_pink.svg");
}
body.partnerships section#partnerships_intro, body.partnerships section#staying_alive_partners, body.partnerships section#campaign_partners {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 95px;
  padding-bottom: 90px;
  color: #4d4d4d;
}
body.partnerships section#partnerships_intro h2, body.partnerships section#staying_alive_partners h2, body.partnerships section#campaign_partners h2 {
  color: #d60a54;
  background-image: url("img/flourish_pink.png");
  margin-bottom: 50px;
}
body.partnerships section#partnerships_intro .homepage_large, body.partnerships section#staying_alive_partners .homepage_large, body.partnerships section#campaign_partners .homepage_large {
  width: 75%;
  margin: 0 auto;
}
body.partnerships .full_width_promo h2, body.partnerships .full_width_promo .under_bold.medium_copy {
  background-image: url("img/flourish_pink.png");
}
body.partnerships .full_width_promo .cta_button {
  background-color: #d60a54;
}
body.partnerships .full_width_promo .super_bold {
  margin-top: 60px;
  display: none;
}
body.partnerships .full_width_promo .medium_copy.under_bold {
  display: none;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 28px;
  padding-bottom: 46px;
}
body.partnerships section.quoted_tweet {
  color: white;
  background-color: #d60a54;
}
body.partnerships section.quoted_tweet .twitter_quote {
  background-image: url("img/saf_tweet_white.svg");
}
body.partnerships section#staying_alive_partners {
  padding-bottom: 70px;
}
body.partnerships #staying_alive_partners ul {
  margin-bottom: 70px;
  border-top: 1px #d4d4d4 solid;
  padding-top: 30px;
}
body.partnerships #staying_alive_partners ul.first {
  border-top: none;
  padding-top: 0;
}
body.partnerships #staying_alive_partners li {
  width: 25.2%;
  margin-right: 12.2%;
  float: left;
  position: relative;
}
body.partnerships #staying_alive_partners li .image_wrapper {
  width: 100%;
  height: 140px;
  display: table;
  margin-bottom: 20px;
  margin-top: 12px;
}
body.partnerships #staying_alive_partners li .image_wrapper .image_holder {
  display: table-cell;
  vertical-align: middle;
}
body.partnerships #staying_alive_partners li .image_wrapper img {
  max-width: 100%;
}
body.partnerships #staying_alive_partners li .description {
  top: 100px;
}
body.partnerships #staying_alive_partners .partners_col_3 {
  margin-right: 0;
}
body.partnerships section#campaign_partners {
  background-color: white;
  padding-top: 125px;
  margin-bottom: 60px;
  padding-bottom: 140px;
}
body.partnerships section#campaign_partners ul {
  margin-bottom: 20px;
}
body.partnerships section#campaign_partners li {
  width: 16.16%;
  float: left;
  height: 160px;
}
body.partnerships section#campaign_partners li .image_wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
body.partnerships section#campaign_partners li .image_wrapper .image_holder {
  display: table-cell;
  vertical-align: middle;
}
body.partnerships section#campaign_partners li .image_wrapper img {
  max-width: 100%;
}

.lt-ie9 body.partnerships .slide_second_line {
  background-image: url("img/saf_down-triangle_pink.png");
}

/* OUR LEADERS */
body.our-leaders .slide_second_line {
  background-image: url("img/saf_down-triangle_red.svg");
}
body.our-leaders section#leaders_intro {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 95px;
  padding-bottom: 90px;
  color: #4d4d4d;
}
body.our-leaders section#leaders_intro h2 {
  color: #c81925;
  background-image: url("img/flourish_red.png");
  margin-bottom: 50px;
}
body.our-leaders section#leaders_intro .homepage_large {
  width: 75%;
  margin: 0 auto;
}
body.our-leaders .full_width_promo h2, body.our-leaders .full_width_promo .under_bold.medium_copy {
  background-image: url("img/flourish_red.png");
}
body.our-leaders .full_width_promo .cta_button {
  background-color: #c81925;
}
body.our-leaders .full_width_promo .super_bold {
  margin-top: 40px;
}
body.our-leaders .full_width_promo .medium_copy.under_bold {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 28px;
  padding-bottom: 46px;
}
body.our-leaders section.other_things.blog_thumbs h2 {
  color: #c81925;
  background-image: url("img/flourish_red.png");
}

.lt-ie9 body.our-leaders .slide_second_line {
  background-image: url("img/saf_down-triangle_red.png");
}

/* grants page */
body.page-template-page-grants .large_copy {
  color: #c81925;
  margin-bottom: 60px;
}
body.page-template-page-grants .bold_header {
  color: #c81925;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: #e5e5e5 1px solid;
}
body.page-template-page-grants .stats_box {
  background-color: #c81925;
  color: white;
}
body.page-template-page-grants .slide_second_line {
  background-image: url("img/saf_down-triangle_red.svg");
}
body.page-template-page-grants section#our_grants {
  background-color: white;
  text-align: center;
  padding-top: 115px;
  padding-bottom: 110px;
}
body.page-template-page-grants section#our_grants .large_copy {
  width: 70%;
  margin: 0 auto 55px auto;
}
body.page-template-page-grants section#our_grants .super_bold {
  margin-bottom: 50px;
}
body.page-template-page-grants .grants_columns {
  background-image: url("img/faq_bground.png");
  background-repeat: repeat-y;
  background-position: center;
}
body.page-template-page-grants .grants_left {
  text-align: left;
  float: left;
  width: 50%;
  padding-right: 5%;
}
body.page-template-page-grants .grants_right {
  text-align: left;
  float: right;
  width: 50%;
  padding-left: 5%;
}
body.page-template-page-grants section#sign_up {
  padding-top: 90px;
  padding-bottom: 100px;
  text-align: center;
}
body.page-template-page-grants section#sign_up h2 {
  background-image: url("img/flourish_black.png");
  margin-bottom: 65px;
}
body.page-template-page-grants section#sign_up .large_copy {
  width: 80%;
  margin: 0 auto 55px auto;
}
body.page-template-page-grants section#sign_up .cta_button.grants_sign_up {
  padding-top: 0;
  font-weight: 200;
  background-color: #c71925;
}
body.page-template-page-grants section#sign_up a {
  color: #c81925;
}
body.page-template-page-grants section#sign_up a:hover {
  opacity: .75;
}
body.page-template-page-grants section#sign_up #grant_apply_buttons a.cta_button {
  width: 160px;
  color: white;
  background-color: #f3be1f;
  margin: 0px 5px 0px 5px;
}
body.page-template-page-grants section#sign_up #grant_apply_buttons a.cta_button:hover {
  opacity: .85;
}
body.page-template-page-grants section#sign_up #grant_apply_buttons a.cta_button.es {
  background-color: #008c85;
}
body.page-template-page-grants section#sign_up #grant_apply_buttons a.cta_button.fr {
  background-color: #00aad7;
}
body.page-template-page-grants section#sign_up input[type="text"], body.page-template-page-grants section#sign_up input[type="email"] {
  border: none;
  height: 40px;
  padding: 0 12px 0 12px;
  width: 290px;
}
body.page-template-page-grants section#sign_up input[type="text"] {
  margin-right: 10px;
}
body.page-template-page-grants section#sign_up .form_columns {
  margin-bottom: 10px;
}
body.page-template-page-grants section#sign_up input[type='checkbox'] {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  background: white;
}
body.page-template-page-grants section#sign_up input[type='checkbox']:checked {
  background: #c81925;
}
body.page-template-page-grants section#sign_up .also_subscribe {
  width: 592px;
  text-align: left;
  margin: 0 auto;
}
body.page-template-page-grants section#sign_up .also_subscribe .input_left {
  width: 46px;
  float: left;
}
body.page-template-page-grants section#sign_up .also_subscribe .input_right {
  padding-top: 3px;
  width: 546px;
  float: right;
}
body.page-template-page-grants section#sign_up button {
  margin-top: 45px;
}
body.page-template-page-grants section#criteria {
  background-color: white;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 100px;
}
body.page-template-page-grants section#criteria .medium_weight {
  font-weight: 500;
}
body.page-template-page-grants section#criteria ol li {
  list-style: decimal-leading-zero;
  margin-bottom: 12px;
}
body.page-template-page-grants section#criteria h2 {
  background-image: url("img/flourish_black.png");
  margin-bottom: 80px;
}
body.page-template-page-grants section#grants_faq {
  padding-top: 90px;
  padding-bottom: 100px;
  text-align: center;
}
body.page-template-page-grants section#grants_faq .grants_left {
  border: none;
}
body.page-template-page-grants section#grants_faq h2 {
  background-image: url("img/flourish_black.png");
  margin-bottom: 80px;
}
body.page-template-page-grants section#grants_faq .saf_qa {
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: #e5e5e5 1px solid;
}
body.page-template-page-grants section#grants_faq .saf_qa:last-child {
  padding-bottom: 10px;
  border-bottom: #e5e5e5 1px solid;
}
body.page-template-page-grants section#grants_faq .saf_q {
  cursor: pointer;
}
body.page-template-page-grants section#grants_faq .saf_q:hover {
  color: #c81925;
}
body.page-template-page-grants section#grants_faq .saf_q.selected {
  color: #c81925;
}
body.page-template-page-grants section#grants_faq .saf_a {
  margin-top: 10px;
  display: none;
}
body.page-template-page-grants section.other_things {
  background-color: white;
  padding-top: 60px;
}
body.page-template-page-grants section.other_things h2 {
  color: #c81925;
  background-image: url("img/flourish_red.png");
}

.lt-ie9 body.page-template-page-grants .slide_second_line {
  background-image: url("img/saf_down-triangle_red.png");
}

/* NEWSLETTER THANKS */
section#newsletter_thanks {
  padding-top: 100px;
  background-color: white;
  padding-bottom: 100px;
}
section#newsletter_thanks .super_bold {
  margin-bottom: 50px;
}

/* GENERIC PAGE */
section#generic_page {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 320px) and (max-width: 1500px) {
  body.our-leaders .full_width_promo .super_bold {
    margin-top: 25px;
    font-size: 56px;
  }
  body.our-leaders .full_width_promo .medium_copy.under_bold {
    margin-top: 10px;
    font-size: 24px;
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
  body.our-leaders .full_width_promo .medium_copy {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1400px) {
  body.page-template-page-team .medium_copy {
    font-size: 21px;
  }
  body.page-template-page-team .mugshots li .show_on_hover .thumb_text_big {
    font-size: 30px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  body.page-template-page-team .mugshots li .show_on_hover .thumb_text_small {
    font-size: 20px;
    padding-bottom: 10px;
  }
  body.page-template-page-team .mugshots li .show_on_hover.thumb_all_text {
    padding: 35px 35px 35px 35px;
  }

  /* our-leaders */
  body.our-leaders .full_width_promo .medium_copy {
    max-width: 95%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1280px) {
  /* video index */
  body.videos li.video_thumb .overlay {
    background-image: url("img/play_arrow_smaller.png"), url("img/blog_promo_overlay.png");
  }
  body.videos .video_description_text h2 {
    margin-bottom: 20px;
  }
  body.videos .video_description_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* meet the team */
  body.page-template-page-team li.people_two_thirds .show_on_hover .medium_copy {
    width: 100%;
  }
  body.page-template-page-team li.people_one_third .show_on_hover .medium_copy {
    width: 100%;
  }
  body.page-template-page-team .medium_copy {
    font-size: 19px;
  }
  body.page-template-page-team .show_on_hover .thumb_text_small {
    font-size: 18px;
    margin-bottom: 8px;
  }
  body.page-template-page-team .show_on_hover .thumb_text_big {
    font-size: 28px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  #post_info span {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* our leaders */
  body.our-leaders .full_width_promo .super_bold {
    margin-top: 25px;
    font-size: 46px;
  }
  body.our-leaders .full_width_promo h2 {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  body.our-leaders .full_width_promo .under_bold.medium_copy {
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1150px) {
  body.page-template-page-team li.people_one_third .show_on_hover .thumb_text_big {
    padding-bottom: 0;
    margin-bottom: 10px;
    background-image: inherit;
  }
  body.page-template-page-team li.people_one_third .show_on_hover .thumb_text_small {
    padding-bottom: 5px;
  }

  /* our leaders */
  body.our-leaders .full_width_promo .super_bold {
    margin-top: 25px;
    font-size: 36px;
  }
  body.our-leaders .full_width_promo .medium_copy.under_bold {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  /* meet the team */
  body.page-template-page-team .full_width_promo_wrapper .medium_copy.under_bold {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  body.page-template-page-team .full_width_promo_wrapper .medium_copy {
    font-size: 17px;
    margin-bottom: 0px;
  }
  body.page-template-page-team li.people_one_third {
    width: 50%;
  }
  body.page-template-page-team li.people_two_thirds {
    width: 100%;
  }
  body.page-template-page-team .medium_copy {
    font-size: 21px;
  }
  body.page-template-page-team li.people_one_third .show_on_hover .thumb_text_small {
    font-size: 16px;
  }
  body.page-template-page-team li.people_one_third .show_on_hover .thumb_text_big {
    font-size: 32px;
  }

  #post_info .left {
    width: 55%;
  }

  #post_info .right {
    width: 44%;
  }

  #article_main_body {
    padding: 50px 0 50px 0;
  }

  .single h1 {
    margin-bottom: 30px;
  }

  .single h6 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  /* our leaders */
  body.our-leaders .full_width_promo .h2 {
    margin-bottom: 14px;
  }
  body.our-leaders .full_width_promo .medium_copy.under_bold {
    padding-bottom: 19px;
    margin-top: 4px;
  }
  body.our-leaders .full_width_promo .medium_copy {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 900px) {
  /* projects */
  body.projects section#projects_map_intro {
    padding-top: 70px;
  }
  body.projects button {
    margin-top: 40px;
  }
  body.projects section#projects_list_intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  body.projects .blog_thumbs {
    padding-top: 70px;
  }

  /* team page */
  body.page-template-page-team .medium_copy {
    font-size: 17px;
  }
  body.page-template-page-team .mugshots.team li.people_two_thirds .show_on_hover {
    width: 100%;
  }

  /* single blog post */
  #article_left, #article_right {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
    margin-bottom: 50px;
  }

  #article_left {
    margin-bottom: 80px;
  }

  /* partnerships */
  body.partnerships section#campaign_partners li {
    width: 33.3%;
  }
  body.partnerships section#partnerships_intro, body.partnerships section#staying_alive_partners, body.partnerships section#campaign_partners {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  body.partnerships section#partnerships_intro .homepage_large, body.partnerships section#staying_alive_partners .homepage_large, body.partnerships section#campaign_partners .homepage_large {
    width: 100%;
  }
  body.partnerships section#staying_alive_partners {
    padding-bottom: 0;
  }

  /* grants */
  body.page-template-page-grants section#our_grants .large_copy, body.page-template-page-grants section#sign_up .large_copy {
    width: 100%;
  }
  body.page-template-page-grants section#our_grants, body.page-template-page-grants section#sign_up, body.page-template-page-grants section#criteria, body.page-template-page-grants section#grants_faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* videos */
  body.videos .selectBox-dropdown {
    margin-right: 24px;
    left: 30px;
  }
  body.videos #video_filters_area button {
    width: auto;
  }
  body.videos #video_filters_area #video_divider {
    display: none;
  }

  /* how you can help */
  body.page-template-page-help section#how_you_can_help_intro, body.page-template-page-help section#spreading_the_word, body.page-template-page-help section#other_ways {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  body.page-template-page-help section#spreading_the_word h2, body.page-template-page-help section#other_ways h2 {
    margin-bottom: 50px;
  }

  /* leaders */
  body.our-leaders section#leaders_intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  body.our-leaders .full_width_promo .super_bold {
    font-size: 32px;
  }
  body.our-leaders .full_width_promo h2 {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  body.our-leaders .full_width_promo .medium_copy.under_bold {
    background: none;
    padding-bottom: 0;
    margin-bottom: 14px;
    font-size: 16px;
  }
  body.our-leaders .full_width_promo .medium_copy {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 840px) {
  body.page-template-page-help section.full_width_promo h2 {
    padding-bottom: 15px;
  }

  .other_ways_column .medium_bold, .bottom {
    font-size: 28px;
  }

  body.our-leaders .full_width_promo .super_bold {
    font-size: 24px;
    margin-top: 10px;
  }
  body.our-leaders .full_width_promo h2 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  body.our-leaders .full_width_promo .medium_copy {
    margin-bottom: 10px;
  }
  body.our-leaders .large_promo_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 730px) {
  /* what we do mobile */
  .page-template-page-what-we-do-php section#manifesto {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-page-what-we-do-php section#manifesto img {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
  .page-template-page-what-we-do-php .large_promo_image .large_promo_text.left, .page-template-page-what-we-do-php .large_promo_image .large_promo_text.right {
    float: none;
  }
  .page-template-page-what-we-do-php .large_promo_image .homepage_large {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-template-page-what-we-do-php .large_promo_content h2 {
    margin-bottom: 0;
  }
  .page-template-page-what-we-do-php #manifesto_left, .page-template-page-what-we-do-php #manifesto_right {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
    border: none;
  }
  .page-template-page-what-we-do-php #manifesto_right {
    margin-bottom: 0;
  }
  .page-template-page-what-we-do-php section#why_hiv {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .page-template-page-what-we-do-php section#why_hiv .large_copy {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
  .page-template-page-what-we-do-php section#why_hiv .super_bold {
    margin-bottom: 30px;
  }
  .page-template-page-what-we-do-php .large_promo_text.left .large_promo_wrapper {
    padding-bottom: 0px;
  }
  .page-template-page-what-we-do-php section#impact_report {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
  }
  .page-template-page-what-we-do-php section#impact_report .large_copy {
    margin-top: 45px;
    margin-bottom: 50px;
    width: 100%;
  }

  /* blog index */
  body.blog .slide_second_line {
    display: none;
  }
  body.blog button#sort_news {
    width: 32%;
    margin-right: 1%;
  }
  body.blog button#sort_feature {
    width: 34%;
    margin-right: 1%;
  }
  body.blog button#sort_all {
    width: 32%;
  }
  body.blog section.other_things.blog_thumbs {
    padding-top: 50px;
  }

  /* single blog post */
  .single #article_main_body {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .single a img.alignnone {
    margin: 5px 0px 5px 0;
  }
  .single h1.super_bold, .single h6 {
    margin-bottom: 24px;
  }
  .single h6 {
    font-size: 30px;
  }

  #post_info {
    padding-top: 10px;
    width: 100%;
  }
  #post_info .left, #post_info .right {
    float: none;
    padding: 0;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  #post_info .right {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #post_info .left span {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }
  #post_info .left img {
    display: none;
  }
  #post_info span.divider {
    display: none;
  }

  /* projects index */
  body.projects section#projects_list_intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.projects section#projects_map_intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.projects .blog_thumbs {
    padding-top: 50px;
  }
  body.projects .full_width_promo .under_bold.medium_copy {
    margin-top: 2px;
  }
  body.projects button {
    display: none;
  }

  /* video index */
  body.videos li.video_thumb {
    width: 100%;
  }
  body.videos li.video_thumb .overlay {
    background-position: center 35%, bottom;
  }
  body.videos li.video_thumb h2 {
    margin-bottom: 0;
    background: none;
    padding-bottom: 8px;
    line-height: 105%;
  }
  body.videos .video_description_text {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.videos #video_filters_area button {
    margin: 0;
    padding: 0 1% 0 1%;
  }
  body.videos #video_filters_area button#sort_all {
    width: 19%;
    margin: 0 1% 0 0;
  }
  body.videos #video_filters_area button#sort_tv {
    width: 19%;
    margin: 0 1% 5px 0;
  }
  body.videos #video_filters_area button#sort_project {
    width: 29%;
    margin: 0 1% 5px 0;
  }
  body.videos #video_filters_area button#sort_shorts {
    width: 30%;
    margin: 0 0 5px 0;
  }
  body.videos #video_filters_area .selectBox-dropdown {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: 5px;
    margin-right: 0;
  }
  body.videos .thumb_text_big {
    font-size: 24px;
  }
  body.videos section#videos_more_button {
    padding: 50px 0 50px 0;
  }

  /* meet the team mobile */
  body.page-template-page-team .full_width_promo_wrapper .medium_copy, body.page-template-page-team .full_width_promo_wrapper .medium_copy.under_bold {
    font-size: 23px;
  }
  body.page-template-page-team .overlay {
    display: none;
  }
  body.page-template-page-team section.meet_team_header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.page-template-page-team .mugshots li .show_on_hover {
    position: static;
    opacity: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.page-template-page-team li.people_one_third {
    width: 100%;
  }
  body.page-template-page-team .mugshots.team li.people_two_thirds {
    margin-bottom: 0px;
  }
  body.page-template-page-team li.people_one_third.empty img {
    display: none;
  }
  body.page-template-page-team li.people_two_thirds .show_on_hover .medium_copy, body.page-template-page-team li.people_one_third .show_on_hover .medium_copy {
    font-size: 23px;
  }
  body.page-template-page-team .mugshots li .show_on_hover.thumb_all_text {
    padding: 25px 15px 50px 15px;
  }
  body.page-template-page-team li.people_one_third .show_on_hover .thumb_text_small {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  body.page-template-page-team li.people_one_third .show_on_hover .thumb_text_big {
    font-size: 32px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url("img/flourish_pink.png");
  }
  body.page-template-page-team .mugshots .show_on_hover.thumb_all_text {
    padding: 50px 15px 50px 15px;
  }

  /* partnerships mobile */
  body.partnerships section#partnerships_intro, body.partnerships section.quoted_tweet, body.partnerships .large_promo_wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  body.partnerships section#partnerships_intro .homepage_large {
    width: 100%;
  }
  body.partnerships section#staying_alive_partners {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  body.partnerships section#staying_alive_partners h2 {
    margin-bottom: 20px;
  }
  body.partnerships section#staying_alive_partners ul {
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
  }
  body.partnerships section#staying_alive_partners li {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  body.partnerships section#campaign_partners {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  body.partnerships section#campaign_partners li {
    width: 50%;
  }

  /* donate mobile */
  .page-template-page-donate section.donate_tabbed {
    padding-top: 50px;
  }
  .page-template-page-donate section.heading {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .page-template-page-donate section.heading img#donate_infographic {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .page-template-page-donate .donate_tabs {
    width: 280px;
  }
  .page-template-page-donate #donate_one_off, .page-template-page-donate #donate_monthly {
    width: 140px;
  }
  .page-template-page-donate section.donate_quad {
    padding-bottom: 20px;
  }
  .page-template-page-donate section.donate_quad ul li {
    width: 100%;
    border: none;
    margin-bottom: 30px;
  }

  /* How you can help mobile */
  body.help section#how_you_can_help_intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.help section#how_you_can_help_intro .homepage_large {
    width: 100%;
  }
  body.help .full_width_promo .super_bold {
    margin-top: 6px;
  }
  body.help .full_width_promo .medium_copy.under_bold {
    margin-top: 10px;
    padding-bottom: 25px;
  }
  body.help section#spreading_the_word {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  body.help section#spreading_the_word h2 {
    margin-bottom: 50px;
  }
  body.help #spread_follow, body.help #spread_subscribe, body.help #spread_like {
    margin-left: 0;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  body.help #spread_follow .top, body.help #spread_subscribe .top, body.help #spread_like .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body.help section#other_ways {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.help section#other_ways h2 {
    margin-bottom: 50px;
  }
  body.help section#other_ways .cta_button {
    margin-top: 20px;
  }
  body.help section#other_ways .other_ways_column {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  body.help section#other_ways .other_ways_column .medium_bold {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  /*  grants mobile  */
  body.page-template-page-grants .grants_columns {
    background: none;
  }
  body.page-template-page-grants section#criteria, body.page-template-page-grants section#grants_faq, body.page-template-page-grants section#our_grants, body.page-template-page-grants section#sign_up {
    padding: 50px 0 50px 0;
  }
  body.page-template-page-grants section#criteria .large_copy, body.page-template-page-grants section#grants_faq .large_copy, body.page-template-page-grants section#our_grants .large_copy, body.page-template-page-grants section#sign_up .large_copy {
    margin-bottom: 30px;
  }
  body.page-template-page-grants section#criteria h2, body.page-template-page-grants section#grants_faq h2, body.page-template-page-grants section#our_grants h2, body.page-template-page-grants section#sign_up h2 {
    margin-bottom: 30px;
  }
  body.page-template-page-grants .grants_right, body.page-template-page-grants .grants_left {
    padding: 0;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  body.page-template-page-grants section#our_grants .super_bold {
    margin-bottom: 30px;
  }
  body.page-template-page-grants .grants_left {
    margin-bottom: 20px;
  }
  body.page-template-page-grants section#sign_up input[type='text'] {
    width: 100%;
    margin-bottom: 10px;
  }
  body.page-template-page-grants section#sign_up #grant_apply_buttons a.cta_button {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  body.page-template-page-grants section#sign_up input[type='email'] {
    width: 100%;
    margin-bottom: 10px;
  }
  body.page-template-page-grants section#sign_up .also_subscribe {
    width: 100%;
  }
  body.page-template-page-grants section#sign_up .also_subscribe .input_right {
    float: none;
    width: auto;
  }
  body.page-template-page-grants section#criteria .grants_left {
    margin-bottom: 50px;
  }
  body.page-template-page-grants section#criteria .bold_header {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  body.page-template-page-grants section#grants_faq .grants_right .saf_qa:first-child {
    padding: 0;
    margin-top: 0;
    border: none;
  }
  body.page-template-page-grants section#grants_faq h2 {
    margin-bottom: 40px;
  }
  body.page-template-page-grants section#grants_faq .grants_left {
    margin-bottom: 10px;
  }

  /* our leaders mobile */
  body.our-leaders section#leaders_intro {
    padding: 50px 0 50px 0;
  }
  body.our-leaders section#leaders_intro .homepage_large {
    width: 100%;
  }
  body.our-leaders .full_width_promo h2, body.our-leaders .full_width_promo .under_bold.medium_copy {
    background-image: url("img/flourish_red.png");
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 21px;
  }
  body.our-leaders .full_width_promo .cta_button {
    background-color: #c81925;
  }
  body.our-leaders .full_width_promo .super_bold {
    margin-top: 20px;
    font-size: 40px;
  }
  body.our-leaders .full_width_promo .medium_copy {
    margin-bottom: 30px;
  }
  body.our-leaders .full_width_promo .medium_copy.under_bold {
    margin-top: 8px;
    font-size: 20px;
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}
/* for smaller smartphones */
@media screen and (min-width: 320px) and (max-width: 360px) {
  body.help .slide-info a.cta_button {
    color: white;
    background-color: transparent;
    padding: 0;
    text-transform: none;
    height: auto;
  }

  body.videos .medium_copy {
    font-size: 16px;
  }

  body.blog .top_static_image_info a.cta_button {
    color: white;
    background-color: transparent;
    padding: 0;
    text-transform: none;
    height: auto;
  }
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
