/*FOOTER STYLING*/
/*HEADER ICON REPLACEMENT - START (04/06/21)*/
#cpq-alta-header span img{
  width: 150px;
}

#cpq-alta-header #cpq-header-tb li .cpq-nav-icon{
  filter: brightness(5);
}
#cpq-alta-header #cpq-header-tb li .cpq-selected .cpq-nav-icon,#cpq-alta-header #cpq-header-tb li.oj-hover .cpq-nav-icon{
  filter: brightness(1);
}
#cpq-alta-header #cpq-header-tb li{
  width: fit-content !important;
}
#cpq-alta-header #cpq-header-tb span.cpq-nav-home:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-home.oj-hover:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-home.cpq-selected:before{
  content: "Home" !important;
}

#cpq-alta-header #cpq-header-tb span.cpq-nav-threecubes:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-threecubes.oj-hover:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-threecubes.cpq-selected:before{
  content: "Catalog" !important;
}

#cpq-alta-header #cpq-header-tb span.cpq-nav-gear:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-gear.oj-hover:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-gear.cpq-selected:before{
  content: "Admin" !important;
}

#cpq-alta-header #cpq-header-tb span.cpq-nav-person:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-person.oj-hover:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-person.cpq-selected:before{
  content: "User" !important;
}

#cpq-alta-header #cpq-header-tb span.cpq-nav-money:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-money.oj-hover:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-money.cpq-selected :before{
  content: "Process" !important;
}

#cpq-alta-header #cpq-header-tb span.cpq-nav-threepages:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-threepages.oj-hover:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-threepages.cpq-selected:before{
  content: "Deal Inbox" !important;
}
#cpq-alta-header #cpq-header-tb span.cpq-nav-link:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-link.oj-hover:before, #cpq-alta-header #cpq-header-tb span.cpq-nav-link.cpq-selected:before{
  content: "Pricing Dashboard" !important;
}

/*HEADER ICON REPLACEMENT - END (04/06/21)*/
/* ATT FOOTER */

.dividerHp{
  min-height: 85% !important;
}

.footer_wrapper{
  background: #000000;
  font-family: "ATT-ATTAleck-Rg", Arial, Helvetica, sans-serif !important;
  font-size: 9pt;
  padding-top: 15px;
}

.footer_container{
  padding: 15px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
}

.footer_container .footer_container_left,
.footer_container .footer_container_right{
  display: flex;
  align-items: flex-start;
}

.footer_container a{
  opacity: 1;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.footer_container a:hover{
  color:#FFFFFF;
}

.footer_container_left{
  flex: 3 1 auto;
  flex-wrap: wrap;
}

.footer_container_cert{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: inherit;
}

.footer_container .footer_container_right .social .social_item{
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  margin-top: 10px;
}

.info,
.primary__links,
.secondary__links{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  flex: 1 1 auto;
}

.info a{
  text-decoration: underline;
}
.info{
  font-size: 10.5px;
  line-height: normal;
  padding-right: 100px;
}

.footer_container .footer_container_right .link a{
  text-decoration: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.footer_container .footer_container_right .link{
  font-size: 16px;
}

.footer_container .footer_container_right .link .link_chat_icon,
.footer_container .footer_container_right .link .link_link_icon{
  flex: 1 1 auto;
}

.footer_container .footer_container_right .link .link_chat_icon{
  margin-right: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.footer_container .footer_container_right .link .link_chat_icon svg path,
.footer_container .footer_container_right .link .link_link_icon svg path{
  fill: #d2d2d2;
}
.footer_container .footer_container_right .link .link_link_icon{
  margin-left: 10px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

.footer_container .footer_container_right .link .link_chat_icon svg,
.footer_container .footer_container_right .link .link_link_icon svg{
  height: 100%;
  width: 100%;
}

.divider{
  display: block;
  height: 15px;
}
.footer-nav{
  line-height: 1rem;
  padding: 0;
}

.footer-nav li{
  line-height: 1;
  display: inline;
  padding-right: 12px;
  border-left: 1px solid #ccc;
}

.footer-nav li:first-child{
  border-left: none;
  padding-left: 0;
}

.footer-nav a{
  display: inline-block;
  position: relative;
  margin-top: 0;
  top: 1px;
}

.footer-nav a:hover{
  color: #44c8f5 !important;
  text-decoration: none;
}

.footer-nav a:visited{
  color: #ffffff;
}

/*Aligning Navigation Links in Global Header for Firefox - START*/

a.oj-navigationlist-item-content{
  overflow: visible;
}
.oj-navigationlist-element{
  width: auto;
}
.oj-navigationlist-item-element{
  width: auto !important;
}

/*Aligning Navigation Links in Global Header for Firefox - END*/
div.text-container{
  margin: 0 0 0 50px;
  padding-bottom: 15px;
}

.footer_wrapper p{
  margin: 0 0 3.5px 0 !important;
  font-size: 12px !important;
  color: #ffffff;
}

ul.footer-nav{
  margin: 0;
}

.footer-nav li a{
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
}

ul.footer-nav li:not(:first-child){
  padding: 0 10px;
}

.footer_container span{
  text-decoration: none;
}

.footer_wrapper img{
  /*position: relative;
  right: -15px;*/
  margin-left: 20px;
}

.copyright a,
.copyright{
  color: #d2d2d2;
}