body {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
  line-height: normal;
}

h2 {
  font-weight: bold;
  font-size: 48px;
  position: relative;
  padding-bottom: 45px;
  padding-top: 10px;
}
h2::after {
  content: '';
  display: block;
  width: 70px;
  height: 5px;
  position: relative;
  margin: 15px 0;
  background-color: #4ecaf5;
}
.text-center h2::after {
  right: 50%;
  transform: translateX(50%);
}
h2 {
  color: #1f3063;
}
h4 {
  color: #0cfede;
}
h3 {
  color: #4ecaf5;
  font-size: 30px;
  font-weight: bold;
}
#sbEmptyField {
  display: none;
}
.btn-primary {
  background-color: #1f3063;
  border-color: #1f3063;
}
.btn-outline-secondary {
  color: #4ecaf5;
  border-color: #4ecaf5;
}
.btn-outline-secondary:hover {
  background-color: #4ecaf5;
  border-color: #4ecaf5;
}
.btn-outline-secondary:active {
  background-color: #1f3063;
  border-color: #1f3063;
}
/* JUMBO */
.jumbo .TitleBG{
  background-position: center;
  background-size: cover;
  height: 100%;
  width: calc(100% + 70px);
}
.jumbo .TitleBG::after{
  content: '';
  height: 15px;
  width: calc(100% + 10px);
  background-color: #4ecaf5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.titleBGswiper{
  height: 100%;
  width: calc(100% + 70px);
}
.titleBGswiper .swiper-button-prev, .titleBGswiper.swiper-container-rtl .swiper-button-next {left: 50px;}
.ambText {
  position: absolute;
  color: white;
  font-size: 30px;
  top: 10px;
  right: 10px;
  z-index: 1;
  text-shadow: 0 0 10px black;
}
.ambText .btn-outline-light:hover{ text-shadow: none;}
.logo {
  position: absolute;
  top: 5px;
  right: 0;
  pointer-events: none;
  width: 160px;
}
.jumbo .titleText{
  background-color: #1f3063;
  color: #fff;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 70px) 0%, 100% 100%, 0% 100%);
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
}
.jumbo .titleText>div:nth-child(1){ padding: 30px 60px 30px 15px;}
.titleText h1{
  font-size: 72px;
  color: #fff;
}
.titleText h3{color: #fff;}
.campaignStatus {
  padding: 30px 90px 30px 60px;
  width: 100%;
  background-color: #4ecaf5;
  color: #1f3063;
}
.progBars {
  width: 100%;
}
.cssProgress {
  width: 100%;
}
.cssProgress p {
  font-size: 30px;
  padding-top: 15px;
  text-align: center;
  color: white;
}

  .cssProgress .progress1, .cssProgress .progress2, .cssProgress .progress3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
  }

  .cssProgress .cssProgress-bar {
    display: block;
    float: right;
    width: 0%;
    height: 100%;
    background: #3798d9;
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.1);
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out
  }

  .cssProgress .cssProgress-stripes, .cssProgress .cssProgress-active, .cssProgress .cssProgress-active-right {
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.125) 50%,rgba(255,255,255,.125) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.125) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.125) 50%,rgba(255,255,255,.125) 75%,transparent 75%,transparent);
    background-size: 35px 35px
  }

  .cssProgress .cssProgress-active {
    -webkit-animation: cssProgressActive 2s linear infinite;
    animation: cssProgressActive 2s linear infinite
  }

  .cssProgress .cssProgress-active-right {
    -webkit-animation: cssProgressActiveRight 2s linear infinite;
    animation: cssProgressActiveRight 2s linear infinite
  }

@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 35px 35px
  }
}

@keyframes cssProgressActive {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 35px 35px
  }
}

@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: -35px -35px
  }
}

@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: -35px -35px
  }
}

  .progress1 {
    background-color: #f3f3f3;
    box-shadow: inset -1px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .cssProgress.transparentBar{
    margin-bottom: 0;
  }
  .cssProgress.transparentBar .progress1 {
    background-color: transparent;
    box-shadow: none;
  }
  .cssProgress.transparentBar .cssProgress-bar {
    background: transparent;
    box-shadow: none;
    position: relative;
  }
  .cssProgress.transparentBar .cssProgress-bar:after{
    position: absolute;
    left: 0;
  }
  .progress1 .cssProgress-bar {
    height: 30px
  }
  .cssProgress .cssProgress-label {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    line-height: 20px;
    transform: translateX(-30px);
  }
.clockRow {
  color: white;
  font-size: 36px;
  line-height: 48px;
  background-color: #1f3063;
  background-image: url(/img/Counter.jpg);
}

  .clockRow > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 15px 0 30px;
    z-index: 1;
  }
    .clockRow > div:nth-child(1)::before {
      content: '';
      position: absolute;
      top: -1px;
      bottom: 0;
      right: 0;
      left: -15px;
      background-color: #4ecaf5;
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 35px 100%);
      transform: translate3d(0px, 0px, 0px);
      z-index: -1;
    }

  .ClassyCountdown-wrapper{
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 15px auto;
  }
    .ClassyCountdown-wrapper > div {
      display: inline-block;
      position: relative;
      width: 131px;
    }
  
    .ClassyCountdown-wrapper .ClassyCountdown-value {
      width: 100%;
      line-height: 1em;
      position: absolute;
      top: 50%;
      text-align: center;
      left: 0;
      display: block;
      font-family: 'Assistant', sans-serif !important;
      font-size: 30px !important;
    }
.sumsCount {
  font-size: 36px;
}

  .sumsCount p {
    font-size: 26px;
    margin: 15px 0 -15px 0;
    text-align: center;
  }


  .sumsCount strong {
    font-size: 42px;
    margin-bottom: -15px;
  }
  .sumsCount .soFarSum strong {
    font-size: 60px;
  }

  .sumsCount span, .sumsCount strong span {
      font-size: 36px;
    }
    
.about{
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
}
  .about p{
    text-align: justify;    
  }

.ambassadors{
  background-color: #f1f1f1;
  padding-right: 30px;
  padding-bottom: 30px;
}
  .ambassadors p{
    margin: 0;
    line-height: 34px;
  }
  .halfContainer{
    padding-top: 30px;
    max-width: 660px;
    width: 100%;
  }
.list-group-item { display: flex; overflow: hidden;}
.list-group-item .progBar {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
  width: 100%;
}
.list-group-item .cssProgress .cssProgress-bar {background: #0cfede;}
.list-group-item .progress1 {
  background-color: transparent;
  box-shadow: none;
}
.list-group-item { padding-right: 45px;}
.list-group-item i {
  color: #ccc;
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 18px;
}
.tickerWraper {
  height: 800px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.ambPage .tickerWraper {height: 1000px;}
.tickerWraper .swiper-container {
  width: 100%;
  height: 100%;
}
.tickerWraper .donorRow span {
  font-weight: bold;
  color: #4ecaf5;
}
.tickerWraper .donorRow i{
  background-color: #4ecaf5;
  width: 50px;
  height: 50px;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.tickerWraper .donorRow div{
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  padding-bottom: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
.tickerWraper .swiper-button-prev{
  top: auto;
  bottom: 0;
  right: 40%;
  transform: rotate(-90deg) scale(.7);
}
.tickerWraper .swiper-button-next{
  top: auto;
  bottom: 0;
  right: 50%;
  transform: rotate(-90deg) scale(.7);
}
footer{
  background-color: #1f3063;
  color: white;
  padding: 15px 0;
}
footer a {
  color: #4ecaf5;
}
footer a:hover {
  color: #39d4f0;
}

button.donateNow{
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 36px;
  line-height: 42px;
  padding: 8px 70px 11px 30px;
  border-radius: 35px;
  border: 0;
  background: linear-gradient(-45deg, #ffec07, #0cfede, #ffb100, #0cfede);
  z-index: 9;
  background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
button.donateNow i{ 
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
}
button.donateNow span {
  font-size: 21px;
  text-align: left;
  display: block;
  margin: 8px 8px 15px 8px;
  line-height: 10px;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.thankModal .TitleBG{
  background-position: center;
  background-size: cover;
  height: 100%;
  width: calc(100% + 70px);
}
.thankModal .TitleBG::after{
  content: '';
  height: 15px;
  width: calc(100% + 10px);
  background-color: #4ecaf5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.thankModal .titleText{
  background-color: #1f3063;
  color: #fff;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 70px) 0%, 100% 100%, 0% 100%);
  transform: translate3d(0px, 0px, 0px);
}
.thankModal .campaignStatus{
  padding: 15px 60px 45px 30px;
}
.thankModal .fa-thumbs-up,.thankModal .fa-thumbs-down{ font-size: 50px;}










.formSection #backToForm{
    position: absolute;
    top: 0;
    font-size: 19px;
    right: 25px;
    background-color: #ccc;
    display: none;
}
  .formSection .updatesBlock {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 360px;
  }

    .formSection .updatesBlock h2 {
      background-color: #4ecaf5;
      font-size: 40px;
      color: white;
      text-align: center;
      padding: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

  .formSection .formBlock {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 376px;
  }
    .formSection .formBlock form {
      padding: 30px;
      text-align: center;
    }

  .formSection input.form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
    font-size: 20px;
  }

  .formSection select.form-control {
    font-weight: bold;
    font-size: 20px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
    height: 43px !important;
  }

    .formSection input.form-control:focus, .formSection select.form-control:focus {
      border-color: #4ecaf5;
      outline: 0;
      box-shadow: none;
    }
    /*.formSection input.form-control.valid{
      color: green;
    }*/
  .formSection label:not(.cbLabel) {
    position: absolute;
    top: 5px;
    right: 20px;
    transition: all .1s;
    color: #555;
    cursor: text;
  }
    .formSection label.noteLabel {
        position: absolute;
        top: -13px;
        right: 50%;
        transform: translateX(50%);
        font-size: 13.5px;
        font-weight: 600;
        text-align: center;
        width: max-content;
    }
  .formSection label.cbLabel{ cursor: pointer;}

  .formSection input:not([type="checkbox"]):focus ~ .floatingLabel, 
  .formSection input:not([type="checkbox"]).valid ~ .floatingLabel, 
  .formSection input:not([type="checkbox"]).error:not(.reqError) ~ .floatingLabel, 
  .formSection select.valid ~ .floatingLabel, 
  .formSection select:focus ~ .floatingLabel, 
  .formSection textarea:focus ~ .floatingLabel, 
  .formSection textarea.valid ~ .floatingLabel, 
  .formSection textarea.error ~ .floatingLabel{
    display: none;
  }
  button.close {
    position: absolute;
    right: -50px;
    top: 0;
    font-size: 40px;
    text-shadow: none;
    opacity: 1;
    color: white;
  }
  button.close:hover {
    color: white;
    opacity: .9;
  }
  /*.formSection input:not([type="checkbox"]):focus + label:not(.error),
  .formSection input:not([type="checkbox"]).valid + label,
  .formSection input:not([type="checkbox"]).valid + label + label,
  .formSection input:not([type="checkbox"]).error:not(:empty) + label + label {
    display: none;
  }*/

  .formSection input.error + label,
  .formSection select.error + label {
    font-size: 16px;
    top: 40px;
    color: #db272a;
    font-weight: 400;
  }
  .formSection input[type="checkbox"].error + label {
    top: 60px;
    right: 19px;
  }

  .formSection input.error {
    color: #db272a;
  }

  .formSection .form-group.termsRow {
    display: block;
    padding: 10px 210px 0 210px;
    color: #fff;
  }

    .formSection .form-group.termsRow label {
      position: relative;
      font-weight: normal;
      color: #fff;
    }

      .formSection .form-group.termsRow label a {
        border-bottom: 1px dashed;
        color: #bbeaff;
      }

        .formSection .form-group.termsRow label a:hover {
          border-bottom: 1px solid;
        }

    .formSection .form-group.termsRow input.error + label {
      color: #ffa7a9;
    }

    .formSection .form-group.termsRow input {
      width: 25px;
      height: 25px;
      transform: translateY(14px);
    }
    .currencySymbol {
      position: absolute;
      left: 20px;
      bottom: 7px;
      color: #495057;
    }

  .formSection .form-group {
    position: relative;
  }

  .formSection input.btn.btn-primary {
    background: #ee2629;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 3px 18px;
    border-radius: 0;
    margin-right: 15px;
    position: relative;
  }

    .formSection input.btn.btn-primary:hover {
      background: #dc1417;
    }

    .formSection input.btn.btn-primary:after {
      position: absolute;
      left: -32px;
      top: 0;
      width: 32px;
      height: 0;
      content: "";
      border-left: 32px solid transparent;
      border-top: 46px solid #ef2424;
    }

  .formSection .formBlock h2 {
    background-color: #552d5f;
    font-size: 40px;
    color: white;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    margin-bottom: 0;
  }

  .formSection .formBlock button {
    background-color: #1f3063;
    border: 0;
    padding: 10px 15px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
  }

    .formSection .formBlock button img {
      width: 40px;
    }
    .modal-content h3{
      color: #000;
    }
    .sumOpt{
      
    }
    .sumOpt strong {
      font-size: 28px;
      line-height: 31px;
    }
    .matchingNote {
      line-height: 43px;
      margin-bottom: 15px;
    }
.loadingBtn {
  display: none;
}

.bgImg {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  transform: translate(50%, -50%);
  opacity: .75;
}

.loginSection {
  text-align: center;
  padding: 90px;
}

  .loginSection input[type=password] {
    border-radius: 0;
    padding: 3px 15px;
    background-color: #f1f1f1;
    border: 0;
    vertical-align: top;
    font-size: 20px;
  }

  .loginSection .btn {
    border-radius: 0;
    border: 0;
    padding: 3px 15px;
    vertical-align: top;
    background-color: #4ecaf5;
    font-size: 21px;
  }

  .loginSection i {
    color: #4ecaf5;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
  }

  .loginSection h2 {
    font-size: 48px;
  }
  .loginSection .pwInput{
    padding-right: 45px;
    margin-bottom: 30px;
  }
    .loginSection .pwInput label {
      position: absolute;
      right: 0;
    }
    .loginSection .pwInput label.error {
      right: 45px;
      font-size: 17px;
      color: #1f3063;
    }

  footer span {
    display: inline-block;
    padding-right: 30px;
  }


.scroller{
    overflow-y: scroll;
    height: 506px;
    margin-bottom: 15px;
    padding-left: 15px;
}

iframe#tranzBox {
  width: 100%;
  border: 0;
  height: 440px;
  background-color: white;
  padding: 10px 0;
  margin-bottom: -10px;
  display: none;
}
.supportNote{
    text-align: right;
    background-color: white;
    position: relative;
    margin-bottom: 0;
}
.otherOptions {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.otherOptions>strong{
  color: #4ecaf5;
}
.supportNote strong { color: #1f3063;}
.supportNote img {
  position: absolute;
  left: -5px;
  top: -15px;
  width: 77px;
}
.credit{
	position: fixed;
    left: 0;
    bottom: 40%;
    transform: rotate(-90deg);
	font-size: 14px;
    direction: ltr;
	color: black;
	z-index: 9;
}
.credit a{
	color: black;
}
.credit img{
	width: 40px;
	vertical-align: sub;
}
#confetti{
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
  pointer-events: none;
}
@keyframes flickerAnimation {
  0%   { filter: grayscale(0); }
  50%  { filter: grayscale(1); }
  100% { filter: grayscale(0); }
}
.pass30m img{
  animation: flickerAnimation 1.5s infinite;
}
.bgRow .bgCell.pass24h:after{
  background-image: url(/images/lens.png);
}
/* Gifts */
.giftBox{
  background-color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  cursor: pointer;
}
.giftBox a {
  text-decoration: none;
  color: inherit;
}
.giftBox .imgWrap{
  padding-top: 35%;
  position: relative;
  background-size: cover;
  transition: all .1s ease-in-out;
}
.giftBox:hover .imgWrap {
  filter: brightness(1.1);
}
.giftBox h4 {
  background-color: rgba(78, 202, 246, 0.8);
  color: #1f3063;
  display: inline-block;
  padding: 12px 15px 15px 15px;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  right: 0;
  transition: all .1s ease-in-out;
}
.giftBox:hover h4 {
  padding: 12px 20px 15px 15px;
}
.giftBox .priceTag{
  background-color: rgba(31, 48, 99, 1);
  color: #fff;
  display: inline-block;
  padding: 2px 10px 5px 10px;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  bottom: 20px;
  right: 15px;  
  transition: all .1s ease-in-out;
}
.giftBox:hover .priceTag {
  right: 20px;
}
.giftBox .quantityTag {
  position: absolute;
  top: 20px;
  left: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #4ecaf5;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all .1s ease-in-out;
}
.giftBox .quantityTag span{
  font-size: 30px;
  line-height: 24px;
  display: block;
}
.giftBox:hover .quantityTag {
  left: 20px;
}
.giftBox .desc{
  padding: 20px 30px;
}











@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .formSection .container {
        max-width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    body {
        font-size: 17px;
    }
    h2 {
      font-size: 36px;
    }
    .logo {
        width: 100px;
    }
    .progBar {
        padding: 0 30px;
    }
    .cssProgress p {
        font-size: 24px;
    }
    .sumsCount {
        font-size: 30px;
    }
    .sumsCount strong {
        font-size: 42px;
        margin-bottom: 0;
    }
    .sumsCount strong img {width: 50px;}
    .scroller {
      height: 350px;
    }
    .formSection {
        margin: 15px 0;
        padding: 0px;
    }
    .formSection .container, .umb-grid .container{
        padding: 0;
    }
    .formSection select.form-control {
      font-size: 18px;
    }
    .bgImg {
        width: auto;
        height: 100%;
    }
    .cbLabel{font-size: 16px; margin-bottom: 15px;}
    .loginSection {
        text-align: center;
        padding: 15px;
    }
    .formSection .formBlock h2,.formSection .updatesBlock h2, .loginSection h2 {
        font-size: 36px;
    }
    footer {
        padding: 15px;
    }
  a.btn.btn-primary {
      display: block;
  }
  footer span {
      padding-right: 0;
  }
  .ClassyCountdown-wrapper > div{
    margin: 5px;
    width: calc(25% - 10px);
  }
  .ClassyCountdown-wrapper .ClassyCountdown-value {
      font-size: 24px !important;
  }
  .classBox .cssProgress button.btn {
      white-space: normal;
  }
}

@media (min-width: 768px) {
  .thankModal .pl-md-5, .px-md-5 {
    padding-right: 4rem!important;
  }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }
    h2 { font-size: 36px;}
    .btn {padding: 5px;}
    .logo {
        right: 0;
        width: 85px;
        top: auto;
        bottom: 0px;
    }
    .progBar {
        padding: 0 30px;
    }
    .cssProgress p {
        font-size: 24px;
    }
    .sumsCount {
        font-size: 32px;
    }
    .sumsCount strong {
        font-size: 42px;
    }
    .sumsCount strong img {width: 50px;}
    .formSection {
        padding: 15px 5px;
    }
    .formSection .row{
      margin-right: -5px;
      margin-left: -5px;
    }
    .formSection .col-6{
        padding: 0 5px;
    }
    .bgImg {
        width: auto;
        height: 100%;
    }
    .cbLabel{font-size: 16px; margin-bottom: 15px;}
    .loginSection {
        text-align: center;
        padding: 15px;
    }
    .formSection .formBlock h2,.formSection .updatesBlock h2, .loginSection h2 {
        font-size: 36px;
    }
    footer {
        padding: 15px;
    }
  a.btn.btn-primary {
      display: block;
  }
  footer span {
      padding-right: 0;
  }
  .swiper-slide{ background-size: cover;}
  .ClassyCountdown-wrapper > div{
    margin: 5px;
    width: calc(25% - 10px);
  }
  .ClassyCountdown-wrapper .ClassyCountdown-value {
      font-size: 24px !important;
  }




  
  .thankModal .TitleBG::after{content: none;}
  .thankModal .TitleBG {height: 200px;}
  .jumbo .TitleBG::after{content: none;}
  .jumbo .titleText {clip-path: none;}
  .jumbo .TitleBG {height: 400px;}
  .titleBGswiper{
    height: 220px;
    width: 100%;
  }
  .titleBGswiper .swiper-button-prev, .titleBGswiper.swiper-container-rtl .swiper-button-next {left: 10px;}
  .ambText {font-size: 24px;}
  .thankModal .titleText,.clockRow > div:nth-child(1)::before {
    clip-path: none;
    left: 0;
    width: 100%;
  }
  .thankModal .titleText,.clockRow > div:nth-child(1){ display: none;}
  button.close {
    right: -10px;
    top: -10px;
    text-shadow: 0 0 5px black;
    z-index: 9;
    padding: 10px 20px;
  }
  .campaignStatus { padding: 20px 15px 30px 15px;}
  .thankModal .campaignStatus {padding: 15px 15px 30px 15px;}
  .jumbo .titleText>div:nth-child(1){ padding:10px 0 15px 0; }
  .titleText h1 {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .about {padding-left: 15px;}
  .ambassadors {
    padding-right: 15px;
  }
  .tickerWraper .donorRow div{
    max-width: 270px;
    font-size: 17px;
  }
  .list-group-item{
    padding: 10px 45px 10px 5px;
    font-size: 16px;
  }
  button.donateNow {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    padding: 0px 55px 5px 15px;
    border-radius: 30px 30px 0 0;
  }
  footer {
    padding: 15px 10px 60px 10px;
    font-size: 17px;
  }
  .supportNote img {top: -51px;}
  button.donateNow span {
    font-size: 19px;
    font-weight: normal;
    margin: 0px 0 10px 5.5px;
  }
  .credit {
    font-size: 13px;
    left: 2px;
    bottom: 2px;
    transform: none;
  }
  .credit img {
    width: 30px;
  }
}

@media (max-width: 330px) {
}