.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1225a3a6:#0A9DFF;--e-global-color-3fbd624b:#BD78D5;--e-global-color-434922a9:#64D715;--e-global-color-384a689:#32B88A;--e-global-color-182c7050:#4A4A4A;--e-global-color-39f02fa6:#FFF;--e-global-color-4a0386a:#FF0F7B;--e-global-typography-primary-font-family:"Adele";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:1em;line-height:1em;background-color:#FFFFFF;}.elementor-kit-10 p{margin-bottom:10px;}.elementor-kit-10 a{color:#BD78D5;}.elementor-kit-10 h1{color:#4A4A4A;font-family:"Adele", Sans-serif;font-size:3em;font-weight:800;}.elementor-kit-10 h2{color:#4A4A4A;font-family:"Adele", Sans-serif;font-size:2.5em;font-weight:700;}.elementor-kit-10 h3{color:#4A4A4A;font-family:"Adele", Sans-serif;font-size:2em;font-weight:600;}.elementor-kit-10 h4{color:#4A4A4A;font-size:1.8em;font-weight:600;}.elementor-kit-10 h5{color:#4A4A4A;font-size:1.5em;font-weight:600;}.elementor-kit-10 h6{color:#4A4A4A;font-size:1.2em;font-weight:600;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:"Poppins", Sans-serif;font-size:1.2em;font-weight:700;color:#FFFFFF;background-color:#BD78D5;box-shadow:2px 2px 8px 0px rgba(0,0,0,0.5);border-radius:5px 5px 5px 5px;padding:10px 10px 10px 10px;}.elementor-kit-10 label{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS */section {
    padding: 0;
}

/*GENERAL*/

#bitnami-banner, .bitnami-corner-image-div {
    display: none !important;
}

html,body {
    overflow-x: hidden;
}

.fab, .far {
    font-family: "Font Awesome 5 Brands";
}

.shortcode {
    margin-bottom: 0 !important;
}

.body-lock {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/*END GENERAL*/



/*TOP HERO HOME PAGE*/


#static-cont {
    position: absolute;
    /*position: relative;*/
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-menu {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    padding: 20px 5%;
}

.logo {
    position: relative;
    width: 25%;
    text-align: center;
}

.logo-btm {
    width: 50%;
}

.logo h1 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 2px 2px 8px #848484;
}

.logo h1 span {
    color: #64D715;
}

.logo h1 a {
	color: #fff;
}

.top-menu-items {
    position: relative;
    width: 75%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-menu-items ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    font-size: 16px;
    margin: 0;
}

.top-menu-items ul li a {
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 8px #848484;
}

.top-menu-items ul li a:hover {
    color: #64d715;
}

.hero-vid-cont {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    max-height: 600px;
    height: 600px;
}

.hero-vid-cont:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(13,157,255,0.8);
    top: 0;
    left: 0;
}

.hero-inner-cont {
    position: relative;
    padding: 0 5%;
    /*background-color: #000;*/
    min-width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.hero-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    
}

.hero-head, .hero-sub {
    position: relative;
    text-align: center;
    max-width: 70%;
}

.hero-head h3 {
    color: #fff;
    padding: 0;
    font-size: 5em;
}

.hero-head-img {
    position: relative;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.hero-head img {
    position: relative;
    max-width: 70%;
}

.hero-sub h5 {
    color: #fff;
    padding: 0;
    font-size: 20px;
    margin-top: 0;
} 

.hero-sub-cuw h5 {
    font-size: 18px;
}

.bg-video {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}

.static-donate {
    position: fixed;
    background: #FF0F7B;
    width: 200px;
    text-align: center;
    font-weight: 400;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -75px;
    top: 38%;
    z-index: 1000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
}

.sd-inner-txt {
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 20px;
    min-height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.sd-char-img-cont {
    position: relative;
    width: 50px;
    border-right: 1px solid #fff;
}

.sd-char-img-cont:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
}

.sd-char-img-cont img {
    position: relative;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    max-width: 50px;
    padding: 5px;
    margin-left: -5px;
    z-index: -1;
}

.nt-char-tag-cont {
    position: relative;
    -ms-transform: rotate(-90deg);
    transform: rotate(90deg);
}

    .nt-char {
        position: absolute;
        left: 30px;
        top: -25px;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        display: none;
        font-size: 16px;
        min-width: 320px;
    }
    
    .nt-char span {
        position: relative;
        color: #fff;
        font-weight: 600;
        background: #FF0F7B;
        padding: 2px 4px;
        border-radius: 6px;
    }
    
    .nt-char span:after {
        content: '';
        position: absolute;
        left: -6px;
        top: 40%;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #FF0F7B;
        transform: rotate(90deg);
    }


#char-modal-trig:hover {
    cursor: pointer;    
}

#heroModalBtn:hover {
    cursor: pointer;
}


/* END TOP HERO HOME PAGE*/



/*HERO MODAL*/



  .hero-modal, .hero-modal-cuw, .hero-modal-potp {
      position: fixed;
      z-index: 1000 !important;
      top: 0;
      left: 0;
      visibility: hidden;
      min-width: 100vw;
      min-height: 100vh;
      background-color: rgba(13,157,255, 0.8);
      margin: 0;
  }
    
  .hero-modal.is-visible {
      visibility: visible;
  }
  
  .hero-modal-cuw.is-visible {
    visibility: visible;
  }
  
  .hero-modal-potp.is-visible {
    visibility: visible;
  }
    
  .hm-wrap {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
    display: flex;  
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh;
      z-index: 1000;
  }
  
  .hm-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #bd78d5;
    width: 80%;
    height: 85%;
    z-index: 1000;
    overflow: hidden;
  }
  
  .hm-top-close {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }
    
  .hm-close {
    position: relative;
    color: #64d715 !important;
    font-size: 64px;
    font-weight: bold;
    padding: 20px;
  }
  
  .hm-close:hover,
  .hm-close:focus {
    color: #4a4a4a !important;
    text-decoration: none;
    cursor: pointer;
  }
    
  .hm-content-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 100%;
    z-index: 1000;
    padding-bottom: 40px;
  }
    
  .hm-vid-cont {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 75%;
  }
    
    .hm-vid-cont h4 {
      position: absolute;
      font-size: 35px;
      width: 100%;
      text-align: left;
      top: -28%;
      color: #fff;
    }
    
  .hm-vid-cont iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
  }
    
  .modal-char-img {
    position: absolute;
      max-width: 150px;
      height: auto;
  }
    
    
  .modal-char-1 {
    bottom: -200px;
      left: 20px;
  }
    
    .modal-char-2 {
      top: -40px;
      left: -40px;
      max-width: 215px;
  }
    
    .modal-char-3 {
    bottom: -100px;
      right: 7px;
  }
  

/*END HERO MODAL*/



/*HOME PAGE CONTENT*/


.scroll-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 200px;
    justify-content: center;
    align-items: flex-start;
}

.three-stats {
    position: relative;
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    height: 200px;
}

.ts-item {
    position: relative;
    width: 33.33%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
    text-align: center;
}

.ts-item h6 {
    font-size: 3.5em;
    margin-top: 0;
    margin-bottom: 20px;
    color: #4a4a4a;
    text-shadow: 2px 2px 8px #4a4a4a;
    
}

.ts-item span {
    font-size: 2em;
    line-height: 1.2em;
    color: #4a4a4a;
    font-weight: 500;
    text-shadow: 2px 2px 8px #4a4a4a;

}

.ts-1 {
    background-image: url("https://haroldrobinsonfoundation.org/wp-content/uploads/2020/10/top-stats-1.png");
}

.ts-2 {
    background-image: url("https://haroldrobinsonfoundation.org/wp-content/uploads/2020/10/top-stats2.png");
}

.ts-3 {
    background-image: url("https://haroldrobinsonfoundation.org/wp-content/uploads/2020/10/top-stats-3.png");
}

.hero-play-btn {
    position: absolute;
    top: -70px;
    right: 10%;
    z-index: 2;
}

.hero-play-btn img {
        max-width: 130px;
}

.top-counter {
    text-shadow: 2px 2px 8px #fafafa;
}

.top-counter .elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 15px;
}

.top-counter .elementor-counter .elementor-counter-title {
    line-height: 1.5em;
}


.issues-section {
    background: linear-gradient(180deg, #0E9EFF 2%, #BD78D6 64.18%), #D8D8D8;
}

.btm-grad {
     background: linear-gradient(180deg, #fff 2%, #0E9EFF 64.18%), #D8D8D8;
}

.section-head-outlined {
    position: relative;
    width: 100%;
}

.section-head-outlined h2 {
    position: relative;
    width: 500px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 20px 0;
}

.btm-nav {
    position: relative;
    z-index: 10;
}

.top-nav {
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
}

.premium-vscroll-nav-menu.right {
    display: flex;
    flex-flow: column;
}

.sub-nav {
    position: relative;
    }
    
    .sub-nav-dropdown {
        position: absolute !important;
        min-width: 200px;
        width: 100%;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        display: none;
				right: 0;
		    list-style: none;
  			margin: 0;
    }
    
    .sub-nav-dropdown li {
        position: relative;
        min-width: 100%;
        text-align: left;
        line-height: 40px;
        margin: 0;
    } 

		.sub-nav-dropdown li a {
			color: #bd78d5 !important;
}

/* END HOME PAGE CONTENT*/



/*STATIC SIDE NAV*/


     .scroll-nav {
        position: fixed;
        top: 29%;
        right: 0;
        justify-content: center;
        align-items: center;
    }
    
    .scroll-nav ul {
        position: relative;
        list-style: none;
        width: 50px;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    
    .scroll-nav ul li:first-child {
        top: 0;
    }
    
    .scroll-nav ul li {
        position: relative;
        height: 15px;
        width: 15px;
        margin: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sl-inner-cont {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sl-inner-cont a {
        position: relative;
        width: 125%;
        height: 125%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sl-inner-cont a span {
        width: 15px;
        height: 15px;
        border: 2px solid #FF0F7B;
        border-radius: 50%;
    }
    
    .activated span {
        background: #FF0F7B;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }
    
    .nav-tag {
        position: absolute;
        right: 8px;
        top: -5px;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        display: none;
			font-size: 16px;
    }
    
    .nt-1 {
        width: 135px;
    }
    
    .nt-2 {
        width: 70px;
    }

		.nt-3, .nt-5, .nt-7 {
			width: 100px;
		}
    
    .nt-4 {
        width: 210px;
    }
    
    .nt-6 {
        width: 80px;
    }
    
    .nav-tag span {
        position: relative;
        color: #fff;
        font-weight: 600;
        background: #FF0F7B;
        padding: 2px 4px;
        border-radius: 6px;
    }
    
    .nav-tag span:after {
        content: '';
        position: absolute;
        right: -6px;
        top: 40%;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #FF0F7B;
        transform: rotate(-90deg);
    }
    
    .show-tag {
        display: block !important;
    }


/*END STATIC SIDE NAV*/




/*COVID SLIDER*/


  .prod-carousel {
    position: relative;
    width: 80%;
    height: 280px; 
    margin: 0 auto;
  }
  
  .prod-carousel-content {
    position: relative;
    overflow: hidden;
    transition: width .4s;
    height: 100%;
  }
  
  .slide {
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: left .4s cubic-bezier(.47,.13,.15,.89);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  
  .slide-cont {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    max-width: 280px;
    width: 280px;
    height: 180px;
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32)
  }
  
  #slideOne {
      border: 4px solid #bd78d5;
  }
  
   #slideOne:hover {
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
    background-color: #bd78d5
   }
   
   #slideTwo {
      border: 4px solid #0d9dff;
  }
  
   #slideTwo:hover {
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
    background-color: #0d9dff
   }
   
      #slideThree {
      border: 4px solid #64d715;
  }
  
   #slideThree:hover {
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
    background-color: #64d715;
   }
   
      #slideFour {
      border: 4px solid #31b88a;
  }
  
   #slideFour:hover {
    -webkit-transition: background-color 1.5s ease-out;
    -moz-transition: background-color 1.5s ease-out;
    -o-transition: background-color 1.5s ease-out;
    transition: background-color 1.5s ease-out;
    background-color: #31b88a;
   }
  
  .slide-head {
      position: relative;
      max-width: 90%;
  }
  
  .slide-head h3 {
      width: 100%;
      font-size: 28px;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
  }
  
  .slide-expand {
      position: absolute;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      align-items: flex-end;
      justify-content: center;
      bottom: 0;
      right: 10px;
      bottom: 10px;
  }
  
  .slide-expand i {
      height: 100%;
      width: 100%;
      color: #4a4a4a;
  }
  
 .slide-expand i:hover {
    -webkit-transition: color 1.5s ease-out;
    -moz-transition: color 1.5s ease-out;
    -o-transition: color 1.5s ease-out;
    transition: color 1.5s ease-out;
     color: #fff;
  }
  
  
  .nav {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    color: #373a36;
    background-color: #ff0f7b;
    -webkit-user-select: none;
  }
  
  .nav-left {
    left: -25px;
  }
  
  .nav-right {
    right: -25px;
  }
  
  .carousel-arrow-icon-left {
    margin-left: 5px;
    margin-top: 2px;
  }
  
  .carousel-arrow-icon-right {
    margin-left: 7px;
    margin-top: 2px;
  }

.nav-left:after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 54%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
}

  .nav-right:after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 45%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-40deg);
}


/* END COVID SLIDER*/



/*COVID MODALS*/



  .covid-modal-1, .covid-modal-2, .covid-modal-3, .covid-modal-4, .covid-modal-5, .covid-modal-6, .covid-modal-7, .char-modal {
      position: fixed;
      z-index: 1000 !important;
      top: 0;
      left: 0;
      visibility: hidden;
      min-width: 100vw;
      min-height: 100vh;
      background-color: rgba(13,157,255, 0.8);
      margin: 0;
  }
    
  .covid-modal-1.is-visible, .covid-modal-2.is-visible, .covid-modal-3.is-visible, .covid-modal-4.is-visible, .covid-modal-5.is-visible, .covid-modal-6.is-visible, .covid-modal-7.is-visible, .char-modal.is-visible {
      visibility: visible;
  }
    
  .cm-wrap {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
    display: flex;  
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh;
      z-index: 1000;
  }
  
  .cm-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #bd78d5;
    width: 80%;
    height: 80%;
    z-index: 1000;
    overflow: hidden;
  }
  
  .cm-top-close {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }
    
  .cm-close {
    position: relative;
    color: #64d715 !important;
    font-size: 64px;
    font-weight: bold;
    padding: 20px;
  }
  
  .cm-close:hover,
  .cm-close:focus {
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
  }
    
  .cm-content-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 100%;
    z-index: 1000;
    padding-bottom: 40px;
  }
  
  .covid-content-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 100%;
    z-index: 1000;
    padding-bottom: 40px;
  }
  
  .cm-inner-wrap {
    position: relative;
    width: 70%;
    height:85%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
  }
  
  .covid-txt-cont {
    position: relative;
    width: 70%;
    height: 75%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /*overflow-y: scroll*/
  }
  
  .covid-txt-cont h4 {
      font-size: 28px;
      color: #fff;
      text-align: center;
      margin-top:0;
  }
  
  .covid-txt-cont p {
      font-size: 18px;
      color: #fff;
  }
    
  .cm-txt-cont {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
    
  .cm-inner-wrap h4 {
      color: #fff;
      font-size: 28px;
      width: 100%;
      text-align: left;
      margin-top: 20px;
    }
  
  .cm-txt-cont p {
    color: #fff;
    font-size: 20px;
  }
    
    .covid-txt-cont p i {
        color: #fff;
        font-size: 14px;
  }
    
  .cm-modal-char-img {
    position: absolute;
      max-width: 125px;
      height: auto;
  }
    
    
  .cm-modal-char-1 {
    bottom: -15px;
      left: 20px;
  }
    
    .cm-modal-char-2 {
      top: -20px;
      left: 25px;
      max-width: 130px;
      ms-transform: rotate(12deg);
      transform: rotate(12deg);
  }
    
    .cm-modal-char-3 {
      bottom: 30px;
      right: 25px;
      ms-transform: rotate(6deg);
      transform: rotate(6deg);
  }
  
  .cm-vid-cont {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    min-height: 320px;
    height: 100%
  }
  
 .cm-vid-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
 }
  
  .covid-modal-toggle-1:hover, .covid-modal-toggle-2:hover, .covid-modal-toggle-3:hover, .covid-modal-toggle-4:hover, .covid-modal-toggle-5:hover, .covid-modal-toggle-6:hover, .covid-modal-toggle-7:hover {
  	cursor: pointer !important;
  }
   


/*END COVID MODALS*/




/*HORIZONTAL CONTAINER*/


    .horizontal-container {
        position: relative;
        width: 100vw;
        height: 600vh;
        /*max-height: 700px*/
        /*display: -webkit-box;*/
        /*display: -moz-box;*/
        /*display: -ms-flexbox;*/
        /*display: -webkit-flex;*/
        /*display: flex;*/
        /*flex-flow: row nowrap;*/
        /*padding: 40px 2%;*/
        padding: 0;
        margin: 0;
    }
    
    .hor-one-cont {
        position: relative;
        background: transparent;
        min-width: 100vw;
        width: 100vw;
        min-height:100vh;
        height: 100vh;
        padding: 40px 2%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

.hor-cont-one-camp {
		display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
}
    
    .hor-inner {
        position: relative;
        width: 100%;
        /*overflow-x: scroll;*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        /*height: 100%;*/
    }
    
    .hor-img-cont {
        position: relative;
        max-width: 700px;
        z-index: 2;
        box-shadow: 2px 2px 8px rgba(74,74,74,0.7);
    }

		.hor-img-camp {
			position: relative;
			max-width: 90%;
			width: 90%;
			z-index: 2;
			display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-flow: column;
            justify-content: flex-start;
            align-items: flex-start;
			min-height: 50vh;
		}

		.hor-img-camp img {
			max-width: 750px;
			position: absolute;
		}

.hor-camp-text-cont {
	position: relative;
    max-width: 90%;
    width: 90%;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: -50px;
}

    .hor-btn-cont {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: -50px;
    }
    
    .hor-btn-cont a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        /*z-index: 3;*/
    }
    
    .hor-btn-cont img {
        max-width: 150px;
    }
    
    .hor-title-cont {
        position: relative;
        max-width: 700px;
        width: 70%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        margin-top: -40px;
    }

.hor-title-cont-camp {
        position: relative;
        width: 85%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        margin-top: -40px;
        z-index: 2;
    }

.hor-camp-inner-text-gradient {
		position: relative;
		margin: 0;
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	  flex-flow: column;
	  background-color: rgba(13,157,255,0.6);
	padding: 25px 15px 25px 15px;
}
    
    .hor-title-cont h2, .hor-title-cont-camp h2 {
        width: 100%;
        color: #fff;
        font-size: 4em;
				text-shadow: 2px 2px 8px rgba(74,74,74,0.7)
    }

.hor-title-cont-camp h2 {
	margin-top: 0;
}
    
    .hor-txt-cont {
        position: relative;
        max-width: 700px;
        width: 70%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        z-index: 2;
    }

    .hor-txt-cont-camp {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        z-index: 2;
    }
    
    .hor-txt-cont p, .hor-txt-cont-camp p {
        position: relative;
        text-align: left;
        font-size: 1.5em;
        color: #fff;
        font-weight: 600;
        text-shadow: 2px 2px 8px rgba(74,74,74,0.7);
    }
    
    /*#scroll {*/
    /*    overflow-x: scroll !important;*/
    /*}*/
    
    #homeSlideOne {
        background-color: #bd78d5;
    }
    
    #homeSlideTwo {
        background-color: #64d715;
    }
    
     #homeSlideThree {
        background-color: #0d9dff;
    }
    
    #homeSlideFour {
        background-color: #31b88a;

    }
    
    #homeSlideFive {
        background-color: #bd78d5;
    }
    
    .char-img-cont {
        position: absolute;
        max-width: 120px;
        z-index: -1;
    }

.char-img-cont-camp {
        position: absolute;
        max-width: 150px;
        z-index: 2;
    }
    
    .char-img-cont img, .char-img-cont-camp img {
        position: relative;
        max-width: 100%;
        height: auto;
    }
    
    .char-btm-left {
        bottom: 0;
        left: 8%;
    }
    
    .char-top-left {
        top: 0;
        left: 0;
    }
    
    .char-top-right {
        top: 0;
        right: 8%;
    }
    
    /*#homeSlideSix {*/
    /*    margin-bottom: 100vh;*/
    /*}*/


#scroll {
    margin-bottom: 100vh;
}

/*END HORIZONTAL CONTAINER*/




/*PROGRAM MODALS*/



  .program-modal-1, .program-modal-2, .program-modal-3, .program-modal-4, .program-modal-5, .program-modal-6, .program-modal-7, .program-modal-8 {
      position: fixed;
      z-index: 1000 !important;
      top: 0;
      left: 0;
      visibility: hidden;
      min-width: 100vw;
      min-height: 100vh;
      background-color: rgba(13,157,255, 0.8);
      margin: 0;
  }
    
  .program-modal-1.is-visible, .program-modal-2.is-visible, .program-modal-3.is-visible, .program-modal-4.is-visible, .program-modal-5.is-visible, .program-modal-6.is-visible, .program-modal-7.is-visible, .program-modal-8.is-visible {
      visibility: visible;
  }
    
  .pro-wrap {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;  
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh;
      z-index: 1000;
  }
  
  .pro-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #bd78d5;
    width: 80%;
    height: 85%;
    z-index: 1000;
    overflow: hidden;
  }
  
  .pro-top-close {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }
    
  .pro-close {
    position: relative;
    color: #64d715 !important;
    font-size: 64px;
    font-weight: bold;
    padding: 20px;
  }
  
  .pro-close:hover,
  .pro-close:focus {
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
  }
    
  .pro-content-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 100%;
    z-index: 1000;
    padding-bottom: 40px;
  }
    
  .pro-video-cont {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 75%;
  }

  .pro-video-cont h4 {
    position: absolute;
    font-size: 28px;
    color: #fff;
    top: -28%;
    width: 100%;
    text-align: left;
  }
  
.pro-video-cont iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%;
}
    
  .pro-modal-char-img {
    position: absolute;
      max-width: 125px;
      height: auto;
  }
    
    
  .pro-modal-char-1 {
    bottom: -65px;
    left: 20px;
  }
    
    .pro-modal-char-2 {
      top: -20px;
      left: 25px;
      max-width: 115px;
      -ms-transform: rotate(12deg);
      transform: rotate(12deg);
  }
    
    .pro-modal-char-3 {
      bottom: 30px;
      right: 25px;
      -ms-transform: rotate(6deg);
      transform: rotate(6deg);
  }
  
  .program-modal-toggle-1:hover, .program-modal-toggle-2:hover, .program-modal-toggle-3:hover, .program-modal-toggle-4:hover, .program-modal-toggle-5:hover    {
      cursor: pointer !important;
  }
  
  
  .pro-txt-cont {
      font-size: 1.3em;
      overflow-y: scroll;
      color: #fff;
      justify-content: flex-start !important;
  }
  
  .pro-txt-cont-ce {
      font-size: 2em;
      justify-content: center;
  }
 


/*END PROGRAM MODALS*/



/*TESTIMONIAL SLIDER*/


.slide-wrap-test {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.slide-mask-test {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.slide-group-test {
  position: relative; 
  width: 100%;
  height: 100%;
  list-style: none;
}
.slide-test {
  height: 100%;
  font-size: 2em;
  color: #000;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: url("https://haroldrobinsonfoundation.org/wp-content/uploads/2020/11/“-1.png");
  background-repeat: no-repeat;
  background-position: 40% 0;
}

.slide-test-img {
    position: relative;
    width: 40%;
    height: 100%;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-test-img img {
    display: block;
    max-height: 100%;
    width: auto;
    z-index: 0;
}

.slide-test-txt {
    position: relative;
    width: 60%;
}

/* nav
----------------------*/
.slide-nav-test {
  text-align: center;
}
.slide-nav-test ul {
	margin: 0;
	padding: 0;
    display: flex;
    flex-flow: column;
    list-style: none;
}
.slide-nav-test li {
  width: 20px;
  height: 20px;
  background: rgba(189,120,213, 0.5);
  cursor: pointer;
  margin-right: 2em;
  margin-top: 25px;
  border-radius: 30px
}
.slide-nav-test li.current {
	background: rgb(189,120,213);
}
.slide-nav-test li:first-child {
    margin-top: 0;
}


/*END TESTIMONIAL SLIDER*/




/*MOBILE NAV*/

  .mobile-nav-cont {
    position: fixed;
    top: 40px;
    right: 10px;
    width: 40px;
    height: 40px;
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
    
  }

  .mobile-nav-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(74,74,74,0.7);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  }

  .mobile-nav-inner span {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 8px;
  }

  .mobile-nav-inner span:first-child {
    margin-top: 0px;
  }

  .mobile-nav-inner:hover {
    cursor: pointer;
  }  

  .mobile-nav-overlay {
    position: fixed;
    z-index: 10000!important;
    top: 0;
    left: 0;
    visibility: hidden;
    min-width: 100vw;
    min-height: 100vh;
    background-color: rgba(74,74,74,.7);
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .mobile-menu {
    position: relative;
    height: 100vh;
    width: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #0d9dff;
    padding: 20px;
  }

  .mobile-nav-close-cont {
    position: absolute;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
  }

  .mobile-nav-close {
    position: relative;
    color: #bd78d5 !important;
    font-size: 64px;
    font-weight: bold;
    padding: 20px;
  }
  
  .mobile-nav-close:hover,
  .mobile-nav-close:focus {
    color: #4a4a4a !important;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mn-is-visible {
      visibility: visible;
  }

  .mobile-nav-logo {
    position: relative;    
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }

  .mobile-nav-logo h1 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 2px 2px 8px #848484;
    text-align: center;
    font-size: 2.5em;
  }

  .mobile-nav-logo h1 span {
    color: #64d715;
  }

  .mobile-nav-menu-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mobile-nav-menu-inner ul {
    list-style: none;
    margin: 0;
    padding-top: 50px;
  }

  .mobile-nav-menu-inner ul li {
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(74,74,74,0.5);
  }
  
  .mobile-nav-menu-inner ul li a {
      color: #fff;
  }

  
  .mobile-social-icons {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
  }
  
  .mobile-social-icon-cont {
      position: relative;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
  }

   .mobile-social-icon-cont a {
       position: relative;
       width: 100%;
       height: 100%;
   }
   
   .mobile-social-icon-cont a i, .mobile-social-icon-cont a svg {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 28px;
        text-shadow: 2px 2px 8px rgba(74,74,74,0.5);
   }

/*END MOBILE NAV*/



/*FOOTER STYLES*/

    .copyright {
        font-size: 20px;
        line-height: 20px;
        color: #fff; 
        font-weight: 500;
        margin-top: 25px;
        margin-bottom: 25px;
    }


/*END FOOTER STYLES*/



/*CAMP UBUNTU PAGE*/

#static-cont {
    position: absolute;
    /*position: relative;*/
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 100;
}

.top-menu-cu {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    padding: 20px 5%;
}

.logo-cu {
    position: relative;
    width: 25%;
    text-align: center;
}

.logo-btm-cu {
    width: 50%;
}

.logo-cu h1 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 2px 2px 8px #848484;
}

.logo-cu h1 span {
    color: #64D715;
}

.top-menu-items-cu {
    position: relative;
    width: 75%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-menu-items-cu ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    font-size: 16px;
    margin: 0;
}

.top-menu-items-cu ul li {
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 8px #848484;
}

.hero-vid-cont-cu {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    max-height: 600px;
    height: 600px;
}

.hero-vid-cont-cu:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(13,157,255,0.8);
    top: 0;
    left: 0;
}

.hero-inner-cont-cu {
    position: relative;
    padding: 0 5%;
    /*background-color: #000;*/
    min-width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.hero-inner-cu {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    
}

.hero-head-cu, .hero-sub-cu {
    position: relative;
    text-align: center;
    max-width: 70%;
}

.hero-head-cu h3 {
    color: #fff;
    padding: 0;
    font-size: 6em;
}

.hero-sub-cu h5 {
    color: #fff;
    padding: 0;
    font-size: 20px;
    margin-top: 0;
} 

.bg-video {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important;
}

.hero-play-btn-cu {
    position: absolute;
    top: -30px;
    right: 30px;
    z-index: 999;
}


.circle-img {
    position: relative;
    margin-left: -25px;
    margin-top: -25px
}

.welcome-to-cu {
    position: relative;
    overflow: hidden;
}

.camp-view-section {
    min-height: 350px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.accomodation-img-cont {
    position: relative;
}

.accomodation-img-1 {
    max-width: 80%;
    position: relative;
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}

.accomodation-img-1:after {
    content: "";
    position: absolute;
    background-color: #0d9dff;
    width: 100%;
    height: 100%;
    top: -20px;
    right: -20px;
    z-index: -1;
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}

.accomodation-img-2 {
    max-width: 80%;
    min-width: 80%;
    position: relative;
    z-index: 2;
    margin-top: -120px;
    margin-right: 120px;
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}

.accomodation-img-2:after {
    content: "";
    position: absolute;
    background-color: #bd78d5;
    width: 100%;
    height: 100%;
    top: 20px;
    right: 20px;
    z-index: -1;
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}


/*END CAMP UBUNTU PAGE*/



/*BOARD PAGE*/
.premium-persons-container {
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}

.premium-person-info {
    border-radius: 15px 15px 0px 0px !important;
}

.premium-person-name {
    margin-bottom: 0 !important;
}

.premium-person-content {
    margin-bottom: 0 !important;
}

.premium-person-name {
    margin-bottom: 10px !important;
}


/*END BOARD PAGE*/






/*CAMP UBUNTU WATTS PAGE*/


.hero-head-cu h1 {
    color: #fff;
    padding: 0;
    font-size: 5em;
    font-weight: 600;
}

    .text-wrap-cont {
        position: relative;
        width: 100%;
    }
    
    .text-wrap-img {
        position: relative;
        width: 55%;
        background: #64d715;
        border-radius: 50%;
        display: block;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
       
        
    }
    
    .text-wrap-img img {
        position: relative;
        max-width: 100%;
        border-radius: 50%;
        margin-top: -25px;
        margin-left: -25px;
        
    }
    
    .text-wrap-txt-cont {
        position: relative;
        font-size: 1.8em;
        color: #4a4a4a;
    }
    


/* END CAMP UBUNTU WATTS PAGE*/


.box-shadow {
    box-shadow: 0.75rem 0.85rem 1.75rem 0 rgba(0,0,0,.32);
}

.text-shadow {
    text-shadow: 2px 2px 8px rgba(74,74,74,1)
}

.premium-person-style1 .premium-person-container {
    border-radius: 10px !important;
}

/*.premium-persons-container .premium-person-style1 {*/
/*    border-radius: 10px !important;*/
/*}*/

.premium-persons-container {
    border-radius: 10px !important;
}


.activity-icon h3 {
    margin-top: 25px;
}



/*donate form styles*/
.donate-form-container {
    position: relative;
    max-width: 80%;
}


#x_first_name {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_last_name {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_company {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_address {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_city {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_state {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
select#x_state,
select#x_country {
    padding: 0 0 0 6px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px !important;
    border-radius: 10px !important;
  }
#x_country {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_invoice_num {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_po_num {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_reference_3 {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_user_1 {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_user_2 {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_user_3 {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_email {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_phone {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_zip {
    width: 100% !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
#x_description {
    width: 100% !important;
    padding: 0 0 0 6px;
    border: 2px solid #bd78d5 !important;
    border-radius: 10px !important;
  }
label {
    font-weight: 700;
    display: block;
    color: #0d9dff !important;
}
#x_amount {
    width: 150px !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border-color: #bd78d5 !important;
    border-width: 2px !important;
    margin-bottom: 20px;
    margin-right: 10px;
    display: inline;
    border-radius: 10px !important;
  }
#x_amount2 {
    width: 150px !important;
    height: 40px !important;
    padding: 0 0 0 6px;
    border-color: #bd78d5 !important;
    border-width: 2px !important;
    margin-bottom: 20px;
    display: inline;
    border-radius: 10px !important;
  }
  #wp_payeezy_payment_form input[type="submit"] {
    width: 100% !important;
    font-size: 2.5em !important;
  }
  
  #privacy-policy p {
      font-size: 1.5em;
  }
  
  .container-w-max-width, #container-w-max-width {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .column-max-width, #column-max-width {
      position: relative;
      width: 100%;
      max-width: 1250px;
  }
  
  .abs-scroll-cont {
      position: absolute;
       display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 3;
      bottom: 1%;
      right: 10px;
      flex-flow: row nowrap;
  }
  
  .abs-scroll-cont img {
      max-width: 50px;
      margin-left: 10px;
  }
  
  .abs-scroll-cont span {
      color: #fff;
      font-weight: 500;
      font-size: 20px;
      line-height: 1em;
  }
  
  .neon1 {
      -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
  }
  
  @keyframes neon1 {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF0F7B, 0 0 35px #FF0F7B, 0 0 40px #FF0F7B, 0 0 50px #FF0F7B, 0 0 75px #FF0F7B;
  }
  to {
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 15px #fff, 0 0 10px #FF0F7B, 0 0 17px #FF0F7B, 0 0 20px #FF0F7B, 0 0 25px #FF0F7B, 0 0 35px #FF0F7B;
  }
}

.eael-elements-flip-box-front-container {
    z-index:1 !important;
}

.eael-elements-flip-box-container .flipbox-button {
    position: absolute !important;
    z-index: 3 !important;
    bottom: 20px;
}


/*end donate style*/


.char-btm-vid-cont {
    max-width: 65%;
}

.test-btn a {
    min-width: 225px;
}


.vid-max-width {
    max-width: 65%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*MEDIA QUERIES*/

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1024px) {
    
    .static-donate {
        top: 25% !important;
    }
    
    .scroll-nav {
        top: 20% !important;
    }
    
    .btm-nav li {
        font-size: 0.8em !important;
    }
    
    .hm-content, .pro-content {
        height: 60%;
    }
    
    .cm-content {
        height: 85%;
    }
    
    .cm-vid-cont {
        width: 100%;
        min-width: 100%;
    }
    
    .hm-vid-cont {
        height: 50%;
    }
    
    .hor-one-cont {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    .hor-txt-cont p {
        font-size: 1.8em;
    }
    
    .covid-txt-cont
     {
         height: 100%;
     }
}



@media only screen and (max-width: 1023px) {
    
    .top-menu {
        padding: 20px 2%;
    }
    
    .logo {
        width: 30%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .logo h1 {
        font-size: 2.5em;
    }
    
    .top-menu-items {
        width: 70;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .top-menu-items ul li {
        font-size: 13px;
    }
    
    .hero-head h3 {
        font-size: 4em;
    }
    
    .hero-sub h5 {
        font-size: 16px;
    }
    
    .btm-nav li {
        font-size: 0.7em !important;
    }
    
    .btm-nav li a{
       padding: 13px 10px !important;
    }
    
    .slide-cont {
        max-width: 180px !important;
    }
    
    .slide-head h3 {
        font-size: 20px !important;
    }
    
    .logo-btm {
        width: 100% !important;
    }
    
    .cm-modal-char-img {
        max-width: 90px;
    }
    
    .cm-modal-char-1 {
    bottom: 5px;
    left: 0px;
    }

    .cm-modal-char-3 {
      bottom: 55px;
        right: 0px;
        ms-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    
    .cm-modal-char-2 {
        max-width: 95px;
    }
}

@media only screen and (max-width: 768px) {
    .scroll-nav {
        display: none;
    }
    
    .hor-img-cont {
        max-width: 70%;
    }
    
    .slide-test-txt {
        font-size: 14px !important;
    }
    
    .text-wrap-txt-cont {
            font-size: 1.5em;
    }
    
    .top-menu-items ul li a {
        font-size: 12px;
    }
    
    .char-btm-left {
        bottom: -25%;
        left: -1%;
    }
    .char-top-right {
        top: -25%;
        right: 2%;
    }
    
    .pro-txt-cont-ce {
        font-size: 1.5em;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 100%;
    }
    
    .top-menu-items {
        display: none  !important;
    }
    
    .hero-head h3 {
        font-size: 8.5vw;
    }
    
    .hero-sub h5 {
        font-size: 15px;
    }
    
    .hero-head, .hero-sub {
        max-width: 90%;
    }
    
    .static-donate {
        top: 40% !important;
        width: 180px !important;
        font-size: 16px !important;
    }
    
    .sd-inner-txt {
        font-size: 16px;
        min-height: 30px;
    }
    
    .sd-char-img-cont {
        width: 30px;
    }
    
    .sd-char-img-cont img {
        max-width: 30px;
        margin-left: 0;
    }
    
    .section-head-outlined h2 {
        width: 100% !important;
        font-size: 3em !important;
        margin-top: 5px !important;
        margin-bottom: 0 !important;
    }
    
    .slide-test-img {
        display: none  !important;
    }
    
    .slide-test-txt {
        width: 100% !important;
    }
    
    .hm-content, .cm-content, .pro-content {
        width: 90% !important;
    }

    
    .hm-vid-cont h4 {
        font-size: 22px  !important;
        top: -60% !important;
    }
    
    .modal-char-1 {
        bottom: -145px;
        max-width: 100px;
        left: 20px;
    }
    
    .modal-char-2 {
        top: -40px;
        left: -10px;
        max-width: 100px;
    }
    
    .modal-char-3 {
        bottom: -140px;
        right: 7px;
        max-width: 100px;
    }
    
    .cm-content {
        height: 95%;
    }
    
    .cm-txt-cont {
        width: 90%;
    }
    
    .cm-txt-cont p {
        font-size: 15px;
    }
    
    
    .cm-txt-cont p i {
        display: none;
    }
    
    
    /*.cm-modal-char-1 {*/
    /*    max-width: 100px;*/
    /*    bottom: -50px;*/
    /*}*/
    
    /*.cm-modal-char-2 {*/
    /*    max-width: 100px;*/
    /*}*/
    
    /*.cm-modal-char-3 {*/
    /*    max-width: 100px;*/
    /*    bottom: -10px;*/
    /*}*/
    
    .hor-img-cont, .hor-title-cont, .hor-txt-cont {
        max-width: 80%;
    }
    
    .hor-title-cont { 
        margin-top: 0px;
    }
    
    .hor-txt-cont p {
        font-size: 1.5em;
    }
    
    .hor-btn-cont img {
        max-width: 100px;
    }
    
    .hor-btn-cont {
        margin-top: -30%;
        margin-left: 75%;
    }
    
    .char-top-left {
        max-width: 100px;
    }
    
    .char-top-right {
        max-width: 80px;
        right: -35px;
        top: -10%;
    }
    
    .char-btm-left {
        max-width: 90px;
    }
    
    .pro-video-cont {
        height: 50%;
    }
    
    .pro-video-cont h4 {
        font-size: 22px;
        top: -50%;
    }
    
    .pro-modal-char-1 {
        bottom: -55px;
        max-width: 100px;
    }
    
    .pro-modal-char-2 {
        max-width: 75px;
    }
    
    .pro-modal-char-3 {
        max-width: 75px;
        bottom: 0px;
    }
    
    .mobile-nav-cont {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; 
    }
    
    .logo-btm {
        justify-content: center;
    }
    
    .footer-menu ul li a {
        text-align: center !important;
    }
    
    .accomodation-img-1 {
        max-width: 95%; 
    min-width: 95%;
    }
    
    .accomodation-img-2 {
    margin-top:-10px;
    margin-right: 5%;
    max-width: 95%; 
    min-width: 95%;
    }
    
    .hero-head-cu h1 {
        text-align: center;
        font-size: 4em;
    }
    
     .text-wrap-cont {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        
        .text-wrap-txt-cont {
            font-size: 1.3em;
        }
        
        .text-wrap-img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
        }
        
        
    .hero-play-btn img {
        max-width: 100px;
    }
    
    .hero-head-cu, .hero-sub-cu {
        max-width: 85%;
    }
    
    .hero-sub-cu h5 {
        font-size: 18px;
    }

    .pro-content-lm {
        height: 85%;
    }
    
    .pro-txt-cont {
        height: 80%;
    }
    
    .cm-vid-cont {
        min-height: 195px;
    }
    
    .covid-txt-cont {
        height: 85%;
        justify-content: flex-start;
        overflow-y: scroll;
        margin-top: 45px;
    }
    
    .char-btm-vid-cont {
        max-width: 100%;
    }
    
    .vid-max-width {
    max-width: 100%;
    }
    
    .donate-form-container {
        max-width: 100%;
    }

}

 @media only screen and (max-width: 500px) {
    .ib-headline-cont h3 {
        font-size: 11vw;
      }
      
    .slide-test-txt {
        font-size: 3vw !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }
    
    .cm-inner-wrap {
        justify-content: flex-start;
    }
    
    .cm-vid-cont {
    min-height: 220px;
    height: 220px;
    }
    
    /*.cm-txt-cont {*/
    /*    margin-top: 70px;*/
    /*}*/
    
    .cm-inner-wrap {
        width: 85%;
        height:95%;
    }
    
    .cm-modal-char-3, .cm-modal-char-1 {
        display: none;
    }
    
    .cm-inner-wrap h4 {
        margin-top:50px;
    }
    
    .cm-txt-cont {
        margin-top:250px;
    }
    
    .char-top-right {
        max-width: 80px;
        right: 45px;
        top: -15%;
    }
}

 @media only screen and (max-width: 375px) {
     .hor-txt-cont p {
        font-size: 1.2em;
    }
    .cm-modal-char-1 {
      bottom: 0px;
      left: -30px;
    }
    
    .cm-modal-char-3 {
      bottom: 30px;
      right: -10px;
    }
 }

 @media only screen and (max-width: 374px) {
     .hero-sub-cuw h5 {
         font-size: 15px !important;
     }
     
     .hor-txt-cont p {
        font-size: 1.2em;
    }
    
    .hor-title-cont h2, .hor-title-cont-camp h2 {
        font-size: 3em;
    }
      .mobile-nav-menu-inner ul li {
    line-height: 30px;
    font-size: 15px;
  }
 }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Adele';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_Reg.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_Italic.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_Semibold.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_SemiBoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_light.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_LightItalic.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_Bold.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_BoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Adele';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://haroldrobinsonfoundation.org/wp-content/uploads/2020/09/Adelle_ExtraBoldItalic.woff') format('woff');
}
/* End Custom Fonts CSS */