
html  header,
html  footer,
body  header,
body  footer,
.blue-bar {
  margin: 0;
  padding: 0;
  font: 13px/1.5 "proxima_nova_rgregular", sans-serif;
}
body {
  font-size: 13px;
}

/* Header Styles
******************************************************/

.butlerBar {
  font-size: .8em;
  display: block;
  width: 100%;
  height: 30px;
  color: #fff;
  padding: 3px 0;
  background: #cc0000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1MTkxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMDA5MTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -ms-linear-gradient(top,  #f01f1a 0%,#cc0000 100%);
  background: linear-gradient(to bottom,  #f01f1a 0%,#cc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f01f1a', endColorstr='#cc0000',GradientType=0 );
}

.butlerBar a {
  color: #fff;
  margin: 0 20px;
  border-bottom: 1px solid rgb(219, 69, 69);
}

.butlerBar fieldset div p strong {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}


#logo {
  float: left;
  margin: 5px 0 0 0;
  display: block;
}

.pull-right p {
  color: #fff;
}

a.feedme {
  background-color:#4c4c4c;
  color: #fff;
}

.searchBar {
  display: block;
  width: 100%;
  height: 53px;
  background-color: #eeedea;
}

.searchBar .grid_3 {
  float: left;
}

.searchBar .grid_9 {
  float: right;
}

.searchBar .ladyAva {
  display: inline-block;
  margin-top: -15px;
}

.searchBar .searchForm {
  float: right;
  padding-top: 11px;
}

.searchBar .searchForm button {
  background-image: url("../images/searchIcon.png")	;
  background-color: #cc0000;
  background-position: 5px;
  background-repeat: no-repeat;
  text-indent: -99999px;
  border: 0 none;
  color: rgb(255, 255, 255);
  font-family: "proxima_nova_rgregular",sans-serif;
  margin: -3px -6px -1px -3px;
  padding: 8px 10px 8px 22px;
  width: 34px;
  line-height: normal;
}

.searchBar #search {
  padding: 7px 20px 6px 20px;
  color: #fff;
  background-color: #4c4c4c;
  border: 0;
  float: left;
}

.searchBar input {
  margin: 0;
  color: #666;
  width: 285px;
  border: 0;
  padding: 8px 20px 8px 20px;
  font-family: "proxima_nova_rgregular", sans-serif;
}

#content {
  background: #fff;
}

footer {
  display: inline-block;
  width: 100%;
  color: #777;
  background-color: #eeedea;
  padding: 20px 0;
  margin-top:40px;
}

footer h4 {
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  font-weight: 800;
}

footer a {
  color: #777;
  display: inline-block;
  font-size: 0.9em;
}

footer #footerCols {
  height: 150px;
}

footer .theEnd {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding: 10px 0 40px 0;
}

footer #footerNav {
  float: left;
  display: inline-block;
}

footer #copyright {
  display: inline-block;
  float: right;
  text-align: right;
  width: 34%;
}

#Footer {
  display: inline-block;
  width: 100%;
  color: #777;
  background-color: #eeedea;
  padding: 20px 0;
  margin-top:40px;
}

#Footer h3 {
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  font-weight: 800;
  font-size:13px;
  color: rgb(102, 102, 102);
  text-transform: capitalize;
}

#Footer a {
  color: #777;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

#Footer a:hover {
  color: #ff0000;
}

#Footer #footerCols {
  height: 150px;
}

#Footer .theEnd {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding: 10px 0 40px 0;
}

#Footer #footerNav {
  float: left;
  display: inline-block;
}

#Footer #copyright {
  display: inline-block;
  float: right;
  text-align: right;
  width: 34%;
}

.support-Avaya-logo{
  float: left;
  width: 20%;
  margin-top: 25px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear-none {
  clear: none;
  clear: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.blue-bar {
  background: rgb(69, 148, 224);
  padding: 5px 15px;
  color: #fff;
  margin-top: -10px;
}

.blue-bar a {
  color: #fff;
}

.welcome {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  float: left;
  margin-top: 2px;
}

.service-outage {
  width: 100px;
  margin-top: -20px;
  margin-right: 28px;
  position: relative;
  z-index: 1;
}


.searchBox {
  background: #fff;
  position: relative;
  margin-right: 20px;
}

.searchBox input {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 6px 10px;
  float: left;
  width: 200px;
  font-size: 13px;
}

.searchBox button {
  padding: 6px 4px 7px 4px;
  border: none;
  background: #8C0100;
  display: inline-block;
  margin-top: -1px;
  cursor: pointer;
}

.searchBox img {
  width: 65%;
  height: auto;
}

.new * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  font: 700 13px/1.4 "proxima_nova_rgbold", sans-serif;
}
.new {
  float: right;
  width: 77%;
  margin: 15px 0;
  position: relative;
  z-index: 999;
}
.new > ul {
  position: relative;
  cursor: default;
  z-index: 300;
  display: table;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.new > ul a {
  text-decoration: none;
  display: block;
  transition: .2s;
  padding: 5px 0;
}
.new > ul li {
  list-style: none;
}
.new > ul > li {
  display: table-cell;
}
.new > ul > li > a {
  position: relative;
  z-index: 200;
  padding: 10px;
  text-align: center;
  color: #333;
  border: 1px solid transparent;
  font-weight: 700;
}
.new > ul > li:hover > a {
  border: 1px solid #ccc;
  border-bottom-color: #fff;
  background: #fff;
  border-bottom-right-radius: 3px;
}
.new > ul > li > .columns {
  position: absolute;
  top: 39px;
  left: -222px;
  visibility: hidden;
  border: 1px solid #ccc;
  transition: .1s;
  background: #fff;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .07);
  border-radius: 0 0 3px 3px;
  display: table;
  width: 961px;
  /* table-layout: fixed; */
  padding: 20px 0;
  opacity: 0;
}

.new > ul > li > .no-columns {
  position: absolute;
  top: 39px;
  visibility: hidden;
  border: 1px solid #ccc;
  transition: .1s;
  background: #fff;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .07);
  border-radius: 0 0 3px 3px;
  display: table;
  table-layout: fixed;
  padding: 20px;
  opacity: 0;
}

.new > ul > li:last-child > .no-columns {
  right: 0;
}

.new > ul > li > .no-columns a {
  color: #333;
}
.new > ul > li > .no-columns a:hover {
  color: #b00;
  background: #f9f9f9;
}
.new > ul .column {
  display: table-cell;
  padding: 20px;
}
.new > ul .column {
  position: relative;
}
.new > ul .column + .column {
  border-left: 1px dotted #dedede;
}
.new > ul .column ul li {
  display: block;
}
.new > ul > li:hover > .columns,
.new > ul > li:hover > .no-columns {
  opacity: 1;
  visibility: visible;
}
.new > ul .column h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #f5f5f5;
  font-weight: 100;
}
.new > ul .column ul {
  margin-bottom: 20px;
  /* text-align: center; */
}
.new > ul .column li a {
  display: block;
  color: #333;
}
.new > ul .column li a:hover {
  color: #b00;
  background: #f9f9f9;
}

.support-Avaya-logo {
  position: absolute;
  z-index: 20;
}

#avaya-logo {
  display: block;
  height: 23px;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 21;
}

#avaya-logo img {
  height: auto;
  padding-left: 10px;
  padding-top: 3px;
  width: 80px;
}

#support-logo {
  height: 26px;
  left: 90px;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 21;
}

#support-logo img {
  height: auto;
  width: 90px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
