#tm-header #mega-menu-wrap-main_menu #mega-menu-main_menu .mega-menu-item-51247 > .mega-menu-link{
	display:none;
}

.notShow a{
	visibility:hidden;
	opacity: 0;
	transition: visibility 0s 2s, opacity 2s linear;
}

.showMe a{
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}
.navbar-sticky-menu .userwayButtonMenu img{
	width:32px!important;
	height:32px!important;
}
.userwayButtonMenu a{
	padding-top:0!important;
	padding-bottom:0!important;
}

.mm-menu_offcanvas li.uk-nav-header {
	padding-left:20px!important;
}


.expert-logo-bar span.uk-h3, .expert-logo-bar span.uk-h1{
display:block;
}

/* New Outcomes */

.outcomes-head {
	background-image: url("/wp-content/uploads/NI-Resources-HolidayTreatment-Hero.jpg");
	background-position:center right;
	background-size: cover;
  z-index: 0;
}

.outcomes-head2 {
	background: rgb(34,121,196);
background: linear-gradient(90deg, rgba(34,121,196,1) 28%, rgba(34,121,196,.1) 60%, rgba(0,0,0,0) 100%);
		min-height:600px;
	margin:0px!important;
}

.outcomes-head h1 {
	font-size:60px;
	line-height:1;
	text-align:left!important;
	padding-left:40px!important;
	padding-top:100px;
}

.outcomes-body {
	width: 500px;
	text-shadow: #2279c4 1px 0 3px;
	padding-left: 40px;
}

.outcomes-form {
	max-width: 80%;
	display:flex;
	margin:auto!important;
	margin-top:-110px!important;
	margin-bottom:60px!important;
	background-color:#ffffff;
}

.outcomes-form .uk-visible-large img {
	object-fit:cover;
}

.outcomes-clients {
	margin-bottom:0px!important;
	padding-top:40px;
	background-color: #193974;
	color:#ffffff;
}

.outcomes-clients h3, .outcomes-clients h2 {
	margin:0px;
	color:#ffffff;
}

.outcomes-graphs {
	background-color: #193974;
	padding:40px;
}

.outcomes-graphs .wp-block-column {
	height:520px;
	background-color:#ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-top:4px solid 
#fcc13b;
	border-radius:0px 0px 5px 5px!important;
}

.logo-col {
	background-color: #f4f4f4;
	padding:40px;
}

.logo-col img {
	max-height:400px;
	display: flex;
}

.outcomes-body2, .outcomes-body3, .outcomes-clients, .outcomes-h2 {
	padding-left:40px;
	padding-right:40px;
}

@media (max-width: 1365px) {
	.uk-container:has(.outcomes-head){
		padding:0px!important;
	}
	.outcomes-ebc, .outcomes-report, .outcomes-survey {
		padding-left:40px;
		padding-right:40px;
	}
	.outcomes-report {
		background-color: #f4f4f4!important;
	}
	.outcomes-form {
		width:60%;
		padding:0px!important;
	}
	.outcomes-form .form-panel-box-medium {
		margin:0px!important;
	}
}

@media (max-width: 981px) {
	.outcomes-form {
		width:80%;
	}
	.outcomes-head2 {
		background: linear-gradient(90deg, rgba(34,121,196,1) 40%, rgba(34,121,196,.1) 90%, rgba(0,0,0,0) 100%);
	}
	.outcomes-graphs .wp-block-column {
		height:420px;
	}
}

@media (max-width: 781px) {
	.outcomes-graphs div.wp-block-column {
		margin-left:auto!important;
		margin-right:auto!important;
		height:100%;
		padding-top:20px;
		max-width:60%;
		display:flex;
	}
}

@media (max-width: 581px) {
	.outcomes-graphs div.wp-block-column {
			max-width:80%;
	}
	.outcomes-body {
		width: 400px;
	}
	.outcomes-head2 {
		height:675px;
	}
}

/* back top styles */
.back-top.affix {
	bottom: 10px;
    left: 10px;
    margin-top: 0;
    background: #4b70b3;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    width: auto;
    position: fixed;
	z-index: 99999;
}
.ni-arrow-top:before {
	content: '\2191';
    display: inline-block;
    text-decoration: none;
	font-style: normal;
}
html {
	scroll-behavior: smooth;
}

