/*
Theme Name: 2015 Strong Against Cancer Theme - Based on DevDmBootstrap3 Theme by Danny Machal
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Copacino+Fujikado
Author URI: http://www.copacino.com/
Description: A theme for the 2015 Strong Against Cancer website build.
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
*/


/****** Normalize CSS ******/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * 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/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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"],

/* 1 */

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;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}


/* The bootstrap.css file is auto-enqueued in functions.php */


/****** Fonts ******/

@font-face {
    font-family: 'intro_regular';
    src: url('https://strongagainstcancer.org/wp-content/themes/2015strongagainstcancer/fonts/intro-webfont.eot');
    src: url('https://strongagainstcancer.org/wp-content/themes/2015strongagainstcancer/fonts/intro-webfont.eot#iefix') format('embedded-opentype'), url('fonts/intro-webfont.woff') format('woff2'), url('fonts/intro-webfont.woff') format('woff'), url('fonts/intro-webfont.ttf') format('truetype'), url('fonts/intro-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_light';
    src: url('fonts/intro-light-webfont.eot');
    src: url('fonts/intro-light-webfont.eot#iefix') format('embedded-opentype'), url('fonts/intro-light-webfont.woff') format('woff2'), url('fonts/intro-light-webfont.woff') format('woff'), url('fonts/intro-light-webfont.ttf') format('truetype'), url('https://strongagainstcancer.org/wp-content/themes/2015strongagainstcancer/fonts/intro-light-webfont.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/****** Bootstrap CSS Overrides ******/

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container {
    width: 100%;
    padding: 0;
}

.content-wrapper-inner .col-md-4 {
    padding: 0 15px 0 0;
}

.adding15px {
    padding: 13px 0 0 0;
}

.content-wrapper-inner .col-md-4:last-of-type {
    padding: 0;
}

.content-wrapper-inner .padding-bottom-30px {
    padding: 0 15px 30px 0;
}

.content-wrapper-inner .padding-bottom-30p:last-of-type {
    padding: 0 0 30px 0;
}


/****** WordPress CSS Overrides ******/

.wp-caption-text {
    font-style: italic;
    color: #5e5e5e;
    background: #e3e3e3;
    padding: 5px 15px;
}


/****** Body, General, and Colors ******/

body {
    font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #f1f1f1;
    font-size: 18px;
    line-height: 35px;
    color: #5e5e5e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'intro_light', sans-serif;
    font-size: 48px;
    padding: 0 0 20px;
    clear: both;
    width: 100%;
}

h3 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    clear: both;
    width: 100%;
    color: #90278e;
}

p {
    margin: 0 0 20px;
}

.big-heading {
    font-family: 'intro_regular', sans-serif;
    font-size: 250px;
    line-height: 210px;
}

.white-border-btn,
.white-border-btn:link,
.white-border-btn:visited
 {
    display: inline-block;
    padding: 3px 30px;
    border: 3px solid #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 500; letter-spacing: .02em;
}
.white-border-btn:hover,
.white-border-btn:active {
   background:#fff;
    border: 3px solid #fff;
  color: #90278e !important;
}
.medium-heading {
    font-family: 'intro_light', sans-serif;
    font-size: 48px;
    line-height: 48px;
}

.uppercase {
    text-transform: uppercase;
}

.wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 50px 0;
    position: relative;
}

.content-wrapper {
    width: 90%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.content-wrapper .content-wrapper-inner-margin-bottom-20px {
    margin: 0 0 20px !important;
}

.content-wrapper .content-wrapper-inner-margin-bottom-20px:last-of-type {
    margin: 0 !important;
}

.content-wrapper-inner-margin-bottom-30px {
    margin-bottom: 30px !important;
}

.content-wrapper-inner-no-horizon-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-wrapper-inner {
    display: block;
    padding: 30px 30px 0;
    position: relative;
}

.content-wrapper-inner-no-vertical-padding {
    padding: 0 30px !important;
}

.content-wrapper-inner-padding-vertical {
    padding: 30px 0 !important;
}

.content-wrapper-inner-padding-top {
    padding: 30px 0 0 !important;
}

.page-template-get-involved-page .content-wrapper-inner-padding-top {
    margin: 0 auto;
    padding: 0!important;
}

.content-wrapper-inner-padding-bottom {
    padding: 0 0 30px !important;
}

.page-template-get-involved-page .content-wrapper-inner-padding-bottom {
    padding: 0 !important;
}

.content-wrapper-inner-right-padding-only {
    padding: 0 30px 0 0;
}

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

.padding-bottom-15px {
    padding-bottom: 15px !important;
}

.padding-bottom-30px {
    padding-bottom: 30px !important;
}

.margin-top-30px {
    margin-top: 30px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-child > * {
    margin: 0 !important;
}

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

.center-text-align-child > * {
    text-align: center;
}

.center {
    display: block;
    margin: 0 auto;
    clear: both;
}

.center-parent {
    display: table;
}

.center-child {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.center-child-of-parent > * {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.equal-height-parent {
    display: table-row;
}

.equal-height-child {
    display: table-cell;
}

.fade-in {
    /*opacity: 1;*/
    -webkit-filter: none;
    /* Chrome, Safari, Opera */
    filter: none;
}

.fade-out {
    /*  opacity: 0.3;*/
    -webkit-filter: grayscale(80%);
    /* Chrome, Safari, Opera */
    filter: grayscale(80%);
}

.height140px {
    height: 140px;
}

.height200px {
    height: 200px;
}

.heightwidth300px {
    height: 300px;
    width: 300px !important;
    margin: 0 !important;
}

.height300px {
    height: 300px;
}

.height480px {
    height: 480px;
}

.height600px {
    height: 600px;
}

.height100per {
    height: 100%;
}

.height100perSponsers {
    height: 100%;
    width: auto;
}

.width100per {
    width: 100% !important;
}

.width90per {
    width: 90%;
}

.width85per {
    width: 85%;
}

.width60per {
    width: 60%;
}

.show-992px {
    display: none;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.white a,
.white a:link,
.white a:visited,
.white a:hover,
.white a:active {
    color: #fff;
}

.white-bg {
    background: #fff !important;
}

.lighter-off-white {
    color: #f1f1f1;
}

.off-white {
    color: #f3f3f4;
}

.medium-purple {
    color: #821577;
}

.medium-purple-bg {
    background: #821577;
}

.light-purple {
    color: #90278e;
}

.light-purple-bg {
    background: #90278e;
}

.violet {
    color: #b999b6;
}

.dark-purple {
    color: #892588;
}

.mobile-icon-light-purple {
    color: #AB008E;
}

.darker-purple {
    color: #590047;
}

.darkest-purple {
    color: #500048;
}

.darkest-purple-bg {
    background: #500048;
}

.off-black {
    color: #231f20;
}

.gray {
    color: #5e5e5e;
}

.search-box-purple-color {
    color: #821577;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-bottom {
    position: absolute;
    bottom: 0;
}

.float-middle-middle-vertical {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
}

.float-left-middle-vertical {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    left: 0;
}

.float-right-middle-vertical {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    right: 0;
}

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

.height-100per {
    height: 100%;
}

a,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.clear {
    clear: both;
}

.padding30px {
    padding: 30px;
}

.mobile-show {
    display: none !important;
}

.tablet-show {
    display: none !important;
}

.overlay-show {
    display: none !important;
}

.absolute {
    position: absolute;
    z-index: 100;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/****** Header and Logo (which is text) ******/

header {
    background: #f3f3f4;
    width: 100%;
    /*   max-width: 1200px;*/
    height: 120px;
    position: fixed;
    clear: both;
    z-index: 5000;
}

#header-left {
    float: left;
    display: inline-block;
    max-width: 800px;
    padding: 0 0 0 50px;
    position: relative;
}

#header-right {
    float: right;
    display: inline-block;
    max-width: 490px;
    padding: 0 50px 0 0;
    position: relative;
}

header h1 {
    font-family: 'intro_regular', sans-serif;
    color: #231f20;
    font-size: 27px;
    display: inline-block;
    margin: 0;
    line-height: 120px;
    float: left;
    position: relative;
}

header h1 a,
header h1 a:link,
header h1 a:visited,
header h1 a:hover,
header h1 a:active {
    display: none;
    color: #231f20;
    text-decoration: none;
}

header h1 #sac-logo-desktop-only {
    background: url(img/sac-child-super-hero-logo-desktop-only.png) no-repeat top left;
    position: absolute;
    z-index: 10;
    display: block;
    text-indent: -9999px;
    width: 141px;
    height: 100px;
    top: 10px;
    left: 0;
}


/****** Header Navigation ******/

#hamburger-menu {
    display: none;
    width: auto;
    font-family: 'intro_regular', sans-serif;
    font-size: 39px;
    color: #90278e;
    padding: 6px 10px 0 0;
    vertical-align: top;
    line-height: 41px;
}

#hamburger-menu:link,
#hamburger-menu:visited,
#hamburger-menu:hover,
#hamburger-menu:active {
    text-decoration: none;
}

#desktop-nav {
    float: right;
}

#desktop-nav ul {
    font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120px;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

#desktop-nav li {
    float: left;
}

#desktop-nav a {
    padding: 0 15px;
    display: block;
}

#desktop-nav li:first-child a {
    padding: 0 15px 0 0;
}

#desktop-nav a:link,
#desktop-nav a:visited {
    color: #5e5e5e;
    text-decoration: none;
}

#desktop-nav a:hover,
#desktop-nav a:active {
    color: #90278e;
    text-decoration: none;
}

#desktop-nav li.active a:link,
#desktop-nav li.active a:visited {
    color: #90278e;
}


/* Hide sub-menu */

#desktop-nav .menu-item-object-custom {
    position: relative;
}

#desktop-nav .menu-item-object-custom .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    background: #f3f3f4;
    width: 270px;
    left: 15px;
    padding: 0;
}

#desktop-nav .menu-item-object-custom .sub-menu li {
    width: 100%;
    display: block;
}

#desktop-nav .menu-item-object-custom .sub-menu a {
    float: left;
    line-height: 60px;
    padding: 0 0 0 20px;
    width: 100%;
}

#desktop-nav .menu-item-object-custom .sub-menu li.active a,
#desktop-nav .menu-item-object-custom .sub-menu a:hover,
#desktop-nav .menu-item-object-custom .sub-menu a:active {
    background: #fff;
}

#mobile-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mobile-nav a {
    display: block;
    font-size: 20px;
    line-height: 32px;
    padding: 0 0 0 48px;
}

#mobile-nav a:link,
#mobile-nav a:visited {
    color: #fff;
    text-decoration: none;
}

#mobile-nav a:hover,
#mobile-nav a:active {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

#mobile-nav li ul {
    display: none;
}

#mobile-nav li li a {
    font-size: 16px;
    padding-left: 58px;
}


/*
    Mobile width (<= 680px) full screen overlay menu
    that appears when clicking the hamburger menu
    */

.overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s, visibility 0s 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(137, 37, 136);
    background-color: rgba(137, 37, 136, 0.9);
   /* position: absolute;*/
    z-index: 6000;
    color: #fff;
}

.overlay .overlay-show {
    display: block !important;
}

.overlay .overlay-hide {
    display: none !important;
}

.mobile-nav-overlay-inner {
    display: block;
    width: 310px;
    margin: 0 auto;
    position: relative;
}

.mobile-nav-overlay-inner h2 {
    text-align: center;
    margin: 0 0 2px;
    padding: 4px 0 8px;
    border: 2px solid #fff;
    border-width: 0 0 2px 0;
}

.mobile-nav-overlay-inner .footer-text {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-overlay-inner .footer-text a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding: 0 0 0 48px;
}

.mobile-nav-overlay-inner .footer-text a:link,
.mobile-nav-overlay-inner .footer-text a:visited {
    color: #fff;
    text-decoration: none;
}

.mobile-nav-overlay-inner .footer-text a:hover,
.mobile-nav-overlay-inner .footer-text a:active {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

.overlay-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.overlay-close {
    background: url(img/white-cross.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    width: 34px;
    height: 20px;
    padding: 20px 20px 20px 0;
    position: absolute;
    z-index: 5000;
}

.mobile-overlay-line {
    width: 261px;
    height: 2px;
    display: block;
    margin: 5px 0;
    float: right;
    clear: both;
    background: #fff;
    opacity: 0.4;
}


/******
 ****** Header Social Networks and Search,
 ****** Give Now Button, and
 ****** Search Box
 ******/

#header-social-networks {
    float: right;
    list-style-type: none;
    display: table-row;
    margin: 0;
    padding: 0 0 10px 0;
}

#header-social-networks li {
    float: left;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}

#header-social-networks a {
    display: table-cell;
    vertical-align: middle;
    text-indent: -9999px;
    height: 120px;
    padding: 0 23px;
}

#header-social-networks li:first-child a {
    padding: 0 40px 0 0;
}

#header-social-networks li:last-child a {
    /*padding: 0 75px 0 0;*/
}


/* Social Networks for Desktop (light gray color) */

.social-fb {
    display: inline-block;
    width: 9px;
    height: 23px;
    background: url(img/social-networks/header-facebook-desktop.png) no-repeat center center;
}

.social-tw {
    display: inline-block;
    width: 21px;
    height: 23px;
    background: url(https://strongagainstcancer.org/wp-content/themes/2015strongagainstcancer/img/social-networks/header-twitter-desktop.png) no-repeat center center;
}

.social-ig {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(img/social-networks/header-instagram-desktop.png) no-repeat center center;
}

.social-search {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(img/social-networks/header-search-desktop.png) no-repeat center center;
}


/* Search Icon for Mobile (light purple color) */

.social-search-mobile {
    display: none;
    width: 36px;
    height: 50px;
    background: url(img/social-networks/header-search-mobile.png) no-repeat center right;
    text-indent: -9999px;
    position: absolute;
    margin: 2px 6px 0;
}

#give-now-btn,
#give-now-btn:link {
    font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #892588;
    border: 2px solid #90278e;
    display: block;
    float: right;
    padding: 16px 53px;
    margin: 34px 0 0 14px;
    position: relative;
    line-height: 20px;
}

#give-now-btn:hover,
#give-now-btn:hover,
#give-now-btn:active {
    text-decoration: none;
    color: #90278e;
    background: transparent;
    border: 2px solid #90278e;
}

#search-box {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 68px;
    line-height: 60px;
    color: #fff;
    z-index: 500;
    background: #821577;
    margin: 0 0 -68px;
    font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
}

#search-box input {
    border: none;
    background: #821577;
    padding: 0 0 0 123px;
    width: 70%;
    height: 60px;
}

#search-box input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#search-box::-ms-input-placeholder {
    color: #fff;
}

#search-box::-o-input-placeholder {
    color: #fff;
}

#search-box::-webkit-input-placeholder {
    color: #fff;
}


/* Search Page Search Box */

#search-page-search-box input[type=text] {
    padding: 5px;
    width: 50%;
}

#search-page-search-box input[type=submit] {
    background: #821577;
    color: #fff;
    border: none;
    padding: 13px 34px;
}


/****** Content ******/

#content {
    display: block;
    width: 100%;
    clear: both;
    background: #f1f1f1;
    min-height: 100px;
    padding: 120px 0 0;
}

#content a:link,
#content a:visited {
    text-decoration: underline;
}

#content a:hover,
#content a:active {
    text-decoration: none;
    opacity: 0.9;
}

#content a.no-fade:hover,
#content a.no-fade:visited {
    opacity: 1;
}

.patient-story .row {
    display: inline-flex;
    padding: 0 !important;
    background-color: white;
}

.patient-story .row div {
    margin: auto 3%;
    padding: 0 !important;
}

.patient-story .row div:first-child .patient-bio-home {
    text-align: center;
}

.patient-story .row div:last-child {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.patient-story .row div .slideshow-nav {
    margin: 0 auto !important;
}

.read-more,
.read-more:link,
.read-more:visited {
    color: #90278e;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #90278e;
    padding: 3px 30px;
    margin: 20px 0 11px;
    opacity: 1 !important;
     font-weight: 500; letter-spacing: .02em;
}

.read-more:hover,
.read-more:active {
    color: white;
    background-color: #90278e;
    border: 2px solid #90278e;
}

.search .read-more,
.search .read-more:link,
.search .read-more:visited,
.search .read-more:hover,
.search .read-more:active {
    margin: 0;
}

.button-link,
.button-link:link,
.button-link:visited,
.button-link:hover,
.button-link:active {
    color: #90278e !important;
    text-decoration: none !important;
    display: inline-block;
    border: 2px solid #90278e;
    padding: 3px 30px;
    opacity: 1 !important;
}

.childrens_logo{
    width: 90%;
    height: auto;
    max-width: 379px;
}


/****** Footer ******/

footer {
    background: #f1f1f1;
    width: 100%;
    height: 110px;
    font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer a:hover,
footer a:active {
    text-decoration: underline;
}

#footer-left {
    padding: 0 0 0 50px;
}

#footer-right {
    padding: 0 50px 0 0;
}

#footer-right ul {
    float: right;
}

#footer-left li {
    float: left;
}

#footer-right li {
    float: left;
}

#footer-left a,
#footer-left a:link,
#footer-left a:visited,
#footer-left a:hover,
#footer-left a:active {
    line-height: 110px;
    display: block;
    padding: 0 25px 0 0;
    color: #5e5e5e;
}

#footer-right a,
#footer-right a:link,
#footer-right a:visited,
#footer-right a:hover,
#footer-right a:active {
    line-height: 110px;
    display: block;
    padding: 0 0 0 25px;
    color: #90278e;
}

#footer-right li {
    line-height: 110px;
    display: block;
    padding: 0 0 0 25px;
    color: #90278e !important;
}

#footer-left li:last-child a,
#footer-right li:last-child {
    padding: 0 !important;
}


/****** Page Specific CSS ******/

#page-heading {
    background: #b999b6 no-repeat top center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    display: block;
    width: 100%;
    height: 500px;
}

#page-heading h1 {
    font-family: 'intro_regular', sans-serif;
    font-size: 70px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 200px 0 0;
}

#page-heading h1 .light-purple {
    position: relative;
    top: 20px;
}

.no-big-page-heading h1 {
    font-family: 'intro_light', sans-serif;
    font-size: 48px;
    color: #90278e;
    margin: 0 0 20px;
}

.no-big-page-heading h2 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #90278e;
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
}

.no-big-page-heading h3 {
    margin: 0 0 20px;
    text-transform: none;
    font-weight: normal;
}

.no-big-page-heading a,
.no-big-page-heading a:link,
.no-big-page-heading a:visited {
    color: #90278e;
}

.no-big-page-heading a:hover,
.no-big-page-heading a:active {
    color: #90278e;
}

#page-heading p {
    color: #fff;
    width: 100%;
    max-width: 700px;
    padding: 0 10px 0;
    margin: 0 auto;
}


/* Patients Page */

.page-patients #page-heading h1 {
    height: 105px;
    padding: 100px 0 130px;
    margin: 0;
}

.patient-bio-home {
    padding: 17% 0 0;
}

.page-patients .russell-wilson-join-the-team-bg {
    background: no-repeat bottom center;
    background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    width: 100%;
    padding-top: 60%;
    height: 60%;
}

.page-patients .medium-heading {
    float: left;
    padding: 5px 20px 0 0;
}

.page-patients p.equal-height-child {
    vertical-align: top;
    /*  height: 500px;*/
    height: 470px;
    position: relative;
}

.page-patients #join-team {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 100px;
    width: 40%;
    line-height: 27px;
    font-size: 0.85em;
}

.page-patients #join-team p {
    margin: 0 0 5px;
}

.page-patients #join-team p:last-child {
    margin: 0;
}

.page-patients #join-team a,
.page-patients #join-team a:link,
.page-patients #join-team a:visited {
    color: #90278e;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 30px;
    opacity: 1 !important;
    background: transparent;
    border: 2px solid #90278e;
    margin: 14px 0;
     font-weight: 500; letter-spacing: .02em;
}

.page-patients #join-team a:hover,
.page-patients #join-team a:active {
    color: white;
    background-color: #90278e;
    border: 2px solid #90278e;
}

#seattle-childrens-hosp-logo {
    position: absolute;
    top: 23%;
    transform: translate(0, -23%);
    -ms-transform: translate(0, -23%);
    -moz-transform: translate(0, -23%);
    -o-transform: translate(0, -23%);
    -webkit-transform: translate(0, -23%);
    right: 0;
}


/* Patients Page Slideshow */

.slideshow-nav {
    display: table;
    margin: 0 auto;
}

.slideshow-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    clear: both;
}

.slideshow-nav li {
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
}

.slideshow-nav li:last-of-type {
    padding: 0;
}

.slideshow-nav img {
    border: 2px solid #e2e2e2;
}

.slideshow-nav .fade-in img {
    opacity: 1;
    border: 2px solid #90278e;
}

.slideshow-nav a:hover,
.slideshow-nav a:active {
    opacity: 1;
}

.slideshow-nav a:hover img,
.slideshow-nav a:active img {
    opacity: 1;
    border: 3px solid #90278e;
}

.single-patientstories #content h1,
.single-sciencesinglepost #content h1,
.search #content h1 {
    font-family: 'intro_light', sans-serif;
    font-size: 48px;
    color: #90278e;
    margin: 0 0 20px;
}

.single-patientstories #content h2,
.single-sciencesinglepost #content h2,
.search #content h2 {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #90278e;
    margin: 0 0 20px;
    padding: 0;
}

.single-patientstories #content h3,
.single-sciencesinglepost #content h3 {
    text-transform: none;
    margin: 0 0 20px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 35px;
}

.single-patientstories #content a,
.single-patientstories #content a:link,
.single-patientstories #content a:visited,
.single-patientstories #content a:hover,
.single-patientstories #content a:active,
.single-sciencesinglepost #content a,
.single-sciencesinglepost #content a:link,
.single-sciencesinglepost #content a:visited,
.single-sciencesinglepost #content a:hover,
.single-sciencesinglepost #content a:active {
    color: #90278e;
}

.patient-bio-content img {
    margin: 0 0 0 -55%;
}

.patient-bio-content img.infographic {
    margin: 0;
}

.page-science .content-wrapper h3 {
    margin: 0 0 20px;
    font-weight: normal;
    text-transform: none;
}


/*
    Sponsor Logos Styles for
    "Home", "Get Involved", and "Sponsors & Supporters" pages
    */

.title-left-align {
    padding: 30px 30px 0 0;
    margin: 0 0 0 -15px;
}

.box-left-align {
    width: 100%;
    display: block;
    margin: 0 50px 0;
}

.sponsor-logo-rows .col-md-3 {
   width: 22%;
    margin: 0 20px 20px 0;
}
.home .sponsor-logo-rows .col-md-3 {
        width: 25%;
    margin: 0 0 20px;
}
.sponsor-logo-rows > div.rollover:hover,
.sponsor-logo-rows > div.rollover:active {
    border: 5px solid #fff;
}

.sponsor-logo-rows > div.no-rollover:hover,
.sponsor-logo-rows > div.no-rollover:active {
    border: none;
}

#content .sponsor-logo-rows > div a:hover,
#content .sponsor-logo-rows > div a:active {
    opacity: 1;
}


/* Flip cards styles for "Get Involved" */

.sponsor-logo-rows .front-card {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sponsor-logo-rows .front-card h2 {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 22px;
    width: 70%;
    line-height: 35px;
}

.sponsor-logo-rows .back-card {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 210% !important;
    height: 210% !important;
    color: #5e5e5e;
    z-index: 10;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
}
.page-id-375 .sponsor-logo-rows .back-card{
  width: 200% !important;
    height: 200% !important;
}

.sponsor-logo-rows .back-card a,
.sponsor-logo-rows .back-card a:link,
.sponsor-logo-rows .back-card a:visited,
.sponsor-logo-rows .back-card a:hover,
.sponsor-logo-rows .back-card a:active {
    color: #821577;
}

.sponsor-logo-rows .back-card:hover,
.sponsor-logo-rows .back-card:active {
    border: none;
}

.sponsor-logo-rows .last-col .back-card {
    margin: 0 0 0 -110% !important;
}

.sponsor-logo-rows .back-card-inner {
    width: 100%;
    padding: 0 30px;
}

.sponsor-logo-rows .back-card h2 {
    font-size: 22px;
    text-align: center;
    color: #500048;
    line-height: 25px;
}

.sponsor-logo-rows .back-card ul {
    color: #821577;
    float: left;
    list-style-type: none;
    padding: 0;
    width: 50%;
}

.sponsor-logo-rows .back-card ol {
    color: #821577;
    float: left;
    width: 50%;
}

.back-card .close-back-card {
    display: block;
    background: url(img/close-back-card.png) no-repeat bottom left;
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 5px;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
}

.contact-icons {
    clear: both;
}

.contact-icons a,
.contact-icons a:link,
.contact-icons a:visited,
.contact-icons a:hover,
.contact-icons a:active {
    color: #821577;
    font-size: 12px;
}

.contact-icons .email-icon {
    background: url(img/contact-icons/email-icon.png) no-repeat top center;
    display: inline-block;
    height: 100px;
    width: 50%;
    text-align: center;
    float: left;
}

.contact-icons .phone-icon {
    background: url(img/contact-icons/phone-icon.png) no-repeat top center;
    display: inline-block;
    height: 100px;
    width: 50%;
    text-align: center;
    float: right;
}


/* Single Search Result */

.single-search-result {
    margin: 90px 0;
}


/* "Get Involved" page CSS ONLY START */

.sponsor-logo-rows .opposite-tile {
    background: #fff !important;
}

.sponsor-logo-rows .opposite-tile .front-card h2 {
    color: #500048 !important;
}

.sponsor-logo-rows > .opposite-tile.rollover:hover,
.sponsor-logo-rows > .opposite-tile.rollover:active {
    border: 5px solid #500048;
}


/* "Get Involved" page CSS ONLY END */


/****** Breakpoint for 1295px wide or smaller ******/

@media screen and (max-width: 1295px) {
    .big-heading {
        font-size: 210px;
        line-height: 160px;
    }
    .tablet-show {
        display: block !important;
    }
    .tablet-hide {
        display: none !important;
    }
    #content {
        margin: 0;
    }
    /***** Header ******/
    #header-left {
        width: 50%;
        padding: 0 0 0 50px;
    }
    #header-right {
        width: 35%;
        padding: 0 50px 0 0;
        margin: 0 0 -6px;
    }
    header h1 {
        font-size: 20px;
        line-height: 20px;
        padding: 25px 0 0;
    }
    header h1 a,
    header h1 a:link,
    header h1 a:visited,
    header h1 a:hover,
    header h1 a:active {
        display: block;
    }
    header h1 #sac-logo-desktop-only {
        display: none;
    }
    #desktop-nav {
        width: 64%;
        padding: 0 0 0 20px;
        float: left;
    }
    #desktop-nav ul {
        line-height: 75px;
        padding: 0 0 0 30px;
    }
    #desktop-nav a {
        padding: 0 9px;
    }
    #desktop-nav li:first-child a {
        padding: 0 9px 0 0;
    }
    #give-now-btn {
        font-size: 14px!important;
        padding: 12px 38px!important;
        margin: 11px 0 0!important;
        display: block!important;
    }
    #header-social-networks {
        clear: right;
        padding: 0;
        margin-right: -10px;
    }
    #header-social-networks li {
        height: 60px;
    }
    #header-social-networks a {
        height: 60px;
    }
    #footer-left {
        padding: 0 0 0 50px;
    }
    #footer-right {
        padding: 0 50px 0 0;
    }
    #page-heading {
        height: 220px;
    }
    .page-patients #page-heading {
        height: 500px;
    }
    #page-heading h1 {
        font-size: 45px;
        padding: 50px 0 150px;
    }
    #page-heading h1 span {
        display: block;
    }
    #page-heading h1 .light-purple {
        display: block;
    }
    .page-patients #join-team {
        font-size: 14px;
        line-height: 23px;
    }
    .contact-icons .email-icon {
        height: 50px;
        overflow: hidden;
    }
    .title-left-align {
        padding: 30px 30px 0 0;
        margin: 0 0 0 -15px;
    }
}
@media screen and (min-width: 1200px) {
.sponsor-logo-rows .last-col.get-involved .back-card, .sponsor-logo-rows .next-last-col.last-col.get-involved .back-card  {
    margin: 0 0 0 -100% !important;
}
.sponsor-logo-rows .next-last-col.get-involved .back-card {
    margin: 0!important;
}
}
@media screen and (max-width: 1199px) and (min-width: 993px) {

.sponsor-logo-rows .last-col.get-involved .back-card {
    margin: 0 !important;
}
.sponsor-logo-rows .next-last-col.get-involved .back-card, .sponsor-logo-rows .next-last-col.last-col.get-involved .back-card  {
   margin: 0 0 0 -300px !important;
}
}
/****** Breakpoint for 992px wide or smaller ******/

@media screen and (max-width: 992px) {
    /* Center Images on 992px wide or smaller */
  /* #desktop-nav ul{
    font-size: 15px;
   }
   #desktop-nav li:first-child a{
    padding: 0 7px 0 0;
   }*/
    .center-992px {
        margin: 0 auto;
        display: block;
    }
    .height200px-992px {
        height: 200px !important;
    }
    .height400px-992px {
        height: 400px !important;
    }
    .content-wrapper-inner-padding-top-992px {
        padding-top: 30px !important;
    }
    .content-wrapper-inner-padding-bottom-992px {
        padding: 0 0 30px !important;
    }
    .no-float-992px {
        float: none;
    }
    .no-margin-top-992px {
        margin-top: 0 !important;
    }
    .no-padding-992px {
        padding: 0 !important;
    }
    .no-overflow-hidden-992px {
        overflow: visible;
        position: relative;
    }
    .height-auto-992px {
        height: auto !important;
    }
    .no-center-parent-992px {
        display: block;
    }
    .no-center-child-992px {
        width: auto;
        display: block;
        vertical-align: top;
    }
    .no-center-child-of-parent-992px > * {
        width: auto;
        display: block;
        vertical-align: top;
    }
    .no-float-middle-vertical-992px {
        position: relative;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .width100per-992px {
        width: 100%;
    }
    .height100per-992px {
        width: initial;
        height: inherit;
    }
    .sponsor-logo-rows .back-card h2 {
    font-size: 20px;
      margin: 0 0 10px 0!important;
      padding: 0 !important;
}
    .font14px-992px {
      /*  font-size: 14px!important;
        margin: 0 0 10px!important;*/
    }
    .font10px-992px {
        font-size: 10px;
          margin:0 0 10px 0!important;
    }
    .lineheight16px-992px {
        line-height: 16px;
    }
    .lineheight18px-992px {
        line-height: 18px;
    }
    .show-992px {
        display: block;
    }
    .img-220by200dimensions-992px {
        width: 220px !important;
        height: 220px !important;
    }
    .patient-story .row {
        display: block;
        padding: 0 0 30px !important;
        background-color: white;
    }
    .patient-story .row div {
        margin: auto 3%;
        padding: 30px 30px 0 !important;
    }
    .patient-story .row div:first-child,
    .patient-story .row div:last-child {
        display: block;
        padding: 30px 30px 0;
        position: relative;
    }
    .patient-story .row div .slideshow-nav {
        text-align: center;
    }
    .page-patients .medium-heading {
        line-height: 48px;
        padding: 5px 20px 0 0;
    }
    .patient-bio-home {
        padding: 0;
    }
    .page-patients p.equal-height-child {
        height: auto;
    }
    .page-patients p.equal-height-child img.float-bottom {
        position: relative;
    }
    .page-patients .childrens-hosp-logos p {
        margin: 20px 0;
    }
    .page-patients .russell-wilson-join-the-team-bg {
        padding-top: 75%;
        height: 75%;
    }
    .page-patients #join-team {
        width: 80%;
        left: 30px;
        bottom: 50px;
    }
    .page-patients #join-team p:first-child {
        margin-bottom: 54%;
    }
    .patient-bio-content img {
        margin: 0;
    }
    #header-social-networks {
        clear: right;
        padding: 0;
        margin-right: -3px;
    }
    #header-social-networks li:first-child a {
        padding: 0 31px 0 0;
    }
    #header-social-networks li:last-child a {
        padding: 0 20px;
    }
    .page-stories #content .content-wrapper > .row {
        padding-bottom: 30px !important;
    }
    .page-stories #content .content-wrapper .row:first-child {
        margin-top: 30px !important;
    }
     .sponsor-logo-rows .col-md-3 {
        width: 97%;
        margin: 0 10px 20px;
     
    }
    .home .sponsor-logo-rows .col-md-3 {
   width: auto;
    margin: auto;
}
    .sponsor-logo-rows .col-md-3.sponsor {
     
        overflow:visible;
    }
    .sponsor-logo-rows .col-md-3.get-involved {
       overflow: hidden;
         height: 480px!important;
    }
    .sponsor-logo-rows .back-card {
        width: 100% !important;
        height: 210% !important;
    }
    .sponsor-logo-rows .get-involved .back-card {
        width: 100% !important;
        height: 100% !important;
    }
    .sponsor-logo-rows .last-col .back-card {
        margin: 0 !important;
    }
    /* Search Page Search Box */
    #search-page-search-box input[type=text] {
        width: 80%;
    }
    .title-left-align {
        padding: 30px 30px 0 0;
        margin: 0 0 0 10px;
    }
    .box-left-align {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .sponsor-logo-rows .get-involved .back-card {
   margin: 0 !important;
}
}


/****** Breakpoint for 680px wide or smaller (for mobile) ******/

@media screen and (max-width: 680px) {
    .wrapper {
        padding: 0;
    }
    .width70per-680px {
        width: 70%;
    }
    h2{
        font-size: 30px;
    }
    p {
        font-size: 14px;
        line-height: 30px;
    }
    .big-heading {
        font-size: 120px;
        line-height: 90px;
    }
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    header {
        height: 80px;
    }
    #header-left {
        width: 310px;
        padding: 0;
        margin: -7px auto 0;
        float: none;
        display: block;
    }
    #header-right {
        display: block;
        width: 100% !important;
        height: 40px;
        float: none;
        padding: 0;
        margin: -18px 0 0;
        max-width: 100%;
        background: #500048;
    }
    #footer-right li:first-of-type {
        padding: 0;
    }
    #hamburger-menu {
        display: block;
        background: url(img/hamburger-menu.png) no-repeat bottom left;
        width: 48px;
        height: 40px;
        text-indent: -9994px;
        float: left;
    }
    header h1 {
        float: none;
        vertical-align: top;
        font-size: 16px;
        padding: 20px 0 25px;
    }
    header #desktop-nav {
        display: none;
    }
    #give-now-btn {
        top: 0;
        padding: 5px 27px!important;
        font-size: 10px!important;
        display: inline!important;
        float: right!important;
        background: none!important;
        border: 2px solid #fff!important;
        margin: 6px 0 0 0!important;
        position: absolute!important;
        right: 0;
        z-index: 600;
        line-height: 13px!important;
    }
    #give-now-btn:hover,
    #give-now-btn:hover,
    #give-now-btn:active {
        text-decoration: none;
        color: #fff!important;
    }
    #header-social-networks {
        clear: none;
        padding: 0;
        float: left;
        display: block;
        margin-left: -12px;
    }
    #header-social-networks li {
        height: 40px;
    }
    #header-social-networks a {
        height: 40px;
    }
    #header-right-mobile-inner {
        position: relative;
        width: 310px;
        height: 40px;
        padding: 0;
        display: block;
        margin: 0 auto;
        z-index: 500;
    }
    .patient-story .row div {
    padding: 30px 10px 0 !important;
}
  .sponsor-logo-rows .col-md-3.get-involved {
       height: 480px!important;
    }
.equal-height-child{
    display: block;
}
    #content {
        padding: 80px 0 0;
    }
    /* Social Networks for Mobile (light purple color) */
    .social-fb {
        background: url(img/social-networks/header-facebook-mobile.png) no-repeat center center;
    }
    .social-tw {
        background: url(img/social-networks/header-twitter-mobile.png) no-repeat center center;
    }
    .social-ig {
        background: url(https://strongagainstcancer.org/wp-content/themes/2015strongagainstcancer/img/social-networks/header-instagram-mobile.png) no-repeat center center;
    }
    #header-social-networks a.social-search {
        display: none;
    }
    .social-search-mobile {
        display: inline-block;
    }
    #search-box {
        position: relative;
        bottom: 0;
        width: 100%;
        height: 35px;
        z-index: 0;
        background: #500048;
        margin: -18px 0 18px;
        padding: 5px 0 0;
        font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        clear: both;
    }
    #search-box input {
        width: 310px;
        display: block;
        margin: 0 auto;
        padding: 0 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-border-radius: 2px;
        background: #821577;
    }
    /* Search Page Search Box */
    #search-page-search-box input[type=text] {
        width: 100%;
    }
    .slideshow-nav li {
        padding: 0 5px 0 0;
    }
    #footer-left,
    #footer-right {
        width: 310px;
        margin: 0 auto;
        padding: 0;
        display: block;
        float: none;
        clear: both;
        position: relative;
    }
    #footer-right ul {
        float: none;
    }
    #footer-right li {
        float: left;
    }
    #footer-left a,
    #footer-left a:link,
    #footer-left a:visited,
    #footer-left a:hover,
    #footer-left a:active {
        line-height: 55px;
        display: block;
        padding: 0 35px 0 0;
    }
    #footer-right a,
    #footer-right a:link,
    #footer-right a:visited,
    #footer-right a:hover,
    #footer-right a:active {
        line-height: 55px;
        display: block;
        padding: 0;
    }
    #footer-left li:last-child,
    #footer-right li:last-child {
        float: right !important;
    }
    #footer-left li:last-child a,
    #footer-right li:last-child a {
        padding: 0 !important;
        /*padding:  0 0 0 30px !important;*/
    }
    #page-heading h1 {
        width: 310px;
        font-size: 28px;
        padding: 70px 0 0;
        margin: 0 auto;
        line-height: 20px;
    }
    .no-big-page-heading h1 {
        font-size: 30px;
    }
    .no-big-page-heading h2 {
        font-size: 21px;
    }
    .page-patients #page-heading h1 {
        padding: 50px 0 90px;
    }
    #page-heading h1 span {
        display: block;
    }
    #page-heading h1 .light-purple {
        display: block;
    }
    #page-heading p {
        font-size: 14px;
        line-height: 30px;
    }
    .page-patients .russell-wilson-join-the-team-bg {
        padding-top: 125%;
        height: 125%;
    }
    .page-patients #join-team {
        width: 100%;
        bottom: 0;
    }
    .page-patients #join-team p:first-child {
        margin-bottom: 52%;
    }
  
    .font9px-680px {
        font-size: 9px;
    }
    .contact-icons .phone-icon {
        height: 50px;
        overflow: hidden;
    }
    .page-stories #page-heading,
    .page-science #page-heading {
        background-image: none !important;
        background-color: #f1f1f1 !important;
        height: 140px;
    }
    .page-stories #page-heading h1,
    .page-science #page-heading h1 {
        color: #90278e;
        padding: 42px 0 0;
    }
    .title-left-align {
        padding: 30px 30px 0 0;
        margin: 0 0 0 10px;
    }
    .patient-story .row div:last-child {
        display: none;
        padding: 0;
        position: relative;
    }
    .patient-story .row div .slideshow-nav {
        display: block !important;
    }
    .page-patients #join-team {
        width: 90%;
        left: 30px;
    }
      .page-patients #join-team a,
    .page-patients #join-team a:link,
    .page-patients #join-team a:visited,
    .page-patients #join-team a:hover,
    .page-patients #join-team a:active {
        margin-left: -30px!important;
        margin-bottom: 7px;
    }

}



/****** Breakpoint for 480px wide or smaller (for SMALLEST mobile) ******/

@media screen and (max-width: 480px) {
    .size70per-480px {
        zoom: 0.7;
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
}