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

/* ===== Use this file to add custom CSS easily ================================================ */






.tm-navbar { background-image: url("../../../images/nav-back.png"); background-repeat: repeat-x; }

.uk-navbar-nav {	margin: 22px -20px 0 0; }
.uk-navbar {   background: #201e1f; color: #000000; background-image: url("../../../images/nav-back.png");}

.uk-dropdown-navbar > a:hover {  margin-top: 0;  background-color: #ff0000;  color: #ffffff; }
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus { background-color:#60954d;  }


nav {    position: relative;   height: 156px; }

em { color: inherit; }

.uk-panel-box, .uk-panel-box-tertiary { padding:0px; margin 0px auto; text-align:center;min-height:200px;  }

/* .tm-bottom-c {  padding: 0;  margin: -30px 0 -30px -10%; }
.tm-block-primary {	background:none;	border: 0px solid #087F93;	width: 100.01%;	margin-left: -6px; } */

.tm-content {	border-radius: 0px;	background: #FFFFFF;	padding: 20px; }

body { font-size:14px;line-height:155%; font-weight:400;}

.tm-block-dark {
	height: 100%;
	background-image:url(../../../images/siteGraphics/bottom-line.png);
	background-repeat: repeat-x; 
}



@supports (-webkit-appearance:none) {
    .homepage-message { width: auto; 
	height: auto;  margin: 0px 70px 100px 0px; }
} 

/* -- main area background image -- */
.tm-block-default {
	background-image:url(../../../images/siteGraphics/homepage-bg.jpg);
	background-size: cover;	min-height: 400px; }


/* -- increase text area on phones --  */
@media only screen and (max-width: 667px) {
	.tm-content { margin: 0 -55px; }
	.tm-block {	padding: 0 30px !important; }
	.tm-block-default {	min-height: 40px; }
}



  
  
 select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background: white !important;
border-color: black !important;
}
  

.tm-noblog > .tm-block-full-width > .uk-container {
max-width: none !important;
padding: 0 !important;
}


.btn-primary, .btn-info, .btn-inverse {
border-color: black;
color: black;
}

.btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
background-color: black;
}

.bfQuickMode .controls .control-label {  width: 35%;  min-width: 110px;  vertical-align: text-top; font-size: 14px; font-family: 'Open Sans';}

.tm-block-divider.tm-block-default:before, .tm-block-divider.tm-block-dark:before, .tm-block-divider.tm-block-primary:before {
  background-image: none;}

/* -- styling to position map on Contact Us page -- */
.contact-float {
	float: left;
	margin-right: 20px;
}
@media only screen and (max-width: 667px) {
  .contact-float {
	float: none;
	margin-right: 0px;
  }
}






@font-face {
  font-family:'Scala Sans';
  src:url('fonts/scala-sans-regular.ttf') format('truetype')}


.uk-navbar-nav > li > a { display: block;  box-sizing: border-box;  text-decoration: none;
    height: 100px; padding: 0 16px; line-height: 100px;  color: #ffffff;
    font-size: 14px;
    font-family: 'Scala Sans'; font-size: 19px;
    font-weight: normal; letter-spacing:1px; margin-top:35px;
}




/* -- edits to swap mobile menu earlier -- */
@media (max-width:990px /* was: 1250px */ ) {  

    .tm-navbar .uk-visible-small {   
    display: block !important; padding-left:15px;  
    }  

    .tm-headerbar.uk-hidden-small,  
    .tm-navbar .uk-hidden-small,  
    .tm-toolbar.uk-hidden-small {   
    display: none !important;   
    }  

    .tm-navbar { padding: 0 15px; }  
    .tm-page-bg > .uk-container > .tm-container { margin: 20px 0; }  
    .tm-logo-small img { margin-top: -10px; }  
    .uk-float-right .tm-social-icon-buttons { margin-right: 0; }  
    .uk-navbar-toggle.uk-visible-small { padding-left: 0; }  
}  


h3, .uk-h3 {
    font-size: 18px;
    line-height: 155%; 
}

/* h1 {   font-family: 'VAG-light'; }  */


li, dt, dd {
    line-height: 155%;
}



.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); text-align:left;
}


.uk-navbar-nav > li.uk-active > a {   background-color: none;  color: #cccccc; }

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a 
{ color:#cccccc;  }



a, .uk-link {
    color: #294e9b;
    text-decoration: none;
    cursor: pointer;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    box-shadow: none;
    height: 22px;
    line-height: 22px;
    color: #000000;
    border-radius: 0px;
}