body.admin-bar .fancybox-toolbar {
  top: 32px;
}

.social-share-buttons-inner:after {
  content: "";
  display: block;
  clear: both;
}

.imgs li {
  list-style-type: none;
}

.docs li {
  list-style-type: none;
}

.links li {
  list-style-type: none;
}

table {
  width: 100%;
  margin-bottom: 1rem;
}

table td {
  padding: 4px 6px;
  text-align: right;
}

table td:first-child {
  text-align: left;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

header .navigation-bar .container-fluid .navigation {
  position: static;
}

header .navigation-bar .container-fluid .navigation .acn-top-navigation .menu-item .sub-nav {
  display: none;
}

header .navigation-bar .container-fluid .navigation .acn-top-navigation .menu-item .sub-nav .columns .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header .navigation-bar .container-fluid .navigation .acn-top-navigation .menu-item .sub-nav .columns .container .col p {
  white-space: normal;
}

header .navigation-bar .container-fluid .navigation .acn-top-navigation .menu-item.hover .sub-nav {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0px;
  z-index: 20;
  top: auto;
}

header .navigation-bar .container-fluid .navigation .acn-top-navigation .menu-item.hover .sub-nav .close-nav {
  cursor: pointer;
}

i.awp_table_cell_info{
    font-style: normal;
    color: #b7a6c7;
    background-color: #f5f5f5;
    padding: 2px 8px;
    border-radius: 100%;
    margin-left: 6px;
}
/*# sourceMappingURL=base.css.map */