@charset "UTF-8";
.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 .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__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;
}
.accordion .reference-tables-accordion__wrapper {
  margin-bottom: 2px;
}
.accordion .reference-tables-accordion__wrapper .accordion__header {
  background-color: transparent;
  border: none;
  width: 100%;
}
.accordion .reference-tables-accordion__wrapper .accordion__header button {
  padding-left: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  width: 100%;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .accordion .reference-tables-accordion__wrapper .accordion__header button {
    padding-left: 30px;
  }
}
.accordion .reference-tables-accordion__wrapper .accordion__header button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 20px;
  background: url("../images/bi-dash.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 576px) {
  .accordion .reference-tables-accordion__wrapper .accordion__header button:before {
    left: 5px;
  }
}
.accordion .reference-tables-accordion__wrapper .accordion__header button.collapsed:before {
  background-image: url("../images/bi-plus.svg");
}
.accordion .reference-tables-accordion__wrapper .accordion__body .card-body {
  overflow: hidden;
  padding-right: 5px;
}
.accordion .reference-tables-accordion__wrapper .accordion__body .card-body .close-panel {
  padding-top: 10px;
  color: #071d49;
  float: right;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.accordion .reference-tables-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;
}
@media screen and (max-width: 1200px) {
  .dropdown--primary .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}
.dropdown--primary .dropdown-menu .dropdown-item:hover {
  background: #DFE6EB;
  text-decoration: none;
}

.orange-bg {
  background-color: orange;
}

.border-white-5 {
  border: 5px solid #fff;
}

.horizontal-orange-line {
  width: 100%;
  border: 2px solid #DFE6EB;
  /*position: relative;
  top: -50px;
  z-index: -10;*/
}

.color-black {
  color: #000 !important;
}

/*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;
  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.darkblue:link,
.aris a.darkblue:visited,
.aris a.darkblue:hover {
  color: #071d49;
}
.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 .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 .main-wrapper {
  position: relative;
}
.aris .main-wrapper .share-wrap {
  position: absolute;
  top: 40vh;
  left: -70px;
  z-index: 21;
  height: calc(100% - 40vh);
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .share-wrap {
    bottom: 20px;
    left: 0;
    height: auto;
    position: fixed;
  }
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .share-wrap {
    top: initial;
    bottom: 20px;
    left: 0;
    height: auto;
    position: fixed;
  }
}
.aris .main-wrapper .share-wrap ul.share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .share-wrap ul.share {
    top: initial;
    height: auto;
    position: relative;
  }
}
.aris .main-wrapper .share-wrap ul.share li {
  width: 65px;
  height: 65px;
}
.aris .main-wrapper .share-wrap ul.share li img {
  width: 65px;
  height: 65px;
  padding: 7px;
}
.aris .main-wrapper .share-wrap ul.share li div {
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 15px 0 7px;
  width: 100%;
  margin-bottom: 0;
}
.aris .main-wrapper .share-wrap ul.share li div span {
  display: inline-block;
  font-size: 18px;
  width: 100%;
}
.aris .main-wrapper .share-wrap ul.share li:hover {
  width: max-content;
}
.aris .main-wrapper .share-wrap ul.share li:hover div {
  display: inline-block;
}
.aris .main-wrapper .share-wrap ul.share li:not(:last-child) {
  margin-bottom: 3px;
}
.aris .main-wrapper .share-wrap ul.share li:nth-child(1) {
  background: #84329B;
}
.aris .main-wrapper .share-wrap ul.share li:nth-child(2) {
  background: #00843D;
}
.aris .main-wrapper .share-wrap ul.share li:nth-child(3) {
  background: #003DA5;
}
.aris .main-wrapper .slider {
  background: #DFE6EB;
  /*  background-image: url("~/images/clouds.svg");*/
  /*height: 350px;*/
  width: 100%;
  position: relative;
  background-color: #d9eaf7;
  background-image: url(../images/white-top-bar.svg), url(../images/clouds.svg);
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  /*background: url("../images/ARIS-Modernization_final_1110x410.gif") center no-repeat;
  background-size: cover;
  background-position: center;*/
  margin: 1px auto;
  overflow: hidden;
  /*
  @include tablet-up {
      height: 250px;

      video {
          display: none;
      }

      img.poster {
          display: block;
      }
  }

  @include mobile-up {
      height: 140px;
  }*/
}
.aris .main-wrapper .slider h3 {
  padding-top: 45px;
  width: 220px;
  height: 25px;
  font-family: Arial;
  font-size: 22px;
  color: #071d49;
  font-family: Arial;
  text-decoration: none solid rgb(7, 29, 73);
  padding-bottom: 30px;
}
.aris .main-wrapper .slider ul li {
  font-family: Arial;
  font-size: 16px;
  color: #071d49;
  text-decoration: none solid rgb(7, 29, 73);
  line-height: 22px;
  padding-bottom: 10px;
}
.aris .main-wrapper .slider video, .aris .main-wrapper .slider img.poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.aris .main-wrapper .slider img.poster {
  display: none;
}
.aris .main-wrapper .slider .slider-note {
  position: absolute;
  top: 0;
  left: -20px;
  width: 50%;
  background: #003DA5;
  color: #FFFFFF;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .slider .slider-note {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .slider .slider-note {
    left: 0;
  }
}
.aris .main-wrapper .slider .slider-note > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7px 10px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .slider .slider-note > div {
    text-align: left;
  }
}
.aris .main-wrapper .slider .slider-note > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #071d49;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .slider .slider-note > div:before {
    display: none;
  }
}
.aris .main-wrapper .checkout-news {
  background: #003da5;
  color: #FFFFFF;
  padding: 7px;
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.aris .main-wrapper .checkout-news > div {
  margin: 0;
  padding: 7px;
}
.aris .main-wrapper .checkout-news > div.news {
  /*height: 80px;
  overflow-y: auto;

  @include tablet-up {
      height: 120px;
  }*/
}
.aris .main-wrapper .checkout-news > div.news .carousel .carousel-control-prev, .aris .main-wrapper .checkout-news > div.news .carousel .carousel-control-next {
  display: none;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .checkout-news > div.news .carousel .carousel-control-prev, .aris .main-wrapper .checkout-news > div.news .carousel .carousel-control-next {
    display: flex;
  }
}
.aris .main-wrapper .checkout-news > div.news .carousel ol.carousel-indicators {
  flex-direction: column;
  margin: 0;
  right: 0;
  left: initial;
  top: -39px;
  height: 90px;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .checkout-news > div.news .carousel ol.carousel-indicators {
    display: none;
  }
}
.aris .main-wrapper .checkout-news > div.news .carousel ol.carousel-indicators > li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  opacity: 1;
  background: transparent;
  border: 1px solid;
}
.aris .main-wrapper .checkout-news > div.news .carousel ol.carousel-indicators > li.active {
  background: #FFFFFF;
}
.aris .main-wrapper .checkout-news > div.news .carousel .carousel-inner {
  width: 95%;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .checkout-news > div.news .carousel .carousel-inner {
    width: 80%;
    margin: auto;
  }
}
.aris .main-wrapper .checkout-news > div.has-border {
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .checkout-news > div.has-border {
    border-right: 0;
    border-bottom: 1px solid #FFFFFF;
  }
}
.aris .main-wrapper .checkout-news > div ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.aris .main-wrapper .checkout-news > div a {
  color: #FFFFFF;
  text-decoration: underline;
}
.aris .main-wrapper .options {
  padding: 15px;
}
.aris .main-wrapper .options .option {
  padding: 70px 10px;
  border: 2px solid transparent;
}
.aris .main-wrapper .options .option.min {
  padding: 30px 10px;
}
.aris .main-wrapper .options .option.min p {
  height: 40px;
}
.aris .main-wrapper .options .option.min h4 a {
  font-size: 16px !important;
  line-height: 22px !important;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .options .option {
    padding: 10px 0;
  }
}
.aris .main-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 .main-wrapper .options .option h4 {
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .options .option h4 {
    width: 100%;
    font-size: 1.3rem;
  }
}
.aris .main-wrapper .options .option h4 a {
  color: #071d49;
}
.aris .main-wrapper .options .option h4 a:hover {
  text-decoration: underline !important;
}
.aris .main-wrapper .options .option p {
  width: 75%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  height: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .options .option p {
    display: none;
  }
}
.aris .main-wrapper .options .option:hover {
  border: 2px solid #c9ced2;
}
.aris .main-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 .main-wrapper .options .option:hover a {
  text-decoration: underline !important;
}
.aris .main-wrapper .options .option img {
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .options .option img {
    max-width: 70%;
  }
}
.aris .main-wrapper .topical-studies {
  background: #DFE6EB;
  position: relative;
  padding-bottom: 30px;
}
.aris .main-wrapper .topical-studies .topical-wrapper {
  overflow: hidden;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-text {
  padding: 0 20px;
  height: 290px;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .topical-studies .topical-wrapper .topical-text {
    height: auto;
    padding: 0;
  }
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-text h4 {
  padding: 10px 0;
  color: #071d49;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-text h4 a {
  color: #071d49;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-text h4 a:hover {
  text-decoration: underline !important;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-text h6 {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-text .laptop-image {
  z-index: 20;
  padding: 10px;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-text .laptop-image img {
  width: 100%;
  height: 100%;
  max-width: 405px;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-covers {
  position: relative;
  height: 180px;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .topical-studies .topical-wrapper .topical-covers {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .topical-studies .topical-wrapper .topical-covers {
    height: 90px;
  }
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-covers .laptop-image {
  z-index: 10;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-covers > div {
  background: #FFFFFF;
  position: absolute;
  top: -90px;
  height: 115%;
  margin: 20px;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-covers > div > div {
  z-index: 20;
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-covers img {
  width: 100%;
  height: 305px;
  object-fit: cover;
  -webkit-transition: transform 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .topical-studies .topical-wrapper .topical-covers img {
    height: 190px;
  }
}
.aris .main-wrapper .topical-studies .topical-wrapper .topical-covers img:hover {
  -webkit-transform: translateY(-17%);
  -moz-transform: translateY(-17%);
  -ms-transform: translateY(-17%);
  -o-transform: translateY(-17%);
  transform: translateY(-17%);
}
.aris .main-wrapper .topical-studies .topical-info {
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .topical-studies .topical-info {
    text-align: left;
  }
}
.aris .main-wrapper .topical-studies .topical-info a {
  display: inline-block;
  margin: auto;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .topical-studies .topical-info a {
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
.aris .main-wrapper .topical-studies .topical-info a:hover {
  text-decoration: underline !important;
}
.aris .main-wrapper .topical-studies .topical-info a.hover {
  text-decoration: underline !important;
}
.aris .main-wrapper .items {
  padding: 20px;
  margin: 40px auto 10px auto;
}
@media screen and (max-width: 1200px) {
  .aris .main-wrapper .items {
    padding: 0;
    margin: 20px -15px;
  }
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .items {
    padding: 0;
    margin: 20px auto;
  }
  .aris .main-wrapper .items > div {
    padding: 0;
  }
}
.aris .main-wrapper .items .item {
  box-shadow: 0px 2px 4px rgba(87, 111, 127, 0.3);
  position: relative;
  transition: all 200ms cubic-bezier(0.02, 0.01, 0.47, 1);
}
@media screen and (max-width: 576px) {
  .aris .main-wrapper .items .item {
    margin-bottom: 15px;
  }
}
.aris .main-wrapper .items .item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aris .main-wrapper .items .item:hover {
  transform: translate(0, -8px);
}
.aris .main-wrapper .items .item__header img {
  width: 100%;
}
.aris .main-wrapper .items .item__body {
  padding: 10px;
}
.aris .main-wrapper .items .item__body h4 {
  margin-bottom: 15px;
  color: #071d49;
}
.aris .main-wrapper .items .item__body h4 a {
  margin: 0;
  color: #071d49;
}
.aris .main-wrapper .items .item__body h4 a:hover {
  text-decoration: underline !important;
}
.aris .main-wrapper .items .item__body div {
  line-height: 20px;
  color: #000000;
}
.aris .main-wrapper .items .item__body div a {
  margin: 0 0 20px 0;
}
.aris .main-wrapper .items .item__body div a:hover {
  text-decoration: underline !important;
}
.aris .main-wrapper .items .item__body a {
  display: inline-block;
  margin: 20px 0;
  color: #003da5;
}
.aris .main-wrapper .items .item__body a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 1199px) {
  .aris .main-wrapper .slider {
    background-image: none !important;
  }
  .aris .main-wrapper .slider h3 {
    padding-top: 15px;
  }
}
.aris .topical-studies-wrapper {
  width: 95%;
  margin: 20px auto;
  line-height: 20px;
  color: #000000;
}
.aris .topical-studies-wrapper .card-body {
  border-bottom: 1px solid #DFE6EB;
  margin-bottom: 10px;
  padding-block: 10px;
}
.aris .topical-studies-wrapper .reports {
  margin-bottom: 60px;
}
.aris .topical-studies-wrapper .reports h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #071d49;
}
.aris .topical-studies-wrapper .reports .reports-images h5 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
  height: 75px;
}
@media screen and (max-width: 576px) {
  .aris .topical-studies-wrapper .reports .reports-images h5 {
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
  }
}
.aris .topical-studies-wrapper .reports .reports-images p {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .aris .topical-studies-wrapper .reports .reports-images p {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.aris .topical-studies-wrapper .reports .reports-images a {
  width: 100%;
  display: inline-block;
  -webkit-transition: transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.aris .topical-studies-wrapper .reports .reports-images a img {
  width: 100%;
  object-fit: contain;
  max-height: 320px;
}
.aris .topical-studies-wrapper .reports .reports-images a:hover {
  -webkit-transform: translate(3px, -3px);
  -moz-transform: translate(3px, -3px);
  -ms-transform: translate(3px, -3px);
  -o-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
  text-decoration: underline !important;
}
.aris .topical-studies-wrapper .updated-tables {
  padding: 0;
  padding-left: 10px !important;
  margin: 0;
}
.aris .topical-studies-wrapper .updated-tables li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px !important;
  font-size: 11px;
}
.aris .topical-studies-wrapper .updated-tables li img {
  position: absolute;
  top: 3px;
  left: 0;
}
.aris .topical-studies-wrapper .updated-tables li a {
  font-size: 14px;
}
.aris .topical-studies-wrapper .table-topics {
  padding: 0;
  padding-left: 10px !important;
  margin: 0;
}
.aris .topical-studies-wrapper .table-topics li {
  padding-bottom: 15px;
}
.aris .topical-studies-wrapper .table-topics li a {
  font-size: 16px;
  padding-bottom: 15px;
}
.aris .topical-studies-wrapper .accordion h5 {
  color: #071d49;
}
.aris .topical-studies-wrapper .accordion a:hover {
  text-decoration: underline !important;
}
.aris .topical-studies-wrapper .accordion .card-body h5 {
  margin-top: 30px;
  margin-bottom: 14px;
}
.aris .topical-studies-wrapper .accordion ul {
  padding-left: 20px;
}
.aris .topical-studies-wrapper .accordion ul li {
  padding-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .aris .contact-wrapper {
    width: 100%;
  }
}
.aris .contact-wrapper .dropdown-menu a {
  font-size: 14px;
  color: #000;
}
.aris .contact-wrapper .form-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 10px;
}
.aris .contact-wrapper .form-wrapper select[name=Purpose] {
  visibility: hidden;
}
.aris .contact-wrapper .form-wrapper h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #071d49;
}
.aris .contact-wrapper .form-wrapper p {
  line-height: 20px;
}
.aris .contact-wrapper .form-wrapper form {
  width: 100%;
  margin-top: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .aris .contact-wrapper .form-wrapper form {
    width: 100%;
    margin-top: 0px;
  }
}
.aris .contact-wrapper .form-wrapper form button {
  float: right;
  background: #071d49;
  border-color: #071d49;
}
.aris .contact-wrapper .form-wrapper form button:hover {
  background: #003da5;
}
.aris .contact-wrapper .form-wrapper form small {
  font-size: 12px;
  color: #576f7f;
  line-height: 18px;
  margin-bottom: 20px;
}
.aris .contact-wrapper .form-wrapper form label {
  font-size: 18px;
  margin-bottom: 15px;
  color: #071d49;
}
.aris .contact-wrapper .form-wrapper form label.purpose {
  margin: 0;
  padding-top: 15px;
}
.aris .contact-wrapper .form-wrapper form .email-input {
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .aris .contact-wrapper .form-wrapper form .email-input {
    padding: 0;
  }
}
.aris .contact-wrapper .form-wrapper form input {
  background: #F2F5F7;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #dfe6eb;
}
.aris .contact-wrapper .form-wrapper form input.field-validation-error {
  color: #dc3545;
}
.aris .contact-wrapper .form-wrapper form input.input-validation-error {
  color: #dc3545;
}
.aris .contact-wrapper .form-wrapper form input:focus {
  outline: none;
}
.aris .contact-wrapper .form-wrapper form textarea {
  border-radius: 0;
  margin-top: 10px;
}
.aris .contact-wrapper .form-wrapper form textarea:focus {
  outline: none;
}
.aris .contact-wrapper .success-sent {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aris .contact-wrapper .success-sent > img {
  margin-top: 3rem;
}
.aris .contact-wrapper .success-sent h2 {
  font-weight: bold;
  margin: 30px 0;
  color: #071d49;
}
@media screen and (max-width: 576px) {
  .aris .contact-wrapper .success-sent h2 {
    text-align: center;
  }
}
.aris .contact-wrapper .success-sent p {
  width: 62%;
  margin: auto;
  font-size: 12px;
  line-height: 18px;
  color: #576F7F;
}
@media screen and (max-width: 576px) {
  .aris .contact-wrapper .success-sent p {
    width: 100%;
  }
}
.aris .contact-wrapper .success-sent .thank-you {
  margin: 20px 0;
}
.aris .contact-wrapper .success-sent .thank-you p {
  width: 50%;
  margin: auto;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .aris .contact-wrapper .success-sent .thank-you p {
    width: 100%;
  }
}
.aris .contact-wrapper .success-sent .thank-you p:first-child {
  font-weight: bold;
  margin-bottom: 20px;
  color: #071d49;
}
.aris .contact-wrapper .success-sent a.ask-another {
  background: #F2F4F6;
  color: #003da5;
  font-size: 16px;
  border: 0;
  outline: 0;
  padding: 15px 60px;
  margin: 50px 0;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .aris .contact-wrapper .success-sent a.ask-another {
    padding: 15px;
    font-size: 13px;
    margin: 15px 0;
  }
}
.aris .contact-wrapper .success-sent a.ask-another img {
  margin-right: 10px;
}

.aris .overview-wrapper {
  width: 95%;
  margin: 0 auto;
  /*line-height: 22px;
  font-size: 16px;*/
}
.aris .overview-wrapper h5 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.aris .overview-wrapper a {
  font-style: italic;
  color: #003da5;
}

.aris .international-indicators-wrapper {
  width: 95%;
  margin: 20px auto;
  /*line-height: 22px;
  font-size: 14px;*/
  /*> h4 {
      font-weight: bold;
      color: $dark-blue;
  }*/
}
.aris .international-indicators-wrapper h2 {
  font-size: 24px;
  color: #071d49;
  margin-bottom: 20px;
}
.aris .international-indicators-wrapper h3 {
  font-size: 20px;
  color: #071d49;
  margin-bottom: 20px;
  margin-top: 35px;
}
.aris .international-indicators-wrapper ul {
  list-style-type: none;
}
.aris .international-indicators-wrapper ul li h6 {
  font-weight: bold;
  font-size: 14px;
}
.aris .international-indicators-wrapper ul li h6::before {
  content: "●";
  font-size: inherit;
  margin-left: -20px;
  margin-right: 10px;
}

.aris .rural-education-wrapper {
  width: 95%;
  font-family: Arial;
  margin: 20px auto;
  line-height: 20px;
  color: #000000;
}
.aris .rural-education-wrapper h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.aris .rural-education-wrapper h3 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 26px;
}
.aris .rural-education-wrapper h3 a {
  color: #071d49;
}
.aris .rural-education-wrapper h3 a:visted {
  color: #071d49;
}
.aris .rural-education-wrapper h4 {
  font-size: 18px;
  margin: 10px 0;
  line-height: 26px;
}
.aris .rural-education-wrapper h4 a {
  color: #071d49;
}
.aris .rural-education-wrapper h4 a:visted {
  color: #071d49;
}
.aris .rural-education-wrapper h1 {
  color: #071d49;
}
.aris .rural-education-wrapper h2, .aris .rural-education-wrapper h3, .aris .rural-education-wrapper h4 {
  font-family: Arial;
  text-decoration: none solid rgb(0, 0, 0);
}
.aris .rural-education-wrapper h2.rural-ed {
  color: #071d49;
  text-decoration: none solid rgb(7, 29, 73);
}
.aris .rural-education-wrapper div.annual-reports:hover {
  border: 1px solid #C0C7CB;
  cursor: pointer;
}
.aris .rural-education-wrapper h3.annual-reports {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.aris .rural-education-wrapper img.annual-reports {
  width: 95%;
  height: auto;
  object-fit: contain;
}
.aris .rural-education-wrapper img.main-image {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.aris .rural-education-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.aris .rural-education-wrapper ul.main-list {
  margin-top: 20px;
  font-size: 18px;
  color: #003da5;
}
.aris .rural-education-wrapper ul.main-list li {
  border-bottom: 1px solid #c0c7cb;
  padding: 10px 0;
  margin-left: 0.4rem;
}
.aris .rural-education-wrapper ul.main-list li h4 {
  border: none;
}
.aris .rural-education-wrapper ul.main-list li a {
  font-size: 18px;
  text-decoration: none solid rgb(0, 61, 165);
  line-height: 18px;
}
.aris .rural-education-wrapper ul.main-list li.title-list-item {
  border: none;
  margin-left: unset;
  padding-bottom: unset;
}
.aris .rural-education-wrapper ul.main-list li.title-list-item h3 {
  color: #071d49;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none solid rgb(7, 29, 73);
  line-height: 18px;
}
.aris .rural-education-subpage-wrapper {
  width: 100%;
  font-family: Arial;
  margin-top: 20px;
  line-height: 20px;
  color: #000000;
}
.aris .rural-education-subpage-wrapper button.collapse-btn {
  color: white;
  background-color: darkblue;
  border: none;
}
.aris .rural-education-subpage-wrapper table.definitions {
  font-size: 14px;
  line-height: 20px;
}
.aris .rural-education-subpage-wrapper table.definitions thead, .aris .rural-education-subpage-wrapper table.definitions th {
  padding-right: 18px;
  vertical-align: bottom;
  padding-bottom: 14px;
  padding-left: 18px;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none solid rgb(255, 255, 255);
  background-color: #071d49;
  height: 83px;
  border: 1px solid white;
}
.aris .rural-education-subpage-wrapper table.definitions td.id-column {
  background-color: #dfe6eb;
}
.aris .rural-education-subpage-wrapper table.definitions td {
  border: 1px solid #576f7f;
}
.aris .rural-education-subpage-wrapper table.definitions td:first-child,
.aris .rural-education-subpage-wrapper table.definitions th:first-child {
  border-left: none;
}
.aris .rural-education-subpage-wrapper table.definitions td:first-child {
  text-align: center;
  padding-left: 0;
}
.aris .rural-education-subpage-wrapper table.definitions td:last-child,
.aris .rural-education-subpage-wrapper table.definitions th:last-child {
  border-right: none;
}
.aris .rural-education-subpage-wrapper table.definitions tbody td {
  padding-bottom: 6px;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 6px;
  text-align: left;
}
.aris .rural-education-subpage-wrapper table.definitions tbody tr.title-row {
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  height: 50px;
  vertical-align: bottom;
  border: none;
  padding-top: 23px;
  padding-bottom: 7px;
}
.aris .rural-education-subpage-wrapper table.definitions tbody tr.title-row td {
  padding-bottom: 0.3em;
  padding-top: 0.8em;
  padding-left: 10px;
  text-align: left;
}
.aris .rural-education-subpage-wrapper table.reference-tables {
  border: 4px solid #c0c7cb;
}
.aris .rural-education-subpage-wrapper table.reference-tables tbody tr:first-child td {
  padding-top: 35px;
}
.aris .rural-education-subpage-wrapper table.reference-tables tbody td {
  padding-bottom: 0.25em;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  border-top: none;
}
.aris .rural-education-subpage-wrapper table.reference-tables tbody td img.reference-table-image {
  padding-left: 3px;
}
.aris .rural-education-subpage-wrapper table.reference-tables tbody td.first-column {
  padding-left: 35px;
  width: 10px;
}
.aris .rural-education-subpage-wrapper table.reference-tables tbody td.second-column {
  padding-left: unset;
  line-height: 22px;
}
.aris .rural-education-subpage-wrapper h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.aris .rural-education-subpage-wrapper h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.aris .rural-education-subpage-wrapper h4 {
  font-size: 18px;
  margin: 10px 0;
}
.aris .rural-education-subpage-wrapper h2, .aris .rural-education-subpage-wrapper h3, .aris .rural-education-subpage-wrapper h4 {
  font-family: Arial;
  color: #000000;
  text-decoration: none solid rgb(0, 0, 0);
}
.aris .rural-education-subpage-wrapper div.subpage-content {
  flex-grow: 1;
  max-width: 100%;
}
.aris .rural-education-subpage-wrapper ul.accordion-list {
  list-style-type: disc;
}
.aris .rural-education-subpage-wrapper ul.side-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none solid rgb(7, 29, 73);
  border-top: 2px solid #c0c7cb;
  border-right: 4px solid #dfe6eb;
}
.aris .rural-education-subpage-wrapper ul.side-menu li {
  border-bottom: 1px solid #c0c7cb;
  padding: 10px 0;
}
.aris .rural-education-subpage-wrapper ul.side-menu li a {
  color: #071d49;
  margin-left: 0.4rem;
}
.aris .rural-education-subpage-wrapper ul.side-menu li h4 {
  border: none;
}
.aris .rural-education-subpage-wrapper ul.side-menu li.hover-list-item:hover {
  background-color: #fbb03b;
  cursor: pointer;
}
.aris .rural-education-subpage-wrapper ul.side-menu li.hover-list-item a:hover {
  text-decoration: none;
}
.aris .rural-education-subpage-wrapper ul.side-menu li.active-list-item {
  background-color: #fbb03b;
  font-weight: bold;
}
.aris .rural-education-subpage-wrapper ul.side-menu li.title-list-item {
  border: none;
  margin-left: unset;
}
.aris .rural-education-subpage-wrapper ul.related-sites {
  font-size: 14px;
  border-top: 1px solid #c0c7cb;
  border-bottom: 2px solid #c0c7cb;
  border-left: 2px solid #c0c7cb;
  border-right: 4px solid #dfe6eb;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.aris .rural-education-subpage-wrapper ul.related-sites a {
  font-size: 14px;
  /*padding-left: 17px;*/
  text-decoration: none solid rgb(0, 61, 165);
  line-height: 22px;
}
.aris .rural-education-subpage-wrapper ul.related-sites li {
  border: none;
  /*margin-left: 0.4rem;*/
  font-size: 15px;
  padding-top: 5px;
  padding-left: 17px;
}
.aris .rural-education-subpage-wrapper ul.related-sites li h4 {
  border: none;
}
.aris .rural-education-subpage-wrapper ul.related-sites hr {
  width: 95%;
  height: 1px;
  fill: #000000;
  stroke-width: 1;
  margin-bottom: 7px;
  border-top: 1px solid #c0c7cb;
}
.aris .rural-education-subpage-wrapper ul.related-sites li.title-list-item {
  padding-top: 18px;
}
.aris .rural-education-subpage-wrapper ul.related-sites li.title-list-item h4 {
  line-height: 22px;
  color: #071d49;
  font-size: 18px;
  /*padding-left: 17px;*/
  text-decoration: none solid rgb(7, 29, 73);
}

.tooltip {
  background-color: #ffffff;
  border: 1px solid #dfe6eb;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  margin: 0px;
  padding: 0px;
}
.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  background: #ffffff;
  white-space: nowrap;
  max-width: none;
  border: none;
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  text-align: left;
  text-decoration: none solid rgb(0, 0, 0);
}

.tooltip.show {
  opacity: 1;
}

/*# sourceMappingURL=aris.css.map */
