/**
 * @file
 * Styles for the powerline.
 */
 

.powerline {
  float: left;
  clear: none;
  width: 100%;
  padding: 35px 0 30px;
}
 
@media (max-width: 1736px) {
  .powerline_comp {
    margin-left: 2.5rem!important;
    margin-right: 2.5rem!important;
    width: auto!important;
  }
}  

.powerline_comp {
  display: block;
  padding-bottom: 1.25rem;
  margin-top: 2.1875rem;
  max-width: 106pc;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1281px) {
  .powerline_comp_items {
    height: 1.5rem!important;
  }
}

.powerline_comp_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  max-width: 106pc;
  margin-left: auto;
  margin-right: auto;
}

.powerline_comp_items:before {
  right: 100%;
}

.powerline_comp_items:after {
  left: calc(100% - 4px);
}

.powerline_comp_items:after,
.powerline_comp_items:before {
  content: "";
  position: absolute;
  height: calc(100% - 2px);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #e50043;
  width: calc(50vw - 50% - 5px);
}

@media (max-width: 1281px) {
  .powerline_comp_item {
    display: none!important;
  }
}

.powerline_comp_item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 .1875rem;
  background-color: transparent;
}

@media (max-width: 1281px) {
  .powerline_comp_item:first-child {
    display: block!important;
    width: 2.5rem!important;
  }
}

.powerline_comp_item:first-child {
  width: 12.5rem;
  margin-left: -2.1875rem;
}

.powerline_comp_item:last-child {
  width: .125rem;
  background-color: #e50043;
  border-left: 1px solid #fff;
}

@media (max-width: 1281px){
  .powerline_comp_item:first-child, 
  .powerline_comp_item:last-child {
    display: list-item!important;
  }
}

.powerline_comp_item:first-child,
.powerline_comp_item:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.powerline_comp_item:before {
  top: 0;
  height: calc(50% + 1px);
  background: #e50043;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.powerline_comp_item:after {
  top: 50%;
  height: 50%;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}

.powerline_comp_item:after,
.powerline_comp_item:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #e50043;
  left: .375rem;
  width: calc(100% - 3px);
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.powerline_comp_item a,
.powerline_comp_item p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-family: Arial,sans-serif;
  font-size: 13px!important;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5625rem;
  -webkit-font-smoothing: antialiased;
}  

@media (max-width: 1281px) {
  .powerline_comp_item_beforelogo {
    display: block!important;
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
  }
}

.powerline_comp_item_beforelogo {
  margin-right: 1.25rem;
  width: 10.5rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
   flex-grow: 0;
}

.powerline_comp_item_beforelogo span {
  position: absolute;
  height: 100%;
  top: -1px;
  left: calc(100% - 2px);
  width: 1.125rem;
  background-color: #e50043;
  border: 1px solid #fff;
  border-left: 0;
}

@media (max-width: 1281px){
  .powerline_comp_item_logo {
    display: block!important;
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important;
  }
}

.powerline_comp_item_logo {
  border: none;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 4.5rem;
}

.powerline_comp_logo {
  position: absolute;
  width: 70px;
  height: 99px;
  bottom: -.8125rem;
  right: 1px;
}

.powerline_comp_item_logo:after,
.powerline_comp_item_logo:before {
   display: none;
}

.powerline_comp_item_logo img {
  width: 100%;
  height: auto;
  background: #fff;
}

@media (max-width: 1281px) {
  .powerline_comp_footer {
    padding: .9375rem 0!important;
    margin-left: 20px!important;
  }
}

.powerline_comp_footer {
  padding: 0.5rem 0;
  max-width: 106pc;
  margin-left: 180px;
  margin-right: auto;
}

.powerline_comp_footer img {
  width: 175px;
  height: auto;
}
