  html{
	scroll-behavior: smooth;
}

.fontreg li {
	font-size: 1.15rem !important;
}
.menudot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(to bottom, red, yellow, blue, violet);
}

.text {
	font-size: 1.1875rem;
}

.text li {
	font-size: 1.1875rem !important;
}

ol.text li {
	margin-bottom: 15px;
}

.largetext {
	font-size: 1.375rem;
	font-weight: 500;
}

.weight500 {
	font-weight: 500;
}

.boldify {
	font-weight: 700 !important;
}

div.boldify p  {
	font-weight: 700 !important;
}
.fontsmall {
	font-size: 1rem !important;
}

.fontsmall p {
	font-size: 1rem;
}

.bluelinks a {
	color: #4e64da;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.bluelink {
	color: #4e64da;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.noUnderline {
	text-decoration: none !important;
}
.hover_highlight a div:hover {
	background-image: linear-gradient(to right, rgba(225, 222, 252, 0.05), rgba(225, 222, 252, 1), rgba(225, 222, 252, 0.05));
}

.hoverHighlightLinks a:hover {
	background-image: linear-gradient(to right, rgba(225, 222, 252, 0.05), rgba(225, 222, 252, 1), rgba(225, 222, 252, 0.05));
}

hr {
	border: 0;
	border-top: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	margin: 30px auto 30px auto;
	display: block;
	max-width: 75%;
}
.shorthr {
	width: 20%;
}
.hrtitle {
	margin: 10px auto 30px auto;
}

.hrthin {
	margin: 10px auto 10px auto;
}

.vr {
	border-left: 1px solid #e3e3e3;
	box-shadow: inset 1px 0px 0px rgba(0, 0, 0, .05);
    max-height: 75%;
}

.gradientvr {
	background: linear-gradient(to right, #52c7e7, #f7b71e);
}


.centerel {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centerele {
	margin-left: auto;
	margin-right: auto;
}

.borderlight {
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	padding: 30px 70px;
	border-radius: 6px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.borderlight {
		padding: 30px 20px;
	}
}

.youtubeembed {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.borderlighte {
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	padding: 30px 5vw;
	border-radius: 6px;
	margin-bottom: 30px;
}

.textContainerReplacement {
	max-width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.containerReplacement {
	max-width: 1100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.containerWidth {
	max-width: 1330px;
}

.fatbtn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

.bluetitle {
	color: #5ecae7;
}

.blueText {
	color: #5ecae7;
}

.orangeText {
	color: #f7b71e;
}

.greenText {
	color: #95c83f;
}

.navyText {
	color: #1b75bb;
}

.mtopspace {
	margin-top: 40px;
}

.mtopspacee {
	margin-top: 3.5rem;
}

.valignCenter {
	margin-top: auto;
	margin-bottom: auto;
}

.borderleft {
	border-left: 2px solid #c9c9c9;
	padding-left: 10px;
	max-width: 100%;
}

.bordertop {
	border-top: 2px solid #c9c9c9;
}

.highlight {
	padding: 5px;
	transition: padding 0.3s;
}

.highlight a {
	text-decoration: none;
}

.highlight:hover {
	padding: 0;
	transition: padding 0.3s;
}

.highlight a:hover {
	color: #4e64da;
}

.textJustify {
	text-align: justify;
	text-justify: inter-word;
}

.col-centered {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.col-left {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}

.col-right {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-end;
}

.flexrow {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.flexJustifyCenter {
	justify-content: center;
}

.introPicture {
	float: left;
	width: 30%;
	margin: 40px 25px 15px 0;
}

.references sub {
	color: #4e64da;
	cursor: pointer;
	font-weight: 600;
}

.ref {
	color: #4e64da;
	cursor: pointer;
	font-weight: 600;
}

.link {
	color: #4e64da;
	cursor: pointer;
}

.interviewTable .question{
	min-width: 30%;
}

.interviewTable .question{
	min-width: 30%;
	border-right: 1px black solid;
}

.interviewTable tr {
	border-bottom: 1px black solid;
}

.interviewTable td {
	padding: 15px;
}

.interviewTable .bottomRow {
	border: none;
}

.newLine5050 {
	margin-top: 20px;
}

.btn {
	color: black !important;
}

.oldclassybtn {
	color:black;
	background-color: rgba(0,0,0,0);;
	font-size:20px;
	padding: 20px 13px;
	text-decoration:none!important; 
	border: 2px solid black;
	border-radius: 25px;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.classybtn {
	text-decoration:none!important; 
	text-transform: uppercase;
	color:black;
	background-color: transparent;
	font-size:18px;
	z-index: 1;
	padding: 20px 13px;
	border: 0.1vw solid black;
	border-radius: 25px;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:1vw;
	margin-bottom:1vw;
}


.classythinbtn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 70%;
}

.classybtn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color:white;
	background-color: black;
	border: 0.1vw solid black!important;
}

.classyinversebtn {
	color:white;
	text-transform: uppercase;
	background-color: black;
	font-size:18px;
	padding: 20px 13px;
	text-decoration:none!important; 
	z-index: 1;
	padding: 20px 13px;
	border: 0.1vw solid black;
	border-radius: 25px;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:1vw;
	margin-bottom:1vw;
}

.classyinversebtn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color:black;
	background: rgba(0,0,0,0);
}

.bluebtn {
	color:#52c7e7;
	background-color: #ffffff;
	font-size:20px;
	padding: 20px 13px;
	text-decoration:none!important; 
	border: 2px solid #52c7e7;
	border-radius: 25px;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.bluebtn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color:white;
	background-color: #52c7e7;
}

.orangebtn {
	color:#f7b71e;
	background-color: #ffffff;
	font-size:20px;
	padding: 20px 13px;
	text-decoration:none!important; 
	border: 2px solid #f7b71e;
	border-radius: 25px;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.orangebtn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	color:white;
	background-color: #f7b71e;
}

.seventywidth {
  width: 70vw;

  position: relative; 
  max-width: 70vw;
  left: 50%;
  margin-left: -35vw;

}

.widescreen {
  width: 80vw;

  position: relative; 
  max-width: 80vw;
  left: 50%;
  margin-left: -40vw;

}

.ninetywidth {
  width: 90vw;

  position: relative; 
  max-width: 90vw;
  left: 50%;
  margin-left: -45vw;

}


.hundredwidth {
  width: 100vw;

  position: relative; 
  max-width: 100vw;
  left: 50%;
  margin-left: -50vw!important;

}

/* ------------------------------------ MAIN PAGE ----------------------------- */

.page-id-5 .header-panel-slider__item::before {
	background-image: none;
}

@media screen and (max-width: 758px) {
	.page-id-5 .header-panel-slider__content .btn {
		display:none;
	}
}

.page-id-5 #block_2 {
	background-color:white!important;
}

.circleIMG {
	border-radius: 50%;
}
/* ------------------------------------SPLASH TITLES ORANGE and BLUE---------------------------------- */
.orangeSplashTitle {
	transform: skew(-20deg);
	background-color:#f7b71e;
	padding-top:20px; 
	padding-bottom:20px;
}

.blueSplashTitle {
	transform: skew(-20deg);
	background-color:#44b1cf;
	padding-top:20px; 
	padding-bottom:20px;
}
.textSplashTitle {
	color:white;
	transform: skew(20deg);
	text-align:center;
}
@media screen and (max-width: 825px) {
	.blueSplashTitle {
	transform: skew(0deg);
	background-color:#44b1cf;
	padding-top:20px; 
	padding-bottom:20px;	
	}
	.textSplashTitle {
	transform: skew(0deg);
	color:white;
	text-align:center;
}
}


/* ------------------------------------SPEAKER CARDS-------------------------------- */

.profileCardsGroup {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}


.profileCard {
	display: flex;
	flex-flow: row nowrap;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	transition: margin 0.1s;
	transition: box-shadow 0.1s;
	/* width: 48%; */
	cursor: pointer;
	margin: 1% 1% 30px 1%;
}

.profileCard img {
	object-fit: cover;
}

.profileCard img.containImg {
	object-fit: contain;
}

.profileCard:hover {
	box-shadow: 1px 9px 13px 1px rgba(0, 0, 0, 0.2);
	margin: 0.75% 0.75% 30px 0.75%;
}

@media screen and (max-width: 991px) {
	.profileCard {
		margin: 2% 0 2% 0;
	}

	.profileCard:hover {
		margin: 2% 0 2% 0;
	}
}

.profileCardContent {
	display: flex;
	flex-flow: column nowrap;
	padding: 0 15px 5px 15px;
}

.profileCardName {
	font-weight: 700 !important;
	font-size: 1.2rem;
	padding: 5px 0 0 0;
}

.profileCardBio {
	position: relative;
	overflow: hidden;
	font-size: 1rem;
}

@media screen and (max-width: 390px) {
	.profileCardBio {
		display: none;
	}
}

.profileCardFade {
	position: absolute;
	background: linear-gradient(transparent, white 90%);
	width: 100%;
	height: 75%;
	bottom: 0;
}

.mini-header {
	font-size:2em!important;
	font-weight: 900!important;
}

/* ------------------------------------SPEAKER CARDS OLD-------------------------------- */

.speakerProfiles img {
	width: 40%;
	height: auto;
	float: left;
	margin-right: 20px;
}

.speakerProfiles a {
	text-decoration: none !important;
	display: flex;
	width: 100%;
	height: 100%;
}

.speakerProfiles .col-lg-6 {
	/* 	padding-left: 5%; */
	margin: 20px 0;
	display: flex;
}

.speakerCard {
	height: auto;
	width: 100%;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	padding-right: 2%;
	transition: margin 0.1s;
	transition: box-shadow 0.1s;
	overflow: hidden;
	background-color: white;
	margin-bottom: 5px;
}

.speakerCard:hover {
	box-shadow: 1px 9px 13px 1px rgba(0, 0, 0, 0.2);
	margin: -2px;
}

.speakerCard .profileCardInfo {
	overflow: hidden;
}

.speakerCard .profileCardInfo p {
	font-size: 1rem;
}

.titledSpeakerCard .titleLabel {
	margin-top: 10px;
}

.speakerTitle {
	font-weight: 500 !important;
}

.titledSpeakerCard .speakerName {
	font-weight: 600 !important;
}

.speakerCard .fade {
	position: absolute;
	background: linear-gradient(transparent 50%, white);
}

.speakerText .speakerName {
	font-size: 1.2rem;
}

.titledSpeakerCard .speakerName {
	font-weight: 600;
}

.speakerCard .speakerText {
	margin-top: 10px;
}


@media screen and (max-width: 475px) {
	.speakerCard .profileCardInfo {
		display: none;
	}

}

@media screen and (max-width: 1359px) {
	.borderlight {
		padding: 30px 20px;
	}

}

.speakerCard br {
	display: none;
}

.speakerCard p {
	margin: 0;
}

/* ---------------------------------------RESOURCE CARDS------------------------------- */

/* HOME, LEARNING ACADEMY, JOIN, MEMBER RESOURCES, DIPLOMA RESOURCES, WHAT IS LM? */

.resourceCarde {
	width: 100%;
	margin: 0 1% 5% 1%;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: white;
	margin-bottom: 30px;
}

.resourceCarde .resourceCardTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	color: #52c7e7;
	font-weight: 800;
	font-size: 23px;
}

.resourceCarde .resourceCardText {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 18px;
	font-size: 15px;
}

.resourceCarde .resourceCardText .rCardTextTitle {
	font-size: 20px;
	margin-bottom: 10px;
}

.resourceCarde img {
	height: 65%;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}

.resourceCarde img.contain {
	width: auto;
	overflow: hidden;
	object-fit: contain;
	margin-top: 20px;
}

.resourceCarde.hover {
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.resourceCarde.hover:hover {
		box-shadow: 1px 9px 13px 1px rgba(0, 0, 0, 0.2);
		margin: 0.75%;
	}
}


.resourceCard {
	width: 100%;
	margin: 0 1% 5% 1%;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	/* 	max-width:80vw; */
}

.resourceCard .resourceImg {
	height: 45%;
	width: 100%;
	overflow: hidden;
}

.resourceCard img {
	min-height: 100%;
	width: 100%;
}

.resourceCard p {
	margin: 0;
}

.resourceCard a {
	text-decoration: none !important;
}

.resourceCard .cardBody {
	margin: 10px;
}

.resourceCard .cardTitle {
	/* 	font-size:1.8rem;  */
	font-weight: 800;
	margin: 0 15px 10px 15px;
}

.resourceCard .cardText {
	margin: 0 15px 0 15px;
}

@media screen and (min-width: 768px) {
	.resourceCard:hover {
		box-shadow: 1px 9px 13px 1px rgba(0, 0, 0, 0.2);
		margin: -1px;
	}
}

.posterCard {
	width:100%;
		margin-bottom: 10px;
}

.posterPic {
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.posterBox {
	width: 14vw;
	height: 28vh;
	top: 1vh;
    bottom: 1vh	;
	float:top;
	position :relative;
	/*outline:black;*/
	/*outline-style: dotted; */
	margin: auto;
}

.offerCard {
	width:120%;
		border: 1px solid black;
		box-shadow: 0 4px 4px rgba(25, 25, 25, 0.7);
		padding: 30px 30px;
		
		margin-bottom: 30px;
}

.offerBtn {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 65%;
}

.offerPic {
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.offerText {
	position: relative;
	padding-left:25px;
	padding-right: 10px;
	height:250px;
	margin-top:30px;
	position :relative;
	overflow: scroll;
	overflow-y:auto;
	overflow-x:hidden;
}

.offerTitle {
	font-weight:bold;
	margin-bottom: 30px;
	margin-left: 350px;
	text-align:center;
}

.picBox {
	width: 20vw;
	height: 40vh;
	top: 1vh;
    bottom: 1vh	;
	float:left;
	position :relative;
	/*outline:black;*/
	/*outline-style: dotted; */
	margin: auto;
}

.page-id-11581 .widget-text {
	max-width: 100%;
}

.three-principles-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 20px;
    }

    .image-card {
      flex: 1 1 30%;
      max-width: 30%;
      text-align: center;
    }

    .image-card img {
      width: 100%;
      height: auto;

    }

    .image-card p {
      font-size:calc(100% + 0.33vw;);
      font-weight:bold;
		
    }

    /* Responsive for mobile */
    @media (max-width: 768px) {
      .image-card {
        flex: 1 1 100%;
        max-width: 100%;
      }
    }

/*--------- NEW PODCAST PAGE ------------*/

.page-id-14157 .widget-text {
	max-width: 80%;
}

.page-id-14157 .hero {
	z-index:auto;
}

.slider {
    width: 100%;
    height: 510px;
    position: relative;
  }

  .slider img {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
  }

  .slider img:first-child {
    z-index: 1;
  }

  .slider img:nth-child(2) {
    z-index: 0;
  }

  .navigation-button {
    text-align: center;
    position: relative;
  }

  .testdot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }



.page-id-12490 .widget-text {
	max-width: 80%;
}
.page-id-12490 .full-introduction__wrap {
	max-width: 90%;
}

.page-id-12490 .hero{
	z-index:auto;
}

.page-id-13287 .hero{
	z-index:auto;
}

.page-id-8475 .hero{
	z-index:auto;
}

.page-id-13804 .hero{
	z-index:auto;
}

.page-id-14661 .hero{
	z-index:auto;
}

.page-id-14842 .hero {
	z-index:auto;
}

/* ---LM Nut Seminar Page --- */

.nutsembanner {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/05/LM-Nutrition-Sem-Banner.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}

/* ---LM MSK Seminar Page --- */

.msksembanner {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/06/LM-MSK-Sem-Banner.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}

/* ---Funding Page --- */

.fundingbanner {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/07/Funding-Resources-Banner-2.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}

 /*----------------------------*/
.page-id-14849 .header-panel-slider__item::before {
	background-image:none;
}


.promohide {
	display: none;
}

.promodisplay {
	display: block;
}

/*---------------IHPE COLLAB ------------------------*/

.ihpeText {
	color: #1C3160;
}
#ihpeBTN {
	background: #1C3160;
	border: 2px solid #1C3160;

}
#ihpeBTN:hover {
  color: #1C3160;
}

/*--------------------- WORK WITH US REDESIGN ------------------*/

.navyText {
	color: #375c84;
}

.page-id-8354 .section-page {
	display: none!important;
}


.headerbannerWWU {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/11/WWU2.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}
/*---------------HOLLAND AND BARRETT COLLAB PAGE + news annoucenemnt page ------------------*/

.postid-14947 .section-share
{
	display: none;
}

.page-id-14370 .hero {
	z-index:auto;
}

.dot {
  height: 20px;
  width: 20px;
  background-color: #52c7e7;
  border-radius: 50%;
  box-shadow: 9px 9px #f7b71e;
  margin: auto;
  margin-bottom:15px;
}

.bluedot {
  height: 10px;
  width: 10px;
  background-color: #52c7e7;
  border-radius: 50%;
  margin: auto;
  margin-bottom:15px;
	margin-top:15px;
}

.orangedot {
  height: 10px;
  width: 10px;
  background-color: #f7b71e;
  border-radius: 50%;
  margin: auto;
  margin-bottom:15px;
}


.offerbtn {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width:40%;
}

.center-screen {
	display: flex;
	justify-content: center;
	margin: auto;

  }

.orangeDivider
{
	border: 3px solid #f7b71e;
	background-color: #f7b71e;
	margin: 15px 0;
	width: 10%;
}

#navigationList {
	font-weight:bold;
	font-size:16px;
	cursor: pointer;
	padding-bottom:20px;
}

.navPic {
	max-height: 150px;
	cursor: pointer;
	padding-bottom:10px;
	object-fit: contain;
}

#navigationPicList {
	height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor: pointer;
	padding-bottom:20px;
	object-fit: contain;

}

#navigationPicListNoHeight {
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:20px;
	object-fit: contain;

}

#inverseNavigationList {
	font-weight:bold;
	font-size:16px;
	cursor: pointer;
}

#navigationList:nth-child(2n) {color: #52c7e7;}
#navigationList:nth-child(2n - 1) {color: #f7b71e;}
#inverseNavigationList:nth-child(2n) {color: #f7b71e;}
#inverseNavigationList:nth-child(2n - 1) {color: #52c7e7;}

.gradientHR {
     background: linear-gradient(to right, #52c7e7, #f7b71e);
	 height: 1px;
}

.hrTitleShift
{
	margin-left:0;
	width:33.33%;
	height:3px;
}

.skewedOrangeHR {
  height:10px;
  background-color: #F7B71E;
  transform: skew(-50deg);
}

.gradientText {
    background-image: linear-gradient(to right, #f7b71e, #52c7e7, #f7b71e, #52c7e7);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	padding-bottom: 10px;
	padding-top:10px;
}

.nursesGradientText {
    background-image: linear-gradient(to right, #1435A7, #1C5DAF 25%, #1C5DAF 75%,  #1435A7);
    background-size: 110%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	padding-bottom: 10px;
	padding-top:10px;
}

.fatgradientHR {
     background: linear-gradient(to right, #52c7e7, #f7b71e);
	 height: 5px;
}


.newNavbar {
	 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
    background: grey;
		text-align: center;
		padding: 0 2em;
}

.newNavbar h1 {
font-size: 2rem;
        margin: 0;
        letter-spacing: 1rem;
}

.newNavbar-container {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}

.newNavbar-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
		transition: all 0.5s ease;
		font-size: 1rem;
	  &:hover {
		  cursor: pointer;
			color:white;
      background: rgba(102,177,241,0.8);
			transition: all 0.5s ease;
    }
}

.stickynavbar {
  background: linear-gradient(to right, #52c7e7, #f7b71e);
  padding: 10px;
  text-align: center;
  width: 85%;
  text-decoration: none;
  position: sticky;
  top: 0px;
	z-index:1;
	margin:auto;
}

.stickynavbar .stickynavbarLink {
  color: white;
  text-decoration: none; 
  margin: 0px 10px;
	cursor: pointer;
}

.stickynavBTN {
  background: grey;
	border-radius:5px;
  color:white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  position: fixed;
    bottom: 30px;
    right: 40px; 
	z-index:100;
	margin:auto;
}

.nursesnavbar {
  background: linear-gradient(to right, #1435A7, #1C5DAF 25%, #1C5DAF 75%,  #1435A7);
  padding: 10px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  position: sticky;
  top: 0px;
	z-index:2;
	margin:auto;
}

.nursesnavbar .nursesnavbarLink {
  color: white;
  text-decoration: none; 
  margin: 0px 10px;
	cursor: pointer;
}

.gap20
{
	padding-bottom:10px;
	padding-top:10px;
}

.gap50 {
	padding-bottom:25px;
	padding-top:25px;
}

.gap100 {
	padding-bottom:50px;
	padding-top:50px;
}
/* ------------------------------------VIDEO CARD-------------------------------- */

.videoCard iframe {
	width: 100%;
	height: 230px !important;
}

.videoCard p {
	margin: 0;
	font-size: 1.1875rem;
}

.videoCard {
	height: 400px;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	overflow-y: hidden;
}

.videoCard .videoCardContent {
	padding: 10px 20px;
	background-color: #f6f6f6;
	height: 100%;
	margin-top: -4px;
}

.videoCard .videoCardTitle {
	font-weight: 600;
	font-size: 1.4rem;
}

.page-id-2505 .container{
	max-width: 1500px;
}
/* ------------------------------------LIGHT BOX-------------------------------- */


.lightbox-disclaimer {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
}

.lightbox-pictureWrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.lightbox-pictureWrapper img {
	width: 30%;
	padding: 3px;
	transition: padding 0.3s;
	cursor: pointer;
	object-fit: cover;
}

.lightbox-pictureWrapper img:hover {
	padding: 0;
}

@media screen and (max-width: 770px) {
	.lightbox-pictureWrapper img {
		width: 50%;
	}
}

@media screen and (max-width: 550px) {
	.lightbox-pictureWrapper img {
		width: 100%;
		transition: none;
	}

	.lightbox-pictureWrapper img:hover {
		padding: 3px;
	}
}

#lightbox-overlay {
	display: none;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	z-index: 11;
}

.lightbox-closebtn {
	display: flex;
	justify-content: flex-end;
	height: 8vh;
	width: 95%;
}

.lightbox-closeIcon {
	height: 30px;
}

.lightbox-pictureArea {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	height: 80vh;
}

#lightbox-image {
	max-width: 70%;
	max-height: 95vh;
	object-fit: contain;
}

#lightbox-iframe {
	height: 100vh;
	width: 60vw;
}

@media screen and (max-width: 1000px) {
	#lightbox-image {
		width: 80%;
	}
}

.lightbox-nextBtn, .lightbox-prevBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
	width: 10%;
}

.lightbox-chevron {
	height: 130px;
	padding: 20px;
}

.lightbox-propStop {
	width: 85%;
}


/* -----------------------------------LM PILLAR GRAPHIC-------------------------------- */
/* Home, Whats is LM */

#lmPillars .pillarImg1 {
	height: 200px;
	width: auto;
	
}

.lmPillarImgContain .pillarImg2 {
	width: auto;
	height: 100%;
	object-fit: cover;
	min-width: 100%;
}

#lmPillars .pillarImg3 {
	height: 80px;
	width: auto;
	margin: 10px 0;
}

.lmPillar {
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1.5px 1.5px rgba(0, 0, 0, .2);
	border-radius: 15px 50px;
	overflow: hidden;
	height: 362px;
	margin-bottom: 30px;
}

.lmPillarImgContain {
	height: 200px;
	width: 100%;
	overflow: hidden;
}

.lmPillarGroup {
	padding: 0 20px 0 10px;
}

@media screen and (max-width: 1199px) {
	.lmPillar {
		height: 440px;
	}
}

@media screen and (max-width: 575px) {
	.lmPillar {
		height: 330px;
	}
}

@media screen and (max-width: 415px) {
	.lmPillar {
		height: 350px;
	}
}

@media screen and (max-width: 325px) {
	.lmPillar {
		height: 385px;
	}
}


.lmPillarbackground {
	width: 100%;
	height: 100%;
	background-color: #f5fdff;
	font-weight: 600;
	font-size: 20px;
	padding: 20px 10px;
}

/* -----------------------------------ACCORDION-------------------------------- */

.accordionWrapper {
	width: 100%;
    margin: auto;
	margin-top: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.accordionColumn {
	width: 45%;
	margin-right: 10px; 
}

@media screen and (max-width: 768px) {
	.accordionColumn {
		width: 90%;
	}
}

.accordionItem {
	width: 100%;
    display: flex;
	flex-flow: column nowrap;
    margin: 0 10px 8px 0;
}

.accordionTitle {
	height: 45px;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	display: flex;
    cursor: pointer;
	flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    transition: all 0.1s;
	color: #52c7e7;
	font-weight: 600;
	font-size: 1.375rem;	
}

.accordionTitle:hover {
	background-color: #f2f2f2;
	box-shadow: 1px 9px 13px 1px rgba(0, 0, 0, 0.2);
	margin-left: -2px;
}

.accordionBodyWrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
    display: flex;
    flex-flow: column nowrap;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.accordionBody {
    background-color: #fcfcfc;
    /* border-radius: 0 0 5px 5px; */
}

/* -----------------------------------LARGE TABLE-------------------------------- */

table.largeTable {
	/* max-width: 80%; */
	margin: auto;
}

.largeTable tr {
	text-align: center;
	height: 35px;
	/* border-top: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
}

.largeTable .tableHeadings th {
	font-weight: 600;
}

.largeTable th {
	font-weight: 500;
	padding: 3px;
}

.largeTable .tableHeadings {
	border: none;
}

/* -----------------------------------ORGANISATION PROFILES-------------------------------- */

.orgProfile img {
	margin: 30px 0;
}


/* ------------------------------------VGC PAGE-------------------------------- */

.listContrast {
    background-image: linear-gradient(to right, rgba(237, 237, 237, 0.3), rgba(237, 237, 237, 1), rgba(237, 237, 237, 0.3));
}

.vgcWebinar {
    display: flex;
    flex-flow: row nowrap;
    cursor: pointer;
    color: #4e64da;
}

.page-id-1274 .widget-text{
	max-width: 85%;
}

@media screen and (max-width: 768px) {
	.page-id-1274 .widget-text{
		max-width: 100%;
	}
}

.vgcWebinar:hover {
    background-image: linear-gradient(to right, rgba(225, 222, 252, 0.05), rgba(225, 222, 252, 1), rgba(225, 222, 252, 0.05));
}

.vgcWebinar div{
    padding: 10px 8px 10px 8px;
    width: 50%;
}

.vgcWebinarTitle {
    border-right: 1px solid #e3e3e3;
	align-items: right;
	font-weight: 600;
    text-align: right;
}

.emptyVgcWebinarText {
	text-align: center;
	color: #4e64da;
	font-weight: 600;
	margin: 6px 0 6px 0;
}


/* ------------------------------------EVIDENCE PAGE-------------------------------- */

.link_size a div {
	font-size: 1rem;
}

/* ------------------------------------ ALT EVIDENCE PAGE-------------------------------- */

.link_size a div {
	font-size: 1rem;
}

.page-id-3005 .smallicon {
	width: 110px;
}

.page-id-3005 .highlighticon {
	border: 1.5px solid #60C5FC;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	border-radius: 20px;
	padding: 5px 0 5px 0;
}

/* ------------------------------------KERNOW EVENT-------------------------------- */

.kernow_list_size li {
	font-size: 1rem;
}

/* ------------------------------------new 1change-------------------------------- */

.mobileonly

/* ------------------------------------VGC RESOURCES PAGE-------------------------------- */

.page-id-1944 .widget-text {
	max-width: 100%;
}

.page-id-1944 .videoborder {
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	padding: 20px 20px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.page-id-1944 iframe {
	width: 100%;
	height: 15rem;
}

.page-id-1944 iframe .player {
	max-width: 100%;
}


/* ------------------------------------HOME PAGE-------------------------------- */

.page-id-5 .widget-text {
	max-width: 85%;
}

@media screen and (max-width: 768px) {
  #mobilehide {
    display:none!important;
  }
	#countdown {
		padding-top:35vw;
	}
}

@media screen and (max-width: 769px) {
  #mobileonly {
    display: inline!important;
  }
}
	
/* ------------------------------------COPEWELL-19 PAGE-------------------------------- */
.page-id-2040 .widget-text {
	max-width: 100%;
}

.page-id-2040 .videosegments {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.page-id-2040 .resourceLinks {
	font-size: 1rem;
	max-width: 70%;
}

@media screen and (max-width: 991px) {
	.page-id-2040 .textspace {
		margin-top: 30px;
	}
}
/* ------------------------------------JOIN TEST PAGE-------------------------------- */
.quote {
  margin: 1rem 0;
  padding: 1rem;
  border-left: 5px solid #008CBA; /* Change color to suit your needs */
  background-color: #f5f5f5; /* Change color to suit your needs */
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.quote-text {
  font-style: italic;
  font-size: 1.4rem;
  margin: 0 0 1rem;
  color: #444; /* Change color to suit your needs */
}

.quote-attribution {
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #555; /* Change color to suit your needs */
}

.page-id-13300 .widget-text {
	max-width: 80%;
}
.page-id-13300 .widget-text ul li::before {
	content:'';
}

.page-id-13300 .hero{
	z-index:auto;
}

.card {
        color: #fff;
        border-radius: 10px;
        box-shadow: 2px 2px 10px #ccc;
        text-align: center;
      }
      .card-body {
        padding: 30px;
      }
      .card-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      .card-text {
        font-size: 22px;
        margin-bottom: 20px;
        list-style-type: square;
}
.title-textcol {
  color: white;
  padding: 10px;
  margin-bottom: 0;
	margin: auto;
	
}
.price-textcol {
  color: white;
  padding: 10px;
  margin-bottom: 0;
	
}


/* ------------------------------------ORG JOIN TEST PAGE-------------------------------- */


.fadetag {
  opacity: 0;
  transform: translate(0, 15vh);
  transition: all 3s;
}

.fadetag.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.page-id-13484 #block_2 .widget-text {
	max-width: 100%;
}

.page-id-13484 .hero {
	z-index:auto;
}

/* ------------------------------------LEARNING ACADEMY REDESIGN ------------------------- */

.page-id-13804 .widget-text {
	max-width: 100%;
}

.LAspan {
  display: inline-block;
  width: 4rem;
  height: 0.4rem;
  background-image: linear-gradient(to right, #52c7e7, #f7b71e);
}
div.LAmain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.05); 
}

.largegrow { 
transition: all .2s ease-in-out; 
}

.largegrow:hover { 
transform: scale(1.15); 
}

blurryhover:hover {
    -webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
}

div.LAcontainer {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
}

div.LAcolContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
}

.LAimag {
  width: 100%;
}
.LAtitle {
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 15px;
	display:block;
}
.LAtext {
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 30px 0;
}

.LAlink {
  text-decoration: none!important;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px;
  left: -5px;
	background-color:black;
	font-size:20px;
	padding: 20px 13px;
	border: 2px solid black;
	border-radius: 25px;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.LAlink:hover {
  color: black;
	
}


}

#healthylongevityBTN:hover {
  color: #282A66;
	
}
#ionBTN:hover {
  color: #69BF4A;
	
}

#yakultBTN:hover {
  color: #E11423;
	
}

#symproveBTN:hover {
  color: #015B63;
	
}

#gmactiveBTN:hover {
  color: #5AC8C9;
	
}

#holandbarBTN:hover {
  color: #01574A;
	
}

#hollyhealthBTN:hover {
  color: #302D3C;
	
}

#healthhubbleBTN:hover {
  color: #00A4BE;
	
}

#ycjBTN:hover {
  color: #5B0AB6;
	
}

#nursesBTN:hover {
	color: #1C5DAF;
}

#transparentBTN:hover::before {
	transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
}
#transparentBTN:hover {
 content: '';
  z-index: -1;
  position: absolute;
  top: calc(0%);
  left: 0;
	border-radius: 23px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:   transparent;
  transform: scale3d(1, 0, 1);
  transform-origin: 0% 50%;
  transition: transform 0.2s;
}



.LAlink::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: calc(0%);
  left: 0;
	border-radius: 23px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:   white;
  transform: scale3d(1, 0, 1);
  transform-origin: 0% 50%;
  transition: transform 0.2s;
}
.LAlink:hover::before {
          transform: scale3d(1, 1, 1);
          transform-origin: 0% 50%;
}

.InvertedLAlink {
  text-decoration: none!important;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px;
  left: -5px;
	background-color:white;
	font-size:20px;
	padding: 20px 13px;
	border: 2px solid black;
	border-radius: 25px;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.InvertedLAlink:hover {
  color: white;
	
}
.InvertedLAlink::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: calc(0%);
  left: 0;
	border-radius: 23px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background:   black;
  transform: scale3d(1, 0, 1);
  transform-origin: 0% 50%;
  transition: transform 0.2s;
}
.InvertedLAlink:hover::before {
          transform: scale3d(1, 1, 1);
          transform-origin: 0% 50%;
}

div.LAimag {
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  div.LAcontainer {
    flex-direction: row;
    width: 100%;
  }
div.LAimag {
    height: 440px;
    width: 600px;
  }
 div.LAtext-container {
    margin: 20px 60px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  div.LAcontainer {
    max-width: 1200px;
  }
}
@media screen and (max-width: 820px) {
  div.LAcontainer {
    min-width: 90vw;
	max-width: 90vw;
  }
  }

@media screen and (max-width: 1175px) {
div.LAcolContainer {
  background-image:none!important;
	box-shadow: none;
}
}



/*------------------------------------- Flex Display Graphic Box -----------------------*/
.flex-container {
	display: flex;
	flex-flow: row;
	width:100%;
	
}

.flex-container-vole {
		display: flex;
	    align-items: center;
	padding-bottom:20px;
}

.flex-item-vole-left {
	flex: 1;
    max-width: 30%;
    text-align: center;
    padding-right: 20px;
}

.flex-item-vole-left .vole-profile-img {
  max-width:100%;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 2rem;
}

.flex-item-vole-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
	

@media (max-width: 768px) {
	.flex-container-vole {
	flex-direction:column;
	}
	
	.flex-item-vole-left {
    max-width: 100%;
    text-align: center;
		padding-right:0;
		padding-bottom:10px;
}	
}

.qa-section {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
  }

  .qa-item {
    margin-bottom: 16px;
  }

  .qa-item:last-child {
    margin-bottom: 0;
  }

  .qa-question {
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
  }

  .qa-answer {
    color: #555;
    line-height: 1.5;
    padding-left: 16px;
  }

  @media (max-width: 768px) {
    .qa-answer {
      padding-left: 0;
    }
  }

.flex-item p {
	text-align:center;
	font-size: 1.4rem;
	line-height:2.2rem;

}

.flex-container a {
		text-decoration: none !important;
}

.flex-item {
	display: flex;
	flex-flow: column;
	flex-wrap:wrap;
	justify-content: center;
	justify-items:center;
	
}

#mttvole .flex-container {
	flex-wrap: wrap;
	justify-content:space-around;
}

#sigs-flex .flex-container {
		flex-wrap: wrap;
	justify-content: space-around;
}
#sigs .flex-item {
	width:200px;
	
}

#sigs .flex-item img {
	padding-bottom: 10px;
}

}
.flex-item-mtt {
	display: flex;
	flex-flow: column;
	flex-wrap:wrap;
	justify-content: center;
	justify-items:center;
}

.flex-item-mtt .img-mtt {
	border-radius: 50%;
	overflow:hidden;
	max-width:15rem;
	height:15rem;
	object-fit: contain;
	margin:auto;
	margin-top:4rem;
	min-width: 15rem;
}

.mtt-fn {
	padding-top: 2rem;
}

.flex-item-mtt p {
	max-width: 80%;
	margin: auto;

}

/*--------------------------NEW VOLE PAGE ----------------------------*/

.vole-profiles-container {
  width: 100%;
}

.vole-profile-card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 1.5rem 0;
}

.vole-profile-img {
  max-width:300px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 2rem;
}

.vole-profile-info h2 {
  font-size: 1.5rem;
  color: #2c3e50;
}

.vole-profile-info .title {
  font-size: 1rem;
  color: #3498db;
  margin: 0.3rem 0;
}

.vole-profile-info .bio {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  max-width: 400px;
}

.vole-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 1rem 0;
  width: 100%;
}

@media (max-width: 600px) {
  .vole-profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .vole-profile-img {
    margin: 0 0 1rem 0;
  }

  .vole-profile-info {
    margin: 0;
  }
}

.hidden-section {
	display:none;
}

/*------------------------Learning Academy Edition ------------------*/
#la-duo-flex-container .flex-container {
	flex-wrap: wrap;
	justify-content:space-around;
}

#la-duo-flex-item {
	align-content: baseline;
	text-align:center;
	background-image: url(https://bslm.org.uk/wp-content/uploads/2024/11/la-image-cropped.png);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
	background-size: cover;
	background-repeat: repeat;
	width:45%;
	height:auto;
	padding:3rem;
	margin:1rem;
}

@media only screen and (max-width: 1200px) {
	#la-duo-flex-container .flex-container {
		display: flex;
	    flex-flow: column;
		margin:0;
	}
		#la-duo-flex-item {
	align-content: baseline;
	text-align:center;
	background-image: url(https://bslm.org.uk/wp-content/uploads/2024/11/la-image-cropped.png);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
	background-size: cover;
	background-repeat: repeat;
	width:100%;
	height:auto;
	margin:2rem;
	}
}

/*------------------------Group Consultations Edition ------------------*/
#gc-trio-flex-container .flex-container {
	flex-wrap: wrap;
	justify-content:space-around;
}

#gc-trio-flex-item {
	align-content: baseline;
	text-align:center;
	background-image: url(https://bslm.org.uk/wp-content/uploads/2024/11/la-image-cropped.png);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
	background-size: cover;
	background-repeat: repeat;
	width:30%;
	height:auto;
	padding:3rem;
	margin:1rem;
}

@media only screen and (max-width: 1300px) {
	#gc-trio-flex-container .flex-container {
		display: flex;
	    flex-flow: column;
		margin:0;
	}
		#gc-trio-flex-item {
	align-content: baseline;
	text-align:center;
	background-image: url(https://bslm.org.uk/wp-content/uploads/2024/11/la-image-cropped.png);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
	background-size: cover;
	background-repeat: repeat;
	width:100%;
	height:auto;
	margin:2rem;
	}
}
/* ------------------------------------3RD CONFERENCE PAGE-------------------------------- */

.page-id-2037 .profileimg {
	max-height: 38vh;
	width: auto;
}

/* ------------------------------------2020 CONFERENCE EVENT-------------------------------- */

.postid-702 .profilehr {
	margin: 10px auto 10px auto;
}


/* ------------------------------------2021 CONFERENCE RESOURCES-------------------------------- */

.page-id-8173 .widget-text {
	max-width: 80%;
}

.page-id-8173 .vimIframeResponsive {
	width: 32vw;
	height: 20vw;
	max-width: 100%;
	max-height: 20rem;
}

.page-id-8173 .videoDescription {
	height: 300px;
	transition: height 0.5s;
	overflow-y: hidden;
	cursor: pointer;
}

.page-id-8173 .videoDescription .fontsmall {
	margin-bottom: 20px;
}

.page-id-8173 .videoDescription p {
	margin-bottom: 5px;
}


.page-id-8173 .fade {
	position: absolute;
	background: linear-gradient(transparent, white 90%);
	width: 95%;
	height: 60%;
	bottom: 0;
}

@media screen and (max-width: 991px) {
	.page-id-8173 .vimIframeResponsive {
		width: 100%;
		height: 40vw;
	}
}

/* ------------------------------------2020 CONFERENCE RESOURCES-------------------------------- */

.page-id-2678 .widget-text {
	max-width: 100%;
}

.page-id-2678 .vimIframeResponsive {
	width: 32vw;
	height: 20vw;
	max-width: 100%;
	max-height: 20rem;
}

@media screen and (max-width: 991px) {
	.page-id-2678 .vimIframeResponsive {
		width: 100%;
		height: 40vw;
	}
}

/* ------------------------------------2019 CONFERENCE RESOURCES-------------------------------- */

.page-id-2762 .widget-text {
	max-width: 100%;
}

.page-id-2762 .vimIframeResponsive {
	width: 32vw;
	height: 18vw;
	max-width: 100%;
	max-height: 16rem;
}

@media screen and (max-width: 991px) {
	.page-id-2762 .vimIframeResponsive {
		width: 100%;
		height: 40vw;
	}
}

/* ------------------------------------2018 CONFERENCE RESOURCES-------------------------------- */

.page-id-5860 .widget-text {
	max-width: 100%;
}

.page-id-5860 .vimIframeResponsive {
	width: 32vw;
	height: 20vw;
	max-width: 100%;
	max-height: 20rem;
}

@media screen and (max-width: 991px) {
	.page-id-5860 .vimIframeResponsive {
		width: 100%;
		height: 40vw;
	}
}

/* ------------------------------------3RD KERNOW CONFERENCE-------------------------------- */

.page-id-3307 .widget-text {
	max-width: 100%;
}

.page-id-3307 .vimIframeResponsive {
	width: 32vw;
	height: 18vw;
	max-width: 100%;
	max-height: 16rem;
}

@media screen and (max-width: 991px) {
	.page-id-3307 .vimIframeResponsive {
		width: 100%;
		height: 40vw;
	}
}

/* ------------------------------------PODCAST-------------------------------- */


.page-id-1416 .widget-text {
	max-width: 90%;
}

/* ---------------------------------FEATURED ABSTRACTS PAGES -------------------------*/
.postid-14419 .hero {
	z-index:auto;
}

/* ------------------------------------BSLM2021-------------------------------- */

.postid-3431 table {
	width: 80%;
	font-size: 1.2rem;
	margin-left: 10%;
}

.postid-3431 .rowline {
	border-bottom: 1px solid #363532;

}

.postid-3431 .columnline {
	border-right: 1px solid black;

}

@media screen and (max-width: 991px) {
	.postid-3431 table {
		width: 100%;
		margin-left: 0;
	}

}

.postid-3431 .widget-text {
	max-width: 90%;
}

.postid-3431 .container {
	max-width: 1500px;
}

.postid-3431 .section-50-50 .container {
	max-width: 1330px;
}




/* ---------------------------Lifestyle Medicine in Clinical Practice-------------------------------------------- */

.postid-3489 .widget-text {
	max-width: 90%;
}

/* ----------------------------------------The Future of Healthcare is Lifestyle Medicine------------------------ */


.postid-1623 .widget-text {
	max-width: 90%;
}


/* -----------------------------------------------2021 Call For Abstracts-------------------------------------------------- */

.page-id-4144 .widget-text {
	max-width: 100%;
}


.page-id-4144 .heading-1 {
	display: none;
}


/* -----------------------------------------------LEARNING ACADEMY-------------------------------------------------- */

.page-id-4436 .heading-1 {
	display: none;
}

br {
	display: none;
}

.page-id-4436 .widget-text {
	max-width: 100%;
}

@media screen and (max-width: 1199px) {
	.page-id-4436 .widget-text {
		max-width: 80%;
	}
}

@media screen and (max-width: 991px) {
	.page-id-4436 .widget-text {
		max-width: 95%;
	}
}

@media screen and (max-width: 575px) {
	.page-id-4436 .widget-text {
		max-width: 80%;
	}
}

.page-id-4436 .header-panel-slider__item {
	min-height: 300px;
}

.page-id-4436 .header-panel-slider__item::before {
	background-image: none;
}

.page-id-4436 .section-page {
	padding: 0;
}

/* -----------------------------------------------FREE WEBINARS-------------------------------------------------- */

.postid-4759 .widget-text {
	max-width: 100%;
}

.postid-4759 .heading-1 {
	display: none;
}

.postid-4759 .webinarSchedule b {
	color: #52c7e7;
	font-size: 25px;
	margin-bottom: 10px;
}


.postid-4759 .introVideos iframe {
	width: 100%;
	height: 250px
}

.postid-4759 .section-post__excerpt {
	display: none;
}

.postid-4759 .section-post__title {
	display: none;
}

/* -----------------------------------------------IBLM BSLM CERT EVENT-------------------------------------------------- */

.postid-4793 .section-post__excerpt {
	display: none;
}

.postid-4793 .imagecrop {
	overflow: hidden;
	width: 100%;
	height: 30rem;
	margin-bottom: 50px;
}

/* -----------------------------------------------ALIGNED ORGS PAGE-------------------------------------------------- */

.page-id-2505 .widget-text {
	max-width: 100%;
}

/* -----------------------------------------------ALIGNED ORGS PAGE-------------------------------------------------- */

.page-id-2505 .widget-text {
	max-width: 100%;
}

/* -----------------------------------------------OLD NEW PODCAST PAGE-------------------------------------------------- */

.page-id-4901 .widget-text {
	max-width: 90%;
}

.page-id-4901 .heading-1 {
	display: none;
}

.page-id-4901 .titleBanner {
	width: 100%;
	margin-top: -125px;
}

@media screen and (max-width: 768px) {
	.page-id-4901 .titleBanner {
		margin-top: -75px;
	}
}

.page-id-4901 .externalLinkIcons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-content: space-evenly;
}

.page-id-4901 .externalLinkIcons br {
	display: none;
}

.page-id-4901 .externalLinkIcons img {
	height: 60px;
	width: auto;
}

.page-id-4901 .podcastImgs img {
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.page-id-4901 .podcastImgs img:hover {
	box-shadow: 1px 9px 13px 1px rgba(0, 0, 0, 0.2);
	margin: 0 0.5% 0 0.5%;
}




/* --------------------------------------------------VIDEO RESOURCE PAGE------------------------------------------------ */

.page-id-5218 .widget-text {
	max-width: 100%;
}

/* --------------------------------------------------TEST PAGE------------------------------------------------ */
.page-id-5545 .widget-text {
	max-width: 100%;
}

.page-id-5545 .container {
	max-width: 1500px;
}

/* --------------------------------------------------NEW VGC RESOURCES PAGE------------------------------------------------ */
.page-id-5717 .widget-text {
	max-width: 100%;
}

.page-id-5717 iframe #player {
	max-width: none;
}

/*------------------------------------------BSLM 2021 SPONSOR PAGE----------------------------------------------------*/
.page-id-6720 .sponsorWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.page-id-6720 .mainSponsor {
	width: 70%;
}

.page-id-6720 .tlcfLogo {
	width: 65%;
}

.page-id-6720 .bimunoLogo {
	width: 40%;
}

.page-id-6720 .precisionBioticsLogo {
	width: 40%;
}

.page-id-6720 .sponsor {
	margin: 30px;
}

/*-----------------------------------------REFLECTING ON BSLM 2021----------------------------------------------------*/


.postid-6984 .section-post__header {
	display: none;
}

/*------------------------------------------BSLM 2021 PHOTO WALL----------------------------------------------------*/

.page-id-7156 .widget-text {
	max-width: 100%;
}

/*------------------------------------------BSLM 2022 PHOTO WALL----------------------------------------------------*/
.page-id-11192 .widget-text {
	max-width: 100%;
}

/*------------------------------------------WHAT IS LIFESTYLE MEDICINE----------------------------------------------------*/


/*------------------------------------------IBLM CERTIFICATION PAGE----------------------------------------------------*/

.page-id-2756 #block_1 {
	background-color: #f6f6f6 !important;
}

/*------------------------------------------MEMBER RESOURCES PAGE----------------------------------------------------*/

.page-id-5170 .widget-text {
	max-width: 100%;
}

@media screen and (min-width: 1200px) {
	.page-id-5170 .widget-text {
		width: 80%;
	}
}

.page-id-5170 .resourceClassLink {
	text-decoration: none !important;
}

.page-id-5170 .resourceCard img {
	object-fit: cover;
}

/*------------------------------------------NEWS LETTERS PAGE----------------------------------------------------*/

.page-id-5472 .newsletters a {
	display: inline-block;
	margin: 20px 30px;
}

.page-id-5472 .newsletters {
	font-size: 1.4rem;
}


/*------------------------------------------DIPLOMA RESOURCES----------------------------------------------------*/

.page-id-5237 .widget-text {
	max-width: 100%;
}
/*------------------------------------------MARKETING RESOURCES----------------------------------------------------*/

.page-id-12014 .widget-text {
	max-width: 100%;
}

/*------------------------------------------JOIN PAGE----------------------------------------------------*/

.page-id-8089 .widget-text {
	max-width: 85%;
}

/*------------------------------------------FUTURE HEALTH PROFESSIONALS PAGE----------------------------------------------------*/

.page-id-8254 .widget-text {
	max-width: 100%;
}

.page-id-8254 .container {
	max-width: 1500px;
}

.page-id-8254 .socLogo {
	margin: 20px 0;
}

/*------------------------------------------SPECIAL INTEREST GROUPS PAGE------------------------------------------------------*/
.page-id-12129 .widget-text {
	max-width: 100%;
}

.page-id-12129 .container {
	max-width: 1500px;
}

.page-id-12129 .socLogo {
	margin: 20px 0;
}

.page-id-12129 .people-profile-block__list-location {
	display: none;
}

/*------------------------------------------GROUP CONSULTATIONS PITFALLS OVERCOMING CHALLENGES PAGE------------------------*/

.faq-container {
  margin: 50px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #52c7e7;  /* Soft Blue */
  font-size: 1rem;
}
.faq-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.faq-item {
  margin-bottom: 20px;
}

/* Question styles */
.faq-question {
  background-color: #ffffff;
  color: #333;
  padding: 18px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #e2e2e2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.faq-question:hover {
  background-color: #52c7e7;  /* Soft Blue */
  color: #fff;
  border-color: #52c7e7;
}

.faq-question:active {
  background-color: #4fbbd8;  /* Slightly darker blue */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Answer styles */
.faq-answer {
  display: none;
  padding: 15px;
  background-color: #f8f8f8;
  border-left: 4px solid #f7b71e;  /* Warm Yellow */
  font-size: 1rem;
  color: #555;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.faq-answer p {
  margin: 0;
}

/* Animation for opening answers */
.faq-answer {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-answer.open {
  opacity: 1;
  display: block;
}


/*------------------------------------------ORGANISATIONAL MEMBERS PAGE----------------------------------------------------*/

/* .page-id-8475 .widget-text {
	max-width: 100%;
} */

.page-id-8475 #block_1 .widget-text,
.page-id-8475 #block_2 .widget-text,
.page-id-8475 #block_3 .widget-text {
	max-width: 100%;
}

/* .page-id-8475 .container {
	max-width: 1500px;
} */

.page-id-8475 #block_1 .container,
.page-id-8475 #block_2 .container,
.page-id-8475 #block_3 .container {
	max-width: 1500px;
}

.page-id-8475 .socLogo {
	margin: 20px 0;
}

/* .page-id-8475 table {
	max-width: 80%;
	margin: auto;
} */

.page-id-8475 #block_3 table {
	max-width: 80%;
	margin: auto;
}

/* .page-id-8475 tr {
	text-align: center;
	height: 35px;
	/* border-top: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
} */

.page-id-8475 #block_3 table tr {
	text-align: center;
	height: 35px;
}

.page-id-8475 .tableHeadings th {
	font-weight: 600;
}

/* .page-id-8475 th {
	font-weight: 500;
	padding: 3px;
} */

.page-id-8475 #block_3 table th {
	font-weight: 500;
	padding: 3px;
}

.page-id-8475 .tableHeadings {
	border: none;
}

/*------------------------------------------BSLM2022 EVENT PAGE----------------------------------------------------*/

.postid-8616 .widget-text {
	max-width: 100%;
}

.postid-8616 #block_1 .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.postid-8616 .heroBanner{
		margin-top: -50px;
	}
}

.postid-8616 table {
	width: 80%;
	font-size: 1.2rem;
	margin-left: 10%;
}

.postid-8616 td {
	height: 50px;
}

.postid-8616 .rowline {
	border-bottom: 1px solid #363532;

}

.postid-8616 .columnline {
	border-right: 1px solid black;

}

@media screen and (max-width: 991px) {
	.postid-8616 table {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 500px) {
	.postid-8616 table {
		font-size: 15px;
	}

}

@media screen and (max-width: 400px) {
	.postid-8616 table {
		font-size: 10px;
	}

}

.postid-8616 .section-post__header {
	display: none;
}

.postid-8616 .conferenceVideo {
	max-height: 500px;
	height: 40vw;
}

/*------------------------------------------BSLM 2023 CONFERENCE EVENT PAGE-------------------------------------------------*/
.postid-12171 .widget-text {
	max-width: 100%;
}

.postid-12171 #block_1 .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.postid-12171 .heroBanner{
		margin-top: -50px;
	}
}

.postid-12171 table {
	width: 80%;
	font-size: 1.2rem;
	margin-left: 10%;
}

.postid-12171 td {
	height: 50px;
}

.postid-12171 .rowline {
	border-bottom: 1px solid #363532;

}

.postid-12171 .columnline {
	border-right: 1px solid black;

}

@media screen and (max-width: 991px) {
	.postid-12171 table {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 500px) {
	.postid-12171 table {
		font-size: 15px;
	}

}

@media screen and (max-width: 400px) {
	.postid-12171 table {
		font-size: 10px;
	}

}

.postid-12171 .section-post__header {
	display: none;
}

.postid-12171 .conferenceVideo {
	max-height: 500px;
	height: 40vw;
}
/*------------------------------------------BSLM 2025 CONFERENCE EVENT PAGE + ABSTRACTS BANNER + Speakers Page-------------------------------------------------*/
.headerbannerbrighton {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2025/01/BSLM25-header-banner-1.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}

.chairbannerbrighton {
	background-image: url('https://bslm.org.uk/wp-content/uploads/2025/01/Frances-Header.png');
 background-size: cover;
 background-repeat: no-repeat;
 height:600px;
}

.galabannerbrighton {
	background-image: url('https://bslm.org.uk/wp-content/uploads/2025/01/20230505_140242.jpg');
 background-size: cover;
 background-repeat: no-repeat;
 height:auto;
	padding-top:5vw;
	padding-bottom:5vw;
}

.abstractsbanner2025 {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2025/01/BSLM25-CFA-Banner-orange.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}

.visitbannerbrighton {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2025/01/brighton-5214283_1920.jpg');
 background-size: cover;
 background-repeat: no-repeat;
	height:600px;
}

.welcomebannerbrighton {
	 background-image: url('https://bslm.org.uk/wp-content/uploads/2025/01/BSLM25-collage-1.png');
 background-size: contain;
 background-repeat: no-repeat;
 height:24vw;
  background-position: center;

}


.sponsorbannerbrighton {
	background-image: url('https://bslm.org.uk/wp-content/uploads/2025/01/BSLM25-collage-2.png');
 background-size: contain;
 background-repeat: no-repeat;
 height:24vw;
  background-position: center;
}


.postid-18640 {
	overflow-x: hidden;
}

.postid-18640 table {
	font-size: 1.2rem;
	margin:auto;
}

.postid-18640 th[scope=row] {
	background: #52c7e7;
}

.postid-18640 tbody,thead,th,td,tr {
	border-bottom: 1px solid #363532;
	border-right: 1px solid #363532;
}

.postid-18640 tr:nth-child(odd) {
	background: #f6f6f6;
	
} 

.postid-18640 th[scope=col] {
	background: #ffb347;
}

.postid-18640 td {
	height: 50px;
}



@media screen and (max-width: 991px) {
	.postid-18640 table {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 500px) {
	.postid-18640 table {
		font-size: 15px;
	}

}

@media screen and (max-width: 400px) {
	.postid-18640 table {
		font-size: 10px;
	}

}

/*------------------------------------------BSLM 2024 CONFERENCE EVENT PAGE + ABSTRACTS BANNER + Speakers Page-------------------------------------------------*/

.speakerpagebanner {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/05/Header-graphic-1-SB.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}

.abstractsbanner2024 {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/05/abstracts-updated.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}

.headerbannernewcastle {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/01/BSLM-24-Page-Banner.png');
 background-size: contain;
 background-repeat: no-repeat;
	height:36vw;
}


.visitbannernewcastle {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/01/visitnewcastle-1.png');
 background-size: cover;
 background-repeat: no-repeat;
	height:600px;
}

.welcomebannernewcastle {
	 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/01/welcomebanner.jpg');
 background-size: contain;
 background-repeat: no-repeat;
 height:24vw;
}

.chairmanbannernewcastle {
	background-image: url('https://bslm.org.uk/wp-content/uploads/2023/01/rob-podium.png');
 background-size: cover;
 background-repeat: no-repeat;
 height:600px;
}

.sponsorbannernewcastle {
	background-image: url('https://bslm.org.uk/wp-content/uploads/2024/01/sponsorbanner.jpg');
 background-size: contain;
 background-repeat: no-repeat;
 height:24vw;
}

.galabannernewcastle {
	background-image: url('https://bslm.org.uk/wp-content/uploads/2024/01/130223-Hilton-Suite_-scaled.jpg');
 background-size: cover;
 background-repeat: no-repeat;
 height:auto;
	padding-top:5vw;
	padding-bottom:5vw;
}


.impactfont {
	color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.postid-16452 {
	overflow-x: hidden;
}

.postid-16452 table {
	font-size: 1.2rem;
	margin:auto;
}

.postid-16452 th[scope=row] {
	background: #52c7e7;
}

.postid-16452 tbody,thead,th,td,tr {
	border-bottom: 1px solid #363532;
	border-right: 1px solid #363532;
}

.postid-16452 tr:nth-child(odd) {
	background: #f6f6f6;
	
} 

.postid-16452 th[scope=col] {
	background: #ffb347;
}

.postid-16452 td {
	height: 50px;
}


.postid-16452 .columnline {
	border: 1px solid black;

}

.whiteText {
	color:white;
}

@media screen and (max-width: 991px) {
	.postid-16452 table {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 500px) {
	.postid-16452 table {
		font-size: 15px;
	}

}

@media screen and (max-width: 400px) {
	.postid-16452 table {
		font-size: 10px;
	}

}




/*------------------------------------------Alicante Page------------------------------------------------------*/

.visitalicante {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/03/alicante5-venue.png');
 background-size: cover;
 background-repeat: no-repeat;
	height:600px;
}

.footeralicante {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/03/Filler-if-needed.png');
 background-size: cover;
 background-repeat: no-repeat;
	height:600px;
}

.headeralicante {
 background-image: url('https://bslm.org.uk/wp-content/uploads/2024/03/Header-graphic-ELMS.png');
 background-size: cover;
 background-repeat: no-repeat;
	height:600px;
}

/*------------------------------------------BSLM 2023 CONFERENCE EVENT TESTING PAGE-------------------------------------------------*/

.speechCard {
	width:100%;
	position: relative;
		border: 1px solid black;
		box-shadow: 0 4px 4px rgba(25, 25, 25, 0.7);
		padding: 30px 30px;
		margin-bottom: 30px;
	

}

.speechPic {
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
	vertical-align: middle;
}
.speechText {
	position: relative;
	padding-left:25px;
	padding-right: 10px;
	margin-top:30px;
	position :relative;
}

.speechTitle {
	font-weight:bold;
	margin-bottom: 30px;
	margin-left: 350px;
	text-align:center;
}

.speechBox {
	width: 20vw;
	height: 40vh;
	top: 1vh;
    bottom: 1vh	;
	float:left;
	position :relative;
	/*outline:black;*/
	/*outline-style: dotted; */
	margin: auto;
}

.postid-12717 .widget-text {
	max-width: 100%;
}

@media screen and (max-width: 900px) {
	.postid-12717 .stickynavbar {
		display:none;
	}
}

.postid-12717 #block_1 .container {
	max-width: 100%;
}
.postid-12717 #block_1 .container #robspeech {
	width: 85%;
	margin: auto;
}

.postid-12717 #block_1 .container #abstracts {
	width: 75%;
	margin: auto;
}

.postid-12717 #block_1 .container #sponsors {
	width: 75%;
	margin: auto;
}

.postid-12717 #block_1 .container #greyback {
	width: 102%;
	margin:-10px;
	padding-left:65px;
	padding-right:65px;
	background-color: #f6f6f6;
	padding-top:5vw;
	padding-bottom:5vw;
}

@media screen and (min-width: 768px) {
	.postid-12717 .heroBanner{
		margin-top: -50px;
	}
}

.postid-12717 table {
	width: 80%;
	font-size: 1.2rem;
	margin-left: 10%;
}

.postid-12717 td {
	height: 50px;
}

.postid-12717 .rowline {
	border-bottom: 1px solid #363532;

}

.postid-12717 .columnline {
	border-right: 1px solid black;

}

@media screen and (max-width: 991px) {
	.postid-12717 table {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width: 500px) {
	.postid-12717 table {
		font-size: 15px;
	}

}

@media screen and (max-width: 400px) {
	.postid-12717 table {
		font-size: 10px;
	}

}

.postid-12717 .section-post__header {
	display: none;
}

.postid-12717 .conferenceVideo {
	max-height: 500px;
	height: 40vw;
}

.iconPic {
	max-height:75px;
	max-width:75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------------CAREERS AND INITIATIVES PAGE----------------------------------------------------*/


.page-id-8766 .widget-text {
	max-width: 90%;
}

.page-id-8766 .storyTitle {
	font-size: 28px;
	font-weight: 600;
}

.page-id-8766 .storyTypeTag {
	font-size: 15px;
	color: white;
	margin-left: 10px;
	padding: 1px 2px;
	vertical-align: middle;
}

.page-id-8766 .storyTypeTag.initiative {
	background-color: #7aa3e3;
}

.page-id-8766 .storyTypeTag.career {
	background-color: #32c11e;
}


.page-id-8766 .storyMeta {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 85%;
}

.page-id-8766 .storyMeta i {
	margin-right: 5px;
}

.page-id-8766 .storyPicWrapper {
	display: flex;
	align-items: center;
}

.page-id-8766 .storyPicWrapper img{
	min-height: 80%;
	object-fit: cover;
	margin: auto;
	max-height: 90vw;
}

@media screen and (max-width: 575px) {
	.page-id-8766 .story {
		text-align: center;
	}

	.page-id-8766 .storyTitle {
		margin-top: 20px;
	}
}


/*------------------------------------------HARMFUL SUBSTANCES PAGE----------------------------------------------------*/

.page-id-8871 .widget-text {
	max-width: 90%;
}

.page-id-8871 .heading-1 {
	display: none;
}

/*------------------------------------------MENTAL HEALTH PAGE----------------------------------------------------*/

.page-id-8883 .widget-text {
	max-width: 90%;
}

.page-id-8883 .heading-1 {
	display: none;
}

/*------------------------------------------HEALTHY EATING PAGE----------------------------------------------------*/

.page-id-8889 .widget-text {
	max-width: 90%;
}

.page-id-8889 .heading-1 {
	display: none;
}

/*------------------------------------------HEALTHY RELATIONSHIPS PAGE----------------------------------------------------*/

.page-id-8897 .widget-text {
	max-width: 90%;
}

.page-id-8897 .heading-1 {
	display: none;
}

/*------------------------------------------PHYSICAL ACTIVITY PAGE----------------------------------------------------*/

.page-id-8902 .widget-text {
	max-width: 90%;
}

.page-id-8902 .heading-1 {
	display: none;
}

/*------------------------------------------SLEEP PAGE----------------------------------------------------*/

.page-id-8909 .widget-text {
	max-width: 90%;
}

.page-id-8909 .heading-1 {
	display: none;
}


/*------------------------------------------PARTNER COURSES PAGE----------------------------------------------------*/

.page-id-9442 .widget-text {
	max-width: 100%;
}

.page-id-9442 .courseListing {
	margin-bottom: 100px;
}

/*--------------------------------------- ONE OFF PAGE EDITS -----------------------------------*/
.postid-14023 .widget-text {
	max-width: 90%;
}





/* ---------------------------------------- CORE ACCRED -------------------------------------- */
.coreaccredlevels {
	margin: 2.5rem;
}

