html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

#twstopmenu {
	background: #fff;
	width: 990px;
	margin: 0 auto;
	height: 100px;
}

#twsheader {
	background: #ed8015;
	background: #813589;
	height: 55px;
}

#twslogo {
	background: url('/img/logo.png') 0 0 no-repeat;
	background-size: contain;
	width: 148px;
	height: 90px;
	margin-top: 10px;
	border: 0px;
	float: left;
}

.fa-caret-down {
	color: #39b8c2;
}


#twssearch {
	width: 345px;
	height: 34px;
	border: 1px solid #cecece;
	float: left;
	margin-left: 55px;
	margin-right: 11px;
	border-radius: 4px;
	margin-top: 14px;
	text-indent: 13px;
}
#twstopmenu .ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 555px;
}
#twsprofileloggedin {
	float: right;
	width: 300px;
	margin-top: 17px;
}

#twsprofileloggedin #profile {
	float: left;
	width: 135px;
	line-height: 34px;
	font-size: 10pt;
    cursor: pointer;
}

#twsprofileloggedin #profilepic {
	float: left;
	width: 40px;
	height: 40px;
	background: #efefef;
	margin-left: 21px;
}
#twsprofileloggedin #profilepic img {
	width: 40px;
	border-radius: 8px;
	height: auto;
}
#twsprofileloggedout {
	float: right;
	width: 356px;
	max-height: 63px;
    overflow: visible;
}
#twsprofileloggedout form {
	display: block;
	margin-top: 14px;
}
.form-group {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-group label {
    font-size: 12px;
    color: #777;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 14px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
#twsprofileloggedout .textfield:focus ~ label, #twsprofileloggedout .textfield.valid ~ label {
  top:26px;
  font-size:9px;
  color: #cecece;
}
#twsprofileloggedout .textfield {
	width: 117px;
    vertical-align: middle;
	height: 34px;
	border: 1px solid #cecece;
	background: #fff;
	margin-right: 11px;
	border-radius: 4px;
	text-indent: 13px;
	font-size: 12px;
    display:inline-block;
}
#twsprofileloggedout .textfield:-webkit-autofill {
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-moz-box-shadow: 0 0 0 1000px white inset !important;
	box-shadow: 0 0 0 1000px white inset !important;
}
#twsprofileloggedout .textfield:-webkit-autofill ~ label {
  top:26px;
  font-size:9px;
  color: #cecece;
}
#twsprofileloggedout .textfield:focus {
	outline:none;
}

#twsprofileloggedout .twsloginbutton {
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #39b8c2;
    color: #fff;
    background-color: #39b8c2;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 6px;
    font-size: 14px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}
#twsprofileloggedout .twsloginbutton:focus, #twsprofileloggedout .twsloginbutton:hover {
    border: 1px solid #cecece;
    outline: 0;
    color: #333;
    background-color: #cecece;
    text-decoration: none;
}

#twsnav {
	width: 990px;
	margin: 0 auto;
	text-align: left;

}

#twsnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 75px;
}

#twsnav  ul li {
	display:inline-block;
	*display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    margin-right: 21px;
	
}

#twsnav  ul li:first-child {
	/* margin-left: 55px; */
}

#twsnav ul li a {
	font-family: 'Open Sans', sans-serif;
	line-height: 55px;
	color: #fff ;
	text-decoration: none;
	font-size: 10pt;
	text-transform: underline;
}

#twsnav ul li a:hover {
	text-decoration: underline;
}


/* Banner right styles */
#twsbannerright #block {
	width: 215px;
}

#twsbannerright #blockheader {
	background: #0a57a4 ;
	height: 35px;
}

#twsbannerright #blockheader h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	line-height: 35px;
	float: left;
	padding: 0px;
	margin: 0 0 0 10px;
}

#twsbannerright #blockheader .right {
	font-family: 'Open Sans', sans-serif;
	font-size: 8pt;
	line-height: 35px;
	float: right;
	margin-right: 10px;
}

#twsbannerright #blockheader .right a { 
	color: #fff;
	text-decoration: none;
}

#twsbannerright #blockheader .right a:hover { 
	color: #fff;
	text-decoration: underline;
}

#twsbannerright #blockcontent {
	background: #fff;
	padding: 7px 0;
}

#twsbannerright .tag {
	background: #ff6600;
	border-radius: 4px;
	padding: 21px 0;
	margin-left: 5px;
	color: #fff;
}

#twsbannerright table {
	width: 100%;
	border: 0px;
	margin: 0 !important;
}

#twsbannerright table tr td,#twsbannerright table tr th {
	width: 33%;
	text-align: center;
	font-size: 8pt;
	font-family: 'Open Sans', sans-serif;
}

#twsbannerright table tr th {
	height: 89px;
	font-size: 15pt;
	letter-spacing: -1px;
	font-weight: 400;
	text-align: center;
}

#twsnammerright table tr td {
	height: 34px;
	line-height: 34px;
	color: #444 !important;
}

#twsbannerright .bg {
	background: #e6eef6 !important;
}
#twsbannerright .shop-search {
	margin: 15px auto 30px auto !important;
	padding: 5px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cecece;
}
#twsbannerright .ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 322px;
}