/* The linear gradient codes */
/*   background: linear-gradient(137.57deg, #003C73 0%, #238EFF 61.87%, #68D5FF 100%); */

/* Home banner clip path */
/* clip-path: ellipse(100% 100% at 35% 0%); */

/* Nav */
.fusion-main-menu {
	/* float: left; */
	position: static;
/* 	overflow: visible !important; */

}
.fusion-header-wrapper {
	  box-shadow: 0 1px 5px 0 rgba(11,64,113,0.15);

}
.fusion-main-menu li:not(.fusion-main-menu-search) a {
	font-family: Gill Sans SemiBold !important;
	font-weight: 600;
}
.fusion-main-menu-search {
	position: absolute !important;
	right: 155px;
}
.fusion-main-menu-search .fusion-main-menu-icon {
	display: none;
}
.fusion-main-menu-search .fusion-custom-menu-item-contents {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	top: 30px;
	background: #ffffff !important;
	border: none !important;
	
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
	padding: 0 15px 0 15px;
}



@media screen and (min-width: 1000px) {
	.mega-bp-logout-nav, .sign-in-menu-item {
		position: absolute !important;
		right: 0 !important;
		top: 20px !important;
	}
}

.fusion-logo {
	margin: 10px 35px 10px 0 !important;
/* 	margin-right: 20px !important; */
}

.fusion-main-menu-search .fusion-custom-menu-item-contents form .fusion-search-form-content, body.search.search-no-results #main .fusion-earch-form-content {
	border-radius: 18px !important;
	min-height: 36px;
}

.fusion-main-menu-search .fusion-custom-menu-item-contents {
	padding: 0 !important;
	max-width: 186px;
}

.fusion-main-menu-search .fusion-custom-menu-item-contents form .fusion-search-form-content .search-field input , body.search.search-no-results #main .fusion-search-field input.s{
	background: #f5f8fc !important;
	border: none;
	min-height: 36px;
}


.fusion-main-menu-search .fusion-custom-menu-item-contents form .fusion-search-form-content .search-field input::placeholder, body.search.search-no-results #main .fusion-search-field  input.s::placeholder {
	color: #95989B !important;
	font-family: Gill Sans;
}

.fusion-main-menu-search .fusion-custom-menu-item-contents form .fusion-search-form-content .search-button input, body.search.search-no-results #main .search-button input {
	min-height: 36px;
	background: #f5f8fc;
	color: #95989B;
}
.fusion-main-menu-search .fusion-custom-menu-item-contents form .fusion-search-form-content .search-button input:hover, body.search.search-no-results #main .search-button input:hover {
		background: #f5f8fc !important;

}

body.search.search-no-results #main .fusion-earch-form-content, body.search.search-no-results #main .fusion-search-field input.s, body.search.search-no-results #main .search-button input {
	min-height: 45px;
}

body.search.search-no-results #main .search-button input {
	padding-right: 10px;
}
body.search.search-no-results #main .fusion-search-form-content {
	border-radius: 22.5px !important;
}
body.search.search-no-results #main .fusion-row {
	display: flex;
	flex-direction: column;
}

body.search.search-no-results #content {
	width: 100%;
}

body.search.search-no-results .useful-links {
	display: none;
}

body.search.search-no-results .fusion-error-page-search {
	width: 100%;
	margin-bottom: 50px;
}

body.search.search-no-results #sidebar {
	width: 100% !important;
	display: none;
}


.mega-sign-in-menu-item {
	border-left: 1px solid #dedede !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.mega-bp-logout-nav a.mega-menu-link::before {
	content: "\f2f5";
	font-family: "Font Awesome 5 Free" !important;
	margin-top: 1px;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-item.sign-in-menu-item a.mega-menu-link::before {
	content: "\f2f6";
	font-family: "Font Awesome 5 Free" !important;
	margin-top: 1px;
}

.logged-in .sign-in-menu-item {
	display: none !important;
}

/* Home */
/* Slider */



.standard-button {
	height: 55px !important;
	width: 230px !important;
	border-radius: 27.5px !important;
	background-color: #FF9500 !important;
	text-align: center !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	color: #FFFFFF !important;
	font-family: "Gill Sans" !important;
	font-size: 13px !important;
	font-weight: bold !important;
	transition: 0.1s !important;
	border: none !important;
	cursor: pointer;
}

.standard-button:hover {
	color: #ffffff !important;
	box-shadow: 0 5px 20px 0 rgba(11,64,113,0.15) !important;
}

.event-meta i {
	  color: #206DBE;
}
.fusion-slider-loading {
    display: none !important;
}


.home #main {
	padding-top: 50px !important;
/* 	background: #ebf4fc !important; */
	min-height: 600px;
}


.home-event-card {
	background: #ffffff;
	border-radius: 7px;
	box-shadow: 0 5px 20px 0 rgba(11,64,113,0.15);
}

.home-event-card img {
	max-height: 160px;
	object-fit: cover;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	width: 100%;
}

.home-event-card h2 {
	color: #10253A !important;
  font-family: "Gill Sans Bold" !important;
  font-size: 20px !important;
	font-weight: bold !important;
	padding: 20px 20px 0;
	margin: 0 !important;
}

.home-event-card h5 {
	margin: 0;
	padding: 0px 20px;
	color: #878C90 !important;
  font-family: "Gill Sans" !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.home-event-card .second-event-date-time {
	padding: 0px 20px;
	margin: 20px 0px;
	color: #878C90;
  font-family: "Gill Sans";
  font-size: 14px;
  font-weight: bold;
}



.home-event-card .event-time {
	margin-left: 27px;
	font-weight: normal;
}

.event-date i {
	margin-right: 10px;
}

.home-event-card .event-location {
	padding: 0px 20px 0 30px;
	margin: 0px 0px 20px 0px;
	color: #878C90;
  font-family: "Gill Sans";
  font-size: 14px;
  font-weight: bold;
	min-height: 80px;
}

.home-event-card .event-location i {
	margin-left: -11px;
}


.home-event-card-top {
	min-height: 160px;
}

.home-event-card .second-event-date-time i, 
.home-event-card .event-location i {
	color: #206DBE;
}

.second-event-button a {
	height: 69px;
	border-top: 1px solid #e2e2e2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.second-event-button a i {
	margin-left: 5px;
}

.second-event-button a {
	color: #FF9500 !important;
  font-family: "Gill Sans";
  font-size: 13px;
  font-weight: bold;
}

.second-event-button:hover  {
	background-color: #FF9500!important;
}


.second-event-button:hover a {
	color: #ffffff !important;
}



.home-resource-card .featured-resource-card-img img {
	min-height: 160px;
	max-height: 160px;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 20px;
}

.home-resource-card {
	background: #ffffff;
	border-radius: 7px;
	box-shadow: 0 5px 20px 0 rgba(11,64,113,0.15);
}

.home-resource-card-top h2 {
  color: #10253A !important;
  font-family: "Gill Sans Bold" !important;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 0px 20px !important;
  min-height: 120px;
}

.home-resource-card .home-resource-card-top h5, .home-resource-card .resource-organisation h5, .resource-tags-container h5 {
	color: #878C90 !important;
	font-family: "Gill Sans" !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 0px 20px !important; 
	min-height: 40px;
}

.second-resource-actions {
	padding: 0px 20px !important;
	display: flex !important;
	justify-content: space-between;
	margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 35px;
}

.home-resource-card {
	padding-bottom: 110px;
	position: relative;
}

.home-featured-resources {
	margin-top: -20px;
}

.home .home-featured-resources .carousel-resource-card {
	padding: 10px 0 !important;
}

@media screen and (min-width: 1000px) {
	.home .home-featured-resources .glider-track {
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
}

@media screen and (max-width: 450px) {
	.home .home-featured-resources {
		padding-top: 50px !important;
	}
}

@media screen and (max-width: 900px) {
	.home .home-featured-resources .carousel-resource-card {
		padding: 20px !important;
	}
}

.home-separator {
	margin-top: -120px;
}

.home-resource-card-top h5 {
	margin-top: 0;
}
.home-resource-card-top h2 {
	margin-bottom: 5px;
}

.resource-tags {
	padding: 0px 20px;
}

.home-resource-card-top {
	min-height: 110px;
}
.resource-tags-container {
	min-height: 80px;
}

.standard-link-white span {
	font-family: "Gill Sans";
  font-size: 13px;
  font-weight: bold;
}

.home-four .fusion-column-wrapper, .home-double .fusion-column-wrapper, .home-triple .fusion-column-wrapper {
	transition: background-color 0.4s ease ;	
}
.home-four .fusion-column-wrapper:hover, .home-double .fusion-column-wrapper:hover, .home-triple .fusion-column-wrapper:hover  {
	background-color: #FF9500 !important;
	background-image: none !important;
}

.show-on-hover {
	opacity: 0 !important;
}

.home-four .fusion-column-wrapper:hover .show-on-hover, .home-double .fusion-column-wrapper:hover .show-on-hover, .home-triple .fusion-column-wrapper:hover .show-on-hover {
	opacity: 1 !important;
}

.resource-download {
	border: 2px solid #FF9500;
  border-radius: 2px;
	color: #242E36 !important;
  font-family: "Gill Sans";
	padding: 5px;
}

.resource-download a:focus {
	outline: none;
}

.resource-download a button {
	color: #242E36 !important;
  font-family: "Gill Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

.like-resource {
	color: #FF9500;
	font-size: 18px;
	margin-top: 5px;
}

.resource-download a {
	color: #041A2E !important;
}

.like-resource i {
	margin-right: 5px;
}

.second-resource-actions {
	margin-top: 20px;
}

.resource-tags {
	display: flex;
	flex-wrap: wrap;
	min-height: 100px;
}
.resource-tags span {
	border-radius: 3px;
	color: #ffffff;
	padding: 10px 5px;
	font-family: "Gill Sans";
	font-weight: bold;
	white-space: nowrap;
	margin: 5px;
	letter-spacing: 0.5px;
	max-height: 37px;
}

.resource-tags .major-projects-tag {
  background-color: #206DBE;
}
.resource-tags .guidance-tag {
	background-color: #0B4071;
}
.resource-tags .houses-of-parliament-tag {
	  background-color: #5D95D0;
}
.resource-tags .data-statistics-tag {
	  background-color: #206DBE;
}

.home #sliders-container {
	min-height: 525px;
}

.home-about-section {
	position: relative;
	z-index: 1;
	background-position: center top
  }
  .home-about-section:before {
	  content: '';
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background: linear-gradient(134.81deg, #003C73 0%, #238EFF 61.87%, #68D5FF 100%);
	  opacity: .6;
	  z-index: -1;
  } 

  .no-spacing-columns-container .fusion-layout-column {
	  margin: 0 !important;
  }

  .home-double .fusion-layout-column {
	width: 50% !important;
  }
  .home-double-left {
	  border-right: 1px solid #ffffff !important;
  }
  .home-four .fusion-layout-column {
	width: 25% !important;
  }

  .home-four-left-left, .home-four-left-right, .home-four-right-left {
	  border-right: 1px solid #ffffff !important;
  }

	.meet-our-speakers-left {
	  width: 50% !important;
	  border-bottom: 1px solid #ffffff !important;
  }
  .meet-our-speakers-right {
	width: 50% !important;
  }

  .meet-our-speakers-right .fusion-layout-column {
	  width: 50% !important;
	  border-left: 1px solid #ffffff !important;
	  border-bottom: 1px solid #ffffff !important;
  }

  @media screen and (min-width: 1000px) {
	.fusion-logo {
	max-width: 154px;
}

.fusion-main-menu {
	width: 100%;
}
.fusion-header .fusion-row {
	position: relative;
	display: flex;
	flex-direction: row;
}
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: #ffffff !important;

}

#mega-menu-wrap-main_navigation, #mega-menu-main_navigation {
	height: 100% !important;
	
}

#mega-menu-main_navigation {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
	background: #ffffff !important;
	padding-right: 335px !important;
}

#mega-menu-main_navigation li.fusion-main-menu-search {
	margin-top: -19px !important;
	
}

#mega-menu-main_navigation li:not(.fusion-main-menu-search) {
	margin-top: -12px !important;
}

.fusion-main-menu-search {
	top: 0;
}

#mega-menu-main_navigation li a {
	 color: #95989B !important;
  font-family: "Gill Sans" !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#mega-menu-main_navigation li .menu-post-title a {
	color: #10253A !important; 
  font-family: "Gill Sans Bold" !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 20px !important;
	margin-top: 15px !important;
}

#mega-menu-main_navigation li.mega-current-menu-item a, #mega-menu-main_navigation .mega-sub-menu li.mega-current-menu-item a, #mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: transparent !important;
	opacity: 0.8 !important;
	transition: 0.2s !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item.mega-current-menu-item:not(.mega-sign-in-menu-item) {
	border-bottom: 2px solid rgba(32,109,190,0.3) !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation .mega-menu-item-has-children .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-sub-menu li a {
	color: #878C90;
  font-family: "Gill Sans" !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
	margin-bottom: 10px !important;
}


#mega-menu-main_navigation .mega-sub-menu li a:hover, #mega-menu-main_navigation li a:hover {
	color: #FF9500 !important;
	background: transparent !important;
}

#mega-menu-main_navigation .mega-indicator {
	display: none !important;
}

.mega-sub-menu {
	padding: 20px 10px !important;
	background: transparent !important;
}
#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-row {
	border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(11,64,113,0.15);
	margin-top: 20px !important;
	position: relative !important;
	padding-bottom: 50px !important;
}




#mega-menu-wrap-main_navigation #mega-menu-main_navigation li a.mega-menu-title {
	color: #206DBE !important;
  font-family: "Gill Sans Bold" !important;
  font-size: 17px !important;
  font-weight: bold !important;
	border-bottom: 2px solid rgba(32,109,190,0.3) !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}



#mega-menu-wrap-main_navigation #mega-menu-main_navigation li.mega-menu-row {
	border-left: 20px solid;
  border-image-source: linear-gradient(180deg, #003C73 0%, #238EFF 61.87%, #68D5FF 100%);
  border-image-slice: 1;
  border-radius: 5px;
}
  
  .light-blue-text p {
	  color: #3bceff;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: bold;
	  line-height: 30px;
  }
  .light-blue-text .fusion-column-wrapper {
	  display: flex;
	  align-items: center;
	  
  }
  


.menu-post-date {
	color: #878C90;
  font-family: "Gill Sans Bold";
  font-size: 14px;
  font-weight: bold;
  line-height: 11px;
	margin-top: 15px
}

.menu-post-img img{
	max-height: 215px;
	object-fit: cover;
}

.menu-latest-posts {
	display: flex;
}
.menu-post {
	max-width: 325px;
	margin-right: 30px;
}


/* Home Slider */

.home .flex-control-paging li a {
	width: 150px;
	height: 6px;
	background: #206DBE !important;
	opacity: 0.2;
} 

.home .flex-control-paging li a.flex-active {
	background: #206DBE !important;
	opacity: 1;
}

.tfs-slider .background-image {
	border-radius: 50%;
	max-width: 525px !important;
	max-height: 525px !important;
	margin: 40px;
	position: static;
	overflow: visible;
}

.tfs-slider .background-image::before {
	/* content: "";
	width: 535px;
	height: 535px;
	background: #EBF4FC;
	position: absolute;
	left: 0px;
	top: 20px;
	border-radius: 50%; */
}

.tfs-slider .background-image::before {
    /* z-index: -1; */
}
.tfs-slider .background-image > * {
    z-index: 100;
}

.tfs-slider .slide-content-container .heading .fusion-title h1 {
	font-family: "Gill Sans Light";
	margin-bottom: 0px !important;
}

.tfs-slider .slide-content-container .caption h3 {
	color: #206DBE;
  font-family: Montserrat;
  font-size: 20px !important;
	margin-bottom: 20px !important;
}

.tfs-slider .slide-content-container .caption h3 strong {
	font-weight: bold;
}


.tfs-slider .slide-content-container .fusion-title h1 strong {
	font-family: "Gill Sans Bold"
}

.tfs-slider a i {
	margin-left: 10px;
}

@media screen and (min-width: 1000px) {
	.tfs-slider .background-image {
	border-radius: 50%;
	margin: 70px 30px 30px 90px;
}
	.tfs-slider .slide-content-container .slide-content {
		max-width: 49% !important;
		float: right;
		max-height: 440px;
	}
	.tfs-slider .slide-content-container {
		top: 280px;
/* 		padding-top: 150px; */
		padding-right: 2% !important;
	}
	.flex-control-nav {
		padding-left: 45% !important;
	}
	.tfs-slider .slides li {
	min-height: 670px;
}
	.fusion-slider-container, .fusion-slider-container .tfs-slider {
	max-height: 670px !important;
	height: 670px !important;
}
}


.tfs-slider .slide-content-container .slide-content {
	min-width: 48%;
}




.tfs-slider .slides li .buttons {
}

.bubbles_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.bubbles_container .bubble {
/* 	width: 100%; */
    position: absolute;
}

.bubbles_container .bubble {
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}

.bubbles_container .bubble.petal1 {
	left: 50px;
	top: -10px;
	max-width: 50px;
	animation: float-up 6s ease-in-out infinite;
}
.bubbles_container .bubble.petal2 {
	bottom: -50px;
	left: 30px;
	max-width: 100px;
	animation: float-down 6s ease-in-out infinite;
}

.bubbles_container .bubble.petal3 {
	left: 500px;
	max-width: 65px;
	top: -5px;
	animation: float-right 6s ease-in-out infinite;
}




@keyframes float-right {
	0% {
		transform: translatey(0px);
		transform: translatex(0px);
	}
	50% {
		transform: translatey(-20px);
		transform: translatex(20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float-down {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(20px);
	}
	100% {
		transform: translatey(0px);
	}
}


@keyframes float-up {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.tfs-slider .slide-content-container h2 {
	color: rgb(32, 109, 190);
}

.home-slider-event-summary {
	color: #041A2E;
  font-family: Montserrat;
  font-size: 12px;
  letter-spacing: 0;
	margin-bottom: 10px;
	max-height: 115px;
	overflow: hidden;
}

.home-slider-event-summary img {
	display: none !important;
}


.home-separator {
	z-index: 0 !important;
}

.tfs-slider .heading .fusion-title h1 {
	max-width: 470px;
}
.home-slider-event-card-top h2 {
	
}
.home-slider-event-card h5 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.home-slider-event-card .resource-organisation {
	margin-bottom: 20px;
}

.home-slider-event-summary p {
	margin: 0;
}

.tfs-slider .slide-content-container .caption .home-slider-event-card h3 {
	font-weight: bold !important;
	margin-bottom: 5px !important;
	font-size: 24px !important;
}


.tfs-slider .slide-content-container .caption .home-slider-event-card h5 {
	color: #878C90;
  font-family: Montserrat;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.slider-event-meta {
	display: flex;
/* 	flex-wrap: wrap; */
}
.slider-event-meta div {
		color: #878C90;
  font-family: "Gill Sans";
  font-size: 13px;
  letter-spacing: 0;
}
.slider-event-meta .event-location {
	margin: 0 0px 0 20px;
	font-weight: bold;
}

.slider-event-meta .event-date i {
	margin: 0 2px 0 0;
}

.slider-event-meta .event-date {
	font-weight: bold;
}

.slider-event-meta .event-time {
	margin-left: 17px;
}

.slider-event-meta .event-location i {
	margin-right: 7px;
}

.slider-event-buttons {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}
.slider-event-buttons a {
	margin-right: 5px;
	text-transform: uppercase;
}

.slider-event-buttons a.empty-button {
	color: #041A2E!important;
	border: 2px solid #FF9500 !important;
	background-color: #ffffff !important;
}

.slider-event-buttons a.empty-button:hover {
	box-shadow: none !important;
}

@media screen and (min-width: 1000px) and (max-width: 1215px) {
		.tfs-slider .slides li .background-image {
		max-width: 455px !important;
		height: 455px !important;
		margin: 70px 30px 30px 50px
	}
	.tfs-slider .slides li .background-image::before {
		max-width: 500px;
		max-height: 500px;
	}
	.bubbles_container .bubble.petal3 {
		left: 420px;
	}
}

@media screen and (max-width: 1000px) {

	.tfs-slider .slides li {
		min-height: 1600px;
	}
	.tfs-slider .slides li .background-image {
		max-width: 550px !important;
		height: 550px !important;
		margin: 40px auto 0;
	}
	.tfs-slider .slides li .background-image::before {
		max-width: 650px;
		max-height: 650px;
		margin-left: 5%;
	}
	.fusion-slider-container, .fusion-slider-container .tfs-slider  {
		max-height: 1100px !important;
		height: auto !important;
	}
	.bubbles_container {
		top: -530px;
		bottom: auto;
		min-height: 400px;
		width: 700px;
		margin: 0 auto;
	}
	.bubbles_container .petal3 {
		left: auto !important;
		right: 30px;
	}
}


@media screen and (max-width: 700px) {
	.tfs-slider .slides li {
		min-height: 1350px;
	}
	.tfs-slider .slides li .background-image {
		max-width: 400px !important;
		height: 400px !important;
		margin: 40px auto 0;
	}
	.tfs-slider .slides li .background-image::before {
		max-width: 450px;
		max-height: 450px;
		margin-left: 7%;
	}
	.fusion-slider-container, .fusion-slider-container .tfs-slider  {
		max-height: 980px !important;
		height: auto !important;
	}
	.bubbles_container {
		top: -450px;
		bottom: auto;
		min-height: 300px;
		width: 550px;
		margin: 0 auto;
	}
	.bubbles_container .petal3 {
		left: auto !important;
		right: 30px;
	}
}

@media screen and (max-width: 650px) {
	.tfs-slider .slides li .background-image::before {
		margin-left: 0;
		left: 0;
	}
}

@media screen and (max-width: 530px) {
		.tfs-slider .slides li {
		min-height: 1300px;
	}
	.tfs-slider .slides li .background-image {
		max-width: 280px !important;
		height: 280px !important;
		margin: 40px auto 0;
	}
	.tfs-slider .slides li .background-image::before {
		max-width: 300px;
		max-height: 300px;
		margin-left: 0;
		left: 0;
	}
	.fusion-slider-container, .fusion-slider-container .tfs-slider  {
		max-height: 890px !important;
		height: auto !important;
	}
	.bubbles_container {
		top: -320px;
		bottom: auto;
		min-height: 220px;
		width: 90%;
		margin: 0 auto;
	}
	.fusion-slider-container .tfs-slider .slide-content-container .slide-content {
		min-height: 570px;
	}
	.bubbles_container .petal3 {
		left: auto !important;
		right: 30px;
	}
	.bubbles_container .bubble {
		max-width: 50px !important;
	}
	.bubbles_container .bubble.petal1 {
		left: 0;
	}
	.bubbles_container .bubble.petal2 {
		left: 0;
	}
	
	.tfs-slider .slide-content-container .caption h3, .tfs-slider .slide-content-container .caption .home-slider-event-card h3 {
		font-size: 15px !important;
	}
	.tfs-slider .slide-content-container .caption .home-slider-event-card h5 {
		font-size: 12px !important;
	}
	.home-slider-event-summary {
		font-size: 11px;
	}
	.tfs-slider .fusion-title h2, .home-slider-event-card-top h2, #wrapper .tfs-slider .title h2 {
		font-size: 16px !important;
	}
	.tfs-slider .slide-content-container .caption .home-slider-event-card h5, .tfs-slider h5 {
		font-size: 11px !important;
	}
	.home-slider-event-summary {
		max-height: 110px;
	}
	
}


@media screen and (max-width: 534px) {
	.slider-event-buttons a {
		margin-top: 10px;
	}
}

@media screen and (max-width: 492px) {
	.home .flex-control-paging li a {
		width: 100%;
	}
	.home .flex-control-paging li {
		width: 100%;
		margin: 0 2px;
	}
	.home .flex-control-paging {
		display: flex;
		padding: 0 10px;
	}
}

@media screen and (min-width: 1450px) {
	.tfs-slider .background-image {
		margin: 70px 30px 30px 14%;
	}
	.bubbles_container {
		margin-left: 10%;
		top: 20px;
	}
	.tfs-slider .background-image::before {
		/* margin-left: 7%; */
	}
}

@media screen and (min-width: 1750px) {
	.tfs-slider .background-image {
		margin: 70px 30px 30px 18%;
	}
	.bubbles_container {
		margin-left: 15%;
		top: 20px;
	}
	.tfs-slider .background-image::before {
		/* margin-left: 12%; */
	}
}


.show-on-hover-button {
	background: none !important;
	color: #FFFFFF;
  font-family: "Gill Sans Bold" !important;
  font-size: 11px !important;
  font-weight: bold;
  letter-spacing: 0;
	opacity: 0;
}


.single a {
	color: #ff9500;
}

.show-on-hover-col:hover .show-on-hover-button {
	opacity: 1;
}

.show-on-hover-col .fusion-column-wrapper {
	transition: all 0.4s ease-in-out;
	padding: 45px 20px 20px !important;
}

.home-multiple-cols-1.light-blue-col p {
	max-width: 216px;
}

.light-blue-col .fusion-column-wrapper h2 {
	margin-bottom: 20px !important;
}

@media screen and (min-width: 1000px) {

	.light-blue-col .fusion-column-wrapper p {
		font-family: Montserrat !important;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 30px;
	}
}

@media screen and (min-width: 1214px) {
	.light-blue-col .fusion-column-wrapper {
		padding: 40px 70px !important;
	}
	.light-blue-col .fusion-column-wrapper h2 {
		font-size: 40px !important;
	}
	.light-blue-col .fusion-column-wrapper p {
		font-family: Montserrat !important;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 30px;
	}
}

@media screen and (min-width: 1514px) {
	.light-blue-col .fusion-column-wrapper {
		padding: 50px 115px !important;
	}
	.light-blue-col .fusion-column-wrapper h2 {
		font-size: 45px !important;
	}
	.light-blue-col .fusion-column-wrapper p {
		font-family: Montserrat !important;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 30px;
	}
}

.show-on-hover-col:hover .fusion-column-wrapper {
	background-color: #FF9500 !important;
	background-image: none !important;
}

body:not(.home) .light-blue-text {
	opacity: 0.8;
}  

.home-stats-card h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e7e9;
	color: #FF9500 !important;
	font-size: 50px !important;
}


.home-stats-card h4, .home-stats-card h5 {
	color: #95989B !important;
	margin: 0;
}

.home-stats .fusion-row {
	padding-bottom: 40px;
	border-bottom: 2px solid #e5e7e9;
}

.left-heading-border h2 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.left-heading-border h2:after, .white-heading-border h2:after, .blue-heading-border h2:after {
	  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 50px;
    border-radius: 1.5px;
}


.home-about-section .left-heading-border h2:after, .meet-our-speakers-left .left-heading-border h2:after, .white-heading-border h2:after {
	background-color: #ffffff;
}

.blue-heading-border h2:after {
	background-color: #0b4071;
}

.center-border h2 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.center-border h2:after {
	content: "";
	position: absolute;
	left: 47.5%;
	bottom: 0;
	height: 5px;
	width: 50px;
	border-radius: 1.5px;
}


.center-border h2:after {
		background-color: #0b4071;
}


.home .fusion-image-carousel  {
	min-height: 225px;
}

.home-speaker-card .fusion-column-wrapper {
	display: flex !important;
	min-height: 315px !important;
}
.home-speaker-card {
	margin-bottom: 0 !important;
}

.home-speaker-card .fusion-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}

.home-speaker-card h3 {
	margin: 0;
}

.meet-our-speakers-left .fusion-column-wrapper {
	position: relative;
	z-index: 1;
}

.meet-our-speakers-left .fusion-column-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(134.81deg, #003C73 0%, #238EFF 61.87%, #68D5FF 100%);
	opacity: .6;
	z-index: -1;
}

.home .fusion-image-carousel {
	margin-bottom: -10px !important;
}

.subscribe-container form {
	display: flex;
	flex-wrap: wrap;
}

.subscribe-container form .wpcf7-not-valid-tip {
	position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
}

.subscribe-container .fusion-text {
	min-height: 190px;
	display: flex;
	align-items: flex-start;
	padding-top: 32px;
}

.subscribe-team-member-page .fusion-text {
	padding-top: 0px;
}


.subscribe-container .wpcf7 {
	width: 100%;
}

.subscribe-container form input:not(.wpcf7-submit) {
	height: 55px !important;
	max-width: 396px !important;
	border-radius: 27.5px !important;
	padding: 0px 20px !important;
	border: none;
	background-color: rgba(255, 255, 255, 0.25);
}

.subscribe-container .wpcf7-submit {
	width: 154px !important;
}



@media screen and (max-width: 600px) {
	.subscribe-container form {
		flex-wrap: wrap !important;
	}
}

@media screen and (min-width: 600px) {
	.subscribe-container .wpcf7-submit {
		margin-left: 10px;
	}
}


#main {
	padding-bottom: 0 !important;
}


.fusion-footer {
	margin-top: -35px;
	position: relative !important;
}
.fusion-footer-widget-area {
	background-color: transparent !important;
	padding-top: 110px !important;
	background-position: top !important;
	width: 100%;
	top: -40px;
}





@media screen and (min-width: 1000px) {
	.fusion-footer-copyright-area {
	position: absolute !important;
	top: 580px;
 }
}
@media screen and (max-width: 1000px) {
	.fusion-footer-copyright-area {
		background-color: #206dbe !important;
	}
	.fusion-footer-copyright-area {
		position: relative !important;

	}

	
}
.fusion-copyright-notice {
	font-size: 11px !important;
}


#footer {
	width: 100%;
}

.copyright-area-visible.copyright-right {
	display: flex;
	flex-direction: column;
	
}

.copyright-area-visible.copyright-right .bold-text {
	font-weight: bold;
}



@media screen and (max-width: 1000px) {
	
.home-resource-card, .home-event-card {
	margin: 0 auto 30px !important;
	max-width: 400px !important;
}
	.fusion-footer-copyright-area {
		bottom: 40px;
	}
		.fusion-footer-widget-area {
		padding-bottom: 120px !important;
}
}

@media screen and (min-width: 1000px) {
	.copyright-area-visible.copyright-right span {
	padding-top: 8px;
}
	.copyright-left a {
		margin-right: 20px;
	}
	.fusion-footer {
	min-height: 685px;
	max-height: 900px;
}
	.copyright-area-visible {
		border-top: 1px solid rgba(255,255,255,0.15) !important;
		padding-top: 18px;
}
	.copyright-content {
		display: flex !important;
	}
	.copyright-col {
		width: 33.333333333333%;
		padding-left: 10px;
	}
	
	

	
	.copyright-right {
		text-align: right;
	}

}

@media screen and (min-width: 1000px) {
	.fusion-footer-widget-area {
		position: absolute;
	}
}

/* About */

.fusion-page-title-bar {
	position: relative;
	z-index: 1;
	clip-path: ellipse(91% 79% at 15% 23%);
}

.fusion-page-title-bar:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-image: linear-gradient(137.57deg, #003C73 0%, #238EFF 61.87%, #68D5FF 100%); */
	background-image: linear-gradient(137.57deg, #01203c 0%, #248fff 61.87%, #dcf5ff 100%);
	opacity: .6;
	z-index: -1;
}

.blue-text-border-section .fusion-text {
	border-left: 4px solid #206DBE;
	padding-left: 20px;
	color: #206DBE;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
	margin-bottom: 55px;
	  line-height: 30px;
}

.full-width-btn {
	border-radius: 0 !important;
	width: 100% !important;
}


/* Our team */

.gradient-bg {
	position: relative;
	z-index: 1;
}

.gradient-bg:before {
		content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(134.81deg, #003C73 0%, #238EFF 61.87%, #68D5FF 100%);
	opacity: .6;
	z-index: -1;
}

.our-main-reps img {

	border-radius: 50%;
	border: 2px solid #ffffff;
	max-width: 100px;
	max-height: 100px;
}

.our-main-reps h4 {
	font-size: 17px;
	font-family: Montserrat;
	margin: 15px 0 5px 0;
	color: #FFFFFF !important;

}

.our-main-reps .main-reps-carousel-contain {
	text-align: center;
}

.our-main-reps p {
	margin: 0;
	color: #FFFFFF;
}

.our-main-reps p.main-rep-organization {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.main-rep-container {
	display: flex;
}

.main-reps-carousel-contain {
	position: relative;
	padding: 20px;
}

.main-reps-carousel-contain button {
	color: #ffffff !important;
	font-size: 26px;
}


.team-member-card {
	max-width: 150px;
/* 		margin: 20px auto; */
margin: 15px 20px 15px 0;
}

.team-member-cards {
display: flex;
flex-wrap: wrap;
}

.team-member-card img {
	height: 150px;
    object-fit: cover;
	width: 100%;
	width: 150px;
}

.member-name-link {
color: #0b4071;
}
.member-name {
margin: 10px 0 5px;
line-height: 1.2 !important;
}

.member-position {
color: #041A2E !important;
font-family: Montserrat !important;
font-size: 12px !important;
margin: 0;
}



/* Single team member */

.team-template-default.single-team #main {
	padding: 55px 0 0 0 !important;
}

.team-template-default.single-team #main .fusion-row:not(.single-member-subscribe-section) {
	max-width: 100% !important;
}

.team-member-container {
	max-width: 1100px !important;
	margin: 0 auto 70px;
	padding-left: 30px;
	padding-right: 30px;
}

.team-member-container .team-member-content-left img {
width: 100%;
}

.team-member-container .team-member-content-left {
max-width: 375px;
}

.team-member-container {
display: flex;
}

.team-template-default #main {
padding-bottom: 200px !important;
}

.single-member-first-heading {
color: #0B4071;
font-family: Montserrat;
font-size: 36px;
font-weight: bold;
margin: 0 0 20px 0;
line-height: 1 !important;
}

.team-member-content-right h3 {
color: #0B4071 !important;
font-family: Montserrat Light;
font-size: 25px;
margin: 0px 0px 30px 0;
font-weight: 300;
}

.member-socials a i {
font-size: 23px;
color: #206DBE;
}

.member-socials a {
margin-right: 10px;
}

.member-socials a:hover i {
color: #ff9500;
}

.member-socials {
margin-top: 30px;
}

.team-template-default .fusion-breadcrumbs {
	opacity: 0;
}

.home-members h2 {
	margin-bottom: 0 !important;
}

.member-card-bottom {
	position: relative;	
	padding-left: 13px;
}

.member-card-bottom:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	border-radius: 50px;
	background: linear-gradient(138.95deg, #003C73 0%, #238EFF 61.87%, #68D5FF 100%);
}


@media screen and (min-width: 1000px) {
.team-member-container .team-member-content-left {
	min-width: 375px;
	margin-right: 40px;
}	
.blue-text-border-section .fusion-text {
/* 	max-width: 255px; */
}
.contact-page-form {
	margin-top: 90px !important;
}
}

@media screen and (max-width: 1000px) {
.team-member-container {
	flex-wrap: wrap;
}
}


.team-container {
	margin-top: 50px;
}

.team-tab-container {
	border-bottom: 1px solid #878C90;
/* 	padding: 25px 0px; */
}
.team-tab-container .tablinks {
	margin: 0 !important;
	color: #041A2E;
  font-family: Montserrat;
  font-size: 11px;
	height: 55px;
	background: transparent;
	border: none;
	transition: 0.2s color ease-in;
	text-transform: uppercase !important;
}

.team-tab-container .tablinks.active {
	font-size: 11px !important;
}
.team-tab-container .tablinks:hover {
	cursor: pointer;
	color: #FF9500;
}

.team-tab-container .tablinks:focus {
	outline: none;
}

.team-tab-container .tablinks.active {
	border-bottom: 5px solid;
	color: #FF9500;
}


/* Contact */
.contact-info-container i {
	color: #206DBE;
	margin-left: -25px;
	font-size: 17px;
	margin-right: 10px;
}

.contact-info-container h3 {
	margin-top: 60px;
}

.contact-info-container .fusion-social-network-icon:before {
	font-size: 26px;
}

.contact-page-form input:not(.wpcf7-submit) , .contact-page-form textarea, .lwa-remember-email .lwa-user-remember {
	border: 2px solid #DEDFE0 !important;
  border-radius: 3px !important;
  background-color: #FFFFFF !important;
	min-height: 50px;
	color: #878C90;
	font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
}

.contact-page-form input:not(.wpcf7-submit)::placeholder , .contact-page-form textarea::placeholder {
	opacity: 0.5;
  color: #878C90;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
}


.contact-page-form input:not(.wpcf7-submit) {
	margin-bottom: 20px;
}

.contact-page-form .wpcf7-submit {
	height: 55px !important;
  width: 228px !important;
  border-radius: 27.5px !important;
  background-color: #FF9500 !important;
	color: #FFFFFF !important;
  font-family: "Gill Sans Bold" !important;
  font-size: 14px !important;
  font-weight: bold !important;
	float: right;
}

.add-padding-left {
	padding-left: 30px;
}

.double-col-input input {
	margin-bottom: 20px;
}

.page-id-8729 .double-col-input .left-col-input, .page-id-8729 .double-col-input .right-col-input, .page-id-87 .double-col-input .left-col-input, .page-id-8731 .double-col-input .right-col-input {
	min-width: 49%;
}

.right-col-input, .left-col-input {
	width: 100%;
}

@media screen and (min-width: 700px) {
	.double-col-input {
		display: flex;
	}
	.right-col-input {
		margin-left: 20px;
	}
}

/* Footre */


.fusion-footer .contact-info-container i {
	color: #ffffff;
	margin-left: -30px;
}

.fusion-footer #menu-footer-menu li a:before, .fusion-footer #menu-members-footer li a:before {
	display: none;
}

.fusion-footer a {
	color: #FFFFFF;
  font-family: "Gill Sans Bold";
  font-size: 11px;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 25px;
}


.fusion-footer #menu-footer-menu li, .fusion-footer #menu-members-footer li {
	padding: 0;
}

.fusion-footer p {
	color: #FFFFFF;
  font-family: "Gill Sans";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px !important;
}

.fusion-footer h4 {
	opacity: 0.5;
  color: #FFFFFF !important;
  font-family: "Gill Sans Bold" !important;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}

.fusion-footer .contact-info-container a {
	font-weight: 400 !important;
	font-family: "Gill Sans";
}

.fusion-footer input {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.25) !important;
	border: none !important;
	height: 55px !important;
/* 	border-radius: 27.5px !important; */
}

.fusion-footer .fusion-search-form-content {
	max-width: 245px;
		border-radius: 27.5px !important;
}

.fusion-footer input::placeholder {
	color: #ffffff !important;
	font-family: "Gill Sans";
  font-size: 14px;
  font-weight: 600;
}

.fusion-footer input.s {
	padding-left: 20px !important;
	font-family: "Gill Sans";
  font-size: 13px;
  font-weight: 600;
}

.fusion-footer input.fusion-search-submit {
	padding-right: 20px !important;
}

.fusion-footer #social_links-widget-2 {
	margin-bottom: 30px;
}

/* Blog */

.single h2 {
	font-size: 30px !important;
}

.single h2.fusion-post-title.entry-title {
	font-size: 38px !important;
}
.blog-img img {
	max-height: 160px;
	object-fit: cover;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 20px;
}

.blog-card .fwpl-result {
	border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(11,64,113,0.15);
	position: relative;
	padding-bottom: 70px;
}

.blog-card-content {
	padding: 0 25px 20px;
	max-height: 290px;
	overflow: hidden;
}
.blog-card-btn button {
	width: 100%;
	height: 55px;
	background: #ffffff;
	border: none;
	border-top: 1px solid #e4e4e4;
	position: absolute;
	bottom: 0;
	transition: 0.2s ease-in-out;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #FF9500;
	color: #FF9500;
  font-family: "Gill Sans";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
}

.blog-card-btn button:hover {
	background-color: #FF9500;
	color: #ffffff;
	cursor: pointer;
}

.blog-title {
	font-family: "Gill Sans Bold";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
	color: #10253A;
	margin-bottom: 10px;
}

.blog-date {
	color: #878C90;
  font-family: "Gill Sans Bold";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
	margin-bottom: 20px;
}

.fs-label-wrap {
	height: 50px;
	min-width: 260px;
	border: 2px solid #DEDFE0 !important;
	border-radius: 3px !important;
	background-color: #FFFFFF;
}

.fs-label {
	height: 100%;
	display: flex;
	align-items: center;
	color: #041A2E;
  font-family: Montserrat !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height: 16px !important;
}

.fs-label span {
	margin-left: 3px;
}

.fs-option-label {
	color: #041A2E;
	font-family: Montserrat !important;
	font-size: 13px !important;
	letter-spacing: 0 !important;
	line-height: 16px !important;
}

.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
	min-width: 260px;
}

.fs-arrow {
	border: none !important;
	animation: none !important;
	transition: 0s !important;
}
.fs-arrow::after {
	font-family: "Font Awesome 5 Free";
    color: #041A2E;
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-size: 24px;
    content: "\f078";
    top: -10px;
	left: -30px;
	transition: 0s !important;
	animation: none !important;
}


.fs-wrap.fs-open .fs-arrow::after {
	font-family: "Font Awesome 5 Free";
    color: #041A2E;
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-size: 24px;
    content: "\f078";
    top: -10px;
	animation: none !important;
	left: 10px;
	transition: 0s !important;

}

.load-blog-posts {
	height: 57px !important;
  width: 222px !important;
  border: 2px solid #FF9500 !important;
  border-radius: 27.5px !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
  background: #FFFFFF !important;
  margin: 0 auto !important;
}

.load-blog-posts span {
	color: #041A2E !important;
	font-family: "Gill Sans" !important;
	font-size: 13px !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
	line-height: 15px !important;
}
.load-blog-posts:hover span {
color: #ffffff !important;
}

.load-blog-posts:hover  {
	background: #FF9500 !important;
	}

/* Single blog post */

.ilightbox-inner-toolbar, .ilightbox-social {
	display: none !important;
}

.post-template-default #content article, .blog-template-default #content article, .resource-template-default #content article, .archive #content article, .diversity-resources-template-default #content article {
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 0;
} 

.post-template-default #main, .blog-template-default #main, .resource-template-default #main, .archive #main, .diversity-resources-template-default #main {
	padding: 0 !important;
}

.post-comment-section {
	max-width: 1150px;
	padding: 40px 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
}

.blog-template-default.single .fusion-page-title-row, .resource-template-default.single .fusion-page-title-row, .archive .fusion-page-title-row {
	opacity: 0;
}

.blog-template-default #main .fusion-row, .resource-template-default #main .fusion-row, .archive #main .fusion-row {
	max-width: 100% !important;
}

.blog-template-default #main #content .fusion-row, .resource-template-default #main #content .fusion-row, .archive #main #content .fusion-row{
	max-width: 1150px !important;
}

.fusion-meta-info {
	border: none !important;
}

.post-meta-sharing-section {
	display: flex;
	margin-top: 20px;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #dedede;
}

.post-meta-sharing-section .fusion-meta-info, .post-meta-sharing-section .fusion-sharing-box {
	margin: 0;
	padding: 0;
	width: 50%;
}

.post-meta-sharing-section .the-post-date-wrapper .the-post-date, .post-meta-sharing-section .the-post-author .author-name {
	color: #041A2E;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
}

.post-meta-sharing-section .published-on, .post-meta-sharing-section  .published-by {
	color: #0B4071;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

.post-meta-sharing-section .the-post-author, .post-meta-sharing-section .the-post-date {
	display: flex;
	flex-direction: column;
}

.post-meta-sharing-section .fusion-meta-info-wrapper {
	display: flex;
}

.post-meta-sharing-section .the-post-date {
	margin-right: 25px;
}


.post-comment-section-container .title-sep {
display: none !important;	
}

.post-comment-section-container .logged-in-as {
	display: none;
}

.post-comment-section-container form {
	display: flex;
/* 	flex-direction: row-reverse; */
	width: 100%;
	justify-content: space-between;
}

.post-comment-section-container #comment-textarea {
	width: 100%;
	margin: 0px 10px;
}

.post-comment-section-container textarea {
	height: 60px !important;
	border: 2px solid #287bc9 !important;
  border-radius: 3px !important;
	resize: none;
	background: transparent !important;
	color: #ffffff !important;
	padding: 20px !important;
	display: flex !important; 
	align-items: center !important;
	color: #FFFFFF !important;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}

.post-comment-section-container textarea::placeholder {
	color: #FFFFFF !important;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}

.post-comment-section-container {
	/* margin-left: -15px; */
	/* margin-right: -15px; */
	background-image: url("/wp-content/uploads/2020/03/commentsbanner-desktop.png");
		border-bottom: 1px solid #ffffff;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
}

.post-comment-section .fusion-comments a {
	color: #FFFFFF;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.post-comment-section #comment-submit {
	background: transparent !important;
	border: 2px solid #FF9500 !important;
  border-radius: 27.5px !important;
	height: 57px;
  width: 156px;
	color: #FFFFFF !important;
  font-family: "Gill Sans Bold" !important; 
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 15px !important;
  text-align: center;
}

.post-comment-section #comment-submit:hover {
	background: #FF9500 !important;
}

.post-comment-section .form-submit {
	margin: 0;
}

.comment-user-avatar {
	min-width: 60px;
}
.comment-user-avatar img {
		border-radius: 50% !important;
		max-height: 80px;
}

.post-comment-section #respond {
	margin-top: 0;
	padding-bottom: 50px;
		border-bottom: 2px solid #287bc9 !important;

}

.post-comment-section #comments .fusion-title {
	display: none ;
	
}

.post-comment-section .avatar img {
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.post-comment-section .the-comment .comment-author {
	color: #FFFFFF !important;
  font-family: Montserrat !important;
  font-size: 12px !important;
  letter-spacing: 0;
  line-height: 15px;
}

.post-comment-section .the-comment .comment-author strong {
	color: #FFFFFF;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
	margin-right: 15px;
}

.post-comment-section .the-comment .comment-author strong::after {
	content : "\f111";
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-size: 1px;
		font-family: "Font Awesome 5 Free";
		position: absolute;
	margin: 2px 2px 2px 8px;
}

.post-comment-section .the-comment .comment-author a {
	color: #ffffff;
}

.post-comment-section .the-comment {
	border-bottom: none;
}

.post-comment-section .the-comment .comment-text p {
	color: #FFFFFF !important;
  font-family: Montserrat !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 16px;
}

.fusion-fullwidth.subscribe-section-custom {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.post-comment-section-container .fusion-comments {
	color: #FFFFFF;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}



@media screen and (max-width: 800px) {
	.post-comment-section-container form {
		flex-direction: column !important;
		flex-wrap: wrap !important;
	}
	
	.post-comment-section-container form textarea {
		margin: 10px 0 !important;
		max-width: 90% !important;
	}
}
 
@media screen and (max-width: 500px) {
	.post-comment-section-container {
	background-image: url("/wp-content/uploads/2020/03/commentsbanner-mobile.png");
}
}

@media screen and (min-width: 800px) {
	.team-tab-container .tablinks, .team-tab-container .tablinks.active {
		font-size: 13px !important;
		width: 13%;
	}
}

@media screen and (max-width: 800px) {
	.team-tab-container {
		display: flex;
		flex-wrap: wrap;
	}
}


.error404 #main {
	padding-bottom: 130px !important;
}

.error404 #main .fusion-error-page-search {
	display: none !important;
}

.error404 #main .error-page .fusion-columns {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.error404 #main .error-page .fusion-columns .fusion-column {
	width: 100% !important;
}

.error404 #main .error-page .fusion-columns #mega-menu-main_navigation {
	justify-content: flex-start;
}

.error404 #main .error-page .fusion-columns #mega-menu-main_navigation li.fusion-main-menu-search {
	margin-top: -10px !important;
}

.error404 #main .error-page .fusion-columns .mega-bp-logout-nav, .error404 #main .error-page .fusion-columns .sign-in-menu-item {
	top: 0 !important;
}


/* Knowledge */

.facetwp-sort .select2-selection__rendered, .facetwp-sort .select2-selection, .facetwp-sort .select2-selection__arrow {
	min-height: 50px;
	
}
.facetwp-sort .select2-selection__arrow {
	border-left: none !important;
}
.facetwp-sort .select2-selection__rendered {
	padding: 9px;
		width: 100%;
    min-height: 50px;
    border-width: 2px;
	border-radius: 3px;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	color: #aaa9a9 !important;
}

.facetwp-sort .select2-selection {
	border: 2px solid #dededf !important;
}
.page-id-7325 .select2-search {
	display: none !important;
}



.themes-button .fusion-column-inner-bg-image {
	transition: 0.2s ease-in-out;
	border-radius: 5px;
}

.themes-button:hover .fusion-column-inner-bg-image {
	background: #FF9500 !important;
}

.themes-button .fusion-column-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px !important;
	min-height: 80px !important;
}

.themes-button .fusion-column-wrapper .fusion-text p {
	margin: 0;
	font-family: "Gill Sans";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
}

.themes-button .fusion-column-wrapper a {
	min-height: 100px !important;
}

.knowledge-double-left .fusion-column-wrapper {
	padding: 20px !important;
}

.knowledge-double-left.fusion-layout-column {
	margin-right: 0 !important;
}
@media screen and (min-width: 100px) {
.knowledge-double-right img {
	min-height: 399px;
	object-fit: cover;
}
.knowledge-double-right .elegant-modal-dialog {
	/* min-width: 615px; */
}
}

.direction-blocks {
	max-width: 1150px;
	margin: 0 auto 50px !important;
	clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0% 100%, 1% 50%, 0% 0%);
	padding: 0 !important;
	z-index: 9999;
}


.direction-block {
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
	width: 25% !important;
	z-index: 9999;
}
/* 
Initiation
003C73 > 0A549D
3:18
Implementation
095198 > 1D7FE6
3:18
Handover
1B7CDF > 48B5FF
3:18
Operations
43B0FF > 67D5FF */

.direction-block-1 {
		background: linear-gradient(to right, #003C73 0%,  #0A549D 100%);
}
.direction-block-2 {
		background: linear-gradient(to right, #095198 0%,  #1D7FE6 100%);
}

.direction-block-3 {
			background: linear-gradient(to right, #1B7CDF 0%,  #48B5FF 100%);
}

.direction-block-4 {
			background: linear-gradient(to right, #43B0FF 0%,  #67D5FF 100%);
}
.direction-block:hover {
	background: #FF9500;
	cursor: pointer;
}

.resource-life-cycle .direction-block-1, .resource-life-cycle .direction-block-2, .resource-life-cycle .direction-block-3, .resource-life-cycle .direction-block-4 {
	background: #FF9500;
}

.direction-block p {
	margin: 0;
	color: #FFFFFF;
  font-family: "Gill Sans";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
	
.knowledge-featured-resources {
	margin-top: -200px;
	
}
}
@media screen and (max-width: 1000px) {
	.knowledge-featured-resources {
		padding-top: 30px !important;
	}
	.direction-blocks {
		padding: 20px !important;
	}
	.direction-block {
		margin-bottom: 20px !important;
	}
	
	
	
}

@media screen and (min-width: 1000px) {
	.knowledge-double-left .fusion-column-wrapper {
	padding: 50px 75px !important;
}
	.knowledge-double .fusion-column-wrapper {
		
	}
}






.direction-blocks {
	max-width: 1150px;
	margin: 0 auto 50px !important;
	clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0% 100%, 1% 50%, 0% 0%);
	padding: 0 !important;
}


.direction-block {
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
	width: 25% !important;
}
/* 
Initiation
003C73 > 0A549D
3:18
Implementation
095198 > 1D7FE6
3:18
Handover
1B7CDF > 48B5FF
3:18
Operations
43B0FF > 67D5FF */

.direction-block-1, .direction-block-first {
		background: linear-gradient(to right, #003C73 0%,  #0A549D 100%);
}
.direction-block-2, .direction-block-second {
		background: linear-gradient(to right, #095198 0%,  #1D7FE6 100%);
}

.direction-block-3, .direction-block-third {
			background: linear-gradient(to right, #1B7CDF 0%,  #48B5FF 100%);
}

.direction-block-4, .direction-block-fourth {
			background: linear-gradient(to right, #43B0FF 0%,  #67D5FF 100%);
}
.direction-block:hover {
	background: #FF9500;
}

.direction-block p {
	margin: 0;
	color: #FFFFFF;
  font-family: "Gill Sans";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
	
.knowledge-featured-resources {
/* 	margin-top: -200px; */
	
}
}
@media screen and (max-width: 1000px) {
	.knowledge-featured-resources {
		padding-top: 30px !important;
	}
	.direction-blocks {
		padding: 20px !important;
	}
	.direction-block {
		margin-bottom: 20px !important;
	}
	
}

.blurred-section {
	background-size: contain !important;
}

.blurred-section .fusion-row .fusion-column-wrapper {
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.blurred-section .fusion-row .fusion-column-wrapper .fusion-text {
	max-width: 450px;
	margin: 0 auto;
}


.knowledge-last .fusion-imageframe img {
	max-height: 80px !important;
	max-width: 100% !important;
	width: auto;
}

.facetwp-facet-members_only {
	display: none;
}

.knowledge-search-container .home-featured-resources-wrapper {
	display: flex;
	flex-direction: column;
}

.knowledge-search-container .home-featured-resources-wrapper .home-resource-card {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	padding-bottom: 0;

}

.knowledge-search-container .home-featured-resources-wrapper .home-resource-card img {
	max-width: 100%;
	margin-bottom: 0;
	height: 100%;
	min-height: 220px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	object-fit: contain;
	object-position: center;
}

.knowledge-search-container .home-resource-card-top-content {
	position: relative;
	padding: 20px 20px 90px 20px;
	width: 100%;
}

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

.knowledge-search-container .second-resource-actions {
/* 	position: static; */
/* 	margin-bottom: 30px; */
	width: 94%;
}

.knowledge-search-container .featured-resource-card-img {
/* 	height: 10; */
}

.knowledge-search-container .resource-card-title {
	color: #10253A;
  font-family: "Gill Sans";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}

.knowledge-search-container .resource-card-type {
	color: #878C90;
  font-family: "Gill Sans";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
	text-transform: uppercase;
	margin-top: 5px;
}

.resource-organisation-label, .resource-organisation-text  {
	margin-top: 5px;
	color: #878C90;
  font-family: "Gill Sans";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
	text-transform: uppercase;
}

.knowledge-search-container .second-resource-actions button, .knowledge-search-container .second-resource-actions a {
	background: #ffffff !important;
	border: none !important;
}
.knowledge-search-container .second-resource-actions button:focus , .knowledge-search-container .second-resource-actions a:focus {
	outline: none;
}

.knowledge-search-container .second-resource-actions button:hover {
	cursor: pointer;
}

.knowledge-search-container .second-resource-actions a {
	border: none !important;
}

.facetwp-autocomplete-update {
	border: 2px solid #FF9500;
    border-radius: 2px;
    background: #ffffff;
    font-family: "Gill Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
	line-height: 11px;
	margin-top: 10px;
	width: 50px;
	height: 30px;
}

.facetwp-autocomplete-update:hover {
	cursor: pointer;
}


@media screen and (max-width: 550px) {
	.knowledge-search-container .home-resource-card {
		display: flex !important;
		flex-direction: column !important;
	}
	
	.knowledge-search-container .featured-resource-card-img img {
		height: auto !important;
		width: 100% !important;
		min-height: auto !important;
		max-width: 100% !important;
		border-bottom-left-radius: 0 !important;
		border-top-right-radius: 5px !important;
	}
	
	.knowledge-search-container .second-resource-actions {
		position: static;
		display: flex !important;
		justify-content: space-between;
/* 	margin-bottom: 30px; */
		width: 100%;
		padding: 0 !important;
}
}

	
	.knowledge-search-container .second-resource-actions {
		padding: 0 !important;
}

.knowledge-search-container .home-resource-card-top {
	min-width: 130px;
}

@media screen and (min-width: 550px) {
	.knowledge-search-container .home-resource-card-top {
	min-height: 180px;
	}
}

.filter-toggle .panel-heading {
	padding: 0px 15px !important;
	background: #EBF4FC !important;

	border-radius: 5px !important;
}

.filter-toggle {
		background: #EBF4FC;
		margin-bottom: 10px;
		border-radius: 5px !important;
}

.filter-toggle .panel-collapse {
	padding: 0px 15px;
}

.filter-toggle .fusion-toggle-heading {
	color: #0B4071;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}

.filter-toggle:hover  .fusion-toggle-heading {
	color: #FF9500
}

.facetwp-search {
	height: 60px !important;
  border: 2px solid #DEDFE0 !important;
  border-radius: 3px !important;
  background-color: #FFFFFF !important;
	padding: 5px 15px !important;
	color: #878C90;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}
.facetwp-facet-search_resources {
	margin-bottom: 10px !important;
}

.facetwp-search-wrap .facetwp-btn {
	right: 30px !important;
}

.by-major-project-search h3, .search-by-organisation h3 {
	margin-bottom: 5px;
}


.by-major-project-search .facetwp-facet, .search-by-organisation .facetwp-facet {
	margin-bottom: 10px;
}

.upload-content-button {
	margin-top: 30px;
}

.by-major-project-search .facetwp-autocomplete-update, .search-by-organisation .facetwp-autocomplete-update {
	/* display: none; */
}


.by-major-project-search .facetwp-autocomplete, .search-by-organisation .facetwp-autocomplete {
	height: 55px;
  border: 2px solid rgba(159,161,165,0.35);
  border-radius: 3px;
  background-color: #FFFFFF;
	color: #9FA1A5;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}

.facetwp-pager {
	display: flex;
	justify-content: center;
}
.facetwp-pager a {
	color: #0B4071;
  font-family: Montserrat  !important;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}

.facetwp-page.next, .facetwp-page.prev {
	font-weight: 700 !important;
}

.facetwp-checkbox {
	color: #0B4071;
  font-family: Montserrat;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
}
.facetwp-checkbox.checked {
	font-weight: 700;
}

.knowledge-filters-container h3 {
	color: #0B4071 !important;
  font-family: Montserrat !important;
  font-size: 23px !important;
  font-weight: bold !important;
  letter-spacing: 0;
	line-height: 28px;
}

.knowledge-filters-container h2 {
	color: #041A2E !important;
  font-family: Montserrat !important;
  font-size: 32px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 43px !important;
	margin-bottom: 10px;
}


.custom-tooltip {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted black; */
  }
  
  .custom-tooltip .custom-tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  .custom-tooltip .custom-tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  .custom-tooltip:hover .custom-tooltiptext {
	visibility: visible;
	opacity: 1;
  }

  .mpa-company-event-share .custom-tooltiptext {
	  padding: 5px 5px;
	  font-size: 12px;
  }

  .single:not(.resource-template-default)  .fusion-social-network-icon.fusion-icon-mail {
	display: none;
}

.resource-content {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #dedede
}

.comment-text a {
	color: #FF9500;
}

.resource-content h2 {
	padding-bottom: 10px !important;
}

.resource-top-left {
	min-width: 50%;
}

.resource-top-left-fields {
	display: flex;
}
.resource-top-left-col {
	margin-right: 20px;
}

.resource-type-field-content {
	display: flex;
	flex-direction: column;
}

.resource-top h3 {
	margin-bottom: 0;
}

.resource-top {
	display: flex;
/* 	justify-content: space-between; */
}

.resource-authors-content, .resource-audience-field-content {
	display: flex;
	flex-direction: column;
}

.resource-top-right-fields {
	display: flex;
}

.resource-authors-field, .resource-audience-field {
	margin-right: 20px;
}

.resource-top-left-actions {
	display: flex;
}

.resource-top-left-actions div {
	margin-right: 10px;
}
.resource-rating {
	display: flex;
	justify-content: center;
	align-items: center;
}

.resource-rating-stars span {
	display: flex;
	align-items: center;
}

.download-resource {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.download-resource a {
	color: #242E36;
  font-family: "Gill Sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
	padding: 10px;
	border: 2px solid #FF9500;
  border-radius: 2px;
  margin: 0 3px 10px;
  width: fit-content;
}

.download-resource .attachment-title {
	/* margin-top: 15px; */
}

.bookmark-resource {
	display: flex;
	align-items: center;
}
.bookmark-resource i {
	font-size: 36px;
	color: #FF9500;
}

.resource-rating-title {
	color: #878C90;
  font-family: "Gill Sans";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}

.direction-blocks-custom {
	display: flex;
}

.resource-top-right {
	min-width: 50%;
}
.direction-blocks-custom .direction-block {
	min-height: 50px;
}

.direction-blocks-custom {
	margin-bottom: 0 !important;
	padding: 10px 0 !important;
}

.resource-top-right-fields .resource-authors-field, .resource-top-right-fields .resource-audience-field {
	min-width: 45%;
}

@media screen and (max-width: 450px) {
	.direction-blocks.direction-blocks-custom {
		flex-direction: column;
	}
	.direction-blocks.direction-blocks-custom .direction-block {
		margin-bottom: 5px;
		width: 98% !important;
		max-width: 200px !important;
	}
}

@media screen and (max-width: 1000px) {
	.resource-top {
		flex-wrap: wrap;
		padding: 25px;
	}
	.resource-top-right {
		width: 100%
	}
	.resource-content {
		padding: 25px;
	}
	.resource-template-default .post-meta-sharing-section {
		padding: 25px;
	}
}

.post-ratings {
/* 	opacity: 0; */
	min-height: 20px !important;
}

.post-ratings img {
/* 	max-width: 18px; */
}

.resource-top-right-fields h3 {
	margin-top: 0.2em !important;
}

@media screen and (max-width: 500px) {
	.resource-top-left-fields, .resource-top-right-fields {
		flex-wrap: wrap;
	}
	.resource-top-left-actions {
		flex-wrap: wrap;
	}
	.direction-block p {
		font-size: 11px;
	}
}

@media screen and (max-width: 390px) {
	.direction-block p {
		font-size: 9px;
	}
}

.resource-meta-sharing-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.resource-sharing {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.resource-sharing .share-box .fusion-social-networks .fusion-social-networks-wrapper {
	display: flex;
}
.resource-sharing-title {
	margin-right: 10px;
	color: #10253A;
  font-family: "Gill Sans";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}

@media screen and (max-width: 520px) {
	.resource-sharing {
		margin-bottom: 10px;
	}
}

.resource-recommend-title {
	margin-right: 10px;
	color: #10253A;
  font-family: "Gill Sans";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}

.resource-recommend {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.resource-like-wrapper a.sl-button {
  border: 2px solid #FF9500;
  border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	font-size: 16px;
}

.resource-like-wrapper {
	position: relative;
}

#sl-loader  {
	position: absolute;
    right: 15px;
    bottom: -25px;
}

.resource-like-wrapper a.sl-button i {
	margin-right: 5px;
}

#copy-page-url i {
	font-size: 20px;
}
#copy-page-url {
	display: flex;
	align-items: center;
	margin-left: 15px;
	color: #FF9500;
}

.resource-sharing a {
	color: #FF9500 !important;
}

#copy-page-url:hover {
	cursor: pointer;
}



.embedded-vid {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.related-resources-associated-events {
	max-width: 1150px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.related-resources {
	max-width: 500px;
}
.associated-events {
	max-width: 500px;
}

.related-resources-associated-events h3 {
	color: #0B4071;
  font-family: "Gill Sans Bold";
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

.what-we-offer-wrapper {
	background-color: #EBF4FC;
	padding: 40px 0;
}

.what-we-offer-content {
	max-width: 1150px;
	margin: 40px auto;
}

.what-we-offer-content h2 {
	color: #0B4071;
	font-size: 35px;
}

.what-we-offer-content .left-heading-border {
	margin-bottom: 20px;
}

.what-we-offer-col {
	max-width: 342px;
}
.what-we-offer-cols {
	display: flex;
	flex-wrap: wrap;
}
.what-we-offer-cols img {
	max-height: 75px;
}

.what-we-offer-col h3 {
	color: #0B4071;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}

@media screen and (min-width: 1000px) {
	.related-resources {
			margin: 0px 40px 20px 0;
	}
	.related-resources-associated-events h3 {
		font-size: 35px;
	}
		.what-we-offer-col {
		margin-right: 40px;
	}
}

@media screen and (max-width: 1000px) {
	.related-resources-associated-events, .what-we-offer-wrapper {
		padding: 25px;
	}

}

.cbxwpbkmarklistwrap .addto-head .cbxwpbkmarktrig_label, .cbxwpbkmark-field-privacy {
	display: none !important;
}

.bookmark-instruction {
	font-size: 12px;
	padding: 0 10px 5px;
}

.cbxwpbkmarklistwrap .addto-head {
/* 	padding-bottom: 0 !important; */
	height: 30px;
}

.cbxwpbkmark_cat_book_list, .cbxlbjs.cbxwpbkmark-lbjs, .cbxwpbkmark-toolbar {
	margin: 0 !important;
}
.cbxwpbkmarklistwrap {
	border-radius: 5px;
	border: none;
	box-shadow: 0 5px 20px 0 rgba(11,64,113,0.15);
}
.cbxlbjs-searchbar-wrapper .cbxlbjs-searchbar {
	
}

.cbxwpbkmarkguestwrap {
		box-shadow: 0 5px 20px 0 rgba(11,64,113,0.15);
	border: none !important;
	border-radius: 5px !important;
}

.cbxwpbkmarkguest-message #wp-submit {
	 border: 2px solid #FF9500;
  border-radius: 2px;
  background-color: #FFFFFF;
	color: #041A2E;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
}

.cbxwpbkmarkguest-message #loginform input:not(#wp-submit) {
	border: 2px solid #DEDFE0;
  border-radius: 3px;
}

.empty-button, .civi-events-list .alm-btn-wrap .alm-load-more-btn.done, .lwa-button-remember {
	border: 2px solid #FF9500;
  border-radius: 2px;
  background-color: #FFFFFF;
	height: 45px;
	color: #041A2E;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
}
.empty-button:hover , .lwa-button-remember:hover {
	cursor: pointer;
}

.reset-facets {
	width: 100%;
	font-size: 14px
}

@media screen and (max-width: 1000px) {
	.fusion-header .fusion-row .fusion-mobile-menu-icons {
		margin-top: 20px;
}
	.fusion-header {
		padding: 0 20px !important;
	}
	.fusion-page-title-row .entry-title {
		font-size: 26px !important;
	}
	h2 {
		font-size: 24px !important;
	}
}
.resource-life-cycle.operations .direction-block:not(.direction-block-operations), .resource-life-cycle.implementation .direction-block:not(.direction-block-implementation), .resource-life-cycle.handover .direction-block:not(.direction-block-handover), .resource-life-cycle.initiation .direction-block:not(.direction-block-initiation) {
	background: #C5D3E0;
	/* pointer-events: none; */
}

.post-ratings img {
	max-width: 20px;
}

#main .post h2 {
	padding-bottom: 10px !important;
}

.about-the-term {
	padding: 40px 25px;
	background-color: #EBF4FC;
}

.post-comment-section .must-log-in {
	color: #ffffff !important;

}

.post-comment-section .must-log-in a {
	text-decoration: underline !important;
	color: #ffffff !important;
}
/* hide life cycle tabs */
.life-cycle-tabs {
	display: none;
}

.life-cycle-tabs .fs-dropdown {
	display: block;
	width: 100% !important;
	position: relative;
	border: none;
	
}

.life-cycle-tabs .fs-label-wrap {
	display: none;
}

.life-cycle-tabs .fs-dropdown .fs-search {
	display: none;
}

.life-cycle-tabs .facetwp-type-fselect .fs-wrap {
	width: 100% !important;
	
}

.life-cycle-tabs .facetwp-type-fselect .fs-wrap:focus {
	outline: none;
}

.life-cycle-tabs .fs-options {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #878C90;
}

.life-cycle-tabs .facetwp-counter {
	display: none;
}

.life-cycle-tabs .fs-option .fs-option-label {
	color: #041A2E;
  font-family: Montserrat;
  font-size: 12px !important;
  letter-spacing: 0;
  line-height: 15px;
}

.life-cycle-tabs .fs-option {
	border-bottom: none;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-right: 5px;
}

.life-cycle-tabs .fs-option.selected {
	border-bottom: 5px solid #FF9500;
}

.life-cycle-tabs .fs-option.selected .fs-option-label {
	font-weight: bold;
	color: #FF9500;
}


.subject-search {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.subject-search-button {
	position: absolute;
	right: 20px;
	top: 0;
	background: transparent;
	border: none;
	font-size: 18px;
	color: #95989B;
	height: 100%;
}
.subject-search-button:focus {
	outline: none;
}

.subject-search-button:hover {
	cursor: pointer;
}

.subject-search input{
	border: 2px solid #DEDFE0 !important;
  border-radius: 3px !important;
  background-color: #FFFFFF;
	height: 55px !important;
	color: #878C90;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
}
.personalised-content {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 30px;

}

@media screen and (min-width: 1000px) {
	.life-cycle-tabs .fs-option {
		margin-right: 20px;
	}
}

.tax-title h2 {
	color: #0B4071;
  font-family: "Gill Sans";
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 53px;
  text-align: center;
}

.about-the-term {
	opacity: 0;
}
.about-the-term h2 {
	color: #0B4071;
  font-family: "Gill Sans";
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}

.tax-additions-resources-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 40px;
	max-width: 1150px;
} 

.tax-additions-resources-container .home-resource-card {
	max-width: 345px;
	margin: 10px 20px !important;
}


.tax-additions-carousel-btn {
	position: absolute;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
	transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67);
	border: 0;
    padding: 0;
    user-select: none;
    outline: 0;
}

.tax-additions-prev {
	left: -23px;
}

.tax-additions-next {
	right: -23px;
	left: auto;
}


#mega-menu-main_navigation li.upload-content-button a.mega-menu-link {
	color: #ffffff !important;
	font-size: 13px !important;
}

#mega-menu-wrap-main_navigation #mega-menu-main_navigation .mega-menu-item-has-children .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-sub-menu li.upload-content-button a.mega-menu-link {
	font-size: 12px !important;
	margin-bottom: 0 !important; 
}

#mega-menu-main_navigation li.upload-content-button.standard-button {
	width: 100% !important;
	height: auto !important;
	min-height: 40px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	margin-bottom: 0 !important; 
	color: #ffffff !important;
}


.facetwp-checkbox {
	position: relative;
	background-image: none !important;
	padding-left: 25px !important;
	margin-bottom: 10px !important;
	font-family: "Gill Sans Light"
}
.facetwp-checkbox::before {
	content: " ";
	width: 15px;
	height: 15px;
	border: 2px solid #242E36;
	opacity: 0.5;
	border-radius: 2px;
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 12px;
}

.facetwp-checkbox.checked::before {
	content: "\f00c";
	opacity: 1;
	
}

.sl-count {
/* 	color: #FF9500; */
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}

.sl-icon {
	margin-right: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1185px) {
	.type-resource .post-content, .what-we-offer-wrapper, .type-resource .post-meta-sharing-section {
		padding: 25px;
	}
}


.home-resource-card .like-resource a, .home-resource-card .sl-button {
	/* 	pointer-events: none; */
		color: #FF9500;
		font-size: 18px;
	}
	
	.resource-facets .like-resource, .resource-facets .sl-button {
		pointer-events: none;
	}
	
	.sl-icon {
		margin-right: 4px;
	}
	
	
	.cbxwpbkmarkwrap .cbxwpbkmarktrig-label {
		display: none;
	}
	
	.cbxwpbkmarkwrap {
		margin: 0 !important;
		max-height: 40px;
	}
	
	.cbxwpbkmarkwrap .cbxwpbkmarktrig {
		padding: 0 !important;
		z-index: -1;
		color: transparent;
		/* width: 40px;
		height: 40px; */
		/* margin-top: 1px; */
	}
	
	.cbxwpbkmarktrig::before {
		background-image: url(/wp-content/uploads/2020/04/bookmark-unmarked.png);
		width: 40px;
		height: 40px;
		background-size: contain;
		/* margin-top: 6px; */
	}
	
	.cbxwpbkmarktrig.cbxwpbkmarktrig-marked::before {
		background-image: url(/wp-content/uploads/2020/04/bookmark-marked.png);
	}
	
	.cbxwpbkmarktrig-count {
		display: none;
	}
	
	.cbxwpbkmarkguestwrap {
		min-width: 300px;
	}

	.tax-separator:nth-child(1) {
		display: none;
	}

	.addto-head .cbxwpbkmarktrig_label {
		display: none;
	}
	
	.cbxwpbkmark_cat_book_list, .cbxlbjs.cbxwpbkmark-lbjs, .cbxwpbkmark-toolbar, .cbxwpbkmark_cat_edit_list, .cbxwpbkmark_cat_edit_form {
		margin: 0 !important;
	}
		
	.cbxwpbkmarklistwrap, .cbxwpbkmarkguestwrap {
		border: none;
		border-radius: 5px;
		box-shadow: 0 5px 20px 0 rgba(11,64,113,0.15);
	
	}
	
	.cbxlbjs-list.cbxwpbkmarklist {
		padding: 3px;
	}
	.cbxwpbkmark-field-wrap span {
		border-radius: 3px !important;
	}
	
	.cbxwpbkmarkguest-message input:not(#wp-submit) {
		  border: 2px solid #DEDFE0;
	}
	
	.cbxwpbkmarkguest-message #wp-submit {
		border: 2px solid #FF9500;
	  border-radius: 2px;
		background: #ffffff;
		font-family: "Gill Sans";
	  font-size: 14px;
	  font-weight: bold;
	  letter-spacing: 0;
		min-height: 32px;
	  line-height: 11px;
	}
	
	.cbxwpbkmarkguest-message h3 {
		margin-top: 5px !important;
	}
	
	.empty-button {
			border: 2px solid #FF9500;
	  border-radius: 2px;
		background: #ffffff;
		font-family: "Gill Sans";
	  font-size: 14px;
	  font-weight: bold;
	  letter-spacing: 0;
		min-height: 32px;
	  line-height: 11px;
	  color: #041A2E !important;
	}
	
	.reset-facets {
		min-height: 40px;
		width: 100%;
	}
	
	.empty-button:hover {
		cursor: pointer;
	}


@media screen and (max-width: 1000px) {
	.fusion-page-title-row .entry-title {
		font-size: 26px !important;
	}
	#main .fusion-portfolio h2, #main .post h2, #wrapper #main .post h2, #wrapper #main .post-content .fusion-title h2, #wrapper #main .post-content .title h2, #wrapper .fusion-title h2, #wrapper .post-content h2, #wrapper .title h2, .fusion-modal h2, .fusion-tb-footer h2, .fusion-tb-page-title-bar h2, .fusion-widget-area h2, h2.entry-title {
		font-size: 24px !important;
	}
	
	.knowledge-double-right .fusion-column-wrapper {
		margin-left: -30px !important;
		margin-right: -30px !important;
	}
	.direction-block p {
		font-size: 12px !important;
	}
	
	.blurred-section {
		padding: 25px !important;
		background-size: cover !important;
	}
	.blurred-section .fusion-row .fusion-column-wrapper {
		min-height: 100px;
	}
	.knowledge-featured-resources .center-border h2:after {
		left: 45%;
	}
}

@media screen and (max-width: 600px) {
	.knowledge-featured-resources {
		background-size: contain !important;
	}
	
}


/* Responsive */

/* Account */
.my-account.buddypress #main {
	/* opacity: 0; */
}

@media screen and (min-width: 900px) {
	.mobile-only-glider .glider-prev, .mobile-only-glider .glider-next {
		display: none;
	}		
}


@media screen and (max-width: 1000px) {
	.fusion-footer-widget-area {
		background-image: none !important;
		background-color: #206dbe !important;
	}
}

@media screen and (max-width: 770px) {
	.fusion-footer-widget-area {
		background-image: none !important;
		background-color: #206dbe !important;
		margin-left: -1px;
		background-position: left !important;
		padding-left: 105px !important;
	}
	#footer {
		padding-left: 120px;
	}

}

@media screen and (min-width: 400px) and (max-width: 900px) {
	.fusion-footer-widget-area {
		/* padding-left: 180px !important; */
	}
}


@media screen and (min-width: 1000px) {

	.about-the-term {
		padding: 40px;
	}
	.fusion-logo .fusion-logo-link img {
		min-width: 154px !important;
	}

	.meet-our-speakers-left .fusion-column-wrapper {
		padding-left: 20% !important;
		padding-right: 140px !important;
	}
	.home-stats .fusion-row {
		display: flex !important;
		min-height: 350px;
	}
	.home-stats-left {
		align-self: flex-start;
	}
	.home-stats-middle {
		align-self: center;
	}
	.home-stats-right {
		align-self: flex-end;
	}
	.light-blue-text {
		border-left: 5px solid #3bceff;
		padding-left: 30px;
	}
	.home-featured-events-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
		min-height: 500px;
	}
	.home-featured-resources-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	.knowledge-search-container .home-featured-resources-wrapper .home-resource-card {
		display: grid;
		grid-template-columns: 45% 1fr;
	}


	.home-four .fusion-column-wrapper, .home-double .fusion-column-wrapper {
		transition: background-color 0.4s ease ;	
		min-height: 300px !important;
	}
	.home .home-four .fusion-column-wrapper .fusion-column-content-centered {
		/* min-height: 250px !important; */
	} 

	.home .home-four .show-on-hover {

	}


}



@media screen and (max-width: 1000px) {
	.fusion-logo .fusion-logo-link img {
		max-width: 154px !important;
	}
	.home-double-left .fusion-column-wrapper , .home-double-right .fusion-column-wrapper {
		padding: 40px 20px;
	}
	.home-featured-events h2 {
		color: #0b4071 !important;

	}
	.home-featured-events .center-border h2:after {
		background-color: #0b4071 !important;
	}

	.home-event-card {
		margin-bottom: 20px;
	}

	.copyright-content {
		text-align: left !important;
	}

}

@media screen and (max-width: 1150px) {
	.post-template-default #content article, .blog-template-default #content article, .diversity-resources-template-default #content article {
		padding: 20px;
	} 
}





	
@media screen and (min-width: 900px) and (max-width: 1025px) {
	.fusion-footer-widget-area .fusion-row {
		max-width: 705px !important;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1120px) {
	.fusion-footer-widget-area .fusion-row {
		max-width: 790px !important;
	}
}

@media screen and (min-width: 1120px) and (max-width: 1500px) {
	.fusion-footer-widget-area .fusion-row {
		max-width: 890px !important;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
	.copyright-content {
		padding-left: 70px !important;
	
	}
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
	.copyright-content {
		max-width: 285px !important;
		text-align: left !important;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {

	#mega-menu-main_navigation {
		padding-right: 335px !important;
	}
	
}

@media screen and (min-width: 1160px) and (max-width: 1285px) {
	#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
		padding: 0 10px 0 10px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1169px) {
	#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 5px 0px 5px !important;
	}
	.fusion-main-menu-search {
		right: 90px !important;
	}
	#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
		padding: 0 5px 0 5px !important;
	}
}



@media screen and (min-width: 1029px) and (max-width: 1135px) {
	#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
		font-size: 11px !important;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1029px) {
	#mega-menu-wrap-main_navigation #mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
		font-size: 10px !important;
	}
}



@media screen and (max-width: 400px) {
	.fusion-footer-widget-area {
		padding-left: 60px !important;
	}
	#footer {
		padding-left: 60px !important;
	}
}

@media screen and (min-width: 520px) {

}
@media screen and (max-width: 520px) {
	
	.post-meta-sharing-section {
		flex-direction: column;
		align-items: flex-start;
	}

	.post-meta-sharing-section .fusion-sharing-box .fusion-social-networks {
		text-align: left !important;
	}
}

@media screen and (max-width: 670px) {
	.fwpl-layout.blog-card {
		display: flex !important;
		flex-direction: column;
		align-items: center;
	}

	.fwpl-layout.blog-card .fwpl-result {
		margin-bottom: 30px !important;
	}
}

/* Wrapper */
.sl-wrapper a {
	/* border-bottom: 0 !important; */
	text-decoration: none !important;
}
.sl-button {
	padding: 0.375em 0.625em;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */

a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}



/* Count */


/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}


#mpa_external_event_wrapper a {
	min-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
	border-radius: 22.5px;
	border: 2px solid #FF9500;
    background: #ffffff;
    font-family: "Gill Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    min-height: 32px;
    line-height: 11px;
	color: #041A2E !important;
	height: 45px;
	text-transform: uppercase;
	margin: 0 !important;
}

#mpa_external_event_wrapper h3 {
	background: transparent;
}