/*!
Theme Name: ibm-carbon
Theme URI: http://underscores.me/
Author: Jamie Pickett
Author URI: http://developer.ibm.com
Description: Carbon based wordpress theme for IBM Code
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ibm-carbon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

ibm-carbon is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* these colors are used specifically for the Call For Code Site */
/* these colors are used specifically for the Call For Code Site */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

  /* Sections
       ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0; }

  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }

  /* Grouping content
       ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

  /* Text-level semantics
       ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent; }

  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder; }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%; }

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

  sub {
    bottom: -0.25em; }

  sup {
    top: -0.5em; }

  /* Embedded content
       ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none; }

  /* Forms
       ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible; }

  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none; }

  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; }

  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em; }

  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline; }

  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto; }

  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; }

  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

  /* Interactive
       ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block; }

  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item; }

  /* Misc
       ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none; }

  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none; }

  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    color: #1e1e1e;
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5; }

  h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: normal;
    padding: 0 0 22px; }

  h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    font-weight: 600; }

  h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    font-weight: 300; }

  h3 {
    font-size: 1.5625rem;
    line-height: 1.875rem; }

  h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem; }

  h5 {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 600; }

  h6 {
    font-size: 1rem;
    line-height: 1.625rem; }

  p {
    margin-bottom: 1.5em; }

  dfn, cite, em, i {
    font-style: italic; }

  blockquote {
    margin: 0 1.5em; }

  address {
    margin: 0 0 1.5em; }

  pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }

  code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem; }

  abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }

  mark, ins {
    background: #fff9c0;
    text-decoration: none; }

  big {
    font-size: 125%; }

  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  html {
    box-sizing: border-box; }

  *,
  *:before,
  *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }

  body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */ }

  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em; }

  ul, ol {
    margin: 0 0 1.5em 3em; }
    ul > li, ol > li {
      margin-bottom: 8px; }

  ul {
    list-style: disc; }

  ol {
    list-style: decimal; }

  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }

  dt {
    font-weight: bold; }

  dd {
    margin: 0 1.5em 1.5em; }

  img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */ }

  figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */ }

  table {
    margin: 0 0 1.5em;
    width: 100%; }

  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    border: 1px solid;
    border-color: #0062FF;
    border-radius: 3px;
    background: #0062FF;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em; }
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
      border-color: #BEBEBE; }
    button:active, button:focus,
    input[type="button"]:active,
    input[type="button"]:focus,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input[type="submit"]:active,
    input[type="submit"]:focus {
      border-color: #aaa #bbb #bbb; }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    color: #1e1e1e;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px; }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    textarea:focus {
      color: #111; }

  select {
    border: 1px solid #ccc; }

  textarea {
    width: 100%; }

  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
    color: #0062FF; }
    a:hover, a:focus, a:active {
      color: #BEBEBE; }
    a:focus {
      outline: thin dotted; }
    a:hover, a:active {
      outline: 0; }

  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  body.cfc-fixed .cfc-site-header {
    height: 60px; }
    body.cfc-fixed .cfc-site-header .site-title {
      padding-left: 60px;
      top: 10px; }
      body.cfc-fixed .cfc-site-header .site-title:before {
        height: 40px;
        width: 40px; }
      body.cfc-fixed .cfc-site-header .site-title h1 {
        line-height: 40px; }
    body.cfc-fixed .cfc-site-header x-.main-navigation {
      height: 60px; }
      body.cfc-fixed .cfc-site-header x-.main-navigation .menu-main-container > ul {
        height: 60px; }
        body.cfc-fixed .cfc-site-header x-.main-navigation .menu-main-container > ul > li {
          line-height: 60px; }

  .nav-menu-tweet-link {
  color: #0062FF;}
  .nav-menu-tweet-link a{
      color: #0062FF !important;
      background-image: url('https://callforcode.org/wp-content/uploads/2018/07/Twitter_Social_Icon_Square_Blue.png')!important;
      background-size: 24px 24px!important;
      background-repeat: no-repeat!important;
      background-position: left!important;
      padding-left:30px !important;
      margin-left: 100px!important;}

  .cfc-site-header {
    position: relative;
    z-index: 99999;
    height: 90px;
    top: 0;
    width: 100vw;
    background-color: #000000;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    position: fixed;
    -webkit-transition: height .2s linear;
    -moz-transition: height .2s linear;
    transition: height .2s linear; }
    .cfc-site-header .car {
      height: 100%;
      position: relative; }
    .cfc-site-header .site-title {
      text-decoration: none;
      float: left;
      display: block;
      padding-left: 120px;
      top: 10px;
      position: relative;
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      transition: all .2s linear; }
      .cfc-site-header .site-title:before {
        content: "";
        background: url("img/cfc_logo_header_2021.png") no-repeat center left;
        display: block;
        height: 70px;
        width: 70px;
        background-size: contain;
        position: absolute;
        left: 0;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear; }
      .cfc-site-header .site-title h1 {
        color: #0062FF;
        font-size: 1.25rem;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 100px;
        padding: 0;
        margin: 0;
        -webkit-transition: line-height .2s linear;
        -moz-transition: line-height .2s linear;
        transition: line-height .2s linear; }
        .cfc-site-header .site-title h1 span {
          color: #97c1ff; }
    .cfc-site-header:after {
      content: "";
      display: table;
      clear: both; }

  body.cfc-fixed .main-navigation .menu-toggle {
    top: 25px; }
  body.cfc-fixed .nav-menu > li {
    line-height: 60px; }

  .main-navigation .nav-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 90px;
    float: right; }
    .main-navigation .nav-menu > li {
      display: inline-block;
      line-height: 90px;
      position: relative;
      -webkit-transition: line-height .2s linear;
      -moz-transition: line-height .2s linear;
      transition: line-height .2s linear; }
      .main-navigation .nav-menu > li a {
        display: block;
        height: 100%;
        text-decoration: none;
        padding: 0 10px;
        font-size: .9375rem;
        font-weight: 600;
        color: #fff; }
      .main-navigation .nav-menu > li:hover > a {
        color: #0062FF; }
      .main-navigation .nav-menu > li:hover .sub-menu {
        left: 0; }
        .main-navigation .nav-menu > li:hover .sub-menu > li {
          display: block;
          line-height: normal;
          position: relative; }
    .main-navigation .nav-menu .sub-menu {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      background-color: #000;
      border-top: 3px solid #0062FF;
      float: left;
      width: 240px;
      margin: 0;
      padding: 20px 0;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      height: auto; }
      .main-navigation .nav-menu .sub-menu li {
        display: block;
        height: auto;
        line-height: normal; }
        .main-navigation .nav-menu .sub-menu li a {
          display: block;
          padding: 15px 20px;
          line-height: normal;
          height: auto;
          color: #fff; }
          .main-navigation .nav-menu .sub-menu li a:hover {
            color: #0062FF; }
  .main-navigation .menu-toggle {
    position: absolute;
    right: 0;
    top: 35px;
    margin-top: -17px; }

  .main-navigation.toggled .menu-main-container {
    position: absolute;
    top: 100%;
    width: 100%; }
  .main-navigation.toggled .nav-menu {
    background-color: #000;
    border-top: 3px solid #0062FF;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    height: auto; }
    .main-navigation.toggled .nav-menu > li {
      display: block;
      height: auto;
      line-height: normal;
      position: relative; }
      .main-navigation.toggled .nav-menu > li a {
        display: block;
        height: 100%;
        text-decoration: none;
        padding: 10px;
        font-size: .9375rem;
        font-weight: 600;
        color: #fff; }
      .main-navigation.toggled .nav-menu > li .sub-menu {
        background: none;
        border-top: none;
        float: none;
        width: auto;
        margin: 0 0 0 20px;
        padding: 0;
        position: static;
        height: auto; }

  x-.main-navigation {
    clear: both;
    display: block;
    height: 90px;
    position: relative;
    -webkit-transition: height .2s linear;
    -moz-transition: height .2s linear;
    transition: height .2s linear; }
    x-.main-navigation .menu-main-container > ul {
      display: none;
      list-style: none;
      margin: 0;
      padding-left: 0;
      height: 90px;
      -webkit-transition: height .2s linear;
      -moz-transition: height .2s linear;
      transition: height .2s linear; }
      x-.main-navigation .menu-main-container > ul > li {
        height: 100%;
        line-height: 90px;
        position: relative;
        -webkit-transition: line-height .2s linear;
        -moz-transition: line-height .2s linear;
        transition: line-height .2s linear; }
        x-.main-navigation .menu-main-container > ul > li.current-menu-item a {
          color: #0062FF; }
        x-.main-navigation .menu-main-container > ul > li > a {
          display: block;
          height: 100%;
          color: #fff;
          padding-left: 10px;
          padding-right: 10px; }
          x-.main-navigation .menu-main-container > ul > li > a:hover {
            color: #0062FF; }
        x-.main-navigation .menu-main-container > ul > li:hover > ul, x-.main-navigation .menu-main-container > ul > li.focus > ul {
          left: 0%; }
      x-.main-navigation .menu-main-container > ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        background-color: #000;
        border-top: 3px solid #0062FF;
        float: left;
        width: 240px;
        margin: 0;
        padding: 20px 0;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        height: auto; }
        x-.main-navigation .menu-main-container > ul ul li {
          display: block;
          height: auto;
          line-height: normal; }
          x-.main-navigation .menu-main-container > ul ul li a {
            display: block;
            padding: 15px 20px;
            line-height: normal;
            height: auto;
            color: #fff; }
            x-.main-navigation .menu-main-container > ul ul li a:hover {
              color: #0062FF; }
    x-.main-navigation x-.menu-main-container > ul {
      display: none;
      list-style: none;
      margin: 0;
      padding-left: 0;
      background: red;
      height: 90px; }
      x-.main-navigation x-.menu-main-container > ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999; }
        x-.main-navigation x-.menu-main-container > ul ul ul {
          left: -999em;
          top: 0; }
        x-.main-navigation x-.menu-main-container > ul ul li:hover > ul, x-.main-navigation x-.menu-main-container > ul ul li.focus > ul {
          left: 100%; }
        x-.main-navigation x-.menu-main-container > ul ul a {
          width: 200px; }
      x-.main-navigation x-.menu-main-container > ul li:hover > ul,
      x-.main-navigation x-.menu-main-container > ul li.focus > ul {
        left: auto; }
    x-.main-navigation li {
      display: inline-block;
      position: relative; }
    x-.main-navigation a {
      display: block;
      text-decoration: none; }

  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; }

  @media screen and (min-width: 999px) {
    .menu-toggle {
      display: none; }

    .menu-main-container > ul {
      display: block !important; } }
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
    .screen-reader-text:focus {
      background-color: #f1f1f1;
      border-radius: 3px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      clip: auto !important;
      clip-path: none;
      color: #1e1e1e;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000;
      /* Above WP toolbar. */ }

  /* Do not show the outline on the skip link target. */
  #content[tabindex="-1"]:focus {
    outline: 0; }

  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em; }

  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em; }

  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  .clear:before,
  .clear:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed; }

  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
    clear: both; }

  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  .widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */ }
    .widget select {
      max-width: 100%; }

  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .sticky {
    display: block; }

  .hentry {
    margin: 0 0 1.5em; }

  .updated:not(.published) {
    display: none; }

  .page-content,
  .entry-content,
  .entry-summary {
    margin: 1.5em 0 0; }

  .page-links {
    clear: both;
    margin: 0 0 1.5em; }

  body {
    padding-top: 90px; }

  .content-area-brochure .hentry {
    margin: 0; }
  .content-area-brochure .page-content,
  .content-area-brochure .entry-content,
  .content-area-brochure .entry-summary {
    margin: 0; }

  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comment-content a {
    word-wrap: break-word; }

  .bypostauthor {
    display: block; }

  /*--------------------------------------------------------------
  ## Footer
  --------------------------------------------------------------*/
  .site-footer {
    clear: both;
    background: #101820;
    color: #fff;
    padding: 3vw 0; }
    .site-footer .car {
      display: flex;
      justify-content: space-between; }
    .site-footer .cfc-createdby,
    .site-footer .cfc-founding {
      margin-bottom: 4vw; }
      .site-footer .cfc-createdby h6,
      .site-footer .cfc-founding h6 {
        font-weight: 400;
        margin-bottom: 1vw; }
      .site-footer .cfc-createdby img,
      .site-footer .cfc-founding img {
        max-width: 200px; }
    .site-footer .cfc-founding {
      margin-bottom: 0; }
      .site-footer .cfc-founding img {
        max-width: 100px; }
    .site-footer .test {
      display: flex;
      flex-direction: column; }
      .site-footer .test .test-btn {
        flex-grow: 1; }
      .site-footer .test p {
        padding: 0;
        margin: 10px 0 0; }
    .site-footer .social {
      list-style: none;
      padding: 0;
      list-style-type: none;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0; }
      .site-footer .social li {
        list-style-type: none;
        padding: 0;
        flex-grow: 1;
        flex-basis: 0; }
        .site-footer .social li svg {
          fill: #fff;
          height: 1rem;
          width: 1rem; }

  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none; }

  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  .infinity-end.neverending .site-footer {
    display: block; }

  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }

  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%; }

  /* Make sure logo link wraps around logo image. */
  .custom-logo-link {
    display: inline-block; }

  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%; }
    .wp-caption img[class*="wp-image-"] {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .wp-caption .wp-caption-text {
      margin: 0.8075em 0; }

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

  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  .gallery {
    margin-bottom: 1.5em; }

  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%; }
    .gallery-columns-2 .gallery-item {
      max-width: 50%; }
    .gallery-columns-3 .gallery-item {
      max-width: 33.33%; }
    .gallery-columns-4 .gallery-item {
      max-width: 25%; }
    .gallery-columns-5 .gallery-item {
      max-width: 20%; }
    .gallery-columns-6 .gallery-item {
      max-width: 16.66%; }
    .gallery-columns-7 .gallery-item {
      max-width: 14.28%; }
    .gallery-columns-8 .gallery-item {
      max-width: 12.5%; }
    .gallery-columns-9 .gallery-item {
      max-width: 11.11%; }

  .gallery-caption {
    display: block; }

  /*--------------------------------------------------------------
  # Think about moving this to its own file
  --------------------------------------------------------------*/
  .car {
    margin: 0 auto;
    clear: both;
    padding: 0 10px 10px;
    width: 960px; }

  @media only screen and (max-width: 579px) and (min-width: 0) {
    .car {
      min-width: 260px;
      width: auto; } }
  @media only screen and (max-width: 759px) and (min-width: 580px) {
    .car {
      width: auto; } }
  @media only screen and (max-width: 999px) and (min-width: 760px) {
    .car {
      width: 720px; } }
  @media only screen and (max-width: 1239px) and (min-width: 1000px) {
    .car {
      width: 980px; } }
  @media only screen and (max-width: 1479px) and (min-width: 1240px) {
    .car {
      width: 980px; } }
  @media only screen and (min-width: 1480px) {
    .car {
      width: 980px; } }
  /*--------------------------------------------------------------
  # Homepage styles.  This needs to get moved once the ability to
  # add css to a single page is envoked
  --------------------------------------------------------------*/
  .cfc--card {
    font-family: "ibm-plex-sans", Helvetica Neue, Arial, sans-serif;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #dfe3e6; }
    .cfc--card a {
      text-decoration: none;
      color: #3e91d4; }
    .cfc--card .cfc--card__type {
      font-size: .9375rem;
      color: #53b7b5;
      font-weight: 600;
      padding-bottom: 11px; }
    .cfc--card .cfc--card__date {
      font-size: .75rem;
      font-weight: 500;
      color: #9d9d9d;
      padding: 0; }
    .cfc--card .cfc--card__title {
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.3; }
    .cfc--card .cfc--card__excerpt {
      font-size: .875rem;
      color: #171717;
      line-height: 1.5; }
    .cfc--card .cfc--card__readmore {
      padding: 0; }
      .cfc--card .cfc--card__readmore a {
        font-size: .875rem;
        background: #60d3d1;
        color: #fff;
        padding: 7px 20px; }
    .cfc--card .cfc--card__image {
      position: relative;
      height: auto;
      width: 100%; }
      .cfc--card .cfc--card__image img {
        display: none;
        height: auto !important;
        max-height: 160px;
        width: 100%; }
    .cfc--card .cfc--card__bottom {
      padding: 0 1rem;
      margin-top: 1rem; }
      .cfc--card .cfc--card__bottom p {
        border-top: 1px solid #ededed;
        padding: 0.5rem 0; }
    .cfc--card .cfc--card__body {
      position: relative;
      padding: 1rem; }

  .bx-padding-bottom-1 {
    padding-bottom: 1vw !important; }

  .bx-padding-bottom-2 {
    padding-bottom: 3vw !important; }

  .bx-padding-bottom-3 {
    padding-bottom: 5vw !important; }

  .bx-padding-top-1 {
    padding-top: 1vw !important; }

  .bx-padding-top-2 {
    padding-top: 3vw !important; }

  .bx-padding-top-3 {
    padding-top: 5vw !important; }

  section.cfc-section {
    padding-top: 5vw;
    padding-bottom: 5vw; }
    section.cfc-section .bx--btn {
      min-width: 225px; }
    section.cfc-section > .car > .bx--grid {
      padding: 0;
      margin: 0; }
    section.cfc-section.centered {
      text-align: center; }

      .home-hero {
        background-image: url(img/hero__disaster-volcano.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative; }
        .home-hero:after {
          content: "";
          display: block;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
          background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1; }
        .home-hero .car {
          padding-top: 0;
          padding-bottom: 0; }
        .home-hero .leadspace-body {
          position: relative;
          overflow: hidden;
          padding-top: 10vw;
          padding-bottom: 10vw;
          text-align: center;
          color: #fff;
          z-index: 100; }
          .home-hero .leadspace-body h1 {
            position: relative;
            z-index: 100;
            font-size: 2.5rem;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0;
            line-height: 1.2;}
            .home-hero .leadspace-body h1 span {
              color: #0062FF; }
          .home-hero .leadspace-body h3 {
            position: relative;
            z-index: 100;
            font-size: 1.875rem;
            text-transform: uppercase;
            margin-bottom: 3vw;
            font-weight: 500; }
          .home-hero .leadspace-body p {
            position: relative;
            z-index: 100;
            font-size: 1.25rem;
            font-weight: 300; }
          .home-hero .leadspace-body .button-bar {
            position: relative;
            z-index: 100; }
            .home-hero .leadspace-body .button-bar a {
              padding: 1vw 5vw;
              margin-right: 1vw; }
              .home-hero .leadspace-body .button-bar a + a {
                margin-right: 0;
                margin-top: 2vw;}
          .home-hero .leadspace-body .cfc-watermark {
            display: block;
            width: 672px;
            height: 672px;
            background-image: url(img/cfc-watermark.gif);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 0 0;
            opacity: .1;
            position: absolute;
            left: 50%;
            margin-left: -336px;
            top: 0px;
            z-index: -1; }

            .home-hero .leadspace-body #countdown {
              margin-top: 50px;}
              .home-hero .leadspace-body #countdown .days,
              .home-hero .leadspace-body #countdown .hours,
              .home-hero .leadspace-body #countdown .minutes,
              .home-hero .leadspace-body #countdown .seconds {
                display: inline-block;
                margin-right: 20px;
                margin-bottom: 20px;}

            .home-hero .leadspace-body #countdown .days h2,
            .home-hero .leadspace-body #countdown .hours h2,
            .home-hero .leadspace-body #countdown .minutes h2,
            .home-hero .leadspace-body #countdown .seconds h2 {
              font-weight: bold;
              font-size: 3.0rem;
              color: #0062FF;
              line-height: 0;}
            .home-hero .leadspace-body #countdown .days p,
            .home-hero .leadspace-body #countdown .hours p,
            .home-hero .leadspace-body #countdown .minutes p,
            .home-hero .leadspace-body #countdown .seconds p {
              font-weight: bold;
              font-size: 0.8rem;
              margin-bottom: 5px;}
            .home-hero .leadspace-body #countdown p {
              font-weight: bold;
              font-size: 1rem;}

    .home-calendar {
      background-color: black;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 18%;
      padding-right: 18%;}
    .home-calendar .upcoming-events-container {
      padding: 0 10 0 0;
      max-width: 85%;
      max-height: 60px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 10px;}
    .home-calendar .upcoming-events {
      overflow: hidden;
      white-space: nowrap;
      vertical-align: middle;
      margin-right: 1.2em;}
      .home-calendar .upcoming-events div {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
      }
      .home-calendar .upcoming-events .event {
        max-width: 320px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        color: white;
        padding-left: 1.2em;
        padding-right: 1.2em;
        border-left: solid 0.3px #6f6f6f; }

        .home-calendar .upcoming-events .event p{
          font-weight: lighter;
          font-size: 0.875rem;
          line-height: 1.2;
          padding-bottom: 0;
          margin-bottom:0}
        .home-calendar .upcoming-events .event a{
          text-decoration: none;
          color: white;}
        .home-calendar .upcoming-events .event a:hover{
          text-decoration: underline;}
        .home-calendar .upcoming-events .event a:visited{
          color: white;}
        .home-calendar .upcoming-events .event span{
          font-weight:normal;
          font-size: 1rem;
          color: #0062FF;}
    .home-calendar .link {
      text-align: left;
      vertical-align: middle;
      display: inline-block;
      padding-left: 1em;
      float:right;
      line-height: 1;}
      .home-calendar .link a{
        font-size: 0.875rem;
        text-decoration: none;
        color:white;}
        .home-calendar .link a:visited{
          color:white;}
        .home-calendar .link a:hover{
          text-decoration:underline;
          color:white;}

      @media only screen and (max-width: 1200px) and (min-width: 0) {
        .home-calendar .link {
          display:block;
          vertical-align: middle;
          float: none;
          text-align: left;
          padding-left: 0;}}
      @media only screen and (max-width: 1024px) and (min-width: 0) {
        .home-calendar {
          padding-left: 5%;
          padding-right: 5%}}
      @media only screen and (max-width: 768px) and (min-width: 0) {
        .home-calendar .upcoming-events .event {
          max-width: 150px;}}
      @media only screen and (max-width: 480px) and (min-width: 0) {
        .home-calendar .upcoming-events .event {
          max-width: 100px;}}

  .home-video {
    background-color: #2B2B2B;
    text-align: center;}
    .home-video a{
      color:white;
      text-decoration: none;}
    .home-video .calendar-container {
      background-image: url(img/hero__disaster-hurricane.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      max-width: 560px;
      box-shadow: inset 0 0 0 1000px rgba(0, 156, 222,0.7);
      text-align: center;
      display: table;
      padding-top: 10px;
      padding-bottom: 10px;
      width:100%;}
      .home-video .calendar-container #countdown {
        display: table-cell;
        vertical-align: middle; }
        .home-video .calendar-container #countdown .days,
        .home-video .calendar-container #countdown .hours,
        .home-video .calendar-container #countdown .minutes,
        .home-video .calendar-container #countdown .seconds {
          display: inline-block;
          margin-right: 20px;
          margin-bottom: 20px;}
        .home-video .calendar-container #countdown .days h2,
        .home-video .calendar-container #countdown .hours h2,
        .home-video .calendar-container #countdown .minutes h2,
        .home-video .calendar-container #countdown .seconds h2 {
          font-weight: bold;
          font-size: 2.375rem;
          color: #ffffff;
          line-height: 1;
          padding-bottom: 0;}
        .home-video .calendar-container #countdown .days p,
        .home-video .calendar-container #countdown .hours p,
        .home-video .calendar-container #countdown .minutes p,
        .home-video .calendar-container #countdown .seconds p {
          color: #000000;
          font-weight: bold;
          font-size: 0.8rem;
          margin-bottom: 5px;}
        .home-video .calendar-container #countdown p {
          margin-bottom: 0;
          color: #ffffff;
          font-size: 1.25rem;}

  .home-hero2 {
    background-image: url(img/hero__disaster-flood.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw; }
    .home-hero2:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .home-hero2 .leadspace-body {
      /* width: 25em; */
      position: relative;
      z-index: 100;
      color: #fff; }
      .home-hero2 .leadspace-body h2 {
        font-weight: 600;
        font-size: 2.375rem;
        line-height: 3.125rem;
        color: #fff;
        margin-bottom: 2vw; }
        .home-hero2 .leadspace-body h2 span {
          color: #0062FF;
          display: block; }
      .home-hero2 .leadspace-body p {
        margin-bottom: 4vw; }
      .home-hero2 .leadspace-body .button-bar a {
        padding: 1vw 5vw;
        margin-bottom: 1vw; }
        .home-hero2 .leadspace-body .button-bar a + a {
          margin-bottom: 0; }

.home-amplify .bx--row .left{
  background-image: url(img/CFC-map-orgsite.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;

}
.home-amplify .bx--row .left:after {
  content: "";
  display: block;
  background-color: black;
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.home-amplify .bx--row .left .content{
  padding-right:10%;
  padding-top: 15%;
  padding-bottom:10%;
  float:right;
}
.home-amplify .bx--row .left .content .title_h2{
  font-size: 2.375rem;
  font-weight: bold;
  color:#0062FF;
  text-transform: uppercase;
}
.home-amplify .bx--row .left .content .title_h3{
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 10%;
  color:#fff;
}
.home-amplify .bx--row .left .content p{
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color:#fff;
}
.home-amplify .bx--row .right{
  /* background-color: #2b2b2b; */
  padding:0px;
}
.home-amplify .bx--row .right .up_content .title_h3{
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color:#fff;
}
.home-amplify .bx--row .right .up_content .title_h3 span{
  color:#0062FF;
}
.home-amplify .bx--row  .right .up_content{
  background-color: #2b2b2b;
  padding-left:8%;
  padding-top: 15%;
  padding-bottom:5%;
  padding-right:40%;
  /* float:left; */
}
.home-amplify .bx--row  .right .down_content{
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
  url(img/CFC-amplify-cardphoto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
}
/* .home-amplify .bx--row .right .down_content:before{
  content: "";
  display: block;
  background-color: black;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
} */

.home-amplify .bx--row .right .down_content .text .title_h2{
  font-size: 2.375rem;
  font-weight: bold;
  color:#fff;
  line-height: 1.1;
  text-transform: uppercase;
  padding-left:8%;
  padding-top: 8%;
  padding-bottom:10%;
  padding-right:48%;
}
.home-amplify .bx--row .right .down_content .text .title_h2 span{
  color:#0062FF;
}


.home-event {
    background-image: url(img/CFC-map-orgsite.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw; }
    .home-event:after {
      content: "";
      display: block;
      background-color: rgb(204, 204, 204, 0.2);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }

    .home-event .leadspace-body {
      position: relative;
      z-index: 100;
      color: #000; }
      .home-event .leadspace-body .title{
        text-align: center;
        font-weight: 600;
        font-size: 2.375rem;
        line-height: 3.125rem;
        color: #0062FF;
        margin-bottom: 2vw; }
        .home-event .leadspace-body .title span {
          color: black;
          display: inline-block; }
      .home-event .leadspace-body .link {
        text-align: center;
        margin-bottom: 4vw;}
      .home-event .leadspace-body img{
        height: 150px;
      }
      .home-event .leadspace-body .bx--grid{
        margin: 0px;
      }
      .home-event .leadspace-body .cfc--card{
        margin-bottom: 10px;
      }
      .home-event .leadspace-body .cfc--card__date {
        color: #0062FF;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0em;}
        .home-event .leadspace-body .cfc--card__body {
          padding:25px;
        }
        .home-event .leadspace-body .cfc--card__location {
          text-transform: uppercase;}
          .home-event .leadspace-body .bx--btn {
            min-width: 100px;}
          .home-event .leadspace-body .links .register {
            display: inline-block;
            margin-right: 8px;
            margin-bottom: 10px;
            color: white;}
            .home-event .leadspace-body .links .register span{
              fill: white;}
              .home-event .leadspace-body .links .register:hover span{
                fill: black;}
          .home-event .leadspace-body .links .learn-more {
            display: inline-block;
            color: black;}

  .our-partners img {
    max-width: 100%;
    display: block;
    margin-bottom: 2vw; }
  .our-partners .bx--grid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .our-partners .divider {
    position: relative; }
    .our-partners .divider:after {
      content: "";
      width: 1px;
      background: #e3e3e3;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0; }
  .our-partners .affiliates {
    text-align: center;
    margin-top: 10vw;
    margin-bottom: 5vw; }
    .our-partners .affiliates [class*=bx--col-] {
      padding: 0 5vw; }
    .our-partners .affiliates img {
      display: block;
      margin: 0 auto; }

    .our-partners .bx--grid .bx--row{
        padding-bottom:20px;
      }
      .our-partners .bx--grid .bx--row .cfc-sponsor-header{
        background-color: #f2f2f2;
        text-align: center;
        font-weight:bold;
      }
      .our-partners .bx--grid .bx--row .cfc-sponsor-image{
        text-align: center;
        height:auto;
        width:auto;
        padding-top: 10px;
        padding-bottom: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      .our-partners .bx--grid .bx--row .cfc-sponsor-secondary-image{
        text-align: center;
        max-width:75%;
        height:auto;
        width:auto;
        /* padding-top: 10px; */
        padding-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      .our-partners .bx--grid .bx--row .cfc-sponsor-supporter-image{
        text-align: center;
        max-width:65%;
        height:auto;
        width:auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      .our-partners .bx--grid .cfc-sponsor-footer{
        padding-top:30px;
      }
      .our-partners .bx--grid .cfc-sponsor-footer h3{
        font-size: 20px;
        font-weight: bold;
      }
      .our-partners .bx--grid .cfc-sponsor-footer p{
        color:#0062FF;
      }

  .home-hero3 {
    background-image: url(img/hero__disaster-quake.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw; }
    .home-hero3 h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto; }
      .home-hero3 h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }
    .home-hero3 .bx--grid {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
    .home-hero3:after {
      content: "";
      display: block;
      background: rgba(137, 207, 255, 0.3);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .home-hero3 .leadspace-body {
      position: relative;
      z-index: 100; }

  body#challenge .hero1 {
    background-image: url(img/hero__challenge.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }
    body#challenge .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    body#challenge .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
    body#challenge .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
      body#challenge .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.2rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }
      body#challenge .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }
        body#challenge .hero1 .leadspace-body h3 span {
          color: #0062FF; }
  body#challenge #be-a-part h2 {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 2vw; }
    body#challenge #be-a-part h2 span {
      color: #0062FF;
      display: block; }
  body#challenge #be-a-part .button-bar a {
    padding: 1vw 2vw;
    margin-bottom: 1vw; 
    width: 100%;}
  body#challenge .challenge-call {
    background-image: url(img/hero__resources-call.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw; }
    body#challenge .challenge-call h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase; }
      body#challenge .challenge-call h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }
    body#challenge .challenge-call .bx--grid {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
    body#challenge .challenge-call:after {
      content: "";
      display: block;
      background: rgba(30, 20, 20, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    body#challenge .challenge-call .leadspace-body {
      position: relative;
      z-index: 100; }
    body#challenge .challenge-call .cfc--card {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4597ce+0,8cecfd+100 */
      background: -moz-linear-gradient(-45deg, rgba(69, 151, 206, 0.8) 0%, rgba(140, 236, 253, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, rgba(69, 151, 206, 0.8) 0%, rgba(140, 236, 253, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, rgba(69, 151, 206, 0.8) 0%, rgba(140, 236, 253, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4597ce', endColorstr='#cc8cecfd',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      border: none; }
      body#challenge .challenge-call .cfc--card .cfc--card__title {
        color: #fff; }
  body#challenge .challenge-scope {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw; }
    body#challenge .challenge-scope nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body#challenge .challenge-scope nav ul li {
        margin-bottom: 1vw; }
        body#challenge .challenge-scope nav ul li a {
          text-decoration: none;
          padding: 1vw 3vw 1vw 0; }
    body#challenge .challenge-scope h4 {
      margin: 0 auto;
      text-transform: uppercase; }
      body#challenge .challenge-scope h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }
    body#challenge .challenge-scope .bx--grid {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
    body#challenge  .bx--grid .bx--row .cfc-partners{
      text-align: center;
      padding:20px;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners p{
      text-align: center;
      font-size:1.0rem;
      font-weight: lighter;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners h3{
      text-align: center;
      font-size:1.5rem;
      padding-bottom:10px;
    }

    body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3{
      text-align: center;
      font-size:1.5rem;
      color: black;
      margin-bottom: 20px;
      padding-bottom:0;
    }
      body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3:hover{
        cursor: pointer;
      }
      body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3 a{
        color:black;
        text-decoration: none;
      }
    body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card .cfc-partenrs-card_title{
      height: 80px;
    }

    body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partners-link{
      cursor: pointer;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partners-image{
      max-width: 200px;
      border-radius: 50%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-bottom:5px;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partners-image:hover{
      cursor: pointer;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners .cfc-partners-bio{
      text-align: left;
    }
    /* Popup box BEGIN */
    body#challenge  .bx--grid .bx--row .cfc-partners .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 10vw; /* Location of the box */
      left: 0;
      top: 0;
      right:0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    body#challenge  .bx--grid .bx--row .cfc-partners .modal-content {
      position: relative;
      background-color: #fff;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      width: 50%;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s
    }
    /* The Close Button */
    body#challenge  .bx--grid .bx--row .cfc-partners .close {
      color: black;
      float: right;
      padding-right:1vw;
      font-size: 28px;
      font-weight: bold;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners .close:hover,
    body#challenge  .bx--grid .bx--row .cfc-partners .close:focus {
      color: #5b5b5b;
      text-decoration: none;
      cursor: pointer;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners .modal-body {
    padding-top:40px;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners .modal .modal-content .modal-body .bx--row{
    margin-left:20px;
    }
    body#challenge  .bx--grid .bx--row .cfc-partners .modal .modal-content .modal-body .bx--row .cfc-partners-bio{
    text-align: left;
    max-height:450px;
    overflow:auto;
    }

      body#new-challenge .hero1 {
        background-image: url(img/hero__challenge.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative; }
        body#new-challenge .hero1:after {
          content: "";
          display: block;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
          background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1; }
        body#new-challenge .hero1 .car {
          padding-top: 0;
          padding-bottom: 0; }
        body#new-challenge .hero1 .leadspace-body {
          position: relative;
          overflow: hidden;
          padding-top: 7vw;
          padding-bottom: 7vw;
          text-align: center;
          color: #fff;
          z-index: 100; }
          body#new-challenge .hero1 .leadspace-body h1 {
            position: relative;
            z-index: 100;
            font-size: 4.6875rem;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0;
            margin-bottom: 3vw; }
          body#new-challenge .hero1 .leadspace-body h3 {
            position: relative;
            z-index: 100;
            font-size: 1.875rem;
            text-transform: uppercase;
            margin: 0;
            font-weight: 500; }
            body#new-challenge .hero1 .leadspace-body h3 span {
              color: #0062FF; }
      body#new-challenge #be-a-part h2 {
        font-weight: 600;
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 2vw; }
        body#new-challenge #be-a-part h2 span {
          color: #0062FF;
          display: block; }
      body#new-challenge #be-a-part .button-bar a {
        padding: 1vw 5vw;
        margin-bottom: 1vw; }
      body#new-challenge .challenge-call {
        background-image: url(img/hero__resources-call.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw; }
        body#new-challenge .challenge-call h4 {
          text-align: center;
          color: #fff;
          margin: 0 auto;
          text-transform: uppercase; }
          body#new-challenge .challenge-call h4 span {
            background: rgba(42, 42, 42, 0.6);
            display: inline-block;
            margin: auto;
            padding: 1vw 3vw; }
        body#new-challenge .challenge-call .bx--grid {
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; }
        body#new-challenge .challenge-call:after {
          content: "";
          display: block;
          background: rgba(30, 20, 20, 0.6);
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1; }
        body#new-challenge .challenge-call .leadspace-body {
          position: relative;
          z-index: 100; }
        body#new-challenge .challenge-call .cfc--card {
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4597ce+0,8cecfd+100 */
          background: -moz-linear-gradient(-45deg, rgba(69, 151, 206, 0.8) 0%, rgba(140, 236, 253, 0.8) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, rgba(69, 151, 206, 0.8) 0%, rgba(140, 236, 253, 0.8) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, rgba(69, 151, 206, 0.8) 0%, rgba(140, 236, 253, 0.8) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc4597ce', endColorstr='#cc8cecfd',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          border: none; }
          body#new-challenge .challenge-call .cfc--card .cfc--card__title {
            color: #fff; }
      body#new-challenge .challenge-scope {
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw; }
        body#new-challenge .challenge-scope nav ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          body#new-challenge .challenge-scope nav ul li {
            margin-bottom: 1vw; }
            body#new-challenge .challenge-scope nav ul li a {
              text-decoration: none;
              padding: 1vw 3vw 1vw 0; }
        body#new-challenge .challenge-scope h4 {
          margin: 0 auto;
          text-transform: uppercase; }
          body#new-challenge .challenge-scope h4 span {
            background: rgba(42, 42, 42, 0.6);
            display: inline-block;
            margin: auto;
            padding: 1vw 3vw; }
        body#new-challenge .challenge-scope .bx--grid {
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0; }



  body#about .hero1 {
    background-image: url(img/hero__about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }
    body#about .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    body#about .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
    body#about .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
      body#about .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.4375rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }
      body#about .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }
        body#about .hero1 .leadspace-body h3 span {
          color: #0062FF; }
  body#about .our-partners h3 {
    text-align: center; }
  body#about .ibm-answered {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #fff; }
    body#about .ibm-answered .car {
      position: relative;
      z-index: 100; }
    body#about .ibm-answered h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase; }
      body#about .ibm-answered h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }
    body#about .ibm-answered:after {
      content: "";
      display: block;
      background: rgba(92, 136, 218, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
  body#about .largest-event {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #06038d;
    color: #fff; }
    body#about .largest-event .car {
      position: relative;
      z-index: 100; }
    body#about .largest-event h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase; }
      body#about .largest-event h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }
  body#about .about-cards {
    background: #ebebeb; }
    body#about .about-cards .cfc--card .cfc--card__title {
      font-size: 2.1875rem;
      color: #fff;
      text-transform: uppercase; }
      body#about .about-cards .cfc--card .cfc--card__title span {
        display: block; }
    body#about .about-cards .cfc--card .cfc--card__excerpt {
      color: #fff; }
    body#about .about-cards .cfc--card .cfc--card__excerpt {
      color: #fff; }
      body#about .about-cards .cfc--card .cfc--card__excerpt a {
        color: #fff; }
        body#about .about-cards .cfc--card .cfc--card__excerpt a:after {
          content: ">";
          margin-left: 10px; }
    body#about .about-cards .cfc--card.card1 .cfc--card__title span,
    body#about .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
      color: #59cbe8; }
    body#about .about-cards .cfc--card.card2 .cfc--card__title span,
    body#about .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
      color: #ef8031; }
    body#about .about-cards .cfc--card.card3 .cfc--card__title span,
    body#about .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
      color: #85b236; }

body#amplify .hero1 {
background-image: url(img/hero__about.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
position: relative; }
body#amplify .hero1:after {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
  background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
body#amplify .hero1 .car {
  padding-top: 0;
  padding-bottom: 0; }
body#amplify .hero1 .leadspace-body {
  position: relative;
  overflow: hidden;
  padding-top: 7vw;
  padding-bottom: 7vw;
  text-align: center;
  color: #fff;
  z-index: 100; }
  body#amplify .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }
  body#amplify .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#amplify .hero1 .leadspace-body h3 span {
      color: #0062FF; }
body#amplify .our-partners h3 {
text-align: center; }
body#amplify .ibm-answered {
background-image: url(img/hero__disaster-hurricane.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
position: relative;
padding-top: 7vw;
padding-bottom: 7vw;
color: #fff; }
body#amplify .ibm-answered .car {
  position: relative;
  z-index: 100; }
body#amplify .ibm-answered h4 {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase; }
  body#amplify .ibm-answered h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }
body#amplify .ibm-answered:after {
  content: "";
  display: block;
  background: rgba(92, 136, 218, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
body#amplify .largest-event {
position: relative;
padding-top: 7vw;
padding-bottom: 7vw;
background: #06038d;
color: #fff; }
body#amplify .largest-event .car {
  position: relative;
  z-index: 100; }
body#amplify .largest-event h4 {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase; }
  body#amplify .largest-event h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }
body#amplify .about-cards {
background: #ebebeb; }


body#amplify .amplify-card-left {
padding-left: 20%;
padding-right: 20px;
text-align: left;
padding-top: 50px;
padding-bottom: 50px;
color: #fff;}
body#amplify .amplify-card-left .amplify-card-content__title {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;}
body#amplify .amplify-card-left p {
  line-height: 2;}
body#amplify .amplify-card-left.card1 .amplify-card-content__title span {
  color: #59cbe8; }
body#amplify .amplify-card-left.card2 .amplify-card-content__title span {
  color: #ef8031; }
body#amplify .amplify-card-left.card3 .amplify-card-content__title span {
  color: #85b236; }
body#amplify .amplify-card-right {
            padding-top: 50px;
            padding-bottom: 50px;
            padding-right: 20%;
            padding-left: 5%;
            margin-left:auto;}
body#amplify .bx--grid {
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;}

@media screen and (min-width: 1600px) {
  body#amplify .amplify-cards {
  margin-left: 18%;
  margin-right: 18%;
  margin-top: 50px;
  margin-bottom: 80px;}
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
  body#amplify .amplify-cards {
  margin-top: 50px;
  margin-bottom: 80px;}
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  body#amplify .amplify-cards {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 50px;
  margin-bottom: 80px;}
}
@media screen and (max-width: 1200px) {
  body#amplify .amplify-cards {
  margin-top: 50px;
  margin-bottom: 80px;}
}
body#amplify .amplify-cards .cfc--card {
  color: #fff;
  margin-bottom: 20px;
}
body#amplify .amplify-cards .cfc--card hr {
  color: #fff;
  width:85%;
  height:1.3px;
  margin-bottom: 0.5em;
}
body#amplify .amplify-cards .cfc--card .cfc--card__excerpt{
  color: #fff;
  line-height: 1.8;
}

body#amplify .amplify-cards .cfc--card.card1 .cfc--card__title {
    padding-left: 5%;
    padding-right: 5%;
    padding-top:40px;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;}
body#amplify .amplify-cards .cfc--card.card1 .cfc--card__title2 {
    padding-left: 5%;
    font-size: 3.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;}
  body#amplify .amplify-cards .cfc--card.card1 .cfc--card__h4{
      padding-left: 5%;
      font-size: 1.8rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2;
        padding-bottom: 10%;}
  body#amplify .amplify-cards .cfc--card.card1 .cfc--card__excerpt {
      text-align: left;
      padding-left: 20%;}
  body#amplify .amplify-cards .cfc--card.card1 .cfc--card__excerpt .card_p {
      padding-left: 5%;
      font-size: 1rem;
      font-weight: normal;
      color:#fff;
      text-transform: uppercase;
      line-height: 1.1;}
  body#amplify .amplify-cards .cfc--card.card2 .cfc--card__title {
      padding-left: 5%;
      padding-top:5%;
      font-size: 2.5rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.3;}
  body#amplify .amplify-cards .cfc--card.card3{
    background-color: black;
    margin:auto;
    background-color:black;
    z-index:-1;
    opacity: 0.9;
    filter:alpha(opacity=90);
  }
  body#amplify .amplify-cards .cfc--card.card3.watermark:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url(/wp-content/uploads/2018/06/cfc-watermark-crop.png);
      background-repeat: no-repeat;
      background-size: 100%;
      opacity: 0.1;
      filter:alpha(opacity=10);
      height:100%;
      width:100%;
    }
  body#amplify .amplify-cards .cfc--card.card3 .cfc--card__title {
      padding-left: 5%;
      padding-top:40px;
      font-size: 2.2rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.2;}
  body#amplify .amplify-cards .cfc--card.card3 .cfc--card__excerpt .card_p {
      padding-top:0.5em;
      padding-left: 20%;
      padding-right:8%;
      font-size: 1.1rem;
      font-weight: normal;
      color:#fff;
      text-transform: uppercase;
      line-height: 1.2;}


      body#amplify .amplify-cards .cfc--card.card4 .cfc--card__title {
        padding-left: 5%;
        padding-top:40px;
        font-size: 3rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;}
      body#amplify .amplify-cards .cfc--card.card5 .cfc--card__title {
        padding-left: 5%;
        padding-top:40px;
        font-size: 3rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;}
      body#amplify .amplify-cards .cfc--card.card6 .cfc--card__title {
        padding-left: 5%;
        padding-top:40px;
        font-size: 3rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;}
      body#amplify .amplify-cards .cfc--card.card4 .cfc--card__excerpt {
      padding-left:5%;
      padding-right:5%;
      font-size: 1rem;}
      body#amplify .amplify-cards .cfc--card.card5 .cfc--card__excerpt {
          padding-left:5%;
          padding-right:5%;
          font-size: 1rem;}
      body#amplify .amplify-cards .cfc--card.card6 .cfc--card__excerpt {
          padding-left:5%;
          padding-right:5%;
          font-size: 1rem;}
      body#amplify .amplify-cards .cfc--card.card4 .cfc--card__title span,
      body#amplify .amplify-cards .cfc--card.card4 .cfc--card__excerpt a:after {
        color: #59cbe8; }
      body#amplify .amplify-cards .cfc--card.card5 .cfc--card__title span,
      body#amplify .amplify-cards .cfc--card.card5 .cfc--card__excerpt a:after {
        color: #ef8031; }
      body#amplify .amplify-cards .cfc--card.card6 .cfc--card__title span,
      body#amplify .amplify-cards .cfc--card.card6 .cfc--card__excerpt a:after {
        color: #85b236; }
      body#amplify .amplify-cards .cfc--card.card4 .cfc--card__button {
        display: flex;
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translate(-50%); }
        body#amplify .amplify-cards .cfc--card.card4 .cfc--card__button .bx--btn{
          background-color:#59cbe8;
          border-color:#59cbe8;
          color:black;}
      body#amplify .amplify-cards .cfc--card.card5 .cfc--card__button {
        display: flex;
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translate(-50%); }
        body#amplify .amplify-cards .cfc--card.card5 .cfc--card__button .bx--btn{
          background-color:#ef8031;
          border-color:#ef8031;
          color:black;}
      body#amplify .amplify-cards .cfc--card.card6 .cfc--card__bottom {
        text-align: center;
        padding-bottom: 50px;}
        body#amplify .amplify-cards .cfc--card.card6 .cfc--card__bottom .bx--btn {
          background-color:#85b236;
          border-color:#85b236;
          color:black;}
      /* body#amplify .amplify-cards .cfc--card.card6 .cfc--card__button {
        display: flex;
        position: absolute;
        bottom: 90px;
        left: 50%;
        transform: translate(-50%); }
        body#amplify .amplify-cards .cfc--card.card6 .cfc--card__button .bx--btn{
          background-color:#85b236;
          border-color:#85b236;
          color:black;} */


  /* lets override the carbon button styles */
  .bx--btn--primary {
    background-color: #0062FF;
    border-color: #0062FF;
    color: #fff; }
    .bx--btn--primary:hover {
      background-color: #97c1ff;
      border-color: #97c1ff;
      color: #333; }

  .bx--btn--secondary {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #0062FF;
    color: #0062FF; }
    .bx--btn--secondary:visited {
      color: #0062FF; }
    .bx--btn--secondary:hover {
      background: #0062FF;
      color: #fff; }

  .bx--btn--ghost {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    color: #0062FF; }
    .bx--btn--ghost:hover {
      background-color: #0062FF;
      color: #fff; }

  .bx--btn--white--primary {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    color: #fff; }
    .bx--btn--white--primary:hover {
      color: #333; }

  .bx--btn--white--secondary {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: #fff; }
    .bx--btn--white--secondary:visited {
      color: #fff; }
    .bx--btn--white--secondary:hover {
      background: #fff;
      color: #333; }

  .bx--btn--black--secondary {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    color: #000; }
    .bx--btn--black--secondary:visited {
      color: #000; }
    .bx--btn--black--secondary:hover {
      background: #000;
      color: #fff; }

  /* quick styling of the entry headers for general page content */
  .entry-header {
    padding: 3vw 0;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #f5f5f5; }

  p:empty {
    display: none; }

  .bx--accordion {
    margin-left: 0; }

  /* manually added and should be addressed later */
  body#events .hero1 {
    background-image: url(img/hero__about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }

  body#events .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#events .hero1 .car {
    padding-top: 0;
    padding-bottom: 0; }

  body#events .hero1 .leadspace-body {
    position: relative;
    overflow: hidden;
    padding-top: 7vw;
    padding-bottom: 7vw;
    text-align: center;
    color: #fff;
    z-index: 100; }

  body#events .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }

  body#events .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }

  body#events .hero1 .leadspace-body h3 span {
    color: #0062FF; }

  body#events .our-partners h3 {
    text-align: center; }

  body#events .ibm-answered {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #fff; }

  body#events .ibm-answered .car {
    position: relative;
    z-index: 100; }

  body#events .ibm-answered h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#events .ibm-answered h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#events .ibm-answered:after {
    content: "";
    display: block;
    background: rgba(92, 136, 218, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#events .largest-event {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #06038d;
    color: #fff; }

  body#events .largest-event .car {
    position: relative;
    z-index: 100; }

  body#events .largest-event h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#events .largest-event h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#events .about-cards {
    background: #ebebeb; }

  body#events .about-cards .cfc--card .cfc--card__title {
    font-size: 2.1875rem;
    color: #fff;
    text-transform: uppercase; }

  body#events .about-cards .cfc--card .cfc--card__title span {
    display: block; }

  body#events .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#events .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#events .about-cards .cfc--card .cfc--card__excerpt a {
    color: #fff; }

  body#events .about-cards .cfc--card .cfc--card__excerpt a:after {
    content: ">";
    margin-left: 10px; }

  body#events .about-cards .cfc--card.card1 .cfc--card__title span,
  body#events .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
    color: #59cbe8; }

  body#events .about-cards .cfc--card.card2 .cfc--card__title span,
  body#events .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
    color: #ef8031; }

  body#events .about-cards .cfc--card.card3 .cfc--card__title span,
  body#events .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
    color: #85b236; }

  body#faq .hero1 {
    background-image: url(../../uploads/2018/06/CFC-FAQ-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }

  body#faq .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#faq .hero1 .car {
    padding-top: 0;
    padding-bottom: 0; }

  body#faq .hero1 .leadspace-body {
    position: relative;
    overflow: hidden;
    padding-top: 7vw;
    padding-bottom: 7vw;
    text-align: center;
    color: #fff;
    z-index: 100; }

  body#faq .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }

  body#faq .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }

  body#faq .hero1 .leadspace-body h3 span {
    color: #0062FF; }

  body#faq .our-partners h3 {
    text-align: center; }

  body#faq .ibm-answered {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #fff; }

  body#faq .ibm-answered .car {
    position: relative;
    z-index: 100; }

  body#faq .ibm-answered h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#faq .ibm-answered h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#faq .ibm-answered:after {
    content: "";
    display: block;
    background: rgba(92, 136, 218, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#faq .largest-event {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #06038d;
    color: #fff; }

  body#faq .largest-event .car {
    position: relative;
    z-index: 100; }

  body#faq .largest-event h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#faq .largest-event h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#faq .about-cards {
    background: #ebebeb; }

  body#faq .about-cards .cfc--card .cfc--card__title {
    font-size: 2.1875rem;
    color: #fff;
    text-transform: uppercase; }

  body#faq .about-cards .cfc--card .cfc--card__title span {
    display: block; }

  body#faq .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#faq .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#faq .about-cards .cfc--card .cfc--card__excerpt a {
    color: #fff; }

  body#faq .about-cards .cfc--card .cfc--card__excerpt a:after {
    content: ">";
    margin-left: 10px; }

  body#faq .about-cards .cfc--card.card1 .cfc--card__title span,
  body#faq .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
    color: #59cbe8; }

  body#faq .about-cards .cfc--card.card2 .cfc--card__title span,
  body#faq .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
    color: #ef8031; }

  body#faq .about-cards .cfc--card.card3 .cfc--card__title span,
  body#faq .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
    color: #85b236; }

    body#press .hero1 {
      background-image: url(../../uploads/2018/06/CFC-presspage-hero.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative; }

    body#press .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }

    body#press .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }

    body#press .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }

    body#press .hero1 .leadspace-body h1 {
      position: relative;
      z-index: 100;
      font-size: 3.4375rem;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      margin-bottom: 3vw; }

    body#press .hero1 .leadspace-body h3 {
      position: relative;
      z-index: 100;
      font-size: 1.875rem;
      text-transform: uppercase;
      margin: 0;
      font-weight: 500; }

    body#press .hero1 .leadspace-body h3 span {
      color: #0062FF; }

    body#press .our-partners h3 {
      text-align: center; }

    body#press .ibm-answered {
      background-image: url(img/hero__disaster-hurricane.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative;
      padding-top: 7vw;
      padding-bottom: 7vw;
      color: #fff; }

    body#press .ibm-answered .car {
      position: relative;
      z-index: 100; }

    body#press .ibm-answered h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase; }

    body#press .ibm-answered h4 span {
      background: rgba(42, 42, 42, 0.6);
      display: inline-block;
      margin: auto;
      padding: 1vw 3vw; }

    body#press .ibm-answered:after {
      content: "";
      display: block;
      background: rgba(92, 136, 218, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }

    body#press .largest-event {
      position: relative;
      padding-top: 7vw;
      padding-bottom: 7vw;
      background: #06038d;
      color: #fff; }

    body#press .largest-event .car {
      position: relative;
      z-index: 100; }

    body#press .largest-event h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase; }

    body#press .largest-event h4 span {
      background: rgba(42, 42, 42, 0.6);
      display: inline-block;
      margin: auto;
      padding: 1vw 3vw; }

    body#press .about-cards {
      background: #ebebeb; }

    body#press .about-cards .cfc--card .cfc--card__title {
      font-size: 2.1875rem;
      color: #fff;
      text-transform: uppercase; }

    body#press .about-cards .cfc--card .cfc--card__title span {
      display: block; }

    body#press .about-cards .cfc--card .cfc--card__excerpt {
      color: #fff; }

    body#press .about-cards .cfc--card .cfc--card__excerpt {
      color: #fff; }

    body#press .about-cards .cfc--card .cfc--card__excerpt a {
      color: #fff; }

    body#press .about-cards .cfc--card .cfc--card__excerpt a:after {
      content: ">";
      margin-left: 10px; }

    body#press .about-cards .cfc--card.card1 .cfc--card__title span,
    body#press .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
      color: #59cbe8; }

    body#press .about-cards .cfc--card.card2 .cfc--card__title span,
    body#press .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
      color: #ef8031; }

    body#press .about-cards .cfc--card.card3 .cfc--card__title span,
    body#press .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
      color: #85b236; }
    /*add press new content style*/
    body#press .press-card-left {
     padding-left: 11%;
     padding-right: 8%;
     text-align: left;
     padding-top: 100px;
     padding-bottom: 80px;
     color: black;}
    body#press .press-card-left .press-card-content__title {
     font-size: 1.6rem;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 1.2;
     color:black;}

    body#press .press-card-left p {
     line-height: 1.5;
     padding-left:15%;
     padding-right:15%;}
    body#press .press-card-left a {
      display:block;
      height:100%;
      width:100%;}
    body#press .press-card-left span a {
      text-decoration: none;}

  body#press .press-card-right {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10%;
    margin-left:auto;}
    body#press .press-card-right .press-card-content__title {
      font-size: 1.6rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 2.2;
      padding-left: 10%;
      color:white;}

     body#press .press-card-right p {
      line-height: 1.5;
      color: white;
      padding-left: 10%;
      padding-right:25%;}
    body#press .press-card-right a {
      display:block;
      height:100%;
      width:100%;}
    body#press .press-card-right span a {
      text-decoration: none;}

    body#press .bx--grid--top {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      padding-left: 0px;
      padding-right: 0px;}

    body#ecosystem .hero1 {
    background-image: url(img/amplify-3answer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }
    body#ecosystem .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    body#ecosystem .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
    body#ecosystem .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
      body#ecosystem .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 2.1875rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }
      body#ecosystem .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }
        body#ecosystem .hero1 .leadspace-body h3 span {
          color: #0062FF; }
      body#ecosystem .cfc-section .bx--grid .bx--row{
        padding-bottom:20px;
      }
      body#ecosystem .cfc-section .bx--grid .bx--row .cfc-sponsor-header{
        background-color: #f2f2f2;
        text-align: center;
        font-weight:bold;
      }
      body#ecosystem .cfc-section .bx--grid .bx--row .cfc-sponsor-image{
        text-align: center;
        height:auto;
        width:auto;
        padding-top: 10px;
        padding-bottom: 30px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      body#ecosystem .cfc-section .bx--grid .bx--row .cfc-sponsor-secondary-image{
        text-align: center;
        max-width:75%;
        height:auto;
        width:auto;
        /* padding-top: 10px; */
        padding-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      body#ecosystem .cfc-section .bx--grid .bx--row .cfc-sponsor-supporter-image{
        text-align: center;
        max-width:70%;
        height:auto;
        width:auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
      body#ecosystem .cfc-section .bx--grid .cfc-sponsor-footer{
        padding-top:30px;
      }
      body#ecosystem .cfc-section .bx--grid .cfc-sponsor-footer h3{
        font-size: 20px;
        font-weight: bold;
      }
      body#ecosystem .cfc-section .bx--grid .cfc-sponsor-footer p{
        color:#0062FF;
      }
  body#about-dcc .hero1 {
    background-image: url(img/hero__about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }

  body#about-dcc .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#about-dcc .hero1 .car {
    padding-top: 0;
    padding-bottom: 0; }

  body#about-dcc .hero1 .leadspace-body {
    position: relative;
    overflow: hidden;
    padding-top: 7vw;
    padding-bottom: 7vw;
    text-align: center;
    color: #fff;
    z-index: 100; }

  body#about-dcc .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }

  body#about-dcc .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }

  body#about-dcc .hero1 .leadspace-body h3 span {
    color: #0062FF; }

  body#about-dcc .our-partners h3 {
    text-align: center; }

  body#about-dcc .ibm-answered {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #fff; }

  body#about-dcc .ibm-answered .car {
    position: relative;
    z-index: 100; }

  body#about-dcc .ibm-answered h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#about-dcc .ibm-answered h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#about-dcc .ibm-answered:after {
    content: "";
    display: block;
    background: rgba(92, 136, 218, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#about-dcc .largest-event {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #06038d;
    color: #fff; }

  body#about-dcc .largest-event .car {
    position: relative;
    z-index: 100; }

  body#about-dcc .largest-event h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#about-dcc .largest-event h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#about-dcc .about-cards {
    background: #ebebeb; }

  body#about-dcc .about-cards .cfc--card .cfc--card__title {
    font-size: 2.1875rem;
    color: #fff;
    text-transform: uppercase; }

  body#about-dcc .about-cards .cfc--card .cfc--card__title span {
    display: block; }

  body#about-dcc .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#about-dcc .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#about-dcc .about-cards .cfc--card .cfc--card__excerpt a {
    color: #fff; }

  body#about-dcc .about-cards .cfc--card .cfc--card__excerpt a:after {
    content: ">";
    margin-left: 10px; }

  body#about-dcc .about-cards .cfc--card.card1 .cfc--card__title span,
  body#about-dcc .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
    color: #59cbe8; }

  body#about-dcc .about-cards .cfc--card.card2 .cfc--card__title span,
  body#about-dcc .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
    color: #ef8031; }

  body#about-dcc .about-cards .cfc--card.card3 .cfc--card__title span,
  body#about-dcc .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
    color: #85b236; }

  body#about-ibm .hero1 {
    background-image: url(img/hero__about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }

  body#about-ibm .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#about-ibm .hero1 .car {
    padding-top: 0;
    padding-bottom: 0; }

  body#about-ibm .hero1 .leadspace-body {
    position: relative;
    overflow: hidden;
    padding-top: 7vw;
    padding-bottom: 7vw;
    text-align: center;
    color: #fff;
    z-index: 100; }

  body#about-ibm .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }

  body#about-ibm .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }

  body#about-ibm .hero1 .leadspace-body h3 span {
    color: #0062FF; }

  body#about-ibm .our-partners h3 {
    text-align: center; }

  body#about-ibm .ibm-answered {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #fff; }

  body#about-ibm .ibm-answered .car {
    position: relative;
    z-index: 100; }

  body#about-ibm .ibm-answered h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#about-ibm .ibm-answered h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#about-ibm .ibm-answered:after {
    content: "";
    display: block;
    background: rgba(92, 136, 218, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#about-ibm .largest-event {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #06038d;
    color: #fff; }

  body#about-ibm .largest-event .car {
    position: relative;
    z-index: 100; }

  body#about-ibm .largest-event h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#about-ibm .largest-event h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#about-ibm .about-cards {
    background: #ebebeb; }

  body#about-ibm .about-cards .cfc--card .cfc--card__title {
    font-size: 2.1875rem;
    color: #fff;
    text-transform: uppercase; }

  body#about-ibm .about-cards .cfc--card .cfc--card__title span {
    display: block; }

  body#about-ibm .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#about-ibm .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#about-ibm .about-cards .cfc--card .cfc--card__excerpt a {
    color: #fff; }

  body#about-ibm .about-cards .cfc--card .cfc--card__excerpt a:after {
    content: ">";
    margin-left: 10px; }

  body#about-ibm .about-cards .cfc--card.card1 .cfc--card__title span,
  body#about-ibm .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
    color: #59cbe8; }

  body#about-ibm .about-cards .cfc--card.card2 .cfc--card__title span,
  body#about-ibm .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
    color: #ef8031; }

  body#about-ibm .about-cards .cfc--card.card3 .cfc--card__title span,
  body#about-ibm .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
    color: #85b236; }

  body#contact .hero1 {
    background-image: url(img/hero__about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }

  body#contact .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#contact .hero1 .car {
    padding-top: 0;
    padding-bottom: 0; }

  body#contact .hero1 .leadspace-body {
    position: relative;
    overflow: hidden;
    padding-top: 7vw;
    padding-bottom: 7vw;
    text-align: center;
    color: #fff;
    z-index: 100; }

  body#contact .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }

  body#contact .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }

  body#contact .hero1 .leadspace-body h3 span {
    color: #0062FF; }

  body#contact .our-partners h3 {
    text-align: center; }

  body#contact .ibm-answered {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #fff; }

  body#contact .ibm-answered .car {
    position: relative;
    z-index: 100; }

  body#contact .ibm-answered h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#contact .ibm-answered h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#contact .ibm-answered:after {
    content: "";
    display: block;
    background: rgba(92, 136, 218, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#contact .largest-event {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #06038d;
    color: #fff; }

  body#contact .largest-event .car {
    position: relative;
    z-index: 100; }

  body#contact .largest-event h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#contact .largest-event h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#contact .about-cards {
    background: #ebebeb; }

  body#contact .about-cards .cfc--card .cfc--card__title {
    font-size: 2.1875rem;
    color: #fff;
    text-transform: uppercase; }

  body#contact .about-cards .cfc--card .cfc--card__title span {
    display: block; }

  body#contact .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#contact .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#contact .about-cards .cfc--card .cfc--card__excerpt a {
    color: #fff; }

  body#contact .about-cards .cfc--card .cfc--card__excerpt a:after {
    content: ">";
    margin-left: 10px; }

  body#contact .about-cards .cfc--card.card1 .cfc--card__title span,
  body#contact .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
    color: #59cbe8; }

  body#contact .about-cards .cfc--card.card2 .cfc--card__title span,
  body#contact .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
    color: #ef8031; }

  body#contact .about-cards .cfc--card.card3 .cfc--card__title span,
  body#contact .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
    color: #85b236; }

  body#privacy-policy .hero1 {
    background-image: url(img/hero__about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }

  body#privacy-policy .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#privacy-policy .hero1 .car {
    padding-top: 0;
    padding-bottom: 0; }

  body#privacy-policy .hero1 .leadspace-body {
    position: relative;
    overflow: hidden;
    padding-top: 7vw;
    padding-bottom: 7vw;
    text-align: center;
    color: #fff;
    z-index: 100; }

  body#privacy-policy .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }

  body#privacy-policy .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }

  body#privacy-policy .hero1 .leadspace-body h3 span {
    color: #0062FF; }

  body#privacy-policy .our-partners h3 {
    text-align: center; }

  body#privacy-policy .ibm-answered {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #fff; }

  body#privacy-policy .ibm-answered .car {
    position: relative;
    z-index: 100; }

  body#privacy-policy .ibm-answered h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#privacy-policy .ibm-answered h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#privacy-policy .ibm-answered:after {
    content: "";
    display: block;
    background: rgba(92, 136, 218, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

  body#privacy-policy .largest-event {
    position: relative;
    padding-top: 7vw;
    padding-bottom: 7vw;
    background: #06038d;
    color: #fff; }

  body#privacy-policy .largest-event .car {
    position: relative;
    z-index: 100; }

  body#privacy-policy .largest-event h4 {
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase; }

  body#privacy-policy .largest-event h4 span {
    background: rgba(42, 42, 42, 0.6);
    display: inline-block;
    margin: auto;
    padding: 1vw 3vw; }

  body#privacy-policy .about-cards {
    background: #ebebeb; }

  body#privacy-policy .about-cards .cfc--card .cfc--card__title {
    font-size: 2.1875rem;
    color: #fff;
    text-transform: uppercase; }

  body#privacy-policy .about-cards .cfc--card .cfc--card__title span {
    display: block; }

  body#privacy-policy .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#privacy-policy .about-cards .cfc--card .cfc--card__excerpt {
    color: #fff; }

  body#privacy-policy .about-cards .cfc--card .cfc--card__excerpt a {
    color: #fff; }

  body#privacy-policy .about-cards .cfc--card .cfc--card__excerpt a:after {
    content: ">";
    margin-left: 10px; }

  body#privacy-policy .about-cards .cfc--card.card1 .cfc--card__title span,
  body#privacy-policy .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
    color: #59cbe8; }

  body#privacy-policy .about-cards .cfc--card.card2 .cfc--card__title span,
  body#privacy-policy .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
    color: #ef8031; }

  body#privacy-policy .about-cards .cfc--card.card3 .cfc--card__title span,
  body#privacy-policy .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
    color: #85b236; }


    body#get-started-push .hero1 {
      background-image: url(../../uploads/2018/06/CFC-push-hero.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative; }

      body#get-started-push .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }

      body#get-started-push .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }

      body#get-started-push .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }

      body#get-started-push .hero1 .leadspace-body h1 {
      position: relative;
      z-index: 100;
      font-size: 3.4375rem;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      margin-bottom: 3vw; }

      body#get-started-push .hero1 .leadspace-body h3 {
      position: relative;
      z-index: 100;
      font-size: 1.875rem;
      text-transform: uppercase;
      margin: 0;
      font-weight: 500; }

      body#get-started-push .hero1 .leadspace-body h3 span {
      color: #0062FF; }

      body#get-started-push .our-partners h3 {
      text-align: center; }

      body#get-started-push .ibm-answered {
      background-image: url(img/hero__disaster-hurricane.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative;
      padding-top: 7vw;
      padding-bottom: 7vw;
      color: #fff; }

      body#get-started-push .ibm-answered .car {
      position: relative;
      z-index: 100; }

      body#get-started-push .ibm-answered h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase; }

      body#get-started-push .ibm-answered h4 span {
      background: rgba(42, 42, 42, 0.6);
      display: inline-block;
      margin: auto;
      padding: 1vw 3vw; }

      body#get-started-push .ibm-answered:after {
      content: "";
      display: block;
      background: rgba(92, 136, 218, 0.6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }

      body#get-started-push .largest-event {
      position: relative;
      padding-top: 7vw;
      padding-bottom: 7vw;
      background: #06038d;
      color: #fff; }

      body#get-started-push .largest-event .car {
      position: relative;
      z-index: 100; }

      body#get-started-push .largest-event h4 {
      text-align: center;
      color: #fff;
      margin: 0 auto;
      text-transform: uppercase; }

      body#get-started-push .largest-event h4 span {
      background: rgba(42, 42, 42, 0.6);
      display: inline-block;
      margin: auto;
      padding: 1vw 3vw; }

      body#get-started-push .about-cards {
      background: #ebebeb; }

      body#get-started-push .about-cards .cfc--card .cfc--card__title {
      font-size: 2.1875rem;
      color: #fff;
      text-transform: uppercase; }

      body#get-started-push .about-cards .cfc--card .cfc--card__title span {
      display: block; }

      body#get-started-push .about-cards .cfc--card .cfc--card__excerpt {
      color: #fff; }

      body#get-started-push .about-cards .cfc--card .cfc--card__excerpt {
      color: #fff; }

      body#get-started-push .about-cards .cfc--card .cfc--card__excerpt a {
      color: #fff; }

      body#get-started-push .about-cards .cfc--card .cfc--card__excerpt a:after {
      content: ">";
      margin-left: 10px; }

      body#get-started-push .about-cards .cfc--card.card1 .cfc--card__title span,
      body#get-started-push .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
      color: #59cbe8; }

      body#get-started-push .about-cards .cfc--card.card2 .cfc--card__title span,
      body#get-started-push .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
      color: #ef8031; }

      body#get-started-push .about-cards .cfc--card.card3 .cfc--card__title span,
      body#get-started-push .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
      color: #85b236; }

  body#get-started-push .flow {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #5b5b5b;
    text-align:center;}
    body#get-started-push .flow .arrow{
      vertical-align: middle;
      width:40px;
      margin:50px auto;
      display: inline-block;}
      body#get-started-push .flow .arrow .line {
        margin-top:5px;
        width:30px;
        background: white;
        height:1px;
        float:left;}
      body#get-started-push .flow .arrow .point {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom:6px solid transparent;
        border-left: 10px solid white;
        float:right;}
    body#get-started-push .flow .box {
     vertical-align: middle;
     display:inline-block;
     min-width: 100px;
     height: 80px;
     line-height: 80px;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     margin-top: 10px;
     margin-bottom:10px;}
     body#get-started-push .flow .box.blue {
       background-color: #56B0F3;
       color: #fff;
       font-weight: bold;
       border:1px solid #56B0F3;}

     body#get-started-push .flow .box.white {
     background-color: #fff;
     color: #56B0F3;
     font-weight: bold;
     border:1px solid #fff;}


      body#get-started-commit .hero1 {
          background-image: url(../../uploads/2018/06/CFC-commit-hero.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 0 0;
          position: relative; }

          body#get-started-commit .hero1:after {
          content: "";
          display: block;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
          background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1; }

          body#get-started-commit .hero1 .car {
          padding-top: 0;
          padding-bottom: 0; }

          body#get-started-commit .hero1 .leadspace-body {
          position: relative;
          overflow: hidden;
          padding-top: 7vw;
          padding-bottom: 7vw;
          text-align: center;
          color: #fff;
          z-index: 100; }

          body#get-started-commit .hero1 .leadspace-body h1 {
          position: relative;
          z-index: 100;
          font-size: 3.4375rem;
          text-transform: uppercase;
          font-weight: 600;
          margin: 0;
          margin-bottom: 3vw; }

          body#get-started-commit .hero1 .leadspace-body h3 {
          position: relative;
          z-index: 100;
          font-size: 1.875rem;
          text-transform: uppercase;
          margin: 0;
          font-weight: 500; }

          body#get-started-commit .hero1 .leadspace-body h3 span {
          color: #0062FF; }

          body#get-started-commit .our-partners h3 {
          text-align: center; }

          body#get-started-commit .ibm-answered {
          background-image: url(img/hero__disaster-hurricane.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: 0 0;
          position: relative;
          padding-top: 7vw;
          padding-bottom: 7vw;
          color: #fff; }

          body#get-started-commit .ibm-answered .car {
          position: relative;
          z-index: 100; }

          body#get-started-commit .ibm-answered h4 {
          text-align: center;
          color: #fff;
          margin: 0 auto;
          text-transform: uppercase; }

          body#get-started-commit .ibm-answered h4 span {
          background: rgba(42, 42, 42, 0.6);
          display: inline-block;
          margin: auto;
          padding: 1vw 3vw; }

          body#get-started-commit .ibm-answered:after {
          content: "";
          display: block;
          background: rgba(92, 136, 218, 0.6);
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1; }

          body#get-started-commit .largest-event {
          position: relative;
          padding-top: 7vw;
          padding-bottom: 7vw;
          background: #06038d;
          color: #fff; }

          body#get-started-commit .largest-event .car {
          position: relative;
          z-index: 100; }

          body#get-started-commit .largest-event h4 {
          text-align: center;
          color: #fff;
          margin: 0 auto;
          text-transform: uppercase; }

          body#get-started-commit .largest-event h4 span {
          background: rgba(42, 42, 42, 0.6);
          display: inline-block;
          margin: auto;
          padding: 1vw 3vw; }

          body#get-started-commit .about-cards {
          background: #ebebeb; }

          body#get-started-commit .about-cards .cfc--card .cfc--card__title {
          font-size: 2.1875rem;
          color: #fff;
          text-transform: uppercase; }

          body#get-started-commit .about-cards .cfc--card .cfc--card__title span {
          display: block; }

          body#get-started-commit .about-cards .cfc--card .cfc--card__excerpt {
          color: #fff; }

          body#get-started-commit .about-cards .cfc--card .cfc--card__excerpt {
          color: #fff; }

          body#get-started-commit .about-cards .cfc--card .cfc--card__excerpt a {
          color: #fff; }

          body#get-started-commit .about-cards .cfc--card .cfc--card__excerpt a:after {
          content: ">";
          margin-left: 10px; }

          body#get-started-commit .about-cards .cfc--card.card1 .cfc--card__title span,
          body#get-started-commit .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
          color: #59cbe8; }

          body#get-started-commit .about-cards .cfc--card.card2 .cfc--card__title span,
          body#get-started-commit .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
          color: #ef8031; }

          body#get-started-commit .about-cards .cfc--card.card3 .cfc--card__title span,
          body#get-started-commit .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
          color: #85b236; }
          body#get-started-commit .flow {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 50px;
            padding-bottom: 50px;
            background-color: #5b5b5b;
            text-align:center;}
            body#get-started-commit .flow .arrow{
              vertical-align: middle;
              width:40px;
              margin:50px auto;
              display: inline-block;}
              body#get-started-commit .flow .arrow .line {
                margin-top:5px;
                width:30px;
                background: white;
                height:1px;
                float:left;}
              body#get-started-commit .flow .arrow .point {
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom:6px solid transparent;
                border-left: 10px solid white;
                float:right;}
            body#get-started-commit .flow .box {
             vertical-align: middle;
             display:inline-block;
             min-width: 100px;
             height: 80px;
             line-height: 80px;
             padding-left: 10px;
             padding-right: 10px;
             padding-bottom: 10px;
             margin-top: 10px;
             margin-bottom:10px;}
             body#get-started-commit .flow .box.blue {
               background-color: #56B0F3;
               color: #fff;
               font-weight: bold;
               border:1px solid #56B0F3;}
             body#get-started-commit .flow .box.white {
             background-color: #fff;
             color: #56B0F3;
             font-weight: bold;
             border:1px solid #fff;}


    body#become-a-sponsor .hero1 {
        background-image: url(img/hero__about.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative; }

        body#become-a-sponsor .hero1:after {
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
        background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

        body#become-a-sponsor .hero1 .car {
        padding-top: 0;
        padding-bottom: 0; }

        body#become-a-sponsor .hero1 .leadspace-body {
        position: relative;
        overflow: hidden;
        padding-top: 7vw;
        padding-bottom: 7vw;
        text-align: center;
        color: #fff;
        z-index: 100; }

        body#become-a-sponsor .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.4375rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }

        body#become-a-sponsor .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }

        body#become-a-sponsor .hero1 .leadspace-body h3 span {
        color: #0062FF; }

        body#become-a-sponsor .our-partners h3 {
        text-align: center; }

        body#become-a-sponsor .ibm-answered {
        background-image: url(img/hero__disaster-hurricane.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw;
        color: #fff; }

        body#become-a-sponsor .ibm-answered .car {
        position: relative;
        z-index: 100; }

        body#become-a-sponsor .ibm-answered h4 {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        text-transform: uppercase; }

        body#become-a-sponsor .ibm-answered h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }

        body#become-a-sponsor .ibm-answered:after {
        content: "";
        display: block;
        background: rgba(92, 136, 218, 0.6);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

        body#become-a-sponsor .largest-event {
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw;
        background: #06038d;
        color: #fff; }

        body#become-a-sponsor .largest-event .car {
        position: relative;
        z-index: 100; }

        body#become-a-sponsor .largest-event h4 {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        text-transform: uppercase; }

        body#become-a-sponsor .largest-event h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }

        body#become-a-sponsor .about-cards {
        background: #ebebeb; }

        body#become-a-sponsor .about-cards .cfc--card .cfc--card__title {
        font-size: 2.1875rem;
        color: #fff;
        text-transform: uppercase; }

        body#become-a-sponsor .about-cards .cfc--card .cfc--card__title span {
        display: block; }

        body#become-a-sponsor .about-cards .cfc--card .cfc--card__excerpt {
        color: #fff; }

        body#become-a-sponsor .about-cards .cfc--card .cfc--card__excerpt {
        color: #fff; }

        body#become-a-sponsor .about-cards .cfc--card .cfc--card__excerpt a {
        color: #fff; }

        body#become-a-sponsor .about-cards .cfc--card .cfc--card__excerpt a:after {
        content: ">";
        margin-left: 10px; }

        body#become-a-sponsor .about-cards .cfc--card.card1 .cfc--card__title span,
        body#become-a-sponsor .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
        color: #59cbe8; }

        body#become-a-sponsor .about-cards .cfc--card.card2 .cfc--card__title span,
        body#become-a-sponsor .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
        color: #ef8031; }

        body#become-a-sponsor .about-cards .cfc--card.card3 .cfc--card__title span,
        body#become-a-sponsor .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
        color: #85b236; }

    body#become-an-affiliate .hero1 {
        background-image: url(img/hero__about.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative; }

        body#become-an-affiliate .hero1:after {
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
        background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

        body#become-an-affiliate .hero1 .car {
        padding-top: 0;
        padding-bottom: 0; }

        body#become-an-affiliate .hero1 .leadspace-body {
        position: relative;
        overflow: hidden;
        padding-top: 7vw;
        padding-bottom: 7vw;
        text-align: center;
        color: #fff;
        z-index: 100; }

        body#become-an-affiliate .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.4375rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }

        body#become-an-affiliate .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }

        body#become-an-affiliate .hero1 .leadspace-body h3 span {
        color: #0062FF; }

        body#become-an-affiliate .our-partners h3 {
        text-align: center; }

        body#become-an-affiliate .ibm-answered {
        background-image: url(img/hero__disaster-hurricane.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw;
        color: #fff; }

        body#become-an-affiliate .ibm-answered .car {
        position: relative;
        z-index: 100; }

        body#become-an-affiliate .ibm-answered h4 {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        text-transform: uppercase; }

        body#become-an-affiliate .ibm-answered h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }

        body#become-an-affiliate .ibm-answered:after {
        content: "";
        display: block;
        background: rgba(92, 136, 218, 0.6);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

        body#become-an-affiliate .largest-event {
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw;
        background: #06038d;
        color: #fff; }

        body#become-an-affiliate .largest-event .car {
        position: relative;
        z-index: 100; }

        body#become-an-affiliate .largest-event h4 {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        text-transform: uppercase; }

        body#become-an-affiliate .largest-event h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }

        body#become-an-affiliate .about-cards {
        background: #ebebeb; }

        body#become-an-affiliate .about-cards .cfc--card .cfc--card__title {
        font-size: 2.1875rem;
        color: #fff;
        text-transform: uppercase; }

        body#become-an-affiliate .about-cards .cfc--card .cfc--card__title span {
        display: block; }

        body#become-an-affiliate .about-cards .cfc--card .cfc--card__excerpt {
        color: #fff; }

        body#become-an-affiliate .about-cards .cfc--card .cfc--card__excerpt {
        color: #fff; }

        body#become-an-affiliate .about-cards .cfc--card .cfc--card__excerpt a {
        color: #fff; }

        body#become-an-affiliate .about-cards .cfc--card .cfc--card__excerpt a:after {
        content: ">";
        margin-left: 10px; }

        body#become-an-affiliate .about-cards .cfc--card.card1 .cfc--card__title span,
        body#become-an-affiliate .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
        color: #59cbe8; }

        body#become-an-affiliate .about-cards .cfc--card.card2 .cfc--card__title span,
        body#become-an-affiliate .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
        color: #ef8031; }

        body#become-an-affiliate .about-cards .cfc--card.card3 .cfc--card__title span,
        body#become-an-affiliate .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
        color: #85b236; }

    body#become-a-supporter .hero1 {
        background-image: url(img/hero__about.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative; }

        body#become-a-supporter .hero1:after {
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
        background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

        body#become-a-supporter .hero1 .car {
        padding-top: 0;
        padding-bottom: 0; }

        body#become-a-supporter .hero1 .leadspace-body {
        position: relative;
        overflow: hidden;
        padding-top: 7vw;
        padding-bottom: 7vw;
        text-align: center;
        color: #fff;
        z-index: 100; }

        body#become-a-supporter .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.4375rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }

        body#become-a-supporter .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }

        body#become-a-supporter .hero1 .leadspace-body h3 span {
        color: #0062FF; }

        body#become-a-supporter .our-partners h3 {
        text-align: center; }

        body#become-a-supporter .ibm-answered {
        background-image: url(img/hero__disaster-hurricane.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw;
        color: #fff; }

        body#become-a-supporter .ibm-answered .car {
        position: relative;
        z-index: 100; }

        body#become-a-supporter .ibm-answered h4 {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        text-transform: uppercase; }

        body#become-a-supporter .ibm-answered h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }

        body#become-a-supporter .ibm-answered:after {
        content: "";
        display: block;
        background: rgba(92, 136, 218, 0.6);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }

        body#become-a-supporter .largest-event {
        position: relative;
        padding-top: 7vw;
        padding-bottom: 7vw;
        background: #06038d;
        color: #fff; }

        body#become-a-supporter .largest-event .car {
        position: relative;
        z-index: 100; }

        body#become-a-supporter .largest-event h4 {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        text-transform: uppercase; }

        body#become-a-supporter .largest-event h4 span {
        background: rgba(42, 42, 42, 0.6);
        display: inline-block;
        margin: auto;
        padding: 1vw 3vw; }

        body#become-a-supporter .about-cards {
        background: #ebebeb; }

        body#become-a-supporter .about-cards .cfc--card .cfc--card__title {
        font-size: 2.1875rem;
        color: #fff;
        text-transform: uppercase; }

        body#become-a-supporter .about-cards .cfc--card .cfc--card__title span {
        display: block; }

        body#become-a-supporter .about-cards .cfc--card .cfc--card__excerpt {
        color: #fff; }

        body#become-a-supporter .about-cards .cfc--card .cfc--card__excerpt {
        color: #fff; }

        body#become-a-supporter .about-cards .cfc--card .cfc--card__excerpt a {
        color: #fff; }

        body#become-a-supporter .about-cards .cfc--card .cfc--card__excerpt a:after {
        content: ">";
        margin-left: 10px; }

        body#become-a-supporter .about-cards .cfc--card.card1 .cfc--card__title span,
        body#become-a-supporter .about-cards .cfc--card.card1 .cfc--card__excerpt a:after {
        color: #59cbe8; }

        body#become-a-supporter .about-cards .cfc--card.card2 .cfc--card__title span,
        body#become-a-supporter .about-cards .cfc--card.card2 .cfc--card__excerpt a:after {
        color: #ef8031; }

        body#become-a-supporter .about-cards .cfc--card.card3 .cfc--card__title span,
        body#become-a-supporter .about-cards .cfc--card.card3 .cfc--card__excerpt a:after {
        color: #85b236; }

/*push page style*/
body#why-push .hero1 {
  background-image: url(img/hero__about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
body#why-push .hero1:after {
content: "";
display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1; }
body#why-push .hero1 .car {
padding-top: 0;
padding-bottom: 0; }
body#why-push .hero1 .leadspace-body {
position: relative;
overflow: hidden;
padding-top: 7vw;
padding-bottom: 7vw;
text-align: center;
color: #fff;
z-index: 100; }
body#why-push .hero1 .car .leadspace-body p {
    font-size: 24px;}
body#why-push .hero1 .car .leadspace-body button {
    background-color: #ef8031;
    border-color: #ef8031;
    color: #fff;
    margin-top: 6vw;
    font-size: 22px;}
body#why-push .hero1 .car .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2vw; }
    body#why-push .hero1 .leadspace-body h1 span {
      color: #ef8031; }
  body#why-push .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#why-push .hero1 .leadspace-body h3 span {
      color: #0062FF; }

    body#why-push .push-card-left {
       padding-left: 13%;
       padding-right: 10%;
       text-align: left;
       padding-top: 50px;
       padding-bottom: 50px;
       color: black;}
   body#why-push .push-card-left .push-card-content__title {
     font-size: 1.6rem;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 1.2;
     color:black;}
   body#why-push .push-card-left p {
     line-height: 2;}

   body#why-push .push-card-right {
     padding-top: 50px;
     padding-bottom: 50px;
     padding-left: 10%;
     margin-left:auto;}
   body#why-push .push-card-right .push-card-content__title {
     font-size: 1.6rem;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 1.2;
     color:black;}

   body#why-push .push-card-right .push-card-content__ques{
    padding-right: 25%;
   }
   body#why-push .push-card-right .push-card-content__ans{
    color:#469AD8;
    padding-left: 8%;
    padding-right: 25%;
   }
   body#why-push .push-card-right .push-card-content__source{
    font-size: 10px;
    color:black;
    padding-right: 25%;
   }
   body#why-push .bx--grid {
     margin-left: 0px;
     margin-right: 0px;
     padding-left: 0px;
     padding-right: 0px;}

/*commit page*/
body#why-commit .hero1 {
  background-image: url(img/hero__about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
body#why-commit .hero1:after {
content: "";
display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1; }
body#why-commit .hero1 .car {
padding-top: 0;
padding-bottom: 0; }
body#why-commit .hero1 .leadspace-body {
position: relative;
overflow: hidden;
padding-top: 7vw;
padding-bottom: 7vw;
text-align: center;
color: #fff;
z-index: 100; }
body#why-commit .hero1 .car .leadspace-body p {
    font-size: 24px;}
body#why-commit .hero1 .car .leadspace-body button {
    background-color: #469AD8;
    border-color: #469AD8;
    color:#fff;
    margin-top: 6vw;
    font-size: 22px;}
body#why-commit .hero1 .car .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2vw; }
    body#why-commit .hero1 .leadspace-body h1 span {
      color: #469AD8; }
  body#why-commit .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#why-commit .hero1 .leadspace-body h3 span {
      color: #0062FF; }

    body#why-commit .commit-card-left {
       padding-left: 13%;
       padding-right: 10%;
       text-align: left;
       padding-top: 50px;
       padding-bottom: 50px;
       color: #fff;}
   body#why-commit .commit-card-left .commit-card-content__title {
     font-size: 1.6rem;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 1.2;
     color:black;}

   body#why-commit .commit-card-left p {
     line-height: 2;
     color:black;}

   body#why-commit .commit-card-right {
     padding-top: 50px;
     padding-bottom: 50px;
     padding-right: 10%;
     padding-left: 10%;
     margin-left:auto;}
   body#why-commit .commit-card-right .commit-card-content__title {
     font-size: 1.6rem;
     font-weight: bold;
     text-transform: uppercase;
     line-height: 1.2;
     color:black;}

   body#why-commit .bx--grid {
     margin-left: 0px;
     margin-right: 0px;
     padding-left: 0px;
     padding-right: 0px;}

/*answer page*/
body#why-answer .hero1 {
  background-image: url(img/amplify-3answer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
body#why-answer .hero1:after {
content: "";
display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
/* IE6-9 fallback on horizontal gradient */
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1; }
body#why-answer .hero1 .car {
padding-top: 0;
padding-bottom: 0; }
body#why-answer .hero1 .leadspace-body {
position: relative;
overflow: hidden;
padding-top: 7vw;
padding-bottom: 7vw;
text-align: center;
color: #fff;
z-index: 100; }
body#why-answer .hero1 .car .leadspace-body p {
    font-size: 24px;}
body#why-answer .hero1 .car .leadspace-body button {
    font-size: 22px;}
body#why-answer .hero1 .car .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2vw; }
    body#why-answer .hero1 .leadspace-body h1 span {
      color: #85b236; }
  body#why-answer .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#why-answer .hero1 .leadspace-body h3 span {
      color: #0062FF; }
  body#why-answer .hero1 .leadspace-body button {
    margin-top: 6vw;
    background-color:#85b236;
    border-color:#85b236;
    color:white;}
body#why-answer .answer-card-top {
  padding-left: 20%;
  padding-right: 20%;
  padding-top:50px;
  text-align: left;
}
body#why-answer .answer-card-top .row{
 column-count:2;
}
body#why-answer .answer-card-top .answer-card-content__title {
 font-size: 2rem;
 font-weight: bold;
 text-transform: uppercase;
 line-height: 1.2;
 color:white;}

body#why-answer .answer-card-top-left {
    padding-left: 20%;
    text-align: left;
    padding-bottom: 50px;
 }
 body#why-answer .answer-card-top-left .answer-card-content__title {
   padding-left:20px;
   font-size: 1.6rem;
   font-weight: bold;
   line-height: 1.2;
   color:#29E0DD;}
body#why-answer .answer-card-top-left .answer-card-content__list{
    color: white;
    padding-right:3%;
  }
body#why-answer .answer-card-top-left .answer-card-content__list li span{
       color: #29E0DD;
     }
body#why-answer .answer-card-top-right {
       padding-right: 20%;
       padding-left: 3%;
       text-align: left;
       padding-bottom: 50px;
}
body#why-answer .answer-card-top-right .answer-card-content__title {
    padding-left:20px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    color:#29E0DD;}
body#why-answer .answer-card-top-right .answer-card-content__list{
     color: white;
     padding-right:3%;}
body#why-answer .answer-card-top-right .answer-card-content__list li span{
 color: #29E0DD;}



 body#why-answer .answer-card-top-left button{
   margin-left: 5%;
 }

 body#why-answer .answer-card-left {
    padding-left: 10%;
    padding-right: 5%;
    padding-right: 20px;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;}
body#why-answer .answer-card-left .answer-card-content__title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color:black;}
body#why-answer .answer-card-left .answer-card-content__list{
 color: black;
 padding-right:8%;
 line-height: 2;
}

body#why-answer .answer-card-right {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 5%;
  padding-left: 10%;
  margin-left:auto;}
body#why-answer .answer-card-right .answer-card-content__title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color:black;}
  body#why-answer .answer-card-right .answer-card-content__list{
   color: black;
   padding-right:30%;
 }
 body#why-answer .answer-card-right button{
   margin-left:10%;}

body#why-answer .bx--grid {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;}

body#videos .container-fluid {
  padding: 2vw 2vw 0vw 2vw;}
  body#videos .container-fluid .cfc-videos.slideshow-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40.25%;}
    body#videos .container-fluid .cfc-videos.slideshow-container .cfc-videos-carousel-video{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;}
    /* Hide the images by default */
    body#videos .container-fluid .cfc-videos.slideshow-container .mySlides {
      display: none;}
      body#videos .container-fluid .cfc-videos.slideshow-container .mySlides.default {
          display: block;}

  /* Next & previous buttons */
  body#videos .container-fluid .cfc-videos .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;}
  /* Position the "next button" to the right */
  body#videos .container-fluid .cfc-videos .next {
    right: 0;
    border-radius: 3px 0 0 3px;}
  /* On hover, add a black background color with a little bit see-through */
  body#videos .container-fluid .cfc-videos .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);}
  /* Caption text */
  body#videos .container-fluid .cfc-videos .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;}
  /* Number text (1/3 etc) */
  body#videos .container-fluid .cfc-videos .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;}

  /* Fading animation */
  body#videos .container-fluid .cfc-videos .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;}
  body#videos.container-fluid .cfc-videos  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}}
  body#videos.container-fluid .cfc-videos  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}}
/* The dots/bullets/indicators */
body#videos .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;}
body#videos .active, .dot:hover {
  background-color: #717171;}
body#videos .bx--grid{
  margin-left: 3%;
  margin-right: 3%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;}
 body#videos .bx--grid h3{
   font-size:22px;
   text-transform:uppercase;
   font-weight: normal;
   margin-bottom:0;}
 body#videos .bx--grid .cfc-videos-button{
   display: block;
   margin-left:auto;
   margin-right:auto;
   text-align: center;}
 body#videos .bx--grid .cfc-videos-link{
   color:#5a6872;
   font-size: 20px;
   display: block;
   margin-left:auto;
   margin-right:auto;
   text-align: center;}
 body#videos .bx--grid .bx--row{
   padding-bottom:20px;}
   body#videos  .bx--grid .bx--row .cfc-videos {
     margin: 10px auto;}
     body#videos  .bx--grid .bx--row .cfc-videos > div {
     position: relative;
     padding-bottom: 50%;
     height: 0px;}
      body#videos .bx--grid .bx--row .cfc-videos iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height:100%;}
  body#videos .aspect-ratio {
   position: relative;
   width: 100%;
   height: 0;
   padding-bottom: 51%;}
   body#videos .aspect-ratio iframe {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0; top: 0;}
   body#videos .aspect-ratio .info{
     position:absolute;
     bottom:20px;
     left:20px;
     z-index: 2;
     text-align:left;
     margin:0 auto;
     color: white;}
     body#videos .aspect-ratio .info p{
       width: 100%;
       font-size: 1.25rem;
       margin-bottom: 0px;}
     body#videos .aspect-ratio  .info h1{
       margin-top:0px;
       margin-bottom: 0px;
       padding:10px 0px 10px 0px;
       width: 100%;
       font-size: 2rem; }
     body#videos .aspect-ratio .info span {
       padding-left: 10px;
       padding-right: 10px;
       height: 25px;
       color: white;
       font-size: 1rem;
       background-color: rgba(0, 0, 0, 0.0);
       border: 1px solid white;}

body#celebrity-supporters .hero1 {
background-image: url(img/hero__celebrity.png);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
position: relative; }
body#celebrity-supporters .hero1:after {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
  background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
body#celebrity-supporters .hero1 .car {
  padding-top: 0;
  padding-bottom: 0; }
body#celebrity-supporters .hero1 .leadspace-body {
  position: relative;
  overflow: hidden;
  padding-top: 7vw;
  padding-bottom: 7vw;
  text-align: center;
  color: #fff;
  z-index: 100; }
  body#celebrity-supporters .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 3.4375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }
  body#celebrity-supporters .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#celebrity-supporters .hero1 .leadspace-body h3 span {
      color: #0062FF; }
  body#celebrity-supporters .cfc-section .bx--grid {
    padding:0;
    margin:0;}
  body#celebrity-supporters .cfc-section .bx--grid .bx--row {
    padding-bottom:20px;}
    body#celebrity-supporters .cfc-section .bx--grid .bx--row h3 {
      color: #0062FF;
      font-size: 2.1875rem;}
    body#celebrity-supporters .cfc-section .bx--grid .bx--row h4 {
      text-transform: uppercase;
      font-size: smaller;}
    body#celebrity-supporters .cfc-section .bx--grid .bx--row .bx--col-md-6 {
      padding: 0;}
      body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc--card {
        height: 100%;
        position:relative;
        overflow: auto;
        border: 0;
        margin-bottom: 10px;
        box-shadow: none;}
        body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc--card .cfc--card__img{
          height: 250px;}
        body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc--card .cfc--card__body {
          padding: 20px 20px 30px 20px;}
        body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc--card .cfc--card__title {
          padding-bottom: 10px;}
        body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc--card .cfc--card__excerpt {
        margin-bottom: 20px;}
        body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc--card p {
          margin-bottom: 0;}
        body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc--card .cfc--card__media {
          position:absolute;
          padding-left: 20px;
          bottom: 10px;}

  body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc-sponsor-header{
    background-color: #f2f2f2;
    text-align: center;
    font-weight:bold;
  }
  body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc-sponsor-image{
    text-align: center;
    height:auto;
    width:auto;
    padding-top: 10px;
    padding-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc-sponsor-secondary-image{
    text-align: center;
    max-width:75%;
    height:auto;
    width:auto;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body#celebrity-supporters .cfc-section .bx--grid .bx--row .cfc-sponsor-supporter-image{
    text-align: center;
    max-width:70%;
    height:auto;
    width:auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body#celebrity-supporters .cfc-section .bx--grid .cfc-sponsor-footer{
    padding-top:30px;
  }
  body#celebrity-supporters .cfc-section .bx--grid .cfc-sponsor-footer h3{
    font-size: 20px;
    font-weight: bold;
  }
  body#celebrity-supporters .cfc-section .bx--grid .cfc-sponsor-footer p{
    color:#0062FF;
  }

  body#content-partners .hero1 {
    background-image: url(img/hero__celebrity.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative; }
    body#content-partners .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    body#content-partners .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
    body#content-partners .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
      body#content-partners .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.4375rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }
      body#content-partners .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }
        body#content-partners .hero1 .leadspace-body h3 span {
          color: #0062FF; }
      body#content-partners .cfc-section .bx--grid .bx--row{
        padding-bottom:20px;
      }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners{
        padding:20px;

      }

      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners p{
        text-align: center;
        font-size:1.0rem;
        font-weight: lighter;
      }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners h3{
        text-align: center;
        font-size:1.5rem;
        padding-bottom:10px;
      }

      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3{
        text-align: center;
        font-size:1.5rem;
        padding-bottom:10px;
        height:60px;
        color: black;
      }
        body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3:hover{
          cursor: pointer;
        }
        body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3 a{
          color:black;
          text-decoration: none;
        }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partenrs-card .cfc-partenrs-card_title{
        text-transform: uppercase;
        height: 60px;
      }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partenrs-card .cfc-partenrs-card_expertise{
        text-align: center;
        font-size: 0.875rem;
        font-weight: lighter;
        height:80px;
      }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partners-link{
        cursor: pointer;
      }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partners-image{
        border-radius: 50%;
        max-width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom:5px;
      }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partners-image:hover{
        cursor: pointer;
      }
      body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .cfc-partners-title{
        text-transform: uppercase;
      }

      /* Popup box BEGIN */
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 20vw; /* Location of the box */
        left: 0;
        top: 0;
        right:0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .modal-content {
        position: relative;
        background-color: #fff;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 50%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    /* Add Animation */
   /* @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

  @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    } */

    /* The Close Button */
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .close {
        color: black;
        float: right;
        padding-right:1vw;
        font-size: 28px;
        font-weight: bold;
    }

    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .close:hover,
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .close:focus {
        color: #5b5b5b;
        text-decoration: none;
        cursor: pointer;
    }

    /* body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .modal-header {
        padding: 2px 16px;
    } */

    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .modal-body {
      padding-top:40px;
    }
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .modal .modal-content .modal-body .bx--row{
      margin-left:20px;
    }
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-partners .modal .modal-content .modal-body .bx--row .cfc-partners-bio{
      text-align: left;
    }
    /* body#content-partners .cfc-section .bx--grid .bx--row .cfc-sponsor-header{
      background-color: #f2f2f2;
      text-align: center;
      font-weight:bold;
    }
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-sponsor-image{
      text-align: center;
      height:auto;
      width:auto;
      padding-top: 10px;
      padding-bottom: 30px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-sponsor-secondary-image{
      text-align: center;
      max-width:75%;
      height:auto;
      width:auto;

      padding-bottom: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    body#content-partners .cfc-section .bx--grid .bx--row .cfc-sponsor-supporter-image{
      text-align: center;
      max-width:70%;
      height:auto;
      width:auto;
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    body#content-partners .cfc-section .bx--grid .cfc-sponsor-footer{
      padding-top:30px;
    }
    body#content-partners .cfc-section .bx--grid .cfc-sponsor-footer h3{
      font-size: 20px;
      font-weight: bold;
    }
    body#content-partners .cfc-section .bx--grid .cfc-sponsor-footer p{
      color:#0062FF;
    } */

  body#virtual .hero1 {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    body#virtual .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    body#virtual .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
    body#virtual .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
      body#virtual .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.4375rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }
      body#virtual .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }
        body#virtual .hero1 .leadspace-body h3 span {
          color: #0062FF; }
      body#virtual .hero1 .leadspace-body p {
        padding-left: 15%;
        padding-right: 15%;
        margin-bottom: 40px;}
  body#virtual .cfc-section.desc p span{
  font-weight: bold;
  color: #0062FF;}
  body#virtual .cfc-section.get-started {
  background-color:#f1f1f1; }
  body#virtual .cfc-section.get-started .numberCircle {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 3px;
    background: #fff;
    border: 1px solid #0062FF;
    color: #0062FF;
    text-align: center;
    font: 16px Arial, sans-serif;
  }
  body#virtual .cfc-section.get-started .cfc--card {
  color: #0062FF;}
    body#virtual .cfc-section.get-started .cfc--card .cfc--card__title {
      font-weight: normal;}
    body#virtual .cfc-section.get-started .cfc--card span {
      font-weight: bold;}
    body#virtual .cfc-section.get-started .cfc--card .cfc--card__excerpt {
      color: #0062FF;}
    body#virtual .cfc-section.get-started .cfc--card.card1{
      text-align: center;
      padding: 20px 40px 30px 40px;
      height: 100%;}
      body#virtual .cfc-section.get-started .cfc--card.card1 .cfc--card__title {
        text-transform: uppercase;
        font-size: 1.25rem;
        margin-top: 10px;}
      body#virtual .cfc-section.get-started .cfc--card.card1 .bx--btn {
        min-width: 150px;
        margin-top: 40px;}
      body#virtual .cfc-section.get-started .cfc--card.card1 a{
        color: #000;}
        body#virtual .cfc-section.get-started .cfc--card.card1 a:hover {
          color: #fff;}
    body#virtual .cfc-section.get-started .cfc--card.card2{
      text-align: left;
      padding: 15px 15px 0px 15px;}
      body#virtual .cfc-section.get-started .cfc--card.card2 .bx--row{
        padding: 0px;}
      body#virtual .cfc-section.get-started .cfc--card.card2 .cfc--card__title {
        font-size: 1rem;}
      body#virtual .cfc-section.get-started .cfc--card.card2 .bx--col-md-1 {
        padding: 0;
        margin: 10px 0px 20px 10px;}
      body#virtual .cfc-section.get-started .cfc--card.card2 .bx--col-md-3 {
        padding-left: 0;}
        body#virtual .cfc-section.get-started .cfc--card.card2 .bx--col-md-8 {
          padding-left: 0;
          padding-right: 0;}
      body#virtual .cfc-section.get-started .cfc--card.card2.middle{
          margin-top: 30px;
        /* margin-bottom: 20px;} */}
  @media only screen and (max-width: 579px) and (min-width: 0) {
  body#virtual .cfc-section.twitch-cc .bx--grid{
    margin-left: 10px !important;
    margin-right: 10px !important;}}
  body#virtual .cfc-section.schedule  table.table-left {
    width:22%;
    display: inline-block;
    border-collapse: collapse;
    border: solid 1px #0062FF;
    border-right: solid 0px #0062FF;
    margin: 0;}
    body#virtual .cfc-section.schedule  table.table-left tbody,
    body#virtual .cfc-section.schedule  table.table-left tr {
      display: block;}
    body#virtual .cfc-section.schedule  table.table-left tr {
      font-weight: bold;
      color: #0062FF;
      height: 40px;}
    body#virtual .cfc-section.schedule  table.table-left td {
      padding-right: 20px;
      text-align: right;
      display: block;
      height: 100%;}
      body#virtual .cfc-section.schedule  table.table-left td .text{
        line-height: 40px;}
    @media only screen and (max-width: 579px) and (min-width: 0) {
      body#virtual .cfc-section.schedule  table.table-left tr {
        height: 90px; }
      body#virtual .cfc-section.schedule  table.table-left td .text{
        line-height: 30px;}}
  body#virtual .cfc-section.schedule .container {
    width:78%;
    float: right;
    display: inline-block;
    position: relative;}
    body#virtual .cfc-section.schedule .container .table-scroll {
      border: solid 1px #0062FF;
      padding: 0;
      height: 402px;
      overflow: auto; }
    body#virtual .cfc-section.schedule .container .table-right table {
      margin-bottom: 0;
      border-collapse: collapse;
      border: solid 0px #0062FF;}
      body#virtual .cfc-section.schedule .container .table-right table tr{
        height: 40px;}
      body#virtual .cfc-section.schedule .container .table-right table td {
        margin-right: 0;
        vertical-align: middle;
        padding: 5px 0px 5px 20px;
        line-height: 1.2;
        border-top:  solid 0px #000;
        border-bottom: solid 0px #000;
        border-left: solid 0px #000;
        border-right: solid 0px #000;}
        body#virtual .cfc-section.schedule .container .table-right table td.border-right {
          border-right: solid 1px #0062FF;}
        body#virtual .cfc-section.schedule .container .table-right table td.even {
          background-color: #f6f6f6;}
        body#virtual .cfc-section.schedule .container .table-right table td span {
          font-weight: bold;
          color: red;}
        body#virtual .cfc-section.schedule .container .table-right table td p {
          line-height: 1.2;
          margin-bottom: 0.5rem;}
        body#virtual .cfc-section.schedule .container .table-right table td a {
          text-decoration: none;
          color: black;}
          body#virtual .cfc-section.schedule .container .table-right table td a:hover{
            color: #0062FF;}

  body#fridays .hero1 {
    background-image: url(img/hero__disaster-hurricane.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    body#fridays .hero1:after {
      content: "";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
      background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    body#fridays .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
    body#fridays .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
      body#fridays .hero1 .leadspace-body h1 {
        position: relative;
        z-index: 100;
        font-size: 3.4375rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        margin-bottom: 3vw; }
      body#fridays .hero1 .leadspace-body h3 {
        position: relative;
        z-index: 100;
        font-size: 1.875rem;
        text-transform: uppercase;
        margin: 0;
        font-weight: 500; }
        body#fridays .hero1 .leadspace-body h3 span {
          color: #0062FF; }
      body#fridays .hero1 .leadspace-body p {
        padding-left: 15%;
        padding-right: 15%;
        margin-bottom: 40px;}
  body#fridays .cfc-section.desc p span{
  font-weight: bold;
  color: #0062FF;}
  body#fridays .cfc-section.get-started {
  background-color:#f1f1f1; }
  body#fridays .cfc-section.get-started .numberCircle {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 3px;
    background: #fff;
    border: 1px solid #0062FF;
    color: #0062FF;
    text-align: center;
    font: 16px Arial, sans-serif;
  }
  body#fridays .cfc-section.get-started .cfc--card {
  color: #0062FF;}
    body#fridays .cfc-section.get-started .cfc--card .cfc--card__title {
      font-weight: normal;}
    body#fridays .cfc-section.get-started .cfc--card span {
      font-weight: bold;}
    body#fridays .cfc-section.get-started .cfc--card .cfc--card__excerpt {
      color: #0062FF;}
    body#fridays .cfc-section.get-started .cfc--card.card1{
      text-align: center;
      padding: 20px 40px 30px 40px;
      height: 100%;}
      body#fridays .cfc-section.get-started .cfc--card.card1 .cfc--card__title {
        text-transform: uppercase;
        font-size: 1.25rem;
        margin-top: 10px;}
      body#fridays .cfc-section.get-started .cfc--card.card1 .bx--btn {
        min-width: 150px;
        margin-top: 40px;}
      body#fridays .cfc-section.get-started .cfc--card.card1 a{
        color: #000;}
        body#fridays .cfc-section.get-started .cfc--card.card1 a:hover {
          color: #fff;}
    body#fridays .cfc-section.get-started .cfc--card.card2{
      text-align: left;
      padding: 15px 15px 0px 15px;}
      body#fridays .cfc-section.get-started .cfc--card.card2 .bx--row{
        padding: 0px;}
      body#fridays .cfc-section.get-started .cfc--card.card2 .cfc--card__title {
        font-size: 1rem;}
      body#fridays .cfc-section.get-started .cfc--card.card2 .bx--col-md-1 {
        padding: 0;
        margin: 10px 0px 20px 10px;}
      body#fridays .cfc-section.get-started .cfc--card.card2 .bx--col-md-3 {
        padding-left: 0;}
        body#fridays .cfc-section.get-started .cfc--card.card2 .bx--col-md-8 {
          padding-left: 0;
          padding-right: 0;}
      body#fridays .cfc-section.get-started .cfc--card.card2.middle{
          margin-top: 20px;
          /* margin-bottom: 20px;} */
        }
  @media only screen and (max-width: 579px) and (min-width: 0) {
  body#fridays .cfc-section.twitch-cc .bx--grid{
    margin-left: 10px !important;
    margin-right: 10px !important;}}
  body#fridays .cfc-section.schedule  table.table-left {
    width:22%;
    display: inline-block;
    border-collapse: collapse;
    border: solid 1px #0062FF;
    border-right: solid 0px #0062FF;
    margin: 0;}
    body#fridays .cfc-section.schedule  table.table-left tbody,
    body#fridays .cfc-section.schedule  table.table-left tr {
      display: block;}
    body#fridays .cfc-section.schedule  table.table-left tr {
      font-weight: bold;
      color: #0062FF;
      height: 40px;}
    body#fridays .cfc-section.schedule  table.table-left td {
      padding-right: 20px;
      text-align: right;
      display: block;
      height: 100%;}
      body#fridays .cfc-section.schedule  table.table-left td .text{
        line-height: 40px;}
    @media only screen and (max-width: 579px) and (min-width: 0) {
      body#fridays .cfc-section.schedule  table.table-left tr {
        height: 90px; }
      body#fridays .cfc-section.schedule  table.table-left td .text{
        line-height: 30px;}}
  body#fridays .cfc-section.schedule .container {
    width:78%;
    float: right;
    display: inline-block;
    position: relative;}
    body#fridays .cfc-section.schedule .container .table-scroll {
      border: solid 1px #0062FF;
      padding: 0;
      height: 402px;
      overflow: auto; }
    body#fridays .cfc-section.schedule .container .table-right table {
      margin-bottom: 0;
      border-collapse: collapse;
      border: solid 0px #0062FF;}
      body#fridays .cfc-section.schedule .container .table-right table tr{
        height: 40px;}
      body#fridays .cfc-section.schedule .container .table-right table td {
        margin-right: 0;
        vertical-align: middle;
        padding: 5px 0px 5px 20px;
        line-height: 1.2;
        border-top:  solid 0px #000;
        border-bottom: solid 0px #000;
        border-left: solid 0px #000;
        border-right: solid 0px #000;}
        body#fridays .cfc-section.schedule .container .table-right table td.border-right {
          border-right: solid 1px #0062FF;}
        body#fridays .cfc-section.schedule .container .table-right table td.even {
          background-color: #f6f6f6;}
        body#fridays .cfc-section.schedule .container .table-right table td span {
          font-weight: bold;
          color: red;}
        body#fridays .cfc-section.schedule .container .table-right table td p {
          line-height: 1.2;
          margin-bottom: 0.5rem;}
        body#fridays .cfc-section.schedule .container .table-right table td a {
          text-decoration: none;
          color: black;}
          body#fridays .cfc-section.schedule .container .table-right table td a:hover{
            color: #0062FF;}



body#act .hero1 {
  background-image: url(img/hero__challenge_grayscale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
  body#act .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  body#act .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
   body#act .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
  body#act .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }
  body#act .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#act .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#act .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#act .hero1 .leadspace-body .button-bar {
        position: relative;
        z-index: 100; }
        body#act .hero1 .leadspace-body .button-bar a {
          padding: 1vw 4vw;
          margin-right: 1vw; }
          body#act .hero1 .leadspace-body .button-bar a + a {
            margin-right: 0;
            margin-top: 2vw;}

      body#act #humanitarian .car .bx--grid .human-h1-title{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;
      }
      body#act #humanitarian .car .bx--grid .bx--row p{
        padding-bottom:20px;
        padding-right:10px;
      }
      body#act .share-support{
      background-image: url(img/CFC-retweetcelebsupport-heroimage.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative; }
      body#act .share-support:after {
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
        background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
      body#act .share-support .car {
          padding-top: 0;
          padding-bottom: 0; }
       body#act .share-support .leadspace-body {
          position: relative;
          overflow: hidden;
          padding-top: 7vw;
          padding-bottom: 7vw;
          /* text-align: center; */
          color: #fff;
          z-index: 100; }
        body#act .share-support .leadspace-body h1 {
          /* position: relative;
          z-index: 100; */
          font-size: 2.2rem;
          text-transform: uppercase;
          font-weight: 600;
          margin: 0;
          margin-bottom: 3vw; }

      body#act .share-support .leadspace-body .logo a{
        padding-right:20px;
        text-decoration: none;
      }
      body#act #hackathon{
        background-color: #2b2b2b;
        color:white;
      }
      body#act #hackathon .leadspace-body h1{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;

      }
      body#act #hackathon .leadspace-body p{
        line-height: 1.5;
      }

    body#act #hackathon .leadspace-body .bx--row .moda:after {
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle;
      content: "";
      }

    body#act #hackathon .leadspace-body .bx--row .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2; /* Sit on top */
        padding-top: 20vw; /* Location of the box */
        left: 0;
        top: 0;
        right:0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
   body#act #hackathon .leadspace-body .bx--row .modal-content {

        position: relative;
        background-color: black;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width:100%;
        height:100%;
        max-width: 480px;
        max-height: 320px;
        vertical-align: middle;

    }

    /* The Close Button */
   body#act #hackathon .leadspace-body .bx--row .close {
        color: #fff;
        float: right;
        padding-right:1vw;
        font-size: 28px;
        font-weight: bold;
        z-index:3;
    }

    body#act #hackathon .leadspace-body .bx--row .close:hover,
    body#act #hackathon .leadspace-body .bx--row .close:focus {
        color: #5b5b5b;
        text-decoration: none;
        cursor: pointer;
    }

    body#act #hackathon .leadspace-body .cfc-overlay {
      position: relative;
     }
    body#act #hackathon .leadspace-body .cfc-overlay .thumbnail {
       display: block;
      }
    body#act #hackathon .leadspace-body .cfc-overlay .cfc-video-thumb {
         opacity: 0.5;
          position: absolute;
          z-index: 0;
          top: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, .1);
         background-image: url("/wp-content/uploads/2018/08/play-button.png");
         background-size:20%;
         background-position: center;
         background-repeat: no-repeat;
     }
     body#act #hackathon .leadspace-body .cfc-overlay:hover .cfc-video-thumb {
        opacity: 1;
       }



      body#eminent-judges .cfc-section h3{
        font-size: 2.1875rem;
        font-weight: 300;
        padding-bottom:2vw;
        margin-bottom:4vw;
        display:inline-block;
        border-bottom: 3px solid #0062FF;

      }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners{
         text-align: center;
         padding:20px;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners p{
         text-align: center;
         font-size:1.0rem;
         font-weight: lighter;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners h3{
         text-align: center;
         font-size:1.5rem;
         padding-bottom:10px;
       }

       body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3{
         text-align: center;
         font-size:1.5rem;
         color: black;
         margin-bottom: 20px;
         padding-bottom:0;
       }
         body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3:hover{
           cursor: pointer;
         }
         body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card h3 a{
           color:black;
           text-decoration: none;
         }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partenrs-card .cfc-partenrs-card_title{
         height: 80px;
       }

       body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partners-link{
         cursor: pointer;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partners-image{
         max-width: 200px;
         border-radius: 50%;
         display: block;
         margin-left: auto;
         margin-right: auto;
         padding-bottom:5px;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partners-image:hover{
         cursor: pointer;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .cfc-partners-bio{
         text-align: left;
       }
       /* Popup box BEGIN */
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .modal {
         display: none; /* Hidden by default */
         position: fixed; /* Stay in place */
         z-index: 1; /* Sit on top */
         padding-top: 10vw; /* Location of the box */
         left: 0;
         top: 0;
         right:0;
         width: 100%; /* Full width */
         height: 100%; /* Full height */
         overflow: auto; /* Enable scroll if needed */
         background-color: rgb(0,0,0); /* Fallback color */
         background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
       }

       /* Modal Content */
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .modal-content {
         position: relative;
         background-color: #fff;
         margin: auto;
         padding: 0;
         border: 1px solid #888;
         width: 50%;
         box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
         -webkit-animation-name: animatetop;
         -webkit-animation-duration: 0.4s;
         animation-name: animatetop;
         animation-duration: 0.4s
       }
       /* The Close Button */
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .close {
         color: black;
         float: right;
         padding-right:1vw;
         font-size: 28px;
         font-weight: bold;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .close:hover,
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .close:focus {
         color: #5b5b5b;
         text-decoration: none;
         cursor: pointer;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .modal-body {
       padding-top:40px;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .modal .modal-content .modal-body .bx--row{
       margin-left:20px;
       }
       body#eminent-judges  .bx--grid .bx--row .cfc-partners .modal .modal-content .modal-body .bx--row .cfc-partners-bio{
       text-align: left;
       max-height:450px;
       overflow:auto;
       }

body#global-prize .hero1 {
  background-image: url(/wp-content/uploads/2018/10/local-natives.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
body#global-prize .hero1:after {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
  background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
body#global-prize .hero1 .car {
  padding-top: 0;
  padding-bottom: 0; }
body#global-prize .hero1 .leadspace-body {
  position: relative;
  overflow: hidden;
  padding-top: 7vw;
  padding-bottom: 7vw;
  text-align: center;
  color: #fff;
  z-index: 100; }
  body#global-prize .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 3vw; }
    body#global-prize .hero1 .leadspace-body h1 span {
      color: #0062FF; }
  body#global-prize .hero1 .leadspace-body  h3 {
    color: #F6D842;
    font-weight: 600;
    text-transform: uppercase;
    white-space: pre-line;
    letter-spacing: 1px;
    font-size: 3.4375rem;
    line-height: 1.2;
    margin-bottom: 2vw; }
  body#global-prize .hero1 .leadspace-body  p.special-guest{
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    margin:0;
    padding: 0;
    font-size: 1.5625rem;
    margin-bottom: 2vw; }
    body#global-prize .hero1 .leadspace-body p.special-guest:before{
      content: "";
      height: 1px;
      position: absolute;
      width: 30%;
      left:0;
      top:50%;
      background: #fff; }
    body#global-prize .hero1 .leadspace-body p.special-guest:after{
      content: "";
      height: 1px;
      position: absolute;
      width: 30%;
      right:0;
      top:50%;
      background: #fff; }
  body#global-prize .hero1 .leadspace-body  p.button a{
    background: #5F9ED4;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    position: relative;
    text-decoration: none;}
    body#global-prize .hero1 .leadspace-body p.button a svg{
      height: 25px;
      width: auto;
      position: relative;
      vertical-align: middle;
      margin-left: 10px; }
      body#global-prize .hero1 .leadspace-body  p.button a svg path{
        fill: #fff !important; }
  body#global-prize .cfc-section-final {
    padding: 5vw 0;
    padding-bottom: 0;}
    body#global-prize .cfc-section-final a{
      text-decoration: none}
    body#global-prize .cfc-section-final hr{
      margin-top: 2vw;
      border: 0;
      height: 0;
      border-top: 1px solid #b5b5b5;}
    body#global-prize  .cfc-section-final h3{
      font-size: 1.625rem;
      color: #5f9ed4;
      font-weight: 600; }
    body#global-prize .cfc-section-final h4{
      font-size: 1.5rem;
      color: #424242;
      font-weight: 600; }
    body#global-prize .cfc-section-final h5{
      font-size: 1.125rem;
      font-weight: 600; }
    body#global-prize .cfc-section-final h3 .special{
      color: #ccc;
      display: block;
      font-size: 1.125rem;}
    body#global-prize .cfc-section-final .link {
      text-decoration: none;
      color: #BEBEBE;}
    body#global-prize .cfc-section-final .want-to-unfold {
      display: none;
      margin-bottom: 4vw; }
    body#global-prize .cfc-section-final .want-to-unfold p {
      margin-bottom: 1vw; }
    body#global-prize .cfc-section-final .want-to-unfold a {
      text-decoration: none }
    body#global-prize .cfc-section-final .cfc-special-guest .headshot{
      margin-bottom: 1.5vw;  }
    body#global-prize .cfc-section-final .cfc-special-guest .headshot:after{
      clear: both;
      content: "";
      display: block; }
    body#global-prize .cfc-section-final .cfc-special-guest .img{
      display: block;
      width: 100px;
      height: 100px;
      overflow: hidden;
      border: 3px solid #ccc;
      border-radius: 50%;
      float:left;
      margin-right: 20px; }
    body#global-prize .cfc-section-final .cfc-special-guest .img img{
      width: 100%;
      height: auto; }
    body#global-prize .cfc-section-final .cfc-special-guest .headshot h4{
      text-transform: uppercase;
      color: #74a9db; }
    body#global-prize .cfc-section-final .cfc-special-guest .headshot p{
      text-transform: uppercase;
      color: #ccc;
      font-weight: 600;
      margin:0 0 0.5vw 0;
      padding:0; }
      body#global-prize .cfc-section-final .cfc-special-guest .headshot p span{
        font-size: 1.5rem;
        color: #74a9db;}
    body#global-prize .cfc-section-final .cfc-special-guest a{
      text-decoration: none;
      font-weight: 500; }
    body#global-prize .cfc-section-final .cfc-special-guest a .icon{
      position: relative;
      top: 5px;
      margin-left: 5px; }
    body#global-prize .cfc-section-final .cfc-special-guest a .icon svg{
      fill: #17d453; }
    body#global-prize .cfc-section-final.cfc-highlights {
      padding-bottom: 5vw;
    }
    body#global-prize .cfc-section-final.cfc-highlights h3 {
      color: #000;
      margin-bottom: 2vw;}
    body#global-prize .cfc-section-final.cfc-highlights .highlights .odd{
      padding-right: : 50px;}
    body#global-prize .cfc-section-final.cfc-highlights .highlights .even{
      padding-left: 50px;}
  body#global-prize .cfc-section-final.cfc-highlights .cta{
    text-align: center;
    margin-top: 3vw;}
    body#global-prize .cfc-section-final.cfc-highlights .cta a{
      border:2px solid #2f2f2f;
      color: #2f2f2f;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 40px;
      padding-right: 40px;}
      body#global-prize .cfc-section-final.cfc-highlights .cta a:hover{
        background: #2f2f2f;
        color: #fff;}
  body#global-prize .cfc-section-final.cfc-bythenumbers {
    margin: 0;
    background: #0d0d0d;
    color: #fff;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers .content{
    margin-left: 5%;
    margin-right: 5%;
    background: #0d0d0d;
    color: #fff;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  h3{
    margin-bottom: 2vw;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  p{
    margin-bottom: 3vw;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  .theNumbers h4{
    margin:0;
    color: #5f9ed4;
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: uppercase;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  .theNumbers h4 span{
    font-weight: 600;
    font-size: 3rem;
    margin-right: 10px;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  .theNumbers p{
    margin-bottom: 2vw;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  .theNumbers .odd{
    padding-right: 50px;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  .theNumbers .even{
    padding-left: 50px;
  }
  body#global-prize .cfc-section-final.cfc-bythenumbers  hr{
    margin-bottom: 3vw;
    border: 0;
    height: 0;
    border-top: 1px solid #fff;
  }
  body#global-prize .cfc-section-final.cfc-notify {
  padding: 3vw 0;
  }
  body#global-prize .cfc-section-final.cfc-notify  p{
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    margin:0;
    padding:0;
  }
  body#global-prize .cfc-section-final.cfc-notify  p span{
    color: #5f9ed4;
    text-transform: uppercase;
  }
  body#global-prize .cfc-section-final.cfc-notify  a{
    background-color: #BEBEBE;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;}


body#projects .hero1 {
  background-image: url(img/hero__challenge_grayscale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
  body#projects .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  body#projects .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
   body#projects .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
  body#projects .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }
  body#projects .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#projects .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#projects .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#projects .hero1 .leadspace-body .button-bar {
        position: relative;
        z-index: 100; }
        body#projects .hero1 .leadspace-body .button-bar a {
          padding: 1vw 4vw;
          margin-right: 1vw; }
          body#projects .hero1 .leadspace-body .button-bar a + a {
            margin-right: 0;
            margin-top: 2vw;}

      body#projects #humanitarian .car .bx--grid .human-h1-title{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;
      }
      body#projects #humanitarian .car .bx--grid .bx--row p{
        padding-bottom:20px;
        padding-right:10px;
      }
      body#projects .share-support{
      background-image: url(img/CFC-retweetcelebsupport-heroimage.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative; }
      body#projects .share-support:after {
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
        background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
      body#projects .share-support .car {
          padding-top: 0;
          padding-bottom: 0; }
       body#projects .share-support .leadspace-body {
          position: relative;
          overflow: hidden;
          padding-top: 7vw;
          padding-bottom: 7vw;
          /* text-align: center; */
          color: #fff;
          z-index: 100; }
        body#projects .share-support .leadspace-body h1 {
          /* position: relative;
          z-index: 100; */
          font-size: 2.2rem;
          text-transform: uppercase;
          font-weight: 600;
          margin: 0;
          margin-bottom: 3vw; }

      body#projects .share-support .leadspace-body .logo a{
        padding-right:20px;
        text-decoration: none;
      }
      body#projects #hackathon{
        background-color: #2b2b2b;
        color:white;
      }
      body#projects #hackathon .leadspace-body h1{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;

      }
      body#projects #hackathon .leadspace-body p{
        line-height: 1.5;
      }

    body#projects #hackathon .leadspace-body .bx--row .moda:after {
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle;
      content: "";
      }

    body#projects #hackathon .leadspace-body .bx--row .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2; /* Sit on top */
        padding-top: 20vw; /* Location of the box */
        left: 0;
        top: 0;
        right:0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
   body#projects #hackathon .leadspace-body .bx--row .modal-content {

        position: relative;
        background-color: black;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width:100%;
        height:100%;
        max-width: 480px;
        max-height: 320px;
        vertical-align: middle;

    }

    /* The Close Button */
   body#projects #hackathon .leadspace-body .bx--row .close {
        color: #fff;
        float: right;
        padding-right:1vw;
        font-size: 28px;
        font-weight: bold;
        z-index:3;
    }

    body#projects #hackathon .leadspace-body .bx--row .close:hover,
    body#projects #hackathon .leadspace-body .bx--row .close:focus {
        color: #5b5b5b;
        text-decoration: none;
        cursor: pointer;
    }

    body#projects #hackathon .leadspace-body .cfc-overlay {
      position: relative;
     }
    body#projects #hackathon .leadspace-body .cfc-overlay .thumbnail {
       display: block;
      }
    body#projects #hackathon .leadspace-body .cfc-overlay .cfc-video-thumb {
         opacity: 0.5;
          position: absolute;
          z-index: 0;
          top: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, .1);
         background-image: url("/wp-content/uploads/2018/08/play-button.png");
         background-size:20%;
         background-position: center;
         background-repeat: no-repeat;
     }
     body#projects #hackathon .leadspace-body .cfc-overlay:hover .cfc-video-thumb {
        opacity: 1;
       }

body#submit .hero1 {
  background-image: url(img/hero__challenge_grayscale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
  body#submit .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  body#submit .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
   body#submit .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
  body#submit .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }
  body#submit .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#submit .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#submit .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#submit .hero1 .leadspace-body .button-bar {
        position: relative;
        z-index: 100; }
        body#submit .hero1 .leadspace-body .button-bar a {
          padding: 1vw 4vw;
          margin-right: 1vw; }
          body#submit .hero1 .leadspace-body .button-bar a + a {
            margin-right: 0;
            margin-top: 2vw;}

      body#submit #humanitarian .car .bx--grid .human-h1-title{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;
      }
      body#submit #humanitarian .car .bx--grid .bx--row p{
        padding-bottom:20px;
        padding-right:10px;
      }
      body#submit .share-support{
      background-image: url(img/CFC-retweetcelebsupport-heroimage.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative; }
      body#submit .share-support:after {
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
        background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
      body#submit .share-support .car {
          padding-top: 0;
          padding-bottom: 0; }
       body#submit .share-support .leadspace-body {
          position: relative;
          overflow: hidden;
          padding-top: 7vw;
          padding-bottom: 7vw;
          /* text-align: center; */
          color: #fff;
          z-index: 100; }
        body#submit .share-support .leadspace-body h1 {
          /* position: relative;
          z-index: 100; */
          font-size: 2.2rem;
          text-transform: uppercase;
          font-weight: 600;
          margin: 0;
          margin-bottom: 3vw; }

      body#submit .share-support .leadspace-body .logo a{
        padding-right:20px;
        text-decoration: none;
      }
      body#submit #hackathon{
        background-color: #2b2b2b;
        color:white;
      }
      body#submit #hackathon .leadspace-body h1{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;

      }
      body#submit #hackathon .leadspace-body p{
        line-height: 1.5;
      }

    body#submit #hackathon .leadspace-body .bx--row .moda:after {
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle;
      content: "";
      }

    body#submit #hackathon .leadspace-body .bx--row .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2; /* Sit on top */
        padding-top: 20vw; /* Location of the box */
        left: 0;
        top: 0;
        right:0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
   body#submit #hackathon .leadspace-body .bx--row .modal-content {

        position: relative;
        background-color: black;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width:100%;
        height:100%;
        max-width: 480px;
        max-height: 320px;
        vertical-align: middle;

    }

    /* The Close Button */
   body#submit #hackathon .leadspace-body .bx--row .close {
        color: #fff;
        float: right;
        padding-right:1vw;
        font-size: 28px;
        font-weight: bold;
        z-index:3;
    }

    body#submit #hackathon .leadspace-body .bx--row .close:hover,
    body#submit #hackathon .leadspace-body .bx--row .close:focus {
        color: #5b5b5b;
        text-decoration: none;
        cursor: pointer;
    }

    body#submit #hackathon .leadspace-body .cfc-overlay {
      position: relative;
     }
    body#submit #hackathon .leadspace-body .cfc-overlay .thumbnail {
       display: block;
      }
    body#submit #hackathon .leadspace-body .cfc-overlay .cfc-video-thumb {
         opacity: 0.5;
          position: absolute;
          z-index: 0;
          top: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, .1);
         background-image: url("/wp-content/uploads/2018/08/play-button.png");
         background-size:20%;
         background-position: center;
         background-repeat: no-repeat;
     }
     body#submit #hackathon .leadspace-body .cfc-overlay:hover .cfc-video-thumb {
        opacity: 1;
       }

body#whd .hero1 {
  background-image: url(img/hero__challenge_grayscale.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative; }
  body#whd .hero1:after {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
    background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  body#whd .hero1 .car {
      padding-top: 0;
      padding-bottom: 0; }
   body#whd .hero1 .leadspace-body {
      position: relative;
      overflow: hidden;
      padding-top: 7vw;
      padding-bottom: 7vw;
      text-align: center;
      color: #fff;
      z-index: 100; }
  body#whd .hero1 .leadspace-body h1 {
    position: relative;
    z-index: 100;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 3vw; }
  body#whd .hero1 .leadspace-body h3 {
    position: relative;
    z-index: 100;
    font-size: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500; }
    body#whd .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#whd .hero1 .leadspace-body h3 span {
      color: #0062FF; }
    body#whd .hero1 .leadspace-body .button-bar {
        position: relative;
        z-index: 100; }
        body#whd .hero1 .leadspace-body .button-bar a {
          padding: 1vw 4vw;
          margin-right: 1vw; }
          body#whd .hero1 .leadspace-body .button-bar a + a {
            margin-right: 0;
            margin-top: 2vw;}

      body#whd #humanitarian .car .bx--grid .human-h1-title{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;
      }
      body#whd #humanitarian .car .bx--grid .bx--row p{
        padding-bottom:20px;
        padding-right:10px;
      }
      body#whd .share-support{
      background-image: url(img/CFC-retweetcelebsupport-heroimage.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      position: relative; }
      body#whd .share-support:after {
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+80 */
        background: -moz-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, black 0%, rgba(204, 204, 204, 0) 80%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1; }
      body#whd .share-support .car {
          padding-top: 0;
          padding-bottom: 0; }
       body#whd .share-support .leadspace-body {
          position: relative;
          overflow: hidden;
          padding-top: 7vw;
          padding-bottom: 7vw;
          /* text-align: center; */
          color: #fff;
          z-index: 100; }
        body#whd .share-support .leadspace-body h1 {
          /* position: relative;
          z-index: 100; */
          font-size: 2.2rem;
          text-transform: uppercase;
          font-weight: 600;
          margin: 0;
          margin-bottom: 3vw; }

      body#whd .share-support .leadspace-body .logo a{
        padding-right:20px;
        text-decoration: none;
      }
      body#whd #hackathon{
        background-color: #2b2b2b;
        color:white;
      }
      body#whd #hackathon .leadspace-body h1{
        color:#0062FF;
        text-transform: uppercase;
        font-size: 2.2rem;

      }
      body#whd #hackathon .leadspace-body p{
        line-height: 1.5;
      }

    body#whd #hackathon .leadspace-body .bx--row .moda:after {
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle;
      content: "";
      }

    body#whd #hackathon .leadspace-body .bx--row .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2; /* Sit on top */
        padding-top: 20vw; /* Location of the box */
        left: 0;
        top: 0;
        right:0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
   body#whd #hackathon .leadspace-body .bx--row .modal-content {

        position: relative;
        background-color: black;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width:100%;
        height:100%;
        max-width: 480px;
        max-height: 320px;
        vertical-align: middle;

    }

    /* The Close Button */
   body#whd #hackathon .leadspace-body .bx--row .close {
        color: #fff;
        float: right;
        padding-right:1vw;
        font-size: 28px;
        font-weight: bold;
        z-index:3;
    }

    body#whd #hackathon .leadspace-body .bx--row .close:hover,
    body#whd #hackathon .leadspace-body .bx--row .close:focus {
        color: #5b5b5b;
        text-decoration: none;
        cursor: pointer;
    }

    body#whd #hackathon .leadspace-body .cfc-overlay {
      position: relative;
     }
    body#whd #hackathon .leadspace-body .cfc-overlay .thumbnail {
       display: block;
      }
    body#whd #hackathon .leadspace-body .cfc-overlay .cfc-video-thumb {
         opacity: 0.5;
          position: absolute;
          z-index: 0;
          top: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, .1);
         background-image: url("/wp-content/uploads/2018/08/play-button.png");
         background-size:20%;
         background-position: center;
         background-repeat: no-repeat;
     }
     body#whd #hackathon .leadspace-body .cfc-overlay:hover .cfc-video-thumb {
        opacity: 1;
       }

  /* end of manually added stuff */
