/* Re-brand (Nov-2022)*/

html,
body {
  background: none;
  height: 100%;
  z-index: 0;
}

div#wrapper {
  width: 100%;
  padding: 0px;
}

#header {
  background: linear-gradient(
      to right,
      rgb(81, 121, 144, 0.6),
      rgb(81, 121, 144, 1)
    ),
    url(../images/Header.png);
  background-size: 380px 138px;
  background-repeat: no-repeat;
  height: 138px;
  background-color: #517990;
}

#header h1 a {
  background-position: -245px 0px;
  width: 250px;
  height: 64px;
  text-indent: -9999px;
}

.header-line-h {
  margin: 90px 0 0 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  width: 100%;
}

.header-line-d {
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 299px;
  height: 158px;
  transform: rotate(111deg);
  transform-origin: right;
}

#searchForm {
  width: 250px;
  height: 30px;
  position: absolute;
  top: 0px;
  /* right: -100px; */
}

#searchForm input {
  cursor: pointer;
  border: 0px solid #152c3c;
}

#searchForm label {
  display: none;
}

#searchForm input.searchGo {
  background-image: url(../images/search-icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-color: #fff;
  text-indent: -999px;
  padding: 0px 0 0px 0px;
  margin: 1px 0px 0px -24px;
  width: 20px;
  height: 17px;
  cursor: pointer;
  border: none;
}

div#subNav {
  margin-right: 48px;
}

div#subNav .subnavLink {
  color: #e77c22;
}
.rightarrowclass {
  display: none;
}

#middleContainer {
  margin: 0 auto;
  padding: 0px;
  width: 940px;
}

#myslidemenu {
  margin: 0 auto;
  width: 940px;
  top: -45px;
}

.cartImg {
  background: none;
}

.mainNavigation ul li a:hover {
  color: #e77c22;
}
.mainNavigation ul li a.selactive {
  color: #fff;
}

.mainNavigation ul li a.selactive:hover {
  color: #e77c22;
}

.mainNavigation ul li ul li a {
  background: #517990;
}

.mainNavigation ul li ul li a:hover {
  color: #e77c22;
}

.breadcrumb_menu {
  margin: 0 auto;
  width: 940px;
}

.breadcrumb {
  position: absolute;
  top: 135px;
  width: 940px;
}

#middleContainer .home-bucket .badge {
  background-image: url(../images/TS_bkt-badge.png);;
}

#footer {
  background: linear-gradient(
      to left,
      rgb(81, 121, 144, 0.6),
      rgb(81, 121, 144, 1)
    ),
    url(../images/Footer.png);
  background-size: 495px 198px;
  background-repeat: no-repeat;
  background-color: #517990;
  background-position: right;
  height: 198px;
  padding: 0px;
  border: 1px #000000 solid;
  /* z-index: -9992; */
}

div#footer .footerlinks {
  padding: 30px 0px 0px 58px;
  text-align: left;
  line-height: 26px;
  float: left;
}

.footer-line-h {
  margin: -21px 0 0 0;
  height: 1px;
  background-color: #fff;
}

.footer-line-d {
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 81%;
  min-width: 80%;
  height: 149px;
  transform: rotate(111deg);
  transform-origin: right;
}

div#footer .copyright {
  text-align: left;
  padding: 0px;
  font-size: 8px;
  width: 66%;
  margin: 170px 60px 10px 58px;
}

div#footer .copyright a {
  color: #fff;
}

div#footer .footerLogo {
  background: url(../images/transource_vericast_logo.png) no-repeat left top;
  background-position: -3px 0px;
  background-size: 381px;
  width: 181px;
  height: 64px;
  float: right;
  margin: 51px 40px 19px 33px;
}
