@charset "UTF-8";
/* ----------------------------------- //
//     Edge and IE ≥ 11 CSS Hacks
// ----------------------------------- */.gallery-slider__gallery-slider {
  position: relative; }

.gallery-slider-heading {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 0.8em 1%;
  font-size: 20px;
  color: #2E3136; }

.gallery-slider-container {
  padding: 0 0 22px;
  margin: 0 44px;
  position: relative; }

.gallery-slider__inner {
  overflow: hidden; }
  .gallery-slider__inner.gallery-slider--trending-invitations {
    height: 180px; }
    .gallery-slider__inner.gallery-slider--trending-invitations.pro {
      width: 55%; }
  .gallery-slider__inner.gallery-slider--browse-ideas {
    height: 256px; }

.gallery-slider__ul-container {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  right: 0;
  width: 100%; }

.gallery-slider__ul {
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
  text-align: center;
  margin-left: 0px;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  padding: 0 10px; }
  .gallery-slider__ul.hidden {
    width: 0; }

.gallery-slider-item {
  overflow: hidden;
  float: left; }
  .gallery-slider-item.gallery-slider--trending-invitations {
    padding: 0 1%; }
  .gallery-slider-item.gallery-slider--browse-ideas.gallery-slider--image {
    flex-basis: 18%; }
  .gallery-slider-item.gallery-slider--browse-ideas.gallery-slider--video {
    flex-basis: 39%; }

.gallery-slider-item__a {
  text-align: center;
  display: block;
  color: #28A842;
  font-size: 15px;
  line-height: 1.4em; }

.gallery-slider-item__figcaption {
  display: block;
  text-align: center;
  width: 100%; }

.gallery-slider-previous-button,
.gallery-slider-next-button {
  transition: color 0.25s linear;
  position: absolute;
  padding: 0 10px;
  color: #91959C;
  cursor: pointer;
  top: 0;
  left: -25px; }
  .gallery-slider-previous-button:hover,
  .gallery-slider-next-button:hover {
    color: #28A842; }

.gallery-slider-next-button.gallery-slider--trending-invitations {
  margin-top: 40px; }
  .gallery-slider-next-button.gallery-slider--trending-invitations.pro {
    margin-right: 45%; }

.gallery-slider-next-button.gallery-slider--browse-ideas {
  margin-top: 60px; }

.gallery-slider-previous-button.gallery-slider--trending-invitations {
  margin-top: 40px; }

.gallery-slider-previous-button.pro {
  margin-right: 45%; }

.gallery-slider-previous-button.gallery-slider--browse-ideas {
  margin-top: 60px; }

.pro-content {
  width: 40%;
  float: right;
  margin-top: -200px;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  border-left: 2px solid #B9BCC0;
  padding-left: 30px;
  min-height: 170px; }
  .pro-content .image img {
    width: 50px;
    margin-right: 10px; }
  .pro-content .copy {
    font-size: 20px;
    padding-left: 10px;
    font-weight: normal;
    z-index: 1; }
    .pro-content .copy .title {
      padding-top: 0;
      padding-bottom: 3px;
      font-weight: bold;
      margin-top: 0; }
    .pro-content .copy .text {
      font-size: 18px;
      margin-bottom: 10px; }
  .pro-content.-disabled- {
    cursor: not-allowed;
    opacity: 0.1; }
    .pro-content.-disabled-:hover {
      color: #91959C; }
  .pro-content.hidden {
    display: none; }
  .pro-content.gallery-slider--trending-invitations {
    height: 95px; }
    @media screen and (min-width: 1280px) {
      .pro-content.gallery-slider--trending-invitations {
        height: 118px; } }
  .pro-content.gallery-slider--browse-ideas {
    height: 127px; }
    @media screen and (min-width: 1280px) {
      .pro-content.gallery-slider--browse-ideas {
        height: 165px; } }

.gallery-slider-previous-button {
  left: -30px; }

.gallery-slider-next-button {
  right: -30px;
  left: auto; }

.gallery-slider-next-button__icon,
.gallery-slider-previous-button__icon {
  display: block;
  position: relative;
  top: 50%;
  margin-top: -25px; }
  .gallery-slider-next-button__icon:before,
  .gallery-slider-previous-button__icon:before {
    font-size: 50px;
    margin: 0;
    width: auto; }
  .gallery-slider-next-button__icon.hidden,
  .gallery-slider-previous-button__icon.hidden {
    display: none; }

.gallery-slider-item .image-loader__img {
  transition: opacity 150ms ease-in-out;
  opacity: 1;
  display: block;
  border: solid 2px #fff;
  border-radius: 2px;
  margin: 0 auto 10px auto;
  width: 100%;
  height: auto;
  max-width: 212px; }
  .gallery-slider-item .image-loader__img.hidden {
    display: block;
    visibility: hidden;
    opacity: 0; }

.status-animation {
  margin: 0 auto;
  overflow: hidden; }
  .status-animation.status-animation--trending-invitations {
    height: 100px;
    width: 164px; }
    @media screen and (min-width: 1280px) {
      .status-animation.status-animation--trending-invitations {
        height: 118px;
        width: 212px; } }
  .status-animation.status-animation--browse-ideas {
    width: 100%;
    height: 160px; }
    .status-animation.status-animation--browse-ideas.status-animation--video {
      width: 355px;
      height: 200px; }
      @media screen and (min-width: 1280px) {
        .status-animation.status-animation--browse-ideas.status-animation--video {
          width: 457px;
          height: 257px; } }
  .status-animation.status-animation--tabbed-info-panels {
    display: none; }

.homepage-signed-out #page {
  background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0.8) 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0.8) 0%, #f6f6f6 100%); }

a.app-buttons {
  margin-right: 10px; }
  a.app-buttons:hover {
    text-decoration: none; }

main {
  min-height: 100vh;
  max-width: 1280px;
  min-width: 1020px;
  margin: 0 auto; }

.titleblock {
  padding: 10px 20px 20px;
  color: #2E3136;
  text-align: center;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-kerning: normal; }
  .titleblock h1 {
    margin: 0;
    color: #2E3136;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -1px; }
    .titleblock h1.titleblock-secondary {
      color: #2E3136;
      font-size: 40px;
      font-weight: 800;
      margin-top: 10px; }
  .titleblock h2 {
    margin: 0;
    color: #2E3136;
    font-size: 36px;
    font-weight: 300; }
    .titleblock h2.titleblock-secondary {
      color: #2E3136;
      font-size: 28px;
      font-weight: 300;
      margin: 10px 0 15px; }

.sohp-search {
  width: 715px;
  margin: 0 auto;
  text-align: center; }

.top-searches {
  padding: 15px 0;
  font-size: 14px;
  color: #2E3136; }
  .top-searches h3, .top-searches ul, .top-searches li {
    display: inline-block; }

.top-searches__h3 {
  margin: 0;
  text-transform: uppercase; }

.top-searches__li {
  margin-left: 12px; }

.top-searches__a {
  text-decoration: underline;
  color: #2E3136; }

.browse-ideas ul {
  text-align: left; }

.tabbed-info-panels__h2 {
  text-align: center;
  margin: 0;
  padding: 40px 0;
  font-size: 35px;
  font-weight: 300;
  color: #2E3136; }

ul.panels-nav {
  text-align: center;
  padding-bottom: 20px; }

.panels-nav__a {
  display: block;
  width: 150px;
  padding: 60px 0 20px;
  color: #6F7378;
  font-size: 14px;
  position: relative;
  outline: none; }

.panels-nav__li {
  display: inline-block;
  position: relative; }
  .panels-nav__li:before {
    color: #B9BCC0;
    font-size: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0; }
  .panels-nav__li:hover:before {
    color: #28A842; }
  .panels-nav__li.active a:after {
    bottom: -21px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(115, 169, 33, 0);
    border-bottom-color: #28A842;
    border-width: 15px;
    margin-left: -15px;
    -webkit-animation: pullUp 0.2s ease-out;
    -moz-animation: pullUp 0.2s ease-out;
    animation: pullUp 0.2s ease-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  .panels-nav__li.active a, .panels-nav__li a:hover {
    color: #6F7378; }
  .panels-nav__li.icon-premium:before {
    left: -10px; }
  .panels-nav__li.icon-premium a:after {
    border-bottom-color: #00A6A0; }
  .panels-nav__li.icon-donations_mw:before {
    font-size: 44px; }
  .panels-nav__li.icon-donations_mw a:after {
    border-bottom-color: #B86BC9; }
  .panels-nav__li.icon-diy:before {
    font-size: 52px; }
  .panels-nav__li.icon-diy a:after {
    border-bottom-color: #00A0D1; }
  .panels-nav__li.icon-handcrafted a:after {
    border-bottom-color: #E8407B; }
  .panels-nav__li.active:before {
    color: #28A842; }

.tabbed-info-panels section {
  display: none;
  min-height: 500px;
  padding: 70px 50% 20px 6%;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  background-color: #28A842;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  @media screen and (max-width: 1279px) {
    .tabbed-info-panels section {
      padding-right: 58%; } }
  .tabbed-info-panels section.active {
    display: block; }
  .tabbed-info-panels section.pink {
    background-color: #E8407B; }
  .tabbed-info-panels section.blue {
    background-color: #00A0D1; }
  .tabbed-info-panels section.yellow {
    background-color: #00A6A0; }
  .tabbed-info-panels section.purple {
    background-color: #B86BC9; }
  .tabbed-info-panels section.green .bg-img {
    right: 80px;
    bottom: -6px; }
  .tabbed-info-panels section h3 {
    font-weight: 300;
    font-size: 40px;
    margin: 0 0 0.4em; }
  .tabbed-info-panels section p {
    margin-bottom: 1em; }
  .tabbed-info-panels section ul {
    margin: 0 0 2em 1em;
    padding: 0 0 0 1em;
    list-style: initial; }
  .tabbed-info-panels section .video-wrapper {
    position: absolute;
    top: 90px;
    right: 50px;
    width: 40%; }
  .tabbed-info-panels section .bg-img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .tabbed-info-panels section .bg-img.pull-up {
      -webkit-animation: pullUp 0.2s ease-out 0.3s;
      -moz-animation: pullUp 0.2s ease-out 0.3s;
      animation: pullUp 0.2s ease-out 0.3s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    .tabbed-info-panels section .bg-img.pull-left {
      -webkit-animation: pullLeft 0.2s ease-out 0.3s;
      -moz-animation: pullLeft 0.2s ease-out 0.3s;
      animation: pullLeft 0.2s ease-out 0.3s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    @media screen and (max-width: 1279px) {
      .tabbed-info-panels section .bg-img {
        max-width: 550px; } }
  .tabbed-info-panels section .button-ghost {
    line-height: 1.2; }
    .tabbed-info-panels section .button-ghost:hover {
      color: #fff;
      border-color: #fff; }

h1.titleblock-secondary {
  font-weight: 400;
  color: #2E3136;
  font-size: 36px; }

h2.titleblock-secondary {
  color: #2E3136;
  font-size: 24px; }

.trademark {
  font-size: .75em;
  top: -0.3em;
  left: -0.25em;
  font-weight: 800; }

.cta-buttons-container {
  padding: 40px 0;
  text-align: center; }

.cta-buttons-container__a {
  height: auto;
  padding: 0.5em 3em;
  font-size: 21px;
  border-radius: 100px;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

.cta-buttons-container__cta-button-separator {
  font-size: 20px;
  margin: 0 1em; }

.search-submit-button {
  color: #28A842;
  background: none; }

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

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

@keyframes pullUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/* Pull from right */
@-webkit-keyframes pullLeft {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes pullLeft {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes pullLeft {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.gallery-slider-container button {
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  cursor: pointer; }


/*# sourceMappingURL=signed_out.css.map*/