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

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

.move-logo {
    margin-top: -70px;
}

.tm-wrapper {
    background: #012B55 none repeat scroll 0 0;
}

/* for search module styling */
.uk-float-right {
   margin-top: 24px;
}
.btn-toolbar {
    margin-top: 0px;
}
input[type="search"] {
	border-width: 1px;
}
.btn {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width:961px) {
	.tm-navbar {
	  background-image:url(../images/nav-bar.png);
	  background-repeat:repeat-x;
	}
}

/* to run blue to bottom of right image */
.tm-block {
    padding-bottom: 0px;
}

/* to provide blue background on right image */
.tm-sidebar-a {
	background-color: #012B55;
}

/* to accomodate right image */
.uk-grid > * {
    padding-left: 0px;
}
.uk-grid > * {
    padding-left: 0px;
}

/* removes extra blue below image */
.tm-block-full-height, [class*="tm-fullscreen-"] {
    height: auto;
}

/* added to style Contact Us button */
.btn-primary, .btn-info, .btn-inverse {
    background-color: #ccc;
    color: #333;
}

/* aaded to style accessible AjaxSearch label */
.ajax-search-label {
    float: left;
    margin: 5px 4px 0 0;
}


a { color:#2a2ec6; }



/* FORM */

.bfQuickMode .controls .control-label {
    width: 35%; width: 99%; 
    min-width: 110px;
    vertical-align: text-top;
}


