/*
  Theme Name: SFT HQ
  Author: Tenzing Gaychey
  Author URI: http://tenzinggaychey.com/
  Description: This is a custom theme designed by Tenzing Gaychey exclusively for Students for a Free Tibet.
  Version: 1.0
*/

/* 3rd party packages */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Import globals & PostCSS stuff */

@font-face {
    font-family: 'sftbentonbold';
    src: url(/wp-content/themes/sfthq/fonts/sftbentonbold.woff);
}

@font-face {
    font-family: 'sftbentonblack';
    src: url(/wp-content/themes/sfthq/fonts/sftbentonblack.woff);
}

html {
    box-sizing: border-box;
    /* overflow-x: hidden; */
    scroll-behavior:smooth;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    max-width: 1588px;
    margin: 0 auto;
    padding: 0;
    /* overflow-x: hidden; */
/* Borders on the side once viewport is bigger than above max-width
    border: 1px solid #EEE;
    border-width: 0 1px; */
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: #CB2228;
    text-decoration: none;
    word-break: break-word;
}

a:hover {
        text-decoration: underline;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: 'sftbentonbold';
    text-transform: uppercase;
    font-weight: normal;
}

h1.not-all-caps, h2.not-all-caps, h3.not-all-caps, h4.not-all-caps, h5.not-all-caps, h6.not-all-caps {
        text-transform: none;
    }

strong {
    font-weight: 700;
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.center {
    text-align: center;
}

h1 {
    text-align: center;
	overflow: hidden;
    margin: 0;
    margin-bottom: 1rem;
	
}

h1 span {
		display: inline-block;
		position: relative;
	}

h1 span:before,
		h1 span:after {
			content: '';
			border-bottom: 2px solid #555;
			width: 8rem;
			margin: 0 2rem;
			position: absolute;
			bottom: 1.3rem;
		}

h1 span:before {
			right: 100%;
		}

h1 span:after {
			left: 100%;
		}

hr {
    border-width: 0;
    border-top: 1px solid #CCC;
}

figure {
    margin: 0;
}

figure figcaption {
        font-size: .85rem;
        color: #888;
        padding-top: 5px;
    }

.hide {
    display: none;
}

.small-text {
    font-size: 0.9rem;
}

.large-text {
    font-size: 1.1rem;
}

.gray-text {
    color: #666;
}

.italic {
    font-style: italic;
}

.intro-text {
    font-size: 1.5rem;
    font-weight: 300;
    width: auto;
    margin: 1.5rem 1.5rem 3rem;
}

@media (min-width: 700px) {

.intro-text {
        width: 80%;
        margin: 2rem 2rem 3rem
}
  }

.emoji-large {
    height: 1.2rem;
    margin: 0 5px;
    vertical-align: unset;
}

@media (min-width: 1024px) {

.two-column {
        -webkit-columns: 2;
                columns: 2;
        -webkit-column-gap: 2rem;
                column-gap: 2rem;
        -webkit-column-rule: 1px solid #EEE;
                column-rule: 1px solid #EEE;
        padding-top: 1rem
}
        .two-column *:first-child {
            margin-top: 0;
        }
  }

@media (min-width: 700px) {

.three-column {
        -webkit-columns: 2;
                columns: 2;
        -webkit-column-gap: 2rem;
                column-gap: 2rem;
        -webkit-column-rule: 1px solid #EEE;
                column-rule: 1px solid #EEE;
        padding-top: 1rem
}
        .three-column *:first-child {
            margin-top: 0;
        }
  }

@media (min-width: 1024px) {

.three-column {
        -webkit-columns: 3;
                columns: 3
}
  }

@media (min-width: 700px) {

.four-column {
        -webkit-columns: 3;
                columns: 3;
        -webkit-column-gap: 2rem;
                column-gap: 2rem;
        -webkit-column-rule: 1px solid #EEE;
                column-rule: 1px solid #EEE;
        padding-top: 1rem
}
        .four-column *:first-child {
            margin-top: 0;
        }
  }

@media (min-width: 1024px) {

.four-column {
        -webkit-columns: 4;
                columns: 4
}
  }

.five-column {
    -webkit-columns: 3;
            columns: 3;
}

@media (min-width: 700px) {

.five-column {
        -webkit-columns: 4;
                columns: 4;
        -webkit-column-gap: 2rem;
                column-gap: 2rem;
        -webkit-column-rule: 1px solid #EEE;
                column-rule: 1px solid #EEE;
        padding-top: 1rem
}
        .five-column *:first-child {
            margin-top: 0;
        }
  }

@media (min-width: 1024px) {

.five-column {
        -webkit-columns: 5;
                columns: 5
}
  }

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    padding: .4rem 1rem;
    margin: .5rem;
    background-color: rgba(0,0,0,.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0,-15px,0);
            transform: translate3d(0,-15px,0);
    transition: opacity .4s, visibility .4s, color .4s, -webkit-transform .4s ease-in-out;
    transition: opacity .4s, transform .4s ease-in-out, visibility .4s, color .4s;
    transition: opacity .4s, transform .4s ease-in-out, visibility .4s, color .4s, -webkit-transform .4s ease-in-out;

    color: #DDD;
    font-size: 2rem;
    text-decoration: none;
}

.back-to-top.show {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
        visibility: visible;
    }

.back-to-top:hover {
        color: white;
    }

.highlight-text {
    background-color: #F9DC39;
    padding: 0 5px;
}

.search-highlight {
    background-color: #F9DC39;
}

.single h1 {
        font-size: 1.5rem;
        margin: 1rem 0 0;
        text-align: left;
    }

.single h2 {
        margin-top: 2rem !important;
    }

.single h2.single-title {
        margin-top: 1rem !important;
    }

blockquote {
    border-left: .5rem solid #F9DC39;
    margin: 0;
    padding-left: .8rem;
}

.break-word {
    word-break: break-all;
}

.bg-darkgray {
    background-color: #6B6763;
}

.bg-midgray {
    background-color: #8E8A84;
}

.bg-lightgray {
    background-color: #C6C6BF;
}

.bg-eoy-timeline {
    background-image: linear-gradient(to bottom, #6B6763, #C6C6BF);
}

@media (min-width: 700px) {

.show-on-mobile-only {
        display: none !important
}
  }

.spacer {
    padding-top: 1.5rem;
}

/* Issuu embed */

.issuuembed {
    position: relative;
}

.issuuembed__iframe {
        width: 100%;
        height: 350px;
        vertical-align: middle;
    }

@media (min-width: 700px) {

.issuuembed__iframe {
            height: 680px
    }
  }

.issuuembed__cover-ad {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
        background-color: white;
    }

ul {
    list-style: square;
    padding-left: 1rem;
}

ul.spaced-list li {
        margin-bottom: .5rem;
    }

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.vertical-video-container {
  background-color: black;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  text-align: center;
}

.vertical-video-container div {
    display: inline-block;
    width: 31.6406%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #333;
    position: relative;
  }

.vertical-video-container div iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

/* BEM Blocks */

.btn {
    display: inline-block;
    border-width: 0;
    padding: .5rem 1rem;
    background-color: #CB2228;
    color: white !important;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 1px;
    font-weight: bold;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    cursor: pointer;
    outline: none;
    border-radius: 2px;
    transition: 
        box-shadow .1s ease,
        background-color .4s ease, 
        -webkit-transform .1s ease;
    transition: 
        transform .1s ease, 
        box-shadow .1s ease,
        background-color .4s ease;
    transition: 
        transform .1s ease, 
        box-shadow .1s ease,
        background-color .4s ease, 
        -webkit-transform .1s ease;
}

.btn:active {
        -webkit-transform: translate3d(1px,1px,0);
                transform: translate3d(1px,1px,0);
        box-shadow: 0 0 2px rgba(0,0,0,.3), 1px 1px 3px rgba(0,0,0,.2) inset;
    }

.btn:hover {
        text-decoration: none;
        background-color: #b61e24;
    }

.btn--timeline {
        display: block;
        width: 100%;
        background-color: #6B6763;
        margin-bottom: 4px;
        padding: 4px 0;
    }

.btn--timeline.active {
            background-color: #b61e24;
            -webkit-transform: translate3d(1px,1px,0);
                    transform: translate3d(1px,1px,0);
            box-shadow: 0 0 2px rgba(0,0,0,.3), 1px 1px 3px rgba(0,0,0,.2) inset;
        }

@media (max-width: 700px) {

.btn--timeline {
            display: inline-block;
            width: auto;
            padding: 4px 5px
    }
  }

.btn--block {
        display: block;
        margin-top: .5rem;
        text-align: center;
    }

.btn--block:last-of-type {
            margin-bottom: .5rem;
        }

.btn--big {
        font-size: 1.6rem;
    }

.btn--orange {
        background-color: #DD7500;
    }

.btn--orange:hover {
            background-color: #f78300;
        }

.main-header {
    display: flex;
    align-items: stretch;
    background-color: white;
    padding: 0 1.5rem;
    height: 123px;
}

.main-header__logo {
        width: 320px;
        margin: 1rem 2rem .6rem 0;
    }

.main-header__slogan {
        display: none;
    }

@media (min-width: 1024px) {

.main-header__slogan {
            display: flex;
            align-items: center;
            padding-left: 2rem;
            margin: 1rem 0;
            border-left: 1px solid #DDD;
            color: #888
    }
  }

.main-header__acc {
        display: none;
    }

@media (min-width: 700px) {

.main-header__acc {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-end
    }
  }

.main-header__links {
        margin: 1rem 0;
        display: flex;
        align-items: center;
    }

.main-header__sm-link {
        color: #333;
        font-size: 1.1rem;
        padding: 0px 5px;
    }

.main-header__sm-link:hover {
            color: black;
        }

.main-header__text-link {
        font-size: .9rem;
    }

.main-header__link-divider {
        display: inline-block;
        margin: 0 .8rem;
        border-right: 1px solid #AAA;
        line-height: 1;
        width: 0;
        -webkit-transform: skew(-15deg);
                transform: skew(-15deg);
    }

.main-header__search {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        position: relative;
    }

.main-header__search label {
            position: absolute;
            left: -9999px;
        }

.main-header__search input[type="text"] {
            background-color: #DDDDDD;
            color: #666;
            padding: 9px 30px 9px 13px;
            border: 0px;
            border-radius: 20px;
            box-shadow: inset 1px 1px 4px rgba(0,0,0,.1);
            outline: none;
            width: 230px;
            transition: width .4s ease, box-shadow .4s ease;
        }

.main-header__search input[type="text"]:focus {
                width: 300px;
                box-shadow: inset 1px 1px 4px rgba(0,0,0,.2);
            }

.main-header__search input[type="text"]::-webkit-input-placeholder {
                color: #AAA;
            }

.main-header__search input[type="text"]:-ms-input-placeholder {
                color: #AAA;
            }

.main-header__search input[type="text"]::-ms-input-placeholder {
                color: #AAA;
            }

.main-header__search input[type="text"]::placeholder {
                color: #AAA;
            }

.main-header__search button {
            position: absolute;
            right: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            background-color: transparent;
            border-width: 0;
            color: #999;
            cursor: pointer;
        }

.main-nav {
  z-index: 10;
  padding: 0 1.5rem;
  background: black;
  display: flex;
  height: 3rem;
  width: 100%;
  max-width: 1588px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  position: relative;
}

@media (max-width: 700px) {

.main-nav {
    flex-wrap: wrap;
    height: auto;
    padding: 0
}
  }

.main-nav__toggle-icon {
    width: 56px;
    height: 48px;
    position: relative;
    order: 2;
    margin-right: -1.5rem;
    margin-left: -12px;
    background-color: #444;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    transition: background-color 0.4s ease;
  }

@media (min-width: 700px) {

.main-nav__toggle-icon {
      display: none
  }
  }

@media (max-width: 700px) {

.main-nav__toggle-icon {
      margin-right: 0
  }
  }

.main-nav__toggle-icon__middle {
      position: absolute;
      width: 30px;
      height: 4px;
      background: #ddd;
      left: 17px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
      top: 22px;
      border-radius: 5px;
      opacity: 1;
      transition: opacity 0.4s ease-out, background-color 0.4s ease-out,
        -webkit-transform 0.4s ease;
      transition: opacity 0.4s ease-out, background-color 0.4s ease-out,
        transform 0.4s ease;
      transition: opacity 0.4s ease-out, background-color 0.4s ease-out,
        transform 0.4s ease, -webkit-transform 0.4s ease;
    }

.main-nav__toggle-icon::before {
      content: '';
      position: absolute;
      width: 30px;
      height: 4px;
      background: #ddd;
      left: 17px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
      top: 12px;
      border-radius: 5px;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      margin-left: 0;
      transition: background-color 0.4s ease-out, -webkit-transform 0.5s ease-out;
      transition: transform 0.5s ease-out, background-color 0.4s ease-out;
      transition: transform 0.5s ease-out, background-color 0.4s ease-out, -webkit-transform 0.5s ease-out;
    }

.main-nav__toggle-icon::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 4px;
      background: #ddd;
      left: 17px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
      top: 32px;
      border-radius: 5px;
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      margin-left: 0;
      transition: background-color 0.4s ease-out, -webkit-transform 0.5s ease-out;
      transition: transform 0.5s ease-out, background-color 0.4s ease-out;
      transition: transform 0.5s ease-out, background-color 0.4s ease-out, -webkit-transform 0.5s ease-out;
    }

.main-nav__toggle-icon:hover {
      background-color: #333;
    }

.main-nav__toggle-icon:hover div {
        background-color: white;
      }

.main-nav__toggle-icon:hover::before {
        background-color: white;
      }

.main-nav__toggle-icon:hover::after {
        background-color: white;
      }

.main-nav__toggle-icon.active::before {
        -webkit-transform: translateX(5px) rotate(45deg);
                transform: translateX(5px) rotate(45deg);
      }

.main-nav__toggle-icon.active::after {
        -webkit-transform: translateX(5px) rotate(-45deg);
                transform: translateX(5px) rotate(-45deg);
      }

.active .main-nav__toggle-icon__middle {
      opacity: 0;
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
    }

.main-nav__list {
    display: none;
  }

@media (max-width: 700px) {

.main-nav__list {
      display: block;
      background-color: #444;
      order: 3;
      width: 100%;
      margin: 0;
      padding: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.6s cubic-bezier(0, 1, 0, 1)
  }
      .main-nav__list li {
        list-style: none;
      }
        .main-nav__list li a {
          color: #ddd;
          background-color: #444;
          font-size: 1.5rem;
          display: block;
          text-align: left;
          padding: 1rem;
          border-bottom: 1px solid #555;
          transition: background-color 0.4s ease, color 0.4s ease;
        }
          .main-nav__list li a:hover {
            background-color: #333;
            color: white;
            text-decoration: none;
          }
          .main-nav__list li a.active {
            background-color: #555;
            font-weight: bold;
            color: white;
          }
        .main-nav__list li ul {
          margin: 0;
          padding: 0;
        }
            .main-nav__list li ul li a {
              background-color: #3d3d3d;
              font-size: 1rem;
              padding: 0.8rem 2.5rem;
              border-left: 8px solid #CB2228;
            }
            .main-nav__list li ul li.current_page_item a {
              background-color: #333;
            }
      .active ~ .main-nav__list {
        max-height: 4000px;
        transition: max-height 1.2s ease-in-out;
      }
  }

.main-nav__donate {
    flex: 1;
    display: flex;
    height: 48px;
    justify-content: flex-end;
    self-align: middle;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    z-index: 1;
  }

.main-nav__donate a {
      display: flex;
      align-items: center;
      background-color: #dd7500;
      padding: 0 2rem;
      color: white;
      font-size: 1.4rem;
      font-weight: 700;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: all 0.5s ease;
    }

.main-nav__donate a:hover {
        background-color: #f78300;
        color: #fff;
        text-decoration: none;
      }

.main-nav__donate a span {
        -webkit-transform: skew(15deg);
                transform: skew(15deg);
      }

@media (min-width: 700px) {
    .main-nav__list {
      display: flex;
      margin: 0;
      padding: 0;
    }
        /* 
                transform: skew(-15deg);
                transform-origin: 0 100%; */
        .main-nav__list > li > a {
          -webkit-transform: skew(-15deg);
                  transform: skew(-15deg);
          -webkit-transform-origin: 0 100%;
                  transform-origin: 0 100%;
        }
          .main-nav__list > li > a > span {
            -webkit-transform: skew(15deg);
                    transform: skew(15deg);
          }
          /* submenu */
            /* 
                        transform: skew(15deg);
                        transform-origin: 0 0%; */
            .main-nav__list > li > ul > li > a {
              -webkit-transform: skew(15deg);
                      transform: skew(15deg);
              -webkit-transform-origin: 0 0%;
                      transform-origin: 0 0%;
            }
              .main-nav__list > li > ul > li > a > span {
                -webkit-transform: skew(-15deg);
                        transform: skew(-15deg);
              }
      .main-nav__list > li {
        list-style: none;
        display: flex;
        align-items: stretch;
      }
        .main-nav__list > li > a {
          display: flex;
          align-items: center;
          padding: 0 1.25rem;
          color: white;
        }
          @media (min-width: 1024px) {
        .main-nav__list > li > a {
            padding: 0 1.8rem
        }
  }
          .main-nav__list > li > a:hover {
            background-color: #333;
            text-decoration: none;
          }
          .main-nav__list > li > a.active {
            background-color: #444;
            color: white;
          }
          .main-nav__list > li:hover > a:not(.active) {
            background-color: #333;
          }
          .main-nav__list > li:hover > ul.hide {
            /* targets and reveals inactive submenu on hover */
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
            pointer-events: all;
          }

        .main-nav__list > li > ul {
          /* submenu */
          position: absolute;
          top: 3rem;
          left: 0;
          background-color: rgba(203, 34, 40, 1);
          /* width: 100vw; gave me issues, created hor. scrollbar if browser had ver. scrollbar. */
          right: 0; /* this fixed it. but needs to be relative to great-grandparent */
          max-width: 1588px;
          margin: 0;
          padding: 0 1.5rem;
          height: 2rem;
          display: block;
        }
          @media (min-width: 700px) {

        .main-nav__list > li > ul {
            display: flex
        }
  }
          .main-nav__list > li > ul li {
            list-style: none;
            display: flex;
            align-items: stretch;
          }
            .main-nav__list > li > ul li a {
              display: flex;
              align-items: center;
              padding: 0 1.8rem;
              color: white;
              font-size: 0.9rem;
            }
              .main-nav__list > li > ul li a:hover {
                background-color: rgba(0, 0, 0, 0.1);
                text-decoration: none;
              }
            .main-nav__list > li > ul li.current_page_item a,
            .main-nav__list > li > ul li.current_page_ancestor a {
              background-color: rgba(0, 0, 0, 0.15);
              color: white;
            }
      .main-nav__list > li:last-child {
        display: none;
      }
        @media (min-width: 1024px) {
      .main-nav__list > li:last-child {
          display: flex
      }
  }
  }

.main-nav--sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    transition: top 0.6s;
  }

.main-nav--sticky ~ main {
      margin-top: 3rem;
    }

/* This pushes the sticky menu down when WP adminbar present */

body.admin-bar .main-nav--sticky {
      margin-top: 28px;
    }

.main-nav ul li ul.show {
    display: block;
  }

@media (min-width: 700px) {

.main-nav ul li ul.show {
      display: flex
  }
  }

.main-nav ul li ul.hide {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
    pointer-events: none;
    transition: opacity 0.6s, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.6s;
    transition: transform 0.4s ease-out, opacity 0.6s, -webkit-transform 0.4s ease-out;
    z-index: 999;
    background-color: #222;
  }

.main-nav ul li ul.hide li a:hover {
      background-color: rgba(255, 255, 255, 0.05);
    }

.main-nav > ul > li > ul > li > ul {
    display: none;
  }

.site-footer {
    /* margin-top: 3rem; */
    padding: 1.5rem;
    padding-bottom: .6rem;
    background-color: #363636;
    color: #CCC;

}

@media (min-width: 700px) {

.site-footer {
        width: 100%;
        max-width: 1588px;
        display: flex;
        flex-wrap: wrap

}
  }

.site-footer__sft-summary__logo {
            max-width: 300px;
        }

@media (max-width: 700px) {

.site-footer__sft-summary {
            border-bottom: 1px solid #444
    }
  }

@media (min-width: 700px) {

.site-footer__sft-summary {
            flex: 6;
            padding-right: 1.5rem
    }
            @media (min-width: 1024px) {

.site-footer__sft-summary {
                flex: 3
    }
  }
  }

.site-footer__contact-info__map-marker-icon {
            float: left;
        }

.site-footer__contact-info__address {
            padding-left: 23px;
        }

.site-footer__contact-info h2 {
            display: none;
        }

@media (min-width: 700px) {

.site-footer__contact-info {
            flex: 5;
            padding-left: 1.5rem;
            border-left: 1px solid #444
    }
            .site-footer__contact-info h2 {
                display: block;
            }
  }

@media (min-width: 1024px) {

.site-footer__contact-info {
            flex: 2;
            padding-right: 1.5rem
    }
  }

.site-footer__featured {
        display: none;
    }

@media (min-width: 1024px) {

.site-footer__featured {
            display: block;
            flex: 2;
            padding-left: 1.5rem;
            border-left: 1px solid #444
    }
  }

.site-footer__copyright-info {
        border-top: 1px solid #444;
        padding-top: 2rem;
        text-align: center;
    }

@media (min-width: 700px) {

.site-footer__copyright-info {
            border-width: 0;
            width: 100%
    }
  }

.site-footer__copyright-info p {
            font-size: .8rem;
            color: #888;
        }

.site-footer__copyright-info__sm-links {
            font-size: 1.4rem;
            margin-bottom: 1.5rem;
        }

.site-footer a {
        color: #CCC;
    }

.site-footer h2 {
        color: #EEE;
    }

.site-footer form {
        margin-bottom: 2rem;
    }

.site-footer form input[type="text"] {
            height: 2rem;
            border: 1px solid #777;
            background-color: #555;
            vertical-align: middle;
            border-radius: 4px;
            color: #CCC;
            padding: 0 7px;
            margin: 3px 0;
            outline: none;
            transition: border-color .5s ease;
        }

.site-footer form input[type="text"]:focus {
                border-color: #AAA;
            }

.site-footer form button {
            margin: 3px 0;
        }

.row--home-banner {
      position: relative;
      background: black;
    }

.row--home-banner img {
        width: 100%;
        opacity: 1;
        vertical-align: middle;
        /* Above gets rids of annoying space below img */
      }

.row--home-banner .banner-text {
        position: absolute;
        bottom: 10%;
        left: 5%;
        width: 90%;
        text-align: center;
        color: white;
      }

@media (min-width: 1024px) {

.row--home-banner .banner-text {
          text-align: left;
          width: 45%
      }
  }

.row--home-banner .banner-text h1 {
          font-family: 'sftbentonblack';
          font-size: 2.5rem;
          display: inline-block;
          padding: 0 10px;
          line-height: 1.2;
          margin-bottom: 1rem;
        }

.row--home-banner .banner-text h1 span {
            background-color: black;
            display: inline;
            box-shadow: 10px 0px 0 black, -10px 0 0 black;
          }

@media (min-width: 1024px) {

.row--home-banner .banner-text h1 span {
              box-shadow: 10px 0px 0 black, -10px 0 0 black
          }
  }

.row--home-banner .banner-text h1 span::before,
            .row--home-banner .banner-text h1 span::after {
              display: none;
            }

@media (min-width: 1024px) {

.row--home-banner .banner-text h1 {
            font-size: 3.5rem;
            text-align: left;
        }
  }

@media (max-width: 700px) {

.row--home-banner .banner-text p {
            display: none
        }
  }

.row--home-banner a {
        color: white;
        text-decoration: none;
      }

.row--home-introtext {
      text-align: center;
      background-color: #eee;
      padding: 2rem 4rem 2rem;
    }

@media (max-width: 700px) {

.row--home-introtext {
        padding: 2rem 1.5rem 1.5rem
    }
  }

.row--home-introtext h1 {
        margin: 0;
      }

.row--home-introtext h1 em {
          display: none;
        }

@media (max-width: 700px) {

.row--home-introtext h1 em {
            display: block;
            font-style: normal;
            margin: 0.6rem 0 0rem;
            -webkit-transform: translateY(-3px);
                    transform: translateY(-3px)
        }
            .row--home-introtext h1 em:first-child {
              display: none;
            }
  }

.row--home-threekings {
      background-color: white;
      padding: 1.5rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

.row--home-threekings i {
        font-size: 3rem;
        margin: 0.5rem 0;
      }

.row--home-threekings i.tilt {
          -webkit-transform: rotate(-15deg);
                  transform: rotate(-15deg);
        }

.row--home-threekings .king {
        display: flex;
        flex-direction: column;
        flex: 0 0 100%;
        padding: 1rem 0 1.5rem;
        border-bottom: 1px solid #ddd;
        text-align: center;
      }

.row--home-threekings .king:last-child {
          border-bottom-width: 0;
        }

@media (min-width: 700px) {

.row--home-threekings .king {
          flex: 0 0 28%;
          border-bottom-width: 0;
          padding: 0.5rem 0 1rem
      }
  }

.row--home-threekings .king p {
          flex: 1;
        }

.row--home-threekings .king a {
          align-self: center;
        }

.row--home-threekings .btn {
        margin: 1rem 0;
      }

.row--banner {
    padding: 1.5rem;
    min-height: 80px;
    max-height: 200px;
    display: flex;
    align-items: center;
  }

@media (min-width: 700px) {

.row--banner {
      padding-left: 2rem;
      padding-right: 2rem
  }
  }

@media (min-width: 700px) {

.row--banner {
      min-height: 120px
  }
  }

.row--banner span {
      display: inline-block;
      font-size: 2rem;
      font-family: 'sftbentonbold';
      text-transform: uppercase;
      color: white;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    }

@media (min-width: 700px) {

.row--banner span {
        font-size: 3rem;
    }
  }

.row--banner-blue {
      background-color: #3e89ca;
      background-image: linear-gradient(to bottom right, #3e89ca, yellow 150%);
    }

.row--banner-green {
      background-color: #51924b;
      background-image: linear-gradient(to bottom right, #51924b, yellow 130%);
    }

.row--banner-orange {
      background-color: #df922e;
      background-image: linear-gradient(to bottom right, #df922e, yellow 140%);
    }

.row--banner-lavender {
      background-color: #7f66a8;
      background-image: linear-gradient(to bottom right, #7f66a8, #3e89ca 120%);
    }

.row--banner-yellow {
      background-color: #F9DC39;
      background-image: linear-gradient(
        to bottom right,
        #F9DC39,
        yellow 150%
      );
    }

.row--banner-red {
      background-color: #CB2228;
      background-image: linear-gradient(to bottom right, #CB2228, yellow 150%);
    }

.row--banner-dark {
      background-color: #8e8a84;
      background-image: linear-gradient(to bottom right, #8e8a84, yellow 180%);
    }

.row--banner-black {
      background-color: #1a1a1a;
    }

.row--banner-eoy {
      /* 2018 Year in Review Page */
      flex-direction: column;
      justify-content: center;
      /* min-height: calc(100vh - 171px);
            @mixin onMobile {
                min-height: calc(100vh - 240px);
            } */
      position: relative;
      background-color: rgba(0, 0, 0, 0.5);
    }

.row--banner-eoy__2018 {
        font-size: 8rem !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 800 !important;
        color: #F9DC39 !important;
        margin-top: -6rem;
      }

@media (min-width: 700px) {

.row--banner-eoy__2018 {
          font-size: 15rem !important;
      }
  }

.row--banner-eoy__subheader {
        font-size: 2.5rem !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 700 !important;
        text-transform: none !important;
        margin-top: -2.2rem;
      }

@media (min-width: 700px) {

.row--banner-eoy__subheader {
          font-size: 4.6rem !important;
          margin-top: -4rem
      }
  }

.row--banner-eoy__down-arrow {
        position: absolute;
        bottom: 2rem;
        width: 2rem;
        height: auto;
        -webkit-animation: bizzounce 3s infinite;
        animation: bizzounce 3s infinite;
        opacity: 0.5;
      }

.row--banner-eoy::after {
        content: '';
        background: #222 url('/wp-content/themes/sfthq/images/eoy-cover.jpg')
          no-repeat fixed center 20%;
        background-size: cover;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: -1;
      }

.row--banner-eoy-2019 {
      /* 2019 Year in Review Page */
      flex-direction: column;
      justify-content: center;
      /* min-height: calc(100vh - 171px);
            @mixin onMobile {
                min-height: calc(100vh - 240px);
            } */
      position: relative;
      background-color: rgba(0, 0, 0, 0.5);
    }

.row--banner-eoy-2019__2019 {
        font-size: 8rem !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 800 !important;
        color: #F9DC39 !important;
        margin-top: -6rem;
      }

@media (min-width: 700px) {

.row--banner-eoy-2019__2019 {
          font-size: 15rem !important;
      }
  }

.row--banner-eoy-2019__subheader {
        font-size: 2.5rem !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 700 !important;
        text-transform: none !important;
        margin-top: -2.2rem;
      }

@media (min-width: 700px) {

.row--banner-eoy-2019__subheader {
          font-size: 4.6rem !important;
          margin-top: -4rem
      }
  }

.row--banner-eoy-2019__down-arrow {
        position: absolute;
        bottom: 2rem;
        width: 2rem;
        height: auto;
        -webkit-animation: bizzounce 3s infinite;
        animation: bizzounce 3s infinite;
        opacity: 0.5;
      }

@media (max-width: 700px) {

.row--banner-eoy-2019__down-arrow {
          display: none
      }
  }

.row--banner-eoy-2019::after {
        content: '';
        background: #222
          url('/wp-content/themes/sfthq/images/EOY2019/2019-eoy-cover.jpg')
          no-repeat center;
        background-size: cover;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: -1;
      }

.row--banner-breadcrumbs {
      padding: 0.4rem 1rem !important;
      color: white;
      font-size: 0.9rem;
      line-height: 1.2rem;
    }

@media (min-width: 700px) {

.row--banner-breadcrumbs {
        padding: 0.4rem 2rem !important
    }
  }

.row--banner-breadcrumbs a {
        color: white;
        font-weight: bold;
      }

.row--content {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }

@media (min-width: 700px) {

.row--content {
      padding-left: 1.5rem;
      padding-right: 1.5rem
  }
  }

.row--content h2 {
      margin: 2rem 0 0.5rem;
      padding: 0;
    }

.row--with-col {
    display: block;
  }

@media (min-width: 700px) {

.row--with-col {
      /* display: grid;
            grid-gap: 1.7rem; */
      display: flex;
      flex-wrap: wrap;
      justify-content: center
  }
      .row--with-col--dense {
        grid-gap: 0.7rem;
      }

      .row--with-col--1-1-1 {
        grid-template-columns: 1fr 1fr;
      }
        .row--with-col--1-1-1 > * {
          flex: 0 0 calc(50% - 1.6rem);
          margin: 0.8rem;
        }

        @media (min-width: 1024px) {

      .row--with-col--1-1-1 {
          grid-template-columns: 1fr 1fr 1fr
      }
          .row--with-col--1-1-1 > * {
            flex: 0 0 calc(33.33% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--1-1-1-1 {
        grid-template-columns: 1fr 1fr;
      }
        .row--with-col--1-1-1-1 > * {
          flex: 0 0 calc(50% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--1-1-1-1 {
          grid-template-columns: 1fr 1fr 1fr 1fr
      }
          .row--with-col--1-1-1-1 > * {
            flex: 0 0 calc(25% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--1-1-1-1-1 {
        grid-template-columns: 1fr;
      }
        .row--with-col--1-1-1-1-1 > * {
          flex: 0 0 100%;
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--1-1-1-1-1 {
          grid-template-columns: repeat(5, 1fr);
          font-size: 0.8rem
      }
          .row--with-col--1-1-1-1-1 > * {
            flex: 0 0 calc(20% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--1-1-1-1-1 ul {
            padding: 0;
          }
            .row--with-col--1-1-1-1-1 ul ol,
            .row--with-col--1-1-1-1-1 ul ul {
              padding-left: 0.5rem;
            }
            .row--with-col--1-1-1-1-1 ul ul {
              list-style: circle;
            }
  }
      .row--with-col--1-1 {
        grid-template-columns: 1fr 1fr;
      }
        .row--with-col--1-1 > * {
          flex: 0 0 calc(50% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--1-1 {
          grid-template-columns: 1fr 1fr
      }
          .row--with-col--1-1 > * {
            flex: 0 0 calc(50% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--2-1 {
        grid-template-columns: 3fr 2fr;
      }
        .row--with-col--2-1 > *:nth-child(1) {
          flex: 0 0 calc(60% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--2-1 > *:nth-child(2) {
          flex: 0 0 calc(40% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--2-1 {
          grid-template-columns: 2fr 1fr
      }
          .row--with-col--2-1 > *:nth-child(1) {
            flex: 0 0 calc(66.66% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--2-1 > *:nth-child(2) {
            flex: 0 0 calc(33.33% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--1-2 {
        grid-template-columns: 2fr 3fr;
      }
        .row--with-col--1-2 > *:nth-child(1) {
          flex: 0 0 calc(40% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--1-2 > *:nth-child(2) {
          flex: 0 0 calc(60% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--1-2 {
          grid-template-columns: 1fr 2fr
      }
          .row--with-col--1-2 > *:nth-child(1) {
            flex: 0 0 calc(33.33% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--1-2 > *:nth-child(2) {
            flex: 0 0 calc(66.66% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--1-3 {
        grid-template-columns: 1fr 3fr;
      }
        .row--with-col--1-3 > *:nth-child(1) {
          flex: 0 0 calc(25% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--1-3 > *:nth-child(2) {
          flex: 0 0 calc(75% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--1-3 {
          grid-template-columns: 1fr 3fr
      }
          .row--with-col--1-3 > *:nth-child(1) {
            flex: 0 0 calc(25% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--1-3 > *:nth-child(2) {
            flex: 0 0 calc(75% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--3-1 {
        grid-template-columns: 3fr 1fr;
      }
        .row--with-col--3-1 > *:nth-child(1) {
          flex: 0 0 calc(75% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--3-1 > *:nth-child(2) {
          flex: 0 0 calc(25% - 1.6rem);
          margin: 0.8rem;
        }
          .row--with-col--3-1.row--with-col--no-gap > *:nth-child(1) {
            flex: 0 0 calc(75%);
            margin: 0;
          }
          .row--with-col--3-1.row--with-col--no-gap > *:nth-child(2) {
            flex: 0 0 calc(25%);
            margin: 0;
          }
        @media (min-width: 1024px) {
      .row--with-col--3-1 {
          grid-template-columns: 3fr 1fr
      }
          .row--with-col--3-1 > *:nth-child(1) {
            flex: 0 0 calc(75% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--3-1 > *:nth-child(2) {
            flex: 0 0 calc(25% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--2-3 {
        grid-template-columns: 2fr 3fr;
      }
        .row--with-col--2-3 > *:nth-child(1) {
          flex: 0 0 calc(40% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--2-3 > *:nth-child(2) {
          flex: 0 0 calc(60% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--2-3 {
          grid-template-columns: 2fr 3fr
      }
          .row--with-col--2-3 > *:nth-child(1) {
            flex: 0 0 calc(40% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--2-3 > *:nth-child(2) {
            flex: 0 0 calc(60% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--3-2 {
        grid-template-columns: 3fr 2fr;
      }
        .row--with-col--3-2 > *:nth-child(1) {
          flex: 0 0 calc(60% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--3-2 > *:nth-child(2) {
          flex: 0 0 calc(40% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--3-2 {
          grid-template-columns: 3fr 2fr
      }
          .row--with-col--3-2 > *:nth-child(1) {
            flex: 0 0 calc(60% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--3-2 > *:nth-child(2) {
            flex: 0 0 calc(40% - 1.6rem);
            margin: 0.8rem;
          }
  }

      .row--with-col--1-4 {
        grid-template-columns: 1fr 4fr;
      }
        .row--with-col--1-4 > *:nth-child(1) {
          flex: 0 0 calc(20% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--1-4 > *:nth-child(2) {
          flex: 0 0 calc(80% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {

      .row--with-col--1-4 {
          grid-template-columns: 1fr 4fr
      }
          .row--with-col--1-4 > *:nth-child(1) {
            flex: 0 0 calc(20% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--1-4 > *:nth-child(2) {
            flex: 0 0 calc(80% - 1.6rem);
            margin: 0.8rem;
          }
  }
      .row--with-col--4-1 {
        grid-template-columns: 4fr 1fr;
      }
        .row--with-col--4-1 > *:nth-child(1) {
          flex: 0 0 calc(80% - 1.6rem);
          margin: 0.8rem;
        }
        .row--with-col--4-1 > *:nth-child(2) {
          flex: 0 0 calc(20% - 1.6rem);
          margin: 0.8rem;
        }
        @media (min-width: 1024px) {
      .row--with-col--4-1 {
          grid-template-columns: 4fr 1fr
      }
          .row--with-col--4-1 > *:nth-child(1) {
            flex: 0 0 calc(80% - 1.6rem);
            margin: 0.8rem;
          }
          .row--with-col--4-1 > *:nth-child(2) {
            flex: 0 0 calc(20% - 1.6rem);
            margin: 0.8rem;
          }
  }

      .row--with-col--no-gap {
        grid-gap: 0;
      }

        .row--with-col--no-gap > * {
          /* flex: 0 0 calc(60% - 1.6rem); */
          margin: 0rem !important;
        }
  }

.row--no-bottom-spacing {
    margin-bottom: 0;
    padding-bottom: 0;
  }

.row--no-top-spacing {
    margin-top: 0;
    padding-top: 0;
  }

.row--no-bottom-margin {
    margin-bottom: 0;
  }

.row--no-top-margin {
    margin-top: 0;
  }

@media (min-width: 700px) {

.row--tibetan h2 {
        font-size: 2rem
    }
  }

@media (min-width: 700px) {

.row--tibetan p {
        font-size: 1.4rem
    }
  }

.row--pagination {
    text-align: right;
    margin: 2rem;
  }

/* Pagination Styling */

.row--pagination .page-numbers {
      display: inline-block;
      padding: 5px 10px;
      margin: 0rem 2px 0.2rem 0;
      border: 1px solid #dfdfdf;
      line-height: 1;
      text-decoration: none;
      border-radius: 2px;
      background: white;
    }

.row--pagination .page-numbers.current,
    .row--pagination a.page-numbers:hover {
      background: #f9f9f9;
      text-decoration: none;
    }

.row--media-contact {
    background-color: #444;
    color: #ddd;
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
  }

/* Using this in the 2018 Year in Review */

.row--grassroots-spotlight a {
      cursor: zoom-in;
      position: relative;
      display: inline-block;
      width: auto;
    }

.row--grassroots-spotlight a::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 200px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.5s ease;
      }

@media (max-width: 700px) {

.row--grassroots-spotlight a::before {
          height: 130px;
      }
  }

.row--grassroots-spotlight a:hover::before {
          background-color: rgba(0, 0, 0, 0.3);
        }

.row--grassroots-spotlight img {
      height: 200px;
      margin-bottom: 0.5rem;
      border-radius: 4px;
      border: 1px solid #ccc;
      -o-object-fit: cover;
         object-fit: cover;
    }

@media (max-width: 700px) {

.row--grassroots-spotlight img {
        height: 130px;
    }
  }

.row--grassroots-spotlight.five-column {
      -webkit-column-gap: 0.5rem;
              column-gap: 0.5rem;
      -webkit-column-rule-width: 0;
              column-rule-width: 0;
    }

.row--donate-section {
    text-align: center;
    padding: 30px 2rem;
  }

@media (max-width: 700px) {

.row--donate-section {
      padding: 20px 0
  }
  }

.row--donate-section .subhead {
      font-size: 2rem;
      font-weight: bold;
      color: black;
    }

/* Animation for the bouncing down-arrow */

@-webkit-keyframes bizzounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes bizzounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@media (min-width: 1588px) {

.main {
        border: 1px solid #EEE;
        border-width: 0
}
  }

@media (max-width: 700px) {

.col {
        margin-bottom: 3rem
}
  }

/* 
    &--flex1 {
        flex: 1;
    }
    &--flex2 {
        flex: 2;
    }
    &--flex3 {
        flex: 3;
    } */

.col__sticky {
        position: sticky;
        position: -webkit-sticky;
    }

.col__sticky--timeline {
            top: 6.5rem;
        }

.col--gray {
        background-color: #EEE;
        padding: 1.5rem;
    }

.col--timeline-btns-container {
        text-align: center;
    }

.col--no-bottom-spacing {
        margin-bottom: 0;
    }

.col--main-content {
        width: 100%;
    }

@media (min-width: 1024px) {

.col--main-content {
            /* width: 85%; */
            padding-right: 15%
    }
  }

.col--main-content-narrower {
        width: 100%;
    }

@media (min-width: 1024px) {

.col--main-content-narrower {
            width: 75%
    }
  }

.quote {
    background-color: #EEE;
    padding: 2rem 2rem 3rem 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 4px;
    color: #666;
}

@media (min-width: 700px) {

.quote {
        margin-top: 2rem
}
  }

@media (min-width: 1024px) {

.quote {
        font-size: 1.4rem
}
  }

.quote::before {
        content: '\f10e';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 1.2rem;
        background-color: #CB2228;
        color: white;
        border-radius: 50%;
        position: absolute;
        width: 3.3rem;
        height: 3.3rem;
        line-height: 3.3rem;
        left: 50%;
        top: -2rem;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        box-sizing: content-box;
        border: 7px solid #EEE;
    }

.quote__author {
        font-size: .9rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #AAA;
    }

.quote__author-image {
        border-radius: 50%;
        position: absolute;
        width: 5rem;
        height: auto;
        left: 50%;
        bottom: -2.8rem;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        box-sizing: content-box;
        border: 7px solid #EEE;
    }

.staff {
    margin: 6rem 0 0 0;
    padding: 4rem 1.5rem 2rem 1.5rem;
    background-color: #EEE;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    border-radius: 4px;
}

.staff__image {
        width: 150px;
        height: 150px;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 50%;
        align-self: center;
        position: absolute;
        top: -75px;
        border: 10px solid #EEE;
    }

.staff p {
        text-align: left;
        font-size: .9rem;
    }

.staff h3 {
        font-family: 'Open Sans';
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 1px;
        color: #666;
        margin: 0;
    }

.staff__bio {
        max-height: 5.5rem;
        overflow: hidden;
        position: relative;
        transition: max-height .7s;
    }

.staff__bio::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0; right: 0;
            height: 6rem;
            background-image: linear-gradient(to bottom, rgba(255,255,255,0), #EEE 90%);
            opacity: 1;
            transition: opacity .5s ease;
        }

.staff__bio.expanded {
            height: auto;
            max-height: 500px;
        }

.staff__bio.expanded::after {
                opacity: 0;
            }

.staff__read-more {
        cursor: pointer;
        font-size: .9rem;
    }

.staff__social-links {
        margin: 1.5rem 0 1rem;
    }

.staff__social-links a {
            font-size: 1.2rem;
            padding: 0 .4rem;
            color: #666;
            transition: color .4s;
        }

.staff__social-links a:hover {
                color: #333;
            }

.take-action-card {
    height: 160px;
    position: relative;
    background-color: black;
    overflow: hidden;
    /* border: 1px solid #e3e3e3; */
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    transition: background-color .6s ease,
                box-shadow .4s ease,
                -webkit-transform .4s ease;
    transition: background-color .6s ease,
                transform .4s ease,
                box-shadow .4s ease;
    transition: background-color .6s ease,
                transform .4s ease,
                box-shadow .4s ease,
                -webkit-transform .4s ease;
}

@media (min-width: 700px) {

.take-action-card {
        height: 200px
}
  }

@media (max-width: 700px) {

.take-action-card {
        margin-bottom: 1rem
}
  }

.take-action-card:hover {
        /* border: 1px solid $sft-yellow; */
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        box-shadow: 0px 0px 1rem 0rem rgba(0,0,0,.3);
    }

.take-action-card__link {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        color: white;
    }

.take-action-card__link:hover .take-action-card__image {
                /* transform: scale(1.1) translateZ(0); */
                opacity: .25;
            }

.take-action-card__link:hover .take-action-card__heading {
                color: #F9DC39;
            }

.take-action-card__image {
        width: 100%;
        height: 160px;
        -o-object-fit: cover;
           object-fit: cover;
        opacity: .4;
        transition: opacity .7s ease, -webkit-transform 1s ease;
        transition: transform 1s ease, opacity .7s ease;
        transition: transform 1s ease, opacity .7s ease, -webkit-transform 1s ease;
    }

@media (min-width: 700px) {

.take-action-card__image {
            height: 200px;
    }
  }

.take-action-card__heading {
        position: absolute;
        top: 50%; left: 50%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
        font-size: 2rem;
        width: 90%;
        text-align: center;
        text-shadow: 1px 1px 3px rgba(0,0,0,.4);
        transition: color .5s ease;
    }

.big-btn {
  display: flex;
  background-color: #fff;
  text-align: center;
  padding: 0rem;
  align-self: start;
  align-items: stretch;
  margin-bottom: 0.5rem;
  color: black;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.6s ease, border 0.5s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.6s ease, border 0.5s ease, transform 0.4s ease,
    box-shadow 0.4s ease;
  transition: background-color 0.6s ease, border 0.5s ease, transform 0.4s ease,
    box-shadow 0.4s ease, -webkit-transform 0.4s ease;
}

.big-btn--align-left {
    text-align: left;
  }

@media (max-width: 700px) {

.big-btn {
    margin-bottom: 1rem
}
  }

.big-btn h2 {
    margin: 0;
    text-align: left;
  }

.big-btn h2 i {
      margin-right: 0.4rem;
      color: #CB2228;
    }

.big-btn p {
    text-align: left;
    margin: 1rem 1.5rem;
  }

.big-btn * {
    align-self: center;
  }

.big-btn:hover {
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

.big-btn__full-event-date {
    text-align: center;
    width: 7rem;
    min-width: 7rem;
    /* border-right: 1px solid #DDD; */
    padding: 1rem 1rem;
    background: #eee;
    color: #CB2228;
    border-radius: 4px 0 0 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
  }

.big-btn__event-day {
    text-transform: uppercase;
    font-size: 0.7rem;
  }

.big-btn__event-monthdate {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
  }

.big-btn__event-title {
    padding: 1rem 1rem;
    text-align: left;
  }

.big-btn--ways-to-support {
    padding: 1.5rem 1.5rem 1rem;
    align-self: stretch;
  }

.big-btn--resources p i {
        margin-right: 0.4rem;
        color: #CB2228;
      }

.news-card {
    background-color: #FFF;
    position: relative;
    box-shadow: 0 0 3rem .6rem rgba(0,0,0,.3);
    border-radius: 4px;
    padding-bottom: 1.5rem;

    -webkit-transform: translateY(0);

            transform: translateY(0);
    transition: box-shadow .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease;

    /* transform: scale(1) translateZ(0);
    transition: box-shadow .4s ease,
        transform .5s ease;
    &:hover {
        box-shadow: 0 0 3.5rem .6rem rgba(0,0,0,.4);
        transform: scale(1.05);
    } */
}

@media (max-width: 700px) {

.news-card {
        margin: 0 0 1.5rem
}
  }

.news-card:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        box-shadow: 0 5px 3rem .6rem rgba(0,0,0,.45);
    }

.news-card__image {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 4px 4px 0 0;
    }

.news-card__text-wrapper {
        padding: 1.5rem;
        /* border: 1px solid #DDD;
        border-top-width: 0;
        border-bottom-width: 0;
        border-radius: 4px; */
    }

.news-card__title {
        font-size: 1.2rem;
        font-weight: bold;
    }

.news-card__post-date {
        font-size: .8rem;
        margin-top: 5px;
        color: #888;
    }

.news-card__excerpt {
        font-size: .9rem;
    }

.news-card .btn {
        text-align: center;
        position: absolute;
        width: calc(100% - 1rem);
        bottom: .5rem;
        left: .5rem; right: .5rem;
        margin-bottom: 0 !important;
    }

.error-404 h1 {
        text-align: left;
    }

.error-404 img {
        max-height: 400px;
    }

.error-404__sitemap {
        font-size: .9rem;
    }

.single-our-work h1 {
        margin-top: 2rem;
    }

.single-our-work .campaign-h1 {
        margin: 0;
    }

.single-our-work .campaign-btn-wrapper {
        padding:.5rem 1rem;
        background-color: #333;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

.campaign-card {
  background-color: #eee;
  position: relative;
  box-shadow: 0 0 3rem 0.7rem rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding-bottom: 2rem;
  background-color: #fff;

  -webkit-transform: translateY(0);

          transform: translateY(0);
  transition: box-shadow 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease;
}

@media (max-width: 700px) {

.campaign-card {
    margin: 0 0 1.5rem
}
  }

.campaign-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    box-shadow: 0 5px 3rem 0.6rem rgba(0, 0, 0, 0.45);
  }

.campaign-card img {
    border-radius: 4px 4px 0 0;
  }

.campaign-card p {
    font-size: 1rem;
    padding: 0.5rem 1.5rem 1rem;
  }

.campaign-card .btn {
    position: absolute;
    width: calc(100% - 1rem);
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    margin-bottom: 0 !important;
  }

.campaign-card__calendar-info {
    font-size: 0.9rem;
    margin: 0 0 1.5rem 1rem;
    padding-top: 0;
  }

.campaign-card__calendar-info i {
      margin-left: -1.32rem;
    }

.campaign-card__calendar-info i.fa-calendar {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
      }

.campaign-card__calendar-info i.fa-clock {
        padding-right: 0.07rem;
        padding-left: 0.07rem;
      }

.campaign-card__calendar-info i.fa-map-marker-alt {
        padding-right: 0.19rem;
        padding-left: 0.19rem;
      }

.campaign-card__calendar-title {
    font-weight: bold;
    font-size: 1.2rem !important;
    margin: 0.7rem 0 0;
  }

.campaign-card__old-event-message {
    padding: 0.5rem 1rem;
    background-color: tomato;
    color: white;
  }

/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: white;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

@media (max-width: 700px) {

.timeline::after { /* Place the timelime to the left */
            left: 31px
    }
  }

.timeline__container { /* Container around content */
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%;
    }

@media (max-width: 700px) {

.timeline__container { /* Full width containers */
            width: calc(100% - 15px);
            padding-left: 48px;
            padding-right: 1.5rem
    }
  }

.timeline__container::after { /* The circles on the timeline */
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            left: auto;
            right: -12px;
            background-color: #CB2228;
            border: 5px solid white;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

@media (max-width: 700px) {

.timeline__container::after {
                left: 3px;
        }
  }

.timeline__container--left {
            left: 0;
        }

.timeline__container--left::before { /* Add arrows to the left container (pointing right) */
                content: " ";
                height: 0;
                position: absolute;
                top: 22px;
                width: 0;
                right: 30px;
                border: medium solid white;
                border-width: 10px 0 10px 10px;
                border-color: transparent transparent transparent white;
            }

.timeline__container--right {
            left: 50%;
        }

@media (max-width: 700px) {

.timeline__container--right { /* Make all right containers behave like the left ones */
                left: 0%
        }
  }

.timeline__container--right::before { /* Add arrows to the right container (pointing left) */
                content: " ";
                height: 0;
                position: absolute;
                top: 22px;
                width: 0;
                left: 30px;
                border: medium solid white;
                border-width: 10px 10px 10px 0;
                border-color: transparent white transparent transparent;
            }

.timeline__container--right::after { /* Fix the circle for containers on the right side */
                left: 3px;
            }

@media (min-width: 700px) {

.timeline__container--right::after {
                    left: -12px
            }
  }

/* Make sure that all arrows are pointing leftwards */

@media (max-width: 700px) {

.timeline__container::before {
                left: 40px;
                border: medium solid white;
                border-width: 10px 10px 10px 0;
                border-color: transparent white transparent transparent
        }
  }

/* Make sure all circles are at the same spot */

@media (max-width: 700px) {

.timeline__container--left, .timeline__container--right {
                left: 15px
        }
  }

.timeline__content { /* The actual content */
        padding: 20px 30px;
        background-color: white;
        position: relative;
        border-radius: 4px;
    }

.timeline__content h2 {
            margin: 0;
        }

.accordion {
    background-color: white;
    border-radius: 4px;
    /* box-shadow: 0 0 3rem .6rem rgba(0,0,0,.3); */
    align-self: flex-start;
    position: relative;
    background-color: #f0f0f0;
    margin-bottom: 1rem;
}

@media (max-width: 700px) {

.accordion {
        margin-bottom: 1rem
}
  }

.accordion#m10:target {
        -webkit-animation: glowing 2s infinite;
                animation: glowing 2s infinite;
    }

.accordion.open .accordion__title {
        /* background-color: #E0E0E0; */
    }

.accordion__title {
        font-size: 1.2rem;
        color: #CB2228;
        font-weight: bold;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        padding: 1.5rem;
    }

@media (min-width: 700px) {

.accordion__title {
            font-size: 1.4rem
    }
  }

.accordion__title i {
            margin-right: .5rem;
            color: #222;
        }

.accordion__collapser::after {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            content: '\f067';
            float: right;
            transition: -webkit-transform .3s ease;
            transition: transform .3s ease;
            transition: transform .3s ease, -webkit-transform .3s ease;
            margin-left: 1rem;
            margin-bottom: .5rem;
        }

.accordion__collapser.close::after {
                -webkit-transform: rotate(135deg);
                        transform: rotate(135deg);
            }

.accordion__body {
        max-height: 0px;
        overflow: hidden;
        padding: 0 1.5rem;
        transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    }

.accordion__body::after {
                content: '';
                display: block;
                margin-top: 2rem;
            }

.accordion__body.expanded {
            height: auto;
            max-height: 5000px;
            transition: max-height 1s ease-in-out;
        }

.accordion__body img {
            border-radius: 4px;
        }

@-webkit-keyframes glowing {
  0% { box-shadow: 0 0 0 3px salmon; }
  50% { box-shadow: 0 0 0 8px OrangeRed; }
  100% { box-shadow: 0 0 0 3px salmon; }
}

@keyframes glowing {
  0% { box-shadow: 0 0 0 3px salmon; }
  50% { box-shadow: 0 0 0 8px OrangeRed; }
  100% { box-shadow: 0 0 0 3px salmon; }
}