/* Enter Your Custom CSS Here */

.button-sections__list-item-title{
font-family: ProximaNova-Regular !important;
}

.badges__button_wrapper {
  background: repeating-linear-gradient(135deg, #fff, #e7e7e7 0.01rem, #fff 0.1rem, #fff 0.3rem) !important;
  border: 0.05rem solid #e3e3e3;
}

.section-wrapper {
  padding: 6rem 0rem 1.3rem 0;
}

.button-sections__list-background-image-wrapper{
background-position: center center !important;
}

.button--bg-white {
 text-transform: capitalize;
 font-size: 1.1em;
 padding: 10px 30px 10px 30px;
  color: #3d5468;
}


.featured-block__block{
  border: 1px solid #e3e3e3;
  background: #fafafa;
-webkit-box-shadow: 1px 9px 24px -6px rgba(138,138,138,1);
-moz-box-shadow: 1px 9px 24px -6px rgba(138,138,138,1);
box-shadow: 1px 9px 24px -6px rgba(138,138,138,1);
}

.subpage-banner__title {
margin-top: 50px !important;
}

.subpage-banner__wrapper {
margin-top: -100px;

}
.uk-sticky {
margin: 10px !important; 
 border-radius: 15px;
-webkit-box-shadow: 0px 21px 50px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 21px 50px -14px rgba(0,0,0,0.75);
box-shadow: 0px 21px 50px -14px rgba(0,0,0,0.75);
}

.nav__wrapper {
background: none;
}

.header__logo-link {
max-width: 100px;
}

button--outline-teal-dark--small {
	background: #264fab;
  	border: 0px !important;
}

.hero__wrapper:before{
background: linear-gradient(to right, #40e4a2, #264fab);

}
