.custom-landing-page {
  /*margin-top: 140px;*/
  height: 100vh; /*calc(100vh - 140px)*/
  width: auto;
  overflow: hidden;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.96) 0,
      rgba(255, 255, 255, 0.96) 100%
    ),
    url("../img/flower.png") -80% 40% no-repeat !important;
  background-size: 70% !important;
  background: url("../img/flower.png");
}

.custom-landing-page-white {
  height: 100vh;
  width: auto;
  /*background: linear-gradient(to bottom,rgba(33,50,91,0.95) 0,rgba(33,50,91,0.5) 100%), url("../img/tempcover.png") center center no-repeat !important;*/
  background-size: cover !important;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
  object-fit: cover;
}

.navbar-brand {
  /*background: #dda448;*/
  padding: 40px 0px;
  height: 100% !important;
  width: auto !important;
}

.dropdown-menu {
  border-radius: 0 !important;
  border-top: none !important;
}
.dropdown-item {
  font-family: "Lato", sans-serif;
  color: #21325b;
  font-size: 1rem;
  transition: 0.2s ease-in-out;
}

.dropdown-item:hover {
  /*background: #f0b26b !important;*/
  /*color: #21325B !important;*/
  text-decoration: underline;
}

.nav-info-title {
  transition: 0.2s ease-in-out;
}

.nav-info-title:hover {
  text-decoration: underline;
  color: #377dff !important;
  cursor: pointer;
}

.custom-donate-button {
  background: #f0b26b;
  color: white;
  border-radius: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  letter-spacing: 1.5px;
  padding: 1.5rem 3rem;
  max-height: 60px;
  text-transform: uppercase;
  text-align: center;

  background: linear-gradient(to left, #f0b26b 50%, #21325b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border: none;
}

.custom-donate-button:hover {
  /*background: #f5ca99;*/
  box-shadow: 0 4px 11px rgb(33 50 91 / 35%);
  color: white;
  background-position: left bottom;
}

.custom-notice-button {
  background: #21325b;
  color: white;
  border-radius: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  letter-spacing: 1.5px;
  padding: 1.5rem 3rem;
  max-height: 60px;
  text-transform: uppercase;
  text-align: center;

  background: linear-gradient(to left, #21325b 50%, #f0b26b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border: none;
}

.custom-notice-button:hover {
  /*background: #f5ca99;*/
  box-shadow: 0 4px 11px rgb(240 178 107 / 35%);
  color: white;
  background-position: left bottom;
}

.custom-seeking-button {
  background: #000;
  color: white;
  border-radius: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  letter-spacing: 1.5px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
  text-align: center;

  background: linear-gradient(to left, #f0b26b 50%, #21325b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border: none;
  margin-right: 16px;
}

.custom-referral-button:hover {
  /*background: #f5ca99;*/
  box-shadow: 0 4px 11px rgb(240 178 107 / 35%);
  color: white;
  background-position: left bottom;
}

.custom-referral-button {
  background: #000;
  color: white;
  border-radius: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  letter-spacing: 1.5px;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
  text-align: center;

  background: linear-gradient(to left, #21325b 50%, #f0b26b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border: none;
}

.custom-seeking-button:hover {
  /*background: #f5ca99;*/
  box-shadow: 0 4px 11px rgb(33 50 91 / 35%);
  color: white;
  background-position: left bottom;
}

.mw-82 {
  max-width: 82%;
}

.custom-nav-text {
  font-size: 0.875rem;
  letter-spacing: 1.25px;
  font-weight: 700;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  height: 100%;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #3c3e3f !important;
  text-align: center;
  /*transition: ease-in-out 0.2s;*/
}

/*.custom-nav-text:hover {
	
	margin-top: -6px;
}*/

.navbar-nav-item:hover {
  border-bottom: 10px solid #21325b;
  /*padding-bottom: -10px;*/
}

.navbar-nav-item:hover .custom-nav-text {
  /*border-bottom: 10px solid #21325B;*/
  margin-bottom: -10px;
}

.custom-nav-text:after {
  content: none !important;
}

.lrp0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
 *
 * Responsive navbar menu outside borders
 *
 */

.fullWidthMenuContainer {
  transition: ease all 0.5s;
}

@media (min-width: 1200px) {
  .fullWidthMenuContainer {
    padding-left: calc((100vw - 82vw) / 2); /*1140px*/
    padding-right: calc((100vw - 82vw) / 2);
  }
}

@media (min-width: 1200px) {
  .fullWidthMenu {
    margin-left: calc(-1 * (100vw - 82vw) / 2);
    padding-left: calc((100vw - 82vw) / 2);
    padding-right: calc((100vw - 82vw) / 2);
    width: calc(100% + (100vw - 82vw)) !important;
    right: auto !important;
    left: 0 !important;
  }
}

@media (max-width: 1200px) {
  .fullWidthMenuContainer {
    padding-left: calc((100vw - 90vw) / 2); /*960px*/
    padding-right: calc((100vw - 90vw) / 2);
  }
}

@media (max-width: 1200px) {
  .fullWidthMenu {
    margin-left: calc(-1 * (100vw - 90vw) / 2);
    padding-left: calc((100vw - 90vw) / 2);
    padding-right: calc((100vw - 90vw) / 2);
    width: calc(100% + (100vw - 90vw)) !important;
    right: auto !important;
    left: 0 !important;
  }
}

/*
 *
 * On screen size width less than 992 aka on navbar collapse
 *
 */

@media (max-width: 991px) {
  .fullWidthMenu {
    margin-left: 0;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    width: 100%;
    right: 0;
    left: auto;
    /*background-color: lightblue;*/
  }
}

@media (max-width: 991px) {
  .custom-nav-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*background-color: lightblue;*/
  }
}

.navbar-nav-item {
  min-height: 140px;
}

@media (max-width: 991px) {
  .navbar-nav-item {
    height: 38px;
    min-height: 38px;
    /*background-color: lightblue;*/
  }
}

@media (max-width: 991px) {
  .custom-donate-button {
    padding: 0.75rem;
    /*background-color: lightblue;*/
  }
}

.custom-flex {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .custom-flex {
    display: list-item;
    /*background-color: lightblue;*/
  }
}

@media (max-width: 991px) {
  .navbar-nav-item:hover {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .navbar-nav-item:hover .custom-nav-text {
    color: #f0b26b !important;
    margin-bottom: 0;
    transition: ease-in-out 0.2s;
  }
}

@media (max-width: 991px) {
  .mega-menu-body {
    margin: 0;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 576px) {
  .mega-menu-body {
    margin: 0;
    padding-top: 24px !important;
    padding-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .mega-menu-body-second {
    margin: 0;
    padding: 0px 0px 24px 0px !important;
  }
}

@media (max-width: 991px) {
  .mega-menu-body-third {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

.custom-justify-content {
  justify-content: center;
}

@media (max-width: 991px) {
  .custom-justify-content {
    justify-content: space-between;
  }
}

.custom-menu-background {
  background: #f5f3f2; /*f8fafd*/ /*f5f3f2*/ /*f0f2fb*/ /*f4f6ff*/ /*f5f7ff*/
}

@media (max-width: 991px) {
  .custom-menu-background {
    background: #fff;
  }
}

.custom-background-image-mega-menu {
  background: url("../img/whiteflower100.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

/*
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
	    max-width: 720px;
	}
}
@media (min-width: 576px) {
	.container, .container-sm {
	    max-width: 540px;
	}
}*/

.image-container {
  position: relative;
  height: calc((100vh - 140px) / 4);
  width: 100%;
}
.image-container .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #fff;
}

.image-container .after1 {
  display: block;
  background: rgba(33, 50, 91, 0.6);
}

.image-container .after2 {
  display: block;
  background: rgba(33, 50, 91, 0.7);
}

.image-container .after3 {
  display: block;
  background: rgba(33, 50, 91, 0.8);
}

.image-container .after4 {
  display: block;
  background: rgba(33, 50, 91, 0.9);
}

.animation {
  height: 84px;
  width: 128px;
  position: relative;
  /*animation: unevenSpin 1.2s ease-in-out infinite;*/
}

.petal {
  position: absolute;
}

.animation1 .petal1 {
  left: 0;
  top: 28.42%;
  /*transform-origin: 84px 13px;*/
  animation: petalAnimation 0.68s ease-in-out infinite;
}

.animation1 .petal2 {
  left: 14.55%;
  top: 2.88%;
  transform-origin: 33px 15px;
  animation: petalAnimation 0.68s ease-in-out infinite;
  animation-delay: 0.085s;
}

.animation1 .petal3 {
  left: 46.26%;
  top: 0%;
  transform-origin: 7px 21px;
  animation: petalAnimation 0.68s ease-in-out infinite;
  animation-delay: 0.17s;
}

.animation1 .petal4 {
  left: 55.16%;
  top: 17.4%;
  transform-origin: 0px 17px;
  animation: petalAnimation 0.68s ease-in-out infinite;
  animation-delay: 0.255s;
}

.animation1 .petal5 {
  left: 14.1%;
  top: 44.56%;
  transform-origin: 41px 0px;
  animation: petalAnimation 0.68s ease-in-out infinite;
  animation-delay: 0.34s;
}

@keyframes petalAnimation {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

.carousel-faded-edge:before,
.carousel-faded-edge:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 120px;
  top: 0;
  height: 100%;
  pointer-events: none; /*makes the links behind clickable.*/
}
.carousel-faded-edge:before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.carousel-faded-edge:after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.spacing-blog-carousel {
  /*margin-left: 2rem;*/
  margin-right: 24px;
  /* width: 327.25px !important; */
}

.custom-blog-image {
  width: 20%;
  height: auto;
}

/*.js-slide {
	width: 327.25px !important;
	
}

.slick-track {
	width: 2458.75px !important;
	display: flex !important;
	margin-top: 3rem;
	margin-bottom: 8rem;
}
*/

#blogCarouselTrack {
  /* width: 2458.75px !important; */
  /* display: flex !important; */
  margin-top: 3rem;
  margin-bottom: 8rem;
}

.slick-arrow-soft-white {
  z-index: 10;
  background: #21325b;
  color: white;
  transition: 0.2s ease-in-out;
}

.slick-arrow:not(.slick-disabled):hover {
  color: white;
  background-color: #f0b26b;
}

.slick-arrow.slick-disabled {
  color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
}

.card-custom {
  border-radius: 0;
  /*border-bottom: 10px solid #21325B;*/
  box-shadow: none;
  transition: 0.2s ease-in-out;
  min-height: 565px !important;
  /*overflow: hidden;*/
}

.card-custom:hover {
  /* transform: scale(1.03); */
  cursor: pointer;
  /*border-bottom: 10px solid #f0b26b;*/
}

.card-custom .card-img-top {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.card-custom .card-img-top img {
  height: 327.25px !important;
  object-fit: cover;
  object-position: center center;
}

.card-custom .card-body {
  background: rgb(245, 243, 242);
}

.card-custom .card-body h3 {
  font-size: 13px;
  letter-spacing: 0.75px;
  line-height: 2.2;
  font-weight: 700;
  text-align: left;
  height: 100%;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #3c3e3f !important;
}

.card-custom .card-body h3 a:hover {
  color: #3c3e3f !important;
}

.card-custom .card-body p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #111e47 !important;
}

.card-custom .card-footer {
  border-radius: 0;
  border: 0;
  background: rgb(245, 243, 242);
}

.card-custom .card-footer a {
  font-family: "Lato", sans-serif;
  color: #21325b;
  font-size: 13px;
  transition: 0.2s ease-in-out;
}

.card-custom .card-footer a:hover {
  color: #377dff;
  text-decoration: underline;
}

.card-custom .card-border-bottom {
  height: 10px !important;
  background: linear-gradient(to left, #21325b 50%, #f0b26b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border: none;
}

.card-custom .card-border-bottom:hover {
  background-position: left bottom;
}

/*.slick-blog {
	margin-left: -2rem;
	margin-right: -2rem;
}

.slick-blog .slick-slide {
    margin-left: 2rem;
    margin-right: 2rem;
}
*/

.offsetTextBox {
  z-index: 100;
  height: 560px;
  width: 560px !important;
  padding: 60px;
  pointer-events: auto;
}

.offsetTextBox h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  margin: 0 !important;
}

.offsetTextBox p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 80px;
  margin: 0 !important;
}

.backgroundTextSlide {
  background: rgba(13, 20, 36, 0.7);
}

/*.background2 {
	background: rgba(94, 70, 42, 0.7);
}*/

.textSlider {
  margin-left: -100px;
  margin-top: -450px;
  pointer-events: none;
}

.card-landing-container {
  margin-top: -110px;
  max-width: calc(100vw - 200px);
}

@media (max-width: 1200px) {
  .ptext {
    display: none;
  }
}

@media (max-width: 1200px) {
  .card-landing-container .test {
    max-height: 200px !important;
    min-height: 200px !important;
    display: flex;
    align-items: center;
    font-size: 6px !important;
  }
}

@media (max-width: 1200px) {
  .card-landing-container .test h2 {
    font-size: 16px !important;
  }
}

@media (max-width: 1450px) {
  .card-landing-container .test p {
    font-size: 14px !important;
  }
}

@media (max-width: 1261px) {
  .card-landing-container .test p {
    font-size: 12px !important;
  }
}

@media (max-width: 992px) {
  .hidePagination {
    display: none;
  }
}

@media (max-width: 992px) {
  .addWelcomePadding {
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
  }
}
.addWelcomePadding {
  padding-top: 0;
  padding-bottom: 6rem;
}
@media (max-width: 1200px) {
  #heroSlider {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 1200px) {
  .hidePagination {
    height: 260px !important;
  }
}

.card-landing-custom {
  border-radius: 0;
  margin: 0;
  /*box-shadow: none;*/
  border-left-width: 0 !important;
  background: rgba(13, 20, 36, 0.8);
  color: white !important;
  border-top: 10px solid #21325b;
}

.card-landing-custom .card-body {
  /*background: rgb(245, 243, 242);*/
  background: white;
}

.card-landing-custom h5 {
  color: #3c3e3f !important;
  font-size: 18px;
  /*letter-spacing: 0.75px;*/
  line-height: 2.2;
  font-weight: 600;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  /*text-transform: uppercase;*/
  margin-top: 20px;
}

.card-landing-custom p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #111e47 !important;
}

.card-landing-custom .card-badge {
  background: #21325b;
  color: white;
  height: 70px;
  width: 70px;
  border-radius: 35px;
  position: absolute;
  left: calc(50% - 35px);
  top: -40px;
}

.card-landing-custom .card-badge i {
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
}

.card-landing-custom .card-badge-active {
  background: #f0b26b !important;
}

.active-border {
  border-top: 10px solid #f0b26b;
}

.left-m-if-desired {
  margin-left: 1rem !important;
}

.landing-bottom {
  background: #21325b;
}

.card-landing-container h2 {
  color: rgba(255, 255, 255, 1);
  font-family: "Merriweather", serif;
  font-size: 19px;
}

.card-landing-container p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 22px;
}

.card-landing-container .row {
  overflow: hidden;
}
.card-landing-container .test {
  background: #21325b;
  padding: 50px;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  opacity: 1 !important;
  /*z-index: 100;*/
}
.card-landing-container .inner-card {
  transition: 0.2s ease-in-out;
}
.card-landing-container .inner-card:hover {
  /*background: #044a75;*/
  cursor: pointer;
  /*padding: 50px;*/
  transform: scale(1.05) !important;
  /*z-index: 99;*/
}

.card-landing-container .inner-card:active h5 {
  color: #f0b26b;
}

.card-landing-container .test.active span {
  text-decoration: underline;
}

/*.card-landing-container .test.active h2 {
	color: white;
}

.card-landing-container .test.active p {
	color: white;
}
*/
.vl {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 100;
}

.vlr {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 100;
}

.card-border-top {
  height: 10px !important;
  width: 100%;
  background: linear-gradient(to left, #21325b 50%, #f0b26b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 10s linear;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  border: none;
}

.card-border-top-ready {
  background-position: left bottom;
}

#cta-h2:hover {
  text-decoration: underline;
  transform: scale(1.05);
  cursor: pointer;
}

.custom-send-button {
  /*background: #000;
	
	border-radius: 0;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	letter-spacing: 1.5px;
	padding: 1.5rem 3rem;
	text-transform: uppercase;
	text-align: center;*/

  color: white;
  background: linear-gradient(to left, #21325b 50%, #f0b26b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border: none;
  border-radius: 0;
  height: 50px;
  width: 50px;
  z-index: -1;
  /*margin-right: 16px;*/
}

.custom-send-button:hover {
  /*background: #f5ca99;*/
  box-shadow: 0 4px 11px rgb(240 178 107 / 35%);
  color: white;
  background-position: left bottom;
}
