@media screen and (min-width: 768px) {
  .page-layout-2columns-subnav .columns .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .subnav {
    display: none;
  }
}
.subnav {
  width: 18.4%;
}
.subnav p {
  color: blue;
}
.subnav .expand,
.subnav .expanded {
  cursor: pointer;
  float: right;
}
.subnav .o-list {
  display: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
.subnav .o-list li {
  list-style: none;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.subnav .o-list li.active > ul {
  display: block;
}
.subnav .o-list li.active > ul li:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.subnav .o-list li a {
  display: inline-block;
}
.subnav .o-list li a.active {
  font-weight: normal;
  font-size: 15px;
  color: #626365;
  text-transform: uppercase;
}
.subnav .o-list li > ul {
  padding-top: 7px;
  margin-top: 0px;
}
.subnav .o-list .level0 {
  list-style: none;
}
.subnav > .o-list {
  display: block;
  margin-top: 30px;
  padding-right: 45px;
  margin-bottom: 30px;
}
