.old-styles .top-bar-container {
  height: auto !important; }

.old-styles .page-definition > .row.hidden {
  display: none; }

.old-styles .box-row {
  margin-top: 25px;
  margin-bottom: 25px; }

.old-styles div.search-box.search-box-definitions input {
  width: 420px; }

.old-styles div.page-search section.definitions {
  margin-bottom: 2em; }

.old-styles div.image-container {
  height: auto;
  min-width: 30%;
  max-width: 45%;
  float: left;
  margin: 0 20px 20px 0; }
  .old-styles div.image-container img.contained-image {
    max-width: 100%;
    height: auto; }

.old-styles div.page-guidelines li .downloads a {
  color: #002FA4;
  padding: 7px 25.2px; }
  .old-styles div.page-guidelines li .downloads a:hover {
    text-decoration: none; }

.old-styles .all-definitions {
  margin-top: 25px; }
  .old-styles .all-definitions .definition a {
    font-weight: bold;
    color: #002FA4;
    transition: color 0.15s cubic-bezier(0.85, 0.15, 0.15, 0.85); }
    .old-styles .all-definitions .definition a:hover {
      color: #59cbe8; }

.old-styles .all-definitions.grid .definition {
  padding-right: 16px; }

.old-styles .all-definitions.grid #sidebar {
  width: 65px;
  right: 16px; }
  .old-styles .all-definitions.grid #sidebar .letter-col {
    width: 31px !important;
    flex: 0 0 31px;
    margin-bottom: 18px; }

.old-styles .alphabet h2 {
  margin-bottom: 10px; }

.old-styles .alphabet > #sidebar {
  transition: all 0.25s cubic-bezier(0, 1, 0.5, 1); }

.old-styles .alphabet.sticky > #sidebar {
  position: fixed;
  top: 85px; }

.old-styles .alphabet .letter-col {
  border-bottom: 1px solid transparent;
  text-align: center;
  margin-bottom: 10px; }
  .old-styles .alphabet .letter-col.active {
    border-color: #002FA4; }
  .old-styles .alphabet .letter-col .disabled {
    color: #bfc1c2; }
  .old-styles .alphabet .letter-col .letter {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0; }

.old-styles .alphabet .nav > li > a {
  color: #002FA4;
  padding: 0;
  transition: color 0.15s cubic-bezier(0.85, 0.15, 0.15, 0.85); }
  .old-styles .alphabet .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #59cbe8; }

.old-styles .affix-top,
.old-styles .affix {
  position: static; }

.old-styles .affix-bottom {
  position: absolute;
  width: 30px; }

.old-styles #sidebar {
  width: 30px; }

@media (min-width: 979px) {
  .old-styles #sidebar.affix-top {
    position: static;
    width: 30px; }
  .old-styles #sidebar.affix {
    position: fixed;
    width: 30px;
    top: 240px; } }

.old-styles .letter-row {
  margin-bottom: 20px; }
  .old-styles .letter-row .letter {
    font-size: 40px; }
  .old-styles .letter-row .letter.letter-small {
    font-size: 32px; }

.old-styles body {
  position: relative; }

.old-styles .pdf {
  position: relative;
  overflow: auto;
  background: white; }
  .old-styles .pdf h1 {
    position: relative;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    overflow: auto; }
  .old-styles .pdf .page-definition {
    position: relative;
    margin: 0 100px;
    overflow: auto; }
  .old-styles .pdf .definition {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    overflow: auto;
    position: relative;
    page-break-inside: avoid;
    margin-top: 10px; }

.old-styles .active-filter {
  display: inline-block !important; }

.old-styles .filter-toggle-all {
  text-transform: none;
  color: #59cbe8;
  cursor: pointer; }

.old-styles .filter-checkbox {
  white-space: nowrap;
  padding: 3px 0; }
  .old-styles .filter-checkbox label {
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
    position: relative; }
  .old-styles .filter-checkbox i {
    position: absolute;
    left: -46px;
    top: 3.5px;
    width: 28px;
    text-align: center;
    opacity: 0;
    font-size: 17.5px;
    color: #fff;
    transform: scale(0);
    transition: all 0.35s cubic-bezier(0.85, 0.15, 0.15, 0.85); }
  .old-styles .filter-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background-color: #ebebeb;
    margin-right: 14px;
    vertical-align: middle;
    transition: background-color 0.15s cubic-bezier(0.85, 0.15, 0.15, 0.85);
    cursor: pointer; }
  .old-styles .filter-checkbox input[type=checkbox]:checked + label i {
    opacity: 1;
    transform: scale(1); }
  .old-styles .filter-checkbox input[type=checkbox]:checked {
    background-color: #0033a0; }

.old-styles .sort-box {
  white-space: nowrap;
  padding: 3px 0; }
  .old-styles .sort-box label {
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
    position: relative; }
    .old-styles .sort-box label i {
      position: absolute;
      left: -39px;
      top: 3.5px;
      width: 14px;
      height: 14px;
      border-radius: 999px;
      text-align: center;
      opacity: 0;
      font-size: 17.5px;
      color: #fff;
      background-color: #fff;
      transform: scale(0);
      transition: all 0.35s cubic-bezier(0.85, 0.15, 0.15, 0.85);
      border-radius: 0;
      border-style: solid;
      border-width: 10px 7px 0 7px;
      border-color: white transparent transparent;
      background-color: transparent;
      width: 0;
      height: 0;
      top: 0; }
  .old-styles .sort-box .sort.asc label i {
    border-width: 10px 7px 0 7px;
    border-color: white transparent transparent;
    top: 7px; }
  .old-styles .sort-box .sort.desc label i {
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent white;
    top: 4px; }
  .old-styles .sort-box .sort input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background-color: #ebebeb;
    margin-right: 14px;
    vertical-align: middle;
    transition: background-color 0.15s cubic-bezier(0.85, 0.15, 0.15, 0.85);
    cursor: pointer;
    border-radius: 999px; }
    .old-styles .sort-box .sort input[type=radio]:checked + label i {
      opacity: 1;
      transform: scale(1); }
    .old-styles .sort-box .sort input[type=radio]:checked {
      background-color: #0033a0; }

.old-styles .guidelines-references,
.old-styles .sdds-references,
.old-styles .definition-source {
  color: #808384;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 28px;
  background: #ffffff;
  padding: 0; }
