/* Change top bar from dark blue to black */
.t3-topbar {
    background-color: #000000 !important; /* Replace default dark blue color */
	color: #ffffff !important; /* Change text to white */
}
/* Makes kogo larger */
.logo-image img {
    max-height: 55px  !important; /* Replace with your link color */
}
/* Product menu height removed was 32.5px */
.nav > li > .separator {
	padding-top: 5px;
	padding-bottom: 5px;
}
.t3-mainbody > .row > div.t3-sidebar-right {
	color: #000000;
    padding: 65px;
    background: #f4f3f3;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
  }
/* T3 Megamenu - add right arrow to submenu parent items */
.t3-megamenu .dropdown-menu li.dropdown > a::after,
.t3-megamenu .dropdown-menu li.parent > a::after {
    content: " ›";
    float: right;
    margin-left: 8px;
}
.page-header h1,
.item-page h1 {
    font-size: 30px;
    font-weight: 600;
}
/* Deal with Contact Enhanced forms */
.contact-form-spacing {
    margin-top: 30px;
	background-color:#d9e7f7;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	min-height: 20px;
}
.t3-mainbody > .row > div.t3-sidebar-right {
  padding: 35px;
}
#login-form .login-greeting, #pop-print, .control-group, .popover.top {
    margin-right: 20px;
	margin-left: 10px;
}
.form-control required {
  width: 90%;
  height: 20px;

}
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"],
.inputbox {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 12px;
  padding: 15px 30px;
}
.contact input[type="email"], .contact input[type="text"] {
  width: 95%;
}