/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /*GLOBALS*/
 body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.2px;
}
 h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway';
    font-weight: bold;
}
p:last-child {
	margin-bottom: 0px;
}
.uk-text-italic {
	font-style: italic;
}
.uk-header-1 {
	font-size: 36px;
	line-height: 40px;
}
.uk-header-2 {
	font-size: 30px;
	line-height: 36px;
}
.uk-header-3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.uk-subhead-1 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}
.tm-content > .uk-article > .uk-subhead-1:first-child {
	margin-top: -8px;
}
.uk-subhead-2 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
}
.uk-subhead-3 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
}
.uk-body-1 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;	
}
.uk-panel-box,
.uk-panel-box a:not(.uk-button),
.tm-footer,
.tm-footer a:not(.uk-button),
.page-section,
.tm-content,
.tm-content a:not(.uk-button),
em,
.footer-block-team {
    color: #111;
}
.uk-header-1, .uk-header-2, .uk-header-3, .uk-subhead-1, .uk-subhead-2, .uk-subhead-3, .uk-body-1 {
color: #444;
}

/*Global Widget Title */
 .uk-panel-title {
	margin-bottom: 45px;
    font-size: 28px;
    line-height: 40px;
	font-weight: 600;
}

/* Global Button */
.uk-button {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: 800;
	-webkit-border-radius: 45px;
	 -moz-border-radius: 45px;
	 border-radius: 45px;
	 border: 1px solid #41bbbd;
	 cursor: pointer;
}
.uk-button a {
	color: inherit;
}
.uk-button a:hover {
	text-decoration: none;
}
/* Global Button Fade */
.uk-button {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.uk-button:hover, .uk-button:focus {
	border-color: #431a43;
}
.uk-button:active, .uk-button.uk-active {
	border-color: #431a43;
}
.has-background .uk-button {
	background: #fff;
	color: #41bbbd;
	border-color: #fff;
}
.has-background .uk-button:hover, .has-background .uk-button:focus {
	background: none;
	color: #fff;
	border-color: #fff;
}
.has-background .uk-button:active, .has-background .uk-button.uk-active {
	background: #431a43;
	color: #41bbbd;
	border-color: #41bbbd;
}
.uk-font-saga {
	font-family: 'fg_sagaregular';
	font-weight: normal!important;
}
.uk-color-teal {
	color: #42bbbd;
}
.uk-color-purple {
	color: #660066;
}
.tm-content {
	padding-top: 60px;
	padding-bottom: 80px;
	padding-left: 78px;
}
.tm-content ul,
.tm-main-bottom ul {
	padding: 0 0 0 10px;
	margin:  0;
	list-style-type: none;
}

.tm-content ul li:before,
.tm-main-bottom ul li:before {
	content: "•";
	position: absolute;
	margin-left: -10px;
	font-size: 18px;
	line-height: 25px;
}
/*Resources page bullets */
.page-id-275 .tm-content ul,
.page-id-275 .tm-main-bottom ul {
	padding: 0 0 0 20px;
	margin:  0;
	list-style-type: none;
}
.page-id-275 .tm-content ul li:before,
.page-id-275 .tm-main-bottom ul li:before {
	content: ">";
	position: absolute;
	margin-left: -18px;
	font-size: 18px;
	line-height: 24px;
	color: #42bbbd;
	font-weight: bold;
}
/*End Resources page bullets */
.tm-content ul li + li,
.tm-main-bottom ul li + li {
	padding-top: 8px
}
.tm-content * + ul {
	margin-bottom: 20px;
	margin-top: 8px;
}
.tm-content hr {
	margin: 40px 0px;
    border-top: 5px solid #ececec;
}
.uk-pull-margins {
	margin-left: -102px;
	margin-right: -102px;
}
.uk-pull-margins-large {
	margin-left: -85px;
	margin-right: -85px;
}
.uk-pull-margins-small {
	margin-left: -17px;
	margin-right: -17px;
}
.uk-side-margin {
	margin-left: 102px;
	margin-right: 102px;
}
.uk-side-margin-large {
	margin-left: 85px;	
	margin-right: 85px;	
}
.uk-side-margin-small {
	margin-left: 17px;	
	margin-right: 17px;	
}
.uk-image-pull {
	margin-left: -7.8%;
	/*margin-left: -43px;*/
}
.uk-image-push {
	margin-right: -7.8%;
	/*margin-right: -43px;*/
}
.uk-hyphen {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.uk-no-borders {
	border: 0px!important;
}
.tm-main-bottom {
	margin-top: 0px!important;
}
 /*GLOBALS*/ 
 
 /*Header*/
 .headerbar-container {
	 background: #fff;
	 width: 100%;
 }
 .tm-headerbar {
	margin-top: 10px;	
	margin-bottom: 10px; 
 }
.tm-headerbar .tm-logo * {
	max-height: 105px;
}
 .fixed-logo {
	 display: none;
 }
 
 /*Contact Us Nav Bar */
 .nav_menu-2 {
	 margin-top: 10px;
 }
 .nav_menu-2 > ul > li > a {
	 background: #41bbbd;
	 text-transform: uppercase;
	 padding: 0px 22px;
	 -webkit-border-radius: 45px;
	 -moz-border-radius: 45px;
	 border-radius: 45px;
	 color: #fff;
	 font-size: 14px;
	 font-family: 'Raleway';
	 font-weight: 800;
	 height: 45px;
	 line-height: 45px;
 }
 .nav_menu-2 > ul > li > a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
 .nav_menu-2 > ul > li > a:hover, .nav_menu-2 > ul > li > a:focus {
	 background: #431a43!important;
	 color: #fff;
 }
 .nav_menu-2 > ul > li.uk-active > a {
	color: #fff;
	background: #41bbbd;
 }
 
 /* Nav Bar */
 .tm-navbar {
	 margin-top: 0px;
	 margin-bottom: 0px;
 }
 .tm-navbar > ul {
	 margin-top: 23px;
 }
 .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
	 background: #fff;
	 color: #41bbbd;
 }
 .uk-navbar-nav > li.uk-active > a {
	color: #42b593; 
 }
 .uk-navbar-nav > li.uk-active > a:not(.uk-button):after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #42b593;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -9px;
 }
 
 /*Parallax */
 .wp-front_page .headerbar-container {
	position: fixed;
	z-index: 5;
}
.wp-front_page .tm-top-a {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 480px;
	top: 128px;
}
.wp-front_page .tm-fixed-content {
	position: relative;
	background: #fff;
	z-index: 5;
	top: 608px;
}
 
  /*Fixed Header */
 .smaller-nav .logo {
	 display: none;
 }
 .smaller-nav .fixed-logo {
	 display: block;
 }
 .smaller-nav.headerbar-container {
	position: fixed; 
	top: 0;
	z-index: 99!important;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.08);
 }
 .smaller-nav.headerbar-container {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.smaller-nav .nav_menu-2 {
	float: right;	
	margin-left: 7px;
}
.smaller-nav .tm-navbar {
	float: right;
}
.smaller-nav .tm-navbar > ul {
    margin-top: 17px;
}
.smaller-nav .uk-navbar-nav > li.uk-active > a:after {
	display: none;
}
.smaller-nav .uk-float-right {
    margin-top: 8px;
}
body.smaller-nav {
	margin-top: 100px!important;
}
body.smaller-nav.wp-front_page {
	margin-top: 0px!important;
}
 
 /* Hero Section */
 .tm-top-a {
	 background: rgb(65,187,189);
	 background: -moz-linear-gradient(left, rgb(65,187,189) 0%, rgb(67,179,130) 100%);
	 background: -webkit-gradient(left top, right top, color-stop(0%, rgb(65,187,189)), color-stop(100%, rgb(67,179,130)));
	 background: -webkit-linear-gradient(left, rgb(65,187,189) 0%, rgb(67,179,130) 100%);
	 background: -o-linear-gradient(left, rgb(65,187,189) 0%, rgb(67,179,130) 100%);
	 background: -ms-linear-gradient(left, rgb(65,187,189) 0%, rgb(67,179,130) 100%);
	 background: linear-gradient(to right, rgb(65,187,189) 0%, rgb(67,179,130) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41bbbd', endColorstr='#43b382', GradientType=1 ); 
	 margin: 0px;
	 min-height: 205px;
 }
 .tm-top-a > div {
	background: url(../images/page-header-bg.png) 100% 100% no-repeat;
 }
 .wp-front_page .tm-top-a > div {
	 height: 480px;
	 position: relative;
	 overflow: hidden;
	 background-attachment: fixed;
	 background-position: left 128px;
	 background-repeat: no-repeat;
 }
 /*.wp-front_page .tm-top-a > div {
	background: none;
 }*/
 .tm-top-a > * {
    padding-left: 0px;
 }
 .tm-top-a img {
	 display: block;
	 margin: 0 auto;
 }
 .hero-content {
	 position: absolute;
	 width: 34%;
	 right: 0;
	 top: 0;
	 left: 50%;
	 margin-left: 5%;
	 height: 100%;
	 min-height: 480px;
 }
 .hero-content [class*='uk-animation'] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
 }
 .uk-animation-delay1 {
	-webkit-animation-delay: 1.75s!important;
    animation-delay: 1.75s!important; 
 }
 .uk-animation-delay2 {
	-webkit-animation-delay: 2.5s!important;
    animation-delay: 2.5s!important; 
 }
 .uk-animation-delay3 {
	-webkit-animation-delay: 3.25s!important;
    animation-delay: 3.25s!important; 
 }
 .uk-animation-delay4 {
	-webkit-animation-delay: 4s!important;
    animation-delay: 4s!important 
 }
 .uk-animation-delay5 {
	-webkit-animation-delay: 4.75s!important;
    animation-delay: 4.75s!important; 
 }
 .uk-animation-delay6 {
	-webkit-animation-delay: 5.5s!important;
    animation-delay: 5.5s!important; 
 }
 
 .hero-content h1 {
	 font-family: 'Raleway';
	 font-size: 54px;
	 line-height: 64px;
	 color: #fff;
	 font-weight: bold;
 }
 .hero-content h1 span.color {
	 color: #f9db69;
	 display: block;
 }
 .hero-content p {
	 font-size: 26px;
	 line-height: 34px;
	 color: #fff;
	 font-family: 'Raleway';
	 font-weight: 600;
 }
 .hero-content p span {
	 display: block;
 }
 
  /* Page Hero Section */
.tm-top-b {
	margin-top: 0px!important;
}

 /* Widget Style Box */
 .uk-panel-box  {
    padding: 50px 85px;
    background: none;
	border-top: 5px solid #ececec;
}
.tm-main-top > * .uk-panel-box + div .uk-panel-box:first-child {
	border-top: 5px solid #ececec;
}
.uk-panel-box:last-child {
	padding-bottom: 70px;
}
.tm-content.uk-panel-box,
.uk-panel-box:first-child {
	border-top: 0px;
}


 /* Widget Style Form */
 .uk-panel-form {
    padding: 0px 0px 25px;
}


/* Widget Style Altbg */
 .uk-panel-altbg {
    background: none;
}
.uk-panel-altbg:nth-child(even) {
	background: #ecebe7;
}
.uk-panel-altbg:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

/*Widget Style Margin*/
.uk-panel-margin {
	padding: 70px 85px;
}
/*Widget Style Margin Sides*/
.uk-panel-margin-sides {
	padding: 0px 85px;
}

/*Widget Style Wide Margin*/
.uk-panel-wide-margin {
	padding: 70px 102px;
}

/*Widget Style Wide Margin Sides*/
.uk-panel-wide-margin-sides {
	padding: 0px 102px;
}

/* Home Testimonials */
.testimonials .uk-font-saga {
	color: #edd064;
	font-family: 'fg_sagaregular';
	font-size: 36px;
	text-transform: lowercase;
}
.testimonial-content {
	line-height: 21px;
}
.testimonial-credit {
	line-height: 16px;
}

/* Home Content */
.enhancedtextwidget-3 {
	margin-top: 0!important;
}
.home-content {
	padding-bottom: 70px;
}
.home-content:last-child {
	padding-bottom: 0px;
}
.home-content .content-container {
	margin-top: 30px;
	padding-bottom: 30px;
}
.home-content .uk-subhead-3 {
	color: #acacac;
}
.home-content-0 > .uk-grid > .uk-width-medium-1-2:last-child {
	position: absolute;
	bottom: 0px;
	right: 0;
}
.home-content-3 > .uk-grid > .uk-width-medium-1-2:last-child {
	position: absolute;
	bottom: 0px;
	left: 0;
}

/*Services List */
.home-content-2 {
	padding-right: 0px;
}
.home-content-2 > .uk-grid > .uk-width-medium-1-2:last-child {
	padding-left: 8px;
}
.services-list {
	margin-top: 82px;	
}
/*.services-list.uk-grid {
	margin-left: 0px;
}
.services-list.uk-grid > * {
    padding-left: 0px;
}*/
.services-list .uk-subhead-3 {
	color: #111111;
	margin: 0;
}
.services-list > div {
	margin-bottom: 20px;
}
/*.services-list > div:nth-child(odd) {
	width: 52%;	
}
.services-list > div:nth-child(even) {
	width: 48%;	
}*/
.services-list .image {
	margin-right: 18px;
	width: 63px;
}

/*Subpage Headline*/
.page-headline {
	color: #fff;
	padding: 46px 172px 43px;
	max-height: 205px;
}
.page-headline h1 {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.page-headline p {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight:600;
}
.page-headline.no-sub-headline {
	padding-top: 85px;
	padding-bottom: 64px;
}

/*What We Treat Page*/
.page-id-12 .tm-sidebar-a > .uk-panel-box {
	padding-top: 107px!important;
}

/*Our Approach Page */

/* Services Page */
.services .image {
	margin: 0px 22px;
    min-width: 70px;
}
.services > *:last-child hr,
.services > *:nth-last-child(2) hr {
    display: none;
}

/* Our Team Page */
.page-id-15 .tm-content.uk-panel-box {
	margin-left: -85px;
	margin-right: -85px;
}
.page-id-15 .uk-article > p {
	padding-left: 85px;
	padding-right: 85px;
}
p + .team {
	margin-top: 50px;
}
.team .uk-font-saga {
	font-size: 22px;
}
.team .uk-font-saga span {
	margin-left: 4px;
}
.team h3 {
	margin-bottom: 10px;
}
.team:last-of-type {
	border-bottom: 0px;
	padding-bottom: 0px;	
}
.team:last-of-type + p {
	display: none;	
}

/*Programs Page*/
.programs-hero-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #090b0c;	
}
.programs-subnav {
	background: #ececec;
}
.programs-subnav .hide-until-scroll {
	display:none;
}
.programs-subnav.uk-fixed .hide-until-scroll {
	display:inline-block;
}
.programs-subnav.uk-fixed {
	position: fixed;
	width: 100%;
	top: 100px;
	z-index: 98;
}
body.subnav-fixed {
	margin-top: 160px!important;
}
body.subnav-fixed.wp-front_page {
	margin-top: 0px!important;
}
.programs-subnav ul {
	text-align: center;
	margin: 18px 0px;
}
.programs-subnav li {
	display: inline-block;
	padding: 0px 14px;
	border-right: 1px solid #111111;
	font-weight: bold;
	line-height: 14px;
}
.programs-subnav li:first-child,
.programs-subnav li:last-child {
	border-right: 0px;
	padding-right: 0px;
}
.programs-subnav .title {
	font-size: 14px;
	text-transform: uppercase;
	color: #909090;
}
.parallax-container {
  position: relative;
  height: 330px;
  overflow: hidden;
}
.parallax {
  position: absolute;
  height: 200%;
  width: 100%;
  z-index: -1;
  background-color: #020709;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  transform: translate3d(0px, -220px, 0px);
}

/*Resources Page*/
.disorders-subnav {
	background: #ececec;
}
.disorders-subnav.uk-fixed {
	position: fixed;
	width: 100%;
	top: 100px;
	z-index: 98;
}
.disorders-subnav ul {
	text-align: center;
	margin: 18px 0px;
}
.disorders-subnav li {
	display: inline-block;
	padding: 0px 14px;
	border-right: 1px solid #111111;
	font-weight: bold;
	line-height: 14px;
}
.disorders-subnav li:first-child,
.disorders-subnav li:last-child {
	border-right: 0px;
	padding-right: 0px;
}
.disorders-subnav .title {
	font-size: 14px;
	text-transform: uppercase;
	color: #909090;
}

/*Contact Us Form */
.uk-form label {
	display: block;
	margin-bottom: 5px;
}
.uk-form input,
.uk-form textarea {
	width: 100%;
}
.frm_description {
	font-size: 14px;
	margin-top: -5px;
	margin-bottom: 5px;
}
.frm_blank_field input {
	border-color: #ed2e49!important;
}
.frm_required {
	font-size: 24px;
	font-weight: 800;
	line-height: 0px;
	position: relative;
	top: 5px;
}
.frm_error {
	color: #ed2e49;
	font-size: 13px;
	float: right;
	text-transform: none;
	font-weight: normal;
}
.enhancedtextwidget-10 {
	border-top: 5px solid #ececec!important;
}

/*Contact Us Footer Block */
.page-id-16 .bottom-b-container {
	background: #ecebe7;	
}
.footer-block-team {
	padding-top: 22px;
}
.footer-block-team .uk-width-medium-1-2:first-child {
	padding-top: 55px;
	padding-bottom: 25px;
}


/*Location*/
.acf-map {
	width: 270px;
	height: 182px;	
	-webkit-box-shadow: 5px 4px 0px 0px #ececec;
	-moz-box-shadow: 5px 4px 0px 0px #ececec;
	box-shadow: 5px 4px 0px 0px #ececec;
}
.acf-map img {
   max-width: inherit !important;
}
.wp-page-16 .tm-main .uk-panel-title {
	margin-bottom: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #acacac!important;
	font-size: 14px;	
	line-height: 18px;
}

/*Footer Blocks */
.bottom-b-container {
	background: #431a43;
	background: -moz-linear-gradient(left, #431a43 0%, #431a43 50%, #42bbbd 50%, #42bbbd 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #431a43), color-stop(50%, #431a43), color-stop(50%, #42bbbd), color-stop(100%, #42bbbd));
	background: -webkit-linear-gradient(left, #431a43 0%, #431a43 50%, #42bbbd 50%, #42bbbd 100%);
	background: -o-linear-gradient(left, #431a43 0%, #431a43 50%, #42bbbd 50%, #42bbbd 100%);
	background: -ms-linear-gradient(left, #431a43 0%, #431a43 50%, #42bbbd 50%, #42bbbd 100%);
	background: linear-gradient(to right, #431a43 0%, #431a43 50%, #42bbbd 50%, #42bbbd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#431a43', endColorstr='#42bbbd', GradientType=1 );
}
.tm-bottom-b.uk-grid {
    margin-left: -100px;
}
.tm-bottom-b.uk-grid > * {
    padding-left: 100px;
}
.footer-block {
	padding: 35px 0px 40px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}
.footer-block-sub-title {
	font-family: 'Raleway';
	font-size: 26px;
	font-weight: normal;
	line-height: 31px;
	margin: 20px 0px 0px;
}
.footer-block-sub-title p {
	font-size: 36px;
	font-weight: normal;
	line-height: 48px;
}
.footer-block .uk-panel-title {
	font-size: 36px;
	line-height: 40px; 
	font-weight: bold;
}
.footer-block .uk-button {
	margin-top: 10px;
}
.footer-block, .footer-block h1, .footer-block h2, .footer-block h3, .footer-block h4, .footer-block h5, .footer-block h6,
.footer-block .phone a,
.footer-block .footer-block-sub-title a {
	color: #fff;
}
.left-block {
	background: #431a43;
}
.right-block {
	background: #42bbbd;
}

/*Footer */
.tm-footer {
    text-align: left;
	font-size: 14px;
	margin-top: 35px;
    margin-bottom: 35px;
	padding-right: 120px;
}
.uk-container + .uk-container > .tm-footer {
	border-top: 5px solid #ececec;
	margin-top: 0px;
	padding-top: 35px;
}
.uk-container + .uk-container > .tm-footer > .tm-totop-scroller {
	top: 35px;
}
.tm-totop-scroller {
	width: 96px;
	height: 38px;
	background: url(../images/back-to-top.svg) 0 0 no-repeat;
}
.tm-totop-scroller svg {
	width: 96px;
	height: 38px;
}
.tm-totop-scroller:after {
	display: none;
}

/* Off Canvas */
.uk-navbar-toggle-container {
	position: absolute;
	background: #ecebe7;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20%;
	max-width: 70px;
}
.uk-navbar-toggle {
	text-align: center;
	position: relative;
	top: 50%;
    margin-top: -21px;
	display: block;
	height: 42px;
	width: 70px;
	padding: 0;
}
.uk-navbar-toggle:before,
.uk-navbar-toggle:after {
	display: none;
}
.uk-navbar-toggle svg {
	width: 34px;
	display: block;
	margin: 0 auto;
}
.uk-navbar-toggle span {
	font-size: 15px!important;
	line-height: 15px!important;
	display: block;
}
.uk-offcanvas-bar {
	width: 100%;
	background: #ecebe7 url(../images/offcanvas-bg.svg) 100% 100% no-repeat;
	background-size: 60% auto;
	padding-top: 70px;
}
.uk-nav-offcanvas > li > a {
	color: #111111;
	font-weight: 600;
	font-size: 18px;
}
.uk-nav-offcanvas > li > a:focus {
    background: none;
    color: #42bbbd;
}
.uk-navbar-close {
	position: absolute;
	right: 12px;
	top: 13px;
	width: 34px;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: none;
    color: #41bbbd;
}
.uk-nav-offcanvas > li > a:not(.uk-button) {
	padding: 17px 25px;
}
.uk-nav-offcanvas > li > a.uk-button {
	display: inline-block;
	color: #fff;
	padding: 0px 40px;
	margin-left: 25px;
	margin-top: 17px;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a.uk-button, .uk-nav-offcanvas > .uk-open > a.uk-button, html:not(.uk-touch) .uk-nav-offcanvas > li > a.uk-button:hover {
	border-color: #431a43;
	background: #431a43;
	color: #fff;
}
html:not(.uk-touch) .uk-nav-offcanvas > li > a.uk-button:focus {
	border-color: #431a43;
	background: #431a43;
	color: #41bbbd;
}



/*Breakpoints*/
/*Custom */
@media (max-width: 1309px) {
	.hero-content h1 span:before {
		content: " ";
	}
	.hero-content h1 span {
		display: inline;
	}
}
@media (max-width: 1229px) {
	
}
/*Custom */
@media (min-width: 990px) {
	.uk-hidden-med-large {
		display: block;
	}
	.uk-visible-med-large {
		display: none;
	}
}
/*Custom */
@media (max-width: 989px) {
	.uk-hidden-med-large {
		display: none;
	}
	.uk-visible-med-large {
		display: block;
	}
	
	.headerbar-container .uk-container {
		padding-right: 95px;
	}
	.tm-headerbar .tm-logo {
		float: none;
	}
}
/*XLarge*/
@media (max-width: 1219px) {
	.page-headline br {
		display: none;
	}
	.page-headline {
		padding-left: 120px;
		padding-right: 120px;
	}
	
	.uk-panel-box {
		padding: 35px 65px;
	}
	
	.hero-content h1 {
		font-size: 49px;
		line-height: 58px;
	}
	.hero-content p {
		font-size: 23px;
		line-height: 31px;
	}
	.hero-content {
		width: 40%;
	}
	
	.testimonials .uk-font-saga {
		font-size: 30px;	
	}
}
@media (max-width: 1070px) {
	
	.uk-navbar-nav > li > a {
		padding: 0 12px;
	}
	.page-headline {
		padding-left: 50px;
		padding-right: 50px;
	}
	.page-headline p {
		font-size: 20px;
		line-height: 28px;
	}
	
}
@media (max-width: 1024px) {
	
	
	.tm-headerbar .tm-logo * {
	    width: 327px;
	}
	
}
/*Large*/
@media (max-width: 959px) {
	body.subnav-fixed,
	body.smaller-nav {
		margin-top: 0px!important;
	}
	.smaller-nav.headerbar-container {
		width: 75px;
		height: 75px;
		right: 0px;
		background: #ecebe7;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.smaller-nav.headerbar-container .uk-container {
		display: none;
	}
	.smaller-nav .uk-navbar-toggle-container {
		position: static;
	}
	.smaller-nav .uk-navbar-toggle {
		top: auto;
		margin-top: 0;
	}
	.programs-subnav {
		display: none;
	}
	.subnav-fixed .tm-top-b {
		margin-top: 0px!important;
	}
	.uk-panel-box {
		padding: 25px 0px;
	}
	.uk-panel-margin-sides {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.hero-content {
		width: 42%;
	}
	.hero-content h1 {
		font-size: 38px;
		line-height: 45px;
	}
	.hero-content p {
		font-size: 19px;
		line-height: 26px;
	}
	
	.testimonials .uk-font-saga {
		font-size: 24px;	
	}
	
	.home-content img {
		margin: auto;
		display: block;
	}
	.home-content-0 {
		padding-bottom: 0px;
	}
	
	.uk-panel-margin {
		padding: 25px 25px;
	}
	.page-headline {
		padding-left: 50px;
		padding-right: 50px;
	}
	.page-headline p {
		font-size: 18px;
		line-height: 26px;
	}
	
	.bottom-b-container {
		background: none;
	}
	.bottom-b-container .uk-container {
		padding: 0px;
	}
	#tm-bottom-b > div:first-child {
		background: #431a43;
	}
	#tm-bottom-b > div:last-child {
		background: #41bbbd;
		margin-top: 0;
	}
	.page-id-16 #tm-bottom-b > div:first-child,
	.page-id-16 #tm-bottom-b > div:last-child {
		background: none;
	}
	#tm-bottom-b > div > * {
		padding: 0 25px;	
	}
	.tm-bottom-b.uk-grid > * {
		padding-left: 25px;
	}
	.tm-bottom-b.uk-grid {
		margin-left: -25px;
	}
	.page-section .uk-width-medium-1-2 + .uk-width-medium-1-2{
		margin-top: 25px;
	}
	.tm-top-a > div {
		background: none;
	}
	
	.page-id-15 .tm-content.uk-panel-box {
		margin-left: 0px;
		margin-right: 0px;	
	}
	.page-id-15 .uk-article > p {
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*Medium*/
@media (max-width: 767px) {
	.uk-header-3 {
		line-height: 28px;
	}
	.tm-content hr {
		margin: 25px 0px;
	}
	
	.tm-main-top > * .uk-panel-box + div .uk-panel-box:first-child {
		border-top: 0px solid #ececec;
	}

	.hero-content * {
		 -webkit-animation: none !important;
		 -moz-animation: none !important;
		 -o-animation: none !important;
		 -ms-animation: none !important;
		 animation: none !important;
	 }
 
	.uk-panel-box {
		padding: 25px 25px;
	}
	.home-content-0 {
		padding-bottom: 0px!important;
	}
	.home-content:last-of-type {
		padding-bottom: 0px;
	}
	
	.wp-front_page .tm-top-a > div {
		background: none!important;
	 }
	 .wp-front_page .tm-top-a,
	 .wp-front_page .tm-top-a > div,
	 .hero-content {
		 height: auto!important;
		 min-height: 0!important;
		 position: static;
	 }
	 
	 .wp-front_page .headerbar-container:not(.smaller-nav),
	 .wp-front_page .tm-fixed-content {
		 position: static;
	 }
	
	.uk-container,
	.tm-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	.page-id-12 .tm-content {
		padding-left: 25px;
	}
	.page-id-16 .tm-content,
	.page-id-156 .tm-content,
	.page-id-157 .tm-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.page-headline {
		padding-left: 25px;
		padding-right: 25px;
	}
/*
	.page-headline.no-sub-headline {
		padding-top: 30px;
	}
*/
	.tm-headerbar .tm-logo svg {
		margin-left: 12px;	
	}
	.uk-grid [class*='uk-width'] + [class*='uk-width'],
	.frm_submit {
		margin-top: 25px;
	}
	.home-content-0 > .uk-grid > .uk-width-medium-1-2:last-child,
	.home-content-3 > .uk-grid > .uk-width-medium-1-2:last-child {
		position:  static;
	}
	.repsonsive.services-list {
		margin-top: 25px;
	}
	.repsonsive.services-list > div {
		margin-bottom: 0px;
	}
	
	.tm-footer {
		padding-left: 25px;
		padding-right: 25px;
	}
	.tm-totop-scroller {
		display: block;
		position: static;
		margin: 25px auto 0;
	}
	.hero-content {
		width: 90%;
		position: static;
		margin: 25px auto 50px;
	}
	.hero-content > * {
		width: 100%;
	}
	
	.page-id-12 .tm-sidebar-a > .uk-panel-box {
		padding-top: 25px!important;	
		text-align: center;
	}
	.uk-panel img:not(.uk-image-pull) {
		margin: 0 auto;
	}
	
	.services {
		padding-top: 25px;
	}
	.services > :nth-last-child(2) hr {
		display: block;
	}
	.services .uk-flex {
		display: block;
	}
	.services .image {
		float: left;
	}
	.services h3 {
		float: left;
		margin-bottom: 0px;
		width: 63%;
	}
	.services p {
		padding: 10px 30px 0px;
	}
	.services hr {
		margin-top: 35px!important;
		margin-bottom: 15px!important;
	}
	
	.uk-margin-small-right {
		margin-right: 0px !important;
	}
	.uk-margin-small-left {
		margin-left: 0px !important;
	}
	
	.page-id-15 .tm-content.uk-panel-box {
		margin-left: 0px;
		margin-right: 0px;	
	}
	.page-id-15 .uk-article > p {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.uk-image-pull,
	.uk-image-push {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.uk-panel-form {
		padding: 0px;
	}
	
	.uk-panel-margin-sides {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.footer-block {
		padding: 25px 0px 30px;
	}
	.footer-block-sub-title {
		margin-top: 20px;
	}
	.footer-block-team .uk-text-right {
		text-align: center !important;
	}
	.footer-block-team .uk-width-medium-1-2:first-child {
		padding-top: 0px;
	}
	
	.uk-position-absolute, [class*="uk-position-top"], [class*="uk-position-bottom"] {
		position: static!important;
	}
	
	.uk-form .uk-body-1 br {
		display: none;
	}
	.frm_submit.uk-text-right {
		text-align: left !important;
	}
	
	.uk-flex.location  {
		display: block;
	}
	.location .uk-margin-large-left {
		margin-left: 0px!important;
		margin-top: 25px;	
	}
	
	.page-id-16 .uk-header-2 {
		font-size: 26px;
	}
	.frm_top_container {
		margin-bottom: 0px!important;
	}
		
}
/*Small*/
@media (max-width: 479px) {
	.tm-headerbar .tm-logo * {
		width: 250px;
	}
	.hero-content h1 {
		font-size: 36px;
		line-height: 42px;
	}
	.hero-content p {
		font-size: 18px;
		line-height: 26px;
	}
}





 /*
	 Style to align headings on disorders sub pages.
 */
 
#disorder-0 h5,
#disorder-1 h5,
#disorder-2 h5,
#disorder-3 h5,
#disorder-4 h5,
#disorder-5 h5,
#disorder-6 h5 {
	margin-top: 0px;
	font-weight: bold !important;
	font-size: 18px;
}
 
#disorder-0 p:first-of-type,
#disorder-1 p:first-of-type,
#disorder-2 p:first-of-type,
#disorder-3 p:first-of-type,
#disorder-4 p:first-of-type,
#disorder-5 p:first-of-type,
#disorder-6 p:first-of-type {
	margin-top: -10px;
}

/*
	Hide Subnavigation
*/

.uk-dropdown-navbar {
	display: none !important;
}