.masthead {
	background-size: cover;
	min-height: 35vh;
	position: relative;
}

.color-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
}

.card-body.khub-body {
	padding-bottom: 2rem !important;
}

@media (max-width: 768px) {
  .masthead {
    min-height: 30vh;
  }
}
.hero-heading {
  position: absolute;
  background: rgba(255, 255, 255, 0.729412);
  width: 100%;
  top: 0%;
  height: 20%;
  text-align: center;
}
.hero-heading h1 {
  font-size: 5rem;
  color: black;
  margin-top: 10px;
  margin-bottom: 0px;
}
.hero-heading span {
  font-size: 2rem;
  color: black;
}
@media (max-width: 768px) {
  .hero-heading h1 {
    font-size: 3rem;
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero-heading span {
    font-size: 1.25rem;
    color: black;
  }
  .hero-heading {
    position: absolute;
    background: rgba(255, 255, 255, 0.729412);
    width: 100%;
    top: 0%;
    height: 30%;
    text-align: center;
  }
}
.fsclub-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.read-more-new {
  flex-direction: row;
  max-width: 115px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  border-radius: 7px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-color: rgba(255, 138, 3, 1);
  border-width: 2px;
  border-style: solid;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(255, 138, 3, 1);
  font-size: 15px;
  letter-spacing: -1.5%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.shadow {
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 50%);
  border-radius: 0px 0px 20px 20px;
}
.div-39 {
	display: flex;
	flex-direction: column;
	max-width: 324.1865539550781px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding-bottom:10px;
}
.fsclubcard-img {
  border-radius: 25px 25px 0px 0px;
  max-height: 32rem;
  object-fit: cover;
  padding-top: 0px;
}
.forthcoming-events {
  position: absolute;
  height: 10px;
  z-index: 1;
  transform: translateY(-27.8rem);
  width: 500px;
  margin-left: 2rem;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 50%);
}
.forthcoming-events-div {
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 50%);
}
@media (max-width: 1200px) {
  .fsclubsplit {
    display: none;
  }
}
@media (min-width: 1201px) {
  .fsclubsplit {
    display: flex;
    flex-direction: column;
    max-width: 712px;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }
  .forthcoming-events-header {
    position: absolute;
    align-self: flex-end;
    transform: translateY(1rem);
    width: 36%;
    text-decoration-color: white !important;
  }
}
@media (max-width: 1200px) {
  .forthcoming-events-header {
    display: none;
  }
  .fsclubtext {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .fsclubbutton {
    align-self: center !important;
  }
  .div-28 {
    align-self: center !important;
  }
}
@media (min-width: 1201px) {
  .fsclubtext {
    display: flex;
    flex-direction: column;
    max-width: 712px;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }
  .sm-future-events {
    display: none;
  }
}
.Khub-title {
  font-size: 18px;
}
.Khub-text {
  font-size: 16px;
  margin-bottom: 1rem;
  text-align: left;
}
.khub-body {
  padding-bottom: 20px;
  padding-top: 0px !important;
}
.khub-card {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .carousel-inner-publications {
    display: flex;
  }
  .pub-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 4);
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner-publications {
    display: flex;
  }
  .pub-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.disclaimer {
  color: rgba(255, 255, 255, 0.800000011920929);
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -1.5%;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  flex-grow: 1;
  padding-right: 0px;
  margin-left: 20px;
  margin-top: auto;
}

.events-title {
  font-size: 28px;
  text-align: center;
  height: 5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1600px) {
  .events-title {
    font-size: 28px;
    text-align: center;
    height: 4rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .events-text-lg {
    margin-bottom:7px;
  }
}
@media screen and (max-width: 1599px) {
  .events-text-sm {
    margin-bottom:17.5px;
}
}
.events-text {
  margin-bottom: 0.5rem;
}
.div-26 {
  justify-content: flex-start;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 8px;
  padding-right: 58px;
  padding-bottom: 8px;
  padding-left: 58px;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}
.div-29 {
  margin-top: 1px;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  letter-spacing: 0%;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

.bs-v513 .carousel-indicators{
	top:45%;
	margin:auto;
}
.bs-v513 .div-26{
	padding-bottom:45px;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important;
	border: 0!important;
}
.bs-v513 .carousel-control-next-icon{
	background-color:red;
}
.bs-v513 .carousel-control-prev-icon{
	background-color:red;
}

#carouselExampleControls .carousel-control-next-icon{
	background-color:red;
}

#carouselExampleControls .carousel-control-prev-icon{
	background-color:red;
}



.div-28{
	font-size: larger;
}

