/** Only mobile campaign/contributions **/
/* We can define top-left-dimple or left-top-dimple etc as necessary */
/* Turn a few into mixins so we can manipulate them to our liking. */
.i-home-featured-carousel {
  background-color: #000000;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .i-home-featured-carousel {
    margin-bottom: 0;
  }
}
.i-home-featured-carousel .i-carousel-arrow {
  opacity: 0.3;
  text-shadow: 1px 1px 5px #000000;
}
.i-home-featured-carousel .i-carousel-arrow:hover {
  opacity: 0.6;
}
.i-home-featured-carousel .i-carousel-arrow.left {
  left: 20px;
}
.i-home-featured-carousel .i-carousel-arrow.right {
  right: 20px;
}
.i-home-featured-carousel .i-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.i-dots .i-dot {
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: #a8a8a8;
  display: inline-block;
}
.i-dots .i-dot + .i-dot {
  margin-left: 5px;
}
.i-dots .i-dot.active {
  background-color: #eb1478;
}
.i-home-featured {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.i-home-featured .i-background {
  position: absolute;
  left: 50%;
  margin-left: -384px;
}
.i-home-featured .i-background img {
  width: 767px;
  height: 400px;
  display: block;
}
.i-home-featured .i-home-button {
  padding: 13px 14px 11px;
}
.i-home-featured .i-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.8);
}
.i-home-featured .i-content > div > div {
  margin: 0 auto;
  width: 320px;
  padding: 10px;
  color: #ffffff;
}
.i-home-featured .i-content .i-home-header {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.i-home-featured .i-content p {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  height: 78px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .i-home-featured.black .i-content > div > div {
    padding: 20px 10px;
    color: #2a2a2a;
  }
}
@media (min-width: 768px) {
  .i-home-featured {
    height: 400px;
  }
  .i-home-featured .i-background {
    margin-left: -1000px;
  }
  .i-home-featured .i-background img {
    width: 2000px;
    height: 400px;
  }
  .i-home-featured .i-background .i-gradient-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, color-stop(#000000 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=1);
  }
  .i-home-featured .i-background .i-gradient-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(#000000 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
  }
  .i-home-featured .i-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
  }
  .i-home-featured .i-content > div {
    width: 768px;
    margin: 0 auto;
  }
  .i-home-featured .i-content > div > div {
    float: right;
    margin-right: 30px;
    margin-top: 100px;
    width: 350px;
  }
  .i-home-featured .i-content .i-home-header {
    margin-bottom: 10px;
  }
  .i-home-featured .i-content p {
    height: 61px;
    margin-bottom: 30px;
  }
  .i-dots .i-dot {
    border-radius: 7px;
    width: 14px;
    height: 14px;
  }
  .i-dots .i-dot + .i-dot {
    margin-left: 6px;
  }
}
@media (min-width: 1002px) {
  .i-home-featured .i-content > div {
    width: 1002px;
  }
  .i-home-featured-carousel .i-dots {
    margin-left: 395px;
  }
}
.i-home-tile {
  color: #ffffff;
  display: block;
  position: relative;
  margin-bottom: 2px;
  overflow: hidden;
  height: 120px;
}
.i-home-tile:hover {
  text-decoration: none;
  color: #ffffff;
}
.i-home-tile:active {
  color: #eb1478;
}
.i-home-tile .i-overlay {
  display: none;
}
.i-home-tile .i-background {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -384px;
  width: 767px;
  height: 120px;
}
.i-home-tile .i-name {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
}
.i-home-tile-column {
  padding: 0;
}
@media (min-width: 768px) {
  .i-home-tile-column:first-child {
    padding-left: 10px;
    padding-right: 2px;
  }
  .i-home-tile-column:last-child {
    padding-left: 2px;
    padding-right: 10px;
  }
  .i-home-tile {
    margin-bottom: 4px;
  }
  .i-home-tile.i-big {
    height: 372px;
  }
  .i-home-tile.i-big .i-background {
    margin-left: -244px;
    width: 487px;
    height: 372px;
  }
  .i-home-tile.i-small {
    height: 184px;
  }
  .i-home-tile.i-small .i-background {
    margin-left: -244px;
    width: 487px;
    height: 184px;
  }
}
@media (min-width: 1002px) {
  .i-home-tile-column:first-child {
    padding-left: 15px;
  }
  .i-home-tile-column:last-child {
    padding-right: 15px;
  }
  .i-home-tile:hover .i-name {
    visibility: hidden;
  }
  .i-home-tile:hover.i-big .i-overlay {
    line-height: 372px;
  }
  .i-home-tile:hover.i-small .i-overlay {
    line-height: 184px;
  }
  .i-home-tile:hover .i-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .i-home-tile:hover .i-overlay .i-vertical-centered {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .i-home-tile:hover .i-overlay .i-vertical-centered em {
    display: block;
    font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .i-home-tile:hover .i-overlay .i-vertical-centered span {
    display: block;
    font-family: "Benton Sans", "Helvetica", "sans-serif";
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.i-home-promo {
  text-align: center;
  color: #2a2a2a;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .i-home-promo {
    margin-top: 50px;
  }
}
@media (min-width: 1002px) {
  .i-home-promo {
    margin-top: 60px;
  }
}
.i-home-promo-orig {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .i-home-promo-orig {
    margin-bottom: 50px;
  }
}
@media (min-width: 1002px) {
  .i-home-promo-orig {
    margin-bottom: 60px;
  }
}
.i-home-promo-pc {
  margin: 25px 10px;
}
@media (min-width: 768px) {
  .i-home-promo-pc {
    margin: 0 0 40px;
  }
}
@media (min-width: 1002px) {
  .i-home-promo-pc {
    margin: 0 0 50px;
  }
}
.i-home-promo-text {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  line-height: 40px;
}
@media (min-width: 1002px) {
  .i-home-promo-text {
    font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 1px;
  }
}
.i-home-ringfence-promoText {
  color: #2a2a2a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  line-height: 22px;
}
@media (min-width: 768px) {
  .i-home-ringfence-promoText {
    font-family: "Benton Sans", "Helvetica", "sans-serif";
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    display: block;
  }
}
.i-home-ringfence-cta {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .i-home-ringfence-cta {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-card-area {
    border-bottom: 10px solid #000000;
  }
}
@media (max-width: 767px) {
  .pc-card {
    border-bottom: none;
  }
}
.i-home-promo-text-h2 {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .i-home-promo-text-h2 {
    font-family: "Benton Sans", "Helvetica", "sans-serif";
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: normal;
    margin: 15px 200px 15px 200px;
  }
}
@media (min-width: 1002px) {
  .i-home-promo-text-h2 {
    font-family: "Benton Sans", "Helvetica", "sans-serif";
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
  }
}
.i-home-promo-image {
  display: block;
  margin: 0 auto;
}
.i-section-header {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: normal;
  margin: 20px 0;
  color: #6a6a6a;
}
.i-category-links {
  margin-bottom: 20px;
}
.i-category-links .i-category-link {
  display: block;
  line-height: 30px;
  margin-bottom: 5px;
  color: #eb1478;
}
.i-category-links .i-category-link:active,
.i-category-links .i-category-link:hover {
  text-decoration: none;
}
.i-category-links .i-category-link:active .i-category-icon,
.i-category-links .i-category-link:hover .i-category-icon {
  background-color: #eb1478;
}
.i-category-links .i-category-link:active .i-category-name,
.i-category-links .i-category-link:hover .i-category-name {
  color: #eb1478;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .i-category-links {
    margin-bottom: 60px;
  }
}
.i-category-links .i-category-icon {
  display: inline-block;
  vertical-align: middle;
}
.i-category-links .i-category-name {
  display: inline-block;
  color: #6a6a6a;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .i-category-links .i-category-col {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 1002px) {
  .i-category-links .i-category-col {
    height: 182px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.i-home-trendingNow .i-header {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: normal;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
.i-home-trendingNow .i-carousel-arrow {
  opacity: 0.1;
}
.i-home-trendingNow .i-carousel-arrow:hover {
  opacity: 0.3;
}
.i-home-trendingNow .i-carousel-arrow.left {
  left: 20px;
}
.i-home-trendingNow .i-carousel-arrow.right {
  right: 20px;
}
.i-home-trendingNow li + li {
  border-top: 10px solid #000000;
}
.i-home-trendingNow .i-show-more-section {
  border-top: 10px solid #000000;
  text-align: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .i-home-trendingNow .i-trending-container ul {
    width: auto;
  }
  .i-home-trendingNow .i-trending-container ul li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .i-home-trendingNow {
    padding: 60px 0;
    overflow: hidden;
    border-bottom: none;
  }
  .i-home-trendingNow .i-header {
    background: none;
    color: #6a6a6a;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }
  .i-home-trendingNow .i-header a {
    float: right;
    margin-top: 11px;
    font-family: "Benton Sans", "Helvetica", "sans-serif";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #eb1478;
  }
  .i-home-trendingNow li {
    margin-right: 30px;
  }
  .i-home-trendingNow li + li {
    border-top: none;
  }
}
@media (min-width: 1002px) {
  .i-home-trendingNow .i-trending-container {
    overflow: hidden;
  }
}
.i-home-ringfence {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .i-home-ringfence {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.i-home-ringfence-header {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 15px;
}
@media (min-width: 768px) {
  .i-home-ringfence-header {
    text-align: left;
    background-color: initial;
    color: #6a6a6a;
    margin: 0 0 10px;
    padding: 0;
  }
}
.i-home-ringfence-header > * {
  vertical-align: middle;
}
.i-home-ringfence .i-ringfence-promo {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .i-home-ringfence .i-ringfence-promo {
    margin: 30px 0 0;
  }
}
.i-home-ringfence-mobile-logo {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
}
.i-dropdown-mobile {
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.i-dropdown-mobile .i-dropdown-btn {
  display: inline-block;
  padding: 8px;
}
.i-dropdown-mobile .i-linklist-dropdown:after {
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  background: #ffffff;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 50%;
}
.i-has-video {
  background: #000000 url(https://g2.iggcdn.com/assets/site/home/video_stills/video-picture-1-d18175c8bfab3f43a5b5f63e82e5cdaf.jpg) no-repeat center center;
  position: relative;
  text-align: center;
  background-size: 850px 335px;
  height: 335px;
}
@media (min-width: 768px) {
  .i-has-video {
    background-size: 1396px 550px;
    height: 550px;
  }
}
.i-has-video .i-fade-layer {
  background-color: #000000;
  opacity: 0;
  height: 335px;
}
@media (min-width: 768px) {
  .i-has-video .i-fade-layer {
    height: 550px;
  }
}
.i-has-video .i-video-container {
  max-width: 540px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .i-has-video .i-video-container {
    max-width: 978px;
  }
}
.i-has-video .i-video {
  width: 100%;
  height: 335px;
  border: none;
}
@media (min-width: 768px) {
  .i-has-video .i-video {
    height: 550px;
  }
}
.i-has-video .i-buttons {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
}
.i-responsive-header {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #2a2a2a;
}
@media (min-width: 768px) {
  .i-responsive-header {
    font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
.i-why-indiegogo {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.i-why-indiegogo .i-static-block {
  margin-bottom: 20px;
}
.i-why-indiegogo .i-padded-text {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .i-why-indiegogo {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .i-why-indiegogo .i-responsive-header {
    margin-bottom: 20px;
  }
  .i-why-indiegogo .i-padded-text {
    margin-bottom: 30px;
  }
  .i-why-indiegogo .i-learn-more {
    margin-bottom: 0;
  }
}
@media (min-width: 1002px) {
  .i-why-indiegogo .i-padded-text {
    margin-left: 106px;
    margin-right: 106px;
  }
}
.i-learn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.i-learn:before,
.i-learn:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-learn:after {
  clear: both;
}
.i-learn .i-static-block {
  margin-bottom: 20px;
}
.i-learn .i-illustration {
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .i-learn {
    margin-top: 80px;
  }
  .i-learn .i-illustration {
    margin-bottom: 15px;
  }
  .i-learn .i-padded-text {
    margin-bottom: 30px;
  }
}
.i-illustration {
  display: inline-block;
}
.i-static-links-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.i-static-header {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #2a2a2a;
}
.i-static-body {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  margin-left: 10px;
  margin-right: 5px;
}
@media (min-width: 1002px) {
  .i-static-body {
    margin-left: 20px;
  }
}
.i-static-section .i-arrow-link {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .i-static-section {
    margin: 60px auto;
  }
  .i-static-section .i-illustration {
    float: left;
  }
  .i-static-section .i-static-text {
    margin-left: 260px;
    line-height: 222px;
  }
  .i-static-section .i-static-text > div {
    vertical-align: middle;
    display: inline-block;
  }
  .i-static-section .i-static-text .i-static-body {
    margin: 0;
  }
}
@media (min-width: 1002px) {
  .i-static-section {
    text-align: center;
    margin: 30px auto;
  }
  .i-static-section .i-illustration {
    display: block;
    margin: 15px auto;
    float: none;
  }
  .i-static-section .i-static-text {
    margin-left: 0;
    text-align: left;
  }
  .i-static-section .i-static-text .i-static-container {
    vertical-align: top;
  }
  .i-static-section .i-static-text .i-static-header {
    text-align: center;
  }
  .i-static-section .i-static-text .i-static-body {
    padding: 0 45px;
  }
}
.i-home-bottom-cta {
  height: 400px;
  background: url(https://g3.iggcdn.com/assets/site/home/CampaignGrid_700x400-ae5b5abb35edb5f330cc14dc086cd5f5.jpg) repeat-x center center;
}
@media (min-width: 768px) {
  .i-home-bottom-cta {
    background: url(https://g1.iggcdn.com/assets/site/home/CampaignGrid_2000x500-06c70f52199821f5db0acaf4ea754fd2.jpg) repeat-x center top;
  }
}
.i-home-bottom-cta .i-home-bottom-cta-frame {
  margin: 0 30px;
  text-align: center;
  line-height: 400px;
}
@media (min-width: 768px) {
  .i-home-bottom-cta .i-home-bottom-cta-frame {
    padding-top: 100px;
    line-height: inherit;
  }
}
.i-home-bottom-cta .i-home-bottom-cta-modal {
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
  max-width: 490px;
  padding: 30px 20px;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .i-home-bottom-cta .i-home-bottom-cta-modal {
    min-width: 675px;
    max-width: 675px;
    padding-top: 50px;
    display: block;
    height: 200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
  }
}
.i-home-bottom-cta .i-home-bottom-cta-modal .i-actions {
  margin-top: 25px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .i-home-bottom-cta .i-home-bottom-cta-modal .i-actions {
    margin-top: 20px;
  }
}
.i-home-bottom-cta .i-home-bottom-cta-modal .i-actions .i-cta-1,
.i-home-bottom-cta .i-home-bottom-cta-modal .i-actions .i-cta-2 {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .i-home-bottom-cta .i-home-bottom-cta-modal .i-actions .i-cta-1,
  .i-home-bottom-cta .i-home-bottom-cta-modal .i-actions .i-cta-2 {
    display: inline-block;
    margin: 0;
  }
  .i-home-bottom-cta .i-home-bottom-cta-modal .i-actions .i-cta-1 + .i-cta-1,
  .i-home-bottom-cta .i-home-bottom-cta-modal .i-actions .i-cta-2 + .i-cta-1 {
    margin-left: 20px;
  }
}
.i-illustration {
  width: 222px;
  height: 222px;
}
.i-illustration.i-illustration-open {
  background: url(https://g3.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_Open_222-bdc4d352475119670c3781e48ce09c0e.png);
}
.i-illustration.i-illustration-raise_funds {
  background: url(https://g2.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_RaiseFunds_222-fb3efc8690452be6446ea40bbee7a000.png);
}
.i-illustration.i-illustration-flexible {
  background: url(https://g3.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_FlexibleFunding_222-bea26df605794ae9f099d7ab239f8cfd.png);
}
.i-illustration.i-illustration-global_reach {
  background: url(https://g3.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_GlobalReach_222-620b31589206d4903a5ab6bf697bf818.png);
}
.i-illustration.i-illustration-amplifying {
  background: url(https://g1.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_GainExposure_222-51d087bf7f1d507f2b5099ef98015c42.png);
}
.i-illustration.i-illustration-trusted {
  background: url(https://g1.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_Trusted_222-25adee6b7dbb2269dd98834820f088dc.png);
}
.i-illustration.i-illustration-customer_focused {
  background: url(https://g0.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_CustomerHappiness_222-c2550856fbb7c4498468c328370c5f03.png);
}
.i-illustration.i-illustration-simple_and_easy {
  background: url(https://g0.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_SimpleEasy_222-82d6138eff38ec0278e8ac61cd83071f.png);
}
.i-illustration.i-illustration-not_found {
  background: url(https://g2.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_Error404_222-e09966030807b84c060a8cc394b59df0.png) no-repeat center center;
}
.i-illustration.i-illustration-system_error {
  width: 400px;
  background: url(https://g0.iggcdn.com/assets/site/IGG_Illustration_PNGs_20140326/IGG_IllustrationAssets_Error500_222-0e3b1637a8b182c90d1eb120ad6384b9.png) no-repeat center center;
}
