@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
@import url("https://use.typekit.net/ljw1tto.css");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* 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/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 when focused and also mouse hovered in all browsers.
 */
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"],
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

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

.container, .full-container {
  width: 100%;
  display: table;
  width: 100%;
  table-layout: fixed; }

.container {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 769px) {
    .container.align-middle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }
  .container .inner-wrap {
    position: relative; }
    @media screen and (min-width: 769px) {
      .container .inner-wrap {
        margin: 0 3%; } }
    @media screen and (min-width: 1025px) {
      .container .inner-wrap {
        margin: 0 5.933%; } }
    @media screen and (min-width: 769px) {
      .theme-template-2019 .container .inner-wrap {
        float: left;
        display: block;
        margin-right: 0%;
        width: 83.33333%;
        margin-left: 8.33333%; }
        .theme-template-2019 .container .inner-wrap:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1025px) {
      .theme-template-2019 .container .inner-wrap {
        float: left;
        display: block;
        margin-right: 0%;
        width: 83.33333%;
        margin-left: 8.33333%; }
        .theme-template-2019 .container .inner-wrap:last-child {
          margin-right: 0; } }
  .container .narrow-wrap {
    position: relative; }
    @media screen and (min-width: 769px) {
      .container .narrow-wrap {
        margin: 0 10%; } }
    @media screen and (min-width: 1025px) {
      .container .narrow-wrap {
        margin: 0 20%; } }

.container2 {
  padding-right: 2px; }
  .container2 .inner-wrap {
    position: relative; }
  .container2 .narrow-wrap {
    position: relative; }
    @media screen and (min-width: 769px) {
      .container2 .narrow-wrap {
        margin: 0 5%; } }
    @media screen and (min-width: 1025px) {
      .container2 .narrow-wrap {
        margin: 0 5%; } }

@media screen and (min-width: 769px) {
  .col-grid-1 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 8.33333%; }
    .col-grid-1:last-child {
      margin-right: 0; } }

.col-grid-2 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%; }
      .col-grid-2:last-child {
        margin-right: 0; } }

.col-grid-3 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-3 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .col-grid-3:last-child {
        margin-right: 0; } }

.col-grid-4 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-4 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .col-grid-4:last-child {
        margin-right: 0; } }

.col-grid-5 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-5 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .col-grid-5:last-child {
        margin-right: 0; } }

.col-grid-6 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-6 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .col-grid-6:last-child {
        margin-right: 0; } }

.col-grid-7 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-7 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%; }
      .col-grid-7:last-child {
        margin-right: 0; } }

.col-grid-8 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-8 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .col-grid-8:last-child {
        margin-right: 0; } }

.col-grid-9 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-9 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .col-grid-9:last-child {
        margin-right: 0; } }

.col-grid-10 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-10 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 83.33333%; }
      .col-grid-10:last-child {
        margin-right: 0; } }

.col-grid-11 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-11 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 91.66667%; }
      .col-grid-11:last-child {
        margin-right: 0; } }

.col-grid-12 {
  vertical-align: top; }
  @media screen and (min-width: 769px) {
    .col-grid-12 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .col-grid-12:last-child {
        margin-right: 0; } }

.col-third {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-third {
      width: 33%; } }

.col-float-1 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-1 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 8.33333%; }
      .col-float-1:last-child {
        margin-right: 0; } }

.col-float-2 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%; }
      .col-float-2:last-child {
        margin-right: 0; } }

.col-float-3 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-3 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .col-float-3:last-child {
        margin-right: 0; } }

.col-float-4 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-4 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .col-float-4:last-child {
        margin-right: 0; } }

.col-float-5 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-5 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .col-float-5:last-child {
        margin-right: 0; } }

.col-float-6 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-6 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .col-float-6:last-child {
        margin-right: 0; } }

.col-float-7 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-7 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%; }
      .col-float-7:last-child {
        margin-right: 0; } }

.col-float-8 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-8 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .col-float-8:last-child {
        margin-right: 0; } }

.col-float-9 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-9 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .col-float-9:last-child {
        margin-right: 0; } }

.col-float-10 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-10 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 83.33333%; }
      .col-float-10:last-child {
        margin-right: 0; } }

.col-float-11 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-11 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 91.66667%; }
      .col-float-11:last-child {
        margin-right: 0; } }

.col-float-12 {
  float: left;
  display: block; }
  @media screen and (min-width: 769px) {
    .col-float-12 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .col-float-12:last-child {
        margin-right: 0; } }

@font-face {
  font-family: 'Karbon';
  src: url("../webfonts/karbon/karbon-regular-webfont.woff2") format("woff2"), url("../webfonts/karbon/karbon-regular-webfont.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: 'Karbon';
  src: url("../webfonts/karbon/karbon-medium-webfont.woff2") format("woff2"), url("../webfonts/karbon/karbon-medium-webfont.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Karbon';
  src: url("../webfonts/karbon/karbon-semibold-webfont.woff2") format("woff2"), url("../webfonts/karbon/karbon-semibold-webfont.woff") format("woff");
  font-weight: 600; }

h1, h2, .title-only h1, .single-post .large-featured-image h1, h3, body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, h4, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, h5, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, h6 {
  font-weight: normal; }

h1 {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600; }
  @media screen and (min-width: 601px) {
    h1 {
      font-size: 96px;
      font-size: 6rem; } }
  .theme-template-2019 h1 {
    font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    font-weight: 300;
    font-size: 48px;
    font-size: 3rem;
    text-align: center; }
    @media screen and (min-width: 601px) {
      .theme-template-2019 h1 {
        font-size: 72px;
        font-size: 4.5rem; } }

h2, .title-only h1, .single-post .large-featured-image h1 {
  letter-spacing: 1px;
  line-height: 1;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 36px;
  font-size: 2.25rem; }
  @media screen and (min-width: 601px) {
    h2, .title-only h1, .single-post .large-featured-image h1 {
      font-size: 60px;
      font-size: 3.75rem; } }
  @media screen and (min-width: 1025px) {
    .theme-template-2019 .col-half h2.long, .theme-template-2019 .col-half .title-only h1.long, .title-only .theme-template-2019 .col-half h1.long, .theme-template-2019 .col-half .single-post .large-featured-image h1.long, .single-post .large-featured-image .theme-template-2019 .col-half h1.long {
      font-size: 52px; } }
  .theme-template-2019 h2, .theme-template-2019 .title-only h1, .title-only .theme-template-2019 h1, .theme-template-2019 .single-post .large-featured-image h1, .single-post .large-featured-image .theme-template-2019 h1 {
    font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    font-weight: 300;
    letter-spacing: 0; }

h3, body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600;
  line-height: 1.1; }
  @media screen and (min-width: 601px) {
    h3, body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title {
      font-size: 34px;
      font-size: 2.125rem; } }
  .theme-template-2019 h3, .theme-template-2019 body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .theme-template-2019 .tribe-events-single-event-title {
    font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    font-weight: 300; }

h4, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 400;
  line-height: 1.1; }
  @media screen and (min-width: 601px) {
    h4, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1 {
      font-size: 34px;
      font-size: 2.125rem; } }

h5, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1; }
  @media screen and (min-width: 601px) {
    h5, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title {
      font-size: 18px;
      font-size: 1.125rem; } }

h1.page-header {
  float: left;
  margin-bottom: 3.5rem;
  width: 100%;
  font-size: 52px;
  font-size: 3.25rem;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600; }
  @media screen and (min-width: 601px) {
    h1.page-header {
      font-size: 96px;
      font-size: 6rem; } }

.upper {
  letter-spacing: 2px;
  text-transform: uppercase; }

.panel strong {
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600; }

.panel p.intro {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.26; }
  @media screen and (min-width: 601px) {
    .panel p.intro {
      font-size: 36px;
      font-size: 2.25rem; } }

.panel p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 2rem; }
  @media screen and (min-width: 601px) {
    .panel p {
      font-size: 20px;
      font-size: 1.25rem; } }

.panel p.small, .panel .single-post p.wp-caption-text, .single-post .panel p.wp-caption-text, .panel ul.small, .panel .single-post ul.wp-caption-text, .single-post .panel ul.wp-caption-text, .panel ol.small, .panel .single-post ol.wp-caption-text, .single-post .panel ol.wp-caption-text {
  line-height: 1.33;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 601px) {
    .panel p.small, .panel .single-post p.wp-caption-text, .single-post .panel p.wp-caption-text, .panel ul.small, .panel .single-post ul.wp-caption-text, .single-post .panel ul.wp-caption-text, .panel ol.small, .panel .single-post ol.wp-caption-text, .single-post .panel ol.wp-caption-text {
      font-size: 18px;
      font-size: 1.125rem; } }

.panel span.small, .panel .single-post span.wp-caption-text, .single-post .panel span.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 601px) {
    .panel span.small, .panel .single-post span.wp-caption-text, .single-post .panel span.wp-caption-text {
      font-size: 18px;
      font-size: 1.125rem; } }

.panel ul, .panel ol {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  line-height: 1.33; }
  @media screen and (min-width: 601px) {
    .panel ul, .panel ol {
      font-size: 24px;
      font-size: 1.5rem; } }
  .panel ul li, .panel ol li {
    margin-bottom: 0.75rem;
    padding-left: 0.5rem; }

.panel blockquote {
  border-left: 2px solid #7dab35;
  margin-left: 0;
  padding-left: 2rem;
  padding-right: 30%; }
  .panel blockquote p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.33;
    margin: 3rem 0; }
    @media screen and (min-width: 601px) {
      .panel blockquote p {
        font-size: 30px;
        font-size: 1.875rem; } }

p.date {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1; }
  @media screen and (min-width: 601px) {
    p.date {
      font-size: 16px;
      font-size: 1rem; } }

.panel .surgery .cta-panel, .theme-section-surgery .panel .cta-panel {
  background-color: #00AAE3; }

.panel .surgery .button, .panel .surgery form input[type="submit"], form .panel .surgery input[type="submit"], .panel .surgery body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel .surgery .tribe-events-read-more, .theme-section-surgery .panel .button, .theme-section-surgery .panel form input[type="submit"], form .theme-section-surgery .panel input[type="submit"], .theme-section-surgery .panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-section-surgery .panel .tribe-events-read-more {
  background-color: #00AAE3;
  border-color: #00AAE3;
  color: #fff; }
  .panel .surgery .button:hover, .panel .surgery form input[type="submit"]:hover, form .panel .surgery input[type="submit"]:hover, .panel .surgery body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .panel .surgery .tribe-events-read-more:hover, .theme-section-surgery .panel .button:hover, .theme-section-surgery .panel form input[type="submit"]:hover, form .theme-section-surgery .panel input[type="submit"]:hover, .theme-section-surgery .panel body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-surgery .panel .tribe-events-read-more:hover {
    color: #00AAE3;
    background: transparent; }
  .panel .surgery .button.keyline, .panel .surgery form input.keyline[type="submit"], form .panel .surgery input.keyline[type="submit"], .panel .surgery body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .panel .surgery .keyline.tribe-events-read-more, .theme-section-surgery .panel .button.keyline, .theme-section-surgery .panel form input.keyline[type="submit"], form .theme-section-surgery .panel input.keyline[type="submit"], .theme-section-surgery .panel body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .theme-section-surgery .panel .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #00AAE3; }
    .panel .surgery .button.keyline:hover, .panel .surgery form input.keyline[type="submit"]:hover, form .panel .surgery input.keyline[type="submit"]:hover, .panel .surgery body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .panel .surgery .keyline.tribe-events-read-more:hover, .theme-section-surgery .panel .button.keyline:hover, .theme-section-surgery .panel form input.keyline[type="submit"]:hover, form .theme-section-surgery .panel input.keyline[type="submit"]:hover, .theme-section-surgery .panel body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-surgery .panel .keyline.tribe-events-read-more:hover {
      background-color: #00AAE3;
      border-color: #00AAE3;
      color: #fff; }

.panel .cancer .cta-panel, .theme-section-cancer .panel .cta-panel {
  background-color: #8E3A80; }

.panel .cancer .button, .panel .cancer form input[type="submit"], form .panel .cancer input[type="submit"], .panel .cancer body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel .cancer .tribe-events-read-more, .theme-section-cancer .panel .button, .theme-section-cancer .panel form input[type="submit"], form .theme-section-cancer .panel input[type="submit"], .theme-section-cancer .panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-section-cancer .panel .tribe-events-read-more {
  background-color: #8E3A80;
  border-color: #8E3A80;
  color: #fff; }
  .panel .cancer .button:hover, .panel .cancer form input[type="submit"]:hover, form .panel .cancer input[type="submit"]:hover, .panel .cancer body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .panel .cancer .tribe-events-read-more:hover, .theme-section-cancer .panel .button:hover, .theme-section-cancer .panel form input[type="submit"]:hover, form .theme-section-cancer .panel input[type="submit"]:hover, .theme-section-cancer .panel body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-cancer .panel .tribe-events-read-more:hover {
    color: #8E3A80;
    background: transparent; }
  .panel .cancer .button.keyline, .panel .cancer form input.keyline[type="submit"], form .panel .cancer input.keyline[type="submit"], .panel .cancer body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .panel .cancer .keyline.tribe-events-read-more, .theme-section-cancer .panel .button.keyline, .theme-section-cancer .panel form input.keyline[type="submit"], form .theme-section-cancer .panel input.keyline[type="submit"], .theme-section-cancer .panel body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .theme-section-cancer .panel .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #8E3A80; }
    .panel .cancer .button.keyline:hover, .panel .cancer form input.keyline[type="submit"]:hover, form .panel .cancer input.keyline[type="submit"]:hover, .panel .cancer body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .panel .cancer .keyline.tribe-events-read-more:hover, .theme-section-cancer .panel .button.keyline:hover, .theme-section-cancer .panel form input.keyline[type="submit"]:hover, form .theme-section-cancer .panel input.keyline[type="submit"]:hover, .theme-section-cancer .panel body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-cancer .panel .keyline.tribe-events-read-more:hover {
      background-color: #8E3A80;
      border-color: #8E3A80;
      color: #fff; }

.panel .heart-lung .cta-panel, .theme-section-heart-lung .panel .cta-panel {
  background-color: #ED6062; }

.panel .heart-lung .button, .panel .heart-lung form input[type="submit"], form .panel .heart-lung input[type="submit"], .panel .heart-lung body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel .heart-lung .tribe-events-read-more, .theme-section-heart-lung .panel .button, .theme-section-heart-lung .panel form input[type="submit"], form .theme-section-heart-lung .panel input[type="submit"], .theme-section-heart-lung .panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-section-heart-lung .panel .tribe-events-read-more {
  background-color: #ED6062;
  border-color: #ED6062;
  color: #fff; }
  .panel .heart-lung .button:hover, .panel .heart-lung form input[type="submit"]:hover, form .panel .heart-lung input[type="submit"]:hover, .panel .heart-lung body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .panel .heart-lung .tribe-events-read-more:hover, .theme-section-heart-lung .panel .button:hover, .theme-section-heart-lung .panel form input[type="submit"]:hover, form .theme-section-heart-lung .panel input[type="submit"]:hover, .theme-section-heart-lung .panel body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-heart-lung .panel .tribe-events-read-more:hover {
    color: #ED6062;
    background: transparent; }
  .panel .heart-lung .button.keyline, .panel .heart-lung form input.keyline[type="submit"], form .panel .heart-lung input.keyline[type="submit"], .panel .heart-lung body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .panel .heart-lung .keyline.tribe-events-read-more, .theme-section-heart-lung .panel .button.keyline, .theme-section-heart-lung .panel form input.keyline[type="submit"], form .theme-section-heart-lung .panel input.keyline[type="submit"], .theme-section-heart-lung .panel body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .theme-section-heart-lung .panel .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #ED6062; }
    .panel .heart-lung .button.keyline:hover, .panel .heart-lung form input.keyline[type="submit"]:hover, form .panel .heart-lung input.keyline[type="submit"]:hover, .panel .heart-lung body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .panel .heart-lung .keyline.tribe-events-read-more:hover, .theme-section-heart-lung .panel .button.keyline:hover, .theme-section-heart-lung .panel form input.keyline[type="submit"]:hover, form .theme-section-heart-lung .panel input.keyline[type="submit"]:hover, .theme-section-heart-lung .panel body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-heart-lung .panel .keyline.tribe-events-read-more:hover {
      background-color: #ED6062;
      border-color: #ED6062;
      color: #fff; }

.panel .innovation .cta-panel, .theme-section-innovation .panel .cta-panel {
  background-color: #ED8B00; }

.panel .innovation .button, .panel .innovation form input[type="submit"], form .panel .innovation input[type="submit"], .panel .innovation body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel .innovation .tribe-events-read-more, .theme-section-innovation .panel .button, .theme-section-innovation .panel form input[type="submit"], form .theme-section-innovation .panel input[type="submit"], .theme-section-innovation .panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-section-innovation .panel .tribe-events-read-more {
  background-color: #ED8B00;
  border-color: #ED8B00;
  color: #fff; }
  .panel .innovation .button:hover, .panel .innovation form input[type="submit"]:hover, form .panel .innovation input[type="submit"]:hover, .panel .innovation body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .panel .innovation .tribe-events-read-more:hover, .theme-section-innovation .panel .button:hover, .theme-section-innovation .panel form input[type="submit"]:hover, form .theme-section-innovation .panel input[type="submit"]:hover, .theme-section-innovation .panel body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-innovation .panel .tribe-events-read-more:hover {
    color: #ED8B00;
    background: transparent; }
  .panel .innovation .button.keyline, .panel .innovation form input.keyline[type="submit"], form .panel .innovation input.keyline[type="submit"], .panel .innovation body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .panel .innovation .keyline.tribe-events-read-more, .theme-section-innovation .panel .button.keyline, .theme-section-innovation .panel form input.keyline[type="submit"], form .theme-section-innovation .panel input.keyline[type="submit"], .theme-section-innovation .panel body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .theme-section-innovation .panel .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #ED8B00; }
    .panel .innovation .button.keyline:hover, .panel .innovation form input.keyline[type="submit"]:hover, form .panel .innovation input.keyline[type="submit"]:hover, .panel .innovation body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .panel .innovation .keyline.tribe-events-read-more:hover, .theme-section-innovation .panel .button.keyline:hover, .theme-section-innovation .panel form input.keyline[type="submit"]:hover, form .theme-section-innovation .panel input.keyline[type="submit"]:hover, .theme-section-innovation .panel body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-innovation .panel .keyline.tribe-events-read-more:hover {
      background-color: #ED8B00;
      border-color: #ED8B00;
      color: #fff; }

.panel .community .cta-panel, .theme-section-community .panel .cta-panel {
  background-color: #FFB81C; }

.panel .community .button, .panel .community form input[type="submit"], form .panel .community input[type="submit"], .panel .community body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel .community .tribe-events-read-more, .theme-section-community .panel .button, .theme-section-community .panel form input[type="submit"], form .theme-section-community .panel input[type="submit"], .theme-section-community .panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-section-community .panel .tribe-events-read-more {
  background-color: #FFB81C;
  border-color: #FFB81C;
  color: #fff; }
  .panel .community .button:hover, .panel .community form input[type="submit"]:hover, form .panel .community input[type="submit"]:hover, .panel .community body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .panel .community .tribe-events-read-more:hover, .theme-section-community .panel .button:hover, .theme-section-community .panel form input[type="submit"]:hover, form .theme-section-community .panel input[type="submit"]:hover, .theme-section-community .panel body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-community .panel .tribe-events-read-more:hover {
    color: #FFB81C;
    background: transparent; }
  .panel .community .button.keyline, .panel .community form input.keyline[type="submit"], form .panel .community input.keyline[type="submit"], .panel .community body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .panel .community .keyline.tribe-events-read-more, .theme-section-community .panel .button.keyline, .theme-section-community .panel form input.keyline[type="submit"], form .theme-section-community .panel input.keyline[type="submit"], .theme-section-community .panel body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .theme-section-community .panel .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #FFB81C; }
    .panel .community .button.keyline:hover, .panel .community form input.keyline[type="submit"]:hover, form .panel .community input.keyline[type="submit"]:hover, .panel .community body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .panel .community .keyline.tribe-events-read-more:hover, .theme-section-community .panel .button.keyline:hover, .theme-section-community .panel form input.keyline[type="submit"]:hover, form .theme-section-community .panel input.keyline[type="submit"]:hover, .theme-section-community .panel body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-community .panel .keyline.tribe-events-read-more:hover {
      background-color: #FFB81C;
      border-color: #FFB81C;
      color: #fff; }

.panel .brain-health .cta-panel, .theme-section-brain-health .panel .cta-panel {
  background-color: #6DCDB8; }

.panel .brain-health .button, .panel .brain-health form input[type="submit"], form .panel .brain-health input[type="submit"], .panel .brain-health body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel .brain-health .tribe-events-read-more, .theme-section-brain-health .panel .button, .theme-section-brain-health .panel form input[type="submit"], form .theme-section-brain-health .panel input[type="submit"], .theme-section-brain-health .panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-section-brain-health .panel .tribe-events-read-more {
  background-color: #6DCDB8;
  border-color: #6DCDB8;
  color: #fff; }
  .panel .brain-health .button:hover, .panel .brain-health form input[type="submit"]:hover, form .panel .brain-health input[type="submit"]:hover, .panel .brain-health body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .panel .brain-health .tribe-events-read-more:hover, .theme-section-brain-health .panel .button:hover, .theme-section-brain-health .panel form input[type="submit"]:hover, form .theme-section-brain-health .panel input[type="submit"]:hover, .theme-section-brain-health .panel body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-brain-health .panel .tribe-events-read-more:hover {
    color: #6DCDB8;
    background: transparent; }
  .panel .brain-health .button.keyline, .panel .brain-health form input.keyline[type="submit"], form .panel .brain-health input.keyline[type="submit"], .panel .brain-health body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .panel .brain-health .keyline.tribe-events-read-more, .theme-section-brain-health .panel .button.keyline, .theme-section-brain-health .panel form input.keyline[type="submit"], form .theme-section-brain-health .panel input.keyline[type="submit"], .theme-section-brain-health .panel body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .theme-section-brain-health .panel .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #6DCDB8; }
    .panel .brain-health .button.keyline:hover, .panel .brain-health form input.keyline[type="submit"]:hover, form .panel .brain-health input.keyline[type="submit"]:hover, .panel .brain-health body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .panel .brain-health .keyline.tribe-events-read-more:hover, .theme-section-brain-health .panel .button.keyline:hover, .theme-section-brain-health .panel form input.keyline[type="submit"]:hover, form .theme-section-brain-health .panel input.keyline[type="submit"]:hover, .theme-section-brain-health .panel body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-brain-health .panel .keyline.tribe-events-read-more:hover {
      background-color: #6DCDB8;
      border-color: #6DCDB8;
      color: #fff; }

.panel.themes-overview-stats .tab-content-item.surgery .fact-row .larger-text {
  color: #00AAE3; }

.panel.themes-overview-stats .tab-content-item.cancer .fact-row .larger-text {
  color: #8E3A80; }

.panel.themes-overview-stats .tab-content-item.heart-lung .fact-row .larger-text {
  color: #ED6062; }

.panel.themes-overview-stats .tab-content-item.innovation .fact-row .larger-text {
  color: #ED8B00; }

.panel.themes-overview-stats .tab-content-item.community .fact-row .larger-text {
  color: #FFB81C; }

.panel.themes-overview-stats .tab-content-item.brain-health .fact-row .larger-text {
  color: #6DCDB8; }

.panel.overview-panel h4, .panel.overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.overview-panel h2, .panel.overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.overview-panel h1, .panel.overview-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.overview-panel h1, .panel.overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.overview-panel h1, .panel.overview-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.overview-panel h1 {
  color: #7dab35; }

.panel.overview-panel ul {
  padding-left: 0; }
  .panel.overview-panel ul li {
    list-style: none;
    position: relative;
    padding-left: 1.75rem; }
    .panel.overview-panel ul li:before {
      content: '•';
      position: absolute;
      left: 0.25rem; }

.theme-section-surgery #sub-navigation {
  background-color: #00AAE3; }

.theme-section-surgery .panel.page-header .header-copy {
  background-color: #00AAE3; }

.theme-section-surgery .overview-panel h4, .theme-section-surgery .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-surgery .overview-panel h2, .theme-section-surgery .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .theme-section-surgery .overview-panel h1, .theme-section-surgery .overview-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-surgery .overview-panel h1, .theme-section-surgery .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .theme-section-surgery .overview-panel h1, .theme-section-surgery .overview-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-surgery .overview-panel h1 {
  color: #00AAE3; }

.theme-section-surgery .panel.full-stats-panel .number, .theme-section-surgery .panel.full-stats-panel .larger-text {
  color: #00AAE3; }

.theme-section-surgery .three-stories-panel article .tag, .theme-section-surgery .panel.three-subpages-panel article .tag {
  background-color: #00AAE3; }

.theme-section-surgery .three-stories-panel article:hover, .theme-section-surgery .panel.three-subpages-panel article:hover {
  background-color: #00AAE3; }

.theme-section-cancer #sub-navigation {
  background-color: #8E3A80; }

.theme-section-cancer .panel.page-header .header-copy {
  background-color: #8E3A80; }

.theme-section-cancer .overview-panel h4, .theme-section-cancer .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-cancer .overview-panel h2, .theme-section-cancer .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .theme-section-cancer .overview-panel h1, .theme-section-cancer .overview-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-cancer .overview-panel h1, .theme-section-cancer .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .theme-section-cancer .overview-panel h1, .theme-section-cancer .overview-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-cancer .overview-panel h1 {
  color: #8E3A80; }

.theme-section-cancer .panel.full-stats-panel .number, .theme-section-cancer .panel.full-stats-panel .larger-text {
  color: #8E3A80; }

.theme-section-cancer .three-stories-panel article .tag, .theme-section-cancer .panel.three-subpages-panel article .tag {
  background-color: #8E3A80; }

.theme-section-cancer .three-stories-panel article:hover, .theme-section-cancer .panel.three-subpages-panel article:hover {
  background-color: #8E3A80; }

.theme-section-heart-lung #sub-navigation {
  background-color: #ED6062; }

.theme-section-heart-lung .panel.page-header .header-copy {
  background-color: #ED6062; }

.theme-section-heart-lung .overview-panel h4, .theme-section-heart-lung .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-heart-lung .overview-panel h2, .theme-section-heart-lung .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .theme-section-heart-lung .overview-panel h1, .theme-section-heart-lung .overview-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-heart-lung .overview-panel h1, .theme-section-heart-lung .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .theme-section-heart-lung .overview-panel h1, .theme-section-heart-lung .overview-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-heart-lung .overview-panel h1 {
  color: #ED6062; }

.theme-section-heart-lung .panel.full-stats-panel .number, .theme-section-heart-lung .panel.full-stats-panel .larger-text {
  color: #ED6062; }

.theme-section-heart-lung .three-stories-panel article .tag, .theme-section-heart-lung .panel.three-subpages-panel article .tag {
  background-color: #ED6062; }

.theme-section-heart-lung .three-stories-panel article:hover, .theme-section-heart-lung .panel.three-subpages-panel article:hover {
  background-color: #ED6062; }

.theme-section-brain-health #sub-navigation {
  background-color: #6DCDB8; }

.theme-section-brain-health .panel.page-header .header-copy {
  background-color: #6DCDB8; }

.theme-section-brain-health .overview-panel h4, .theme-section-brain-health .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-brain-health .overview-panel h2, .theme-section-brain-health .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .theme-section-brain-health .overview-panel h1, .theme-section-brain-health .overview-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-brain-health .overview-panel h1, .theme-section-brain-health .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .theme-section-brain-health .overview-panel h1, .theme-section-brain-health .overview-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-brain-health .overview-panel h1 {
  color: #6DCDB8; }

.theme-section-brain-health .panel.full-stats-panel .number, .theme-section-brain-health .panel.full-stats-panel .larger-text {
  color: #6DCDB8; }

.theme-section-brain-health .three-stories-panel article .tag, .theme-section-brain-health .panel.three-subpages-panel article .tag {
  background-color: #6DCDB8; }

.theme-section-brain-health .three-stories-panel article:hover, .theme-section-brain-health .panel.three-subpages-panel article:hover {
  background-color: #6DCDB8; }

.theme-section-innovation #sub-navigation {
  background-color: #ED8B00; }

.theme-section-innovation .panel.page-header .header-copy {
  background-color: #ED8B00; }

.theme-section-innovation .overview-panel h4, .theme-section-innovation .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-innovation .overview-panel h2, .theme-section-innovation .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .theme-section-innovation .overview-panel h1, .theme-section-innovation .overview-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-innovation .overview-panel h1, .theme-section-innovation .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .theme-section-innovation .overview-panel h1, .theme-section-innovation .overview-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-innovation .overview-panel h1 {
  color: #ED8B00; }

.theme-section-innovation .panel.full-stats-panel .number, .theme-section-innovation .panel.full-stats-panel .larger-text {
  color: #ED8B00; }

.theme-section-innovation .three-stories-panel article .tag, .theme-section-innovation .panel.three-subpages-panel article .tag {
  background-color: #ED8B00; }

.theme-section-innovation .three-stories-panel article:hover, .theme-section-innovation .panel.three-subpages-panel article:hover {
  background-color: #ED8B00; }

.theme-section-community #sub-navigation {
  background-color: #FFB81C; }

.theme-section-community .panel.page-header .header-copy {
  background-color: #FFB81C; }

.theme-section-community .overview-panel h4, .theme-section-community .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-community .overview-panel h2, .theme-section-community .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .theme-section-community .overview-panel h1, .theme-section-community .overview-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-community .overview-panel h1, .theme-section-community .overview-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .theme-section-community .overview-panel h1, .theme-section-community .overview-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .theme-section-community .overview-panel h1 {
  color: #FFB81C; }

.theme-section-community .panel.full-stats-panel .number, .theme-section-community .panel.full-stats-panel .larger-text {
  color: #FFB81C; }

.theme-section-community .three-stories-panel article .tag, .theme-section-community .panel.three-subpages-panel article .tag {
  background-color: #FFB81C; }

.theme-section-community .three-stories-panel article:hover, .theme-section-community .panel.three-subpages-panel article:hover {
  background-color: #FFB81C; }

.panel.category-bg-color {
  background-color: #7dab35;
  color: #fff; }
  .panel.category-bg-color h1, .panel.category-bg-color h2, .panel.category-bg-color .title-only h1, .title-only .panel.category-bg-color h1, .panel.category-bg-color .single-post .large-featured-image h1, .single-post .large-featured-image .panel.category-bg-color h1, .panel.category-bg-color h3, .panel.category-bg-color body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.category-bg-color .tribe-events-single-event-title, .panel.category-bg-color h4, .panel.category-bg-color body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.category-bg-color h2, .panel.category-bg-color body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.category-bg-color h1, .panel.category-bg-color .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.category-bg-color h1, .panel.category-bg-color body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.category-bg-color h1, .panel.category-bg-color .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.category-bg-color h1, .panel.category-bg-color h5, .panel.category-bg-color body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.category-bg-color .tribe-events-single-section-title {
    color: #fff; }
  .panel.category-bg-color a {
    color: #fff;
    transition: color 0.3s linear; }
    .panel.category-bg-color a:hover {
      color: rgba(255, 255, 255, 0.5); }
  .panel.category-bg-color .col-grid-3 a, .panel.category-bg-color .col-grid-9 a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .signature-event-angel-campaign .panel.category-bg-color {
    background-color: #ce89c3; }
    .signature-event-angel-campaign .panel.category-bg-color a.button:hover, .signature-event-angel-campaign .panel.category-bg-color body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-angel-campaign .panel.category-bg-color a.tribe-events-read-more:hover {
      color: #ce89c3; }
  .signature-event-night-of-a-thousand-stars-gala .panel.category-bg-color {
    background-color: #272787; }
    .signature-event-night-of-a-thousand-stars-gala .panel.category-bg-color a.button:hover, .signature-event-night-of-a-thousand-stars-gala .panel.category-bg-color body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-night-of-a-thousand-stars-gala .panel.category-bg-color a.tribe-events-read-more:hover {
      color: #272787; }
  .signature-event-innovators-challenge .panel.category-bg-color {
    background-color: #0e2d4d; }
    .signature-event-innovators-challenge .panel.category-bg-color a.button:hover, .signature-event-innovators-challenge .panel.category-bg-color body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-innovators-challenge .panel.category-bg-color a.tribe-events-read-more:hover {
      color: #0e2d4d; }
  .signature-event-isserow .panel.category-bg-color {
    background-color: #0e2d4d; }
    .signature-event-isserow .panel.category-bg-color a.button:hover, .signature-event-isserow .panel.category-bg-color body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-isserow .panel.category-bg-color a.tribe-events-read-more:hover {
      color: #0e2d4d; }
  .signature-event-viva-pharmaceutical-time-shine-gala .panel.category-bg-color {
    background-color: #c5a465; }
    .signature-event-viva-pharmaceutical-time-shine-gala .panel.category-bg-color a.button:hover, .signature-event-viva-pharmaceutical-time-shine-gala .panel.category-bg-color body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-viva-pharmaceutical-time-shine-gala .panel.category-bg-color a.tribe-events-read-more:hover {
      color: #c5a465; }
  .signature-event-ismaili-walk .panel.category-bg-color {
    background-color: #00ac9a; }
    .signature-event-ismaili-walk .panel.category-bg-color a.button:hover, .signature-event-ismaili-walk .panel.category-bg-color body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-ismaili-walk .panel.category-bg-color a.tribe-events-read-more:hover {
      color: #00ac9a; }
  .signature-event-mr-lube-tournament-for-life .panel.category-bg-color {
    background-color: #08450F; }
    .signature-event-mr-lube-tournament-for-life .panel.category-bg-color a.button:hover, .signature-event-mr-lube-tournament-for-life .panel.category-bg-color body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-mr-lube-tournament-for-life .panel.category-bg-color a.tribe-events-read-more:hover {
      color: #08450F; }
  .panel.category-bg-color.bg-surgery {
    background-color: #00AAE3; }
  .panel.category-bg-color.bg-cancer {
    background-color: #8E3A80; }
  .panel.category-bg-color.bg-heart-lung {
    background-color: #ED6062; }
  .panel.category-bg-color.bg-innovation {
    background-color: #ED8B00; }
  .panel.category-bg-color.bg-community {
    background-color: #FFB81C; }
  .panel.category-bg-color.bg-brain-health {
    background-color: #6DCDB8; }

.signature-event-angel-campaign .button, .signature-event-angel-campaign form input[type="submit"], form .signature-event-angel-campaign input[type="submit"], .signature-event-angel-campaign body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .signature-event-angel-campaign .tribe-events-read-more {
  background-color: #ce89c3;
  border-color: #ce89c3;
  color: #fff; }
  .signature-event-angel-campaign .button:hover, .signature-event-angel-campaign form input[type="submit"]:hover, form .signature-event-angel-campaign input[type="submit"]:hover, .signature-event-angel-campaign body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-angel-campaign .tribe-events-read-more:hover {
    color: #fff;
    background: transparent; }
  .signature-event-angel-campaign .button.keyline, .signature-event-angel-campaign form input.keyline[type="submit"], form .signature-event-angel-campaign input.keyline[type="submit"], .signature-event-angel-campaign body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .signature-event-angel-campaign .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #ce89c3; }
    .signature-event-angel-campaign .button.keyline:hover, .signature-event-angel-campaign form input.keyline[type="submit"]:hover, form .signature-event-angel-campaign input.keyline[type="submit"]:hover, .signature-event-angel-campaign body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-angel-campaign .keyline.tribe-events-read-more:hover {
      background-color: #ce89c3;
      border-color: #ce89c3;
      color: #fff; }

.signature-event-angel-campaign .panel.overview-panel ul li:before {
  color: #fff; }

.signature-event-night-of-a-thousand-stars-gala .button, .signature-event-night-of-a-thousand-stars-gala form input[type="submit"], form .signature-event-night-of-a-thousand-stars-gala input[type="submit"], .signature-event-night-of-a-thousand-stars-gala body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .signature-event-night-of-a-thousand-stars-gala .tribe-events-read-more {
  background-color: #272787;
  border-color: #272787;
  color: #fff; }
  .signature-event-night-of-a-thousand-stars-gala .button:hover, .signature-event-night-of-a-thousand-stars-gala form input[type="submit"]:hover, form .signature-event-night-of-a-thousand-stars-gala input[type="submit"]:hover, .signature-event-night-of-a-thousand-stars-gala body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-night-of-a-thousand-stars-gala .tribe-events-read-more:hover {
    color: #fff;
    background: transparent; }
  .signature-event-night-of-a-thousand-stars-gala .button.keyline, .signature-event-night-of-a-thousand-stars-gala form input.keyline[type="submit"], form .signature-event-night-of-a-thousand-stars-gala input.keyline[type="submit"], .signature-event-night-of-a-thousand-stars-gala body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .signature-event-night-of-a-thousand-stars-gala .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #272787; }
    .signature-event-night-of-a-thousand-stars-gala .button.keyline:hover, .signature-event-night-of-a-thousand-stars-gala form input.keyline[type="submit"]:hover, form .signature-event-night-of-a-thousand-stars-gala input.keyline[type="submit"]:hover, .signature-event-night-of-a-thousand-stars-gala body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-night-of-a-thousand-stars-gala .keyline.tribe-events-read-more:hover {
      background-color: #272787;
      border-color: #272787;
      color: #fff; }

.signature-event-night-of-a-thousand-stars-gala .panel.overview-panel ul li:before {
  color: #fff; }

.signature-event-innovators-challenge .button, .signature-event-innovators-challenge form input[type="submit"], form .signature-event-innovators-challenge input[type="submit"], .signature-event-innovators-challenge body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .signature-event-innovators-challenge .tribe-events-read-more {
  background-color: #0e2d4d;
  border-color: #0e2d4d;
  color: #fff; }
  .signature-event-innovators-challenge .button:hover, .signature-event-innovators-challenge form input[type="submit"]:hover, form .signature-event-innovators-challenge input[type="submit"]:hover, .signature-event-innovators-challenge body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-innovators-challenge .tribe-events-read-more:hover {
    color: #fff;
    background: transparent; }
  .signature-event-innovators-challenge .button.keyline, .signature-event-innovators-challenge form input.keyline[type="submit"], form .signature-event-innovators-challenge input.keyline[type="submit"], .signature-event-innovators-challenge body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .signature-event-innovators-challenge .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #0e2d4d; }
    .signature-event-innovators-challenge .button.keyline:hover, .signature-event-innovators-challenge form input.keyline[type="submit"]:hover, form .signature-event-innovators-challenge input.keyline[type="submit"]:hover, .signature-event-innovators-challenge body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-innovators-challenge .keyline.tribe-events-read-more:hover {
      background-color: #0e2d4d;
      border-color: #0e2d4d;
      color: #fff; }

.signature-event-innovators-challenge .panel.overview-panel ul li:before {
  color: #fff; }

.signature-event-isserow .button, .signature-event-isserow form input[type="submit"], form .signature-event-isserow input[type="submit"], .signature-event-isserow body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .signature-event-isserow .tribe-events-read-more {
  background-color: #0e2d4d;
  border-color: #0e2d4d;
  color: #fff; }
  .signature-event-isserow .button:hover, .signature-event-isserow form input[type="submit"]:hover, form .signature-event-isserow input[type="submit"]:hover, .signature-event-isserow body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-isserow .tribe-events-read-more:hover {
    color: #fff;
    background: transparent; }
  .signature-event-isserow .button.keyline, .signature-event-isserow form input.keyline[type="submit"], form .signature-event-isserow input.keyline[type="submit"], .signature-event-isserow body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .signature-event-isserow .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #0e2d4d; }
    .signature-event-isserow .button.keyline:hover, .signature-event-isserow form input.keyline[type="submit"]:hover, form .signature-event-isserow input.keyline[type="submit"]:hover, .signature-event-isserow body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-isserow .keyline.tribe-events-read-more:hover {
      background-color: #0e2d4d;
      border-color: #0e2d4d;
      color: #fff; }

.signature-event-isserow .panel.overview-panel ul li:before {
  color: #fff; }

.signature-event-viva-pharmaceutical-time-shine-gala .button, .signature-event-viva-pharmaceutical-time-shine-gala form input[type="submit"], form .signature-event-viva-pharmaceutical-time-shine-gala input[type="submit"], .signature-event-viva-pharmaceutical-time-shine-gala body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .signature-event-viva-pharmaceutical-time-shine-gala .tribe-events-read-more {
  background-color: #c5a465;
  border-color: #c5a465;
  color: #fff; }
  .signature-event-viva-pharmaceutical-time-shine-gala .button:hover, .signature-event-viva-pharmaceutical-time-shine-gala form input[type="submit"]:hover, form .signature-event-viva-pharmaceutical-time-shine-gala input[type="submit"]:hover, .signature-event-viva-pharmaceutical-time-shine-gala body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-viva-pharmaceutical-time-shine-gala .tribe-events-read-more:hover {
    color: #fff;
    background: transparent; }
  .signature-event-viva-pharmaceutical-time-shine-gala .button.keyline, .signature-event-viva-pharmaceutical-time-shine-gala form input.keyline[type="submit"], form .signature-event-viva-pharmaceutical-time-shine-gala input.keyline[type="submit"], .signature-event-viva-pharmaceutical-time-shine-gala body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .signature-event-viva-pharmaceutical-time-shine-gala .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #c5a465; }
    .signature-event-viva-pharmaceutical-time-shine-gala .button.keyline:hover, .signature-event-viva-pharmaceutical-time-shine-gala form input.keyline[type="submit"]:hover, form .signature-event-viva-pharmaceutical-time-shine-gala input.keyline[type="submit"]:hover, .signature-event-viva-pharmaceutical-time-shine-gala body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-viva-pharmaceutical-time-shine-gala .keyline.tribe-events-read-more:hover {
      background-color: #c5a465;
      border-color: #c5a465;
      color: #fff; }

.signature-event-viva-pharmaceutical-time-shine-gala .panel.overview-panel ul li:before {
  color: #fff; }

.signature-event-ismaili-walk .button, .signature-event-ismaili-walk form input[type="submit"], form .signature-event-ismaili-walk input[type="submit"], .signature-event-ismaili-walk body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .signature-event-ismaili-walk .tribe-events-read-more {
  background-color: #00ac9a;
  border-color: #00ac9a;
  color: #fff; }
  .signature-event-ismaili-walk .button:hover, .signature-event-ismaili-walk form input[type="submit"]:hover, form .signature-event-ismaili-walk input[type="submit"]:hover, .signature-event-ismaili-walk body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-ismaili-walk .tribe-events-read-more:hover {
    color: #fff;
    background: transparent; }
  .signature-event-ismaili-walk .button.keyline, .signature-event-ismaili-walk form input.keyline[type="submit"], form .signature-event-ismaili-walk input.keyline[type="submit"], .signature-event-ismaili-walk body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .signature-event-ismaili-walk .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #00ac9a; }
    .signature-event-ismaili-walk .button.keyline:hover, .signature-event-ismaili-walk form input.keyline[type="submit"]:hover, form .signature-event-ismaili-walk input.keyline[type="submit"]:hover, .signature-event-ismaili-walk body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-ismaili-walk .keyline.tribe-events-read-more:hover {
      background-color: #00ac9a;
      border-color: #00ac9a;
      color: #fff; }

.signature-event-ismaili-walk .panel.overview-panel ul li:before {
  color: #fff; }

.signature-event-mr-lube-tournament-for-life .button, .signature-event-mr-lube-tournament-for-life form input[type="submit"], form .signature-event-mr-lube-tournament-for-life input[type="submit"], .signature-event-mr-lube-tournament-for-life body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .signature-event-mr-lube-tournament-for-life .tribe-events-read-more {
  background-color: #08450F;
  border-color: #08450F;
  color: #fff; }
  .signature-event-mr-lube-tournament-for-life .button:hover, .signature-event-mr-lube-tournament-for-life form input[type="submit"]:hover, form .signature-event-mr-lube-tournament-for-life input[type="submit"]:hover, .signature-event-mr-lube-tournament-for-life body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-mr-lube-tournament-for-life .tribe-events-read-more:hover {
    color: #fff;
    background: transparent; }
  .signature-event-mr-lube-tournament-for-life .button.keyline, .signature-event-mr-lube-tournament-for-life form input.keyline[type="submit"], form .signature-event-mr-lube-tournament-for-life input.keyline[type="submit"], .signature-event-mr-lube-tournament-for-life body.tribe-events-page-template .keyline.tribe-events-read-more, body.tribe-events-page-template .signature-event-mr-lube-tournament-for-life .keyline.tribe-events-read-more {
    background-color: transparent;
    color: #08450F; }
    .signature-event-mr-lube-tournament-for-life .button.keyline:hover, .signature-event-mr-lube-tournament-for-life form input.keyline[type="submit"]:hover, form .signature-event-mr-lube-tournament-for-life input.keyline[type="submit"]:hover, .signature-event-mr-lube-tournament-for-life body.tribe-events-page-template .keyline.tribe-events-read-more:hover, body.tribe-events-page-template .signature-event-mr-lube-tournament-for-life .keyline.tribe-events-read-more:hover {
      background-color: #08450F;
      border-color: #08450F;
      color: #fff; }

.signature-event-mr-lube-tournament-for-life .panel.overview-panel ul li:before {
  color: #fff; }

.panel article .tag.surgery {
  background-color: #00AAE3; }

.panel article .tag.cancer {
  background-color: #8E3A80; }

.panel article .tag.heart-lung {
  background-color: #ED6062; }

.panel article .tag.innovation {
  background-color: #ED8B00; }

.panel article .tag.community {
  background-color: #FFB81C; }

.panel article .tag.brain-health {
  background-color: #6DCDB8; }

.theme-section-surgery .panel.cta-panel {
  background-color: #00AAE3; }
  .theme-section-surgery .panel.cta-panel a {
    border-color: #fff;
    color: #fff; }
    .theme-section-surgery .panel.cta-panel a:hover {
      background: #fff; }

.theme-section-cancer .panel.cta-panel {
  background-color: #8E3A80; }
  .theme-section-cancer .panel.cta-panel a {
    border-color: #fff;
    color: #fff; }
    .theme-section-cancer .panel.cta-panel a:hover {
      background: #fff; }

.theme-section-heart-lung .panel.cta-panel {
  background-color: #ED6062; }
  .theme-section-heart-lung .panel.cta-panel a {
    border-color: #fff;
    color: #fff; }
    .theme-section-heart-lung .panel.cta-panel a:hover {
      background: #fff; }

.theme-section-innovation .panel.cta-panel {
  background-color: #ED8B00; }
  .theme-section-innovation .panel.cta-panel a {
    border-color: #fff;
    color: #fff; }
    .theme-section-innovation .panel.cta-panel a:hover {
      background: #fff; }

.theme-section-community .panel.cta-panel {
  background-color: #FFB81C; }
  .theme-section-community .panel.cta-panel a {
    border-color: #fff;
    color: #fff; }
    .theme-section-community .panel.cta-panel a:hover {
      background: #fff; }

.theme-section-brain-health .panel.cta-panel {
  background-color: #6DCDB8; }
  .theme-section-brain-health .panel.cta-panel a {
    border-color: #fff;
    color: #fff; }
    .theme-section-brain-health .panel.cta-panel a:hover {
      background: #fff; }

.panel.surgery.footer-cta {
  background-color: #00AAE3; }
  .panel.surgery.footer-cta a {
    border-color: #fff;
    color: #fff; }
    .panel.surgery.footer-cta a:hover {
      color: #00AAE3; }

.panel.cancer.footer-cta {
  background-color: #8E3A80; }
  .panel.cancer.footer-cta a {
    border-color: #fff;
    color: #fff; }
    .panel.cancer.footer-cta a:hover {
      color: #8E3A80; }

.panel.heart-lung.footer-cta {
  background-color: #ED6062; }
  .panel.heart-lung.footer-cta a {
    border-color: #fff;
    color: #fff; }
    .panel.heart-lung.footer-cta a:hover {
      color: #ED6062; }

.panel.innovation.footer-cta {
  background-color: #ED8B00; }
  .panel.innovation.footer-cta a {
    border-color: #fff;
    color: #fff; }
    .panel.innovation.footer-cta a:hover {
      color: #ED8B00; }

.panel.community.footer-cta {
  background-color: #FFB81C; }
  .panel.community.footer-cta a {
    border-color: #fff;
    color: #fff; }
    .panel.community.footer-cta a:hover {
      color: #FFB81C; }

.panel.brain-health.footer-cta {
  background-color: #6DCDB8; }
  .panel.brain-health.footer-cta a {
    border-color: #fff;
    color: #fff; }
    .panel.brain-health.footer-cta a:hover {
      color: #6DCDB8; }

body.front .big-donate.angel-campaign, body.single-signature_events .big-donate.angel-campaign {
  background-color: #ce89c3;
  border: 2px solid #ce89c3; }
  body.front .big-donate.angel-campaign a.button:hover, body.front .big-donate.angel-campaign body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.front .big-donate.angel-campaign a.tribe-events-read-more:hover, body.single-signature_events .big-donate.angel-campaign a.button:hover, body.single-signature_events .big-donate.angel-campaign body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.single-signature_events .big-donate.angel-campaign a.tribe-events-read-more:hover {
    color: #ce89c3; }

body.front .big-donate.night-of-a-thousand-stars-gala, body.single-signature_events .big-donate.night-of-a-thousand-stars-gala {
  background-color: #272787; }
  body.front .big-donate.night-of-a-thousand-stars-gala a.button:hover, body.front .big-donate.night-of-a-thousand-stars-gala body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.front .big-donate.night-of-a-thousand-stars-gala a.tribe-events-read-more:hover, body.single-signature_events .big-donate.night-of-a-thousand-stars-gala a.button:hover, body.single-signature_events .big-donate.night-of-a-thousand-stars-gala body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.single-signature_events .big-donate.night-of-a-thousand-stars-gala a.tribe-events-read-more:hover {
    color: #272787; }

body.front .big-donate.innovators-challenge, body.single-signature_events .big-donate.innovators-challenge {
  background-color: #0e2d4d; }
  body.front .big-donate.innovators-challenge a.button:hover, body.front .big-donate.innovators-challenge body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.front .big-donate.innovators-challenge a.tribe-events-read-more:hover, body.single-signature_events .big-donate.innovators-challenge a.button:hover, body.single-signature_events .big-donate.innovators-challenge body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.single-signature_events .big-donate.innovators-challenge a.tribe-events-read-more:hover {
    color: #0e2d4d; }

body.front .big-donate.isserow, body.single-signature_events .big-donate.isserow {
  background-color: #0e2d4d; }
  body.front .big-donate.isserow a.button:hover, body.front .big-donate.isserow body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.front .big-donate.isserow a.tribe-events-read-more:hover, body.single-signature_events .big-donate.isserow a.button:hover, body.single-signature_events .big-donate.isserow body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.single-signature_events .big-donate.isserow a.tribe-events-read-more:hover {
    color: #0e2d4d; }

body.front .big-donate.viva-pharmaceutical-time-shine-gala, body.single-signature_events .big-donate.viva-pharmaceutical-time-shine-gala {
  background-color: #c5a465; }
  body.front .big-donate.viva-pharmaceutical-time-shine-gala a.button:hover, body.front .big-donate.viva-pharmaceutical-time-shine-gala body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.front .big-donate.viva-pharmaceutical-time-shine-gala a.tribe-events-read-more:hover, body.single-signature_events .big-donate.viva-pharmaceutical-time-shine-gala a.button:hover, body.single-signature_events .big-donate.viva-pharmaceutical-time-shine-gala body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.single-signature_events .big-donate.viva-pharmaceutical-time-shine-gala a.tribe-events-read-more:hover {
    color: #c5a465; }

body.front .big-donate.ismaili-walk, body.single-signature_events .big-donate.ismaili-walk {
  background-color: #00ac9a; }
  body.front .big-donate.ismaili-walk a.button:hover, body.front .big-donate.ismaili-walk body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.front .big-donate.ismaili-walk a.tribe-events-read-more:hover, body.single-signature_events .big-donate.ismaili-walk a.button:hover, body.single-signature_events .big-donate.ismaili-walk body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.single-signature_events .big-donate.ismaili-walk a.tribe-events-read-more:hover {
    color: #00ac9a; }

body.front .big-donate.mr-lube-tournament-for-life, body.single-signature_events .big-donate.mr-lube-tournament-for-life {
  background-color: #08450F; }
  body.front .big-donate.mr-lube-tournament-for-life a.button:hover, body.front .big-donate.mr-lube-tournament-for-life body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.front .big-donate.mr-lube-tournament-for-life a.tribe-events-read-more:hover, body.single-signature_events .big-donate.mr-lube-tournament-for-life a.button:hover, body.single-signature_events .big-donate.mr-lube-tournament-for-life body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template body.single-signature_events .big-donate.mr-lube-tournament-for-life a.tribe-events-read-more:hover {
    color: #08450F; }

body.front .hero-copy.angel-campaign, body.single-signature_events .hero-copy.angel-campaign {
  background-color: #ce89c3; }
  @media screen and (min-width: 769px) {
    body.front .hero-copy.angel-campaign, body.single-signature_events .hero-copy.angel-campaign {
      width: 40.5rem; } }
  @media screen and (max-width: 768px) {
    body.front .hero-copy.angel-campaign, body.single-signature_events .hero-copy.angel-campaign {
      height: auto; } }
  @media screen and (max-width: 600px) {
    body.front .hero-copy.angel-campaign, body.single-signature_events .hero-copy.angel-campaign {
      width: 100%; } }

body.front .hero-copy.night-of-a-thousand-stars-gala, body.single-signature_events .hero-copy.night-of-a-thousand-stars-gala {
  background-color: #272787; }

body.front .hero-copy.innovators-challenge, body.single-signature_events .hero-copy.innovators-challenge {
  background-color: #0e2d4d; }

body.front .hero-copy.viva-pharmaceutical-time-shine-gala, body.single-signature_events .hero-copy.viva-pharmaceutical-time-shine-gala {
  background-color: #c5a465; }

body.front .hero-copy.ismaili-walk, body.single-signature_events .hero-copy.ismaili-walk {
  background-color: #00ac9a; }

body.front .hero-copy.mr-lube-tournament-for-life, body.single-signature_events .hero-copy.mr-lube-tournament-for-life {
  background-color: #08450F; }

.theme-section-surgery .big-donate.button, .theme-section-surgery form input.big-donate[type="submit"], form .theme-section-surgery input.big-donate[type="submit"], .theme-section-surgery body.tribe-events-page-template .big-donate.tribe-events-read-more, body.tribe-events-page-template .theme-section-surgery .big-donate.tribe-events-read-more {
  background-color: #00AAE3; }
  .theme-section-surgery .big-donate.button a.button:hover, .theme-section-surgery form input.big-donate[type="submit"] a.button:hover, form .theme-section-surgery input.big-donate[type="submit"] a.button:hover, .theme-section-surgery body.tribe-events-page-template .big-donate.tribe-events-read-more a.button:hover, body.tribe-events-page-template .theme-section-surgery .big-donate.tribe-events-read-more a.button:hover, .theme-section-surgery .big-donate.button body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-surgery .big-donate.button a.tribe-events-read-more:hover, .theme-section-surgery form input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-surgery form input.big-donate[type="submit"] a.tribe-events-read-more:hover, form .theme-section-surgery input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template form .theme-section-surgery input.big-donate[type="submit"] a.tribe-events-read-more:hover, .theme-section-surgery body.tribe-events-page-template .big-donate.tribe-events-read-more a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-surgery .big-donate.tribe-events-read-more a.tribe-events-read-more:hover {
    color: #00AAE3; }

.theme-section-cancer .big-donate.button, .theme-section-cancer form input.big-donate[type="submit"], form .theme-section-cancer input.big-donate[type="submit"], .theme-section-cancer body.tribe-events-page-template .big-donate.tribe-events-read-more, body.tribe-events-page-template .theme-section-cancer .big-donate.tribe-events-read-more {
  background-color: #8E3A80; }
  .theme-section-cancer .big-donate.button a.button:hover, .theme-section-cancer form input.big-donate[type="submit"] a.button:hover, form .theme-section-cancer input.big-donate[type="submit"] a.button:hover, .theme-section-cancer body.tribe-events-page-template .big-donate.tribe-events-read-more a.button:hover, body.tribe-events-page-template .theme-section-cancer .big-donate.tribe-events-read-more a.button:hover, .theme-section-cancer .big-donate.button body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-cancer .big-donate.button a.tribe-events-read-more:hover, .theme-section-cancer form input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-cancer form input.big-donate[type="submit"] a.tribe-events-read-more:hover, form .theme-section-cancer input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template form .theme-section-cancer input.big-donate[type="submit"] a.tribe-events-read-more:hover, .theme-section-cancer body.tribe-events-page-template .big-donate.tribe-events-read-more a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-cancer .big-donate.tribe-events-read-more a.tribe-events-read-more:hover {
    color: #8E3A80; }

.theme-section-heart-lung .big-donate.button, .theme-section-heart-lung form input.big-donate[type="submit"], form .theme-section-heart-lung input.big-donate[type="submit"], .theme-section-heart-lung body.tribe-events-page-template .big-donate.tribe-events-read-more, body.tribe-events-page-template .theme-section-heart-lung .big-donate.tribe-events-read-more {
  background-color: #ED6062; }
  .theme-section-heart-lung .big-donate.button a.button:hover, .theme-section-heart-lung form input.big-donate[type="submit"] a.button:hover, form .theme-section-heart-lung input.big-donate[type="submit"] a.button:hover, .theme-section-heart-lung body.tribe-events-page-template .big-donate.tribe-events-read-more a.button:hover, body.tribe-events-page-template .theme-section-heart-lung .big-donate.tribe-events-read-more a.button:hover, .theme-section-heart-lung .big-donate.button body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-heart-lung .big-donate.button a.tribe-events-read-more:hover, .theme-section-heart-lung form input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-heart-lung form input.big-donate[type="submit"] a.tribe-events-read-more:hover, form .theme-section-heart-lung input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template form .theme-section-heart-lung input.big-donate[type="submit"] a.tribe-events-read-more:hover, .theme-section-heart-lung body.tribe-events-page-template .big-donate.tribe-events-read-more a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-heart-lung .big-donate.tribe-events-read-more a.tribe-events-read-more:hover {
    color: #ED6062; }

.theme-section-brain-health .big-donate.button, .theme-section-brain-health form input.big-donate[type="submit"], form .theme-section-brain-health input.big-donate[type="submit"], .theme-section-brain-health body.tribe-events-page-template .big-donate.tribe-events-read-more, body.tribe-events-page-template .theme-section-brain-health .big-donate.tribe-events-read-more {
  background-color: #6DCDB8; }
  .theme-section-brain-health .big-donate.button a.button:hover, .theme-section-brain-health form input.big-donate[type="submit"] a.button:hover, form .theme-section-brain-health input.big-donate[type="submit"] a.button:hover, .theme-section-brain-health body.tribe-events-page-template .big-donate.tribe-events-read-more a.button:hover, body.tribe-events-page-template .theme-section-brain-health .big-donate.tribe-events-read-more a.button:hover, .theme-section-brain-health .big-donate.button body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-brain-health .big-donate.button a.tribe-events-read-more:hover, .theme-section-brain-health form input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-brain-health form input.big-donate[type="submit"] a.tribe-events-read-more:hover, form .theme-section-brain-health input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template form .theme-section-brain-health input.big-donate[type="submit"] a.tribe-events-read-more:hover, .theme-section-brain-health body.tribe-events-page-template .big-donate.tribe-events-read-more a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-brain-health .big-donate.tribe-events-read-more a.tribe-events-read-more:hover {
    color: #6DCDB8; }

.theme-section-innovation .big-donate.button, .theme-section-innovation form input.big-donate[type="submit"], form .theme-section-innovation input.big-donate[type="submit"], .theme-section-innovation body.tribe-events-page-template .big-donate.tribe-events-read-more, body.tribe-events-page-template .theme-section-innovation .big-donate.tribe-events-read-more {
  background-color: #ED8B00; }
  .theme-section-innovation .big-donate.button a.button:hover, .theme-section-innovation form input.big-donate[type="submit"] a.button:hover, form .theme-section-innovation input.big-donate[type="submit"] a.button:hover, .theme-section-innovation body.tribe-events-page-template .big-donate.tribe-events-read-more a.button:hover, body.tribe-events-page-template .theme-section-innovation .big-donate.tribe-events-read-more a.button:hover, .theme-section-innovation .big-donate.button body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-innovation .big-donate.button a.tribe-events-read-more:hover, .theme-section-innovation form input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-innovation form input.big-donate[type="submit"] a.tribe-events-read-more:hover, form .theme-section-innovation input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template form .theme-section-innovation input.big-donate[type="submit"] a.tribe-events-read-more:hover, .theme-section-innovation body.tribe-events-page-template .big-donate.tribe-events-read-more a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-innovation .big-donate.tribe-events-read-more a.tribe-events-read-more:hover {
    color: #ED8B00; }

.theme-section-community .big-donate.button, .theme-section-community form input.big-donate[type="submit"], form .theme-section-community input.big-donate[type="submit"], .theme-section-community body.tribe-events-page-template .big-donate.tribe-events-read-more, body.tribe-events-page-template .theme-section-community .big-donate.tribe-events-read-more {
  background-color: #FFB81C; }
  .theme-section-community .big-donate.button a.button:hover, .theme-section-community form input.big-donate[type="submit"] a.button:hover, form .theme-section-community input.big-donate[type="submit"] a.button:hover, .theme-section-community body.tribe-events-page-template .big-donate.tribe-events-read-more a.button:hover, body.tribe-events-page-template .theme-section-community .big-donate.tribe-events-read-more a.button:hover, .theme-section-community .big-donate.button body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-community .big-donate.button a.tribe-events-read-more:hover, .theme-section-community form input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-community form input.big-donate[type="submit"] a.tribe-events-read-more:hover, form .theme-section-community input.big-donate[type="submit"] body.tribe-events-page-template a.tribe-events-read-more:hover, body.tribe-events-page-template form .theme-section-community input.big-donate[type="submit"] a.tribe-events-read-more:hover, .theme-section-community body.tribe-events-page-template .big-donate.tribe-events-read-more a.tribe-events-read-more:hover, body.tribe-events-page-template .theme-section-community .big-donate.tribe-events-read-more a.tribe-events-read-more:hover {
    color: #FFB81C; }

.link--unstyled {
  text-decoration: none; }
  .link--unstyled:hover {
    text-decoration: underline; }

.link--button {
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  background: #7dab35;
  color: #fff;
  transition: 0.3s background-color linear;
  text-transform: capitalize; }
  .link--button:hover, .link--button.cta__button:hover {
    text-decoration: none;
    background: #bbbbbb; }

.link--large {
  font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (min-width: 601px) {
    .link--large {
      font-size: 30px;
      font-size: 1.875rem; } }

.theme-section-surgery .link--themed, .theme-section-surgery .pager a, .pager .theme-section-surgery a {
  color: #00AAE3; }

.theme-section-cancer .link--themed, .theme-section-cancer .pager a, .pager .theme-section-cancer a {
  color: #8E3A80; }

.theme-section-heart-lung .link--themed, .theme-section-heart-lung .pager a, .pager .theme-section-heart-lung a {
  color: #ED6062; }

.theme-section-innovation .link--themed, .theme-section-innovation .pager a, .pager .theme-section-innovation a {
  color: #ED8B00; }

.theme-section-community .link--themed, .theme-section-community .pager a, .pager .theme-section-community a {
  color: #FFB81C; }

.theme-section-brain-health .link--themed, .theme-section-brain-health .pager a, .pager .theme-section-brain-health a {
  color: #6DCDB8; }

.icon {
  display: inline-block;
  max-width: 1.25rem;
  line-height: 1px;
  margin: 0 0.3125rem; }
  .icon svg {
    max-width: 100%; }
    .icon svg, .icon svg * {
      fill: currentColor; }

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

.image-cover {
  content: '';
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center; }

.embed {
  position: relative;
  overflow: hidden;
  background: #000;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .embed__poster {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
    background-position: center center;
    background-size: cover; }
    .embed__poster::before, .embed__poster::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10; }
    .embed__poster::before {
      height: 0;
      width: 0;
      border-top: 35.5px solid transparent;
      border-bottom: 35.5px solid transparent;
      border-left: 71px solid rgba(0, 0, 0, 0.15); }
    .embed__poster::after {
      height: 0;
      width: 0;
      border-top: 32.5px solid transparent;
      border-bottom: 32.5px solid transparent;
      border-left: 65px solid white; }
    .embed__poster.fade {
      opacity: 0; }
  .embed__media,
  .embed__media iframe,
  .embed__media object,
  .embed__media embed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%; }

.quote {
  padding: 4.375rem 0; }
  .quote__text {
    padding: 0;
    border: none;
    font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 769px) {
      .quote__text {
        font-size: 36px;
        font-size: 2.25rem;
        float: left;
        display: block;
        margin-right: 0%;
        width: 66.66667%;
        margin-left: 16.66667%; }
        .quote__text:last-child {
          margin-right: 0; } }
    .quote__text p {
      margin: 0; }
  .quote footer {
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 1.875rem;
    letter-spacing: 2px; }
  .quote__image {
    display: none; }
    @media screen and (min-width: 769px) {
      .quote__image {
        display: block;
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%;
        margin-left: 8.33333%; }
        .quote__image:last-child {
          margin-right: 0; } }
  .quote:not(.quote--image) {
    text-align: center; }
    @media screen and (min-width: 769px) {
      .quote:not(.quote--image) {
        padding: 6.25rem 0; } }
  .quote--image {
    text-align: right; }
    @media screen and (min-width: 769px) {
      .quote--image {
        padding: 3.75rem 0; } }
    @media screen and (min-width: 769px) {
      .quote--image .quote__text {
        float: left;
        display: block;
        margin-right: 0%;
        width: 41.66667%;
        margin-left: 8.33333%; }
        .quote--image .quote__text:last-child {
          margin-right: 0; } }

.bg-color--lemon {
  background: rgba(255, 249, 173, 0.5); }

.bg-color--lime {
  background: rgba(203, 231, 221, 0.5); }

.bg-color--peach {
  background: rgba(252, 216, 204, 0.5); }

.media-items__heading {
  text-align: center;
  margin-bottom: 3.125rem; }

.media-items__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 601px) {
    .media-items__text {
      font-size: 20px;
      font-size: 1.25rem; } }

.media-items__more-link {
  display: block;
  text-align: center;
  margin: 2.5rem 0 7.5rem;
  font-weight: bold; }

@media screen and (min-width: 769px) {
  .media-items--alternating .media-item:nth-child(2n) .media-item__image {
    -ms-flex-order: 100;
        order: 100;
    margin-left: 8.33333%; } }

.media-item {
  margin: 1.875rem 0;
  -webkit-margin-collapse: separate;
  border-top: 1px solid #f3f3f3; }
  @media screen and (min-width: 769px) {
    .media-item {
      margin: 3.75rem 0; } }
  .media-item__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 601px) {
      .media-item__title {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 769px) {
      .media-item__title {
        margin-bottom: 3.125rem; } }
  .media-item__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 601px) {
      .media-item__text {
        font-size: 20px;
        font-size: 1.25rem; } }
  .media-item__link {
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem; }
  @media screen and (min-width: 769px) {
    .media-item__content {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%;
      margin-left: 8.33333%; }
      .media-item__content:last-child {
        margin-right: 0; } }
  .media-item__image {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 769px) {
      .media-item__image {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%;
        margin-left: 16.66667%;
        margin-bottom: 0; }
        .media-item__image:last-child {
          margin-right: 0; } }
  .media-item .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 769px) {
      .media-item .container {
        -ms-flex-direction: row;
            flex-direction: row; } }

.cta {
  padding: 4.0625rem 0; }
  @media screen and (min-width: 769px) {
    .cta {
      padding: 3.75rem 0; } }
  @media screen and (min-width: 769px) {
    .cta__image {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%;
      margin-left: 8.33333%; }
      .cta__image:last-child {
        margin-right: 0; } }
  .cta__content {
    padding: 0.625rem 0;
    line-height: 1.5; }
    @media screen and (min-width: 769px) {
      .cta__content {
        padding: 0;
        line-height: 1.33;
        float: left;
        display: block;
        margin-right: 0%;
        width: 41.66667%;
        margin-left: 8.33333%; }
        .cta__content:last-child {
          margin-right: 0; } }
  .cta__text {
    font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 601px) {
      .cta__text {
        font-size: 36px;
        font-size: 2.25rem; } }
  .bg-color--lime .cta__button {
    background: #6DCDB8; }
  .bg-color--lemon .cta__button {
    background: #FFB81C; }
  .bg-color--peach .cta__button {
    background: #ED6062; }
  .cta__button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
  .cta__image .cta__button {
    margin-top: 1.875rem; }
    @media screen and (min-width: 769px) {
      .cta__image .cta__button {
        display: none; } }
  .cta__content .cta__button {
    display: none; }
    @media screen and (min-width: 769px) {
      .cta__content .cta__button {
        display: inline-block; } }

.theme-section-surgery .cta__text a {
  color: #00AAE3; }

.theme-section-cancer .cta__text a {
  color: #8E3A80; }

.theme-section-heart-lung .cta__text a {
  color: #ED6062; }

.theme-section-brain-health .cta__text a {
  color: #6DCDB8; }

.theme-section-innovation .cta__text a {
  color: #ED8B00; }

.theme-section-community .cta__text a {
  color: #FFB81C; }

@media screen and (min-width: 769px) {
  .columns--two .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .columns--two .column:last-child {
      margin-right: 0; } }

.columns--equal-height .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch; }

.column {
  padding: 4.375rem 0; }
  @media screen and (min-width: 769px) {
    .column {
      padding: 9.375rem 8.33333%; } }
  .column__heading {
    margin: 0 0 2.5rem; }
  .column__text {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 601px) {
      .column__text {
        font-size: 20px;
        font-size: 1.25rem; } }
  .column.image-cover {
    padding: 0 !important; }

/*
input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type=text] {
  width: 60%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  max-width: 70%;
}

textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 8px 0;
}
*/
form #denySubmit {
  display: none; }

form input[type="text"], form input[type="email"] {
  background-color: #fff;
  border: 0;
  padding: 10px 15px;
  margin-right: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1rem;
  min-width: calc(44% - 225px);
  height: 45px; }
  @media screen and (max-width: 768px) {
    form input[type="text"], form input[type="email"] {
      width: 100%;
      margin-bottom: 0.625rem; } }

form input[type="submit"] {
  height: 45px;
  margin-left: 10px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 0; }
  @media screen and (max-width: 768px) {
    form input[type="submit"] {
      width: 100%;
      margin-left: 0px; } }

form.n3wslttrSignup {
  /* Myla added for Call to Actions */ }
  form.n3wslttrSignup input[type="text"] {
    color: #575B5C;
    max-width: 25%; }
    @media screen and (max-width: 768px) {
      form.n3wslttrSignup input[type="text"] {
        width: 70%;
        max-width: unset; } }
  form.n3wslttrSignup input[type="email"] {
    color: #575B5C;
    /*width: 338px;*/ }
    @media screen and (max-width: 768px) {
      form.n3wslttrSignup input[type="email"] {
        width: 70%;
        max-width: unset;
        margin-top: 8px; } }
  @media screen and (max-width: 768px) {
    form.n3wslttrSignup input[type="submit"] {
      width: 70%; } }

.theme-template-2019 form input,
.theme-template-2019 form textarea {
  border-radius: 0;
  border: 1px solid #bbbbbb;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.125rem; }

.theme-template-2019 form input {
  height: 3.75rem;
  width: 100%;
  max-width: none; }
  .theme-template-2019 form input[type="submit"] {
    width: auto;
    margin-top: 2.5rem !important;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-size: 1.875rem; }
    @media screen and (min-width: 769px) {
      .theme-template-2019 form input[type="submit"] {
        margin-top: 3.75rem !important; } }

.theme-template-2019 form::-webkit-input-placeholder {
  color: #bbbbbb; }

.theme-template-2019 form::-moz-placeholder {
  color: #bbbbbb; }

.theme-template-2019 form:-moz-placeholder {
  color: #bbbbbb; }

.theme-template-2019 form:-ms-input-placeholder {
  color: #bbbbbb; }

.theme-template-2019 form.n3wslttrSignup {
  margin-top: 3.75rem; }
  .theme-template-2019 form.n3wslttrSignup input[type="text"], .theme-template-2019 form.n3wslttrSignup input[type="email"] {
    width: 100%;
    max-width: none; }
    @media screen and (min-width: 769px) {
      .theme-template-2019 form.n3wslttrSignup input[type="text"], .theme-template-2019 form.n3wslttrSignup input[type="email"] {
        width: 32%;
        margin-right: 1.5%; }
        .theme-template-2019 form.n3wslttrSignup input[type="text"][type="email"], .theme-template-2019 form.n3wslttrSignup input[type="email"][type="email"] {
          margin-right: 0; } }
  .theme-template-2019 form.n3wslttrSignup input[type="submit"] {
    background-color: #FCD8CC;
    color: #4A4A4A;
    border: none; }
    .theme-template-2019 form.n3wslttrSignup input[type="submit"]:hover {
      background-color: rgba(252, 216, 204, 0.5);
      color: inherit; }

.form__heading {
  margin-top: 0; }

.form__text {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 601px) {
    .form__text {
      font-size: 20px;
      font-size: 1.25rem; } }
  .form__text :last-child {
    margin-bottom: 0; }

.modal {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1001;
  width: 95%;
  position: absolute; }
  .modal--active {
    display: block; }
  .modal :first-child,
  .modal .panel :first-child {
    margin-top: 0; }
  .modal :last-child,
  .modal .panel :last-child {
    margin-bottom: 0; }
  .modal__close {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    line-height: 1; }
    .modal__close::after {
      content: '╳';
      display: block;
      font-size: 28px;
      font-size: 1.75rem; }

body.is-modal {
  position: fixed;
  overflow: hidden; }

#modal-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  transition: 1s opacity; }
  .is-modal #modal-overlay {
    opacity: 1;
    display: block;
    z-index: 1000; }

.pager {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem; }
  .pager a,
  .pager .current {
    margin-right: 1.25rem; }
  .pager .current {
    color: #bbbbbb; }

/**
 * Box sizing
 */
html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

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

html,
body {
  width: 100%;
  height: 100%; }

body {
  background: #FFF;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #575b5e; }

p {
  margin-top: 0; }

.italic {
  font-style: italic; }

.show {
  opacity: 1; }

.hide {
  opacity: 0; }

.hidden {
  display: none; }

.visually-hidden {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
  margin: 0 !important; }

#browser-warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #ffc208;
  font-size: 24px;
  z-index: 1000;
  padding: 40px;
  color: #000; }
  #browser-warning strong {
    font-weight: bold; }

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.post-edit-link {
  position: fixed;
  background: #999;
  bottom: 10px;
  right: 10px;
  display: block;
  border-radius: 100px;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: background 0.2s linear;
  color: #fff; }
  .post-edit-link:hover {
    background: gray; }

.button, form input[type="submit"], body.tribe-events-page-template .tribe-events-read-more {
  display: inline-block;
  border: 2px solid #575b5e;
  padding: 0.5rem 1.5625rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 400;
  color: #575b5e;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #7dab35;
  border: 2px solid #7dab35; }
  @media screen and (min-width: 601px) {
    .button, form input[type="submit"], body.tribe-events-page-template .tribe-events-read-more {
      font-size: 18px;
      font-size: 1.125rem; } }
  .button:hover, form input[type="submit"]:hover, body.tribe-events-page-template .tribe-events-read-more:hover {
    color: #fff;
    background-color: transparent;
    color: #7dab35; }
  .button.white, form input.white[type="submit"], body.tribe-events-page-template .white.tribe-events-read-more {
    border: 2px solid #fff;
    color: #fff; }
    .button.white:hover, form input.white[type="submit"]:hover, body.tribe-events-page-template .white.tribe-events-read-more:hover {
      background-color: #fff;
      color: #7dab35; }
  .button.green, form input.green[type="submit"], body.tribe-events-page-template .green.tribe-events-read-more {
    color: #fff;
    background-color: #7dab35;
    border: 2px solid #7dab35; }
    .button.green:hover, form input.green[type="submit"]:hover, body.tribe-events-page-template .green.tribe-events-read-more:hover {
      color: #fff;
      background-color: transparent;
      color: #7dab35; }
  .button.green-keyline, form input.green-keyline[type="submit"], body.tribe-events-page-template .green-keyline.tribe-events-read-more, .button.keyline, form input.keyline[type="submit"], body.tribe-events-page-template .keyline.tribe-events-read-more {
    border: 2px solid #7dab35;
    color: #7dab35;
    background-color: transparent; }
    .button.green-keyline:hover, form input.green-keyline[type="submit"]:hover, body.tribe-events-page-template .green-keyline.tribe-events-read-more:hover, .button.keyline:hover, form input.keyline[type="submit"]:hover, body.tribe-events-page-template .keyline.tribe-events-read-more:hover {
      color: #fff;
      background-color: #7dab35;
      border: 2px solid #7dab35; }
  .button.white-keyline, form input.white-keyline[type="submit"], body.tribe-events-page-template .white-keyline.tribe-events-read-more {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .button.white-keyline, form input.white-keyline[type="submit"], body.tribe-events-page-template .white-keyline.tribe-events-read-more {
        margin-bottom: 10px; } }
    .button.white-keyline:hover, form input.white-keyline[type="submit"]:hover, body.tribe-events-page-template .white-keyline.tribe-events-read-more:hover {
      color: #7dab35;
      background-color: #fff;
      border: 2px solid #fff; }
  .button.grey-keyline, form input.grey-keyline[type="submit"], body.tribe-events-page-template .grey-keyline.tribe-events-read-more {
    border: 2px solid #575b5d;
    color: #575b5d;
    background-color: transparent;
    padding: 0.8125rem 1.5625rem; }
    .button.grey-keyline:hover, form input.grey-keyline[type="submit"]:hover, body.tribe-events-page-template .grey-keyline.tribe-events-read-more:hover {
      color: #fff;
      background-color: #575b5d; }
  .button.grey, form input.grey[type="submit"], body.tribe-events-page-template .grey.tribe-events-read-more {
    background-color: #575b5e;
    color: #fff;
    border: 2px solid #575b5e; }
  .theme-template-2019 .page-wrap .button, .theme-template-2019 .page-wrap form input[type="submit"], form .theme-template-2019 .page-wrap input[type="submit"], .theme-template-2019 .page-wrap body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-template-2019 .page-wrap .tribe-events-read-more, .theme-template-2019
  .modal .button, .theme-template-2019
  .modal form input[type="submit"], form .theme-template-2019
  .modal input[type="submit"], .theme-template-2019
  .modal body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-template-2019
  .modal .tribe-events-read-more {
    font-family: 'baskerville-display-pt','Libre Baskerville',Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-transform: none; }
    @media screen and (min-width: 769px) {
      .theme-template-2019 .page-wrap .button, .theme-template-2019 .page-wrap form input[type="submit"], form .theme-template-2019 .page-wrap input[type="submit"], .theme-template-2019 .page-wrap body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-template-2019 .page-wrap .tribe-events-read-more, .theme-template-2019
      .modal .button, .theme-template-2019
      .modal form input[type="submit"], form .theme-template-2019
      .modal input[type="submit"], .theme-template-2019
      .modal body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .theme-template-2019
      .modal .tribe-events-read-more {
        font-size: 30px;
        font-size: 1.875rem; } }

.panel .arrow-link {
  color: #575b5e;
  display: inline-block;
  padding-left: 1.5625rem;
  transition: all 0.2s linear;
  background-position: -2rem 50%; }
  .panel .arrow-link:hover {
    color: #7dab35;
    background: url(../img/arrow-right.svg) no-repeat;
    background-position: 0 50%; }

.navburger {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1001;
  left: 0px;
  top: 5px;
  cursor: pointer;
  background: #fff; }
  @media screen and (min-width: 1181px) {
    .navburger {
      display: none; } }

.navburger .stripes {
  margin-top: 22px;
  margin-left: 18px; }

.navburger .stripe {
  width: 28px;
  height: 2px;
  background: #575b5e;
  margin-bottom: 5px;
  transition: transform 0.3s linear; }

@media screen and (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch; } }

.nav-open {
  overflow: hidden; }
  .nav-open .page-wrap {
    overflow: hidden; }
  .nav-open .stripes {
    margin-top: 29px; }
  .nav-open .stripe1 {
    transform: rotate(45deg);
    position: absolute; }
  .nav-open .stripe2 {
    display: none; }
  .nav-open .stripe3 {
    transform: rotate(-45deg); }

.page-wrap {
  overflow: hidden;
  position: relative; }
  .theme-template-2019 .page-wrap::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 1px;
    height: 100%;
    background: #f3f3f3; }

#top-header {
  float: left;
  width: 100vw;
  padding: 20px 0;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 0;
  height: 70px; }
  @media screen and (min-width: 769px) {
    #top-header {
      width: 100%; } }
  @media screen and (min-width: 1181px) {
    #top-header {
      height: 100px; } }

.site-name {
  float: left;
  margin: 0; }
  .site-name a {
    width: 100px;
    height: 57px;
    display: block;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-left: 45px;
    margin-top: -3px; }
    @media screen and (min-width: 1181px) {
      .site-name a {
        width: 155px;
        height: 57px;
        margin-left: 0px;
        margin-top: 0px; } }

#main-menu a, #latest-menu a {
  color: #575b5e;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  transition: color 0.25s linear; }
  #main-menu a:hover, #latest-menu a:hover {
    color: #7dab35; }

#main-menu .current_page_item a, #main-menu a.active, #latest-menu .current_page_item a, #latest-menu a.active {
  color: #7dab35; }

.single-themes_post #sub-navigation {
  transform: translate3d(0, -60px, 0px);
  transition: transform 0.25s linear; }

.single-themes_post.fixed-sub-nav #sub-navigation {
  transform: translate3d(0, 0, 0px); }

#main-menu {
  float: left; }
  @media screen and (max-width: 1180px) {
    #main-menu {
      width: 100%; } }
  #main-menu #primary-nav {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    margin-left: 60px;
    float: left; }
    @media screen and (min-width: 1181px) {
      #main-menu #primary-nav {
        white-space: nowrap;
        vertical-align: top; }
        #main-menu #primary-nav .sub-menu {
          white-space: normal; } }
    @media screen and (max-width: 1180px) {
      #main-menu #primary-nav {
        width: 100%; } }
    #main-menu #primary-nav li {
      display: inline-block;
      margin-right: 30px;
      position: relative; }
      #main-menu #primary-nav li:before {
        content: '/';
        color: #979797;
        font-size: 11px;
        font-size: 0.6875rem;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 600;
        position: absolute;
        top: 5px;
        left: -20px; }
      #main-menu #primary-nav li:first-child:before {
        display: none; }
    #main-menu #primary-nav li.current-page-parent a {
      color: #7dab35; }
    #main-menu #primary-nav li.menu-item-has-children {
      position: relative; }
      #main-menu #primary-nav li.menu-item-has-children .submenu-trigger {
        display: none; }
        @media screen and (max-width: 1180px) {
          #main-menu #primary-nav li.menu-item-has-children .submenu-trigger {
            display: block; } }
      #main-menu #primary-nav li.menu-item-has-children.submenu-open > .submenu-trigger:after {
        transform: rotate(-45deg); }
      #main-menu #primary-nav li.menu-item-has-children.submenu-open > a {
        color: #7dab35; }
      @media screen and (max-width: 1180px) {
        #main-menu #primary-nav li.menu-item-has-children.submenu-open .sub-menu {
          opacity: 1;
          max-height: 400px;
          position: relative;
          transition: opacity 0.3s 0.3s ease-in-out, max-height 0.3s ease-in-out;
          z-index: 1;
          border-top: 1px solid rgba(204, 204, 204, 0.5);
          border-bottom: 1px solid rgba(204, 204, 204, 0.5);
          margin-top: 15px;
          background-color: rgba(204, 204, 204, 0.1);
          width: calc(100% + 60px); } }
      #main-menu #primary-nav li.menu-item-has-children > .submenu-trigger {
        position: relative;
        float: right;
        width: 1rem;
        height: 1rem; }
        #main-menu #primary-nav li.menu-item-has-children > .submenu-trigger:after {
          content: '';
          background: url(../img/plus-nav.svg) no-repeat;
          background-size: cover;
          transition: transform 0.3s ease-in-out;
          display: block;
          position: relative;
          top: 0.25em;
          height: 100%;
          width: 100%; }
      #main-menu #primary-nav li.menu-item-has-children .sub-menu {
        background: #fff;
        display: inline-block;
        padding: 34px 30px 10px 30px;
        position: absolute;
        left: -25px;
        top: 19px;
        opacity: 0;
        max-height: 0;
        z-index: 3;
        overflow: hidden; }
        @media screen and (max-width: 1180px) {
          #main-menu #primary-nav li.menu-item-has-children .sub-menu {
            position: absolute;
            top: auto;
            left: auto;
            margin-left: -30px;
            margin-right: -30px;
            z-index: -2; } }
        #main-menu #primary-nav li.menu-item-has-children .sub-menu li {
          margin-bottom: 15px;
          float: left;
          margin-right: 0;
          width: 150px;
          line-height: 1.1; }
          @media screen and (max-width: 1180px) {
            #main-menu #primary-nav li.menu-item-has-children .sub-menu li {
              width: 95%; } }
          #main-menu #primary-nav li.menu-item-has-children .sub-menu li:before {
            display: none; }
        #main-menu #primary-nav li.menu-item-has-children .sub-menu a {
          color: #575b5e;
          text-transform: uppercase;
          font-size: 11px;
          font-size: 0.6875rem; }
          #main-menu #primary-nav li.menu-item-has-children .sub-menu a:hover {
            color: #7dab35; }
        #main-menu #primary-nav li.menu-item-has-children .sub-menu .current-menu-item a {
          color: #7dab35; }
      @media screen and (min-width: 1181px) {
        #main-menu #primary-nav li.menu-item-has-children:hover .sub-menu {
          opacity: 1;
          max-height: 700px; } }

#language-switcher {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  margin-left: 0px;
  float: left; }
  #language-switcher li {
    display: inline-block;
    margin-right: 25px;
    position: relative; }
    #language-switcher li:before {
      content: '|';
      color: #979797;
      font-size: 11px;
      font-size: 0.6875rem;
      position: absolute;
      top: 5px;
      left: -17px; }
    #language-switcher li:first-child:before {
      display: none; }

@keyframes arrowUpDown {
  0% {
    transform: translateY(0px); }
  25% {
    transform: translateY(-2px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(2px); } }

#top-header .big-donate {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
  text-transform: uppercase;
  border: 0;
  padding: 0px 20px;
  line-height: 3.2; }
  @media screen and (min-width: 769px) {
    #top-header .big-donate {
      padding: 0px 55px;
      top: 20px;
      bottom: 20px;
      right: 20px;
      line-height: 3.5; } }
  @media screen and (max-width: 1180px) {
    #top-header .big-donate {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 0px 20px;
      right: 15px;
      top: 15px;
      bottom: 15px; } }
  #top-header .big-donate:hover {
    background-color: #bbbbbb;
    color: #fff; }

#top-header .latest-toggle.active a {
  color: #7dab35; }

@media screen and (min-width: 1181px) {
  #top-header .latest-toggle {
    min-height: 40px; } }

#top-header .latest-toggle .mobile-only {
  float: right;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 1180px) {
    #top-header .latest-toggle .mobile-only {
      display: block; } }

#top-header #toggleLatest {
  margin-right: 30px;
  position: relative; }
  @media screen and (min-width: 1181px) {
    #top-header #toggleLatest:before {
      width: 0;
      height: 2px;
      background: #7dab35;
      content: '';
      position: absolute;
      bottom: -6px;
      transition: width 0.3s linear; }
    #top-header #toggleLatest:after {
      content: '';
      background: url(../img/carret-line.svg) no-repeat;
      display: inline-block;
      position: relative;
      top: 2px;
      right: -7px;
      width: 8px;
      height: 8px;
      background-size: contain; } }
  @media screen and (max-width: 1180px) {
    #top-header #toggleLatest {
      border-top: 1px solid #575b5e;
      padding-top: 2rem;
      margin-top: 1rem;
      display: block;
      margin-right: 0rem; } }

.latest-open #top-header #toggleLatest {
  color: #7dab35; }
  .latest-open #top-header #toggleLatest:before {
    width: 49px; }
  .latest-open #top-header #toggleLatest:after {
    animation: arrowUpDown 1s linear infinite; }

html[lang="zh"] .latest-open #top-header #toggleLatest:before {
  width: 56px; }

@keyframes showsSlideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0px); } }

@keyframes showsSlideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

@keyframes showTitle {
  0% {
    opacity: 0;
    transform: translateY(-80%); }
  100% {
    opacity: 1;
    transform: translateY(-50%); } }

@media screen and (min-width: 1181px) {
  #latest-highlights {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
    height: 0px;
    overflow: hidden; } }

#latest-highlights .highlight-lottery {
  background-position: center right !important; }
  #latest-highlights .highlight-lottery h2, #latest-highlights .highlight-lottery .title-only h1, .title-only #latest-highlights .highlight-lottery h1, #latest-highlights .highlight-lottery .single-post .large-featured-image h1, .single-post .large-featured-image #latest-highlights .highlight-lottery h1 {
    width: 60%; }
  @media screen and (max-width: 600px) {
    #latest-highlights .highlight-lottery h2, #latest-highlights .highlight-lottery .title-only h1, .title-only #latest-highlights .highlight-lottery h1, #latest-highlights .highlight-lottery .single-post .large-featured-image h1, .single-post .large-featured-image #latest-highlights .highlight-lottery h1 {
      width: 80%;
      padding: 15px 0; } }
  @media screen and (max-width: 768px) {
    #latest-highlights .highlight-lottery:after {
      background: none !important; } }
  @media screen and (min-width: 1181px) {
    #latest-highlights .highlight-lottery:before {
      background: rgba(0, 0, 0, 0.4) !important; } }
  @media screen and (max-width: 768px) {
    #latest-highlights .highlight-lottery:before {
      background: none !important; } }
  #latest-highlights .highlight-lottery:hover:before {
    background: none !important; }
  #latest-highlights .highlight-lottery:hover:after {
    background: none !important; }

#latest-highlights .highlight-hometown {
  background-image: url(../img/Hometown-web-button-460x160.jpg) !important; }
  @media screen and (max-width: 768px) {
    #latest-highlights .highlight-hometown {
      background-image: url(../img/Hometown-web-button-440x113.jpg) !important; } }

#latest-highlights .highlight-millionaire {
  background-image: url(../img/millionaire-web-button-460x160.png) !important; }
  @media screen and (max-width: 600px) {
    #latest-highlights .highlight-millionaire h2, #latest-highlights .highlight-millionaire .title-only h1, .title-only #latest-highlights .highlight-millionaire h1, #latest-highlights .highlight-millionaire .single-post .large-featured-image h1, .single-post .large-featured-image #latest-highlights .highlight-millionaire h1 {
      width: 55%;
      padding: 15px 0; } }

#latest-highlights .highlight {
  background: #333;
  width: 100%;
  overflow: hidden;
  display: block;
  float: left;
  padding: 15px 30px;
  background-size: cover;
  border-right: 2px solid #fff; }
  @media screen and (min-width: 1181px) {
    #latest-highlights .highlight {
      width: 25%;
      height: 160px; } }
  @media screen and (max-width: 1180px) {
    #latest-highlights .highlight {
      position: relative;
      border-right: 0px solid #fff;
      margin-bottom: 5px;
      padding: 1.5625rem 1.25rem; }
      #latest-highlights .highlight .read-more {
        display: none; } }
  @media screen and (min-width: 601px) and (max-width: 1180px) {
    #latest-highlights .highlight {
      padding: 50px 20px; } }
  @media screen and (max-width: 600px) {
    #latest-highlights .highlight {
      padding: 15px 20px; } }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    #latest-highlights .highlight {
      height: 120px; } }
  #latest-highlights .highlight:last-child {
    border: 0; }
  #latest-highlights .highlight:before {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: background 0.3s linear; }
    @media screen and (min-width: 1181px) {
      #latest-highlights .highlight:before {
        z-index: -1; } }
  #latest-highlights .highlight:after {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: background 0.3s linear;
    background: rgba(255, 255, 255, 0.3); }
  #latest-highlights .highlight:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 5px; }
  #latest-highlights .highlight:hover:before {
    background: transparent; }
  #latest-highlights .highlight:hover:after {
    background: #7dab35; }
  #latest-highlights .highlight a {
    display: block;
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 1181px) {
      #latest-highlights .highlight a {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
  #latest-highlights .highlight h2, #latest-highlights .highlight .title-only h1, .title-only #latest-highlights .highlight h1, #latest-highlights .highlight .single-post .large-featured-image h1, .single-post .large-featured-image #latest-highlights .highlight h1 {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      #latest-highlights .highlight h2, #latest-highlights .highlight .title-only h1, .title-only #latest-highlights .highlight h1, #latest-highlights .highlight .single-post .large-featured-image h1, .single-post .large-featured-image #latest-highlights .highlight h1 {
        font-size: 14px;
        font-size: 0.875rem; } }
  #latest-highlights .highlight span {
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300;
    color: #fff;
    border: 0; }

.latest-open #latest-highlights, .latest-closed #latest-highlights {
  height: 160px; }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    .latest-open #latest-highlights, .latest-closed #latest-highlights {
      height: 120px; } }

.latest-closed-finished #latest-highlights {
  height: 0; }

.latest-open #latest-highlights .highlight {
  transform: translateY(0); }

.latest-open #latest-highlights .highlight-1 {
  animation: showsSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  .latest-open #latest-highlights .highlight-1 a {
    animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }

.latest-open #latest-highlights .highlight-2 {
  animation: showsSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  .latest-open #latest-highlights .highlight-2 a {
    animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }

.latest-open #latest-highlights .highlight-3 {
  animation: showsSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  .latest-open #latest-highlights .highlight-3 a {
    animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }

.latest-open #latest-highlights .highlight-4 {
  animation: showsSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  .latest-open #latest-highlights .highlight-4 a {
    animation: showTitle 300ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }

.latest-closed #latest-highlights .highlight {
  transform: translateY(-170px); }

.latest-closed #latest-highlights .highlight-1 {
  animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }

.latest-closed #latest-highlights .highlight-2 {
  animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }

.latest-closed #latest-highlights .highlight-3 {
  animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }

.latest-closed #latest-highlights .highlight-4 {
  animation: showsSlideUp 300ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }

.green {
  color: #7dab35; }

.read-more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7dab35;
  border-bottom: 1px solid #7dab35;
  letter-spacing: 2px;
  padding-bottom: 8px;
  transition: all 0.3s linear;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 601px) {
    .read-more {
      font-size: 18px;
      font-size: 1.125rem; } }
  .read-more:hover {
    color: rgba(125, 171, 53, 0.7);
    border-bottom: 1px solid rgba(125, 171, 53, 0.7); }
  .read-more.small, .single-post .read-more.wp-caption-text {
    font-size: 12px;
    font-size: 0.75rem; }
  .read-more.white {
    color: #fff;
    border-bottom: 1px solid #fff; }
    .read-more.white:hover {
      color: rgba(255, 255, 255, 0.5);
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.panel {
  background-color: #fff; }
  .panel:after {
    content: "";
    display: table;
    clear: both; }
  .post-template-single-editorial_themes_story .panel {
    background: transparent; }
  .panel.padded {
    padding: 1.875rem 0; }
    @media screen and (min-width: 601px) {
      .panel.padded {
        padding: 3.75rem 0; } }
  .panel.extra-padded {
    padding: 1.875rem 0; }
    @media screen and (min-width: 769px) {
      .panel.extra-padded {
        padding: 7.5rem 0; } }
  .panel.extra-padded-landing {
    padding: 0.625rem 0; }
    @media screen and (min-width: 769px) {
      .panel.extra-padded-landing {
        padding: 3.75rem 0; } }
  .panel.padded-top {
    padding-top: 1.875rem; }
    @media screen and (min-width: 601px) {
      .panel.padded-top {
        padding-top: 3.75rem; } }
  .panel.padded-bottom {
    padding-bottom: 1.875rem; }
    @media screen and (min-width: 601px) {
      .panel.padded-bottom {
        padding-bottom: 3.75rem; } }
  .panel.extra-padded-top {
    padding-top: 1.875rem; }
    @media screen and (min-width: 769px) {
      .panel.extra-padded-top {
        padding-top: 7.5rem; } }
  .panel.extra-padded-bottom {
    padding-bottom: 1.875rem; }
    @media screen and (min-width: 601px) {
      .panel.extra-padded-bottom {
        padding-bottom: 7.5rem; } }
  .panel.grey-bg, .page-template-page-ways-to-give .panel.footer-cta {
    background: #f3f3f3; }
  .panel .col-row {
    float: left; }
  .panel .col-half {
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media screen and (min-width: 601px) {
      .panel .col-half {
        width: 50%;
        padding-right: 5%; }
        .panel .col-half.last, .panel .col-half:last-child {
          padding-right: 0; } }
    @media screen and (max-width: 1024px) {
      .theme-template-2019 .panel .col-half {
        width: 100% !important;
        padding: 0 !important; } }
  .panel .col-quarter {
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media screen and (min-width: 601px) {
      .panel .col-quarter {
        width: 30%;
        padding-right: 5%; }
        .panel .col-quarter.last, .panel .col-quarter:last-child {
          padding-right: 0; } }
  .panel .col-rest {
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media screen and (min-width: 601px) {
      .panel .col-rest {
        width: 60%;
        padding-right: 5%; }
        .panel .col-rest.last, .panel .col-rest:last-child {
          padding-right: 0; } }
  .panel .col-half-landing {
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media screen and (min-width: 601px) {
      .panel .col-half-landing {
        width: 50%;
        padding-right: 5%; }
        .panel .col-half-landing.last, .panel .col-half-landing:last-child {
          padding-right: 0; } }
  .panel a {
    color: #7dab35;
    text-decoration: none;
    transition: color 0.3s linear; }
    .panel a:hover {
      color: #97c74c; }
  .panel .center, .panel .centre {
    text-align: center; }
  .panel .container img {
    max-width: 100%;
    height: auto; }
  .panel.sidebar-right .section-title {
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 769px) {
      .panel.sidebar-right .section-title {
        padding-left: 1.5rem;
        width: 75%;
        padding-right: 6rem; } }
    @media screen and (min-width: 1025px) {
      .panel.sidebar-right .section-title {
        padding-left: 3.75rem; } }
  @media screen and (min-width: 769px) {
    .panel.sidebar-right .col-grid-9 {
      padding-left: 1.5rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1025px) {
    .panel.sidebar-right .col-grid-9 {
      padding-left: 3.75rem;
      padding-right: 6rem; } }
  .panel.sidebar-right .col-grid-3 ul {
    margin-top: 0; }

span.highlighted-text {
  display: inline;
  background: #7dab35;
  color: #fff;
  padding: 4px;
  position: relative;
  top: 8px; }

.title-only {
  padding-top: 6.25rem; }
  @media screen and (min-width: 769px) {
    .title-only {
      padding-top: 10rem; } }

.highlight-text-upper {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #00ac9a;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px; }
  @media screen and (min-width: 601px) {
    .highlight-text-upper {
      font-size: 24px;
      font-size: 1.5rem; } }

.hero-content, .panel.latest-header {
  width: 100%;
  height: 520px;
  position: relative;
  padding-top: 0px; }
  @media screen and (min-width: 601px) {
    .hero-content, .panel.latest-header {
      height: 80vh;
      padding-top: 0px; } }
  @media screen and (min-width: 769px) {
    .hero-content, .panel.latest-header {
      height: calc(100vh - 70px);
      padding-top: 100px; } }
  .hero-content .container, .panel.latest-header .container {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .hero-content .container, .panel.latest-header .container {
        padding-left: 0;
        padding-right: 0; } }
  .hero-content .inner-wrap, .panel.latest-header .inner-wrap {
    position: static; }
  .hero-content .hero-copy, .panel.latest-header .hero-copy {
    position: absolute;
    padding: 30px 15px 30px 15px;
    font-size: 38px;
    font-size: 2.375rem;
    color: #fff;
    margin: 0;
    display: inline;
    background: #7dab35;
    transition: background 1s linear;
    bottom: -20px; }
    @media screen and (max-width: 600px) {
      .hero-content .hero-copy, .panel.latest-header .hero-copy {
        width: 100%;
        bottom: -4px; } }
    @media screen and (min-width: 601px) {
      .hero-content .hero-copy, .panel.latest-header .hero-copy {
        bottom: -70px;
        height: auto; } }
    @media screen and (min-width: 769px) {
      .hero-content .hero-copy, .panel.latest-header .hero-copy {
        bottom: -70px;
        width: 37.5rem;
        min-height: 375px;
        padding: 30px 40px 30px 60px;
        height: auto; } }
    @media screen and (min-width: 1024px) and (max-height: 768px) {
      .hero-content .hero-copy, .panel.latest-header .hero-copy {
        min-height: 290px;
        background-color: rgba(125, 171, 53, 0.85); } }
    @media screen and (max-width: 600px) {
      .hero-content .hero-copy .read-more, .panel.latest-header .hero-copy .read-more {
        float: left;
        clear: both;
        margin-top: 20px; } }
    @media screen and (min-width: 601px) {
      .hero-content .hero-copy .second-cta, .panel.latest-header .hero-copy .second-cta {
        margin-left: 40px; } }
    .hero-content .hero-copy[data-colour-type="surgery"], .panel.latest-header .hero-copy[data-colour-type="surgery"] {
      background-color: #00AAE3; }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .hero-content .hero-copy[data-colour-type="surgery"], .panel.latest-header .hero-copy[data-colour-type="surgery"] {
          background-color: rgba(0, 170, 227, 0.85); } }
    .hero-content .hero-copy[data-colour-type="cancer"], .panel.latest-header .hero-copy[data-colour-type="cancer"] {
      background-color: #8E3A80; }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .hero-content .hero-copy[data-colour-type="cancer"], .panel.latest-header .hero-copy[data-colour-type="cancer"] {
          background-color: rgba(142, 58, 128, 0.85); } }
    .hero-content .hero-copy[data-colour-type="heartlung"], .panel.latest-header .hero-copy[data-colour-type="heartlung"] {
      background-color: #ED6062; }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .hero-content .hero-copy[data-colour-type="heartlung"], .panel.latest-header .hero-copy[data-colour-type="heartlung"] {
          background-color: rgba(237, 96, 98, 0.85); } }
    .hero-content .hero-copy[data-colour-type="brainhealth"], .panel.latest-header .hero-copy[data-colour-type="brainhealth"] {
      background-color: #6DCDB8; }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .hero-content .hero-copy[data-colour-type="brainhealth"], .panel.latest-header .hero-copy[data-colour-type="brainhealth"] {
          background-color: rgba(109, 205, 184, 0.85); } }
    .hero-content .hero-copy[data-colour-type="innovation"], .panel.latest-header .hero-copy[data-colour-type="innovation"] {
      background-color: #ED8B00; }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .hero-content .hero-copy[data-colour-type="innovation"], .panel.latest-header .hero-copy[data-colour-type="innovation"] {
          background-color: rgba(237, 139, 0, 0.85); } }
    .hero-content .hero-copy[data-colour-type="community"], .panel.latest-header .hero-copy[data-colour-type="community"] {
      background-color: #FFB81C; }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .hero-content .hero-copy[data-colour-type="community"], .panel.latest-header .hero-copy[data-colour-type="community"] {
          background-color: rgba(255, 184, 28, 0.9); } }
    .hero-content .hero-copy[data-colour-type="angel"], .panel.latest-header .hero-copy[data-colour-type="angel"] {
      background-color: #ce89c3; }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .hero-content .hero-copy[data-colour-type="angel"], .panel.latest-header .hero-copy[data-colour-type="angel"] {
          background-color: rgba(206, 137, 195, 0.9); } }
    .hero-content .hero-copy:after, .panel.latest-header .hero-copy:after {
      content: '';
      display: block;
      background: url(../img/side-v.svg) no-repeat;
      width: 3000px;
      height: 2637px;
      position: absolute;
      right: -24px;
      top: -1312px;
      z-index: 0; }
  .hero-content h1, .panel.latest-header h1, .hero-content p, .panel.latest-header p {
    z-index: 1;
    position: relative; }
  .hero-content h1, .panel.latest-header h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #fff;
    line-height: 0.8;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 600; }
    @media screen and (min-width: 601px) {
      .hero-content h1, .panel.latest-header h1 {
        margin-top: 0;
        margin-bottom: 1rem; } }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    .hero-content p.intro, .panel.latest-header p.intro {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    .hero-content p.intro-landing, .panel.latest-header p.intro-landing {
      font-size: 22px;
      font-size: 1.375rem; } }
  .hero-content.angel-campaign h1, .angel-campaign.panel.latest-header h1 {
    font-size: 38px;
    font-size: 2.375rem; }
    @media screen and (min-width: 601px) {
      .hero-content.angel-campaign h1, .angel-campaign.panel.latest-header h1 {
        font-size: 52px;
        font-size: 3.25rem; } }
    @media screen and (min-width: 769px) {
      .hero-content.angel-campaign h1, .angel-campaign.panel.latest-header h1 {
        font-size: 75px;
        font-size: 4.6875rem; } }

.panel.slideshow.slideshow-mini .slide-images {
  height: 100%; }
  .panel.slideshow.slideshow-mini .slide-images .slide-bg {
    background-position: 50% 0; }

.panel.slideshow .slide-images {
  width: 100%;
  height: 60%;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: absolute; }
  @media screen and (min-width: 601px) {
    .panel.slideshow .slide-images {
      position: absolute;
      height: 100%;
      top: 0; } }
  .panel.slideshow .slide-images .slide-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0px;
    display: inline-block;
    transition: transform 1s ease-in-out;
    font-size: 0; }
    @media screen and (min-width: 601px) {
      .panel.slideshow .slide-images .slide-bg:not(.slide-bg-mini) {
        background-position: 50% 70px; } }
    @media screen and (min-width: 769px) {
      .panel.slideshow .slide-images .slide-bg:not(.slide-bg-mini) {
        background-position: 50% 100px; } }
    @media screen and (max-width: 1180px) {
      .panel.slideshow .slide-images .slide-bg:not(.slide-bg-mini) {
        background-position: 50% 70px; } }
    .panel.slideshow .slide-images .slide-bg:before {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      display: block;
      z-index: 0; }
      @media screen and (min-width: 601px) {
        .panel.slideshow .slide-images .slide-bg:before {
          background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 75%); } }
    .panel.slideshow .slide-images .slide-bg.slide-bg-mini:before {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%); }

.panel.slideshow .slide-text {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none; }
  .panel.slideshow .slide-text.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block; }
  .panel.slideshow .slide-text .slide-header, .panel.slideshow .slide-text .slide-summary {
    color: #d8d8d8; }
  .panel.slideshow .slide-text .slide-header {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase; }
  .panel.slideshow .slide-text .slide-summary {
    font-size: 20px;
    font-size: 1.25rem; }

.panel.slideshow .slide-pager {
  padding: 0px;
  margin: 0;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .panel.slideshow .slide-pager {
      left: 0;
      right: 0;
      text-align: center;
      bottom: 0.3125rem; } }
  .panel.slideshow .slide-pager li {
    display: inline-block;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 100px;
    background-color: transparent;
    margin-right: 7px;
    padding: 0; }
    @media screen and (min-width: 601px) {
      .panel.slideshow .slide-pager li {
        width: 12px;
        height: 12px; } }
    .panel.slideshow .slide-pager li.active {
      background-color: #fff; }

.panel.slideshow .slide-pager-lines {
  bottom: 0;
  right: 132px; }
  @media screen and (max-width: 768px) {
    .panel.slideshow .slide-pager-lines {
      right: 0;
      margin-left: 27px;
      margin-right: 27px;
      text-align: right; } }
  .panel.slideshow .slide-pager-lines li {
    margin-bottom: 1.5rem;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border-top: none;
    border-bottom: 2px solid #fff;
    border-left: none;
    border-right: none; }
    .panel.slideshow .slide-pager-lines li.active {
      background-color: transparent;
      border-bottom: 4px solid #fff; }

.panel.overview-panel {
  margin-top: 5rem;
  padding-bottom: 1.875rem; }
  @media screen and (min-width: 769px) {
    .single-signature_events .panel.overview-panel {
      padding-bottom: 7.5rem; } }
  @media screen and (min-width: 769px) {
    .panel.overview-panel {
      margin-top: 5rem; } }
  @media screen and (min-width: 769px) {
    .panel.overview-panel .col-grid-6:first-child {
      padding-right: 40px; } }
  @media screen and (min-width: 769px) {
    .panel.overview-panel .col-grid-6:last-child {
      padding-left: 40px; } }
  @media screen and (min-width: 769px) {
    .panel.overview-panel .col-half:first-child {
      padding-right: 40px; } }
  @media screen and (min-width: 769px) {
    .panel.overview-panel .col-half:last-child {
      padding-left: 40px;
      padding-right: 0; } }
  @media screen and (min-width: 769px) {
    .panel.overview-panel .col-half-landing:first-child {
      padding-right: 40px; } }
  @media screen and (min-width: 769px) {
    .panel.overview-panel .col-half-landing:last-child {
      padding-left: 0px;
      padding-right: 0; } }
  .panel.overview-panel p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3; }
    @media screen and (min-width: 601px) {
      .panel.overview-panel p {
        font-size: 24px;
        font-size: 1.5rem; } }
    .panel.overview-panel p.intro {
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 601px) {
        .panel.overview-panel p.intro {
          font-size: 34px;
          font-size: 2.125rem; } }

svg.icon.close-x {
  width: 25px;
  height: 25px;
  display: inline-block;
  fill: #fff; }

#themes-section {
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  height: 80vh;
  position: relative; }
  @media screen and (min-width: 601px) {
    #themes-section {
      height: 512px; } }
  @media screen and (min-width: 769px) {
    #themes-section {
      min-height: 900px;
      height: calc(100vh - 16.666vw); } }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    #themes-section {
      min-height: auto;
      height: 90vh; } }
  #themes-section span.read-more {
    color: #fff;
    border-color: #fff; }
  @media screen and (max-width: 768px) {
    #themes-section {
      overflow: hidden; } }
  #themes-section.expanded-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: ''; }
  #themes-section .container {
    position: relative; }
    #themes-section .container .summary {
      width: 100%;
      color: #fff;
      line-height: 1.5;
      margin-top: 60px; }
      @media screen and (min-width: 769px) {
        #themes-section .container .summary {
          width: 55%;
          margin-top: 0px; } }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        #themes-section .container .summary {
          width: 75%; } }
      @media screen and (max-width: 768px) {
        #themes-section .container .summary h2, #themes-section .container .summary .title-only h1, .title-only #themes-section .container .summary h1, #themes-section .container .summary .single-post .large-featured-image h1, .single-post .large-featured-image #themes-section .container .summary h1 {
          margin-top: 1.5rem; } }
      #themes-section .container .summary h5, #themes-section .container .summary body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .container .summary .tribe-events-single-section-title {
        display: inline-block;
        padding: 5px 10px; }
        @media screen and (max-width: 768px) {
          #themes-section .container .summary h5, #themes-section .container .summary body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .container .summary .tribe-events-single-section-title {
            display: inline;
            font-size: 13px;
            font-size: 0.8125rem; } }
  #themes-section .hover-bg-image {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden; }
    #themes-section .hover-bg-image:before {
      z-index: 0;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, transparent 100%); }
    @media screen and (max-width: 768px) {
      #themes-section .hover-bg-image {
        background-position: 50% 0; }
        #themes-section .hover-bg-image:before {
          background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 100%); } }
    #themes-section .hover-bg-image:after {
      content: '';
      display: block;
      background: url(../img/side-v.svg) no-repeat;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 3000px;
      height: 2637px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-100%, -50%, 0);
      z-index: 0; }
  #themes-section .themes-items {
    height: 100%; }
    #themes-section .themes-items .themes-item {
      display: none;
      height: calc(100% - 52px); }
      #themes-section .themes-items .themes-item .container {
        transform: translateY(-50%);
        top: 50%; }
        @media screen and (min-width: 601px) {
          #themes-section .themes-items .themes-item .container {
            height: calc(100% - 16.66vw); } }
      #themes-section .themes-items .themes-item h5, #themes-section .themes-items .themes-item body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .themes-items .themes-item .tribe-events-single-section-title {
        color: #fff; }
      #themes-section .themes-items .themes-item.active {
        display: block; }
      #themes-section .themes-items .themes-item.surgery h5, #themes-section .themes-items .themes-item.surgery body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .themes-items .themes-item.surgery .tribe-events-single-section-title {
        background-color: #00AAE3; }
      #themes-section .themes-items .themes-item.cancer h5, #themes-section .themes-items .themes-item.cancer body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .themes-items .themes-item.cancer .tribe-events-single-section-title {
        background-color: #8E3A80; }
      #themes-section .themes-items .themes-item.heart-lung h5, #themes-section .themes-items .themes-item.heart-lung body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .themes-items .themes-item.heart-lung .tribe-events-single-section-title {
        background-color: #ED6062; }
      #themes-section .themes-items .themes-item.innovation h5, #themes-section .themes-items .themes-item.innovation body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .themes-items .themes-item.innovation .tribe-events-single-section-title {
        background-color: #ED8B00; }
      #themes-section .themes-items .themes-item.community h5, #themes-section .themes-items .themes-item.community body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .themes-items .themes-item.community .tribe-events-single-section-title {
        background-color: #FFB81C; }
      #themes-section .themes-items .themes-item.brain-health h5, #themes-section .themes-items .themes-item.brain-health body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #themes-section .themes-items .themes-item.brain-health .tribe-events-single-section-title {
        background-color: #6DCDB8; }
  #themes-section #themes-menu {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      #themes-section #themes-menu {
        display: none; } }
    @media screen and (max-width: 768px) {
      #themes-section #themes-menu .thumb {
        display: none; } }

.mobile-tabs-nav {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile-tabs-nav {
      display: block;
      background-color: #f7f7f7;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      color: #575b5e; } }
  .mobile-tabs-nav .switcher {
    width: 100%;
    padding: 0.75rem 0.9375rem;
    margin: 0;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300;
    font-weight: normal; }
    .mobile-tabs-nav .switcher:after {
      content: '';
      width: 1.125rem;
      height: 1.0625rem;
      text-align: right;
      display: block;
      background: url(../img/arrow-down-mobile.svg) no-repeat 100% 0;
      position: absolute;
      right: 0.9375rem;
      top: 1.1875rem;
      z-index: 3;
      transform: rotate(0deg);
      transition: transform 0.3s linear; }
  .mobile-tabs-nav.open .switcher:after {
    transform: rotate(180deg); }
  .mobile-tabs-nav .options {
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    transition: max-height 0.3s ease-in-out; }
    .mobile-tabs-nav .options li {
      padding: 0.9375rem;
      margin-bottom: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 300;
      background: #7dab35; }
      .mobile-tabs-nav .options li:last-child {
        border-bottom: 0; }
      .mobile-tabs-nav .options li.surgery {
        background-color: #00AAE3; }
      .mobile-tabs-nav .options li.cancer {
        background-color: #8E3A80; }
      .mobile-tabs-nav .options li.heart-lung {
        background-color: #ED6062; }
      .mobile-tabs-nav .options li.innovation {
        background-color: #ED8B00; }
      .mobile-tabs-nav .options li.community {
        background-color: #FFB81C; }
      .mobile-tabs-nav .options li.brain-health {
        background-color: #6DCDB8; }
      .mobile-tabs-nav .options li.angel-campaign {
        background-color: #ce89c3; }
      .mobile-tabs-nav .options li.night-of-a-thousand-stars-gala {
        background-color: #272787; }
      .mobile-tabs-nav .options li.viva-pharmaceutical-time-to-shine-gala {
        background-color: #c5a465; }
      .mobile-tabs-nav .options li.ismaili-walk {
        background-color: #00ac9a; }
      .mobile-tabs-nav .options li.mr-lube-tournament-for-life {
        background-color: #08450F; }
    .mobile-tabs-nav .options a, .mobile-tabs-nav .options li {
      color: #fff;
      text-transform: uppercase;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: 1px; }
  .mobile-tabs-nav.open .options {
    max-height: 500px;
    overflow: auto; }

@media screen and (max-width: 768px) {
  .front .mobile-tabs-nav h4.switcher:after, .front .mobile-tabs-nav body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2.switcher:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .front .mobile-tabs-nav h2.switcher:after, .front .mobile-tabs-nav body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1.switcher:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .front .mobile-tabs-nav h1.switcher:after, .front .mobile-tabs-nav .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1.switcher:after, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .front .mobile-tabs-nav h1.switcher:after, .front .mobile-tabs-nav body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1.switcher:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .front .mobile-tabs-nav h1.switcher:after, .front .mobile-tabs-nav .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1.switcher:after, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .front .mobile-tabs-nav h1.switcher:after {
    display: none; }
  .front .mobile-tabs-nav .options {
    max-height: none;
    overflow: auto; }
    .front .mobile-tabs-nav .options li {
      width: 50%;
      float: left;
      list-style: none;
      white-space: nowrap;
      height: 52px; } }

@media screen and (max-width: 768px) {
  .front #themes-section {
    padding-top: 200px; } }

@media screen and (max-width: 768px) {
  .front #themes-section .hover-bg-image {
    background-position: 50% 200px; } }

.panel #themes-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  height: 52px; }
  @media screen and (min-width: 601px) {
    .panel #themes-menu {
      height: 16.666vw;
      white-space: nowrap;
      font-size: 0; } }
  .panel #themes-menu li {
    position: relative;
    height: 100%;
    float: left;
    transition: opacity 0.2s cubic-bezier(0.28, 0, 0.18, 1);
    z-index: 1;
    margin-bottom: 0;
    width: 100%; }
    @media screen and (min-width: 601px) {
      .panel #themes-menu li {
        width: 16.666vw;
        float: none;
        display: inline-block; } }
    .panel #themes-menu li:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      transform: scale(1);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      transition: transform 0.2s cubic-bezier(0.28, 0, 0.18, 1); }
    .panel #themes-menu li:hover, .panel #themes-menu li.active {
      z-index: 2; }
      .panel #themes-menu li:hover a, .panel #themes-menu li.active a {
        z-index: 222; }
      .panel #themes-menu li:hover:after, .panel #themes-menu li.active:after {
        opacity: 1; }
        @media screen and (min-width: 601px) {
          .panel #themes-menu li:hover:after, .panel #themes-menu li.active:after {
            transform: scale(1.1); } }
      .panel #themes-menu li:hover .thumb, .panel #themes-menu li.active .thumb {
        opacity: 0; }
    .panel #themes-menu li.hide {
      display: none; }
    .panel #themes-menu li.surgery:after {
      background-color: #00AAE3; }
    .panel #themes-menu li.cancer:after {
      background-color: #8E3A80; }
    .panel #themes-menu li.heart-lung:after {
      background-color: #ED6062; }
    .panel #themes-menu li.innovation:after {
      background-color: #ED8B00; }
    .panel #themes-menu li.community:after {
      background-color: #FFB81C; }
    .panel #themes-menu li.brain-health:after {
      background-color: #6DCDB8; }
    .panel #themes-menu li .thumb {
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-size: cover;
      opacity: 1;
      transition: opacity 0.2s linear;
      top: 3.25rem; }
    .panel #themes-menu li span {
      padding: 0.9375rem 1.25rem;
      transition: all 0.2s cubic-bezier(0.28, 0, 0.18, 1); }
      @media screen and (min-width: 601px) {
        .panel #themes-menu li span {
          width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          padding: 0.9375rem 1.25rem; } }
      @media screen and (max-width: 768px) {
        .panel #themes-menu li span {
          float: left; } }
      .panel #themes-menu li span.read-more {
        color: #fff;
        border-color: #fff;
        top: auto;
        padding: 0;
        width: auto; }
        @media screen and (min-width: 601px) {
          .panel #themes-menu li span.read-more {
            right: 0.9375rem;
            bottom: 25px;
            right: auto;
            left: 20px;
            padding-bottom: 8px; } }
        @media screen and (max-width: 768px) {
          .panel #themes-menu li span.read-more {
            float: right;
            margin-top: 15px;
            margin-right: 15px; } }
    .panel #themes-menu li a {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .panel #themes-menu li .open {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: 1px;
      font-size: 1rem; }
      @media screen and (min-width: 1201px) {
        .panel #themes-menu li .open {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media screen and (min-width: 1201px) {
        .panel #themes-menu li .open .read-more {
          font-size: 16px;
          font-size: 1rem; } }

.panel.newsletter-signup {
  text-align: center; }
  @media screen and (max-width: 1180px) {
    .panel.newsletter-signup {
      padding: 2.5rem 1.25rem; } }
  .panel.newsletter-signup h2, .panel.newsletter-signup .title-only h1, .title-only .panel.newsletter-signup h1, .panel.newsletter-signup .single-post .large-featured-image h1, .single-post .large-featured-image .panel.newsletter-signup h1 {
    margin-bottom: 2.5rem; }

#footer {
  background-color: #575b5c;
  color: #fff;
  padding: 1.875rem 0; }
  @media screen and (min-width: 769px) {
    #footer {
      padding: 3.75rem 0; } }
  #footer .col {
    float: left; }
    @media screen and (min-width: 769px) {
      #footer .col {
        padding-left: 60px;
        width: 250px; } }
  #footer .item {
    margin-bottom: 2.25rem; }
  #footer .footer-right {
    float: right; }
  #footer .menu {
    padding: 0; }
    #footer .menu li {
      display: inline-block;
      width: 100%; }
  #footer .social {
    padding: 0; }
    #footer .social li {
      display: inline-block;
      font-size: 18px;
      font-size: 1.125rem;
      margin-right: 20px; }
  #footer h4, #footer body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #footer h2, #footer body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only #footer h1, #footer .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #footer h1, #footer body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image #footer h1, #footer .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #footer h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    @media screen and (min-width: 601px) {
      #footer h4, #footer body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #footer h2, #footer body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only #footer h1, #footer .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #footer h1, #footer body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image #footer h1, #footer .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #footer h1 {
        margin-top: 0; } }
  #footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s linear; }
    #footer a:hover {
      color: #7dab35; }
  #footer .bottom-line {
    color: #a6adae;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 1.875rem; }
    @media screen and (min-width: 601px) {
      #footer .bottom-line {
        margin-top: 3.75rem; } }
    #footer .bottom-line .copyright {
      float: left;
      margin: 0; }
    #footer .bottom-line .footer-secondary-menu {
      margin-left: -5px; }
      @media screen and (min-width: 601px) {
        #footer .bottom-line .footer-secondary-menu {
          float: right;
          margin-left: 0; } }
    #footer .bottom-line a {
      color: #a6adae;
      text-decoration: none;
      margin: 0 5px 0 0px; }
      #footer .bottom-line a:hover {
        color: #7dab35; }
      @media screen and (min-width: 601px) {
        #footer .bottom-line a {
          margin: 0 5px; } }
  #footer .green-text a {
    color: #7dab35; }
    #footer .green-text a:hover {
      color: #97c74c; }
  #footer .search-form {
    margin-top: 3.75rem; }
    #footer .search-form input[type=search] {
      background: #fff;
      color: #575b5e;
      border-bottom: 0;
      font-size: 16px;
      font-size: 1rem;
      padding: 0.75rem 0.9375rem;
      margin-bottom: 0.625rem;
      font-style: normal;
      border: 0;
      width: 100%;
      box-sizing: border-box;
      border-radius: 0;
      -webkit-appearance: none; }
    #footer .search-form input[type=submit] {
      width: 100%;
      height: auto;
      margin: 0;
      font-size: 14px;
      font-size: 0.875rem;
      border: 2px solid #fff;
      color: #fff;
      background-color: transparent;
      border-radius: 0;
      -webkit-appearance: none; }
      #footer .search-form input[type=submit]:hover {
        color: #7dab35;
        background-color: #fff;
        border: 2px solid #fff; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #footer .col-grid-3.first {
      float: left;
      width: 50%;
      margin-bottom: 2.5rem; }
    #footer .col-grid-3.second {
      float: left;
      width: 50%;
      clear: both; }
    #footer .col-grid-6.third {
      float: left;
      width: 50%; } }

body.tribe-events-page-template #tribe-events-bar {
  margin-top: 3.5rem;
  margin-bottom: 4.5rem; }

body.tribe-events-page-template h3.page-title, body.tribe-events-page-template.single-tribe_events .page-title.tribe-events-single-event-title {
  margin-bottom: 3.75rem; }

body.tribe-events-page-template h4 a, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2 a, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1 a, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1 a, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1 a, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1 a {
  color: #575b5e;
  transition: all 0.3s linear; }
  body.tribe-events-page-template h4 a:hover, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2 a:hover, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1 a:hover, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1 a:hover, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1 a:hover, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1 a:hover {
    color: #7dab35; }

body.tribe-events-page-template .tribe-events-button {
  border: 2px solid #7dab35 !important;
  color: #7dab35 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600; }
  body.tribe-events-page-template .tribe-events-button:hover {
    color: #fff !important;
    background-color: #7dab35 !important;
    border: 2px solid #7dab35 !important; }

body.tribe-events-page-template.single-tribe_events #tribe-events-footer {
  border-top: 0;
  padding-top: 0; }

body.tribe-events-page-template .tribe-events-event-meta {
  margin-bottom: 2rem; }

body.tribe-events-page-template .tribe-events-event-meta, body.tribe-events-page-template .tribe-events-list .tribe-events-venue-details {
  color: #b6b6b6;
  font-size: 25px;
  font-size: 1.5625rem;
  font-style: normal;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 400; }
  body.tribe-events-page-template .tribe-events-event-meta address.tribe-events-address, body.tribe-events-page-template .tribe-events-list .tribe-events-venue-details address.tribe-events-address {
    font-style: normal; }

body.tribe-events-page-template .tribe-events-sub-nav li a {
  font-size: 18px;
  font-size: 1.125rem; }

body.tribe-events-page-template .tribe-events-list-separator-month {
  text-align: left;
  padding: 0;
  margin: 0; }
  body.tribe-events-page-template .tribe-events-list-separator-month span {
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
    color: #7dab35;
    text-transform: uppercase;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    letter-spacing: 1px; }
  body.tribe-events-page-template .tribe-events-list-separator-month:after {
    display: none; }

body.tribe-events-page-template .type-tribe_events {
  margin-bottom: 2rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #b6b6b6; }

body.tribe-events-page-template.events-list #tribe-events-footer {
  border-top: 0;
  padding-top: 0; }

body.tribe-events-page-template .tribe-bar-filters, body.tribe-events-page-template #tribe-bar-views .tribe-bar-views-inner {
  padding: 1rem 0;
  height: 100%; }

body.tribe-events-page-template #tribe-bar-views .tribe-bar-views-inner {
  padding: 2rem 1rem;
  height: 8.75rem; }

body.tribe-events-page-template #tribe-bar-views .tribe-bar-views-list li a {
  padding-left: 2rem; }

body.tribe-events-page-template #tribe-bar-form label {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
  font-weight: 600;
  letter-spacing: 1px; }

body.tribe-events-page-template #tribe-bar-form input[type=text] {
  background: #fff;
  border-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.75rem 0.9375rem;
  margin-top: 0.625rem;
  font-style: italic;
  border: 0;
  min-height: 42px; }
  body.tribe-events-page-template #tribe-bar-form input[type=text]:focus {
    border: 0;
    outline: 2px solid #7dab35; }

body.tribe-events-page-template #tribe-bar-form .tribe-bar-submit {
  margin-left: 0;
  margin-top: 2rem; }
  body.tribe-events-page-template #tribe-bar-form .tribe-bar-submit input[type="submit"], body.tribe-events-page-template #tribe-bar-form .tribe-bar-submit input[type="submit"].tribe-events-button.tribe-no-param {
    border: 2px solid #7dab35;
    min-height: 40px;
    color: #7dab35;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem; }
    body.tribe-events-page-template #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover, body.tribe-events-page-template #tribe-bar-form .tribe-bar-submit input[type="submit"].tribe-events-button.tribe-no-param:hover {
      color: #fff;
      background-color: #7dab35;
      border: 2px solid #7dab35; }

body.tribe-events-page-template .tribe-bar-date-filter {
  padding-left: 0; }

body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: 0;
  margin: 0px; }
  body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title {
    color: #575b5e; }

body.tribe-events-page-template .tribe-events-event-meta .column,
body.tribe-events-page-template .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0; }

body.tribe-events-page-template .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-gmap {
  padding-left: 3rem; }

.events-list .event-item {
  padding: 80px 0;
  transition: padding 0.5s ease-in-out;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  text-align: center; }
  .events-list .event-item:hover {
    padding: 120px 0; }
  .events-list .event-item .container {
    z-index: 2;
    position: relative; }
  .events-list .event-item .highlight-text-upper {
    color: #575b5e;
    background: #fff; }
  .events-list .event-item p {
    margin: 0; }
  .events-list .event-item .button, .events-list .event-item form input[type="submit"], form .events-list .event-item input[type="submit"], .events-list .event-item body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .events-list .event-item .tribe-events-read-more {
    border: 0;
    margin-top: 1rem;
    padding-bottom: 0;
    color: #575b5e; }
  .events-list .event-item:nth-child(2) .highlight-text-upper {
    background: #e1e1e1; }

.panel-1 {
  min-height: 200px; }

.panel.page-header {
  width: 100%;
  position: relative;
  margin-top: 4.375rem; }
  @media screen and (min-width: 1201px) {
    .panel.page-header.video {
      margin-top: 100px; } }
  .panel.page-header.video .embed {
    height: 380px !important;
    padding-bottom: 0 !important; }
    @media screen and (min-width: 769px) {
      .panel.page-header.video .embed {
        height: 560px !important; } }
  .panel.page-header:not(.video) {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0px; }
    @media screen and (min-width: 769px) {
      .panel.page-header:not(.video) {
        margin-top: 0;
        padding-top: 100px;
        height: 560px;
        background-position: 50% 70px; } }
    @media screen and (min-width: 1181px) {
      .panel.page-header:not(.video) {
        background-position: 50% 100px; } }
    .panel.page-header:not(.video)::before {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      display: block;
      z-index: 0; }
  .panel.page-header.slideshow-mini {
    height: 660px; }
    .panel.page-header.slideshow-mini .container {
      height: 100%; }
  .panel.page-header .page-header-carousel-slide {
    height: 100%; }
  .panel.page-header .page-header-carousel-slide-img {
    height: 100%; }
  .panel.page-header .container {
    position: relative;
    height: 380px; }
    @media screen and (min-width: 769px) {
      .panel.page-header .container {
        height: 460px; } }
    @media screen and (max-width: 768px) {
      .panel.page-header .container {
        padding-left: 0;
        padding-right: 0; } }
    .panel.page-header .container.container-mini {
      margin: 0;
      padding: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: none; }
  .panel.page-header .inner-wrap {
    position: static; }
    .panel.page-header .inner-wrap.inner-wrap-mini {
      margin: 0;
      height: 100%; }
      .panel.page-header .inner-wrap.inner-wrap-mini .slide-text {
        height: 100%; }
        .panel.page-header .inner-wrap.inner-wrap-mini .slide-text .slide-mini-link {
          display: block;
          height: 100%; }
        .panel.page-header .inner-wrap.inner-wrap-mini .slide-text .slide-text-container {
          max-width: 1340px;
          margin-left: auto;
          margin-right: auto;
          padding-left: 20px;
          padding-right: 20px;
          height: 100%; }
          .panel.page-header .inner-wrap.inner-wrap-mini .slide-text .slide-text-container:after {
            content: "";
            display: table;
            clear: both; }
          @media screen and (min-width: 769px) {
            .panel.page-header .inner-wrap.inner-wrap-mini .slide-text .slide-text-container {
              padding-left: 30px;
              padding-right: 30px; } }
          .panel.page-header .inner-wrap.inner-wrap-mini .slide-text .slide-text-container .slide-text-wrapper {
            position: absolute;
            bottom: 0;
            max-width: 425px;
            padding-left: 20px;
            padding-right: 20px; }
      .panel.page-header .inner-wrap.inner-wrap-mini .slide-summary {
        margin-bottom: 3.875rem; }
  .panel.page-header .header-copy {
    position: absolute;
    bottom: -70px;
    width: 100%;
    min-height: 170px;
    padding: 25px 15px 30px 15px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    line-height: 1.33;
    margin: 0;
    display: block;
    background: #7dab35; }
    @media screen and (min-width: 769px) {
      .panel.page-header .header-copy {
        width: 37.5rem;
        padding: 30px 40px 0px 60px;
        font-size: 24px;
        font-size: 1.5rem;
        min-height: 300px;
        bottom: -100px; } }
    .panel.page-header .header-copy:after {
      content: '';
      display: block;
      background: url(../img/side-v.svg) no-repeat;
      width: 3000px;
      height: 2637px;
      position: absolute;
      right: -24px;
      top: -1108px; }
  .panel.page-header .donation-form-landing {
    display: block;
    position: relative;
    background: #cb98c5;
    padding: 20px 20px 0px 10px;
    color: #000;
    min-height: 230px;
    z-index: 1; }
    @media screen and (min-width: 601px) {
      .panel.page-header .donation-form-landing {
        width: 26.875rem;
        padding: 20px 40px 0px 40px;
        font-size: 13px;
        font-size: 0.8125rem;
        min-height: 250px; } }
    @media screen and (max-width: 600px) {
      .panel.page-header .donation-form-landing {
        padding: 30px 40px 0px 40px;
        font-size: 13px;
        font-size: 0.8125rem;
        min-height: 250px; } }
  .panel.page-header .donation {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 6px;
    float: left; }
    @media screen and (min-width: 769px) {
      .panel.page-header .donation {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: bold !important; } }
  .panel.page-header .impact {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    color: #e11a21;
    float: right;
    margin-bottom: 6px; }
    @media screen and (min-width: 769px) {
      .panel.page-header .impact {
        font-size: 30px;
        font-size: 1.875rem; } }
  .panel.page-header .donation-landing {
    width: 140%;
    display: inherit;
    float: left;
    margin-bottom: 20px; }
  .panel.page-header .impact-landing {
    width: 50%;
    display: inherit;
    float: right;
    margin-bottom: 5px; }
  .panel.page-header .impact-small {
    margin-top: 5px;
    font-size: 9px;
    font-size: 0.5625rem;
    padding-right: 0px;
    color: #56585a;
    margin-bottom: 5px; }
    @media screen and (min-width: 769px) {
      .panel.page-header .impact-small {
        font-size: 13px;
        font-size: 0.8125rem; } }
  .panel.page-header form input[name="yourimpact"] {
    width: 100%;
    background: #646568;
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem; }
  .panel.page-header form input[name="yourdonation"] {
    width: 100%;
    font-size: 30px;
    font-size: 1.875rem;
    border: 1px;
    color: #8f3b81;
    border-color: #c965b8; }
  .panel.page-header form input[name="submit"] {
    height: 45px;
    margin-left: 10px;
    padding-left: 50px;
    padding-right: 60px;
    display: block;
    border: 2px solid #575b5e;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    color: #575b5e;
    font-family: "Karbon-Medium",Helvetica,Arial,sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    transition: all 0.3s linear;
    color: #fff;
    background-color: #8f3b81;
    border: 2px solid #7b336f;
    margin: 0px; }
    @media screen and (min-width: 769px) {
      .panel.page-header form input[name="submit"] {
        width: 101%;
        padding-left: 60px;
        font-family: "Karbon-Medium",Helvetica,Arial,sans-serif;
        font-size: 32px;
        font-weight: 600; } }
  .panel.page-header .header-copy-landing {
    position: absolute;
    bottom: -70px;
    width: 100%;
    min-height: 170px;
    padding: 0px 18px 0px 18px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    line-height: 1.33;
    margin: 0;
    display: block; }
    @media screen and (min-width: 769px) {
      .panel.page-header .header-copy-landing {
        width: 37.5rem;
        font-size: 13px;
        font-size: 0.8125rem;
        min-height: 300px;
        bottom: -100px; } }
    .panel.page-header .header-copy-landing:after {
      content: '';
      display: block;
      background: url(../img/side-v.svg) no-repeat;
      width: 3000px;
      height: 2637px;
      position: absolute;
      right: -24px;
      top: -1108px; }
  .panel.page-header h1, .panel.page-header p {
    z-index: 1;
    position: relative; }
  .panel.page-header h1 {
    float: left;
    margin-bottom: 1rem;
    width: 100%;
    color: #fff;
    line-height: 0.8;
    text-transform: lowercase; }
  .panel.page-header .header-copy h1 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 601px) {
      .panel.page-header .header-copy h1 {
        margin-top: 0;
        margin-bottom: 1rem; } }
  .panel.page-header .header-copy-landing h1 {
    margin-top: -56px;
    margin-bottom: 0.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 2rem;
    text-transform: none;
    padding-left: 20px; }
    @media screen and (min-width: 601px) {
      .panel.page-header .header-copy-landing h1 {
        margin-bottom: 1rem;
        font-size: 55px;
        font-size: 3.4375rem;
        line-height: 3.3rem; } }
    @media screen and (max-width: 768px) {
      .panel.page-header .header-copy-landing h1 {
        margin-top: -90px;
        margin-left: -40px;
        margin-bottom: 2rem; } }
  .panel.page-header .intro-copy-landing {
    position: relative;
    padding-right: 3rem;
    font-family: "Karbon-Medium",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: none;
    padding-left: 20px; }
    @media screen and (min-width: 601px) {
      .panel.page-header .intro-copy-landing {
        font-family: "Karbon-Medium",Helvetica,Arial,sans-serif;
        font-size: 22px;
        font-weight: bold !important;
        padding-right: 8rem; } }
    @media screen and (max-width: 768px) {
      .panel.page-header .intro-copy-landing {
        display: none; } }
  @media screen and (max-width: 768px) {
    .panel.page-header p {
      margin-top: -1rem; } }

#sub-navigation {
  width: 100%;
  height: 45px;
  background-color: #575b5d;
  position: absolute;
  top: 100px;
  z-index: 3;
  display: none; }
  @media screen and (min-width: 601px) {
    #sub-navigation {
      top: 70px;
      display: block; } }
  @media screen and (min-width: 1181px) {
    #sub-navigation {
      top: 100px; } }
  .search-results #sub-navigation {
    display: none; }
  #sub-navigation__left,
  #sub-navigation .sub-header-donate {
    color: #fff;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
    line-height: 1.1; }
  #sub-navigation .sub-header-donate {
    float: right;
    opacity: 0;
    transition: opacity 0.3s linear;
    pointer-events: none; }
  .collapsed-nav #sub-navigation .sub-header-donate {
    opacity: 1;
    pointer-events: auto; }
  #sub-navigation .breadcrumb {
    padding-top: 12px; }
    #sub-navigation .breadcrumb a, #sub-navigation .breadcrumb a h3, #sub-navigation .breadcrumb a body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events #sub-navigation .breadcrumb a .tribe-events-single-event-title {
      color: #fff;
      text-decoration: none;
      transition: opacity 0.3s linear;
      opacity: 1; }
      #sub-navigation .breadcrumb a:hover, #sub-navigation .breadcrumb a h3:hover, #sub-navigation .breadcrumb a body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title:hover, body.tribe-events-page-template.single-tribe_events #sub-navigation .breadcrumb a .tribe-events-single-event-title:hover {
        opacity: 0.75; }
    #sub-navigation .breadcrumb .back-arrow {
      margin-right: 10px; }
    #sub-navigation .breadcrumb .separator {
      font-size: 16px;
      font-size: 1rem;
      color: #fff;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
  .theme-template-2019 #sub-navigation {
    height: 60px; }
    .theme-template-2019 #sub-navigation .breadcrumb {
      padding-top: 20px; }

.panel.themes-pagination {
  margin-top: 100px;
  position: relative;
  padding: 80px 0 60px 0; }
  .panel.themes-pagination svg.icon {
    width: 40px;
    height: 36px;
    float: left;
    margin-top: 6px; }
  .panel.themes-pagination .pager-title {
    float: left;
    margin-top: 0px; }
  .panel.themes-pagination a {
    color: #bbbbbb;
    font-size: 36px;
    font-size: 2.25rem;
    text-decoration: none;
    transition: color 0.3s linear; }
    .panel.themes-pagination a:hover {
      color: #7dab35; }
  .panel.themes-pagination .prev {
    float: left; }
    .panel.themes-pagination .prev .pager-title {
      margin-left: 20px; }
  .panel.themes-pagination .next {
    float: right; }
    .panel.themes-pagination .next .pager-title {
      margin-right: 20px; }
  .panel.themes-pagination .back-to-top {
    float: left;
    width: 100%;
    margin-top: 60px; }

.panel.footer-donation {
  background-color: #f3f3f3;
  padding: 60px 0; }
  .panel.footer-donation h1 {
    font-size: 55px;
    font-size: 3.4375rem;
    float: left;
    line-height: 0.7;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 600; }
  .panel.footer-donation .button, .panel.footer-donation form input[type="submit"], form .panel.footer-donation input[type="submit"], .panel.footer-donation body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel.footer-donation .tribe-events-read-more {
    padding-left: 60px;
    padding-right: 60px;
    float: right;
    height: 45px; }

.panel.three-column-list {
  background: #f3f3f3;
  display: table;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .panel.three-column-list {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
      width: calc(100% - 30px); } }
  .panel.three-column-list.white-bg {
    background-color: #fff; }
    .panel.three-column-list.white-bg .copy {
      background: #f3f3f3; }
  .panel.three-column-list .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 10.3125rem;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%; }
    @media screen and (min-width: 601px) {
      .panel.three-column-list .thumb {
        height: 17.1875rem; } }
    @media screen and (min-width: 769px) {
      .panel.three-column-list .thumb {
        height: 23.4375rem;
        background-position: 50% 50%; } }
  .panel.three-column-list article {
    position: relative;
    padding-top: 8.4375rem; }
    @media screen and (min-width: 601px) {
      .panel.three-column-list article {
        padding-top: 14.6875rem; } }
    @media screen and (min-width: 769px) {
      .panel.three-column-list article {
        padding-top: 20.9375rem; } }
    .panel.three-column-list article h4, .panel.three-column-list article body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.three-column-list article h2, .panel.three-column-list article body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.three-column-list article h1, .panel.three-column-list article .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.three-column-list article h1, .panel.three-column-list article body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.three-column-list article h1, .panel.three-column-list article .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.three-column-list article h1 {
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 300; }
    .panel.three-column-list article a {
      color: #575b5e; }
    .panel.three-column-list article img {
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%;
      transform: scale(1);
      transition: transform 0.2s linear; }
    .panel.three-column-list article:hover img {
      transform: scale(1.1);
      z-index: 1; }
    .panel.three-column-list article:hover .copy {
      background-color: #7dab35;
      color: #fff; }
      .panel.three-column-list article:hover .copy .read-more {
        border-color: #fff;
        color: #fff; }
  .panel.three-column-list p {
    margin-bottom: 0; }
  .panel.three-column-list .copy {
    background-color: #fff;
    padding: 1.875rem;
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    position: relative;
    z-index: 1;
    margin-bottom: 1.875rem;
    transition: all 0.2s linear; }
    @media screen and (min-width: 769px) {
      .panel.three-column-list .copy {
        width: calc(100% - 60px);
        margin-left: 1.875rem;
        margin-right: 1.875rem; } }
    @media screen and (min-width: 1201px) {
      .panel.three-column-list .copy {
        width: calc(100% - 120px);
        margin-left: 3.75rem;
        margin-right: 3.75rem; } }

.panel.donation-panel-tabs {
  padding-top: 5rem; }
  @media screen and (min-width: 601px) {
    .panel.donation-panel-tabs {
      padding-top: 6.25rem; } }
  @media screen and (min-width: 769px) {
    .panel.donation-panel-tabs {
      padding-top: 7.5rem; } }
  @media screen and (min-width: 1025px) {
    .panel.donation-panel-tabs {
      padding-top: 10rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .panel.donation-panel-tabs .slideshow-content-panel {
      padding-top: 0;
      padding-bottom: 0; } }
  .panel.donation-panel-tabs [data-tab-content] {
    display: none; }
    .panel.donation-panel-tabs [data-tab-content].active {
      display: table; }
  .panel.donation-panel-tabs .inner-wrap {
    margin: 0; }
  .panel.donation-panel-tabs .tabs {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    margin-top: 20px; }
    @media screen and (min-width: 601px) {
      .panel.donation-panel-tabs .tabs {
        margin-bottom: 2.1875rem;
        margin-top: 0px; } }
    .panel.donation-panel-tabs .tabs li {
      display: inline-block;
      margin: 10px 7px 0px 7px;
      text-decoration: none;
      text-transform: uppercase;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 600;
      color: #b6b6b6;
      padding-bottom: 5px;
      padding-left: 0;
      padding-right: 0;
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 2px;
      transition: all 0.3s linear;
      cursor: pointer;
      border-bottom: 2px solid transparent; }
      @media screen and (min-width: 601px) {
        .panel.donation-panel-tabs .tabs li {
          border-bottom: 3px solid transparent;
          font-size: 24px;
          font-size: 1.5rem;
          margin: 30px 40px 0px 40px; } }
      .panel.donation-panel-tabs .tabs li:hover, .panel.donation-panel-tabs .tabs li.active {
        color: #7dab35;
        border-bottom: 2px solid #7dab35; }
        @media screen and (min-width: 601px) {
          .panel.donation-panel-tabs .tabs li:hover, .panel.donation-panel-tabs .tabs li.active {
            border-bottom: 3px solid #7dab35; } }
  .panel.donation-panel-tabs .narrow-wrap {
    max-width: 49.6875rem;
    margin: auto; }
  .panel.donation-panel-tabs .donation-amounts {
    color: #575b5e;
    text-align: center; }
    .panel.donation-panel-tabs .donation-amounts span {
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 600;
      font-size: 29px;
      font-size: 1.8125rem;
      margin-right: 0.3125rem;
      position: relative;
      color: #7dab35;
      transition: color 0.3s linear;
      cursor: pointer;
      border: 2px solid #7dab35;
      padding: 0.3125rem 0.8125rem; }
      @media screen and (min-width: 601px) {
        .panel.donation-panel-tabs .donation-amounts span {
          border: 2px solid #7dab35;
          padding: 0.3125rem 1.875rem;
          margin-right: 1rem;
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media screen and (max-width: 768px) {
        .panel.donation-panel-tabs .donation-amounts span {
          display: inline-block;
          margin-bottom: 0.625rem; } }
      .panel.donation-panel-tabs .donation-amounts span:hover, .panel.donation-panel-tabs .donation-amounts span.selected {
        color: #fff;
        background-color: #7dab35; }
    .panel.donation-panel-tabs .donation-amounts input {
      display: inline-block; }
    .panel.donation-panel-tabs .donation-amounts span.other {
      margin-right: 25px;
      border: 0; }
      @media screen and (max-width: 768px) {
        .panel.donation-panel-tabs .donation-amounts span.other {
          width: 100%; } }
      .panel.donation-panel-tabs .donation-amounts span.other:hover {
        color: #7dab35;
        background-color: transparent; }
      .panel.donation-panel-tabs .donation-amounts span.other:after {
        display: none; }
    .panel.donation-panel-tabs .donation-amounts input[name="set.Value"] {
      background: transparent;
      border-bottom: 2px solid #7dab35;
      font-size: 35px;
      font-size: 2.1875rem;
      padding: 25px 0px;
      width: 90px;
      min-width: 0;
      text-align: center; }
    .panel.donation-panel-tabs .donation-amounts input[type="submit"] {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-top: 2.1875rem; }
    .panel.donation-panel-tabs .donation-amounts #submit {
      display: none; }
  .panel.donation-panel-tabs .three-column-list h4, .panel.donation-panel-tabs .three-column-list body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.donation-panel-tabs .three-column-list h2, .panel.donation-panel-tabs .three-column-list body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.donation-panel-tabs .three-column-list h1, .panel.donation-panel-tabs .three-column-list .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.donation-panel-tabs .three-column-list h1, .panel.donation-panel-tabs .three-column-list body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.donation-panel-tabs .three-column-list h1, .panel.donation-panel-tabs .three-column-list .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.donation-panel-tabs .three-column-list h1 {
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300; }

.panel .section-title {
  margin-bottom: 60px; }

.style-guide {
  padding-bottom: 200px; }
  .style-guide .container {
    padding-left: 20%; }
  .style-guide .fixed-sidebar {
    position: fixed;
    width: 20%;
    margin-left: -20%;
    padding-top: 150px; }
    .style-guide .fixed-sidebar ul {
      padding: 0; }
      .style-guide .fixed-sidebar ul li {
        padding: 0; }
        .style-guide .fixed-sidebar ul li.active a {
          color: #7dab35; }
  .style-guide .style-section {
    padding-top: 160px;
    margin-bottom: -100px; }
  .style-guide .section-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300; }
  .style-guide #headings h1, .style-guide #headings h2, .style-guide #headings .title-only h1, .title-only .style-guide #headings h1, .style-guide #headings .single-post .large-featured-image h1, .single-post .large-featured-image .style-guide #headings h1, .style-guide #headings h3, .style-guide #headings body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .style-guide #headings .tribe-events-single-event-title, .style-guide #headings h4, .style-guide #headings body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .style-guide #headings h2, .style-guide #headings body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .style-guide #headings h1, .style-guide #headings .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .style-guide #headings h1, .style-guide #headings body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .style-guide #headings h1, .style-guide #headings .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .style-guide #headings h1, .style-guide #headings h5, .style-guide #headings body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .style-guide #headings .tribe-events-single-section-title {
    margin-bottom: 30px; }
  .style-guide #brand-colours img {
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 1rem; }

.fixed-sidebar ul {
  padding: 0;
  margin: 0; }
  .fixed-sidebar ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
    .fixed-sidebar ul li a {
      color: #575b5e;
      font-size: 34px;
      font-size: 2.125rem;
      text-decoration: none; }
      .fixed-sidebar ul li a:hover {
        color: #7dab35; }

.panel.themes-overview-stats {
  background-color: #f3f3f3;
  position: relative; }
  .panel.themes-overview-stats .top-menu {
    width: 100%;
    list-style: none;
    top: 0;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 769px) {
      .panel.themes-overview-stats .top-menu {
        font-size: 0;
        white-space: nowrap; } }
    .panel.themes-overview-stats .top-menu li {
      position: relative;
      width: 100%;
      float: left;
      transition: opacity 0.2s cubic-bezier(0.28, 0, 0.18, 1);
      z-index: 1;
      margin-bottom: 0; }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .top-menu li {
          width: 16.666vw;
          float: none;
          display: inline-block; } }
      @media screen and (max-width: 768px) {
        .panel.themes-overview-stats .top-menu li {
          display: none; } }
      @media screen and (max-width: 768px) {
        .panel.themes-overview-stats .top-menu li.active {
          display: block; } }
      .panel.themes-overview-stats .top-menu li:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transform: scale(1);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: all 0.2s cubic-bezier(0.28, 0, 0.18, 1); }
      .panel.themes-overview-stats .top-menu li:hover {
        z-index: 2; }
        .panel.themes-overview-stats .top-menu li:hover a {
          z-index: 222; }
        .panel.themes-overview-stats .top-menu li:hover:after {
          opacity: 1;
          transform: scale(1.1, 1.5); }
      .panel.themes-overview-stats .top-menu li.surgery:after {
        background-color: #00AAE3; }
      .panel.themes-overview-stats .top-menu li.cancer:after {
        background-color: #8E3A80; }
      .panel.themes-overview-stats .top-menu li.heart-lung:after {
        background-color: #ED6062; }
      .panel.themes-overview-stats .top-menu li.innovation:after {
        background-color: #ED8B00; }
      .panel.themes-overview-stats .top-menu li.community:after {
        background-color: #FFB81C; }
      .panel.themes-overview-stats .top-menu li.brain-health:after {
        background-color: #6DCDB8; }
      .panel.themes-overview-stats .top-menu li a {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 1px;
        padding: 0.625rem 0.9375rem;
        display: inline-block;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        transition: all 0.2s cubic-bezier(0.28, 0, 0.18, 1);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        font-size: 1rem; }
        @media screen and (min-width: 1201px) {
          .panel.themes-overview-stats .top-menu li a {
            font-size: 24px;
            font-size: 1.5rem; } }
  .panel.themes-overview-stats .tab-content {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1.25rem;
    float: left;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 769px) {
      .panel.themes-overview-stats .tab-content {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 0; } }
    .panel.themes-overview-stats .tab-content .tab-content-item {
      height: 100%;
      display: none; }
      .panel.themes-overview-stats .tab-content .tab-content-item.active {
        display: block; }
    @media screen and (max-width: 768px) {
      .panel.themes-overview-stats .tab-content .tab-content-item h2, .panel.themes-overview-stats .tab-content .tab-content-item .title-only h1, .title-only .panel.themes-overview-stats .tab-content .tab-content-item h1, .panel.themes-overview-stats .tab-content .tab-content-item .single-post .large-featured-image h1, .single-post .large-featured-image .panel.themes-overview-stats .tab-content .tab-content-item h1 {
        color: #fff;
        text-transform: uppercase;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 1px;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 1.125rem 0.9375rem 0.9375rem 0.9375rem;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -8px;
        margin-bottom: 1.25rem; }
      .panel.themes-overview-stats .tab-content .tab-content-item.surgery h2, .panel.themes-overview-stats .tab-content .tab-content-item.surgery .title-only h1, .title-only .panel.themes-overview-stats .tab-content .tab-content-item.surgery h1, .panel.themes-overview-stats .tab-content .tab-content-item.surgery .single-post .large-featured-image h1, .single-post .large-featured-image .panel.themes-overview-stats .tab-content .tab-content-item.surgery h1 {
        background-color: #00AAE3; }
      .panel.themes-overview-stats .tab-content .tab-content-item.cancer h2, .panel.themes-overview-stats .tab-content .tab-content-item.cancer .title-only h1, .title-only .panel.themes-overview-stats .tab-content .tab-content-item.cancer h1, .panel.themes-overview-stats .tab-content .tab-content-item.cancer .single-post .large-featured-image h1, .single-post .large-featured-image .panel.themes-overview-stats .tab-content .tab-content-item.cancer h1 {
        background-color: #8E3A80; }
      .panel.themes-overview-stats .tab-content .tab-content-item.heart-lung h2, .panel.themes-overview-stats .tab-content .tab-content-item.heart-lung .title-only h1, .title-only .panel.themes-overview-stats .tab-content .tab-content-item.heart-lung h1, .panel.themes-overview-stats .tab-content .tab-content-item.heart-lung .single-post .large-featured-image h1, .single-post .large-featured-image .panel.themes-overview-stats .tab-content .tab-content-item.heart-lung h1 {
        background-color: #ED6062; }
      .panel.themes-overview-stats .tab-content .tab-content-item.innovation h2, .panel.themes-overview-stats .tab-content .tab-content-item.innovation .title-only h1, .title-only .panel.themes-overview-stats .tab-content .tab-content-item.innovation h1, .panel.themes-overview-stats .tab-content .tab-content-item.innovation .single-post .large-featured-image h1, .single-post .large-featured-image .panel.themes-overview-stats .tab-content .tab-content-item.innovation h1 {
        background-color: #ED8B00; }
      .panel.themes-overview-stats .tab-content .tab-content-item.community h2, .panel.themes-overview-stats .tab-content .tab-content-item.community .title-only h1, .title-only .panel.themes-overview-stats .tab-content .tab-content-item.community h1, .panel.themes-overview-stats .tab-content .tab-content-item.community .single-post .large-featured-image h1, .single-post .large-featured-image .panel.themes-overview-stats .tab-content .tab-content-item.community h1 {
        background-color: #FFB81C; }
      .panel.themes-overview-stats .tab-content .tab-content-item.brain-health h2, .panel.themes-overview-stats .tab-content .tab-content-item.brain-health .title-only h1, .title-only .panel.themes-overview-stats .tab-content .tab-content-item.brain-health h1, .panel.themes-overview-stats .tab-content .tab-content-item.brain-health .single-post .large-featured-image h1, .single-post .large-featured-image .panel.themes-overview-stats .tab-content .tab-content-item.brain-health h1 {
        background-color: #6DCDB8; } }
    .panel.themes-overview-stats .tab-content .tab-body {
      float: left;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .tab-body {
          width: calc(100% - 33.333%);
          padding-top: 7.5rem;
          padding-bottom: 7.5rem;
          padding-left: calc(50vw - 640px); } }
      @media screen and (min-width: 1024px) and (max-height: 768px) {
        .panel.themes-overview-stats .tab-content .tab-body {
          padding-top: 3.75rem;
          padding-bottom: 3.75rem; } }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .tab-body .col-half:first-child {
          padding-right: 10%; } }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .tab-body .col-half-landing:first-child {
          padding-right: 10%; } }
      .panel.themes-overview-stats .tab-content .tab-body a.button, .panel.themes-overview-stats .tab-content .tab-body body.tribe-events-page-template a.tribe-events-read-more, body.tribe-events-page-template .panel.themes-overview-stats .tab-content .tab-body a.tribe-events-read-more {
        width: 10.9375rem;
        margin-bottom: 0.3125rem;
        text-align: center; }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .tab-body .col-half:last-child {
          padding-top: 2rem;
          padding-right: 4.375rem; } }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .tab-body .col-half-landing:last-child {
          padding-top: 2rem;
          padding-right: 4.375rem; } }
    .panel.themes-overview-stats .tab-content .tab-sidebar {
      float: left;
      height: 100%;
      width: 100%;
      margin-bottom: 2rem; }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .tab-sidebar {
          width: 33.333%;
          margin-bottom: 0; } }
      @media screen and (max-width: 768px) {
        .panel.themes-overview-stats .tab-content .tab-sidebar {
          position: relative; } }
      .panel.themes-overview-stats .tab-content .tab-sidebar figure {
        margin: 0;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        height: 18.75rem; }
        @media screen and (min-width: 601px) {
          .panel.themes-overview-stats .tab-content .tab-sidebar figure {
            background-position: 50% 0%;
            height: 28.125rem;
            background-size: 100%; } }
        @media screen and (min-width: 769px) {
          .panel.themes-overview-stats .tab-content .tab-sidebar figure {
            background-position: 50% 50%;
            background-size: cover;
            height: 100%;
            position: absolute;
            width: 33.333%;
            right: 0;
            top: 0;
            bottom: 0; } }
        .panel.themes-overview-stats .tab-content .tab-sidebar figure figcaption {
          background-color: rgba(87, 91, 93, 0.5);
          padding: 1.25rem;
          color: #fff;
          position: absolute;
          bottom: 0;
          width: 100%; }
          @media screen and (min-width: 769px) {
            .panel.themes-overview-stats .tab-content .tab-sidebar figure figcaption {
              padding: 2.5rem; } }
          .panel.themes-overview-stats .tab-content .tab-sidebar figure figcaption p {
            margin-bottom: 0; }
            @media screen and (max-width: 600px) {
              .panel.themes-overview-stats .tab-content .tab-sidebar figure figcaption p {
                font-size: 13px;
                font-size: 0.8125rem; } }
    .panel.themes-overview-stats .tab-content .fact-row {
      width: 100%;
      float: left; }
      @media screen and (min-width: 601px) {
        .panel.themes-overview-stats .tab-content .fact-row {
          width: 50%; } }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .fact-row {
          width: 100%;
          margin-bottom: 1.875rem; } }
      @media screen and (min-width: 601px) {
        .panel.themes-overview-stats .tab-content .fact-row:first-child {
          padding-right: 1.25rem; } }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .fact-row:first-child {
          padding-right: 0; } }
      @media screen and (min-width: 601px) {
        .panel.themes-overview-stats .tab-content .fact-row:last-child {
          padding-left: 1.25rem; } }
      @media screen and (min-width: 769px) {
        .panel.themes-overview-stats .tab-content .fact-row:last-child {
          padding-left: 0; } }
      .panel.themes-overview-stats .tab-content .fact-row h5, .panel.themes-overview-stats .tab-content .fact-row body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.themes-overview-stats .tab-content .fact-row .tribe-events-single-section-title {
        margin-bottom: 1.875rem; }
      .panel.themes-overview-stats .tab-content .fact-row .left, .panel.themes-overview-stats .tab-content .fact-row .right {
        float: left;
        width: 50%; }
        @media screen and (min-width: 769px) {
          .panel.themes-overview-stats .tab-content .fact-row .left, .panel.themes-overview-stats .tab-content .fact-row .right {
            width: 9.6875rem; } }
      .panel.themes-overview-stats .tab-content .fact-row .left p {
        line-height: 1; }
      .panel.themes-overview-stats .tab-content .fact-row .right {
        padding-top: 0.3125rem;
        position: relative; }
        .panel.themes-overview-stats .tab-content .fact-row .right:before {
          background-color: #575b5e;
          width: 1px;
          height: calc(100% - 2rem);
          content: '';
          display: block;
          position: absolute;
          left: -2rem; }
      .panel.themes-overview-stats .tab-content .fact-row p {
        line-height: 1; }
      .panel.themes-overview-stats .tab-content .fact-row h5, .panel.themes-overview-stats .tab-content .fact-row body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.themes-overview-stats .tab-content .fact-row .tribe-events-single-section-title {
        margin-bottom: 1rem; }
      .panel.themes-overview-stats .tab-content .fact-row .larger-text {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.1;
        margin-bottom: 0.625rem;
        display: inline-block; }
        @media screen and (min-width: 601px) {
          .panel.themes-overview-stats .tab-content .fact-row .larger-text {
            font-size: 32px;
            font-size: 2rem; } }
        @media screen and (min-width: 769px) {
          .panel.themes-overview-stats .tab-content .fact-row .larger-text {
            font-size: 35px;
            font-size: 2.1875rem; } }

.panel.bg-image-cta, .panel.bg-color-cta, .cta-panel {
  color: #fff;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .panel.bg-image-cta .button, .panel.bg-image-cta form input[type="submit"], form .panel.bg-image-cta input[type="submit"], .panel.bg-image-cta body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel.bg-image-cta .tribe-events-read-more, .panel.bg-color-cta .button, .panel.bg-color-cta form input[type="submit"], form .panel.bg-color-cta input[type="submit"], .panel.bg-color-cta body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .panel.bg-color-cta .tribe-events-read-more, .cta-panel .button, .cta-panel form input[type="submit"], form .cta-panel input[type="submit"], .cta-panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .cta-panel .tribe-events-read-more {
    padding: 0.8125rem 1.5625rem;
    min-width: 13.75rem; }
  .panel.bg-image-cta h2, .panel.bg-image-cta .title-only h1, .title-only .panel.bg-image-cta h1, .panel.bg-image-cta .single-post .large-featured-image h1, .single-post .large-featured-image .panel.bg-image-cta h1, .panel.bg-color-cta h2, .panel.bg-color-cta .title-only h1, .title-only .panel.bg-color-cta h1, .panel.bg-color-cta .single-post .large-featured-image h1, .single-post .large-featured-image .panel.bg-color-cta h1, .cta-panel h2, .cta-panel .title-only h1, .title-only .cta-panel h1, .cta-panel .single-post .large-featured-image h1, .single-post .large-featured-image .cta-panel h1 {
    margin-bottom: 3rem; }
  .panel.bg-image-cta p, .panel.bg-color-cta p, .cta-panel p {
    margin-bottom: 0; }
  .panel.bg-image-cta[style$="background-color:#f3f3f3;"], .panel.bg-color-cta[style$="background-color:#f3f3f3;"], .cta-panel[style$="background-color:#f3f3f3;"] {
    color: inherit; }
  .themes_post-template-single-editorial_themes_post-php .panel.bg-image-cta p, .themes_post-template-single-editorial_themes_post-php .panel.bg-color-cta p, .themes_post-template-single-editorial_themes_post-php .cta-panel p {
    margin-bottom: 2rem; }
  .theme-template-2019 .panel.bg-image-cta h2, .theme-template-2019 .panel.bg-image-cta .title-only h1, .title-only .theme-template-2019 .panel.bg-image-cta h1, .theme-template-2019 .panel.bg-image-cta .single-post .large-featured-image h1, .single-post .large-featured-image .theme-template-2019 .panel.bg-image-cta h1, .theme-template-2019 .panel.bg-color-cta h2, .theme-template-2019 .panel.bg-color-cta .title-only h1, .title-only .theme-template-2019 .panel.bg-color-cta h1, .theme-template-2019 .panel.bg-color-cta .single-post .large-featured-image h1, .single-post .large-featured-image .theme-template-2019 .panel.bg-color-cta h1, .theme-template-2019 .cta-panel h2, .theme-template-2019 .cta-panel .title-only h1, .title-only .theme-template-2019 .cta-panel h1, .theme-template-2019 .cta-panel .single-post .large-featured-image h1, .single-post .large-featured-image .theme-template-2019 .cta-panel h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 601px) {
      .theme-template-2019 .panel.bg-image-cta h2, .theme-template-2019 .panel.bg-image-cta .title-only h1, .title-only .theme-template-2019 .panel.bg-image-cta h1, .theme-template-2019 .panel.bg-image-cta .single-post .large-featured-image h1, .single-post .large-featured-image .theme-template-2019 .panel.bg-image-cta h1, .theme-template-2019 .panel.bg-color-cta h2, .theme-template-2019 .panel.bg-color-cta .title-only h1, .title-only .theme-template-2019 .panel.bg-color-cta h1, .theme-template-2019 .panel.bg-color-cta .single-post .large-featured-image h1, .single-post .large-featured-image .theme-template-2019 .panel.bg-color-cta h1, .theme-template-2019 .cta-panel h2, .theme-template-2019 .cta-panel .title-only h1, .title-only .theme-template-2019 .cta-panel h1, .theme-template-2019 .cta-panel .single-post .large-featured-image h1, .single-post .large-featured-image .theme-template-2019 .cta-panel h1 {
        font-size: 60px;
        font-size: 3.75rem; } }

.panel.cta-panel h2, .panel.cta-panel .title-only h1, .title-only .panel.cta-panel h1, .panel.cta-panel .single-post .large-featured-image h1, .single-post .large-featured-image .panel.cta-panel h1 {
  color: #575b5e; }

.panel.bg-color-cta h2, .panel.bg-color-cta .title-only h1, .title-only .panel.bg-color-cta h1, .panel.bg-color-cta .single-post .large-featured-image h1, .single-post .large-featured-image .panel.bg-color-cta h1 {
  color: #fff; }

.panel.slideshow-content-panel {
  position: relative; }
  @media screen and (min-width: 769px) {
    .panel.slideshow-content-panel .inner-wrap {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .panel.slideshow-content-panel .slide-images {
    position: relative;
    z-index: 0;
    top: 0;
    width: 100%;
    margin-left: 0%;
    height: 8.125rem; }
    @media screen and (min-width: 601px) {
      .panel.slideshow-content-panel .slide-images {
        height: 16.25rem; } }
    @media screen and (min-width: 769px) {
      .panel.slideshow-content-panel .slide-images {
        width: 75%;
        margin-left: 25%;
        height: 32.1875rem; } }
    .panel.slideshow-content-panel .slide-images .slide-bg:not(.slide-bg-mini) {
      background-position: 50% 0px; }
  .panel.slideshow-content-panel .slide-content {
    background: #fff;
    padding: 1.25rem 1.5625rem 3.125rem 1.5625rem;
    position: relative;
    z-index: 2;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .panel.slideshow-content-panel .slide-content {
        padding: 3.75rem;
        position: absolute;
        z-index: 2;
        width: 44%;
        min-height: 23.125rem;
        top: 50%;
        transform: translateY(-50%); } }
    .panel.slideshow-content-panel .slide-content p {
      margin-bottom: 1rem; }
  .panel.slideshow-content-panel .slide-pager {
    padding: 0px;
    margin: 0;
    position: absolute;
    bottom: 20px; }
    .panel.slideshow-content-panel .slide-pager li {
      display: inline-block;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      width: 7px;
      height: 7px;
      border: 1px solid #575b5e;
      border-radius: 100px;
      background-color: #575b5e;
      margin-right: 7px;
      padding: 0; }
      .panel.slideshow-content-panel .slide-pager li.active {
        background-color: transparent; }

.panel.full-stats-panel h2, .panel.full-stats-panel .title-only h1, .title-only .panel.full-stats-panel h1, .panel.full-stats-panel .single-post .large-featured-image h1, .single-post .large-featured-image .panel.full-stats-panel h1 {
  margin-bottom: 1.5rem;
  float: left;
  width: 100%; }

@media screen and (min-width: 769px) {
  .panel.full-stats-panel .overview {
    padding-right: 5.625rem;
    width: 45%; } }

@media screen and (min-width: 601px) {
  .panel.full-stats-panel .stat-col {
    width: 50%; }
    .panel.full-stats-panel .stat-col.col-0 {
      padding-right: 2.5rem; }
    .panel.full-stats-panel .stat-col.col-1 {
      padding-left: 2.5rem; } }

@media screen and (min-width: 769px) {
  .panel.full-stats-panel .stat-col {
    width: 27.5%; } }

.panel.full-stats-panel .stat-focus {
  float: left; }
  @media screen and (min-width: 769px) {
    .panel.full-stats-panel .stat-focus {
      margin-bottom: 1.875rem; } }

.panel.full-stats-panel .fact-row {
  width: 100%;
  float: left; }
  @media screen and (min-width: 769px) {
    .panel.full-stats-panel .fact-row {
      margin-bottom: 1.875rem; } }
  @media screen and (min-width: 769px) {
    .panel.full-stats-panel .fact-row h5, .panel.full-stats-panel .fact-row body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.full-stats-panel .fact-row .tribe-events-single-section-title {
      margin-bottom: 1.875rem; } }
  .panel.full-stats-panel .fact-row .left, .panel.full-stats-panel .fact-row .right {
    float: left; }
  .panel.full-stats-panel .fact-row p {
    line-height: 1; }
  .panel.full-stats-panel .fact-row .larger-text {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 601px) {
      .panel.full-stats-panel .fact-row .larger-text {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 769px) {
      .panel.full-stats-panel .fact-row .larger-text {
        margin-bottom: 0.625rem;
        font-size: 35px;
        font-size: 2.1875rem; } }

.panel.full-stats-panel .fact-sheet {
  clear: both;
  padding: 1.875rem 0; }

.three-stories-panel, .panel.three-subpages-panel {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .three-stories-panel, .panel.three-subpages-panel {
      padding-bottom: 0.625rem !important; } }
  @media screen and (max-width: 768px) {
    .three-stories-panel .col-float-4, .panel.three-subpages-panel .col-float-4, .three-stories-panel .col-float-8, .panel.three-subpages-panel .col-float-8 {
      width: 100%; } }
  .three-stories-panel .row, .panel.three-subpages-panel .row {
    display: table;
    border-spacing: 1.25rem 0px;
    display: block;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .three-stories-panel .row, .panel.three-subpages-panel .row {
        display: table;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        width: calc(100% + 2.5rem); } }
  .three-stories-panel h2, .panel.three-subpages-panel h2, .three-stories-panel .title-only h1, .title-only .three-stories-panel h1, .panel.three-subpages-panel .title-only h1, .title-only .panel.three-subpages-panel h1, .three-stories-panel .single-post .large-featured-image h1, .single-post .large-featured-image .three-stories-panel h1, .panel.three-subpages-panel .single-post .large-featured-image h1, .single-post .large-featured-image .panel.three-subpages-panel h1 {
    margin-bottom: 1.5rem; }
  .three-stories-panel a, .panel.three-subpages-panel a {
    color: #575b5e; }
  .three-stories-panel article, .panel.three-subpages-panel article {
    position: relative;
    padding-top: 6.875rem;
    background: #f3f3f3;
    transition: all 0.2s linear;
    margin-bottom: 2rem; }
    @media screen and (min-width: 601px) {
      .three-stories-panel article, .panel.three-subpages-panel article {
        padding-top: 14.375rem; } }
    @media screen and (min-width: 769px) {
      .three-stories-panel article, .panel.three-subpages-panel article {
        margin-bottom: 0; } }
    .three-stories-panel article.multi-image, .panel.three-subpages-panel article.multi-image {
      padding-top: 12.5rem; }
      @media screen and (min-width: 769px) {
        .three-stories-panel article.multi-image, .panel.three-subpages-panel article.multi-image {
          padding-top: 23.125rem; } }
    .three-stories-panel article .tag, .panel.three-subpages-panel article .tag {
      background-color: #7dab35;
      color: #fff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 16px;
      font-size: 1rem;
      z-index: 1;
      padding: 0.125rem 0.9375rem;
      letter-spacing: 1px; }
    .three-stories-panel article img, .panel.three-subpages-panel article img {
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%; }
    .three-stories-panel article .thumb, .panel.three-subpages-panel article .thumb {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 30%;
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 8.4375rem; }
      @media screen and (min-width: 601px) {
        .three-stories-panel article .thumb, .panel.three-subpages-panel article .thumb {
          height: 16.5625rem;
          background-position: 50% 50%; } }
    .three-stories-panel article .featured-multi .thumb-1, .panel.three-subpages-panel article .featured-multi .thumb-1 {
      width: calc(50% - 6px);
      height: 5rem;
      top: 9.0625rem;
      left: 0; }
      @media screen and (min-width: 601px) {
        .three-stories-panel article .featured-multi .thumb-1, .panel.three-subpages-panel article .featured-multi .thumb-1 {
          top: 17.1875rem;
          height: 8.125rem;
          background-position: 50% 50%; } }
    .three-stories-panel article .featured-multi .thumb-2, .panel.three-subpages-panel article .featured-multi .thumb-2 {
      width: calc(50% - 6px);
      height: 5rem;
      top: 9.0625rem;
      right: 0; }
      @media screen and (min-width: 601px) {
        .three-stories-panel article .featured-multi .thumb-2, .panel.three-subpages-panel article .featured-multi .thumb-2 {
          top: 17.1875rem;
          height: 8.125rem;
          background-position: 50% 50%; } }
    .three-stories-panel article p.more, .panel.three-subpages-panel article p.more {
      text-align: center; }
    .three-stories-panel article a.read-more, .panel.three-subpages-panel article a.read-more, .three-stories-panel article span.read-more, .panel.three-subpages-panel article span.read-more {
      margin-top: 0.9375rem;
      margin-left: 1.5625rem;
      margin-right: 1.5625rem;
      margin-bottom: 1.25rem;
      display: inline-block;
      color: #575b5e;
      border-color: #575b5e; }
      @media screen and (min-width: 601px) {
        .three-stories-panel article a.read-more, .panel.three-subpages-panel article a.read-more, .three-stories-panel article span.read-more, .panel.three-subpages-panel article span.read-more {
          margin-top: 1.5625rem;
          margin-left: 1.5625rem;
          margin-right: 1.5625rem;
          margin-bottom: 2.5rem; } }
    .three-stories-panel article:hover, .panel.three-subpages-panel article:hover {
      background-color: #7dab35; }
      .three-stories-panel article:hover a.read-more, .panel.three-subpages-panel article:hover a.read-more, .three-stories-panel article:hover span.read-more, .panel.three-subpages-panel article:hover span.read-more {
        color: #fff;
        border-color: #fff; }
  .three-stories-panel p, .panel.three-subpages-panel p {
    margin-bottom: 0; }
  .three-stories-panel .copy, .panel.three-subpages-panel .copy {
    background-color: #fff;
    padding: 1.875rem;
    width: calc(100% - 3.125rem);
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear; }
    .three-stories-panel .copy p.date, .panel.three-subpages-panel .copy p.date {
      margin-bottom: 0.75rem; }

.panel.expanding-two-column-list {
  padding: 1.875rem 0; }
  @media screen and (min-width: 601px) {
    .panel.expanding-two-column-list {
      padding: 5rem 0; } }
  .panel.expanding-two-column-list h2, .panel.expanding-two-column-list .title-only h1, .title-only .panel.expanding-two-column-list h1, .panel.expanding-two-column-list .single-post .large-featured-image h1, .single-post .large-featured-image .panel.expanding-two-column-list h1 {
    margin-bottom: 2rem; }
  .panel.expanding-two-column-list ul.expanding-list {
    padding: 0;
    margin: 0; }
    .panel.expanding-two-column-list ul.expanding-list li {
      display: inline-block;
      padding: 0;
      width: 100%;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      margin-bottom: 1.25rem;
      opacity: 1;
      transition: all 0.2s linear; }
      @media screen and (min-width: 769px) {
        .panel.expanding-two-column-list ul.expanding-list li {
          font-size: 34px;
          font-size: 2.125rem;
          margin-bottom: 1.5625rem; } }
      .panel.expanding-two-column-list ul.expanding-list li.hide {
        opacity: 0;
        position: absolute;
        left: -100%;
        overflow: hidden; }
      .panel.expanding-two-column-list ul.expanding-list li a {
        color: #575b5e;
        display: inline-block;
        padding-left: 1.5625rem;
        transition: all 0.2s linear;
        background-position: -2rem 50%;
        margin-left: -1.5625rem; }
        @media screen and (min-width: 769px) {
          .panel.expanding-two-column-list ul.expanding-list li a {
            margin-left: 0; } }
        .panel.expanding-two-column-list ul.expanding-list li a:hover {
          color: #7dab35;
          background: url(../img/arrow-right.svg) no-repeat;
          background-position: 0 50%; }
  .panel.expanding-two-column-list .read-more.list {
    display: inline-block; }
    @media screen and (min-width: 769px) {
      .panel.expanding-two-column-list .read-more.list {
        margin-top: 1.875rem;
        margin-left: 1.5625rem; } }
  @media screen and (min-width: 769px) {
    .panel.expanding-two-column-list .col-half.last {
      padding-left: 3.75rem; } }
  @media screen and (min-width: 769px) {
    .panel.expanding-two-column-list .col-half-landing.last {
      padding-left: 3.75rem; } }
  .panel.expanding-two-column-list .read-more.list.less {
    display: none; }
  .panel.expanding-two-column-list.expanded .read-more.list.less {
    display: inline-block; }
  .panel.expanding-two-column-list.expanded .read-more.list.more {
    display: none; }

.panel.footer-cta {
  text-align: center;
  background-color: #f3f3f3; }
  .panel.footer-cta .donate {
    margin-top: 1.25rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem; }

.panel.signature-events-panel h2, .panel.signature-events-panel .title-only h1, .title-only .panel.signature-events-panel h1, .panel.signature-events-panel .single-post .large-featured-image h1, .single-post .large-featured-image .panel.signature-events-panel h1 {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 601px) {
    .panel.signature-events-panel h2, .panel.signature-events-panel .title-only h1, .title-only .panel.signature-events-panel h1, .panel.signature-events-panel .single-post .large-featured-image h1, .single-post .large-featured-image .panel.signature-events-panel h1 {
      margin-bottom: 3.5rem; } }

@media screen and (min-width: 769px) {
  .panel.signature-events-panel .inner-wrap {
    padding: 0 3.75rem; } }

.panel.signature-events-panel #events-section {
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  height: 520px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .panel.signature-events-panel #events-section {
      min-height: 900px;
      height: calc(100vh - 16.666vw); } }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    .panel.signature-events-panel #events-section {
      min-height: auto;
      height: 95vh; } }
  .panel.signature-events-panel #events-section.expanded-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: ''; }
  .panel.signature-events-panel #events-section .container {
    position: relative; }
    .panel.signature-events-panel #events-section .container .summary {
      width: 100%;
      color: #fff;
      line-height: 1.5; }
      @media screen and (min-width: 769px) {
        .panel.signature-events-panel #events-section .container .summary {
          width: 55%; } }
      .panel.signature-events-panel #events-section .container .summary h5, .panel.signature-events-panel #events-section .container .summary body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.signature-events-panel #events-section .container .summary .tribe-events-single-section-title {
        display: inline-block;
        padding: 5px 10px; }
      @media screen and (min-width: 769px) {
        .panel.signature-events-panel #events-section .container .summary h2, .panel.signature-events-panel #events-section .container .summary .title-only h1, .title-only .panel.signature-events-panel #events-section .container .summary h1, .panel.signature-events-panel #events-section .container .summary .single-post .large-featured-image h1, .single-post .large-featured-image .panel.signature-events-panel #events-section .container .summary h1 {
          margin-bottom: 0; } }
  .panel.signature-events-panel #events-section .hover-bg-image {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden; }
    .panel.signature-events-panel #events-section .hover-bg-image:before {
      z-index: 0;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 100%); }
    .panel.signature-events-panel #events-section .hover-bg-image:after {
      content: '';
      display: block;
      background: url(../img/side-v.svg) no-repeat;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 3000px;
      height: 2637px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-100%, -50%, 0);
      z-index: 0; }
  @media screen and (min-width: 601px) {
    .panel.signature-events-panel #events-section .events-items {
      height: calc(100% - 16.66vw); }
      .panel.signature-events-panel #events-section .events-items a {
        height: 100%; } }
  .panel.signature-events-panel #events-section .events-items span.read-more {
    color: #fff;
    border-color: #fff; }
  @media screen and (max-width: 768px) {
    .panel.signature-events-panel #events-section .events-items {
      height: 100%; } }
  .panel.signature-events-panel #events-section .events-items .events-item {
    display: none; }
    @media screen and (max-width: 768px) {
      .panel.signature-events-panel #events-section .events-items .events-item {
        height: 520px; } }
    .panel.signature-events-panel #events-section .events-items .events-item .container {
      transform: translateY(-50%);
      top: 50%; }
      @media screen and (max-width: 768px) {
        .panel.signature-events-panel #events-section .events-items .events-item .container {
          top: 0%;
          top: 50%; } }
    .panel.signature-events-panel #events-section .events-items .events-item h5, .panel.signature-events-panel #events-section .events-items .events-item body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.signature-events-panel #events-section .events-items .events-item .tribe-events-single-section-title {
      color: #fff;
      background-color: #7dab35; }
    .panel.signature-events-panel #events-section .events-items .events-item.active {
      display: block; }
    .panel.signature-events-panel #events-section .events-items .events-item.angel-campaign h5, .panel.signature-events-panel #events-section .events-items .events-item.angel-campaign body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.signature-events-panel #events-section .events-items .events-item.angel-campaign .tribe-events-single-section-title {
      background-color: #ce89c3; }
    .panel.signature-events-panel #events-section .events-items .events-item.night-of-a-thousand-stars-gala h5, .panel.signature-events-panel #events-section .events-items .events-item.night-of-a-thousand-stars-gala body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.signature-events-panel #events-section .events-items .events-item.night-of-a-thousand-stars-gala .tribe-events-single-section-title {
      background-color: #272787; }
    .panel.signature-events-panel #events-section .events-items .events-item.viva-pharmaceutical-time-to-shine-gala h5, .panel.signature-events-panel #events-section .events-items .events-item.viva-pharmaceutical-time-to-shine-gala body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.signature-events-panel #events-section .events-items .events-item.viva-pharmaceutical-time-to-shine-gala .tribe-events-single-section-title {
      background-color: #c5a465; }
    .panel.signature-events-panel #events-section .events-items .events-item.ismaili-walk h5, .panel.signature-events-panel #events-section .events-items .events-item.ismaili-walk body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.signature-events-panel #events-section .events-items .events-item.ismaili-walk .tribe-events-single-section-title {
      background-color: #00ac9a; }
    .panel.signature-events-panel #events-section .events-items .events-item.mr-lube-tournament-for-life h5, .panel.signature-events-panel #events-section .events-items .events-item.mr-lube-tournament-for-life body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.signature-events-panel #events-section .events-items .events-item.mr-lube-tournament-for-life .tribe-events-single-section-title {
      background-color: #08450F; }
  .panel.signature-events-panel #events-section #events-menu {
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .panel.signature-events-panel #events-section #events-menu {
        display: none; }
        .panel.signature-events-panel #events-section #events-menu .thumb {
          display: none; } }
  .panel.signature-events-panel #events-section #events-menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    height: 52px;
    white-space: nowrap;
    font-size: 0; }
    @media screen and (min-width: 601px) {
      .panel.signature-events-panel #events-section #events-menu {
        height: 16.666vw; } }
    @media screen and (max-width: 768px) {
      .panel.signature-events-panel #events-section #events-menu {
        height: 52px;
        overflow: hidden; } }
    .panel.signature-events-panel #events-section #events-menu li {
      position: relative;
      width: 100%;
      height: 100%;
      transition: opacity 0.2s cubic-bezier(0.28, 0, 0.18, 1), transform 0.2s cubic-bezier(0.28, 0, 0.18, 1);
      z-index: 1;
      margin-bottom: 0;
      display: inline-block;
      font-size: 0; }
      @media screen and (min-width: 601px) {
        .panel.signature-events-panel #events-section #events-menu li {
          width: 33.333vw; } }
      @media screen and (max-width: 768px) {
        .panel.signature-events-panel #events-section #events-menu li .read-more {
          right: 0;
          float: right; } }
      .panel.signature-events-panel #events-section #events-menu li:after {
        background-color: #7dab35; }
      .panel.signature-events-panel #events-section #events-menu li:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transform: scale(1);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: transform 0.2s cubic-bezier(0.28, 0, 0.18, 1); }
      .panel.signature-events-panel #events-section #events-menu li:hover {
        z-index: 2; }
        .panel.signature-events-panel #events-section #events-menu li:hover a {
          z-index: 222; }
        .panel.signature-events-panel #events-section #events-menu li:hover:after {
          opacity: 1;
          transform: scale(1.1); }
        .panel.signature-events-panel #events-section #events-menu li:hover .thumb {
          opacity: 0; }
        .panel.signature-events-panel #events-section #events-menu li:hover .date {
          opacity: 1;
          transition: all 0.2s 0.1s linear; }
      .panel.signature-events-panel #events-section #events-menu li.angel-campaign:after {
        background-color: #ce89c3; }
      .panel.signature-events-panel #events-section #events-menu li.night-of-a-thousand-stars-gala:after {
        background-color: #272787; }
      .panel.signature-events-panel #events-section #events-menu li.viva-pharmaceutical-time-to-shine-gala:after {
        background-color: #c5a465; }
      .panel.signature-events-panel #events-section #events-menu li.ismaili-walk:after {
        background-color: #00ac9a; }
      .panel.signature-events-panel #events-section #events-menu li.mr-lube-tournament-for-life:after {
        background-color: #08450F; }
      .panel.signature-events-panel #events-section #events-menu li .thumb {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-size: cover;
        opacity: 1;
        transition: opacity 0.2s linear;
        top: 3.5625rem; }
      .panel.signature-events-panel #events-section #events-menu li span {
        padding: 1.125rem 1.25rem;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
        transition: all 0.2s cubic-bezier(0.28, 0, 0.18, 1); }
        .panel.signature-events-panel #events-section #events-menu li span.read-more {
          color: #fff;
          border-color: #fff;
          top: auto;
          bottom: 25px;
          left: 20px;
          right: auto;
          padding: 0;
          padding-bottom: 8px;
          width: auto; }
        .panel.signature-events-panel #events-section #events-menu li span.date {
          top: 3.75rem;
          text-transform: none;
          font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
          font-weight: 400;
          opacity: 0; }
      .panel.signature-events-panel #events-section #events-menu li a {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .panel.signature-events-panel #events-section #events-menu li .open {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 1px;
        font-size: 1rem; }
        @media screen and (min-width: 1201px) {
          .panel.signature-events-panel #events-section #events-menu li .open {
            font-size: 18px;
            font-size: 1.125rem; } }
        @media screen and (min-width: 1201px) {
          .panel.signature-events-panel #events-section #events-menu li .open .read-more {
            font-size: 16px;
            font-size: 1rem; } }

@media screen and (min-width: 601px) {
  .panel.signature-events-panel .pager {
    height: 16.66vw; }
    .panel.signature-events-panel .pager .left, .panel.signature-events-panel .pager .right {
      bottom: auto;
      top: 50%; } }

.grid-slider .pager {
  width: 100%;
  position: absolute;
  bottom: 0; }
  .grid-slider .pager .left, .grid-slider .pager .right {
    width: 3.75rem;
    height: 3.75rem;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: 10;
    position: absolute;
    bottom: 70px; }
    @media screen and (max-width: 768px) {
      .grid-slider .pager .left, .grid-slider .pager .right {
        bottom: 70px !important; } }
    @media screen and (max-width: 600px) {
      .grid-slider .pager .left, .grid-slider .pager .right {
        bottom: 20px !important; } }
  .grid-slider .pager .left {
    left: 0;
    right: 0;
    background-image: url(../img/pager-right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(180deg); }
  .grid-slider .pager .right {
    right: 0;
    background-image: url(../img/pager-right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat; }

.grid-slider .item {
  transition: transform 0.2s cubic-bezier(0.28, 0, 0.18, 1); }

.panel.inline-gallery-thumbs, #overlay {
  position: relative; }
  .panel.inline-gallery-thumbs .full-container, #overlay .full-container {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0; }
  .panel.inline-gallery-thumbs .gallery-item, #overlay .gallery-item {
    display: inline-block;
    width: 33.333333%;
    height: 100%;
    height: 6.25rem;
    font-size: 0; }
    @media screen and (min-width: 601px) {
      .panel.inline-gallery-thumbs .gallery-item, #overlay .gallery-item {
        height: 12.5rem; } }
    @media screen and (min-width: 769px) {
      .panel.inline-gallery-thumbs .gallery-item, #overlay .gallery-item {
        height: 25rem; } }
    .panel.inline-gallery-thumbs .gallery-item .thumb, #overlay .gallery-item .thumb {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      transition: opacity 0.2s linear, transform 0.2s linear;
      transform: scale(1);
      opacity: 0.6; }
      .panel.inline-gallery-thumbs .gallery-item .thumb:hover, #overlay .gallery-item .thumb:hover {
        position: relative;
        transform: scale(1.1) !important;
        z-index: 3;
        opacity: 1; }
  .panel.inline-gallery-thumbs .pager .left, .panel.inline-gallery-thumbs .pager .right, #overlay .pager .left, #overlay .pager .right {
    bottom: 10.625rem; }

.single-signature_events .page-header {
  height: 520px; }
  .single-signature_events .page-header h1 {
    text-transform: none;
    float: none; }
  @media screen and (min-width: 601px) {
    .single-signature_events .page-header {
      height: 60vh; } }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    .single-signature_events .page-header {
      height: 80vh; } }
  .single-signature_events .page-header .container, .single-signature_events .page-header .inner-wrap {
    height: 100%; }
    @media screen and (max-width: 768px) {
      .single-signature_events .page-header .container, .single-signature_events .page-header .inner-wrap {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 601px) {
    .single-signature_events .page-header .inner-wrap {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media screen and (min-width: 601px) {
    .single-signature_events .page-header .container .cover-copy {
      max-width: 90%; } }
  .single-signature_events .page-header .cover-copy {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .single-signature_events .page-header .cover-copy h1 {
      margin-bottom: 3.5rem;
      line-height: 1; }
    .single-signature_events .page-header .cover-copy:after {
      display: none; }
  .single-signature_events .page-header .cover-arrow-down {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%); }

.single-signature_events #sub-navigation {
  background-color: #575b5d; }

.single-signature_events .overview-panel {
  margin-top: 0; }

.panel.video-panel h2, .panel.video-panel .title-only h1, .title-only .panel.video-panel h1, .panel.video-panel .single-post .large-featured-image h1, .single-post .large-featured-image .panel.video-panel h1 {
  margin-bottom: 1.5rem; }

.panel.video-panel .video-wrapper {
  position: relative;
  padding-bottom: 56.2%;
  /* 16:9 */
  height: 0; }

.panel.video-panel .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.panel.three-column-donors h3, .panel.three-column-donors body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.three-column-donors .tribe-events-single-event-title {
  margin-bottom: 2.5rem; }

@media screen and (min-width: 769px) {
  .panel.three-column-donors .col-grid-4 {
    padding-right: 9rem; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel.three-column-donors .col-grid-4 {
    width: 50%;
    display: block;
    float: left; } }

.panel.three-column-donors .donor-group {
  margin-bottom: 3.75rem; }

.panel.three-column-donors ul {
  padding-left: 0; }
  .panel.three-column-donors ul li {
    list-style: none;
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.5rem; }
    .panel.three-column-donors ul li:before {
      content: '•';
      position: absolute;
      left: 0.25rem;
      color: #575b5e; }
    .panel.three-column-donors ul li.logo {
      padding-left: 0;
      margin-top: 1.5rem;
      margin-bottom: 1.9rem; }
      .panel.three-column-donors ul li.logo img {
        max-width: 80%;
        height: auto; }
      .panel.three-column-donors ul li.logo:before {
        display: none; }
    .panel.three-column-donors ul li:first-child {
      margin-top: 0; }

.panel.background-v-panel, .page-id-38 .narrow-basic-content.panel-2 {
  background-image: url(../img/background-v.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }
  .panel.background-v-panel .narrow-wrap, .page-id-38 .narrow-basic-content.panel-2 .narrow-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media screen and (min-width: 601px) {
      .panel.background-v-panel .narrow-wrap, .page-id-38 .narrow-basic-content.panel-2 .narrow-wrap {
        padding-left: 3.125rem;
        padding-right: 3.125rem; } }
  .panel.background-v-panel h4, .panel.background-v-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.background-v-panel h2, .panel.background-v-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.background-v-panel h1, .panel.background-v-panel .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.background-v-panel h1, .panel.background-v-panel body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.background-v-panel h1, .panel.background-v-panel .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.background-v-panel h1, .page-id-38 .narrow-basic-content.panel-2 h4, .page-id-38 .narrow-basic-content.panel-2 body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .page-id-38 .narrow-basic-content.panel-2 h2, .page-id-38 .narrow-basic-content.panel-2 body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .page-id-38 .narrow-basic-content.panel-2 h1, .page-id-38 .narrow-basic-content.panel-2 .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .page-id-38 .narrow-basic-content.panel-2 h1, .page-id-38 .narrow-basic-content.panel-2 body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .page-id-38 .narrow-basic-content.panel-2 h1, .page-id-38 .narrow-basic-content.panel-2 .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .page-id-38 .narrow-basic-content.panel-2 h1 {
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300;
    color: #7dab35; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel.three-subpages-panel {
    margin-bottom: 1.875rem; } }

.panel.three-subpages-panel article.col-grid-4:last-child {
  margin-bottom: 0; }

.panel.three-subpages-panel .copy {
  padding: 0.9375rem 0.9375rem; }
  @media screen and (min-width: 601px) {
    .panel.three-subpages-panel .copy {
      padding: 1.875rem 3.75rem; } }
  @media screen and (max-width: 768px) {
    .panel.three-subpages-panel .copy h3, .panel.three-subpages-panel .copy body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.three-subpages-panel .copy .tribe-events-single-event-title {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 0; } }

.panel.narrow-two-column h3, .panel.narrow-two-column body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.narrow-two-column .tribe-events-single-event-title {
  margin-bottom: 1.5rem; }

@media screen and (min-width: 601px) {
  .panel.narrow-two-column .col-half {
    width: 50%;
    padding-right: 5%; }
    .panel.narrow-two-column .col-half:last-child {
      padding-right: 0;
      padding-left: 2.5rem; } }

@media screen and (max-width: 768px) {
  .panel.map-panel iframe[src*="maps.google.ca"], .panel.map-panel #map {
    max-width: 100%;
    height: 450px; } }

.panel.map-panel #map {
  max-width: 100%;
  height: 450px;
  margin-bottom: 50px; }
  .panel.map-panel #map #content {
    padding: 0.9375rem; }
    .panel.map-panel #map #content p {
      font-size: 14px;
      font-size: 0.875rem; }

.panel.latest-header {
  height: auto; }
  .panel.latest-header .hero-copy {
    font-size: 24px;
    font-size: 1.5rem;
    min-height: 240px;
    bottom: -50px;
    padding: 30px 20px 20px 20px; }
    @media screen and (max-width: 600px) {
      .panel.latest-header .hero-copy {
        width: 100%; } }
    @media screen and (min-width: 601px) {
      .panel.latest-header .hero-copy {
        bottom: -150px; } }
    @media screen and (min-width: 769px) {
      .panel.latest-header .hero-copy {
        min-height: 240px;
        bottom: -100px;
        padding: 30px 40px 60px 60px;
        width: 37.5rem; } }
    .panel.latest-header .hero-copy p.date {
      margin-bottom: 1rem; }
    .panel.latest-header .hero-copy p.intro {
      margin-bottom: 1rem;
      line-height: 1; }
    .panel.latest-header .hero-copy p.intro-landing {
      margin-bottom: 1rem;
      line-height: 1; }
  .panel.latest-header .container {
    position: relative;
    height: 28.75rem; }
  .panel.latest-header h1 {
    text-transform: lowercase; }

.panel.load-more-footer {
  position: relative; }
  .panel.load-more-footer .load-more {
    position: relative; }
    .panel.load-more-footer .load-more .progress {
      position: absolute;
      left: -2px;
      right: -2px;
      top: -2px;
      bottom: -2px;
      background: #618429;
      width: 0%; }
    .panel.load-more-footer .load-more.loading .progress {
      transition: width 2s linear;
      width: calc(100% + 4px); }

.panel.news-tabs {
  padding-top: 10rem; }
  @media screen and (max-width: 600px) {
    .panel.news-tabs {
      padding-top: 3.75rem; } }
  .panel.news-tabs [data-tab-content] {
    display: none; }
    .panel.news-tabs [data-tab-content].active {
      display: table; }
  .panel.news-tabs .inner-wrap {
    margin: 0; }
  @media screen and (min-width: 769px) {
    .panel.news-tabs .row {
      margin-left: 1.5625rem; } }
  @media screen and (min-width: 769px) {
    .panel.news-tabs .col-float-4 {
      width: calc(33.3333% - 25px);
      margin-right: 1.5625rem; } }
  @media screen and (min-width: 769px) {
    .panel.news-tabs .col-float-8 {
      width: calc(66.66667% - 25px);
      margin-right: 1.5625rem; } }
  .panel.news-tabs .tabs, .panel.news-tabs .theme-filters {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px; }
    @media screen and (min-width: 601px) {
      .panel.news-tabs .tabs, .panel.news-tabs .theme-filters {
        margin-bottom: 60px; } }
    .panel.news-tabs .tabs li, .panel.news-tabs .theme-filters li {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 600;
      color: #b6b6b6;
      margin: 30px 40px 0px 40px;
      padding-bottom: 5px;
      padding-left: 0;
      padding-right: 0;
      letter-spacing: 2px;
      border-bottom: 3px solid transparent;
      transition: all 0.3s linear;
      cursor: pointer; }
      .panel.news-tabs .tabs li a, .panel.news-tabs .theme-filters li a {
        color: #b6b6b6; }
      .panel.news-tabs .tabs li.active a, .panel.news-tabs .tabs li:hover a, .panel.news-tabs .theme-filters li.active a, .panel.news-tabs .theme-filters li:hover a {
        color: #7dab35; }
      .panel.news-tabs .tabs li:hover, .panel.news-tabs .tabs li.active, .panel.news-tabs .theme-filters li:hover, .panel.news-tabs .theme-filters li.active {
        color: #7dab35;
        border-bottom: 3px solid #7dab35; }
  .panel.news-tabs ul.theme-filters li {
    margin: 0px 20px 0px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    border-bottom: 0 !important;
    color: #575b5e !important; }
    @media screen and (max-width: 600px) {
      .panel.news-tabs ul.theme-filters li {
        margin: 0;
        padding: 0px 20px 0px 20px;
        float: left;
        width: 50%;
        margin-bottom: 10px;
        text-align: left;
        font-size: 12px;
        font-size: 0.75rem; } }
    .panel.news-tabs ul.theme-filters li:hover, .panel.news-tabs ul.theme-filters li.active, .panel.news-tabs ul.theme-filters li a:hover, .panel.news-tabs ul.theme-filters li.active a {
      color: #7dab35 !important; }
  .panel.news-tabs .row {
    margin-bottom: 3.75rem; }
  .panel.news-tabs p.none-found {
    margin-bottom: 3.5rem; }
  .panel.news-tabs .row {
    width: 100%; }

.page-wrap .back-to-top {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s linear; }
  .page-wrap .back-to-top.visible {
    visibility: visible;
    overflow: auto;
    width: auto;
    height: auto;
    opacity: 1; }

@keyframes animateArDown {
  0% {
    transform: translate3d(0, -100vh, 0); }
  50% {
    transform: translate3d(0, calc(50vh - 60px), 0); }
  75% {
    opacity: 1; }
  100% {
    transform: translate3d(0, calc(50vh - 60px), 0); } }

@keyframes keepGoing {
  0% {
    transform: translate3d(0, 0vh, 0);
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    transform: translate3d(0, 100vh, 0); } }

@media screen and (min-width: 769px) {
  body.page-template-page-annual-report-php {
    overflow: hidden; } }

@media screen and (min-width: 769px) {
  body.page-template-page-annual-report-2018-php {
    overflow: hidden; } }

.hide {
  display: none; }

.ar-main-header-image {
  color: #fff;
  background: url("../img/tmp/multicolor.png") no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1181px) {
    .ar-main-header-image {
      top: 100px; } }

.ar-main-header {
  color: #fff;
  background-color: #00ac9a;
  padding: 0.625rem 0;
  position: absolute;
  width: 100%;
  z-index: 33;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s 0.45s cubic-bezier(0.15, 0.89, 0.52, 0.96), background 0.3s linear;
  top: 70px; }
  .ar-main-header.cover {
    transform: translate3d(0, -100%, 0); }
  .ar-main-header h5, .ar-main-header body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .ar-main-header .tribe-events-single-section-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.25rem; }
  .ar-main-header h3, .ar-main-header body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .ar-main-header .tribe-events-single-event-title {
    margin-bottom: 0; }

.ar-main-header-menu {
  color: #fff;
  padding: 0.625rem 0;
  position: absolute;
  width: 100%;
  z-index: 33;
  display: -ms-flexbox;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s 0.45s cubic-bezier(0.15, 0.89, 0.52, 0.96), background 0.3s linear; }
  @media screen and (max-width: 768px) {
    .ar-main-header-menu {
      display: none !important; } }
  .ar-main-header-menu.cover {
    transform: translate3d(0, -100%, 0); }
  .ar-main-header-menu h5, .ar-main-header-menu body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .ar-main-header-menu .tribe-events-single-section-title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.25rem; }
  .ar-main-header-menu h3, .ar-main-header-menu body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .ar-main-header-menu .tribe-events-single-event-title {
    margin-bottom: 0; }
  .ar-main-header-menu .main-menu-surgery, .ar-main-header-menu .main-menu-cancer, .ar-main-header-menu .main-menu-heart, .ar-main-header-menu .main-menu-innovation, .ar-main-header-menu .main-menu-community, .ar-main-header-menu .main-menu-brain {
    -ms-flex: 1;
        flex: 1;
    height: 50px; }
  .ar-main-header-menu .main-menu-surgery {
    background-color: #00AAE3; }
  .ar-main-header-menu .main-menu-cancer {
    background-color: #8E3A80; }
  .ar-main-header-menu .main-menu-heart {
    background-color: #ED6062; }
  .ar-main-header-menu .main-menu-innovation {
    background-color: #ED8B00; }
  .ar-main-header-menu .main-menu-community {
    background-color: #FFB81C; }
  .ar-main-header-menu .main-menu-brain {
    background-color: #6DCDB8; }

.ar-main-header[data-headerColor="surgery-bg"] {
  background-color: #00AAE3; }

.ar-main-header[data-headerColor="cancer-bg"] {
  background-color: #8E3A80; }

.ar-main-header[data-headerColor="heart-lung-bg"] {
  background-color: #ED6062; }

.ar-main-header[data-headerColor="innovation-bg"] {
  background-color: #ED8B00; }

.ar-main-header[data-headerColor="community-bg"] {
  background-color: #FFB81C; }

.ar-main-header[data-headerColor="brain-health-bg"] {
  background-color: #6DCDB8; }

.ar-main-header[data-headerColor="legacy-bg"] {
  background-color: #7dab35; }

.ar-main-header[data-headerColor="urgent-bg"] {
  background-color: #7dab35; }

.ar-main-header[data-headerColor="golf-bg"] {
  background-color: #7dab35; }

.ar-main-header[data-headerColor="thousand-stars-bg"] {
  background-color: #A5227E; }

.ar-main-header[data-headerColor="tts-bg"] {
  background-color: #015C44; }

.green-header {
  color: #00ac9a !important; }

#annual-report {
  transition: transform 0.6s cubic-bezier(0.15, 0.89, 0.52, 0.96);
  z-index: 5; }
  @media screen and (min-width: 769px) {
    #annual-report {
      overflow: visible;
      height: 100%; } }
  #annual-report h2, #annual-report .title-only h1, .title-only #annual-report h1, #annual-report .single-post .large-featured-image h1, .single-post .large-featured-image #annual-report h1 {
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px; }
  #annual-report .vcenter {
    margin: 0%; }
    #annual-report .vcenter h2, #annual-report .vcenter .title-only h1, .title-only #annual-report .vcenter h1, #annual-report .vcenter .single-post .large-featured-image h1, .single-post .large-featured-image #annual-report .vcenter h1 {
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 300;
      color: #7dab35 !important; }
  #annual-report .col-2 {
    width: 100%;
    float: left;
    padding-right: 0; }
    @media screen and (min-width: 769px) {
      #annual-report .col-2 {
        padding-right: 3.75rem;
        width: 50%; } }
    @media screen and (max-width: 768px) {
      #annual-report .col-2 {
        margin-bottom: 1.5rem;
        padding-right: 20px !important;
        padding-left: 20px !important; } }
    #annual-report .col-2:last-child {
      padding-right: 0; }
  #annual-report .col-2-right {
    width: 100%;
    float: left;
    padding-left: 20px; }
    @media screen and (min-width: 769px) {
      #annual-report .col-2-right {
        padding-left: 3.75rem;
        width: 50%; } }
    @media screen and (max-width: 768px) {
      #annual-report .col-2-right {
        margin-bottom: 1.5rem;
        padding-right: 20px !important;
        font-size: 12px;
        font-size: 0.75rem; } }
    #annual-report .col-2-right:last-child {
      padding-right: 0; }
  @media screen and (min-width: 601px) {
    #annual-report .col-third {
      padding-right: 3.125rem; } }
  #annual-report .col-4 {
    width: 100%;
    float: left;
    padding-right: 0; }
    @media screen and (min-width: 769px) {
      #annual-report .col-4 {
        padding-right: 3.75rem;
        width: 25%; } }
    @media screen and (max-width: 768px) {
      #annual-report .col-4 {
        margin-bottom: 1.5rem; } }
    #annual-report .col-4:last-child {
      padding-right: 0; }
  #annual-report .full-panel {
    position: relative; }
    @media screen and (min-width: 769px) {
      #annual-report .full-panel {
        height: 100%; } }
    #annual-report .full-panel .ar-section-header {
      color: #fff;
      background-color: #00ac9a;
      padding-top: 1.5625rem;
      padding-bottom: 0.9375rem;
      margin-bottom: 1.875rem; }
      @media screen and (min-width: 769px) {
        #annual-report .full-panel .ar-section-header {
          display: none; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .full-panel .ar-section-header {
          margin-bottom: 3.75rem; } }
    #annual-report .full-panel [data-headerColor="surgery-bg"] .ar-section-header {
      background-color: #00AAE3; }
    #annual-report .full-panel [data-headerColor="cancer-bg"] .ar-section-header {
      background-color: #8E3A80; }
    #annual-report .full-panel [data-headerColor="heart-lung-bg"] .ar-section-header {
      background-color: #ED6062; }
    #annual-report .full-panel [data-headerColor="innovation-bg"] .ar-section-header {
      background-color: #ED8B00; }
    #annual-report .full-panel [data-headerColor="community-bg"] .ar-section-header {
      background-color: #FFB81C; }
    #annual-report .full-panel [data-headerColor="brain-health-bg"] .ar-section-header {
      background-color: #6DCDB8; }
    #annual-report .full-panel [data-headerColor="legacy-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report .full-panel [data-headerColor="urgent-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report .full-panel [data-headerColor="golf-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report .full-panel [data-headerColor="thousand-stars-bg"] .ar-section-header {
      background-color: #A5227E; }
    #annual-report .full-panel [data-headerColor="tts-bg"] .ar-section-header {
      background-color: #015C44; }
  #annual-report .arrow-down {
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }
    #annual-report .arrow-down .arrow-down-icon {
      width: 2.3125rem;
      height: 1.25rem; }
  @media screen and (max-width: 768px) {
    #annual-report .ar-section .arrow-down {
      display: none; } }
  #annual-report .ar-section .arrow-down-icon {
    color: #575b5e; }
  @media screen and (min-width: 769px) {
    #annual-report .ar-section-3 .narrow-wrap {
      width: 750px; } }
  #annual-report .panel.ar-intro-cover {
    position: relative;
    background-image: url(../img/tmp/ar-bg.jpg);
    background-color: #16ad8e;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    height: 100vh;
    color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .panel.ar-intro-cover {
        height: 100vh;
        padding-top: 3.75rem;
        padding-bottom: 9.375rem; } }
    @media screen and (max-width: 768px) {
      #annual-report .panel.ar-intro-cover .col-half {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #annual-report .panel.ar-intro-cover .col-half-landing {
        width: 100%; } }
    #annual-report .panel.ar-intro-cover .container, #annual-report .panel.ar-intro-cover .container2, #annual-report .panel.ar-intro-cover .inner-wrap {
      height: calc(100vh - 100px); }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .panel.ar-intro-cover .container, #annual-report .panel.ar-intro-cover .container2, #annual-report .panel.ar-intro-cover .inner-wrap {
          height: auto; } }
    #annual-report .panel.ar-intro-cover .animate-down {
      position: absolute; }
      @media screen and (min-width: 769px) {
        #annual-report .panel.ar-intro-cover .animate-down {
          transform: translate3d(0, -100vh, 0);
          animation: animateArDown 9000ms 1000ms;
          animation-fill-mode: forwards; } }
      @media screen and (max-width: 768px) {
        #annual-report .panel.ar-intro-cover .animate-down {
          position: relative;
          padding-top: 9.375rem; } }
      @media screen and (max-width: 600px) {
        #annual-report .panel.ar-intro-cover .animate-down {
          padding-top: 3.75rem; } }
    #annual-report .panel.ar-intro-cover .animate-down .stay {
      margin-top: 4.6rem; }
    #annual-report .panel.ar-intro-cover .animate-down .keep-going.start {
      position: absolute;
      display: block;
      width: 100%; }
      @media screen and (min-width: 769px) {
        #annual-report .panel.ar-intro-cover .animate-down .keep-going.start {
          animation: keepGoing 9000ms 5000ms;
          animation-fill-mode: forwards; } }
      @media screen and (max-width: 768px) {
        #annual-report .panel.ar-intro-cover .animate-down .keep-going.start {
          display: none; } }
    @media screen and (min-width: 769px) {
      #annual-report .panel.ar-intro-cover .intro-copy {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        left: 400px;
        transition: left 600ms 2700ms linear; } }
    @media screen and (min-width: 769px) {
      #annual-report .panel.ar-intro-cover .intro-copy .second {
        opacity: 0;
        transition: opacity 300ms 4000ms linear; } }
    #annual-report .panel.ar-intro-cover span {
      transition: opacity 300ms linear; }
    #annual-report .panel.ar-intro-cover.start .intro-copy {
      left: 0; }
  #annual-report .larger-text {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 601px) {
      #annual-report .larger-text {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media screen and (min-width: 769px) {
      #annual-report .larger-text {
        font-size: 45px;
        font-size: 2.8125rem;
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #annual-report .ar-section .facts {
      float: left;
      padding-right: 5%; }
      #annual-report .ar-section .facts:first-child {
        width: 100%; }
      #annual-report .ar-section .facts:last-child {
        clear: both; } }
  #annual-report .ar-section .facts p {
    line-height: 1.3; }
  #annual-report .ar-section .facts p.stat-intro {
    line-height: 1.3; }
  #annual-report .ar-section .facts p.larger-text {
    line-height: 1; }
  #annual-report [data-headerColor="surgery-bg"] .larger-text, #annual-report [data-headerColor="surgery-bg"] .facts .number {
    color: #00AAE3 !important; }
  #annual-report [data-headerColor="cancer-bg"] .larger-text, #annual-report [data-headerColor="cancer-bg"] .facts .number {
    color: #8E3A80 !important; }
  #annual-report [data-headerColor="heart-lung-bg"] .larger-text, #annual-report [data-headerColor="heart-lung-bg"] .facts .number {
    color: #ED6062 !important; }
  #annual-report [data-headerColor="innovation-bg"] .larger-text, #annual-report [data-headerColor="innovation-bg"] .facts .number {
    color: #ED8B00 !important; }
  #annual-report [data-headerColor="community-bg"] .larger-text, #annual-report [data-headerColor="community-bg"] .facts .number {
    color: #FFB81C !important; }
  #annual-report [data-headerColor="brain-health-bg"] .larger-text, #annual-report [data-headerColor="brain-health-bg"] .facts .number {
    color: #6DCDB8 !important; }
  #annual-report [data-headerColor="legacy-bg"] .larger-text, #annual-report [data-headerColor="legacy-bg"] .facts .number {
    color: #7dab35 !important; }
  #annual-report [data-headerColor="urgent-bg"] .larger-text, #annual-report [data-headerColor="urgent-bg"] .facts .number {
    color: #7dab35; }
  #annual-report [data-headerColor="golf-bg"] .larger-text, #annual-report [data-headerColor="golf-bg"] .facts .number {
    color: #7dab35; }
  #annual-report [data-headerColor="thousand-stars-bg"] .larger-text, #annual-report [data-headerColor="thousand-stars-bg"] .facts .number {
    color: #A5227E; }
  #annual-report [data-headerColor="tts-bg"] .larger-text, #annual-report [data-headerColor="tts-bg"] .facts .number {
    color: #015C44; }
  @media screen and (max-width: 768px) {
    #annual-report [data-headerColor="surgery-bg"] .ar-section-header {
      background-color: #00AAE3; }
    #annual-report [data-headerColor="cancer-bg"] .ar-section-header {
      background-color: #8E3A80; }
    #annual-report [data-headerColor="heart-lung-bg"] .ar-section-header {
      background-color: #ED6062; }
    #annual-report [data-headerColor="innovation-bg"] .ar-section-header {
      background-color: #ED8B00; }
    #annual-report [data-headerColor="community-bg"] .ar-section-header {
      background-color: #FFB81C; }
    #annual-report [data-headerColor="brain-health-bg"] .ar-section-header {
      background-color: #6DCDB8; }
    #annual-report [data-headerColor="legacy-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report [data-headerColor="urgent-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report [data-headerColor="golf-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report [data-headerColor="thousand-stars-bg"] .ar-section-header {
      background-color: #A5227E; }
    #annual-report [data-headerColor="tts-bg"] .ar-section-header {
      background-color: #015C44; } }
  #annual-report .ar-section {
    background-image: url(../img/ar-bg-v.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 -200px; }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section {
        padding-top: 6.25rem;
        height: 100vh; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section {
        padding-bottom: 3.75rem; } }
    #annual-report .ar-section p {
      font-weight: normal; }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .adjust {
        margin-top: -10%; } }
    #annual-report .ar-section .container {
      display: block;
      height: calc(100%); }
    #annual-report .ar-section .container2 {
      max-width: 100%;
      display: block; }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .narrow-wrap, #annual-report .ar-section .inner-wrap.vcenter {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-president {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-president {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-president h5, #annual-report .ar-section .facts-president body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-president .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-president p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-president p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-president p {
          font-size: 17px;
          font-size: 1.0625rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-president .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-president .larger-text {
          font-size: 15px;
          font-size: 0.9375rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-president .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-president .number {
      font-size: 72px;
      font-size: 4.5rem;
      float: left;
      width: 100%;
      margin-bottom: 0rem; }
    #annual-report .ar-section .facts-president .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-president .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-surgery {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-surgery {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-surgery h5, #annual-report .ar-section .facts-surgery body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-surgery .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-surgery p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-surgery p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-surgery p {
          font-size: 16px;
          font-size: 1rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-surgery .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-surgery .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-surgery .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-surgery .small, #annual-report .ar-section .facts-surgery .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-surgery .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-surgery .small, #annual-report .ar-section .facts-surgery .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-surgery .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-surgery .small, #annual-report .ar-section .facts-surgery .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-surgery .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-surgery .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #00AAE3 !important;
      border-bottom: 1px solid #00AAE3 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-surgery .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-surgery .read-more:hover {
        color: rgba(0, 170, 227, 0.7);
        border-bottom: 1px solid rgba(0, 170, 227, 0.7); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-cancer {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-cancer {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-cancer h5, #annual-report .ar-section .facts-cancer body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-cancer .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-cancer p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-cancer p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-cancer p {
          font-size: 16px;
          font-size: 1rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-cancer .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-cancer .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-cancer .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-cancer .small, #annual-report .ar-section .facts-cancer .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-cancer .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-cancer .small, #annual-report .ar-section .facts-cancer .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-cancer .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-cancer .small, #annual-report .ar-section .facts-cancer .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-cancer .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-cancer .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #8E3A80 !important;
      border-bottom: 1px solid #8E3A80 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-cancer .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-cancer .read-more:hover {
        color: rgba(142, 58, 128, 0.7);
        border-bottom: 1px solid rgba(142, 58, 128, 0.7); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-lungs {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-lungs {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-lungs h5, #annual-report .ar-section .facts-lungs body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-lungs .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-lungs p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-lungs p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-lungs p {
          font-size: 17px;
          font-size: 1.0625rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-lungs .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-lungs .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-lungs .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-lungs .small, #annual-report .ar-section .facts-lungs .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-lungs .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-lungs .small, #annual-report .ar-section .facts-lungs .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-lungs .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-lungs .small, #annual-report .ar-section .facts-lungs .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-lungs .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-lungs .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #ED6062 !important;
      border-bottom: 1px solid #ED6062 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-lungs .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-lungs .read-more:hover {
        color: rgba(237, 96, 98, 0.7);
        border-bottom: 1px solid rgba(237, 96, 98, 0.7); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-innovation {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-innovation {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-innovation h5, #annual-report .ar-section .facts-innovation body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-innovation .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-innovation p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-innovation p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-innovation p {
          font-size: 17px;
          font-size: 1.0625rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-innovation .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-innovation .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-innovation .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-innovation .small, #annual-report .ar-section .facts-innovation .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-innovation .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-innovation .small, #annual-report .ar-section .facts-innovation .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-innovation .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-innovation .small, #annual-report .ar-section .facts-innovation .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-innovation .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-innovation .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #ED8B00 !important;
      border-bottom: 1px solid #ED8B00 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-innovation .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-innovation .read-more:hover {
        color: rgba(237, 139, 0, 0.5);
        border-bottom: 1px solid rgba(237, 139, 0, 0.5); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-community {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-community {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-community h5, #annual-report .ar-section .facts-community body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-community .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-community p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-community p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-community p {
          font-size: 17px;
          font-size: 1.0625rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-community .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-community .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-community .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-community .small, #annual-report .ar-section .facts-community .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-community .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-community .small, #annual-report .ar-section .facts-community .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-community .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-community .small, #annual-report .ar-section .facts-community .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-community .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-community .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #FFB81C !important;
      border-bottom: 1px solid #FFB81C !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-community .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-community .read-more:hover {
        color: rgba(255, 184, 28, 0.5);
        border-bottom: 1px solid rgba(255, 184, 28, 0.5); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-brainhealth {
        margin-top: calc(20%);
        padding-left: 300px !important; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-brainhealth {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-brainhealth h5, #annual-report .ar-section .facts-brainhealth body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-brainhealth .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-brainhealth p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-brainhealth p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-brainhealth p {
          font-size: 17px;
          font-size: 1.0625rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-brainhealth .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-brainhealth .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-brainhealth .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-brainhealth .small, #annual-report .ar-section .facts-brainhealth .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-brainhealth .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-brainhealth .small, #annual-report .ar-section .facts-brainhealth .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-brainhealth .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-brainhealth .small, #annual-report .ar-section .facts-brainhealth .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-brainhealth .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-brainhealth .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #6DCDB8 !important;
      border-bottom: 1px solid #6DCDB8 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-brainhealth .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-brainhealth .read-more:hover {
        color: rgba(109, 205, 184, 0.5);
        border-bottom: 1px solid rgba(109, 205, 184, 0.5); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-tts {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-tts {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-tts h5, #annual-report .ar-section .facts-tts body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-tts .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-tts p {
      margin-bottom: 10px;
      margin-right: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-tts p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-tts p {
          font-size: 16px;
          font-size: 1rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-tts .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-tts .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-tts .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-tts .small, #annual-report .ar-section .facts-tts .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-tts .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-tts .small, #annual-report .ar-section .facts-tts .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-tts .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-tts .small, #annual-report .ar-section .facts-tts .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-tts .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-tts .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #015C44 !important;
      border-bottom: 1px solid #015C44 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-tts .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-tts .read-more:hover {
        color: rgba(1, 92, 68, 0.7);
        border-bottom: 1px solid rgba(1, 92, 68, 0.7); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-thousand-stars {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-thousand-stars {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-thousand-stars h5, #annual-report .ar-section .facts-thousand-stars body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-thousand-stars .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-thousand-stars p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-thousand-stars p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-thousand-stars p {
          font-size: 16px;
          font-size: 1rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-thousand-stars .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-thousand-stars .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-thousand-stars .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-thousand-stars .small, #annual-report .ar-section .facts-thousand-stars .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-thousand-stars .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-thousand-stars .small, #annual-report .ar-section .facts-thousand-stars .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-thousand-stars .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-thousand-stars .small, #annual-report .ar-section .facts-thousand-stars .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-thousand-stars .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-thousand-stars .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #A5227E !important;
      border-bottom: 1px solid #A5227E !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-thousand-stars .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-thousand-stars .read-more:hover {
        color: rgba(165, 34, 126, 0.7);
        border-bottom: 1px solid rgba(165, 34, 126, 0.7); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-legacy {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-legacy {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-legacy h5, #annual-report .ar-section .facts-legacy body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-legacy .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-legacy p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-legacy p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-legacy p {
          font-size: 17px;
          font-size: 1.0625rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-legacy .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-legacy .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-legacy .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-legacy .small, #annual-report .ar-section .facts-legacy .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-legacy .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-legacy .small, #annual-report .ar-section .facts-legacy .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-legacy .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-legacy .small, #annual-report .ar-section .facts-legacy .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-legacy .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-legacy .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #7dab35 !important;
      border-bottom: 1px solid #7dab35 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-legacy .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-legacy .read-more:hover {
        color: rgba(125, 171, 53, 0.5);
        border-bottom: 1px solid rgba(125, 171, 53, 0.5); }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section .facts-golf {
        margin-top: calc(15%); } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report .ar-section .facts-golf {
        margin-top: 1.25rem !important; } }
    #annual-report .ar-section .facts-golf h5, #annual-report .ar-section .facts-golf body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta #annual-report .ar-section .facts-golf .tribe-events-single-section-title {
      margin-bottom: 0.9375rem; }
    #annual-report .ar-section .facts-golf p {
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 1.5rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-golf p {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-golf p {
          font-size: 16px;
          font-size: 1rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-golf .larger-text {
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-golf .larger-text {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section .facts-golf .larger-text {
          font-size: 45px;
          font-size: 2.8125rem;
          margin-bottom: 1.25rem; } }
    #annual-report .ar-section .facts-golf .small, #annual-report .ar-section .facts-golf .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-golf .wp-caption-text {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section .facts-golf .small, #annual-report .ar-section .facts-golf .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-golf .wp-caption-text {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-golf .small, #annual-report .ar-section .facts-golf .single-post .wp-caption-text, .single-post #annual-report .ar-section .facts-golf .wp-caption-text {
          font-size: 14px;
          font-size: 0.875rem;
          padding-bottom: 10px; } }
    #annual-report .ar-section .facts-golf .read-more {
      text-transform: uppercase;
      text-decoration: none;
      font-size: 18px;
      font-size: 1.125rem;
      color: #7dab35 !important;
      border-bottom: 1px solid #7dab35 !important;
      letter-spacing: 2px;
      padding-bottom: 8px;
      transition: all 0.3s linear;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section .facts-golf .read-more {
          font-size: 13px;
          font-size: 0.8125rem; } }
      #annual-report .ar-section .facts-golf .read-more:hover {
        color: rgba(125, 171, 53, 0.7);
        border-bottom: 1px solid rgba(125, 171, 53, 0.7); }
    #annual-report .ar-section .animated-content {
      overflow: hidden; }
      #annual-report .ar-section .animated-content .item {
        transition: all 0.7s linear; }
        @media screen and (min-width: 769px) {
          #annual-report .ar-section .animated-content .item {
            z-index: 0;
            opacity: 0;
            top: 0;
            position: absolute; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          #annual-report .ar-section .animated-content .item {
            float: left;
            width: 100%;
            margin-bottom: 1.875rem; } }
        #annual-report .ar-section .animated-content .item.active {
          opacity: 1;
          z-index: 3; }
      #annual-report .ar-section .animated-content .large-number {
        color: #00ac9a;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 600;
        line-height: 1.2;
        font-size: 25px;
        font-size: 1.5625rem; }
        @media screen and (min-width: 769px) {
          #annual-report .ar-section .animated-content .large-number {
            font-size: 30px;
            font-size: 1.875rem; } }
    @media screen and (min-width: 601px) {
      #annual-report .ar-section.ar-section-1 .narrow-wrap {
        width: 740px;
        top: 35%;
        transform: translateY(0); } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-1 .inner-wrap {
        transform: translateY(-50%);
        top: calc(15% + 70px); } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-2 .inner-wrap {
        transform: translateY(-50%);
        top: calc(40% + 70px); } }
    #annual-report .ar-section.ar-section-2 .inner-wrap .img {
      width: 100%;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-2 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-4 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-4 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-4 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-5 .inner-wrap {
        transform: translateY(-50%);
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-5 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      float: right; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-5 .inner-wrap .img {
          width: 100%; } }
    #annual-report .ar-section.ar-section-6 .inner-wrap {
      transform: translateY(-50%);
      top: calc(15% + 70px); }
      @media screen and (min-width: 769px) {
        #annual-report .ar-section.ar-section-6 .inner-wrap {
          transform: translateY(-50%);
          top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-6 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-6 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-7 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-7 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      float: right; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-7 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-8 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-8 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-8 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-9 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-9 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      float: right; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-9 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-10 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-10 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-10 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-11 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-11 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      float: right; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-11 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-12 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-12 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-12 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-13 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-13 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      float: right; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-13 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report .ar-section.ar-section-14 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report .ar-section.ar-section-14 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-14 .inner-wrap .img {
          width: 100%; } }
    #annual-report .ar-section.ar-section-15 {
      position: relative;
      background-image: url(../img/tmp/ar-bg.jpg);
      background-color: #16ad8e;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 100%;
      height: 100vh;
      color: #fff; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report .ar-section.ar-section-15 {
          height: 100vh;
          padding-top: 3.75rem;
          padding-bottom: 9.375rem; } }
      #annual-report .ar-section.ar-section-15 .but_layout {
        padding-right: 5px; }
        @media screen and (max-width: 768px) {
          #annual-report .ar-section.ar-section-15 .but_layout {
            padding-top: 5px; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-15 .col-half {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #annual-report .ar-section.ar-section-15 {
          padding-top: 2.5rem;
          padding-bottom: 2.5rem; } }
      #annual-report .ar-section.ar-section-15 h4, #annual-report .ar-section.ar-section-15 body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #annual-report .ar-section.ar-section-15 h2, #annual-report .ar-section.ar-section-15 body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only #annual-report .ar-section.ar-section-15 h1, #annual-report .ar-section.ar-section-15 .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #annual-report .ar-section.ar-section-15 h1, #annual-report .ar-section.ar-section-15 body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image #annual-report .ar-section.ar-section-15 h1, #annual-report .ar-section.ar-section-15 .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule #annual-report .ar-section.ar-section-15 h1 {
        margin-bottom: 3rem; }
      #annual-report .ar-section.ar-section-15 .button:hover, #annual-report .ar-section.ar-section-15 form input[type="submit"]:hover, form #annual-report .ar-section.ar-section-15 input[type="submit"]:hover, #annual-report .ar-section.ar-section-15 body.tribe-events-page-template .tribe-events-read-more:hover, body.tribe-events-page-template #annual-report .ar-section.ar-section-15 .tribe-events-read-more:hover {
        color: #00ac9a; }

#annual-report-v2019,
.annual-report-child {
  /* end .ar-section */ }
  @media screen and (min-width: 769px) {
    #annual-report-v2019,
    .annual-report-child {
      overflow: visible;
      height: 100%; } }
  #annual-report-v2019 h2, #annual-report-v2019 .title-only h1, .title-only #annual-report-v2019 h1, #annual-report-v2019 .single-post .large-featured-image h1, .single-post .large-featured-image #annual-report-v2019 h1,
  .annual-report-child h2,
  .annual-report-child .title-only h1, .title-only
  .annual-report-child h1,
  .annual-report-child .single-post .large-featured-image h1, .single-post .large-featured-image
  .annual-report-child h1 {
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px; }
  #annual-report-v2019 .vcenter,
  .annual-report-child .vcenter {
    margin: 0%; }
    #annual-report-v2019 .vcenter h2, #annual-report-v2019 .vcenter .title-only h1, .title-only #annual-report-v2019 .vcenter h1, #annual-report-v2019 .vcenter .single-post .large-featured-image h1, .single-post .large-featured-image #annual-report-v2019 .vcenter h1,
    .annual-report-child .vcenter h2,
    .annual-report-child .vcenter .title-only h1, .title-only
    .annual-report-child .vcenter h1,
    .annual-report-child .vcenter .single-post .large-featured-image h1, .single-post .large-featured-image
    .annual-report-child .vcenter h1 {
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 300;
      color: #7dab35 !important; }
  #annual-report-v2019 .col-2,
  .annual-report-child .col-2 {
    width: 100%;
    float: left;
    padding-right: 0; }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .col-2,
      .annual-report-child .col-2 {
        padding-right: 3.75rem;
        width: 50%; } }
    @media screen and (max-width: 768px) {
      #annual-report-v2019 .col-2,
      .annual-report-child .col-2 {
        margin-bottom: 1.5rem;
        padding-right: 20px !important;
        padding-left: 20px !important; } }
    #annual-report-v2019 .col-2:last-child,
    .annual-report-child .col-2:last-child {
      padding-right: 0; }
  #annual-report-v2019 .col-2-right,
  .annual-report-child .col-2-right {
    width: 100%;
    float: left;
    padding-left: 20px; }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .col-2-right,
      .annual-report-child .col-2-right {
        padding-left: 3.75rem;
        width: 50%; } }
    @media screen and (max-width: 768px) {
      #annual-report-v2019 .col-2-right,
      .annual-report-child .col-2-right {
        margin-bottom: 1.5rem;
        padding-right: 20px !important;
        font-size: 12px;
        font-size: 0.75rem; } }
    #annual-report-v2019 .col-2-right:last-child,
    .annual-report-child .col-2-right:last-child {
      padding-right: 0; }
  @media screen and (min-width: 601px) {
    #annual-report-v2019 .col-third,
    .annual-report-child .col-third {
      padding-right: 3.125rem; } }
  #annual-report-v2019 .col-4,
  .annual-report-child .col-4 {
    width: 100%;
    float: left;
    padding-right: 0; }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .col-4,
      .annual-report-child .col-4 {
        padding-right: 3.75rem;
        width: 25%; } }
    @media screen and (max-width: 768px) {
      #annual-report-v2019 .col-4,
      .annual-report-child .col-4 {
        margin-bottom: 1.5rem; } }
    #annual-report-v2019 .col-4:last-child,
    .annual-report-child .col-4:last-child {
      padding-right: 0; }
  #annual-report-v2019 .full-panel,
  .annual-report-child .full-panel {
    position: relative; }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .full-panel,
      .annual-report-child .full-panel {
        height: 100%; } }
    #annual-report-v2019 .full-panel .ar-section-header,
    .annual-report-child .full-panel .ar-section-header {
      color: #fff;
      background-color: #00ac9a;
      padding-top: 1.5625rem;
      padding-bottom: 0.9375rem;
      margin-bottom: 1.875rem; }
      @media screen and (min-width: 769px) {
        #annual-report-v2019 .full-panel .ar-section-header,
        .annual-report-child .full-panel .ar-section-header {
          display: none; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report-v2019 .full-panel .ar-section-header,
        .annual-report-child .full-panel .ar-section-header {
          margin-bottom: 3.75rem; } }
    #annual-report-v2019 .full-panel [data-headerColor="surgery-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="surgery-bg"] .ar-section-header {
      background-color: #00AAE3; }
    #annual-report-v2019 .full-panel [data-headerColor="cancer-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="cancer-bg"] .ar-section-header {
      background-color: #8E3A80; }
    #annual-report-v2019 .full-panel [data-headerColor="heart-lung-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="heart-lung-bg"] .ar-section-header {
      background-color: #ED6062; }
    #annual-report-v2019 .full-panel [data-headerColor="innovation-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="innovation-bg"] .ar-section-header {
      background-color: #ED8B00; }
    #annual-report-v2019 .full-panel [data-headerColor="community-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="community-bg"] .ar-section-header {
      background-color: #FFB81C; }
    #annual-report-v2019 .full-panel [data-headerColor="brain-health-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="brain-health-bg"] .ar-section-header {
      background-color: #6DCDB8; }
    #annual-report-v2019 .full-panel [data-headerColor="legacy-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="legacy-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report-v2019 .full-panel [data-headerColor="urgent-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="urgent-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report-v2019 .full-panel [data-headerColor="golf-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="golf-bg"] .ar-section-header {
      background-color: #7dab35; }
    #annual-report-v2019 .full-panel [data-headerColor="thousand-stars-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="thousand-stars-bg"] .ar-section-header {
      background-color: #A5227E; }
    #annual-report-v2019 .full-panel [data-headerColor="tts-bg"] .ar-section-header,
    .annual-report-child .full-panel [data-headerColor="tts-bg"] .ar-section-header {
      background-color: #015C44; }
  #annual-report-v2019 .panel.ar-intro-cover,
  .annual-report-child .panel.ar-intro-cover {
    position: relative;
    background-image: url(../img/tmp/ar-bg.jpg);
    background-color: #16ad8e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report-v2019 .panel.ar-intro-cover,
      .annual-report-child .panel.ar-intro-cover {
        height: auto;
        padding-top: 9.375rem;
        padding-bottom: 9.375rem; } }
    @media screen and (max-width: 768px) {
      #annual-report-v2019 .panel.ar-intro-cover .col-half,
      .annual-report-child .panel.ar-intro-cover .col-half {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #annual-report-v2019 .panel.ar-intro-cover .col-half-landing,
      .annual-report-child .panel.ar-intro-cover .col-half-landing {
        width: 100%; } }
    #annual-report-v2019 .panel.ar-intro-cover .container, #annual-report-v2019 .panel.ar-intro-cover .container2, #annual-report-v2019 .panel.ar-intro-cover .inner-wrap,
    .annual-report-child .panel.ar-intro-cover .container,
    .annual-report-child .panel.ar-intro-cover .container2,
    .annual-report-child .panel.ar-intro-cover .inner-wrap {
      height: calc(100vh - 100px); }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #annual-report-v2019 .panel.ar-intro-cover .container, #annual-report-v2019 .panel.ar-intro-cover .container2, #annual-report-v2019 .panel.ar-intro-cover .inner-wrap,
        .annual-report-child .panel.ar-intro-cover .container,
        .annual-report-child .panel.ar-intro-cover .container2,
        .annual-report-child .panel.ar-intro-cover .inner-wrap {
          height: auto; } }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .panel.ar-intro-cover .intro-copy,
      .annual-report-child .panel.ar-intro-cover .intro-copy {
        position: relative;
        top: 40%;
        transform: none;
        left: 0px;
        transition: none; } }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .panel.ar-intro-cover .intro-copy .second,
      .annual-report-child .panel.ar-intro-cover .intro-copy .second {
        opacity: 1;
        transition: none; } }
    #annual-report-v2019 .panel.ar-intro-cover .intro-copy .second::after,
    .annual-report-child .panel.ar-intro-cover .intro-copy .second::after {
      clear: both; }
    #annual-report-v2019 .panel.ar-intro-cover span,
    .annual-report-child .panel.ar-intro-cover span {
      transition: opacity 300ms linear; }
    #annual-report-v2019 .panel.ar-intro-cover.start .intro-copy,
    .annual-report-child .panel.ar-intro-cover.start .intro-copy {
      left: 0; }
    #annual-report-v2019 .panel.ar-intro-cover ul,
    .annual-report-child .panel.ar-intro-cover ul {
      padding-left: 0;
      list-style: none; }
    #annual-report-v2019 .panel.ar-intro-cover li,
    .annual-report-child .panel.ar-intro-cover li {
      float: left;
      padding-left: 0;
      padding-right: 5%; }
    #annual-report-v2019 .panel.ar-intro-cover li > a,
    .annual-report-child .panel.ar-intro-cover li > a {
      color: #FFF;
      text-decoration: none; }
    #annual-report-v2019 .panel.ar-intro-cover li > a:hover,
    #annual-report-v2019 .panel.ar-intro-cover li > a:focus,
    .annual-report-child .panel.ar-intro-cover li > a:hover,
    .annual-report-child .panel.ar-intro-cover li > a:focus {
      border-bottom: 1px solid; }
    #annual-report-v2019 .panel.ar-intro-cover li > a:active,
    .annual-report-child .panel.ar-intro-cover li > a:active {
      color: #575B5E;
      border-bottom: #575B5E; }
  #annual-report-v2019 .larger-text,
  .annual-report-child .larger-text {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 0.3125rem; }
    @media screen and (min-width: 601px) {
      #annual-report-v2019 .larger-text,
      .annual-report-child .larger-text {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .larger-text,
      .annual-report-child .larger-text {
        font-size: 45px;
        font-size: 2.8125rem;
        margin-bottom: 1.25rem; } }
  #annual-report-v2019 .ar-section,
  .annual-report-child .ar-section {
    background-image: url(../img/ar-bg-v.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: inherit; }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .ar-section,
      .annual-report-child .ar-section {
        padding-top: 6.25rem;
        height: auto;
        /* 70vh;*/ } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      #annual-report-v2019 .ar-section,
      .annual-report-child .ar-section {
        padding-bottom: 3.75rem; } }
    #annual-report-v2019 .ar-section p,
    .annual-report-child .ar-section p {
      font-weight: normal; }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .ar-section .adjust,
      .annual-report-child .ar-section .adjust {
        margin-top: -10%; } }
    #annual-report-v2019 .ar-section .container,
    .annual-report-child .ar-section .container {
      display: block;
      height: calc(100%); }
    #annual-report-v2019 .ar-section .container2,
    .annual-report-child .ar-section .container2 {
      max-width: 100%;
      display: block; }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .ar-section .narrow-wrap, #annual-report-v2019 .ar-section .inner-wrap.vcenter,
      .annual-report-child .ar-section .narrow-wrap,
      .annual-report-child .ar-section .inner-wrap.vcenter {
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
    #annual-report-v2019 .ar-section.v-bg,
    .annual-report-child .ar-section.v-bg {
      background-size: 25%;
      background-position: inherit; }
    #annual-report-v2019 .ar-section .animated-content,
    .annual-report-child .ar-section .animated-content {
      overflow: hidden; }
      #annual-report-v2019 .ar-section .animated-content .item,
      .annual-report-child .ar-section .animated-content .item {
        transition: all 0.7s linear; }
        @media screen and (min-width: 769px) {
          #annual-report-v2019 .ar-section .animated-content .item,
          .annual-report-child .ar-section .animated-content .item {
            z-index: 0;
            opacity: 0;
            top: 0;
            position: absolute; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          #annual-report-v2019 .ar-section .animated-content .item,
          .annual-report-child .ar-section .animated-content .item {
            float: left;
            width: 100%;
            margin-bottom: 1.875rem; } }
        #annual-report-v2019 .ar-section .animated-content .item.active,
        .annual-report-child .ar-section .animated-content .item.active {
          opacity: 1;
          z-index: 3; }
      #annual-report-v2019 .ar-section .animated-content .large-number,
      .annual-report-child .ar-section .animated-content .large-number {
        color: #00ac9a;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 600;
        line-height: 1.2;
        font-size: 25px;
        font-size: 1.5625rem; }
        @media screen and (min-width: 769px) {
          #annual-report-v2019 .ar-section .animated-content .large-number,
          .annual-report-child .ar-section .animated-content .large-number {
            font-size: 30px;
            font-size: 1.875rem; } }
    #annual-report-v2019 .ar-section.ar-section-1,
    .annual-report-child .ar-section.ar-section-1 {
      height: inherit; }
      @media screen and (min-width: 601px) {
        #annual-report-v2019 .ar-section.ar-section-1 .narrow-wrap,
        .annual-report-child .ar-section.ar-section-1 .narrow-wrap {
          width: 740px;
          top: 35%;
          transform: translateY(0); } }
      @media screen and (min-width: 769px) {
        #annual-report-v2019 .ar-section.ar-section-1 .inner-wrap,
        .annual-report-child .ar-section.ar-section-1 .inner-wrap {
          transform: translateY(-50%);
          top: calc(15% + 70px); } }
    #annual-report-v2019 .ar-section.ar-section-2,
    .annual-report-child .ar-section.ar-section-2 {
      background-color: #FFFDF5;
      height: auto;
      padding-bottom: 6.25rem; }
      @media screen and (min-width: 769px) {
        #annual-report-v2019 .ar-section.ar-section-2 .inner-wrap,
        .annual-report-child .ar-section.ar-section-2 .inner-wrap {
          transform: none;
          top: unset; } }
    #annual-report-v2019 .ar-section.ar-section-3, #annual-report-v2019 .ar-section.ar-section-5,
    .annual-report-child .ar-section.ar-section-3,
    .annual-report-child .ar-section.ar-section-5 {
      height: 40vh; }
      @media screen and (max-width: 768px) {
        #annual-report-v2019 .ar-section.ar-section-3, #annual-report-v2019 .ar-section.ar-section-5,
        .annual-report-child .ar-section.ar-section-3,
        .annual-report-child .ar-section.ar-section-5 {
          height: unset; } }
      @media screen and (min-width: 769px) {
        #annual-report-v2019 .ar-section.ar-section-3 .inner-wrap, #annual-report-v2019 .ar-section.ar-section-5 .inner-wrap,
        .annual-report-child .ar-section.ar-section-3 .inner-wrap,
        .annual-report-child .ar-section.ar-section-5 .inner-wrap {
          transform: translateY(-50%);
          top: calc(15% + 70px); } }
      #annual-report-v2019 .ar-section.ar-section-3 .inner-wrap .img, #annual-report-v2019 .ar-section.ar-section-5 .inner-wrap .img,
      .annual-report-child .ar-section.ar-section-3 .inner-wrap .img,
      .annual-report-child .ar-section.ar-section-5 .inner-wrap .img {
        width: 100%;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (max-width: 768px) {
          #annual-report-v2019 .ar-section.ar-section-3 .inner-wrap .img, #annual-report-v2019 .ar-section.ar-section-5 .inner-wrap .img,
          .annual-report-child .ar-section.ar-section-3 .inner-wrap .img,
          .annual-report-child .ar-section.ar-section-5 .inner-wrap .img {
            width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .ar-section.ar-section-grid .inner-wrap,
      .annual-report-child .ar-section.ar-section-grid .inner-wrap {
        top: unset; } }
    #annual-report-v2019 .ar-section.ar-section-grid .inner-wrap .img,
    .annual-report-child .ar-section.ar-section-grid .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report-v2019 .ar-section.ar-section-grid .inner-wrap .img,
        .annual-report-child .ar-section.ar-section-grid .inner-wrap .img {
          width: 100%; } }
    #annual-report-v2019 .ar-section.ar-section-grid .flex-parent,
    .annual-report-child .ar-section.ar-section-grid .flex-parent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center;
      list-style: none; }
    #annual-report-v2019 .ar-section.ar-section-grid .flex-child,
    .annual-report-child .ar-section.ar-section-grid .flex-child {
      width: 350px;
      height: 250px;
      margin: 22px 11px 0;
      padding-left: initial; }
      #annual-report-v2019 .ar-section.ar-section-grid .flex-child a:link,
      .annual-report-child .ar-section.ar-section-grid .flex-child a:link {
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.1);
        background-position: center; }
      #annual-report-v2019 .ar-section.ar-section-grid .flex-child a:hover, #annual-report-v2019 .ar-section.ar-section-grid .flex-child a:focus,
      .annual-report-child .ar-section.ar-section-grid .flex-child a:hover,
      .annual-report-child .ar-section.ar-section-grid .flex-child a:focus {
        opacity: 0.8; }
      #annual-report-v2019 .ar-section.ar-section-grid .flex-child span,
      .annual-report-child .ar-section.ar-section-grid .flex-child span {
        padding: 6px;
        text-transform: uppercase;
        font-size: 0.8em; }
        #annual-report-v2019 .ar-section.ar-section-grid .flex-child span.longTitle,
        .annual-report-child .ar-section.ar-section-grid .flex-child span.longTitle {
          font-size: 0.7em;
          padding-top: 8px; }
        @media screen and (max-width: 600px) {
          #annual-report-v2019 .ar-section.ar-section-grid .flex-child span,
          .annual-report-child .ar-section.ar-section-grid .flex-child span {
            padding-top: 5px; }
            #annual-report-v2019 .ar-section.ar-section-grid .flex-child span.longTitle,
            .annual-report-child .ar-section.ar-section-grid .flex-child span.longTitle {
              font-size: 0.8em;
              padding-top: 5px; } }
      @media screen and (max-width: 1024px) {
        #annual-report-v2019 .ar-section.ar-section-grid .flex-child.hideThis,
        .annual-report-child .ar-section.ar-section-grid .flex-child.hideThis {
          display: none; } }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .ar-section.ar-section-7 .inner-wrap,
      .annual-report-child .ar-section.ar-section-7 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report-v2019 .ar-section.ar-section-7 .inner-wrap .img,
    .annual-report-child .ar-section.ar-section-7 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      float: right; }
      @media screen and (max-width: 768px) {
        #annual-report-v2019 .ar-section.ar-section-7 .inner-wrap .img,
        .annual-report-child .ar-section.ar-section-7 .inner-wrap .img {
          width: 100%; } }
    @media screen and (min-width: 769px) {
      #annual-report-v2019 .ar-section.ar-section-8 .inner-wrap,
      .annual-report-child .ar-section.ar-section-8 .inner-wrap {
        top: calc(15% + 70px); } }
    #annual-report-v2019 .ar-section.ar-section-8 .inner-wrap .img,
    .annual-report-child .ar-section.ar-section-8 .inner-wrap .img {
      max-width: 100%;
      max-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 768px) {
        #annual-report-v2019 .ar-section.ar-section-8 .inner-wrap .img,
        .annual-report-child .ar-section.ar-section-8 .inner-wrap .img {
          width: 100%; } }
    #annual-report-v2019 .ar-section .grid-copy[data-colour-type="surgery"],
    .annual-report-child .ar-section .grid-copy[data-colour-type="surgery"] {
      background-color: #00AAE3;
      color: #FFF; }
    #annual-report-v2019 .ar-section .grid-copy[data-colour-type="brainhealth"],
    .annual-report-child .ar-section .grid-copy[data-colour-type="brainhealth"] {
      background-color: #6DCDB8;
      color: #FFF; }
    #annual-report-v2019 .ar-section .grid-copy[data-colour-type="cancer"],
    .annual-report-child .ar-section .grid-copy[data-colour-type="cancer"] {
      background-color: #8E3A80;
      color: #FFF; }
    #annual-report-v2019 .ar-section .grid-copy[data-colour-type="heartlung"],
    .annual-report-child .ar-section .grid-copy[data-colour-type="heartlung"] {
      background-color: #ED6062;
      color: #FFF; }
    #annual-report-v2019 .ar-section .grid-copy[data-colour-type="community"],
    .annual-report-child .ar-section .grid-copy[data-colour-type="community"] {
      background-color: #FFB81C;
      color: #575B5E; }
    #annual-report-v2019 .ar-section .grid-copy[data-colour-type="innovation"],
    .annual-report-child .ar-section .grid-copy[data-colour-type="innovation"] {
      background-color: #ED8B00;
      color: #FFF; }
    #annual-report-v2019 .ar-section .grid-copy[data-colour-type="general"],
    .annual-report-child .ar-section .grid-copy[data-colour-type="general"] {
      background-color: rgba(125, 171, 53, 0.85);
      color: #FFF; }

@media screen and (min-width: 769px) {
  .annual-report-child {
    overflow: visible;
    height: unset; } }

.annual-report-child .panel.ar-intro-cover {
  height: auto; }
  .annual-report-child .panel.ar-intro-cover .inner-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }

.page-template-page-annual-report-v2019-child .title-only {
  padding-top: unset; }

.single-post {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .single-post .wp-caption {
      width: 100% !important; } }
  .single-post .large-featured-image {
    width: 100%;
    height: 34.375rem;
    position: relative;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 70px;
    margin-bottom: 0rem; }
    @media screen and (min-width: 769px) {
      .single-post .large-featured-image {
        background-position: 50% 100px;
        height: 47.5rem;
        padding-top: 100px;
        margin-bottom: 5rem; } }
    .single-post .large-featured-image.has-caption {
      margin-bottom: 1.875rem; }
      @media screen and (min-width: 769px) {
        .single-post .large-featured-image.has-caption {
          margin-bottom: 7.5rem; } }
    .single-post .large-featured-image .share-this {
      padding: 0.8125rem 1.5625rem; }
      @media screen and (min-width: 769px) {
        .single-post .large-featured-image .share-this {
          min-width: 13.75rem; } }
      .single-post .large-featured-image .share-this:hover {
        color: #575b5d; }
    .single-post .large-featured-image .share-options a {
      color: #fff;
      transition: all 0.3s linear; }
      .single-post .large-featured-image .share-options a:hover {
        color: #575b5d; }
    .single-post .large-featured-image:before {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      display: block;
      z-index: 0; }
    .single-post .large-featured-image .container {
      position: relative;
      height: 41.25rem;
      display: block; }
      @media screen and (max-width: 600px) {
        .single-post .large-featured-image .container {
          top: 12.5rem; } }
    .single-post .large-featured-image .container2 {
      max-width: 100%;
      position: relative;
      height: 41.25rem;
      display: block; }
      @media screen and (max-width: 600px) {
        .single-post .large-featured-image .container2 {
          top: 12.5rem; } }
    @media screen and (min-width: 601px) {
      .single-post .large-featured-image .inner-wrap {
        position: relative;
        transform: translateY(-50%);
        max-width: 34.375rem;
        top: 50%; } }
    .single-post .large-featured-image .inner-wrap img {
      max-width: 100%;
      height: auto; }
    .single-post .large-featured-image h1 {
      color: #fff;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 600; }
    .single-post .large-featured-image .date {
      color: #fff; }
    .single-post .large-featured-image .caption-text {
      position: absolute;
      right: 0;
      top: calc(100% + 0.75rem);
      max-width: 18.75rem;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (max-width: 768px) {
        .single-post .large-featured-image .caption-text {
          display: none; } }
  .single-post .inline-gallery-thumbs {
    margin-bottom: 3.75rem; }
  .single-post .title-only {
    padding-bottom: 1.875rem; }
    .single-post .title-only .date {
      color: #b6b6b6; }
  .single-post .main-content img {
    max-width: 100%;
    height: auto; }
  .single-post .main-content .inline {
    float: left;
    margin-right: 25px; }
  .single-post .main-content .social-share, .single-post .main-content .share-options {
    margin-bottom: 0; }
  .single-post p.intro {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.3;
    margin-bottom: 3rem; }
  .single-post p.intro-landing {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 3rem; }
  .single-post .wp-caption-text {
    padding-top: 0.625rem;
    font-size: 16px;
    font-size: 1rem; }
  .single-post blockquote {
    padding-right: 0;
    width: calc(100% - 15px);
    margin: auto; }
    @media screen and (min-width: 601px) {
      .single-post blockquote {
        width: calc(100% - 160px); } }
  @media screen and (min-width: 601px) {
    .single-post .social-share {
      margin: 3.75rem 0; } }
  .single-post .social-share a.button, .single-post .social-share body.tribe-events-page-template a.tribe-events-read-more, body.tribe-events-page-template .single-post .social-share a.tribe-events-read-more {
    min-width: 13.75rem; }
  .single-post .social-share .share-options {
    visibility: hidden;
    overflow: hidden; }
    .single-post .social-share .share-options li {
      opacity: 0; }
    .single-post .social-share .share-options.showing {
      visibility: visible;
      overflow: visible; }
      .single-post .social-share .share-options.showing li {
        opacity: 1;
        transition: all 0.2s linear; }
        .single-post .social-share .share-options.showing li:nth-child(2) {
          transition-delay: 0.3s; }
        .single-post .social-share .share-options.showing li:nth-child(3) {
          transition-delay: 0.6s; }

.share-options {
  margin: 1.875rem 0; }
  .share-options span {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-right: 15px;
    float: left;
    margin-top: 7px; }
  .share-options ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
    .share-options ul li {
      display: inline-block;
      font-size: 28px;
      font-size: 1.75rem;
      padding: 0;
      margin-right: 2.8125rem; }
      .share-options ul li:last-child {
        margin-right: 0; }
      .share-options ul li a {
        color: #575b5d; }

@media screen and (max-width: 768px) {
  .panel.related-posts-panel {
    padding-top: 0; } }

.panel.related-posts-panel h3, .panel.related-posts-panel body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.related-posts-panel .tribe-events-single-event-title {
  margin-bottom: 2.5rem; }

.panel.related-posts-panel .col-half {
  font-size: 1.125rem; }
  .panel.related-posts-panel .col-half a, .panel.related-posts-panel .col-half .read-more {
    color: #575b5e;
    border-color: #575b5e;
    transition: all 0.3s linear; }
  .panel.related-posts-panel .col-half:hover a, .panel.related-posts-panel .col-half:hover .read-more {
    color: #00ac9a;
    border-color: #00ac9a; }
  .panel.related-posts-panel .col-half img {
    float: left;
    margin-right: 1.25rem; }
    @media screen and (max-width: 768px) {
      .panel.related-posts-panel .col-half img {
        width: 5rem; } }
  .panel.related-posts-panel .col-half .content {
    overflow: hidden;
    margin-bottom: 2rem; }
  .panel.related-posts-panel .col-half .read-more {
    display: inline-block;
    padding-top: 0.625rem; }

.page-template-default .panel-1:not(.overview-panel) {
  padding-top: 1.875rem; }

@media screen and (min-width: 769px) {
  .page-template-default .title-only .inner-wrap, .page-template-default .panel-1 .inner-wrap, .page-template-default .panel-2 .inner-wrap,
  .page-template-default .panel-3 .inner-wrap, .page-template-default .panel-4 .inner-wrap, .page-template-default .panel-5 .inner-wrap, .page-template-default .panel-6 .inner-wrap,
  .page-template-default .panel-7 .inner-wrap, .page-template-default .panel-8 .inner-wrap, .page-template-default .panel-9 .inner-wrap, .page-template-default .panel-10 .inner-wrap,
  .page-template-default .panel-11 .inner-wrap, .page-template-default .panel-12 .inner-wrap, .page-template-default .panel-13 .inner-wrap, .page-template-default .panel-14 .inner-wrap,
  .page-template-default .footer-about-menu .inner-wrap {
    padding-left: 5.625rem;
    padding-right: 5.625rem; } }

.panel.two-column h3, .panel.two-column body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.two-column .tribe-events-single-event-title {
  margin-bottom: 3rem; }

@media screen and (min-width: 601px) {
  .panel.two-column .col-half {
    width: 50%;
    padding-right: 5%; } }

@media screen and (min-width: 601px) {
  .panel.two-column .col-quarter {
    width: 20%;
    padding-right: 5%; } }

@media screen and (min-width: 601px) {
  .panel.two-column .col-rest {
    width: 70%;
    padding-right: 5%; } }

.theme-template-2019 .panel.two-column {
  margin-top: 0; }
  .theme-template-2019 .panel.two-column p {
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 601px) {
      .theme-template-2019 .panel.two-column p {
        font-size: 20px;
        font-size: 1.25rem; } }
  .theme-template-2019 .panel.two-column [class^="col-"] :first-child {
    margin-top: 0; }

.panel.two-column-landing h3, .panel.two-column-landing body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.two-column-landing .tribe-events-single-event-title {
  margin-bottom: 1rem;
  font-size: 26px;
  font-size: 1.625rem; }

@media screen and (min-width: 601px) {
  .panel.two-column-landing .col-half-landing {
    width: 50%;
    padding-right: 5%; } }

.panel.two-column-image-list .col-half {
  margin-bottom: 5.625rem; }
  @media screen and (min-width: 601px) {
    .panel.two-column-image-list .col-half {
      width: 48%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .panel.two-column-image-list .col-half {
      width: 50%;
      margin-bottom: 3.75rem; } }
  .panel.two-column-image-list .col-half .arrow-link {
    margin-left: -1.5625rem;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    color: #7dab35; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .panel.two-column-image-list .col-half .arrow-link {
        font-size: 20px;
        font-size: 1.25rem; } }
  .panel.two-column-image-list .col-half p {
    margin-bottom: 0.25rem; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .panel.two-column-image-list .col-half p.small, .panel.two-column-image-list .col-half .single-post p.wp-caption-text, .single-post .panel.two-column-image-list .col-half p.wp-caption-text {
      font-size: 16px;
      font-size: 1rem;
      padding-right: 1.875rem; } }

.panel.two-column-image-list img {
  float: left;
  overflow: hidden;
  margin-right: 2.5rem; }

.panel.two-column-image-list .item-text {
  margin-top: 1.25rem; }

.subnavigation-visible .title-only {
  padding-top: 6.25rem; }
  @media screen and (min-width: 601px) {
    .subnavigation-visible .title-only {
      padding-top: 8.75rem; } }
  @media screen and (min-width: 769px) {
    .subnavigation-visible .title-only {
      padding-top: 15rem; } }

.panel.footer-about-menu h2, .panel.footer-about-menu .title-only h1, .title-only .panel.footer-about-menu h1, .panel.footer-about-menu .single-post .large-featured-image h1, .single-post .large-featured-image .panel.footer-about-menu h1 {
  margin-bottom: 2.5rem; }

.panel.accordion-panel {
  position: relative; }
  .panel.accordion-panel .accordion-item .accordion-title {
    padding: 1.875rem 1.25rem;
    margin-bottom: 0;
    color: #575b5e;
    position: relative;
    cursor: pointer;
    transition: background 0.2s linear;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300;
    border-bottom: 1px solid rgba(125, 171, 53, 0.5); }
    @media screen and (max-width: 768px) {
      .panel.accordion-panel .accordion-item .accordion-title {
        font-size: 21px;
        font-size: 1.3125rem;
        padding: 1.875rem 3.125rem 1.875rem 1.25rem; } }
    .panel.accordion-panel .accordion-item .accordion-title:hover {
      background: #f3f3f3; }
    @media screen and (min-width: 769px) {
      .panel.accordion-panel .accordion-item .accordion-title {
        padding: 1.875rem 2.5rem; } }
    .panel.accordion-panel .accordion-item .accordion-title:after {
      content: '';
      background: url(../img/plus-icon.svg) no-repeat;
      position: absolute;
      right: 20px;
      top: 30px;
      display: block;
      width: 26px;
      height: 26px;
      transition: transform 0.25s linear; }
      @media screen and (min-width: 769px) {
        .panel.accordion-panel .accordion-item .accordion-title:after {
          right: 2.5rem;
          top: 2.0625rem; } }
  .panel.accordion-panel .accordion-item.active .accordion-title:after {
    transform: rotate(45deg); }
  .panel.accordion-panel .accordion-item .accordion-content {
    transition: opacity 0.3s linear;
    overflow: hidden;
    height: 0;
    opacity: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 700px;
    margin: 0;
    text-align: left; }
    .panel.accordion-panel .accordion-item .accordion-content:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 768px) {
      .panel.accordion-panel .accordion-item .accordion-content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .panel.accordion-panel .accordion-item .accordion-content h2, .panel.accordion-panel .accordion-item .accordion-content .title-only h1, .title-only .panel.accordion-panel .accordion-item .accordion-content h1, .panel.accordion-panel .accordion-item .accordion-content .single-post .large-featured-image h1, .single-post .large-featured-image .panel.accordion-panel .accordion-item .accordion-content h1 {
      font-size: 1.625rem; }
    .panel.accordion-panel .accordion-item .accordion-content h3, .panel.accordion-panel .accordion-item .accordion-content body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.accordion-panel .accordion-item .accordion-content .tribe-events-single-event-title {
      font-size: 1.375rem; }
    .panel.accordion-panel .accordion-item .accordion-content ul h3, .panel.accordion-panel .accordion-item .accordion-content ul body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .panel.accordion-panel .accordion-item .accordion-content ul .tribe-events-single-event-title {
      margin-bottom: 10px; }
  .panel.accordion-panel .accordion-item.active .accordion-content {
    opacity: 1;
    overflow: visible;
    height: auto;
    margin: 20px 0px; }
    @media screen and (min-width: 769px) {
      .panel.accordion-panel .accordion-item.active .accordion-content {
        margin: 40px auto; } }

.panel.tiered-tabs {
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  position: relative; }
  .panel.tiered-tabs:after {
    content: "";
    display: table;
    clear: both; }
  .panel.tiered-tabs [data-tab-content] {
    display: none; }
    .panel.tiered-tabs [data-tab-content].active {
      display: block; }
  @media screen and (max-width: 768px) {
    .panel.tiered-tabs .tab-group {
      padding-top: 2.5rem; } }
  .panel.tiered-tabs .main-tabs {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 768px) {
      .panel.tiered-tabs .main-tabs {
        margin-top: 0rem;
        padding: 0;
        margin-bottom: 2rem; } }
    .panel.tiered-tabs .main-tabs li {
      padding: 0;
      margin: 0;
      display: block;
      float: left;
      color: #b6b6b6;
      transition: all 0.3s linear;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .panel.tiered-tabs .main-tabs li {
          width: 16.666%;
          vertical-align: top;
          padding-bottom: 1.25rem;
          padding-right: 3.75rem; } }
      @media screen and (max-width: 768px) {
        .panel.tiered-tabs .main-tabs li {
          display: none; }
          .panel.tiered-tabs .main-tabs li.active {
            display: block; } }
      .panel.tiered-tabs .main-tabs li[data-tab] {
        cursor: pointer; }
      .panel.tiered-tabs .main-tabs li.active, .panel.tiered-tabs .main-tabs li:hover {
        color: #7dab35; }
        .panel.tiered-tabs .main-tabs li.active h5:after, .panel.tiered-tabs .main-tabs li.active body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title:after, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.tiered-tabs .main-tabs li.active .tribe-events-single-section-title:after, .panel.tiered-tabs .main-tabs li:hover h5:after, .panel.tiered-tabs .main-tabs li:hover body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title:after, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.tiered-tabs .main-tabs li:hover .tribe-events-single-section-title:after {
          background: #7dab35;
          width: 100%; }
      .panel.tiered-tabs .main-tabs li h4, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .main-tabs li h2, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .main-tabs li h1, .panel.tiered-tabs .main-tabs li .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .main-tabs li h1, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .main-tabs li h1, .panel.tiered-tabs .main-tabs li .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .main-tabs li h1 {
        font-size: 24px;
        font-size: 1.5rem;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 600; }
        @media screen and (min-width: 769px) {
          .panel.tiered-tabs .main-tabs li h4, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .main-tabs li h2, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .main-tabs li h1, .panel.tiered-tabs .main-tabs li .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .main-tabs li h1, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .main-tabs li h1, .panel.tiered-tabs .main-tabs li .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .main-tabs li h1 {
            min-height: 3.4375rem; } }
      .panel.tiered-tabs .main-tabs li h5, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.tiered-tabs .main-tabs li .tribe-events-single-section-title {
        font-size: 16px;
        font-size: 1rem;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 400;
        position: relative; }
        .panel.tiered-tabs .main-tabs li h5:after, .panel.tiered-tabs .main-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .tribe-events-single-section-title:after, body.tribe-events-page-template.single-tribe_events .tribe-events-event-meta .panel.tiered-tabs .main-tabs li .tribe-events-single-section-title:after {
          content: '';
          width: 0%;
          height: 3px;
          background: transparent;
          display: block;
          margin-top: 1rem;
          transition: all 0.2s linear; }
  .panel.tiered-tabs .narrow-wrap {
    position: relative; }
  .panel.tiered-tabs .secondary-tabs {
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 768px) {
      .panel.tiered-tabs .secondary-tabs {
        display: -ms-flexbox;
        display: flex; } }
    .panel.tiered-tabs .secondary-tabs li {
      display: inline-block;
      margin-right: 0.625rem;
      padding-left: 0; }
      @media screen and (min-width: 601px) {
        .panel.tiered-tabs .secondary-tabs li {
          margin-right: 2.5rem; } }
      @media screen and (max-width: 768px) {
        .panel.tiered-tabs .secondary-tabs li {
          -ms-flex-pack: distribute;
              justify-content: space-around;
          display: -ms-flexbox;
          display: flex;
          width: 100%; } }
      .panel.tiered-tabs .secondary-tabs li[data-tab] {
        cursor: pointer; }
      .panel.tiered-tabs .secondary-tabs li.active h4, .panel.tiered-tabs .secondary-tabs li.active body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li.active h2, .panel.tiered-tabs .secondary-tabs li.active body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .secondary-tabs li.active h1, .panel.tiered-tabs .secondary-tabs li.active .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li.active h1, .panel.tiered-tabs .secondary-tabs li.active body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .secondary-tabs li.active h1, .panel.tiered-tabs .secondary-tabs li.active .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li.active h1, .panel.tiered-tabs .secondary-tabs li:hover h4, .panel.tiered-tabs .secondary-tabs li:hover body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li:hover h2, .panel.tiered-tabs .secondary-tabs li:hover body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .secondary-tabs li:hover h1, .panel.tiered-tabs .secondary-tabs li:hover .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li:hover h1, .panel.tiered-tabs .secondary-tabs li:hover body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .secondary-tabs li:hover h1, .panel.tiered-tabs .secondary-tabs li:hover .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li:hover h1 {
        color: #7dab35; }
        .panel.tiered-tabs .secondary-tabs li.active h4:after, .panel.tiered-tabs .secondary-tabs li.active body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li.active h2:after, .panel.tiered-tabs .secondary-tabs li.active body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .secondary-tabs li.active h1:after, .panel.tiered-tabs .secondary-tabs li.active .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1:after, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li.active h1:after, .panel.tiered-tabs .secondary-tabs li.active body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .secondary-tabs li.active h1:after, .panel.tiered-tabs .secondary-tabs li.active .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1:after, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li.active h1:after, .panel.tiered-tabs .secondary-tabs li:hover h4:after, .panel.tiered-tabs .secondary-tabs li:hover body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li:hover h2:after, .panel.tiered-tabs .secondary-tabs li:hover body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .secondary-tabs li:hover h1:after, .panel.tiered-tabs .secondary-tabs li:hover .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1:after, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li:hover h1:after, .panel.tiered-tabs .secondary-tabs li:hover body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1:after, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .secondary-tabs li:hover h1:after, .panel.tiered-tabs .secondary-tabs li:hover .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1:after, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li:hover h1:after {
          background: #7dab35;
          width: 100%; }
      .panel.tiered-tabs .secondary-tabs li h4, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h2, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h1 {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
        font-weight: 400;
        color: #b6b6b6; }
        @media screen and (min-width: 601px) {
          .panel.tiered-tabs .secondary-tabs li h4, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h2, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h1 {
            font-size: 24px;
            font-size: 1.5rem; } }
        @media screen and (max-width: 768px) {
          .panel.tiered-tabs .secondary-tabs li h4, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h2, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.tiered-tabs .secondary-tabs li h1, .panel.tiered-tabs .secondary-tabs li .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.tiered-tabs .secondary-tabs li h1 {
            margin-bottom: 0; } }
      .panel.tiered-tabs .secondary-tabs li:last-child {
        margin-right: 0; }
  .panel.tiered-tabs .tab-content p {
    margin-bottom: 1rem; }

.icon.download-icon {
  width: 15px;
  height: 16px; }

.panel.download-sets .download-set {
  margin-bottom: 3rem;
  float: left;
  width: 100%; }
  .panel.download-sets .download-set:last-child {
    margin-bottom: 0; }

.panel.download-sets .files ul {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0; }
  .panel.download-sets .files ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    max-width: 37.5rem; }
    @media screen and (max-width: 768px) {
      .panel.download-sets .files ul li {
        position: relative;
        padding-right: 1.25rem; } }
    .panel.download-sets .files ul li a {
      color: #575b5e;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400;
      transition: color 0.3s linear; }
      .panel.download-sets .files ul li a:hover {
        color: #7dab35; }
      .panel.download-sets .files ul li a .extension {
        font-size: 16px;
        font-size: 1rem;
        float: left;
        padding-right: 0.5rem;
        position: relative;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
        width: 100%; }
        @media screen and (min-width: 601px) {
          .panel.download-sets .files ul li a .extension {
            float: right;
            width: auto;
            margin-bottom: 0; } }
        @media screen and (max-width: 768px) {
          .panel.download-sets .files ul li a .extension {
            position: absolute;
            top: -3px;
            right: 0;
            width: auto; } }
        .panel.download-sets .files ul li a .extension .download-icon {
          position: absolute;
          top: 0.25rem;
          margin-left: 5px;
          right: auto; }
          @media screen and (min-width: 601px) {
            .panel.download-sets .files ul li a .extension .download-icon {
              top: 0.25rem;
              right: -1rem;
              margin-left: 0px; } }

@media screen and (max-width: 1180px) {
  .menu-set {
    position: fixed;
    top: 0px;
    width: 31.25rem;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    padding: 50px 30px 50px 20px !important;
    overflow: scroll;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.27, 0.88, 0.66, 1.01);
    padding-left: 1.875rem !important; }
    .menu-set:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 70px;
      background: #f8f8f8;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1px;
      background-image: url(../img/logo.svg);
      background-repeat: no-repeat;
      background-position: 95px 7px;
      background-size: 95px 57px; }
    .menu-set #main-menu #primary-nav {
      margin-left: 0;
      margin-top: 5rem;
      position: relative; }
      .menu-set #main-menu #primary-nav li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 1rem; }
        .menu-set #main-menu #primary-nav li:before {
          display: none; } }

@media screen and (max-width: 600px) {
  .menu-set {
    width: 100%;
    padding: 50px 30px 100px 20px !important;
    padding-left: 6rem !important; } }

@media screen and (max-width: 1180px) {
  #top-header {
    transform: translateX(0%);
    transition: transform 0.3s cubic-bezier(0.27, 0.88, 0.66, 1.01); }
    .nav-open #top-header {
      transform: translateX(500px); } }

@media screen and (max-width: 600px) {
  #top-header {
    transform: translateX(0%);
    transition: transform 0.3s cubic-bezier(0.27, 0.88, 0.66, 1.01); }
    .nav-open #top-header {
      transform: translateX(calc(100% - 64px)); } }

@media screen and (max-width: 1180px) {
  .page-wrap {
    transform: translateX(0%);
    transition: transform 0.3s cubic-bezier(0.27, 0.88, 0.66, 1.01); }
    .nav-open .page-wrap {
      transform: translateX(500px); } }

@media screen and (max-width: 600px) {
  .page-wrap {
    transform: translateX(0%);
    transition: transform 0.3s cubic-bezier(0.27, 0.88, 0.66, 1.01); }
    .nav-open .page-wrap {
      transform: translateX(calc(100% - 64px)); } }

@media screen and (max-width: 1180px) {
  #language-switcher {
    position: absolute;
    top: 3.75rem;
    right: 1.875rem; }
    #language-switcher li {
      margin-right: 0;
      margin-left: 1.5625rem; }
      #language-switcher li a {
        color: #7dab35;
        font-size: 11px;
        font-size: 0.6875rem; } }

@media screen and (min-width: 601px) {
  .error404 .page-wrap {
    height: 50vh; } }

.error404 .page-wrap .not-found {
  text-align: center; }

.single-themes_post #menu-item-18 a {
  color: #7dab35; }

.single-signature_events #menu-item-17 a {
  color: #7dab35; }

@media screen and (max-width: 768px) {
  .panel.footer-themes-menu {
    padding-top: 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel.footer-themes-menu .thumb, .panel.footer-themes-menu .read-more {
    display: none; }
  .panel.footer-themes-menu span {
    font-size: 14px;
    font-size: 0.875rem; } }

.header-wrap {
  transition: transform 0.3s ease;
  transform: translate3d(0, 0, 1px);
  position: fixed;
  width: 100%;
  z-index: 100; }

.collapsed-nav .header-wrap {
  transform: translate3d(0, -70px, 1px); }
  @media screen and (min-width: 1181px) {
    .collapsed-nav .header-wrap {
      transform: translate3d(0, -100px, 1px); } }

.panel.search-results article.entry {
  margin-bottom: 3.75rem;
  border-bottom: 1px solid #ccc; }
  .panel.search-results article.entry h4, .panel.search-results article.entry body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h2, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.search-results article.entry h2, .panel.search-results article.entry body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .title-only .panel.search-results article.entry h1, .panel.search-results article.entry .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .title-only body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.search-results article.entry h1, .panel.search-results article.entry body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image h1, body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .single-post .large-featured-image .panel.search-results article.entry h1, .panel.search-results article.entry .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule h1, .single-post .large-featured-image body.tribe-events-page-template.single-tribe_events .tribe-events-schedule .panel.search-results article.entry h1 {
    margin-bottom: 0.5rem; }

.page-template-page-home .panel.overview-panel {
  padding: 0; }
  @media screen and (min-width: 601px) {
    .page-template-page-home .panel.overview-panel {
      padding: 2.5rem 0; } }
  @media screen and (min-width: 769px) {
    .page-template-page-home .panel.overview-panel {
      padding: 9.5rem 0; } }

@media screen and (min-width: 769px) {
  .mobile-only {
    display: none; } }

@media screen and (min-width: 769px) {
  .wp-caption.alignleft {
    float: left;
    margin-right: 1.875rem; } }

@media screen and (min-width: 769px) {
  .wp-caption.alignleft img {
    margin-right: 1.875rem; } }

@media screen and (min-width: 769px) {
  .wp-caption.alignleft .wp-caption-text {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem; } }

body.overlay-open {
  overflow: hidden; }

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding-top: 20px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 333; }
  @media screen and (min-width: 601px) {
    #overlay {
      top: 100px;
      height: calc(100% - 100px); } }
  @media screen and (max-width: 768px) {
    #overlay {
      z-index: 1333; } }
  #overlay:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #overlay {
      padding-left: 20px;
      padding-right: 20px; }
      #overlay img {
        max-width: 100%;
        height: auto; }
      #overlay .panel {
        padding-left: 0px;
        padding-right: 0px; } }
  .overlay-open #overlay {
    display: block; }
  #overlay .close {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    display: inline-block;
    z-index: 33; }
    @media screen and (min-width: 601px) {
      #overlay .close {
        top: 120px;
        right: 20px; } }
    #overlay .close:before, #overlay .close:after {
      width: 1px;
      height: 50px;
      background: #7dab35;
      content: '';
      display: block;
      position: absolute;
      left: 25px; }
    #overlay .close:before {
      transform: rotate(-45deg); }
    #overlay .close:after {
      transform: rotate(45deg); }
  #overlay .overlay-content .teal {
    color: #00ac9a; }
  #overlay .overlay-content .surgery {
    color: #00AAE3; }
  #overlay .overlay-content .cancer {
    color: #8E3A80; }
  #overlay .overlay-content .lung {
    color: #ED6062; }
  #overlay .overlay-content .corporate {
    color: #ED8B00; }
  #overlay .overlay-content .community {
    color: #FFB81C; }
  #overlay .overlay-content .brain {
    color: #6DCDB8; }
  #overlay .overlay-content .legacy {
    color: #7dab35; }
  #overlay .overlay-content .urgent {
    color: #7dab35; }
  #overlay .overlay-content .golf {
    color: #7dab35; }
  #overlay .overlay-content .tts {
    color: #015C44; }
  #overlay .overlay-content .thousand-stars {
    color: #A5227E; }
  #overlay .full-container {
    position: relative; }
    #overlay .full-container .gallery-item {
      width: 100%;
      height: calc(100vh - 100px);
      transition: transform 0.2s cubic-bezier(0.28, 0, 0.18, 1); }
      #overlay .full-container .gallery-item .thumb {
        background-size: contain;
        opacity: 1; }
        #overlay .full-container .gallery-item .thumb:hover {
          transform: scale(1) !important; }
  #overlay .pager {
    width: 100%;
    position: absolute;
    top: calc(50% + 160px);
    transform: translateY(-50%); }
    #overlay .pager .left, #overlay .pager .right {
      width: 3.75rem;
      height: 3.75rem;
      background: rgba(0, 0, 0, 0.4);
      display: block;
      z-index: 10;
      position: absolute; }
    #overlay .pager .dload {
      width: 3.75rem;
      height: 3.75rem;
      background: rgba(0, 0, 0, 0.4);
      display: block;
      z-index: 10;
      position: absolute; }
      @media screen and (max-width: 768px) {
        #overlay .pager .dload {
          width: 3.125rem;
          height: 3.125rem; } }
    #overlay .pager .dload {
      right: 50px;
      margin-top: -20px;
      background-image: url(../img/download-button.png);
      background-position: 10% 10%;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        #overlay .pager .dload {
          margin-top: -120px;
          right: 2.6rem; } }
    #overlay .pager .left {
      left: 0;
      right: 0;
      background-image: url(../img/pager-right.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      transform: rotate(180deg); }
    #overlay .pager .right {
      right: 0;
      background-image: url(../img/pager-right.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        #overlay .pager .right {
          right: 2.6rem; } }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.2%;
  /* 16:9 */
  height: 0; }

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

.sign-up-feature {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  transform: rotate(-1deg); }

.newsletter {
  margin-top: 0px !important; }
  .newsletter input[type="text"] {
    border: 2px solid #f3f3f3;
    width: 100%; }
  .newsletter button[type="submit"] {
    width: 100%; }
  .newsletter .success {
    font-size: 2em;
    color: #7dab35; }

@keyframes layerBg {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  100% {
    background: rgba(0, 0, 0, 0.5); } }

@keyframes layerInAndOut {
  0% {
    opacity: 0;
    transform: translateY(10%); }
  25%, 75% {
    opacity: 1;
    transform: none; }
  100% {
    opacity: 0; } }

@keyframes layerIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes layerOut {
  0% {
    opacity: 1;
    background: black; }
  100% {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5); } }

@keyframes sideArrow {
  0% {
    opacity: 0;
    transform: translateX(-25%); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes scrollBar {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }

.themes_post-template-single-editorial_themes_post, .post-template-single-editorial_themes_story {
  background: url("../img/ar-bg-v-grey.svg") fixed no-repeat left top;
  background-size: 50% auto; }
  @media screen and (max-width: 768px) {
    .themes_post-template-single-editorial_themes_post, .post-template-single-editorial_themes_story {
      background-position: left center; } }

.themes_post-template-single-editorial_themes_post .panel {
  background: transparent; }

.post-template-single-editorial_themes_story {
  height: 100%; }

.theme-head, .theme-story-head {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .theme-head video, .theme-story-head video {
      display: none; } }
  .theme-head .title, .theme-head .tagline, .theme-story-head .title, .theme-story-head .tagline {
    color: #fff; }
  .theme-head .title, .theme-story-head .title {
    margin-bottom: 0;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 600;
    font-weight: bold;
    line-height: 1em; }
  .theme-head .tagline, .theme-story-head .tagline {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px; }

.theme-head {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .theme-head {
      padding: 50px 0; } }
  .theme-head.theme-color-surgery .title, .theme-head.theme-color-surgery .tagline, .theme-head.theme-color-surgery h1 {
    color: #00AAE3; }
  .theme-head.theme-color-cancer .title, .theme-head.theme-color-cancer .tagline, .theme-head.theme-color-cancer h1 {
    color: #8E3A80; }
  .theme-head.theme-color-heartlung .title, .theme-head.theme-color-heartlung .tagline, .theme-head.theme-color-heartlung h1 {
    color: #ED6062; }
  .theme-head.theme-color-innovation .title, .theme-head.theme-color-innovation .tagline, .theme-head.theme-color-innovation h1 {
    color: #ED8B00; }
  .theme-head.theme-color-brainhealth .title, .theme-head.theme-color-brainhealth .tagline, .theme-head.theme-color-brainhealth h1 {
    color: #6DCDB8; }
  .theme-head.theme-color-community .title, .theme-head.theme-color-community .tagline, .theme-head.theme-color-community h1 {
    color: #FFB81C; }
  .theme-head .title {
    font-size: 6rem;
    text-transform: lowercase; }
    @media screen and (max-width: 768px) {
      .theme-head .title {
        font-size: 70px; } }
  .theme-head h1 {
    margin-top: 15px;
    width: 80%;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 1.2em; }
    @media screen and (max-width: 768px) {
      .theme-head h1 {
        width: 100%;
        font-size: 30px; } }

.theme-content ul {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 550px; }
  .theme-content ul li {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 1em;
    position: relative; }
    .theme-content ul li:before {
      position: absolute;
      left: 0;
      top: 0.5em;
      content: " ";
      display: block;
      width: 0.3em;
      height: 0.3em;
      border-radius: 50%; }

.theme-content.theme-color-surgery ul li:before {
  background: #00AAE3; }

.theme-content.theme-color-cancer ul li:before {
  background: #8E3A80; }

.theme-content.theme-color-heartlung ul li:before {
  background: #ED6062; }

.theme-content.theme-color-innovation ul li:before {
  background: #ED8B00; }

.theme-content.theme-color-brainhealth ul li:before {
  background: #6DCDB8; }

.theme-content.theme-color-community ul li:before {
  background: #FFB81C; }

.theme-story-head {
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .theme-story-head {
      margin-bottom: 30px; } }
  .theme-story-head > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden; }
  .theme-story-head .title, .theme-story-head .tagline {
    text-align: center; }
  .theme-story-head .title {
    font-size: 200px; }
    @media screen and (max-width: 768px) {
      .theme-story-head .title {
        font-size: 70px; } }
  .theme-story-head .tagline {
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .theme-story-head h1 {
    text-align: center;
    color: #fff;
    font-size: 75px;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .theme-story-head h1 {
        margin-top: 20px;
        line-height: 48px;
        font-size: 60px; } }
  .theme-story-head .layer-bg {
    z-index: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
    .theme-story-head .layer-bg video {
      margin-top: 96px;
      width: auto;
      height: 100%; }
  .theme-story-head .layer-1 {
    z-index: 1;
    background: black;
    animation: layerOut 6s 3s linear forwards; }
    .theme-story-head .layer-1 .inner-wrap {
      opacity: 0;
      animation: layerInAndOut 4s 2s linear forwards; }
  .theme-story-head .layer-2 {
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: layerIn 2s 5s linear forwards; }
  .theme-story-head .layer-3 {
    z-index: 3;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    background: url("../img/ar-bg-v-white.svg") no-repeat;
    background-position: 0% 50%;
    background-size: 50% auto;
    opacity: 0;
    animation: sideArrow 2s 2s ease-out forwards; }
    .theme-story-head .layer-3 .text, .theme-story-head .layer-3 .bar-container {
      opacity: 0;
      animation: layerIn 2s 5s linear forwards; }
    .theme-story-head .layer-3 .text {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400;
      color: #bbbbbb; }
    .theme-story-head .layer-3 .bar-container {
      height: 50px;
      overflow: hidden; }
      .theme-story-head .layer-3 .bar-container .bar {
        display: block;
        width: 1px;
        height: 50px;
        background: rgba(187, 187, 187, 0.7);
        animation: scrollBar 1.5s cubic-bezier(0.75, 0.24, 0.23, 0.77) infinite; }
  .theme-story-head .layer-4 {
    z-index: 4;
    opacity: 0;
    animation: layerIn 1s 7s linear forwards; }
    .theme-story-head .layer-4 .iframe-wrapper {
      position: absolute;
      left: 0;
      top: 0; }
    .theme-story-head .layer-4 .theme-video-play-btn {
      color: #fff; }
      @media screen and (max-width: 768px) {
        .theme-story-head .layer-4 .theme-video-play-btn {
          margin-top: 200px; } }
      .theme-story-head .layer-4 .theme-video-play-btn.fade {
        opacity: 0; }
    .theme-story-head .layer-4 .iframe-wrapper {
      width: 100%;
      height: 100%;
      z-index: 1;
      display: none;
      transition: all 0.5s ease; }
  .theme-story-head + section {
    margin-top: 100px; }
  .theme-story-head.theme-color-surgery .tagline, .theme-story-head.theme-color-surgery .layer-3 .text, .theme-story-head.theme-color-surgery .layer-4 .theme-video-play-btn:hover {
    color: #00AAE3; }
  .theme-story-head.theme-color-surgery .layer-3 .bar-container .bar {
    background: rgba(0, 170, 227, 0.7); }
  .theme-story-head.theme-color-cancer .tagline, .theme-story-head.theme-color-cancer .layer-3 .text, .theme-story-head.theme-color-cancer .layer-4 .theme-video-play-btn:hover {
    color: #8E3A80; }
  .theme-story-head.theme-color-cancer .layer-3 .bar-container .bar {
    background: rgba(142, 58, 128, 0.7); }
  .theme-story-head.theme-color-heartlung .tagline, .theme-story-head.theme-color-heartlung .layer-3 .text, .theme-story-head.theme-color-heartlung .layer-4 .theme-video-play-btn:hover {
    color: #ED6062; }
  .theme-story-head.theme-color-heartlung .layer-3 .bar-container .bar {
    background: rgba(237, 96, 98, 0.7); }
  .theme-story-head.theme-color-innovation .tagline, .theme-story-head.theme-color-innovation .layer-3 .text, .theme-story-head.theme-color-innovation .layer-4 .theme-video-play-btn:hover {
    color: #ED8B00; }
  .theme-story-head.theme-color-innovation .layer-3 .bar-container .bar {
    background: rgba(237, 139, 0, 0.7); }
  .theme-story-head.theme-color-brainhealth .tagline, .theme-story-head.theme-color-brainhealth .layer-3 .text, .theme-story-head.theme-color-brainhealth .layer-4 .theme-video-play-btn:hover {
    color: #6DCDB8; }
  .theme-story-head.theme-color-brainhealth .layer-3 .bar-container .bar {
    background: rgba(109, 205, 184, 0.7); }
  .theme-story-head.theme-color-community .tagline, .theme-story-head.theme-color-community .layer-3 .text, .theme-story-head.theme-color-community .layer-4 .theme-video-play-btn:hover {
    color: #FFB81C; }
  .theme-story-head.theme-color-community .layer-3 .bar-container .bar {
    background: rgba(255, 184, 28, 0.7); }

#cta-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  transition: all 0.5s ease;
  overflow: auto; }
  @media screen and (min-width: 1024px) and (max-height: 768px) {
    #cta-message {
      display: block;
      padding: 0 20px; } }
  @media screen and (max-width: 600px) {
    #cta-message {
      padding: 0 30px;
      top: 70px;
      -ms-flex-align: start;
          align-items: flex-start; } }
  #cta-message:not(.show) {
    transform: translateY(100%);
    opacity: 0; }
  #cta-message .caption-text {
    float: left; }
    @media screen and (max-width: 600px) {
      #cta-message .caption-text {
        font-size: 12px;
        font-size: 0.75rem; } }
  #cta-message .cta-message-content {
    padding: 100px 50px;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    position: relative; }
    @media screen and (max-width: 1201px) {
      #cta-message .cta-message-content {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
        #cta-message .cta-message-content .text-block {
          -ms-flex-order: 2;
              order: 2; }
        #cta-message .cta-message-content .img-blcok {
          -ms-flex-order: 1;
              order: 1; } }
    @media screen and (max-width: 768px) {
      #cta-message .cta-message-content {
        padding: 65px 30px 30px; } }
    #cta-message .cta-message-content p {
      font-size: 28px;
      font-size: 1.75rem; }
      @media screen and (max-width: 768px) {
        #cta-message .cta-message-content p {
          font-size: 19px;
          font-size: 1.1875rem; } }
      @media screen and (max-width: 600px) {
        #cta-message .cta-message-content p {
          font-size: 16px;
          font-size: 1rem; } }
    #cta-message .cta-message-content .close {
      position: absolute;
      right: 30px;
      top: 30px;
      display: block;
      width: 40px;
      height: 40px; }
      @media screen and (max-width: 768px) {
        #cta-message .cta-message-content .close {
          right: 15px;
          top: 15px; } }
      #cta-message .cta-message-content .close span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #575b5e;
        transition: all 0.3s ease; }
        #cta-message .cta-message-content .close span:first-child {
          transform: rotate(45deg); }
        #cta-message .cta-message-content .close span:last-child {
          transform: rotate(-45deg); }
      #cta-message .cta-message-content .close:hover {
        cursor: pointer; }
        #cta-message .cta-message-content .close:hover span {
          background: #00AAE3; }
    #cta-message .cta-message-content .text-block, #cta-message .cta-message-content .img-block {
      margin: 0 50px;
      width: 50%; }
      @media screen and (max-width: 1201px) {
        #cta-message .cta-message-content .text-block, #cta-message .cta-message-content .img-block {
          width: 100%;
          margin: 0; } }
    #cta-message .cta-message-content .text-block {
      -ms-flex-positive: 1;
          flex-grow: 1;
      font-size: 20px; }
      @media screen and (max-width: 1201px) {
        #cta-message .cta-message-content .text-block {
          margin-top: 30px; } }
      @media screen and (max-width: 600px) {
        #cta-message .cta-message-content .text-block {
          margin-top: 15px; } }
      #cta-message .cta-message-content .text-block h2, #cta-message .cta-message-content .text-block .title-only h1, .title-only #cta-message .cta-message-content .text-block h1, #cta-message .cta-message-content .text-block .single-post .large-featured-image h1, .single-post .large-featured-image #cta-message .cta-message-content .text-block h1 {
        margin-bottom: 30px;
        line-height: 1em; }
        @media screen and (max-width: 1201px) {
          #cta-message .cta-message-content .text-block h2, #cta-message .cta-message-content .text-block .title-only h1, .title-only #cta-message .cta-message-content .text-block h1, #cta-message .cta-message-content .text-block .single-post .large-featured-image h1, .single-post .large-featured-image #cta-message .cta-message-content .text-block h1 {
            font-size: 40px; } }
        @media screen and (max-width: 768px) {
          #cta-message .cta-message-content .text-block h2, #cta-message .cta-message-content .text-block .title-only h1, .title-only #cta-message .cta-message-content .text-block h1, #cta-message .cta-message-content .text-block .single-post .large-featured-image h1, .single-post .large-featured-image #cta-message .cta-message-content .text-block h1 {
            font-size: 28px; } }
        @media screen and (max-width: 600px) {
          #cta-message .cta-message-content .text-block h2, #cta-message .cta-message-content .text-block .title-only h1, .title-only #cta-message .cta-message-content .text-block h1, #cta-message .cta-message-content .text-block .single-post .large-featured-image h1, .single-post .large-featured-image #cta-message .cta-message-content .text-block h1 {
            margin-bottom: 15px;
            font-size: 24px; } }
    #cta-message .cta-message-content .img-block {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 1201px) {
        #cta-message .cta-message-content .img-block {
          min-height: 250px; } }
      @media screen and (max-width: 768px) {
        #cta-message .cta-message-content .img-block {
          min-height: 200px; } }
      @media screen and (max-width: 600px) {
        #cta-message .cta-message-content .img-block {
          min-height: 200px; } }
    #cta-message .cta-message-content .fb-buttons {
      margin-top: 20px; }
    #cta-message .cta-message-content .share-btn {
      display: block;
      padding: 1em;
      background: #3d5b96;
      color: #fff;
      font-size: 21px;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400;
      text-align: center;
      transition: background 0.2s ease;
      border: 2px solid #3d5b96; }
      @media screen and (max-width: 768px) {
        #cta-message .cta-message-content .share-btn {
          margin-top: 5px;
          font-size: 20px;
          font-size: 1.25rem; } }
      @media screen and (max-width: 768px) {
        #cta-message .cta-message-content .share-btn {
          padding: 0.5em; } }
      @media screen and (min-width: 769px) {
        #cta-message .cta-message-content .share-btn {
          width: 50%;
          float: left; }
          #cta-message .cta-message-content .share-btn:last-child {
            width: 47.5%;
            margin-left: 2.5%; } }
      #cta-message .cta-message-content .share-btn.hidden {
        display: none; }
      #cta-message .cta-message-content .share-btn:hover {
        cursor: pointer;
        background: #2e4572; }
      #cta-message .cta-message-content .share-btn.email-signup {
        background-color: transparent;
        border: 2px solid #7dab35;
        color: #7dab35; }
        #cta-message .cta-message-content .share-btn.email-signup:hover {
          background: #7dab35;
          color: #fff; }
  #cta-message.animate {
    opacity: 0;
    transform: translateY(-30%);
    transition-delay: 0.3s; }
    #cta-message.animate .cta-message-content > * {
      transition: opacity 0.3s ease;
      opacity: 0; }
    #cta-message.animate .cta-message-content .close span:first-child, #cta-message.animate .cta-message-content .close span:last-child {
      transform: rotate(0deg);
      animation: layerOut 1s 0.3s linear forwards; }

.theme-video-play-btn {
  margin-top: 250px;
  padding-left: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 70px;
  height: 70px;
  font-size: 30px;
  box-shadow: inset 0 0 0 5px #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: color 0.3s linear; }
  @media screen and (max-width: 768px) {
    .theme-video-play-btn {
      margin-top: 150px; } }
  .theme-video-play-btn:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: -1;
    background: #fff;
    transition: right 0.5s ease; }

.theme-video-play-btn-hover, .theme-story-head .layer-4 .theme-video-play-btn:hover, .theme-video-box:hover .theme-video-play-btn {
  cursor: pointer;
  color: #575b5e;
  transition-delay: 0.3s; }
  .theme-video-play-btn-hover:before, .theme-story-head .layer-4 .theme-video-play-btn:hover:before, .theme-video-box:hover .theme-video-play-btn:before {
    right: 0; }

.theme-video-box {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  height: 650px;
  background: #000; }
  @media screen and (max-width: 768px) {
    .theme-video-box {
      height: 300px; } }
  .theme-video-box .cover, .theme-video-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .theme-video-box:before {
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.5); }
  .theme-video-box .cover {
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 75px;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    transition: opacity 0.5s ease; }
    @media screen and (max-width: 1201px) {
      .theme-video-box .cover {
        font-size: 50px; } }
    @media screen and (max-width: 768px) {
      .theme-video-box .cover {
        font-size: 36px; } }
    @media screen and (max-width: 600px) {
      .theme-video-box .cover {
        font-size: 32px; } }
    .theme-video-box .cover.fade {
      opacity: 0; }
  .theme-video-box:hover {
    cursor: pointer; }
    .theme-video-box:hover .theme-video-play-btn {
      color: #575b5e; }
  .theme-video-box iframe {
    z-index: 1; }
  .theme-video-box .theme-video-play-btn {
    margin-top: 20px; }

.theme-stories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .theme-stories .story {
    display: block;
    margin-right: 20px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 30%;
    padding: 170px 30px 30px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em; }
    .theme-stories .story:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .theme-stories .story {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }

.theme-learn-more {
  text-align: center;
  font-size: 20px; }
  .theme-learn-more a {
    display: inline-block;
    color: #00AAE3;
    text-decoration: underline; }

.theme-story-row {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (max-width: 768px) {
    .theme-story-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 30px 0; }
      .theme-story-row + .theme-story-row {
        margin-top: 0; } }
  .theme-story-row .img-block, .theme-story-row .text-block {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .theme-story-row .img-block, .theme-story-row .text-block {
        width: 100%; } }
  .theme-story-row.text-left .text-block {
    -ms-flex-order: 1;
        order: 1; }
  .theme-story-row.text-left .img-block {
    -ms-flex-order: 2;
        order: 2; }
  .theme-story-row.text-right .text-block {
    -ms-flex-order: 2;
        order: 2; }
  .theme-story-row.text-right .img-block {
    -ms-flex-order: 1;
        order: 1; }
  .theme-story-row.theme-full-width-img .img-block {
    width: 100%; }
  .theme-story-row.text-full .text-block {
    width: 100%; }
  .theme-story-row.text-full .img-block {
    width: 0%; }
  .theme-story-row.last {
    margin-bottom: 0; }
  .theme-story-row .text-block h3, .theme-story-row .text-block body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title, body.tribe-events-page-template.single-tribe_events .theme-story-row .text-block .tribe-events-single-event-title {
    margin-bottom: 0;
    font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
    font-weight: 400; }
  .theme-story-row .text-block h3 + p, .theme-story-row .text-block body.tribe-events-page-template.single-tribe_events .tribe-events-single-event-title + p, body.tribe-events-page-template.single-tribe_events .theme-story-row .text-block .tribe-events-single-event-title + p {
    margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .theme-story-row .text-block p:last-child {
      margin-bottom: 0; } }
  .theme-story-row .img-block img {
    max-width: 100%;
    width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .theme-story-row .img-block img {
        margin: 30px 0; } }
  .theme-story-row .img-block .iframe-wrapper {
    width: 100%;
    min-width: 500px;
    min-height: 400px; }

.theme-sharing-panel .container {
  max-width: 100%; }

.theme-sharing-panel > div > div {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 900px) {
    .theme-sharing-panel > div > div {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .theme-sharing-panel > div > div .text-block {
    width: 50%;
    margin-right: 30px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 50px;
    background: #ebebeb;
    color: #575b5e; }
    @media screen and (max-width: 900px) {
      .theme-sharing-panel > div > div .text-block {
        -ms-flex-order: 2;
            order: 2;
        width: 100%;
        margin-right: 0; } }
    .theme-sharing-panel > div > div .text-block h2, .theme-sharing-panel > div > div .text-block .title-only h1, .title-only .theme-sharing-panel > div > div .text-block h1, .theme-sharing-panel > div > div .text-block .single-post .large-featured-image h1, .single-post .large-featured-image .theme-sharing-panel > div > div .text-block h1 {
      margin-bottom: 30px;
      font-size: 36px;
      font-size: 2.25rem; }
      @media screen and (max-width: 768px) {
        .theme-sharing-panel > div > div .text-block h2, .theme-sharing-panel > div > div .text-block .title-only h1, .title-only .theme-sharing-panel > div > div .text-block h1, .theme-sharing-panel > div > div .text-block .single-post .large-featured-image h1, .single-post .large-featured-image .theme-sharing-panel > div > div .text-block h1 {
          margin-bottom: 20px;
          font-size: 24px;
          font-size: 1.5rem; } }
    .theme-sharing-panel > div > div .text-block p {
      font-size: 28px;
      font-size: 1.75rem; }
      @media screen and (max-width: 768px) {
        .theme-sharing-panel > div > div .text-block p {
          font-size: 20px;
          font-size: 1.25rem; } }
    .theme-sharing-panel > div > div .text-block .error {
      color: #c77e7e; }
    .theme-sharing-panel > div > div .text-block .fb-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: stretch;
          align-items: stretch; }
    .theme-sharing-panel > div > div .text-block .share-btn {
      margin-top: 20px;
      display: block;
      width: 48%;
      padding: 1em 0.7em;
      background: #3d5b96;
      color: #fff;
      font-size: 21px;
      font-family: 'Karbon',Century Gothic,CenturyGothic,AppleGothic,Geneva,Tahoma,Verdana,sans-serif;
      font-weight: 400;
      text-align: center;
      transition: background 0.2s ease;
      border: 2px solid #3d5b96; }
      @media screen and (max-width: 1201px) {
        .theme-sharing-panel > div > div .text-block .share-btn {
          padding: 1em; } }
      @media screen and (max-width: 900px) {
        .theme-sharing-panel > div > div .text-block .share-btn {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .theme-sharing-panel > div > div .text-block .share-btn {
          margin-top: 15px;
          font-size: 20px;
          font-size: 1.25rem; } }
      .theme-sharing-panel > div > div .text-block .share-btn.hidden {
        display: none; }
      .theme-sharing-panel > div > div .text-block .share-btn:hover {
        cursor: pointer;
        background: #2e4572; }
      .theme-sharing-panel > div > div .text-block .share-btn.email-signup {
        background-color: transparent;
        border: 2px solid #7dab35;
        color: #7dab35; }
        .theme-sharing-panel > div > div .text-block .share-btn.email-signup:hover {
          background: #7dab35;
          color: #fff; }
  .theme-sharing-panel > div > div .img-block {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 900px) {
      .theme-sharing-panel > div > div .img-block {
        -ms-flex-order: 1;
            order: 1;
        width: 100%;
        min-height: 300px;
        background-position: center bottom; } }
    @media screen and (max-width: 768px) {
      .theme-sharing-panel > div > div .img-block {
        min-height: 200px; } }
    .theme-sharing-panel > div > div .img-block img {
      width: 100%;
      height: auto; }

*[data-transition="fadeUp"] {
  transition: transform 0.25s cubic-bezier(0.27, 0.88, 0.66, 1.01), opacity 0.3s linear;
  opacity: 0;
  transform: translateY(25%); }
  @media screen and (max-width: 768px) {
    *[data-transition="fadeUp"] {
      transform: translateY(0);
      opacity: 1; } }
  *[data-transition="fadeUp"].animated {
    transform: translateY(0);
    opacity: 1; }

.luminateApi.facebook-luminate, .luminateApi.facebook-luminate2 {
  margin-top: 40px;
  float: left;
  width: 100%; }
  .luminateApi.facebook-luminate input[type="email"], .luminateApi.facebook-luminate input[type="text"], .luminateApi.facebook-luminate2 input[type="email"], .luminateApi.facebook-luminate2 input[type="text"] {
    border: 1px solid #efefef;
    width: 100%; }

.page-template-page-ways-to-give .page-wrap .expanding-two-column-list .container .inner-wrap {
  margin-top: 50px; }

.campaign-caption {
  padding-top: 5px;
  font-size: 1rem !important; }

@media screen and (min-width: 769px) {
  .campaign-accordion .col-half {
    padding-left: 60px; } }

.campaign-accordion .big-donate {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.campaign-accordion img {
  width: 400px; }

@media screen and (min-width: 769px) {
  .panel.accordion-panel .accordion-item .accordion-content {
    max-width: 90%; } }

.angel .slider-panel {
  background-color: #ce89c3; }

.angel .slider-panel .row {
  position: relative !important;
  display: block; }

.angel .slider-panel .col-grid-4 {
  display: block;
  position: relative;
  float: left;
  padding: 0 15px; }

.angel .slider-panel .col-grid-8 {
  display: block;
  position: relative;
  float: left;
  padding: 0 15px; }

.angel .slider-text-box {
  margin-top: 116px;
  padding: 0 20px;
  color: #575b5e; }

.angel .slider-text-box h1 {
  font-size: 24px;
  font-weight: bold; }

.angel .slider-panel .button, .angel .slider-panel form input[type="submit"], form .angel .slider-panel input[type="submit"], .angel .slider-panel body.tribe-events-page-template .tribe-events-read-more, body.tribe-events-page-template .angel .slider-panel .tribe-events-read-more {
  padding: 0 15px;
  color: #8f3c82 !important;
  border: solid 3px #8f3c82 !important;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px 0; }

.angel .bx-wrapper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important; }

.angel .bx-wrapper article {
  height: auto;
  font-size: 14px;
  width: 200px !important;
  padding-top: 40px; }

.angel .bx-wrapper .bx-pager.bx-default-pager a {
  background: #636468 !important; }

.angel .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #8f3c82 !important; }

.angel .bx-wrapper img {
  margin: 0 auto; }

.angel .control {
  font-size: 30px;
  color: #fff;
  position: absolute;
  font-size: 80px;
  font-weight: bold;
  margin-top: -40px;
  top: 27%; }

.angel .control a {
  color: #8f3c82;
  margin-top: -80px; }

.angel .control a:hover {
  color: #fff; }

.angel #goPrev {
  right: 0; }

.angel .angel-bg {
  position: relative;
  text-align: center;
  height: 250px; }

.angel .angel-bg img {
  max-width: 375px; }

.angel .img-wrapper {
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  left: 0;
  right: 0; }

.angel .slider-container {
  z-index: 1;
  position: relative; }

.angel .bx-wrapper .bx-pager,
.angel .bx-wrapper .bx-controls-auto {
  left: -40px; }

.angel .slider {
  text-align: center;
  padding: 30px !important;
  font-family: 'Sofia Regular', cursive;
  color: #5b5a58 !important;
  padding-left: 400px;
  width: 200px;
  height: 250px;
  margin-left: 380px;
  border-radius: 50%; }

.angel .sliders {
  top: -60px; }

.angel .bx-wrapper {
  left: -200px; }

.angel .bx-viewport {
  height: 200px !important;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
  left: 15px; }

@media (max-width: 1200px) {
  .angel #goPrev {
    right: -49px; }
  .angel #goNext {
    left: -40px; }
  .angel .slider {
    margin-left: 254px; } }

@media (max-width: 992px) {
  .angel .col-grid-4,
  .angel .col-grid-8 {
    width: 100% !important;
    clear: both; }
  .angel .angel-bg img {
    max-width: 500px; }
  .angel .slider-container {
    margin: auto; }
  .angel .bx-viewport {
    height: 193px !important;
    width: 200px !important; }
  .angel .slider {
    width: 300px;
    margin-left: 44%; }
  .angel .bx-wrapper article {
    font-size: 22px;
    padding-right: 25px;
    width: 200px !important; } }

@media (max-width: 500px) {
  .angel .angel-bg img {
    max-width: 500px; }
  .angel .slider-container {
    width: 100%;
    margin: auto; }
  .angel .angel-bg img {
    max-width: 500px;
    position: relative;
    left: -200px; }
  .angel .slider {
    width: 300px;
    margin-left: 0px; }
  .angel .bx-viewport {
    height: 232px !important; }
  .angel .control {
    display: none; }
  .angel .bx-wrapper article {
    font-size: 20px;
    padding-right: 25px; }
  .angel .bx-wrapper {
    top: 30px;
    left: 40px; }
  .angel .bx-pager {
    left: -10px !important; }
  .angel .angel-bg {
    height: 320px; } }

@media (min-width: 1001px) {
  .angel .bx-wrapper {
    top: 15px;
    left: -200px; }
  .angel .bx-pager {
    left: -35px !important; } }

@media (max-width: 500px) {
  .angel .bx-wrapper {
    top: 35px;
    left: 25px; }
  .angel .bx-pager {
    left: 0px !important; } }

@media (min-width: 500px) and (max-width: 1000px) {
  .angel .bx-wrapper {
    top: 60px !important;
    left: 0px !important;
    font-size: 15px; }
    .angel .bx-wrapper article {
      font-size: 18px; }
  .angel .bx-pager {
    left: -100px !important; }
  .angel .slider {
    height: 500px; }
  .angel .angel-bg {
    height: 350px; } }

.angel h1 {
  line-height: 3rem !important; }

.angel .header-copy-landing {
  bottom: -100px !important;
  left: 45px; }

.angel .landing-body {
  color: #fff;
  text-align: center; }
  .angel .landing-body h2, .angel .landing-body .title-only h1, .title-only .angel .landing-body h1, .angel .landing-body .single-post .large-featured-image h1, .single-post .large-featured-image .angel .landing-body h1 {
    font-size: 3rem; }
  @media screen and (max-width: 768px) {
    .angel .landing-body {
      margin-left: 10px; } }
  .angel .landing-body .intro {
    font-size: 2rem; }
  .angel .landing-body #donationform {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 4rem; }
    .angel .landing-body #donationform input {
      color: #8f3c82;
      font-size: 1.8rem;
      width: 100%;
      max-width: 100%;
      border-radius: 0px; }
  .angel .landing-body p {
    font-size: 1.5rem; }

.angel .slider-container {
  width: 475px; }

.angel .ornament-button {
  font-size: 1.8rem !important;
  width: 300px !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important; }

.angel .panel.overview-panel {
  margin-top: auto;
  padding-top: 1.875rem; }

.button.green.big-donate.angel-campaign, form input.green.big-donate.angel-campaign[type="submit"], body.tribe-events-page-template .green.big-donate.angel-campaign.tribe-events-read-more {
  background-color: #CE89C3; }

.page-id-31124 .button.green.big-donate, .page-id-31124 form input.green.big-donate[type="submit"], form .page-id-31124 input.green.big-donate[type="submit"], .page-id-31124 body.tribe-events-page-template .green.big-donate.tribe-events-read-more, body.tribe-events-page-template .page-id-31124 .green.big-donate.tribe-events-read-more {
  background-color: #CE89C3; }

body.page-id-30071 .panel.title-only {
  display: none; }

h2 .subtext, .title-only h1 .subtext, .single-post .large-featured-image h1 .subtext {
  font-size: 25px;
  font-size: 1.5625rem; }
  @media screen and (min-width: 601px) {
    h2 .subtext, .title-only h1 .subtext, .single-post .large-featured-image h1 .subtext {
      font-size: 40px;
      font-size: 2.5rem; } }
