/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
@font-face {
  font-family: jll_hand_regular;
  src: url(../../Jll/fonts/JLL-Hand.ttf) format("truetype");
}
.create-sponsor-giving {
  background: #a5dcff url(../../images/joy-of-giving/bg-cloud.png);
}

.create-sponsor-giving h3 {
  text-shadow: 0 0 10px #1c577d;
}

.create-sponsor-giving .sqr-chk-box .sqr-chk.pl-30 {
  padding-left: 30px;
}

.sponsorGiving .p-b-img, .sponsorGiving .p-t-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 95%;
}

.sponsorGiving .p-t-img {
  background: url(../../images/joy-of-giving/bg-leaves.png) top center no-repeat;
  top: 35px;
  background-size: 100%;
}

.sponsorGiving .p-b-img {
  background: url(../../images/joy-of-giving/bg-bottom.png) bottom center no-repeat;
  bottom: 40px;
  z-index: -1;
  background-size: 100%;
}

.sponsorGiving .left-section h1 {
  font-size: 62px;
  letter-spacing: 3px;
  font-family: jll_hand_regular;
  font-weight: 700;
  color: #E30613;
}

.sponsorGiving .left-section h2 {
  font-size: 60px;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 39px;
}

.joyOfGivingBody {
  background: #c9dbe9;
  background: -webkit-linear-gradient(top, #c9dbe9 0, #ffffff 100%);
  background: -linear-gradient(top, #c9dbe9 0, #ffffff 100%);
  background: -moz-linear-gradient(top, #c9dbe9 0, #ffffff 100%);
}

.sponsorGiving .topNavigation {
  position: absolute;
  right: 10px;
  top: 4%;
  width: 34%;
}

.sponsorGiving .topNavigation .btn, .sponsorGiving .topNavigation figure.effect-bubba2 {
  box-shadow: 0 5px 10px #868686;
  background: linear-gradient(to bottom right, #acd038, #0abab5);
  border-color: #92cd4d;
}

.sponsorGiving .topNavigation .grid2 figure h2, .sponsorGiving .topNavigation .grid2 figure p {
  text-transform: none;
  padding: 7px 0;
}

.sponsorGiving .topNavigation .grid2 figure .check-box .radio-btn {
  padding-left: 0;
}

.sponsorGiving .leftNavigation {
  position: absolute;
  left: 10px;
  width: 34%;
  top: 6%;
  z-index: 1;
}

.sponsorGiving .leftNavigation li {
  margin: 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 5px 10px #5d5d5d;
  display: inline-block;
  width: 47%;
  text-align: center;
}

.sponsorGiving .leftNavigation li.display-block {
  display: block;
}

.sponsorGiving .leftNavigation li a {
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  display: block;
}

.sponsorGiving .leftNavigation .bg-gradient-fuschia {
  background-image: linear-gradient(to bottom right, #ea4a5b, #E30613);
  background: -webkit-linear-gradient(bottom, #E30613, #ea4a5b);
}

.sponsorGiving .cloudDiv-1, .sponsorGiving .cloudDiv-6 {
  -webkit-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
  -webkit-animation: floatingCloud 2s linear infinite;
  -moz-animation: floatingCloud 2s linear infinite;
  -ms-animation: floatingCloud 2s linear infinite;
  -o-animation: floatingCloud 2s linear infinite;
  animation: floatingCloud 2s linear infinite;
}

.sponsorGiving .cloudDiv-2, .sponsorGiving .cloudDiv-4 {
  -webkit-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
  -webkit-animation: floatingCloud 4s linear infinite;
  -moz-animation: floatingCloud 4s linear infinite;
  -ms-animation: floatingCloud 4s linear infinite;
  -o-animation: floatingCloud 4s linear infinite;
  animation: floatingCloud 4s linear infinite;
}

.sponsorGiving .cloudDiv-3, .sponsorGiving .cloudDiv-5 {
  -webkit-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
  -webkit-animation: floatingCloud 3s linear infinite;
  -moz-animation: floatingCloud 3s linear infinite;
  -ms-animation: floatingCloud 3s linear infinite;
  -o-animation: floatingCloud 3s linear infinite;
  animation: floatingCloud 3s linear infinite;
}

.sponsorGiving .cloud {
  width: 200px;
  height: 60px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  margin: 60px auto;
  position: relative;
  filter: drop-shadow(0 4px 1px #ccc);
}

.sponsorGiving .cloud:after, .sponsorGiving .cloud:before {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  position: absolute;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sponsorGiving .cloud:before {
  width: 100px;
  height: 80px;
  top: -15px;
  left: 10px;
}

.sponsorGiving .cloud:after {
  width: 120px;
  height: 120px;
  top: -55px;
  left: auto;
  right: 15px;
}

.sponsorGiving .cloud .cloud-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: -25px;
}

.sponsorGiving .cloud h4 {
  color: #000000;
  text-shadow: 0 1px 1px #ffffff;
  font-weight: 700;
}

.sponsorGiving .cloud p {
  color: #E30613;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 11px;
}

.sponsorGiving .cloud-1, .sponsorGiving .cloud-6 {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.sponsorGiving .cloud-2 {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.sponsorGiving .cloud-4 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sponsorGiving .cloud-3, .sponsorGiving .cloud-5 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sponsorGiving .cloud-1 h4, .sponsorGiving .cloud-6 h4 {
  font-size: 18px;
}

.sponsorGiving .cloud-2 h4 {
  font-size: 12px;
}

.sponsorGiving .cloud-4 h4 {
  font-size: 15px;
}

.sponsorGiving .cloud-3 h4, .sponsorGiving .cloud-5 h4 {
  font-size: 16px;
}

.sponsorGiving .cloud-1 p, .sponsorGiving .cloud-6 p {
  font-size: 12px;
}

.sponsorGiving .cloud-5 p {
  font-size: 10px;
}

.sponsorGiving .cloud-2 p {
  font-size: 7px;
}

.sponsorGiving .cloud-3 p {
  font-size: 10px;
}

.sponsorGiving .cloud-4 p {
  font-size: 11px;
}

#givingSuccessPopup .position-absolute {
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.sponsorGiving .Sharing-a-caring {
  padding: 8px 10px;
}

.sponsorGiving .Sharing-a-caring {
  width: auto;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  min-height: auto;
  box-shadow: 0 0 15px 0 #ccc;
  height: auto;
  background: #ffffff;
  top: 30%;
  left: 0;
  display: block;
  overflow: hidden;
}

.sponsorGiving .copyLinkDiv .input-group-addon, .sponsorGiving .social-info-div {
  display: none;
}

.sponsorGiving .copyLinkDiv {
  opacity: 0;
  height: 0;
}

.sponsorGiving .copyLinkDiv .form-control {
  min-height: 0;
  padding: 0;
  height: 0;
  border: 0;
  width: 20px;
}

.sponsorGiving .social-icon ul li a {
  width: 35px;
  height: 35px;
}

.sponsorGiving .Sharing-a-caring .social-icon a span, .sponsorGiving .Sharing-a-caring .social-icon a:hover span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
}

.sponsorGiving .Sharing-a-caring .social-icon ul {
  padding-top: 0;
}

.sponsorGiving .Sharing-a-caring .social-icon ul li {
  display: block;
  width: 40px;
  margin: 10px 0;
}

.joyOfGivingBody.joyOfGivingBody-3 .p-t-img, .joyOfGivingBody.joyOfGivingBody-3 .p-b-img, .joyOfGivingBody.joyOfGivingBody-4 .p-t-img, .joyOfGivingBody.joyOfGivingBody-4 .p-b-img {
  display: none;
}

.joyOfGivingBody.joyOfGivingBody-4 {
  background: url("../../images/joy-of-giving/theme4.png") no-repeat top left;
  background-size: cover;
}

.joyOfGivingBody.joyOfGivingBody-4 .left-section h1 {
  display: none;
}

.joyOfGivingBody.joyOfGivingBody-3 {
  background: #090a19;
}

.joyOfGivingBody.joyOfGivingBody-3 h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 80px;
}

.cloudDiv {
  padding-top: 30px;
}

.joyOfGivingBody.joyOfGivingBody-3 .sponsorGiving .cloud:after, .joyOfGivingBody.joyOfGivingBody-3 .sponsorGiving .cloud:before {
  background: #e7e7e7;
}

.joyOfGivingBody.joyOfGivingBody-3 .sponsorGiving .cloud {
  background: rgb(231, 231, 231);
}

.joyOfGivingBody.joyOfGivingBody-3 .sponsorGiving .cloud h4 {
  text-shadow: none;
}

.joyOfGivingBody.joyOfGivingBody-3 .sponsorGiving .cloud p {
  color: #212120;
}

.joyOfGivingBody-3 #mosquitoBg {
  position: absolute;
}

.joyOfGivingBody-3 #mosquitoBg span {
  position: absolute;
  background-color: #ffffff;
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  top: -1px;
  left: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform-origin: 11px 50%;
  -ms-transform-origin: 11px 50%;
  transform-origin: 11px 50%;
}

.joyOfGivingBody-3 #mosquitoBg span:nth-of-type(1) {
  -webkit-animation: mosquitoL 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mosquitoL 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-animation: mosquitoL 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mosquitoL 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mosquitoL 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.joyOfGivingBody-3 #mosquitoBg span:nth-of-type(2) {
  -webkit-animation: mosquitoR 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: mosquitoR 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-animation: mosquitoR 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: mosquitoR 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: mosquitoR 1s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* ==================== Joy of Giving main page ==================== */
.joyOfGivingMainBody {
  /* display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden; */
  /* height: 100vh; */
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
}

.joyOfGivingMainBody .app-top-section.text-black, .joyOfGivingMainBody .app-top-section .text-black, .joyOfGivingMainBody .app-top-section .text-magenta {
  color: #ffffff;
}

.joyOfGivingMainBody .joyOfGivingOptions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  text-align: center;
  min-width: 800px;
  /* max-width: 900px; */
  /* width: calc(100% - 100px); */
  height: 450px;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--joyOfGivingOptionBackground);
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -ms-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -o-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active {
  flex-grow: 10000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  max-width: 800px;
  margin: 0px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background-size: auto 100%;
  /*&:active {
     transform:scale(0.9);
  }*/
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active .shadow {
  box-shadow: inset 0 -120px 120px -120px #000000, inset 0 -120px 120px -100px #000000;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active .label {
  bottom: 20px;
  left: 20px;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active .label .info > div {
  left: 0px;
  opacity: 1;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px #000000, inset 0 -120px 0px -100px #000000;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption:not(.active) .label {
  bottom: 10px;
  left: 4px;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -ms-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -o-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -ms-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -o-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: #ffffff;
  white-space: pre;
  line-height: 16px;
  text-align: left;
  width: 70%;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .info a {
  color: #ffffff;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
  -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
  -ms-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
  -o-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .info .sub {
  transition-delay: 0.1s;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active .label .button {
  position: absolute;
  right: 30px;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active .label .button button {
  width: 100px;
  background: transparent;
  border-color: #ffffff;
}

.joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active .label .button button:hover {
  background: #E30613;
  border-color: red;
  box-shadow: 0px 0px 10px #b9b9b9;
}

@media (max-width: 767px) {
  .joyOfGivingMainBody {
    display: block;
  }
  .joyOfGivingMainBody .joyOfGivingOptions {
    display: grid;
    height: auto;
    width: 100%;
    min-width: 100%;
  }
  .joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .shadow {
    box-shadow: inset 0 -120px 120px -120px #000000, inset 0 -120px 120px -100px #000000 !important;
    bottom: 0 !important;
  }
  .joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    margin: 0px;
    background-size: auto 100% !important;
    margin-bottom: 20px !important;
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    height: 250px;
  }
  .joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label {
    bottom: 55px !important;
    left: 10px !important;
  }
  .joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .button {
    position: absolute;
    right: auto;
    bottom: -30px;
    left: 55px;
  }
  .joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .button button {
    width: 100px;
    background: transparent;
    border-color: #ffffff;
  }
  .joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption .label .button button:hover {
    background: #E30613;
    border-color: red;
    box-shadow: 0px 0px 10px #b9b9b9;
  }
  .joyOfGivingMainBody .joyOfGivingOptions .joyOfGivingOption.active .label .button {
    right: auto;
  }
}
/* =========================== Sponsor Giving =======================  */
.sponsorGivingDetails .snip1543 {
  background-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  /* margin: 10px; */
  max-width: 100%;
  min-width: 230px;
  height: 185px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.sponsorGivingDetails .snip1543 *,
.sponsorGivingDetails .snip1543 *:before,
.sponsorGivingDetails .snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}

.sponsorGivingDetails .snip1543 img, .sponsorGivingDetails .snip1543 video {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.sponsorGivingDetails .snip1543:before,
.sponsorGivingDetails .snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #b81212;
  opacity: 0.5;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}

.sponsorGivingDetails .snip1543:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  -moz-transform: skew(30deg) translateX(-20%);
  -ms-transform: skew(30deg) translateX(-20%);
  -o-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
}

.sponsorGivingDetails .snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  -moz-transform: skew(-30deg) translateX(-10%);
  -ms-transform: skew(-30deg) translateX(-10%);
  -o-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.sponsorGivingDetails .snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.sponsorGivingDetails .snip1543 figcaption:before,
.sponsorGivingDetails .snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.sponsorGivingDetails .snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  -moz-transform: skew(30deg) translateX(-40%);
  -ms-transform: skew(30deg) translateX(-40%);
  -o-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
}

.sponsorGivingDetails .snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  -moz-transform: skew(-30deg) translateX(-30%);
  -ms-transform: skew(-30deg) translateX(-30%);
  -o-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
}

.sponsorGivingDetails .snip1543 h3,
.sponsorGivingDetails .snip1543 p {
  margin: 0;
  opacity: 1;
  letter-spacing: 1px;
}

.sponsorGivingDetails .snip1543 h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.sponsorGivingDetails .snip1543 p {
  font-size: 0.9em;
}

.sponsorGivingDetails .snip1543:hover h3,
.sponsorGivingDetails .snip1543.hover h3,
.sponsorGivingDetails .snip1543:hover p,
.sponsorGivingDetails .snip1543.hover p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sponsorGivingDetails .snip1543:hover:before,
.sponsorGivingDetails .snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  -moz-transform: skew(30deg) translateX(-20%);
  -ms-transform: skew(30deg) translateX(-20%);
  -o-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sponsorGivingDetails .snip1543:hover:after,
.sponsorGivingDetails .snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  -moz-transform: skew(-30deg) translateX(-10%);
  -ms-transform: skew(-30deg) translateX(-10%);
  -o-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.sponsorGivingDetails .snip1543:hover figcaption:before,
.sponsorGivingDetails .snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  -moz-transform: skew(30deg) translateX(-40%);
  -ms-transform: skew(30deg) translateX(-40%);
  -o-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.sponsorGivingDetails .snip1543:hover figcaption:after,
.sponsorGivingDetails .snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  -moz-transform: skew(-30deg) translateX(-30%);
  -ms-transform: skew(-30deg) translateX(-30%);
  -o-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sponsorGivingDetails .cloud-content .fullImg {
  position: absolute;
  right: 25px;
  /* top: 46%; */
  bottom: 10px;
  padding: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #000000;
  width: 35px;
  text-align: center;
  line-height: 26px;
  height: 35px;
  background: rgba(255, 255, 255, 0.6509803922);
  z-index: 1;
  font-size: 20px;
  cursor: pointer;
}

/* .sponsorGivingDetails .left-section, .sponsorGivingDetails .right-section{ } */
.sponsorGivingDetails .right-section {
  color: #ffffff;
}

.sponsorGivingDetails .pie-value {
  color: #b81212;
}

.sponsorGivingDetails .dividerSection {
  background: #000000;
  padding: 30px 15px;
  font-size: 18px;
}

.sponsorGivingDetails .dividerSection span {
  font-size: 22px;
}

.sponsorGivingDetails .right-section .actionDiv {
  position: absolute;
  right: 10px;
  text-align: right;
  z-index: 1;
}

.sponsorGivingDetails .right-section .actionDiv ul li {
  margin-bottom: 10px;
}

.sponsorGivingDetails .right-section .actionDiv ul li .button {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 32px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  transition: max-width 0.5s;
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  -ms-transition: max-width 0.5s;
  -o-transition: max-width 0.5s;
}

.sponsorGivingDetails .right-section .actionDiv ul li .button:hover {
  max-width: 300px;
}

.sponsorGivingDetails .right-section .actionDiv ul li .icon {
  font-size: 16px;
  margin-right: 15px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
}

.sponsorGivingDetails .right-section .actionDiv ul li .text {
  white-space: nowrap;
  padding-right: 15px;
}

.sponsorGivingDetails .right-section .Sharing-a-caring {
  display: block;
  background: transparent;
  min-height: auto;
  bottom: 0px;
  top: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  box-shadow: none;
}

.sponsorGivingDetails .right-section .Sharing-a-caring .copyLinkDiv .input-group-addon, .sponsorGivingDetails .right-section .Sharing-a-caring .social-info-div {
  display: none;
}

.sponsorGivingDetails .right-section .Sharing-a-caring .copyLinkDiv {
  opacity: 0;
  height: 0;
}

.sponsorGivingDetails .right-section .Sharing-a-caring .copyLinkDiv .form-control {
  min-height: 0;
  padding: 0;
  height: 0;
  border: 0;
  width: 20px;
}

.sponsorGivingDetails .right-section .Sharing-a-caring .social-icon ul li {
  width: 35px;
}

.sponsorGivingDetails .right-section .Sharing-a-caring .social-icon a span, .sponsorGivingDetails .right-section .Sharing-a-caring .social-icon a:hover span {
  width: 40px;
  height: 40px;
  font-size: 23px;
  line-height: 42px;
}

.sponsorGivingDetails .right-section .Sharing-a-caring .social-icon ul li a {
  border: none;
}

.sponsorGivingDetails .donateBtn .btn {
  width: 200px;
  height: 70px;
}

.joyOfGivingMainBody .openCloseSection h1 {
  /* color: $color-white; */
  text-transform: uppercase;
  /* white-space: nowrap;
  overflow: hidden;
  position: relative; */
}

.joyOfGivingMainBody .openCloseSection .wordMessage {
  background-color: #ffffff;
  color: #E30613;
  height: 54px;
  /* display: block; */
  font-weight: 900;
  /* overflow: hidden; */
  /* position: absolute; */
  padding: 10px;
  /* top: 0.2rem; */
  /* left: 150px; */
  /* animation: openclose 10s ease-in-out infinite;
  -webkit-animation: openclose 10s ease-in-out infinite; */
}

/* @keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  4% {
    width: 0;
  }
  8% {
    width: 250px;
  }
  12% {
    top: 0.2rem;
    width: 250px;
  }
  16% {
    top: 0.2rem;
    width: 0;
  }
  20% {
    top: 0.2rem;
    width: 0;
  }

  24% {
    top: -5.5rem;
    width: 0;
  }
  28% {
    top: -5.5rem;
    width: 0;
  }
  32% {
    top: -5.5rem;
    width: 250px;
  }
  36% {
    top: -5.5rem;
    width: 250px;
  }
  40% {
    top: -5.5rem;
    width: 0;
  }

  44% {
    top: -11rem;
    width: 0;
  }

  48% {
    top: -11rem;
    width: 0;
  }
  52% {
    top: -11rem;
    width: 350px;
  }
  56% {
    top: -11rem;
    width: 350px;
  }
  60% {
    top: -11rem;
    width: 0;
  }
  64% {
    top: -16.5rem;
    width: 0;
  }
  68% {
    top: -16.5rem;
    width: 0;
  }
  72% {
    top: -16.5rem;
    width:350px;
  }
  76% {
    top: -16.5rem;
    width: 350px;
  }
  80% {
    top: -16.5rem;
    width: 0;
  }
  84% {
    top: -22rem;
    width: 0;
  }
  88% {
    top: -22rem;
    width: 0;
  }
  92% {
    top: -22rem;
    width: 350px;
  }
  96% {
    top: -22rem;
    width: 350px;
  }
  98% {
    top: -22rem;
    width: 0;
  }
  100% {
    top: 0;
    width: 0;
  }
} */
@media (max-width: 767px) {
  .sponsorGiving .topNavigation {
    position: static;
    padding: 0 15px 0 10px;
    width: 100% !important;
  }
  .sponsorGiving .leftNavigation {
    position: static;
    padding: 0 8px;
    width: 100%;
  }
  .sponsorGiving .leftNavigation li {
    width: 46%;
  }
  .sponsorGiving .leftNavigation li.display-block {
    display: inline-block;
  }
  .sponsorGiving .leftNavigation li a {
    font-size: 13px;
    padding: 5px;
  }
  .sponsorGiving .p-b-img, .sponsorGiving .p-t-img {
    display: none;
  }
  .joyOfGivingBody {
    background: #c9dbe9;
    background: -webkit-linear-gradient(top, #c9dbe9 0, #c9dbe9 100%);
    background: -linear-gradient(top, #c9dbe9 0, #c9dbe9 100%);
    background: -moz-linear-gradient(top, #c9dbe9 0, #c9dbe9 100%);
  }
  .sponsorGivingDetails .right-section .Sharing-a-caring {
    right: auto;
    text-align: left;
    bottom: -45px;
    position: static;
  }
  .sponsorGivingDetails .right-section .Sharing-a-caring .social-icon a span, .sponsorGivingDetails .right-section .Sharing-a-caring .social-icon a:hover span {
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 32px;
  }
  .sponsorGivingDetails .right-section .Sharing-a-caring .social-icon ul li {
    width: 25px;
  }
  .joyOfGivingMainBody .openCloseSection h1 {
    font-size: 24px;
  }
  .joyOfGivingMainBody .openCloseSection .wordMessage {
    padding: 5px;
  }
}
@media (max-height: 650px) {
  .joyOfGivingBody-3 .bottom-img img {
    max-width: 780px !important;
  }
}

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