/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-navbar-brand {
 	background: #114249;
 	margin-left: 0px;
 }
 
 .slogan a {
 	color: #FFF;
 }
 
 	.slogan a:hover {
 		color: #EEE;
 	}
 	
 .slogan {
 	margin-left: -35px;
 }
 
 .uk-panel.map-footer {
 	margin-right: -17.5px;
 	padding: 0px;
 }
 
 .our-location {
 	margin-left: -17.5px;
 }
 
 .tm-bottom-a {
 	margin-bottom: 35px;
 }
 
/* .tm-block-secondary {
 	margin-bottom: 35px;
 }*/
 
 .tm-block-padding-top {
 padding-top: 20px;
 }
 
 .tm-block-secondary {
     color: #fff;
 }
 
 .tm-footer {
 	padding-top: 35px;
 }
 
 .uk-panel-box-secondary {
 	color: #FFF;
 }
 
 .wk-slideshow:after {
 	content: 'At Jupiter Outpatient, we are committed to providing the best possible care and making your visit as comfortable and pleasant as possible.';
 	background:  rgba(17, 66, 73,.8);
 	color: #FFF;
 	position: absolute;
 	bottom: 10px;
 	left:  30%;
 	right:  10px;
 	font-size: 20px;
 	line-height: 36px;
 	padding: 20px;
 	z-index: 99999999;
 }
 
 h3 {
 	color: #029d97;
 	font-weight: 300;
 }
 
 .whiteout {
 	color: #fff;
 }
 
 .uk-panel-header .uk-panel-title {
     border-bottom: 1px solid rgba(221, 221, 221, 0.23);
 }
 
 ul.check li:before {
 	content: "\f00c";
 	font-family: FontAwesome;
 	padding-right: .2em;
 	float: left;
 }
 
 .map-sidebar {
 	padding: 0px;
 	margin-top: 0px !important;
 }

 .tm-headerbar, .tm-headerbar .uk-container, .uk-navbar-brand, .uk-navbar-nav, .uk-navbar-nav li, .uk-navbar-nav li a  {
 	height: 100px;
 	line-height: 100px;
 }

 .module-fix {
 	margin-top: -75px;
 }
 
 .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 {
 color: #2593A3;
 }
 
 .tm-headerbar + .tm-wrapper {
   padding-top: 0px !important;
 }
 
 .toggler:not(.active)::before {
     font-family: FontAwesome;
     content: '\f067';
     margin-right: 10px;
     font-size: 12px;
     line-height: 18px;
     color: #029D97;
     position: relative;
     top: -2px;
 }
 
 .toggler.active::before {
     font-family: FontAwesome;
     content: '\f068';
     margin-right: 10px;
     font-size: 12px;
     line-height: 18px;
     color: #029D97;
     position: relative;
     top: -2px;
 }
 