.aris .header-wrapper .top-header {
  position: relative;
}
.aris .header-wrapper .top-header h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.aris .header-wrapper .top-header .social-wrap {
  position: absolute;
  bottom: 0px;
  right: 5px;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper .top-header .social-wrap {
    display: none;
  }
}
.aris .header-wrapper .top-header .social-wrap .social-links .social-link {
  position: relative;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.aris .header-wrapper .top-header .social-wrap .social-links .social-link:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.aris .header-wrapper .top-header .social-wrap .social-links .social-link img.linkedin {
  width: 20px;
  position: relative;
  top: 1px;
}
.aris .header-wrapper .top-header .social-wrap .social-links .social-link .tooltiptext {
  visibility: hidden;
  width: 123px;
  color: #000;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  opacity: 0;
  margin-left: -50px;
  transition: opacity 0.3s;
}
.aris .header-wrapper nav {
  background: #576f7f;
  font-size: 17px;
  position: relative;
  padding: 0 15px;
}
.aris .header-wrapper nav ul {
  display: flex;
  justify-content: space-between;
}
.aris .header-wrapper nav .burger-wrap {
  padding: 13px;
  border-bottom: 1px solid #FFFFFF;
  display: none;
}
.aris .header-wrapper nav .burger-wrap .burger-icon {
  padding: 10px;
  width: 24px;
  height: 24px;
  background: url("./../images/burger.svg") center no-repeat;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper nav {
    padding: 0;
  }
  .aris .header-wrapper nav > ul {
    display: none;
  }
  .aris .header-wrapper nav .burger-wrap {
    display: block;
  }
  .aris .header-wrapper nav.active > ul {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  .aris .header-wrapper nav.active > ul > li[data-nav-item=home]:hover .home-image, .aris .header-wrapper nav.active > ul > li[data-nav-item=home].active .home-image {
    background: url("../images/home.svg") center no-repeat !important;
  }
  .aris .header-wrapper nav.active .burger-icon {
    background: url("./../images/close.svg") center no-repeat;
  }
}
.aris .header-wrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
}
.aris .header-wrapper nav ul li {
  position: relative;
}
.aris .header-wrapper nav ul li[data-nav-item=home] .home-image {
  background: url("../images/home.svg") center no-repeat;
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper nav ul li {
    background: #003DA5;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
  }
}
.aris .header-wrapper nav ul li.mobile-social-link {
  display: none;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper nav ul li.mobile-social-link {
    display: inherit;
    background: #576f7f;
    border: 0;
  }
  .aris .header-wrapper nav ul li.mobile-social-link img {
    width: 24px;
    height: 24px;
  }
}
.aris .header-wrapper nav ul li:hover, .aris .header-wrapper nav ul li.active {
  background: #DFE6EB;
}
.aris .header-wrapper nav ul li:hover[data-nav-item=home] .home-image, .aris .header-wrapper nav ul li.active[data-nav-item=home] .home-image {
  background: url("../images/home-icon-black.svg") center no-repeat;
}
.aris .header-wrapper nav ul li:hover a, .aris .header-wrapper nav ul li.active a {
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper nav ul li:hover, .aris .header-wrapper nav ul li.active {
    background: #003DA5;
  }
  .aris .header-wrapper nav ul li:hover a, .aris .header-wrapper nav ul li.active a {
    color: #FFFFFF;
  }
}
.aris .header-wrapper nav ul li a {
  display: block;
  padding: 15px;
  color: #FFFFFF;
}
.aris .header-wrapper nav ul li .dropdown {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper nav ul li .dropdown {
    background: #003DA5;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
  }
  .aris .header-wrapper nav ul li .dropdown a.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 15px;
    border: 0;
    content: "+";
    color: #FFFFFF;
    font-size: 26px;
  }
}
.aris .header-wrapper nav ul li .dropdown.show a.dropdown-toggle {
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper nav ul li .dropdown.show a.dropdown-toggle {
    color: #FFFFFF;
    background: inherit;
  }
  .aris .header-wrapper nav ul li .dropdown.show a.dropdown-toggle::after {
    content: "-";
  }
}
.aris .header-wrapper nav ul li .dropdown .dropdown-menu {
  position: absolute;
  box-shadow: 0px 2px 4px rgba(87, 111, 127, 0.3);
  top: 50px;
  left: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .aris .header-wrapper nav ul li .dropdown .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
  }
  .aris .header-wrapper nav ul li .dropdown .dropdown-menu a {
    white-space: initial;
  }
  .aris .header-wrapper nav ul li .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 0;
    background: #f7f5f5;
  }
}
.aris .header-wrapper nav ul li .dropdown .dropdown-menu a {
  color: #000000;
  background: #FFFFFF;
  border-bottom: 1px solid #DFE6EB;
}
.aris .header-wrapper nav ul li .dropdown .dropdown-menu a:hover {
  background: #DFE6EB;
}
.aris .header-wrapper nav ul li .dropdown .dropdown-menu a:hover a {
  color: #000000;
}

.accordion .accordion__wrapper {
  margin-bottom: 2px;
}
.accordion .accordion__wrapper.small .accordion__header button {
  font-size: 14px;
  padding-left: 45px;
}
.accordion .accordion__wrapper.small .accordion__header button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 15px;
  background: url("../images/bi-dash.svg") no-repeat center;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 576px) {
  .accordion .accordion__wrapper.small .accordion__header button:before {
    left: 5px;
  }
}
.accordion .accordion__wrapper.small .accordion__body .card-body {
  padding: 5px 5px;
}
.accordion .accordion__wrapper .accordion__header {
  background: #DFE6EB;
  border: none;
  width: 100%;
}
.accordion .accordion__wrapper .accordion__header button {
  padding: 15px 0;
  padding-left: 60px;
  text-align: left;
  width: 100%;
  color: #071d49;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .accordion .accordion__wrapper .accordion__header button {
    padding-left: 30px;
  }
}
.accordion .accordion__wrapper .accordion__header button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 20px;
  background: url("../images/bi-dash.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 576px) {
  .accordion .accordion__wrapper .accordion__header button:before {
    left: 5px;
  }
}
.accordion .accordion__wrapper .accordion__header button.collapsed:before {
  background-image: url("../images/bi-plus.svg");
}
.accordion .accordion__wrapper .accordion__header button.icon-right {
  padding-left: 20px;
}
.accordion .accordion__wrapper .accordion__header button.icon-right:before {
  left: auto;
  right: 15px;
  display: inline-block;
}
.accordion .accordion__wrapper .accordion__body .card-body {
  overflow: hidden;
  padding-right: 5px;
}
.accordion .accordion__wrapper .accordion__body .card-body .close-panel {
  padding-top: 10px;
  color: #071d49;
  float: right;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.accordion .accordion__wrapper .accordion__body .card-body .close-panel:hover {
  text-decoration: underline;
}

.separator {
  overflow: hidden;
  margin-bottom: 15px;
}
.separator .line {
  float: left;
}
.separator .line--primary {
  height: 5px;
  width: 45px;
  color: orange;
  margin-top: 40px;
  background: orange;
}
.separator .line--secondary {
  border-bottom: 2px solid #DFE6EB;
  width: 100%;
  margin-top: 5px;
}

@media only screen and (max-width: 1500px) {
  .aris .editor {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.aris .editor {
  margin-bottom: 240px;
  padding-left: 75px;
  padding-right: 75px;
  font-family: Consolas;
}
.aris .editor .mr-8 {
  margin-right: 2em !important;
}
.aris .editor ol.breadcrumb {
  font-size: 1.2em;
}
.aris .editor ol.breadcrumb li.breadcrumb-item.active {
  color: #333;
}
.aris .editor ol.breadcrumb .live {
  background-color: #50ffb3;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.aris .editor .form-group.rte label {
  font-size: 16px;
  margin: 5px 0 5px 2px;
}
.aris .editor sup {
  color: #333;
  background-color: #e33f12;
  /*padding: 0 4px;*/
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.aris .editor sup a {
  color: #333;
  background-color: #50ffb3;
  padding: 0 4px;
  border-radius: 4px;
  font-size: 13px;
}
.aris .editor h2 .highlight, .aris .editor h3 .highlight {
  background-color: #e6e6e6;
  padding-left: 7px;
  padding-right: 7px;
}
.aris .editor table .mark-green {
  background-color: #50ffb3;
  padding: 1px 3px;
}
.aris .editor table ul {
  padding: 0;
  margin: 0;
}
.aris .editor table .small-text {
  font-size: 0.9em;
}
.aris .editor table .mark-yellow {
  background-color: #ffec84;
  padding: 2px 4px;
}
.aris .editor .back-to-top {
  position: fixed;
  right: 5px;
  bottom: 60px;
  z-index: 900;
  background-color: #d8d8d8;
  padding: 7px 10px;
  font-size: 17px;
}
.aris .editor .nav-anchor {
  position: relative;
  top: -30px;
}
.aris .editor .form-group .formatting {
  background-color: #f3f3f3;
  padding: 3px 3px;
}
.aris .editor .form-group .formatting a:link,
.aris .editor .form-group .formatting a:visited,
.aris .editor .form-group .formatting a:hover {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 2px;
}
.aris .editor .form-group .formatting a:hover {
  background-color: #edb47b;
}
.aris .editor .form-group.rte label {
  font-size: 16px;
}
.aris .editor .component-preview {
  border: 1px solid #d1d1d1;
  margin-bottom: 15px;
}
.aris .editor .component-preview .info {
  background-color: #eee;
  padding: 6px 12px;
  font-size: 15px;
  display: flex;
}
.aris .editor .component-preview .info div {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 15px;
  padding: 1px 6px;
  min-width: 75px;
  text-align: center;
}
.aris .editor .component-preview .info div.figure {
  border: 1px solid #0c7748;
  background-color: #a7cebd;
}
.aris .editor .component-preview .preview {
  padding: 15px 12px;
  font-size: 16px;
  line-height: 24px;
}
.aris .editor .component-preview .preview .mark-yellow {
  background-color: #ffec84;
  padding: 2px 4px;
}
.aris .editor .component-preview .preview hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.aris .editor .component-preview .preview ul {
  margin: 0;
  padding-left: 15px;
  font-size: 14px;
}
.aris .editor .component-preview .preview ul.blue-tags span {
  background-color: #0b78b6;
  color: #fff;
  padding: 0 4px;
}
.aris .editor .component-preview .preview ul.orange-tags span {
  background-color: #e6872d;
  color: #fff;
  padding: 0 4px;
}

.dropdown.show a {
  background: #DFE6EB;
}
.dropdown.show a .arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown--primary {
  margin-top: 10px;
  font-size: 16px;
}
.dropdown--primary a {
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #DFE6EB;
  padding: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.dropdown--primary a > span:first-child {
  width: 95%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown--primary a:focus {
  color: #333;
}
.dropdown--primary a::after {
  display: none;
}
.dropdown--primary a .arrow {
  position: absolute;
  right: -2px;
  top: -2px;
  padding: 10px 7px;
  height: calc(100% + 4px);
  background: #003DA5;
}
.dropdown--primary a .arrow::after {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z' /></svg>");
  -webkit-transition: transform 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: transform 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.dropdown--primary .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.dropdown--primary .dropdown-menu .dropdown-item {
  background: #FFFFFF;
  border-bottom: 1px solid #C0C7CB;
  border-top: 0;
}
.dropdown--primary .dropdown-menu .dropdown-item:hover {
  background: #DFE6EB;
  text-decoration: none;
}

.aris .indicator-wrapper .info .chart .switch-view-mobile {
  display: none;
}
.aris .indicator-wrapper .info .chart .switch-view, .aris .indicator-wrapper .info .chart .switch-view-mobile {
  margin: 0 auto;
}
.aris .indicator-wrapper .info .chart .switch-view .separator, .aris .indicator-wrapper .info .chart .switch-view-mobile .separator {
  color: #576f7f;
}
.aris .indicator-wrapper .info .chart .switch-view .chart-view-toggle:hover, .aris .indicator-wrapper .info .chart .switch-view-mobile .chart-view-toggle:hover {
  border-bottom: 1px solid #003da5;
}
.aris .indicator-wrapper .info .chart .switch-view > span, .aris .indicator-wrapper .info .chart .switch-view-mobile > span {
  color: #003da5;
  padding: 5px 7px;
}
.aris .indicator-wrapper .info .chart .switch-view > span.active, .aris .indicator-wrapper .info .chart .switch-view-mobile > span.active {
  background: #dfe6eb;
  color: #071D49;
}
.aris .indicator-wrapper .info .chart .tools {
  padding: 0px 10px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aris .indicator-wrapper .info .chart .tools button.modify {
  background: #071D49;
  color: #FFF;
  outline: none;
  border-radius: 3px;
  border: 0;
  padding: 5px 10px;
}
.aris .indicator-wrapper .info .chart .tools button.modify:hover {
  background-color: #003da5;
}
.aris .indicator-wrapper .info .chart .tools .switch-view-mobile {
  display: none;
}
.aris .indicator-wrapper .info .chart .tools .confidence-interval {
  color: #003da5;
  position: relative;
  top: 1px;
  min-width: 155px;
}
.aris .indicator-wrapper .info .chart .tools .confidence-interval:hover .tooltip-wrapper div {
  display: block;
}
.aris .indicator-wrapper .info .chart .tools .confidence-interval:hover label {
  text-decoration: underline;
}
.aris .indicator-wrapper .info .chart .tools .confidence-interval .tooltip-wrapper {
  position: relative;
}
.aris .indicator-wrapper .info .chart .tools .confidence-interval .tooltip-wrapper div {
  display: none;
  position: absolute;
  left: -450px;
  width: 430px;
  top: 0px;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 7px;
  z-index: 1000;
  color: #333;
}
.aris .indicator-wrapper .info .chart .tools .confidence-interval img {
  cursor: pointer;
  position: relative;
  top: -2px;
}
.aris .indicator-wrapper .info .chart .tools label {
  margin-bottom: 0px !important;
  cursor: pointer;
}
.aris .indicator-wrapper .info .chart .years-interval-message {
  background-color: #ccc;
  padding: 10px 10px;
  margin: 15px auto 15px auto;
  width: 90%;
  background-color: #F5E8EB;
  border-left: 4px solid #971b2f;
  display: none;
}
.aris .indicator-wrapper .info .chart .years-interval-message.visible {
  display: block;
}
.aris .indicator-wrapper .info .chart .interact-wrapper {
  background-color: #fcfcfc;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
}
.aris .indicator-wrapper .info .chart .interact-wrapper .interact {
  margin-top: 25%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #071d49;
}
.aris .indicator-wrapper .info .chart .line-multi-serieslabel {
  text-align: center;
  font-weight: normal;
  color: #000;
  position: relative;
  top: 5px;
  font-size: 13px;
}
.aris .indicator-wrapper .info .chart .embed-wrapper {
  border: 1px solid #aaa;
  background-color: rgba(220, 220, 220, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aris .indicator-wrapper .info .chart .embed-wrapper .embed-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 25%;
  border: 1px solid #eee;
  opacity: 1;
}
.aris .indicator-wrapper .info .chart .embed-wrapper .embed-container .close {
  position: relative;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
}
.aris .indicator-wrapper .info .chart .embed-wrapper .embed-container h6 {
  color: #000;
}
.aris .indicator-wrapper .info .chart .embed-wrapper .embed-container textarea {
  border-width: 0;
  background-color: #eee;
  width: 100%;
  height: 80px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .chart .embed-wrapper .embed-container textarea {
    height: 110px;
  }
}
.aris .indicator-wrapper .info .chart .embed-wrapper .embed-container button {
  display: block;
  height: 93%;
  border-width: 0;
  background-color: #003da5;
  color: #fff;
  padding: 0 15px;
  min-width: 80px;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .chart .embed-wrapper .embed-container button {
    min-width: 60px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .chart .embed-wrapper .embed-container {
    width: 90%;
    padding: 5px 10px;
  }
}
.aris .indicator-wrapper .info .chart svg .text-black {
  fill: #000;
}
.aris .indicator-wrapper .info .chart svg .text-white {
  fill: #fff;
}
.aris .indicator-wrapper .info .chart svg text {
  font-size: 11px;
}
.aris .indicator-wrapper .info .chart svg text.text-bold {
  font-weight: bold;
}
.aris .indicator-wrapper .info .chart svg text .superscript {
  font-size: 10px !important;
}
.aris .indicator-wrapper .info .chart .axisDefault line {
  stroke: #6E8290;
}
.aris .indicator-wrapper .info .chart .axisDefault path {
  stroke: #6E8290;
}
.aris .indicator-wrapper .info .chart .axisDefault text {
  fill: #000;
}
.aris .indicator-wrapper .info .chart #tooltip, .aris .indicator-wrapper .info .chart .svg-tooltip {
  z-index: 99;
  min-width: max-content;
}
.aris .indicator-wrapper .info .chart #tooltip > div, .aris .indicator-wrapper .info .chart .svg-tooltip > div {
  margin-bottom: 5px;
  font-size: 13px;
}
.aris .indicator-wrapper .info .chart #tooltip .circle, .aris .indicator-wrapper .info .chart .svg-tooltip .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #4C616F;
  display: inline-block;
  margin-right: 5px;
}
.aris .indicator-wrapper .info .chart table.table-view {
  width: 100%;
}
.aris .indicator-wrapper .info .chart table.table-view thead tr th {
  border-top: 1px solid #576F7F;
  border-bottom: 1px solid #576F7F;
  border-left: 1px solid #576F7F;
  padding: 4px 6px;
}
.aris .indicator-wrapper .info .chart table.table-view thead tr th:first-child {
  border-left-width: 0;
}
.aris .indicator-wrapper .info .chart table.table-view tbody tr:nth-child(odd) {
  background-color: #DFE6EB;
}
.aris .indicator-wrapper .info .chart table.table-view tbody tr td {
  border-top: 1px solid #576F7F;
  border-bottom: 1px solid #576F7F;
  border-left: 1px solid #576F7F;
  padding: 4px 6px;
}
.aris .indicator-wrapper .info .chart table.table-view tbody tr td:first-child {
  border-left-width: 0;
}
.aris .indicator-wrapper .info .chart .d3-map g.us-state-label text {
  fill: #fff;
}
.aris .indicator-wrapper .info .chart .d3-map g.us-state-label.hover text {
  fill: #fff;
}
.aris .indicator-wrapper .info .chart .d3-map {
  position: relative;
}
.aris .indicator-wrapper .info .chart .d3-map #tooltip {
  font-size: 12px;
}
.aris .indicator-wrapper .info .chart #d3-map {
  margin-bottom: 1.875em;
}
.aris .indicator-wrapper .info .chart #d3-map path,
.aris .indicator-wrapper .info .chart #d3-map rect,
.aris .indicator-wrapper .info .chart #d3-map circle {
  fill: #44659A;
  stroke: #6F7885;
}
.aris .indicator-wrapper .info .chart #d3-map text {
  font-size: 14px;
}
.aris .indicator-wrapper .info .chart #d3-map path.us-state.active,
.aris .indicator-wrapper .info .chart #d3-map rect.us-state.active,
.aris .indicator-wrapper .info .chart #d3-map circle.us-state.active {
  fill: #001871;
}
.aris .indicator-wrapper .info .chart #d3-map path.us-state.hover,
.aris .indicator-wrapper .info .chart #d3-map rect.us-state.hover,
.aris .indicator-wrapper .info .chart #d3-map circle.us-state.hover {
  cursor: pointer;
  /*stroke: #4F5F6F;*/
  stroke: #000;
  /*paint-order: stroke fill markers;*/
  /*stroke-linejoin: round;*/
  /*filter: 
  drop-shadow(-1px -1px 0px #3e68ff) 
  drop-shadow(2px -1px 0px #3e68ff) 
  drop-shadow(2px 2px 0px #3e68ff)
  drop-shadow(-1px 2px 0px #3e68ff)*/
  /*outline: 3px solid green;*/
  stroke-width: 3;
  stroke-opacity: 1;
  stroke: #777;
  fill-opacity: 1;
}
.aris .indicator-wrapper .info .chart .options-container {
  background: #FFF;
  min-width: 170px;
  width: 170px;
  margin-right: 5px;
  display: none;
}
.aris .indicator-wrapper .info .chart .options-container.active {
  display: inline-block;
}
.aris .indicator-wrapper .info .chart .options-container .options-container-footer {
  padding: 5px 5px;
  border-top: 1px solid #DFE6EB;
}
.aris .indicator-wrapper .info .chart .options-container .options-container-footer a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
.aris .indicator-wrapper .info .chart .options-container .options-container-footer a:hover {
  text-decoration: underline;
}
.aris .indicator-wrapper .info .chart .options-container .options-container-footer .tooltip-variables {
  position: absolute;
  top: -60px;
  left: 30px;
  width: 500px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px;
  z-index: 900;
  display: none;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .chart .options-container .options-container-footer .tooltip-variables {
    width: 100%;
    left: 15px;
  }
}
.aris .indicator-wrapper .info .chart .options-container .options-container-footer img:hover + div {
  display: block;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap {
  border-bottom: 1px solid #DFE6EB;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap.no-border {
  border-bottom-width: 0;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .group-title {
  padding: 5px 0px 0px 10px;
  font-family: Arial;
  font-size: 16px;
  color: #071d49;
  text-decoration: none solid rgb(7, 29, 73);
  margin-top: 3px;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .chart-checkbox {
  padding: 0 5px;
  margin-left: 10px;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .chart-checkbox label {
  margin-bottom: 4px;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .chart-checkbox label .show-child-checkboxes {
  font-size: 10px;
  color: #003da5;
  font-weight: bold;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .chart-checkbox-childinput {
  margin-left: 18px;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .select-clear {
  margin: 0px 0px 5px 10px;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .select-clear span {
  margin-left: 4px;
  margin-right: 4px;
}
.aris .indicator-wrapper .info .chart .options-container .group-wrap .select-clear a {
  font-size: 12px;
  color: #003da5;
  font-weight: bold;
}
.aris .indicator-wrapper .info .chart .blue-cb {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}
.aris .indicator-wrapper .info .chart .blue-cb input:checked ~ .checkmark {
  background-color: #003da5;
  border-radius: 3px;
}
.aris .indicator-wrapper .info .chart .blue-cb input:checked ~ .checkmark:after {
  display: block;
}
.aris .indicator-wrapper .info .chart .blue-cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.aris .indicator-wrapper .info .chart .blue-cb .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #576f7f;
  border-radius: 3px;
}
.aris .indicator-wrapper .info .chart .blue-cb .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.aris .indicator-wrapper .info .chart .blue-cb .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aris .indicator-wrapper .info .chart .blue-cb.downloading {
  padding-left: 0px;
}
.aris .indicator-wrapper .info .chart .blue-cb.downloading .checkmark {
  display: none;
}
.aris .indicator-wrapper .info .chart .legend-indicator {
  width: 24px;
  height: 10px;
  margin-right: 11px;
  border: 1px solid #576f7f;
  margin-top: 0px;
  position: relative;
  top: 6px;
}

@media (max-width: 993px) {
  .aris .indicator-wrapper .info .chart .options-container.active {
    border: 1px solid #333;
    display: block;
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
    overflow-y: scroll;
  }
  .aris .indicator-wrapper .info .chart .switch-view {
    display: none;
  }
  .aris .indicator-wrapper .info .chart .switch-view-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 10px 0;
  }
  .aris .indicator-wrapper .info .chart .tools > div:first-child {
    /*border: 1px solid red;
    flex-basis: 100%;
    width: 100%;
    flex-grow:1 !important;
    display: block;*/
  }
  .aris .indicator-wrapper .info .chart .tools .confidence-interval:hover .tooltip-wrapper div {
    display: block;
    left: -50%;
    width: 240px;
    top: 40px;
    background-color: #fff;
    border: 1px solid #333;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 7px;
    z-index: 1000;
    color: #333;
  }
}
.aris .topic-wrapper .accordion .accordion__wrapper .accordion__header {
  background: #FFFFFF;
}
.aris .topic-wrapper .accordion .accordion__wrapper .accordion__header button {
  padding: 0;
  padding-left: 40px;
  font-size: 16px;
}
.aris .topic-wrapper .accordion .accordion__wrapper .accordion__header button:before {
  top: 8px;
  width: 10px;
  height: 10px;
}

.chip-wrap.blue {
  display: inline-block;
}
.chip-wrap.blue a {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
.chip-wrap.blue a span.chip {
  display: inline-block;
  background-color: #003DA5 !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 1px 7px !important;
}
.chip-wrap.blue a span.chip:hover {
  text-decoration: underline;
}

/*a, 
a:hover, 
a:active, 
a:visited, 
a:focus {
    text-decoration: none !important;
    outline: none;
}*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font: 100% Helvetica, sans-serif;
  color: #000;
}

.container.app,
.container-fluid.app {
  margin-top: 90px;
  margin-bottom: 15px;
  font-size: 14px !important;
}
@media screen and (max-width: 576px) {
  .container.app,
  .container-fluid.app {
    margin-top: 60px;
  }
}

.back-to-top a {
  margin: 20px 0;
  color: #003DA5;
}
.back-to-top a:hover {
  text-decoration: underline !important;
}

.aris {
  font-size: 14px;
  line-height: 20px;
}
.aris a:link,
.aris a:visited,
.aris a:hover {
  color: #003da5;
}
.aris a:hover {
  text-decoration: underline;
}
.aris .no-underline:hover {
  text-decoration: none !important;
}
.aris .no-underline a:link,
.aris .no-underline a:visited,
.aris .no-underline a:hover {
  text-decoration: none !important;
}
.aris h1 {
  font-weight: bold;
  font-size: 32px;
  margin: 30px 0 15px 0;
  color: #071d49;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 576px) {
  .aris h1 {
    font-size: 28px;
  }
}
.aris .page-wrapper {
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .aris .page-wrapper {
    width: 100% !important;
  }
}
.aris .alert {
  box-sizing: border-box;
  border-left: 7px solid orange;
  background: #eef1f6;
  padding: 0;
  border-radius: 0;
}
.aris .alert .alert-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.aris .alert .alert-wrap .message {
  padding: 15px 5px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.aris .alert .alert-wrap .remove {
  background: orange;
  width: 47px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.aris .alert .alert-wrap img {
  padding: 15px;
}
.aris .alert .alert-wrap .info-img {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .aris .alert .alert-wrap .info-img {
    display: none;
  }
}

.aris .indicator-menu-mobile {
  display: none;
  background: url("./../images/indicator-mobile.png") center no-repeat;
  min-width: 50px;
  height: 45px;
  background-color: #003da5;
}
@media screen and (max-width: 1200px) {
  .aris .indicator-menu-mobile {
    position: fixed;
    top: 40vh;
    left: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .aris .indicator-menu-mobile {
    display: inline-block;
    position: relative;
    top: unset;
    left: unset;
  }
}
.aris .button {
  background: #071d49;
  color: #FFFFFF !important;
  outline: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.aris .button--secondary {
  background: #556C7C;
}
.aris .button--secondary:hover {
  background: #071d49;
}
.aris .button--large {
  padding: 10px;
}
.aris .button--disabled {
  background-color: #bfbfbf;
  color: #eee;
  cursor: not-allowed;
}
.aris .button--disabled:hover {
  background-color: #bfbfbf;
}
.aris .button--small {
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 10px;
  width: 75px;
}
.aris .indicator-wrapper {
  margin-top: 15px;
  line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
  .aris .indicator-wrapper {
    margin-top: 0px;
  }
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper.yellow .info .title-indicator {
    border-bottom: 2px solid #FBB03B;
  }
}
.aris .indicator-wrapper.yellow .info .title-indicator h6 {
  border-bottom: 2px solid #FBB03B;
}
.aris .indicator-wrapper.yellow .info .title-indicator h4, .aris .indicator-wrapper.yellow .info .title-indicator h3, .aris .indicator-wrapper.yellow .info .title-indicator h2, .aris .indicator-wrapper.yellow .info .title-indicator h1 {
  border-bottom: 2px solid #FBB03B;
}
.aris .indicator-wrapper.yellow .info .note {
  border: 2px solid #FBB03B;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper.purple .info .title-indicator {
    border-bottom: 2px solid #84329B;
  }
}
.aris .indicator-wrapper.purple .info .title-indicator h6 {
  border-bottom: 2px solid #84329B;
}
.aris .indicator-wrapper.purple .info .note {
  border: 2px solid #84329B;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper.red .info .title-indicator {
    border-bottom: 2px solid #971B2F;
  }
}
.aris .indicator-wrapper.red .info .title-indicator h6 {
  border-bottom: 2px solid #971B2F;
}
.aris .indicator-wrapper.red .info .note {
  border: 2px solid #971B2F;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper.blue .info .title-indicator {
    border-bottom: 2px solid #489FDF;
  }
}
.aris .indicator-wrapper.blue .info .title-indicator h6 {
  border-bottom: 2px solid #489FDF;
}
.aris .indicator-wrapper.blue .info .note {
  border: 2px solid #489FDF;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper.green .info .title-indicator {
    border-bottom: 2px solid #00843D;
  }
}
.aris .indicator-wrapper.green .info .title-indicator h6 {
  border-bottom: 2px solid #00843D;
}
.aris .indicator-wrapper.green .info .note {
  border: 2px solid #00843D;
}
.aris .indicator-wrapper .bold-hover:hover {
  font-weight: bold !important;
}
.aris .indicator-wrapper .download-pdf {
  width: 120px;
  text-align: center;
}
.aris .indicator-wrapper .download-pdf:hover {
  background-color: #003DA5;
}
.aris .indicator-wrapper .dropdown--primary > a {
  background: #DFE6EB;
}
.aris .indicator-wrapper .dropdown--primary .dropdown-toggle {
  color: #071d49;
}
.aris .indicator-wrapper .dropdown--primary .dropdown-menu .dropdown-item:hover {
  background: #FFFFFF;
}
.aris .indicator-wrapper .info {
  padding: 15px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .aris .indicator-wrapper .info {
    padding: 0;
  }
}
.aris .indicator-wrapper .info .mt-15 {
  margin-top: 15px !important;
}
.aris .indicator-wrapper .info .chip-wrap {
  display: inline-block;
}
.aris .indicator-wrapper .info .chip-wrap a {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
.aris .indicator-wrapper .info .chip-wrap a span.chip {
  display: inline-block;
  background: #EFF2F5;
  border-radius: 10px;
  padding: 7px;
}
.aris .indicator-wrapper .info .chip-wrap a span.chip:hover {
  text-decoration: underline;
}
.aris .indicator-wrapper .info .clipboard-confirmation {
  position: relative;
}
.aris .indicator-wrapper .info .clipboard-confirmation span {
  position: absolute;
  background-color: #fcf286;
  color: #333;
  top: 0px;
  right: 40px;
  width: 100px;
  padding: 3px 6px;
  text-align: center;
}
.aris .indicator-wrapper .info .title-indicator {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .aris .indicator-wrapper .info .title-indicator {
    position: sticky;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 10px;
    top: 35px;
    background: white;
    z-index: 9;
  }
}
.aris .indicator-wrapper .info .title-indicator h6 {
  border-bottom: 2px solid #00843d;
  font-weight: bold;
  padding-top: 20px;
  margin: 0;
  color: #071d49;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .title-indicator h6 {
    border-bottom: 0px !important;
    padding-top: 0;
  }
}
.aris .indicator-wrapper .info .title-indicator img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.aris .indicator-wrapper .info a.toggle-menu {
  padding-top: 15px;
  font-size: 16px;
  color: #003DA5;
  font-weight: bold;
}
.aris .indicator-wrapper .info a.toggle-menu img {
  margin-right: 5px;
}
.aris .indicator-wrapper .info h2.title {
  font-weight: bold;
  color: #071d49;
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 1200px) {
  .aris .indicator-wrapper .info h2.title {
    margin: 1rem 0 0 0;
  }
}
.aris .indicator-wrapper .info .separator {
  color: #999;
  margin-bottom: 0 !important;
}
.aris .indicator-wrapper .info .last-updated {
  margin-bottom: 0px;
  color: #576F7F;
}
.aris .indicator-wrapper .info .multiple-topics {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #576F7F;
}
.aris .indicator-wrapper .info .note {
  border: 2px solid #00843d;
  padding: 10px;
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
}
.aris .indicator-wrapper .info .note P {
  margin-bottom: 0;
}
.aris .indicator-wrapper .info p {
  line-height: 20px;
}
.aris .indicator-wrapper .info .chart {
  background: #DFE6EB;
  border-top: 3px solid #C0C7CB;
  border-bottom: 3px solid #C0C7CB;
  margin-bottom: 20px;
  padding: 7px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .chart {
    margin-bottom: 40px;
  }
}
.aris .indicator-wrapper .info .chart.highlight figure {
  background-color: rgba(251, 184, 58, 0.65);
}
.aris .indicator-wrapper .info .chart .share {
  position: absolute;
  right: -35px;
  top: -3px;
  background: #071d49;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .chart .share {
    right: 0;
    bottom: -25px;
    top: initial;
  }
}
.aris .indicator-wrapper .info .chart .share .share-button-wrap {
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .chart .share .share-button-wrap {
    overflow: visible;
  }
}
.aris .indicator-wrapper .info .chart .share .share-button-wrap img {
  padding: 10px;
  padding: 0;
  height: 100%;
  object-fit: cover;
  margin-left: -65px;
  width: 100px;
}
.aris .indicator-wrapper .info .chart .share .share-button-wrap.show {
  overflow: visible;
}
.aris .indicator-wrapper .info .chart .share .share-options {
  display: none;
  background: #FFFFFF;
}
.aris .indicator-wrapper .info .chart .share .share-options ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aris .indicator-wrapper .info .chart .share .share-options ul li {
  margin-top: 2px;
}
.aris .indicator-wrapper .info .chart .share .share-options ul li img {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.aris .indicator-wrapper .info .chart figure {
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  display: inline-block;
  padding: 0px 3px;
}
.aris .indicator-wrapper .info .chart img.figure {
  width: 100%;
}
.aris .indicator-wrapper .info .chart .figure-footnotes {
  margin-top: 15px;
}
.aris .indicator-wrapper .info .chart .figure-footnotes img {
  max-width: 14px;
}
.aris .indicator-wrapper .info .chart .figure-footnotes P {
  padding: 4px 4px 2px 4px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 15px;
}
.aris .indicator-wrapper .info .chart .figure-footnotes P a:hover {
  text-decoration: underline !important;
}
.aris .indicator-wrapper .info .component-paragraph {
  margin-bottom: 17px;
}
.aris .indicator-wrapper .info .component-paragraph > div:first-child {
  margin: 0;
  padding: 1px 3px;
}
.aris .indicator-wrapper .info .component-paragraph.highlight {
  background-color: rgba(251, 184, 58, 0.65);
}
.aris .indicator-wrapper .info .component-paragraph .controls {
  background-color: #fff;
}
.aris .indicator-wrapper .info .component-paragraph .controls a {
  display: block;
  padding-top: 10px;
}
.aris .indicator-wrapper .info .footnotes {
  font-size: 12px;
  line-height: 17px;
  word-break: break-word;
}
.aris .indicator-wrapper .info .footnotes p {
  margin-bottom: 7px;
}
.aris .indicator-wrapper .info .complex-label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .complex-label {
    flex-direction: column;
  }
}
.aris .indicator-wrapper .info .complex-label .plus-icon {
  margin: 0 10px;
  font-size: 30px;
  color: #071d49;
}
.aris .indicator-wrapper .info .complex-label .taxonomy-static-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .complex-label .taxonomy-static-wrap {
    margin-bottom: 15px;
  }
}
.aris .indicator-wrapper .info .complex-label .taxonomy-static-wrap .taxonomy-static-label {
  border: 1px solid #071d49;
  background-color: #DFE6EB;
  padding: 11px 6px 0 6px;
  font-size: 16px;
  height: 46px;
  vertical-align: central;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .complex-label .taxonomy-static-wrap .taxonomy-static-label {
    white-space: normal;
    height: auto;
    padding: 10px;
  }
}
.aris .indicator-wrapper .info .subgroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.aris .indicator-wrapper .info .subgroup h5 {
  color: #071d49;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .subgroup h5 {
    font-size: 16px;
  }
}
.aris .indicator-wrapper .info .subgroup .show-available-findings {
  width: 230px;
  font-size: 16px;
  padding: 3px 10px;
  background-color: #071d49;
  color: #fff;
}
.aris .indicator-wrapper .info .subgroup .show-available-findings.button--disabled {
  background-color: #bfbfbf;
  color: #eee;
  cursor: not-allowed;
}
.aris .indicator-wrapper .info .subgroup .show-available-findings.button--disabled:hover {
  background-color: #bfbfbf;
}
@media screen and (max-width: 576px) {
  .aris .indicator-wrapper .info .subgroup .show-available-findings {
    width: 57%;
    font-size: 14px;
  }
}
.aris .indicator-wrapper .info .subgroup .show-available-findings:hover {
  background-color: #003da5;
}
.aris .indicator-wrapper .info .subgroup > div {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .aris .indicator-wrapper .info .subgroup > div {
    max-width: 100%;
  }
}
.aris .indicator-wrapper .info .suggested-citation {
  margin-top: 40px;
}
.aris .indicator-wrapper .info .suggested-citation h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 !important;
  margin-bottom: 10px !important;
  color: #071d49;
}

.aris .coe-indicator-wrapper {
  width: 95%;
  margin: auto;
}
.aris .coe-indicator-wrapper .mb-8 {
  margin-bottom: 2em !important;
}
.aris .coe-indicator-wrapper h3 {
  color: #071d49;
}
.aris .coe-indicator-wrapper .main-image {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .main-image {
    display: none;
  }
}
.aris .coe-indicator-wrapper .modal .modal-dialog {
  max-width: 620px;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 13px solid #FBB03B;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body {
  padding: 10px;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .close-modal {
  float: right;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info {
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info img {
    width: 48px;
  }
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info h3 {
  margin-left: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info h3 {
    font-size: 1.2rem;
  }
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info p {
  margin: 20px 0;
  font-size: 16px;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info .accordion .accordion__wrapper .accordion__header {
  background: #FFFFFF;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info .accordion .accordion__wrapper .accordion__header button {
  padding: 0;
  padding-left: 40px;
  font-size: 16px;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info .accordion .accordion__wrapper .accordion__header button:before {
  top: 8px;
  width: 10px;
  height: 10px;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info ul {
  font-size: 16px;
  list-style-type: none;
  padding-left: 20px;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info ul li {
  margin-bottom: 15px;
}
.aris .coe-indicator-wrapper .modal .modal-dialog .modal-content .modal-body .info ul li a {
  color: #003da5;
}
.aris .coe-indicator-wrapper .explore {
  padding: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .aris .coe-indicator-wrapper .explore {
    padding: 0;
    margin-top: 10px;
  }
}
.aris .coe-indicator-wrapper .explore > div {
  text-align: center;
}
.aris .coe-indicator-wrapper .explore > div a {
  padding: 20px 40px;
  background: #FBB03B;
  color: #071D49;
  font-size: 24px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .aris .coe-indicator-wrapper .explore > div a {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 14px;
  }
}
.aris .coe-indicator-wrapper .explore > div a:hover {
  background: #003DA5;
  color: #FFFFFF;
}
.aris .coe-indicator-wrapper .explore-edition {
  font-size: 18px;
}
.aris .coe-indicator-wrapper .explore-edition ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 80%;
  overflow: hidden;
}
.aris .coe-indicator-wrapper .explore-edition ul .lh-22 {
  line-height: 22px !important;
}
.aris .coe-indicator-wrapper .explore-edition ul li a {
  color: #071d49;
  padding: 7px;
  display: inline-block;
  width: 100%;
}
.aris .coe-indicator-wrapper .explore-edition ul li a:only-child {
  border-bottom: 1px solid #C0C7CB;
  color: #003da5;
}
.aris .coe-indicator-wrapper .explore-edition ul li:last-child {
  font-size: 16px;
  line-height: 20px;
}
.aris .coe-indicator-wrapper .explore-edition ul li ul {
  width: 100%;
}
.aris .coe-indicator-wrapper .explore-edition ul li ul li a {
  font-size: 16px;
  border-bottom: 1px solid #C0C7CB;
  margin-left: 20px;
}
.aris .coe-indicator-wrapper .explore-edition ul li ul li:last-child a {
  padding-left: 25px;
  margin-left: 0;
}
.aris .coe-indicator-wrapper .explore-topics {
  margin-top: 70px;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics {
    margin-top: 0;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper {
  position: relative;
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .looking-for {
  position: absolute;
  top: 10px;
  left: -150px;
  z-index: 9;
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .looking-for {
    display: none;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .looking-for img {
  position: sticky;
  top: 55px;
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect {
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect {
    margin-bottom: 0;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap {
    flex-direction: row;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-img {
  height: 120px;
  padding: 20px 0;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-img {
    padding: 0;
    padding-right: 15px;
    height: auto;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-img > img {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-img > img {
    width: 50px;
    height: auto;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-header {
  height: 70px;
  display: flex;
  align-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-header {
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-header {
    height: auto;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-header h3 {
  margin: 0 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-header h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-header h3 {
    font-size: 1.2rem;
    text-align: left;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .new-indicator {
  background-color: #FBB03B;
  font-size: 17px;
  display: inline-block;
  padding: 4px 8px;
  position: absolute;
  top: -25px;
  left: 40%;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .new-indicator {
    position: relative;
    top: auto;
    left: auto;
    float: left;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-description {
  display: flex;
  flex-grow: 1;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-description {
    text-align: left;
    margin-top: 7px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect .topic-wrap .topic-description {
    font-size: 12px;
  }
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect:hover {
  border: 1px solid #C0C7CB;
  cursor: pointer;
}
.aris .coe-indicator-wrapper .explore-topics .topics-wrapper .topics > div.hovereffect a {
  text-decoration: none;
  color: #333;
}
.aris .coe-indicator-wrapper .explore-subgroups .accordion .accordion__wrapper.has-accordion .accordion__wrapper .accordion__header {
  background: #FFFFFF;
}
.aris .coe-indicator-wrapper .explore-subgroups .accordion .accordion__wrapper.has-accordion .accordion__wrapper .accordion__header button {
  padding: 0;
  padding-left: 40px;
  font-size: 16px;
}
.aris .coe-indicator-wrapper .explore-subgroups .accordion .accordion__wrapper.has-accordion .accordion__wrapper .accordion__header button:before {
  top: 8px;
  left: 20px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.aris .coe-indicator-wrapper .explore-subgroups .accordion .accordion__wrapper .accordion__header button {
  padding: 5px 0;
  padding-left: 10px;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-subgroups .accordion .accordion__wrapper .accordion__header button {
    display: flex;
    align-items: center;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .accordion .accordion__wrapper .accordion__header button img {
  height: 45px;
  width: 45px;
  margin-right: 10px;
}
.aris .coe-indicator-wrapper .explore-subgroups .accordion .accordion__wrapper .accordion__header button:before {
  left: auto;
  right: 15px;
  display: inline-block;
}
.aris .coe-indicator-wrapper .explore-subgroups h3 {
  margin: 20px 0;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items {
  position: relative;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items .dropdown-toggle span {
  color: #071d49;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items h4 {
  color: #071d49;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items .looking-for {
  position: absolute;
  top: -5px;
  left: -153px;
  display: inline-block;
  z-index: 9;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .aris .coe-indicator-wrapper .explore-subgroups .subgroups-items .looking-for {
    display: none;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items .looking-for img {
  position: sticky;
  top: 50px;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper {
  padding: 10px 0;
  list-style-type: none;
  margin: 0;
  width: 100%;
  border-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li {
  background: #576F7F;
  width: 27%;
  height: 75px;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li {
    width: 100% !important;
    height: auto;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li a {
  padding: 15px 10px;
  height: 100%;
  width: 100%;
  display: inline-block;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li a h3 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li a h3 {
    font-size: 17px;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li:first-child {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li:not(:last-child) {
    border-bottom: 2px solid #FFFFFF;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li:not(:last-child) a:after {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  right: 0;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li:not(:last-child) a:after {
    border-right: 0;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li.active {
  background: #FBB03B;
  height: 95px;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li.active {
    height: auto;
  }
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li.active a {
  color: #000000;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li.active a:after {
  border-right: 0;
}
.aris .coe-indicator-wrapper .explore-subgroups .subgroups-items ul.tab-wrapper li.remove-border a:after {
  border-right: 0;
}
.aris .coe-indicator-wrapper .options {
  padding: 15px;
}
.aris .coe-indicator-wrapper .options .option {
  padding: 30px;
  cursor: pointer;
  border: 1px solid transparent;
}
.aris .coe-indicator-wrapper .options .option > div {
  text-align: center;
  -webkit-transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.aris .coe-indicator-wrapper .options .option h4 {
  width: 90%;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #071d49;
}
@media screen and (max-width: 1200px) {
  .aris .coe-indicator-wrapper .options .option h4 {
    width: 100%;
  }
}
.aris .coe-indicator-wrapper .options .option h4:hover {
  text-decoration: underline !important;
}
.aris .coe-indicator-wrapper .options .option:hover {
  border: 1px solid #DFE6EB;
}
.aris .coe-indicator-wrapper .options .option:hover > div {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.aris .coe-indicator-wrapper .options .option img {
  max-width: 95%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .aris .coe-indicator-wrapper .options .option img {
    height: 220px;
  }
}

.aris .dashboard-wrapper .hr-orange {
  border-bottom: 2px solid orange;
}
.aris .dashboard-wrapper .font-size-16 {
  font-size: 16px !important;
}
.aris .dashboard-wrapper .font-size-12 {
  font-size: 12px !important;
  line-height: 14px;
}
.aris .dashboard-tooltip {
  background: #FFFFFF;
  border: 2px solid #DFE6EB;
  padding: 5px 10px;
  width: 380px;
  position: absolute;
  z-index: 100;
  display: none;
  -webkit-box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 5px 15px 0px rgba(0, 0, 0, 0.75);
}
.aris .dashboard-tooltip.show {
  display: block;
}
.aris .dashboard-tooltip .number {
  font-size: 14px;
}
.aris .dashboard-tooltip .small-text {
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
}
.aris .dashboard-tooltip .w-50 {
  width: 50%;
}
.aris .dashboard-tooltip h5 {
  display: inline-block;
  border-bottom: 2px solid orange;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-top: 10px;
}
.aris .dashboard-tooltip .flex-grow-1 {
  border-bottom: 2px solid #DFE6EB;
  padding: 6px 6px 6px 6px;
}
.aris .dashboard-tooltip .flex-grow-1:first-child {
  border-right: 2px solid #DFE6EB;
}
.aris .dashboard-tooltip footer {
  margin-top: 12px;
  text-align: right;
}
.aris .dashboard-tooltip footer a:link,
.aris .dashboard-tooltip footer a:visited,
.aris .dashboard-tooltip footer a:hover {
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
.aris .dashboard-tooltip footer a:hover {
  text-decoration: underline;
}

.aris .digest-wrapper h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #071d49;
}
.aris .digest-wrapper p.inclusion {
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
  color: #000;
}
.aris .digest-wrapper .main-list {
  margin-top: 20px;
}
.aris .digest-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.aris .digest-wrapper ul li {
  border-bottom: 1px solid #c0c7cb;
  padding: 10px 0;
  font-size: 16px;
}
.aris .digest-wrapper ul li:first-child p {
  border: 1px solid #dfe6eb;
  color: #003da5;
  padding: 10px;
  margin-bottom: 0;
  font-size: 18px;
}
.aris .digest-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: contain;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .aris .digest-wrapper img {
    height: auto;
  }
}
.aris .digest-wrapper .options {
  padding: 15px;
}
.aris .digest-wrapper .options .option {
  padding: 30px;
  cursor: pointer;
  border: 1px solid transparent;
}
.aris .digest-wrapper .options .option > div {
  text-align: center;
  -webkit-transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.aris .digest-wrapper .options .option h4 {
  width: 90%;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #071d49;
}
.aris .digest-wrapper .options .option h4:hover {
  text-decoration: underline !important;
}
.aris .digest-wrapper .options .option:hover {
  border: 1px solid #DFE6EB;
}
.aris .digest-wrapper .options .option:hover > div {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.aris .digest-wrapper .options .option img {
  max-width: 95%;
  height: auto !important;
}

.chart.digest-figure {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.lightblue-separator {
  border-top: 1px solid #a8b5c0;
}

.figure-title-under-category {
  font-size: 12px;
  font-weight: bold;
}

.digest.figure-footnotes p {
  font-size: 12px !important;
}

.aris .projections-wrapper h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.aris .projections-wrapper h4 {
  font-size: 18px;
  margin: 10px 0;
}
.aris .projections-wrapper .description p {
  width: 80%;
  margin: auto;
  line-height: 20px;
  font-size: 14px;
  color: #000;
}
.aris .projections-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.aris .projections-wrapper ul.main-list {
  margin-top: 20px;
  font-size: 18px;
  color: #003da5;
}
.aris .projections-wrapper ul.main-list li {
  border-bottom: 1px solid #c0c7cb;
  padding: 10px 0;
}
.aris .projections-wrapper h3, .aris .projections-wrapper h4 {
  color: #071d49;
}
.aris .projections-wrapper ul.projections-list {
  color: #003da5;
}
.aris .projections-wrapper ul.projections-list li {
  border-bottom: 1px solid #c0c7cb;
  padding: 10px 0;
  font-size: 16px;
  padding-left: 15px;
  /*&:last-child {
      padding-left: 5px;
  }*/
}
.aris .projections-wrapper ul.projections-list li a {
  line-height: 22px;
}
.aris .projections-wrapper img {
  width: 100%;
  height: 370px;
  object-fit: contain;
}
.aris .projections-wrapper .options {
  padding: 15px;
}
.aris .projections-wrapper .options .option {
  padding: 30px;
  cursor: pointer;
  border: 1px solid transparent;
}
.aris .projections-wrapper .options .option > div {
  text-align: center;
  -webkit-transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 1s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.aris .projections-wrapper .options .option h4 {
  width: 80%;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #071d49;
}
.aris .projections-wrapper .options .option h4:hover {
  text-decoration: underline !important;
}
.aris .projections-wrapper .options .option:hover {
  border: 1px solid #DFE6EB;
}
.aris .projections-wrapper .options .option:hover > div {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.aris .projections-wrapper .options .option img {
  max-width: 95%;
  height: auto !important;
  /*width: 100%;
  height: 130px;*/
}

.aris .glossary-wrapper blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.aris .glossary-wrapper p a {
  word-break: break-word;
}
.aris .glossary-wrapper .border-separator {
  border-bottom: 2px solid #dee5eb;
  padding-bottom: 10px;
}
.aris .glossary-wrapper .glossary-menu {
  margin-top: 30px;
}
.aris .glossary-wrapper .glossary-menu > ul {
  list-style-type: none;
  background: #DFE6EB;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .aris .glossary-wrapper .glossary-menu > ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.aris .glossary-wrapper .glossary-menu > ul li {
  font-weight: bold;
  padding: 4px 10px 0 10px;
  position: relative;
}
.aris .glossary-wrapper .glossary-menu > ul li a {
  color: #003DA5;
  font-size: 18px;
}
.aris .glossary-wrapper .glossary-menu > ul li a:hover {
  text-decoration: underline;
}
.aris .glossary-wrapper .glossary-menu > ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  height: 13px;
  border-right: 1px solid #000000;
}

.aris .atglance-wrapper h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #071d49;
}
.aris .atglance-wrapper .table-section h4 img {
  max-width: 30px;
  margin-right: 7px;
}
.aris .atglance-wrapper .table-section {
  position: relative;
  margin-bottom: 50px;
}
.aris .atglance-wrapper table {
  border-bottom: 4px solid #dee2e6;
}
.aris .atglance-wrapper table tbody {
  /* td:has(div) {
      vertical-align: middle;
      color: red !important;
  }*/
}
.aris .atglance-wrapper table tbody td {
  text-align: center;
  vertical-align: middle;
}
.aris .atglance-wrapper table tbody td[colspan="4"] {
  border-bottom: 1px solid #fff !important;
  padding-bottom: 0px;
}
.aris .atglance-wrapper table tbody td:first-child {
  text-align: left;
  padding-left: 0;
  font-weight: bold;
  padding-right: 100px;
}
.aris .atglance-wrapper table tbody td:nth-child(2), .aris .atglance-wrapper table tbody td:nth-child(3) {
  width: 16%;
  text-align: left;
}
.aris .atglance-wrapper table tbody td:nth-child(2) span, .aris .atglance-wrapper table tbody td:nth-child(3) span {
  font-size: 20px;
  font-weight: bold;
  color: #071d49;
  display: block;
  margin-bottom: 7px;
}
.aris .atglance-wrapper table tbody td:nth-child(4) {
  width: 81px;
}
.aris .atglance-wrapper table tbody td div.indented,
.aris .atglance-wrapper table tbody td p.indented {
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
}
.aris .atglance-wrapper table tbody td div.indented-level-2,
.aris .atglance-wrapper table tbody td p.indented-level-2 {
  margin-left: 35px;
  margin-bottom: 0;
  font-weight: normal;
}
.aris .atglance-wrapper table tbody td div.indented-level-3,
.aris .atglance-wrapper table tbody td p.indented-level-3 {
  margin-left: 50px;
  margin-bottom: 0;
  font-weight: normal;
}
.aris .atglance-wrapper table tbody td .change-down {
  display: inline-block;
  padding: 12px 12px;
  width: 90px;
  text-align: center;
  background-color: #071d49;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.aris .atglance-wrapper table tbody td .change-down::before {
  content: "Lower";
}
.aris .atglance-wrapper table tbody td .change-up {
  display: inline-block;
  padding: 10px 10px;
  width: 90px;
  text-align: center;
  background-color: #FBB03B;
  color: #333;
  font-weight: bold;
  font-size: 13px;
}
.aris .atglance-wrapper table tbody td .change-up::before {
  content: "Higher";
}
.aris .atglance-wrapper table thead th {
  color: #071d49;
  border-top: 0 !important;
}
.aris .atglance-wrapper table thead th:nth-child(4) {
  width: 81px;
}
.aris .atglance-wrapper table thead th:first-child {
  color: #003da5;
  font-size: 20px;
  border-top: 0 !important;
  width: 64%;
  padding-left: 0;
  font-weight: normal;
}
.aris .atglance-wrapper table thead th:first-child a {
  color: #003da5;
}
.aris .atglance-wrapper h4 {
  color: #071d49;
  margin-top: 20px;
}
.aris .atglance-wrapper ul.notes {
  padding: 0;
  list-style-type: none;
}
.aris .atglance-wrapper ul.notes li {
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  margin-bottom: 5px;
}
.aris .atglance-wrapper sup {
  padding-left: 2px;
}
.aris .atglance-wrapper .accordion .card-body .d-flex {
  margin-bottom: 10px;
}
.aris .atglance-wrapper .accordion .card-body .change-between-years {
  width: 100px;
  text-align: center;
  font-weight: bold;
}

.aris .currenttables-wrapper .root-topic h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
}
.aris .currenttables-wrapper .root-topic h3 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}
.aris .currenttables-wrapper .root-topic h4 {
  font-size: 18px;
  line-height: 22px;
}
.aris .currenttables-wrapper .root-topic .reference-wrap {
  border: 6px solid #dfe6eb;
  padding: 15px;
  margin-bottom: 15px;
}
.aris .currenttables-wrapper .root-topic .reference-tables {
  margin-top: 5px;
  margin-left: 10px;
  padding: 5px 8px 1px 8px;
}
.aris .currenttables-wrapper .root-topic .indicator strong {
  display: block;
}

.menu-wrap {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .menu-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: white;
    top: 0;
    left: 0;
    overflow-y: auto;
  }
  .menu-wrap.show {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .menu-wrap .collapse-btn {
    display: none;
  }
}
.menu-wrap .collapse-btn:hover {
  background-color: #003da5;
}
.menu-wrap .menu a:hover {
  text-decoration: none;
}
.menu-wrap .menu ul.main-list {
  width: 250px;
  border-right: 5px solid #DFE6EB;
  border-top: 2px solid #C0C7CB;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-wrap .menu ul.main-list.scrollable {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .menu-wrap .menu ul.main-list.scrollable {
    max-height: 100%;
    margin-bottom: 0;
  }
}
.menu-wrap .menu ul.main-list.related-sites-wrapper {
  border-right: 2px solid #C0C7CB;
}
.menu-wrap .menu ul.main-list::-webkit-scrollbar-track {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #C3C3C3 60%, #e3e3e3 61%, #e3e3e3 100%);
}
.menu-wrap .menu ul.main-list::-webkit-scrollbar {
  width: 4px;
}
.menu-wrap .menu ul.main-list::-webkit-scrollbar-thumb {
  background-color: #C3C3C3;
  border-radius: 4px;
}
.menu-wrap .menu ul.main-list .mobile-menu-header {
  display: none;
}
.menu-wrap .menu ul.main-list .mobile-menu-header > h4 {
  margin: 0;
  color: #FFFFFF;
}
.menu-wrap .menu ul.main-list .mobile-menu-header .indicator-menu-mobile-close {
  background: url("../images/close.svg") center no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1200px) {
  .menu-wrap .menu ul.main-list {
    width: 100%;
    border-top: 0;
  }
  .menu-wrap .menu ul.main-list .mobile-menu-header {
    position: sticky;
    top: 0;
    background: #071d49;
    padding: 15px;
    color: #FFF;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.menu-wrap .menu ul.main-list > li h5 {
  border-bottom: 1px solid #C0C7CB;
  padding: 10px;
  margin: 0;
  color: #071d49;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  /*&:before {
          content: "+";
          display: inline-block;
      }*/
}
.menu-wrap .menu ul.main-list > li a:link,
.menu-wrap .menu ul.main-list > li a:visited,
.menu-wrap .menu ul.main-list > li a:hover {
  color: #071d49 !important;
}
.menu-wrap .menu ul.main-list > li.active {
  border-bottom: 2px solid #00843d;
}
.menu-wrap .menu ul.main-list > li.active h5 {
  background: #00843d;
  color: #FFFFFF;
  font-weight: bold;
  /*&:before {
          content: "-";
      }*/
}
.menu-wrap .menu ul.main-list > li.yellow > h5:hover {
  background-color: #FBB03B;
  color: #000;
}
.menu-wrap .menu ul.main-list > li.yellow.active {
  border-bottom: 2px solid #FBB03B;
}
.menu-wrap .menu ul.main-list > li.yellow.active > h5 {
  background-color: #FBB03B;
  color: #000;
  border-bottom: 1px solid #FBB03B;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.level2 li {
  border-bottom: 1px solid #FBB03B !important;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.level2 li h6:hover {
  background-color: #ffe4b9;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.level2 li:last-child {
  border-bottom-width: 0 !important;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.level2 li.active h6 {
  border-bottom: 1px solid #FBB03B;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.indicator-links:before {
  background: #FBB03B;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.indicator-links:after {
  background: #FBB03B;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.indicator-links li {
  border-bottom: 1px solid #FBB03B !important;
  line-height: 17px;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.indicator-links li:last-child {
  border-bottom-width: 0 !important;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.indicator-links li.active {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.yellow.active ul.indicator-links li:hover {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.purple > h5:hover {
  background-color: #84329B;
  color: #fff;
}
.menu-wrap .menu ul.main-list > li.purple.active {
  border-bottom: 2px solid #84329B;
}
.menu-wrap .menu ul.main-list > li.purple.active > h5 {
  background-color: #84329B;
  color: #fff;
  border-bottom: 1px solid #84329B;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.level2 li {
  border-bottom: 1px solid #84329B !important;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.level2 li h6:hover {
  background-color: #f2dcf8;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.level2 li:last-child {
  border-bottom-width: 0 !important;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.level2 li.active h6 {
  border-bottom: 1px solid #84329B;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.indicator-links:before {
  background: #84329B;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.indicator-links:after {
  background: #84329B;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.indicator-links li:hover {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.purple.active ul.indicator-links li.active {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.red > h5:hover {
  background-color: #971B2F;
  color: #fff;
}
.menu-wrap .menu ul.main-list > li.red.active {
  border-bottom: 2px solid #971B2F;
}
.menu-wrap .menu ul.main-list > li.red.active > h5 {
  background-color: #971B2F;
  color: #fff;
  border-bottom: 1px solid #971B2F;
}
.menu-wrap .menu ul.main-list > li.red.active ul.level2 li {
  border-bottom: 1px solid #971B2F !important;
}
.menu-wrap .menu ul.main-list > li.red.active ul.level2 li h6:hover {
  background-color: #f5bbc4;
}
.menu-wrap .menu ul.main-list > li.red.active ul.level2 li:last-child {
  border-bottom-width: 0 !important;
}
.menu-wrap .menu ul.main-list > li.red.active ul.level2 li.active h6 {
  border-bottom: 1px solid #971B2F;
}
.menu-wrap .menu ul.main-list > li.red.active ul.indicator-links:before {
  background: #971B2F;
}
.menu-wrap .menu ul.main-list > li.red.active ul.indicator-links:after {
  background: #971B2F;
}
.menu-wrap .menu ul.main-list > li.red.active ul.indicator-links li:hover {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.red.active ul.indicator-links li.active {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.blue > h5:hover {
  background-color: #489FDF;
  color: #000;
}
.menu-wrap .menu ul.main-list > li.blue.active {
  border-bottom: 2px solid #489FDF;
}
.menu-wrap .menu ul.main-list > li.blue.active > h5 {
  background-color: #489FDF;
  color: #000;
  border-bottom: 1px solid #489FDF;
}
.menu-wrap .menu ul.main-list > li.blue.active ul.level2 li {
  border-bottom: 1px solid #489FDF !important;
}
.menu-wrap .menu ul.main-list > li.blue.active ul.level2 li:last-child {
  border-bottom-width: 0 !important;
}
.menu-wrap .menu ul.main-list > li.blue.active ul.level2 li.active h6 {
  border-bottom: 1px solid #489FDF;
}
.menu-wrap .menu ul.main-list > li.blue.active ul.indicator-links:before {
  background: #489FDF;
}
.menu-wrap .menu ul.main-list > li.blue.active ul.indicator-links:after {
  background: #489FDF;
}
.menu-wrap .menu ul.main-list > li.blue.active ul.indicator-links li:hover {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.blue.active ul.indicator-links li.active {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.green > h5:hover {
  background-color: #00843D;
  color: #fff;
}
.menu-wrap .menu ul.main-list > li.green.active {
  border-bottom: 2px solid #00843D;
}
.menu-wrap .menu ul.main-list > li.green.active > h5 {
  background-color: #00843D;
  color: #fff;
  border-bottom: 1px solid #00843D;
}
.menu-wrap .menu ul.main-list > li.green.active ul.level2 li {
  border-bottom: 1px solid #00843D !important;
}
.menu-wrap .menu ul.main-list > li.green.active ul.level2 li h6:hover {
  background-color: #b0f2ce;
}
.menu-wrap .menu ul.main-list > li.green.active ul.level2 li:last-child {
  border-bottom-width: 0 !important;
}
.menu-wrap .menu ul.main-list > li.green.active ul.level2 li.active h6 {
  border-bottom: 1px solid #00843D;
}
.menu-wrap .menu ul.main-list > li.green.active ul.indicator-links:before {
  background: #00843D;
}
.menu-wrap .menu ul.main-list > li.green.active ul.indicator-links:after {
  background: #00843D;
}
.menu-wrap .menu ul.main-list > li.green.active ul.indicator-links li:hover {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.green.active ul.indicator-links li.active {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li.external-state-link {
  border-bottom: 1px solid #C0C7CB;
  background-color: #fafcfc;
  padding: 10px 10px;
}
.menu-wrap .menu ul.main-list > li.external-state-link h6 {
  font-size: 14px;
  margin: 0 0;
  margin-bottom: 10px;
}
.menu-wrap .menu ul.main-list > li.external-state-link div {
  font-size: 12px;
  line-height: 14px;
}
.menu-wrap .menu ul.main-list > li.external-state-link img {
  position: relative;
  margin-left: 5px;
  width: 14px;
  top: -2px;
}
.menu-wrap .menu ul.main-list > li.external-state-link a:hover {
  text-decoration: underline;
}
.menu-wrap .menu ul.main-list > li ul.level2 {
  padding-left: 15px;
  list-style-type: none;
}
.menu-wrap .menu ul.main-list > li ul.level2 li {
  font-size: 14px;
}
.menu-wrap .menu ul.main-list > li ul.level2 li.spotlight-link a:link,
.menu-wrap .menu ul.main-list > li ul.level2 li.spotlight-link a:visited,
.menu-wrap .menu ul.main-list > li ul.level2 li.spotlight-link a:hover {
  color: #000;
  display: block;
  width: 100%;
}
.menu-wrap .menu ul.main-list > li ul.level2 li.spotlight-link.active {
  background-color: #DFE6EB;
}
.menu-wrap .menu ul.main-list > li ul.level2 li.spotlight-link.active h6 {
  border-bottom: 0 !important;
}
.menu-wrap .menu ul.main-list > li ul.level2 li h6 {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding: 7px;
  /*&:before {
          content: "+";
          display: inline-block;
          padding-right: 12px;
          width: 10px;
      }*/
}
.menu-wrap .menu ul.main-list > li ul.level2 li h6 img {
  width: 10px;
  height: 10px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.menu-wrap .menu ul.main-list > li ul.level2 li h6 img.icon-minus {
  display: none;
}
.menu-wrap .menu ul.main-list > li ul.level2 li .plus, .menu-wrap .menu ul.main-list > li ul.level2 li .minus {
  padding-right: 5px;
  font-size: 14px;
}
.menu-wrap .menu ul.main-list > li ul.level2 li.active {
  padding: 0;
}
.menu-wrap .menu ul.main-list > li ul.level2 li.active h6.m-h {
  border-bottom: 1px solid #000000;
  padding: 7px;
  /*&:before {
          content: "-";                                            
      }*/
}
.menu-wrap .menu ul.main-list > li ul.level2 li.active h6.m-h img {
  width: 10px;
  height: 10px;
}
.menu-wrap .menu ul.main-list > li ul.level2 li.active h6.m-h img.icon-plus {
  display: none;
}
.menu-wrap .menu ul.main-list > li ul.level2 li.active h6.m-h img.icon-minus {
  display: inline;
}
.menu-wrap .menu ul.main-list > li ul.level2 li:not(:last-child) {
  border-bottom: 1px solid #00843d;
}
.menu-wrap .menu ul.main-list > li ul.level3 {
  list-style-type: none;
  padding-left: 15px;
}
.menu-wrap .menu ul.main-list > li ul.level3 li {
  /*color: #576f7f;*/
  color: #000;
  font-size: 13px;
  cursor: pointer;
}
.menu-wrap .menu ul.main-list > li ul.level3 li h6 {
  border-bottom-width: 0px !important;
}
.menu-wrap .menu ul.main-list > li ul.level3 li.active {
  color: #071d49;
  padding: 0;
}
.menu-wrap .menu ul.main-list > li ul.level3 li.active h6.m-h {
  border-bottom: 1px solid #000000;
  /*padding: 7px;*/
  color: #071d49;
  font-weight: bold;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links {
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links li {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  padding: 0 7px;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links li a:link,
.menu-wrap .menu ul.main-list > li ul.indicator-links li a:visited,
.menu-wrap .menu ul.main-list > li ul.indicator-links li a:hover {
  
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 13px;
  padding: 2px 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .menu-wrap .menu ul.main-list > li ul.indicator-links li a:link,
  .menu-wrap .menu ul.main-list > li ul.indicator-links li a:visited,
  .menu-wrap .menu ul.main-list > li ul.indicator-links li a:hover {
    white-space: normal;
  }
}
.menu-wrap .menu ul.main-list > li ul.indicator-links li.active {
  color: #071d49;
  font-weight: bold;
  padding: 0 7px;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links li.active a {
  color: #000;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links li:last-child {
  border-bottom: 0;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: -1px;
  position: absolute;
  z-index: 11;
  background: #000000;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: 11;
  background: #000000;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links:hover {
  display: inline-block;
  width: 100%;
  min-width: 100%;
}
.menu-wrap .menu ul.main-list > li ul.indicator-links:hover a {
  white-space: normal !important;
}
@media screen and (max-width: 1200px) {
  .menu-wrap .menu ul.main-list > li ul.indicator-links:hover {
    width: initial;
  }
}
.menu-wrap .menu ul li.related-sites {
  border: 2px solid #C0C7CB;
  border-right: 0;
  padding: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .menu-wrap .menu ul li.related-sites {
    border: 0;
    margin-top: 0;
    background: #dfe6eb;
  }
}
.menu-wrap .menu ul li.related-sites a:hover {
  text-decoration: underline;
}
.menu-wrap .menu ul li.related-sites h4 {
  border-bottom: 1px solid #C0C7CB;
  padding: 7px 0 15px 0;
  font-size: 18px;
  text-transform: capitalize;
  color: #071d49;
}
@media screen and (max-width: 1200px) {
  .menu-wrap .menu ul li.related-sites h4 {
    border-bottom: 0;
  }
}
.menu-wrap .menu ul li.related-sites ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1200px) {
  .menu-wrap .menu ul li.related-sites ul {
    padding-left: 20px;
  }
}
.menu-wrap .menu ul li.related-sites ul li h5 {
  border: none;
  padding: 5px 0;
  font-size: 14px;
}
.menu-wrap .menu ul li.related-sites ul li a {
  color: #003da5;
}
.menu-wrap .collapsed-menu {
  background: #071d49;
  width: 75px;
  display: none;
}
.menu-wrap .collapsed-menu .text-black {
  color: #000 !important;
}
.menu-wrap .collapsed-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-wrap .collapsed-menu ul li:nth-child(1):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(1).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:nth-child(2):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(2).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:nth-child(3):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(3).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:nth-child(4):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(4).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:nth-child(5):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(5).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:nth-child(6):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(6).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:nth-child(7):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(7).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:nth-child(8):hover {
  background: #FBB03B;
  color: #000000;
}
.menu-wrap .collapsed-menu ul li:nth-child(8).active {
  background: #FBB03B;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li {
  width: 75px;
  height: 75px;
  color: #FFF;
  position: relative;
  margin-top: 10px;
  z-index: 500;
}
.menu-wrap .collapsed-menu ul li.previous:after {
  display: none;
}
.menu-wrap .collapsed-menu ul li:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #5A6983;
  width: calc(100% - 20px);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.menu-wrap .collapsed-menu ul li:last-child {
  background: #576F7F;
  border: 1px solid #FFFFFF;
  margin-top: 0;
}
.menu-wrap .collapsed-menu ul li > div {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: inherit;
}
.menu-wrap .collapsed-menu ul li:hover {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-wrap .collapsed-menu ul li:hover .menu-title {
  display: inline-block;
}
.menu-wrap .collapsed-menu ul li:hover > div {
  width: max-content;
  max-width: 350px;
}
.menu-wrap .collapsed-menu ul li img {
  width: 45px;
  height: 45px;
}
.menu-wrap .collapsed-menu ul li .menu-title {
  background: inherit;
  height: 100%;
  display: none;
  padding-left: 20px;
}
.menu-wrap .collapsed-menu ul li .menu-title h2 {
  font-size: 17px;
  font-weight: bold;
}

/*# sourceMappingURL=aris.css.map */
