body {
  font-family: Arial;
  font-size: 1rem;
  color: #000;
}

#top .icon {
 color: #2f9d4a;
}

#top p {
  margin-bottom: .5rem;
}

#orientation {
  margin: 1.5rem 0;
}

#orientation a {
  color: #0f5132;
  font-weight: 600;
}

#orientation p {
  margin-bottom: .25rem;
}

#orientation p.alert-title {
  font-weight: bold;
  margin-bottom: .5rem;
}

#orientation .internal-link {
  color:  #1c975d;
  font-size: 70%;
  margin: 0 .25rem;
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.header h5 {
  text-transform: none;
}

.header .brand img {
  max-width: 92px;
}

.header .brand {
  padding-right: 1.5rem;
}

.header .text {
  text-align: center;
}

.header .doc-title {
  padding: 1rem 0;
}

.main-text {
  padding: .5rem 0;
}

.section-content p.title {
  margin-bottom: .5rem;
}

.data-list {
  margin-bottom: 0;
}

.data-list li {
  padding-bottom: .25rem;
}

.data-label {
  font-weight: bold;
  padding-right: .25rem;
}

.data-label:after {
  content: ":"
}

.modules span:after {
  content: ",";
  padding-right: .25rem;
}

.modules span:last-child:after {
  content: "";
}

#use-terms .terms-list {
  padding-left: 1rem;
}

#use-terms .terms-list li {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

#signature {
  margin-top: 2.5rem;
  padding-top: 1rem;
  display: none;
}

#signature .line {
  border: 0;
  border-top: 1px solid rgba(0,0,0,1);
}

#signature p {
  margin-bottom: .25rem;
}

#signature p > * {
  display: block;
}

.warning-box p {
  font-size: 1.5rem;
}

.warning-box a {
  font-weight: 600;
  color:  #1E78BE;
  text-decoration: none;
}

.warning-box a:hover {
  color: #054372;
  text-decoration: underline;
}

.footer {
  font-size: 1rem;
  color: #404040;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* Footer btn list */
.btn-group-label {
  padding: .5rem 1rem;
  background-color: #eee;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .list-group-item:first-child {
  border-radius: 0;
}

.btn-group .list-group-item a {
  color: #054372;
  text-decoration: none;
  font-weight: 600;
}

.btn-group .list-group-item a:hover {
  text-decoration: underline;
}

/* Footer list */
.footer-list-div {
  border-top: solid 1px #ddd;
  padding: 1.5rem 0;
}

.footer-list-label {
  margin-bottom: 0;
  padding-right: .25rem;
}

ul.footer-list {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}

ul.footer-list li {
  display: inline-block;
  padding-left: .5rem;
}

ul.footer-list li a {
  color: #054372;
  font-weight: 600;
  text-decoration: none;
}

ul.footer-list li a:hover {
  text-decoration: underline;
}

@media print {
  body { font-size: .8rem; }

  html{ height: 99%; }

  .header h1,
  .header h2,
  .header h3,
  .header h4,
  .header h5 {
    text-transform: uppercase;
    font-size: .8rem;
    margin-bottom: 0;
  }

  .header h5 {
    text-transform: none;
  }

  .header .brand img {
    max-width: 50px;
  }

  .header .brand {
    padding-right: 1rem;
  }

  .header .doc-title {
    padding: .75rem 0;
  }

  .main-text {
    text-align: justify;
    margin-bottom: .25rem;
  }

  .small-text{
    font-size:.65rem;
  }

  #signature {
    display: block;
  }

  #use-terms p {
    margin-bottom: .25rem;
  }

  #use-terms .terms-list {
    margin-bottom: .25rem;
  }

  .footer {
    font-size: .5rem;
  }

  .footer p.text {
    padding-bottom: 1.1rem;
    margin-bottom: 0;
  }
  
  hr {
    border-top: solid 1px rgb(95, 94, 94) !important;
  }
}

.text-justify{
  text-align: justify;
}

.page-breaker {
  page-break-after: always;
}