 
/* ==========================================================================
   WEBSITE REDESIGN MASTER CSS
   ========================================================================== */
 
/*@import 'fonts/basicallyasansserif.css';*/
/* @import 'fonts/stylesheet.css'; */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
 
body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal; 
  color: #000;
}
 

h1, .h1, .PageTitle, h2, .h2, .PanelTitle{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0081c5;
}
h2{
  font-size: 25px;
}

h2, .h2{
  border-bottom: 0px;
}
 
#ctl01_masterWrapper{
  max-width: 100%;
}

.header{
  padding:0px;
  /* box-shadow: 0 1px 0 0 rgba(223, 223, 223, 0.5); */
  border-bottom: solid 0px rgba(223, 223, 223, 0.5)!important;
}
 

.body-container{
  padding-top: 120px;
}
.paddingtopnone{padding-top: 0px!important;}

#masterLogoArea {
  width: 100%;
  max-width: 270px;
  position: relative;
  /* margin-bottom: -50%; */
  z-index: 99;
}
#ste_container_HeaderLogoSpan{
  background: #fff;
  border-radius: 10px;
  padding: 35px 20px 20px 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#masterHeaderImage, #masterDonorHeaderImage{
  /* width: 230px; */
  height: 120px!important;
 
}

.ste-section{
  display: none;
}

.header-right{
  float: right;
  display: flex;
  align-items: center;
  height: 70px;
} 


.nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text{
  padding-left: 26px;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 26px;
  line-height: 19px;
}

.header-social .social-icon{
     margin:0 0 0 20px;
     display: inline-block;
    vertical-align: super;
}



/*********/
 


.navigationbar{
   margin: 0px 0 0 0;
   font-size: 10px;
}

.navigationbar .nav-primary{
    top: 0px;
} 
.navbar-collapse {
  background-color: transparent;
  Margin: auto;
}
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink{
  font-size: 10px;
  font-weight: 400;
}

.RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink{
  color: #221e1f;
}

.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink {
  background-color: #fff;
  color: #221e1f;
  border-bottom: 2px solid #91ca6b;
}
.RadMenu.rmResponsive .rmRootLink{
  border-bottom: 2px solid #fff;
}

li.rmFocused > a.rmRootLink > .rmText {
  color: inherit !important
}

.rmResponsive .rmSlide{
   /* border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.RadMenu.rmResponsive .rmGroup {
   
  border: 0px solid #91ca6a !important;


}

.RadMenu.rmResponsive .rmGroup > li > a{
  color: #221e1f!important;
}
/* .RadMenu.rmResponsive .rmGroup > li:hover {
  color: #FFF !important;
  background-color: #91ca6a !important;
}
*/

.RadMenu.rmResponsive .rmGroup > li:hover > a {
  color: #FFF !important;
  background-color: #75b648 !important;
} 


.RadMenu.rmResponsive .rmGroup > li:hover > a:hover {
  color: #FFF !important;
  background-color: #91ca6a !important;
}

.RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink{
  background-color: #75b648;
}
.navbar-toggle{
  background-color: #75b648;
  padding: 6px;
}
.nav-auxiliary .TextButton, .nav-auxiliary .navbar-toggle{
  margin-left: 10px;
}


.navbar-toggle.collapsed{
  background-color: #91ca6a;
}

.navbar-toggle:hover, .navbar-toggle:focus{
  background-color: #75b648;
}



/******** hero banner css ********/

.hero-banner{
  /* height: 700px; */
  background-color: #fafbfd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:120px 0 50px 0;
}

.banner-wrap{
  display: flex; 
  height: 100%;
  align-items: center;
}

.banner-content{
 flex: 0 0 50%;
 max-width: 50%;
 
}

.banner-content h1{
  font-size: 90px!important;
  line-height: 90px;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0px;
  font-weight: 800;

}
.green-circle{
  background-color: #91ca6a;
  border-radius: 100%;
  line-height: 67px; 
  display: inline-block; 
  overflow: hidden;
  color: #91ca6a;
  font-size: 85px;
}

.banner-content .MediumButton{
   font-size: 12px!important;
   font-weight: 500;
   padding: 10px 20px !important;
}

.banner-img{
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
}

.banner-img img{
   /* max-width: 500px; */
   margin-left: 15px;
} 

.btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton {
  color: #fff;
  background-color: #91ca6a;
  border-color: transparent;
  border-radius: 8px;
}


.btn:hover, .btn:focus, .btn:active, .btn.active, .TextButton:hover, .TextButton:focus, .TextButton:active, .TextButton.active, .TextButtonWithImage:hover, .TextButtonWithImage:focus, .TextButtonWithImage:active, .TextButtonWithImage.active, .ruButton:hover, .ruButton:focus, .ruButton:active, .ruButton.active, #masterHeaderActionArea a:hover, #masterHeaderActionArea a:focus, #masterHeaderActionArea a:active, #masterHeaderActionArea a.active, .RadGrid input.TextButton:hover, .RadGrid input.TextButton:focus, .RadGrid input.TextButton:active, .RadGrid input.TextButton.active {
  color: #fff;
  background-color: #75b648;
  border-color: transparent;
}


.PrimaryButton, .SaveAndClose, .SaveAs, .UsePrimaryButton .TextButton, .UsePrimaryButton .TextButtonWithImage, #masterHeaderActionArea a, .RadGrid input.PrimaryButton{
  color: #fff;
  background-color: #91ca6a;
  border-color: transparent;
  border-radius: 8px;
  
}

.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .PrimaryButton.active, .SaveAndClose:hover, .SaveAndClose:focus, .SaveAndClose:active, .SaveAndClose.active, .SaveAs:hover, .SaveAs:focus, .SaveAs:active, .SaveAs.active, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButton:active, .UsePrimaryButton .TextButton.active, .UsePrimaryButton .TextButtonWithImage:hover, .UsePrimaryButton .TextButtonWithImage:focus, .UsePrimaryButton .TextButtonWithImage:active, .UsePrimaryButton .TextButtonWithImage.active, #masterHeaderActionArea a:hover, #masterHeaderActionArea a:focus, #masterHeaderActionArea a:active, #masterHeaderActionArea a.active, .RadGrid input.PrimaryButton:hover, .RadGrid input.PrimaryButton:focus, .RadGrid input.PrimaryButton:active, .RadGrid input.PrimaryButton.active{
  color: #fff;
  background-color: #75b648;
  border-color: transparent;
}


/******* event section css**********/
.event-section{
   padding: 100px 0;
}

.event-header{
  padding-bottom: 30px;
 
}
 
.connected-box{
     position: relative;
     margin-bottom: 50px;
}

.connected-text-overlay{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(85, 170, 214, 0.7);
}

.connected-indent{
  padding: 20px 40px;
  color: #fff;
}

.upconing-heading{
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  margin: 0 0 15px 0;
}
.upconing-heading img{
 margin-right: 8px;
 vertical-align: text-bottom;
}
.upconing-title{
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin: 0 0 10px 0;
}
.upconing-date{
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
 
}

/*******/

.other-events-header{
  display: flex;
  align-items: center;
   
}
.view-events-link{
  font-size: 16px;
  color: #91ca6a;
  margin-left: auto;
  font-weight: 600;
}
.view-events-link a{
  color: #91ca6a;
  text-decoration: none;
}
.view-events-link a:hover{
  color: #91ca6a;
  text-decoration: underline;
}

/***********/

.event-thumb-box{
  position: relative;
  margin-bottom: 30px;
}
 
.event-thumb-indent{
padding: 10px 20px;
color: #fff;
} 
.event-thumb-title{
font-size:25px;
font-weight: 600;
line-height: normal;
color: #fff;
margin: 0 0 0px 0;
}
.event-thumb-desc{
font-size: 18px;
font-weight: 600;
line-height: normal;
color: #fff;

}

/**********/

.other-events-wrap{
  overflow: auto;
  max-height: 568px;
  margin-bottom: 50px;
}

.other-events{
  display: flex;
}
.other-events-date{
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 300; 
  line-height: normal;
  text-align: center;
  color: #ababad;
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 30px;
  justify-content: center;
}
.edate{
  font-size: 75px;
  line-height: 75px;
}
/* .emonth{
  margin-bottom: 25px;
} */

.edate-border{
  height: 5px; 
  border-radius: 5px;
  background-color: #f5f5f5;
  width: 100px;
 
  margin: 20px 0;
}

.other-events-content{
  /* padding: 20px 0; */
  font-size: 14px;
  color: #ababad;
}
.other-events-content h4{
  font-size: 18px;
  color: #ababad!important;
  font-weight: 600;
  padding: 0px;
  margin: 0 0 15px 0;
}

.event-detail-link{
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #91ca6a;
}
.event-detail-link img{
   margin-right: 5px;
}
.event-detail-link a{
  text-decoration: none;
  color: #91ca6a;
}
.event-detail-link a:hover{
  text-decoration: underline;
  color: #91ca6a;
}

/****** benefits section *****/

.benefits-section{
  background: #efeff0;
  padding: 50px 0;
}

.benefits-heading{
  margin-bottom: 40px;
  text-align: center;
}

.benefits-box{
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #262626;
  padding:0 15px;
  margin-bottom: 30px;
}
.benefits-icon{
  margin-bottom: 20px;
  text-align: center;
  height: 100px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.benefits-box h4{
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  font-size: 22px;
  color: #ababad!important;
  margin: 0 0 25px 0;
  text-align: center;
}

.subscribe-btn{
  text-align: center;
  margin: 0 0 20px 0;
}
.subscribe-btn .btn{
  font-size: 20px!important;
  font-weight: 600;
  padding: 15px 80px!important;
}

/****** benefits section end*****/

.social-section{
  padding: 100px 0;
}

.social-feed{
  background-color: #efeff0;
  padding: 10px;
}

.news-wrap{
  margin-bottom: 30px;
}
.news-box{
  margin-bottom: 30px;
}

.news-content{
  border: 2px solid #e6e6e6;
  padding: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #2d2d2d;
}
.news-content h5{
  font-size: 20px;
  font-weight: 600;
color: #0081c5;
margin: 0 0 20px 0;
padding: 0px;
}
.news-content p{
  font-size: 14px;
  font-weight: normal;
  color: #2d2d2d;
  margin: 0 0 0px 0;
  padding: 0px;
}
.news-bottom{
  margin-top: 30px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

.likes, .unlikes{
  color: #0081c5;
 
}
.likes a, .unlikes a{
  color: #0081c5;
  text-decoration: none;
}
.likes a:hover, .unlikes a:hover{
  color: #0081c5;
  text-decoration: underline;
}
.likes img, .unlikes img{
   margin-right: 5px;
   vertical-align: sub;
}

.likes{
 margin-right: 20px; 
}

.news-more-info{
  color: #91ca6a;
  margin-left: auto;
}

.news-more-info a{
  color: #91ca6a;
  text-decoration: none;
}

.news-more-info a:hover{
  color: #91ca6a;
  text-decoration: underline;
}

.resources{
  margin-bottom: 40px;
}


.spotlight{
  border-left: 5px solid #f5f5f5;
  padding-left: 30px;
}
.spotlight .spotlight-wrap{
  display: flex;
  margin-bottom: 40px;
}

.spotlight-img{
  flex: 0 0 90px;
  max-width: 90px;
  height: 90px;
  
  margin-right: 20px;
}
.spotlight-placeholder{
  border: solid 1px #707070;
  border-radius: 100%;
}

.down-arrow{
  margin-top: 30px;
  text-align: center;
}

.social-feed iframe{ height: 1016px!important;}
.social-feed body .timeline-Widget{
  background-color: #efeff0;
}

.gray-border-line{
  height: 5px; 
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-top: 30px;
}

/**********/

 
.discount-section{
  background: #efeff0;
  padding: 50px 0;
}

.discount-heading{
  margin-bottom: 40px;
  text-align: center;
}

/* .discount-slider{
  text-align: center;
} */


/********/

 
.sponsors-section{
  background-image: url(../../images/sponsors-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:100px 0 100px 0;
   
  font-size: 26px;
  font-weight: normal;  
  line-height: 39px;
  letter-spacing: 1.04px;
  text-align: center;
  color: #fff;
}

.sponsors-section h2{
  font-size: 36px;
  font-weight: bold; 
  line-height: normal;
  letter-spacing: 1.44px;
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0;
}

.sponsors-section p{
  font-size: 26px;
  font-weight: normal;  
  line-height: 39px;
  letter-spacing: 1.04px;
  text-align: center;
  color: #fff;
 
}
.sponsors-logos{
  padding: 60px 0;
}

.white-border-line{
  height: 2px; 
  border-radius: 5px;
  background-color: #fff;
  margin-top: 30px;
}

/** footer css **/
  
#ft{
  background-color: transparent;
}
.footernew{
     display: block;
     border-top: 2px solid #efefef;
     height: auto;
     background: #fff;
     color: #000;
     padding: 60px 0;
}

.footer-logo{
   margin-bottom: 10px;
}
.copyright{
  font-size: 13px;
  font-weight: normal; 
  line-height: normal; 
  color: #000;
}




/* .footer-links {
    margin-bottom: 30px;
} */
.footer-links ul{
  margin: 0 0 30px 0;
  padding: 0px;
}
.footer-links li{
  list-style: none;
  font-size: 16px;
  font-weight: normal; 
  line-height: normal; 
  color: #000;
  margin: 0 0 8px 0;
}

.footer-links li a{
  color: #000;
  text-decoration: none;
}
.footer-links li a:hover{
  color: #91ca6a;
  text-decoration: none;
}

 
 
.micons{
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  text-align: center;
  vertical-align: top;
  line-height: 18px;
}
.footer-newsletter{
  margin-bottom: 30px;
}

.footer-newsletter h5{
  font-size: 16px;
  font-weight: normal; 
  line-height: normal; 
  color: #000!important;
  margin: 0 0 25px 0;
}
 
.newsletter{
  display: flex;
}

.newsletter input[type="text"]{
  border-radius: 4px;
  border: solid 1px #5f5f60;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: 40px;
  line-height: 40px; 
}

.newsletter input[type="submit"]{
  height: 40px;
  border-radius: 4px;
  background-color: #91ca6a;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0px;
  font-size: 13px;
  color: #fff;
   padding-left: 20px;
   padding-right: 20px;
}
 
 
 .footer-address{
  font-size: 15px;
  font-weight: 400; 
  line-height: 26px;
  letter-spacing: normal;
  color: #211d1e;
  margin-bottom: 0px;
}
.footer-address a{
  color: #211d1e;
  text-decoration: none;
}
.footer-address a:hover{
  color: #91ca6a;
  text-decoration: none;
} 


/**** smoth scroll slider ******/

.discount-slider {
  padding: 0px 0 0px 0;
  background: transparent;
  /* overflow: hidden; */

}
.discount-slider .logoParade{
  width: 100%;
  padding: 0px;
  background: none; 
  height: 150px; 
    margin: 0 auto;
    position: relative;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
 
}
 

.discount-slider .logoParade div.scrollableArea span {
  height: 150px;  
  display: flex;
  align-items: center;
  float: left;
   
}

.discount-slider .logoParade img, .partners-slider .logoParade a img{
  height: auto!important;
  padding: 0px 16px; 
}

.discount-slider div.scrollingHotSpotLeft{
  background: transparent;
}
.discount-slider div.scrollingHotSpotRight{
  background: transparent;
}

/********/

  
/********** responsive *********/


@media (max-width:1300px) { 

  
 
}

@media (max-width:1170px) { 
  
}


@media (max-width:991px) { 

  .header-right{
    flex-direction: column-reverse;
    align-items: flex-end;
  
  } 
  .navigationbar{
    margin-top: 5px;
  }
  .hero-banner{
    padding: 70px 0 30px 0;
  }
  .banner-content h1 {
    font-size: 65px!important;
    line-height: 65px; 
  }
  .green-circle{
    font-size: 63px;
    line-height: 50px;
  }
  .banner-img img {
    max-width: 100%;
  }

  .social-feed iframe{
    height: 600px!important;
  }
  .footernew{
    padding: 50px 0;
  }

  .footernew .row{
    display: flex;
    flex-wrap: wrap;
  }

  .copyright{
    margin-bottom: 30px;
  }


}

@media (max-width:767.5px) { 

  #masterLogoArea{
    max-width: 140px;
  }
  #ste_container_HeaderLogoSpan{
    padding: 20px 10px 10px 10px;
  }
  #masterHeaderImage, #masterDonorHeaderImage { 
    height: 65px!important;
}

  ul.NavigationUnorderedList{
      vertical-align: middle !important;
  }
  .header-social {
    display: none !important;
}
.header-right{
  height: auto;
  /* margin-right: 15px; */
  position: relative;
}
.navigationbar{
  margin-top: 0px;
}

.navbar-toggle{
  margin-bottom: 6.5px; 
  padding-bottom: 9px;
}

.navbar-collapse {
  background-color: #91ca6a;
   
  
  /* border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.navigationbar{
  position: absolute;
  top: 60px;
  right: 0px;
  min-width: 200px;
  z-index: 999;
}

.auth-link-container{
  display: none;
}

.RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink{
  color: #FFF;
}

.RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rmSlide .rmLink{
  white-space: normal!important;
}
#ctl01_Primary_NavMenu > ul > li.rmItem > div > ul > li{
  width: 100%!important;
}
.RadMenu.rmResponsive .rmToggle .rmIcon{
margin-top: 10.5px;
margin-bottom: 10.5px;
}

.nav-auxiliary .nav-aux-button .NavigationLink{
  background-color: #91ca6a;
  padding: 6px;
}

.nav-auxiliary .nav-aux-button .NavigationLink:hover, .nav-auxiliary .nav-aux-button .NavigationLink:focus {
  background-color: #75b648;
}


.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink{
  background-color: #75b648;
    color: #fff;
    border-bottom: 2px solid #fff;
}


.event-section{
  padding:50px 0;
}
.social-section{
  padding:50px 0;
}
.sponsors-section{
  padding: 50px 0;
}

.sponsors-logos{
  padding: 30px 0;
}



}

@media (max-width:767px) { 

  .body-container{
    padding-top: 70px;
  }
  .hero-banner{
    padding: 70px 0 50px 0;
  }
  .banner-wrap{
    justify-content: center;
  }
  .banner-content {
    flex: 0 0 300px;
    max-width: 100%;
    text-align: center;
    }
    .banner-content h1 {
      font-size: 60px!important;
      line-height: 60px; 
      margin-bottom: 20px;
    }
    .green-circle {
      font-size: 58px;
      line-height: 46px;
  }
    .banner-img{
      display: none;
    }


    .sponsors-section p{
      font-size: 22px;
    }

    .connected-indent{
      padding: 20px;
    }

    .down-arrow{
      margin-bottom: 30px;
    }
    
  
}

@media (max-width:575px) { 

  
  
}