/*-- PRIVATE SITE NAVIGATION --*/
.siteid-6 .main-header-bar .main-header-bar-navigation,
.siteid-6 .ast-mobile-menu-buttons {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
/*-- /PRIVATE SITE NAVIGATION --*/


/*--START TOP WHITE TOOLBAR FOR ACCESSIBILITY CONTROLS--*/
#top_header .toolbar {
  min-height: 44px;
  font-size: .95rem;
}

#top_header .toolbar .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

#top_header .toolbar .navbar-nav.toolbar-left,
#top_header .toolbar .navbar-nav.toolbar-center {
    display: none !important;
}

#top_header .toolbar .navbar-nav.toolbar-right {
    flex-wrap: wrap;
    margin-left: auto;
}

#top_header .toolbar .navbar-nav.toolbar-right .nav-item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.wrapper-head-mobile {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.wrapper-head-mobile .navbar-toggler {
	margin-left: auto;
}

.call-ref {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.call-ref li {
	margin: 0;
}

.call-ref a {
	color: var(--theme-text-color-white);
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	text-decoration: none;
	padding-left: 1rem;
	outline: 0;
}

.navbar-light .navbar-toggler-icon {
	background-image: url(https://www.elysiumhealthcare.co.uk/wp-content/themes/elysium/assets/images/misc/menu.svg);
}

.navbar-light .navbar-toggler {
	background: transparent;
	border: none;
}

.navbar-toggler {
	border: none;
}


#reciteme img {
	width: auto !important;
	height: 26px !important;
}


/* (Optional) make toolbar stay below any ReciteMe bar if present */
/* .toolbar { position: relative; z-index: 1031; } */


.recite-closing-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 51, 74, 0.85);
    color: #ffffff;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    z-index: 2147483647;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.recite-closing-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.recite-closing-overlay__message {
    padding: 1.5rem 2.5rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}


@media only screen and (max-width: 767px){
    #top_header .toolbar .navbar-nav.toolbar-right {
        width: 100%;
        justify-content: center;
        gap: 16px;
    }
    #top_header .toolbar .navbar-nav.toolbar-right .search {
        display: flex !important;
    }
}

/*--END TOP WHITE TOOLBAR FOR ACCESSIBILITY CONTROLS--*/






/*--START TOP HEADER NAVIGATION--*/
#top_header {
	background: #4A798B;
}

.navbar-collapse,
.navbar-expand-md .navbar-collapse,
.navbar-expand-lg .navbar-collapse,
.navbar-expand-xl .navbar-collapse,
.toolbar-expand-lg .toolbar-collapse {
	justify-content: flex-end;
}

.elementor-template-full-width .ast-container.top-header-container{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* .call-ref {
	list-style: none;
	margin-bottom: 0;
}

.call-ref a {
	color: var(--theme-text-color-white);
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	text-decoration: none;
	padding-left: 1rem;
	border-left: 1px solid white;
	outline: 0;
} */

.sign-video img {
	max-width: 89px;
	width: 100%;
}

.navbar {
	/*background: #fff;*/
	padding-top: 0;
	padding-bottom: 0;
	/*box-shadow: 1px 3px 4px 0 #adadad33;*/
}

.navbar-light .navbar-brand {
	color: #2196F3;
}

.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #1ebdc2;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0.3s;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1.4rem;
	font-family: 'Ubuntu', sans-serif;
	outline: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	background: #00929F;
	transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1ebdc2 !important;
}

.sm-menu {
	border-radius: 0px;
	border: 0px;
	top: 97%;
	box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
	background: #00929F;
	padding: 0;
}

.dropdown-item {
	color: #3c3c3c;
	font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #2196F3;
}

.navbar-toggler {
	outline: none !important;
}

.navbar-tog {
	color: #1ebdc2;
}

.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 5rem 0;
	background: #00929F;
	min-height:700px;
}

.megamenu h6 {
	margin-left: 21px;
}

.megamenu i {
	width: 20px;
}

.dropdown-toggle::after {
	display: none;
}

#menu-division-services {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding:0rem 5rem 0rem
}

#menu-division-services li {
	width: 16%;
}

#menu-division-services li a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	width: 100%;
	display: block;
	padding-bottom: 1rem;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.6em;
	outline: 0;
}

#menu-division-services li ul {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
	margin-top: 15px
}

#menu-division-services li ul li {
	border-bottom: none;
	width: 100%;
	width: 100%;
	display: block;
}

#menu-division-services li ul li a {
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 400;
	border-bottom: none;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	outline: 0;
}


#menu-home{
	display: flex;
	justify-content: flex-start;
	list-style: none;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	/*padding-bottom:1.5rem;*/
	margin-bottom:1.5rem;
	padding:0rem 5rem 2rem;
	gap: 100px;
}

#menu-home li{
	/* width: 14%; */
	padding: 0;
}

#menu-home li:first-child{

}

#menu-home li a{
	color: #fec514;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.6em;
	outline: 0;
	display: flex;
	justify-content: flex-start;
	align-items:center;
	gap: 1.5rem;
}

#menu-home li a:after{
	font-family: "FontAwesome";
	font-weight: 100;
	content: "\f105";
	color: #fec514;
	font-size: 2rem;
}


#menu-location-map{
	display: flex;
	justify-content: flex-start;
	list-style: none;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	/*padding-bottom:1.5rem;*/
	margin-bottom:1.5rem;
	padding:0rem 5rem 0rem
}

#menu-location-map li{
	width: 16%;
}

#menu-location-map li:first-child{
	margin-right:5%;
}

#menu-location-map li a{
	color: #fec514;
	text-decoration: none;
	width: 100%;
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	outline: 0;
	display: flex;
	justify-content: space-between;
	align-items:center;
}

#menu-location-map li a:after{
	font-family: "FontAwesome";
	font-weight: 100;
	content: "\f105";
	color: #fec514;
	font-size: 2rem;
}

#menu-locations {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding:0rem 5rem 0rem
}

#menu-locations li {
	width: 16%;
}

#menu-locations li a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	width: 100%;
	display: block;
	padding-bottom: 2.2rem;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	outline: 0;
}

#menu-locations li ul {
	padding-left: 0;
	list-style: none;
	margin-left: 0rem;

}

#menu-locations li ul li {
	border-bottom: none;
	width: 100%;
	width: 100%;
	display: block;
}

#menu-locations li ul li a {
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 400;
	border-bottom: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	font-family: 'Ubuntu', sans-serif;
	outline: 0;
}

#menu-locations li ul .menu-subheader-active a {
	border-bottom: none;
}

#menu-locations li ul li a:after {
	font-family: "FontAwesome";
	font-weight: 100;
	content: "\f107";
	color: #fec514;
	font-size: 2rem;
}

#menu-locations li ul .menu-subheader-active a:after {
	font-family: "FontAwesome";
	font-weight: 100;
	content: "\f106";
	color: #fec514;
	font-size: 2rem;
}

#menu-locations li ul li ul li a:after {
	display: none;
}

#menu-locations li ul li ul li{
	line-height:22px;
	margin-left:1rem;
}

#menu-locations li ul li ul li a {
	border-bottom: none;
	color:rgb(255 255 255 / 80%);
}

#menu-locations li ul .menu-subheader-active ul {
	display: block;
}

#menu-locations li ul li ul {
	display: none;
}

#menu-careers {
	width: 210px;
	padding-left: 0;
}

#menu-careers li {
	list-style: none;
}

#menu-careers li a {
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 400;
	border-bottom: none;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid white;
	font-family: 'Ubuntu', sans-serif;
	outline: 0;
}

#menu-careers li:last-child a {
	border-bottom: none;
}

.siteid-9 section.elementor-section .elementor-nav-menu .elementor-item.menu-link {
	padding: 0 10px!important;
}

.neurological-menu-caption .menu-link {
    pointer-events: none;
}

.neurological-menu-caption .menu-link > em {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (min-width: 1120px) {
	.ast-container.top-header-container {
		width: 1120px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media only screen and (max-width: 767px) {

	/*--START FOR STRIP BANNER IMAGE MOBILE--*/

	.bg-pattern {
		margin-top: 0px!important;
	}

	.bg-pattern .elementor-element-populated{
		margin-top: 0px!important;
	}

	.page-banner-mobile-generic .elementor-heading-title {
		display: none;
	}    

	.page-banner-mobile-generic {

		background-position: top!important;
		background-repeat: no-repeat!important;
		background-size: contain!important;
		height: 25vw;
		background-color: #fff;
	}

	.siteid-1 .page-banner-mobile-generic {
		background-image: url(/wp-content/uploads/sites/9/2021/05/HEALTHCARE-GENERIC.png)!important;
	}

	.siteid-3 .page-banner-mobile-generic {
		background-image: url(/wp-content/uploads/sites/9/2021/05/MHWB-GENERIC.png)!important;
	}

	.siteid-5 .page-banner-mobile-generic {
		background-image: url(/wp-content/uploads/sites/9/2021/05/MOB_Header_CEDU_GENERIC-strip.png)!important;
	}

	/*.site-id-6 .page-banner-mobile-generic {*/
	/*    background-image: url(/wp-content/uploads/2021/05/MOB_Header_CEDU_GENERIC-strip.png)!important;*/
	/*}*/

	.siteid-7 .page-banner-mobile-generic {
		background-image: url(/wp-content/uploads/sites/9/2021/05/LDA_GENERIC.png)!important;
	}

	.siteid-9 .page-banner-mobile-generic {
		background-image: url(/wp-content/uploads/sites/9/2021/05/NEURO_GENERIC.png)!important;
	}

	/*--END FOR STRIP BANNER IMAGE MOBILE--*/


	.navbar-light .navbar-toggler-icon {
		background-image: url(/wp-content/themes/elysium/assets/images/misc/menu.svg);
	}

	.navbar-light .navbar-toggler {
		color: none;
		border-color: none;
	}

	.navbar-toggler {
		border: none;
	}

	.wrapper-head-mobile {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 1rem 0;
		align-items: center;
	}

	.navbar-collapse {
		border-top: 1px solid white;
	}

	.call-ref-mobile {
		color: var(--theme-text-color-white);
		font-family: 'Ubuntu', sans-serif;
		font-weight: 600;
		font-size: 1.6rem;
		text-decoration: none;
		padding-left: 1rem;
		border-left: 1px solid white;
	}

	.megamenu {
		padding: 2rem 2rem 0 0;
	}

	#menu-division-services {
		flex-direction: column;
	}

	#menu-division-services li {
		width: 100%;
	}

	#menu-division-services li ul {
		margin-bottom: 3rem;
	}

	#menu-locations {
		flex-direction: column;
	}

	#menu-locations li {
		width: 100%;
	}

	#menu-locations li ul {
		margin-bottom: 3rem;
	}

	#menu-careers{
		width:100%;
		padding: 0 2rem;
	}

	#menu-careers li a{
		padding-left:0;
	}

	.navbar-light .navbar-toggler {
		color:#4a798b;
		border-color: #4a798b;
	}

	button:hover{
		color: #ffffff;
		background-color:#4a798b;
		border-color: #4a798b;
	}

	button:focus{
		color: #ffffff;
		background-color: #4a798b;
		border-color: #4a798b;
	}

}

/*--END TOP HEADER--*/


/*--START MAIN MENU--*/
.main-header-bar {
	line-height: none;
    border-bottom-width: 0px;
}

body:not(.ast-header-break-point) .main-header-menu li {
	/*padding: 4rem 0;*/
}

body:not(.ast-header-break-point) .main-header-menu .menu-link {
	/*border-right:1px solid var(--link-text-color);*/
	padding:4rem 3rem;
	font-family: 'Ubuntu', sans-serif;
}

body:not(.ast-header-break-point) .main-header-menu .menu-item:last-child .menu-link{
	border-right:none;
}

.main-header-menu .menu-link {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--link-text-color) !important;
}

.main-header-menu .menu-link:hover{
	color: var(--link-text-color-hover) !important;
}

.main-header-menu > li > a {
	line-height: 1.5rem;
}

/*body:not(.ast-header-break-point) ul > li > a:last-child {*/
/*    border-right: none;*/
/*}*/
body:not(.ast-header-break-point) .sub-menu li {
	padding: 0rem 0;
	border-bottom: 1px solid var(--theme-text-color-grey);
	border-right: none;
}

body:not(.ast-header-break-point) .sub-menu li:last-child {
	border-bottom:none;
}

body:not(.ast-header-break-point) .site-logo-img {
	position: absolute;
	top: 0px;
}

.main-header-menu .sub-menu .menu-link {
	padding: 1rem 1rem !important;
	font-size: 1.1rem;
}


.ast-desktop .main-header-menu.submenu-with-border .sub-menu{
	border-top:none;
}

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

	.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
		background: transparent;
		color: #00929F;
	}


	.main-header-menu > li > a {
		line-height: 4rem;
	}

	.main-header-menu .sub-menu .menu-link {
		padding: 0rem 1rem !important;
	}

	.top-header-container{
		flex-direction: column;
	}

	#menu-division-services {
		padding: 0rem 2rem 0rem;
	}

	#menu-location-map{
		padding: 0rem 2rem 0rem;
		flex-direction: column;
	}

	#menu-location-map li{
		width:100%;
	}

	#menu-locations{
		padding: 0rem 2rem 0rem;
	}
}

/*--END MAIN MENU--*/



/*---START SEARCH---*/



.spicewpsearchform{
	display: block;
	width: 1080px;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 1px;
	z-index: 9999;
	background: #fff;
	padding: 10px;
	/*border: 5px solid #d05353;*/
}
#spicewpsearchform input[type="text"] {
	width: 78%;
	height: auto;
	border: 1px solid #5ca2df;
	padding: 11px 12px;
	border-radius: 0px !important; 
}
#spicewpsearchform input[type="submit"] {
	line-height: 1;
	padding: 14px 20px;
	border-radius: 0px;
	height: auto;
	font-size: 15px;
	display: inline-block;
	border: 1px solid #5ca2df;
}
#spicewpsearchform:before {
	border-color: transparent transparent #d05353;
	border-style: solid;
	border-width: 0.5em;
	content: "";
	display: block;
	position: absolute;
	right: 22px;
	top: -20px;
	z-index: 10;
}

/**Css for image search icon**/
.spicewpsearch_icon {
	background-image: url('images/search-icon.png');
	background-repeat: no-repeat;
	padding: 0 0 0 36px;
	background-position: 5px center;
	background-color: transparent;
	background-size: 18px 18px;

}

.spicewpsearchform .search-field{
	width: 996px;
	height: 40px;
}


/*---END SEARCH---*/



#primary-menu .menu-item:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: var(--link-text-color);
	top: 40px;
	left: 100%;
}

/* #primary-menu .search .search_icon{
	padding: 4rem 0rem 4rem 2rem;
	font-size: 1.5rem;
	color:var(--link-text-color);
	line-height: 95px;
} */

.search .search_icon i{
	padding: 0rem 0rem 0rem 2rem;
	font-size: 16px;
	color:var(--link-text-color);
	line-height: 28px;
}

#primary-menu li ul li:after{
	display:none;
}

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

	#primary-menu .search .search_icon{
		padding: 0rem 0rem 0rem 2rem;
		display: block;
	}

	#primary-menu .menu-item:after{
		display:none;
	}

	#primary-menu li ul li:after{
		display:none;
	}

	#menu-home {
	    padding: 0 2rem 0;
	}
	
	#menu-home li {
	    width: auto;
	}	
	.spicewpsearchform{
		width:100%;
	}

	.spicewpsearchform label{
		width:100%;
	}

	.spicewpsearchform .search-form{
		display:flex;
	}

	.spicewpsearchform .search-field {
		width: 98%;
	}
}