html {
  font-size: .9rem !important;
}

body {
  -webkit-print-color-adjust: exact !important;
}

/* Header */
.header__container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.header__title {
  font-family: 'Times New Roman';
  font-weight: 700;
}

.header__separator {
  border-top: 2px solid #fff;
  margin-bottom: .5rem;
}

.header__top small {
  font-weight: 500;
}

/* Sidebar */
.sidebar__container {
  text-align: center;
  padding: 10px 0;
}

.sidebar__logo {
  width: 150px;
  margin: auto;
}

.sidebar__contact {
  padding: 15px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.sidebar__open-list-item {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.sidebar__profile-logo {
  max-width: 150px;
  margin: auto;
}

.sidebar__profile-logo img {
  border: 3px solid #111;
}

/* Content */
.content a {
  text-decoration: underline;
  font-weight: 500;
}

.content b {
  font-weight: 500;
}

/*.content__blockquote {
  padding: 0 60px;
}*/

.content--indent {
  text-indent: 40px;
}

.content__blockquote-footer {
  display: inline-block;
}

.footer__container {
  text-align: center;
}

.footer__action {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  padding: 10px;
  max-width: 200px;
  margin: auto;
}

.footer__logo {
  width: 120px;
  margin: auto;
}

.footer__disclaimer {
  font-size: .9rem;
}

.about__profile-logo img {
  width: 225px;
}

.sidebar a,
.footer a {
  text-decoration: none;
}

/* Restore */
a { color: #00adeb; }
a:hover, a:active, a:focus { color: #039ed6; }
h6, .h6, .content p, .content li { font-size: 1.1rem; }
h5, .h5, .content__blockquote { font-size: 1.2rem; }

/* Helpers */
.bg { 
  position: relative; 
  background-color: #2575b9;
  color: #fff;
  padding: 10px 15px;
  background: 
  linear-gradient(to top left,    transparent 49.8%,#fff 50%) top left,
  linear-gradient(to top right,   transparent 49.8%,#fff 50%) top right,
  linear-gradient(to bottom left, transparent 49.8%,#fff 50%) bottom left,
  linear-gradient(to bottom right,transparent 49.8%,#fff 50%) bottom right,
  #2575b9;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.bg 
.bg__container { position: relative; z-index: 100; }
.list { list-style: none; margin: 0; padding: 0; }
.list-item { display: inline-block; }
.list-item:after { content: '|'; font-weight: 300; font-size: .8rem; }
.list-item:last-child:after { content: none; margin-right: 0; }
.list-item a { color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 500; text-decoration: none; margin-right: 6px; margin-left: 3px; }
.list-item a:hover { color: #ddd; }
.contact { color: #000; font-weight: 700; }
.text-red { color: red; }
.text-blue { color: #2575b9; }
.text-black { color: black; }
.index-1 { margin-left: 101px; }
.index-2 { margin-left: 146px; }

/* Responsive */
/* sm */
@media (min-width: 540px) {
  html {
    font-size: .9rem !important;
  }
  .index-1 { margin-left: 116px }
  .index-2 { margin-left: 180px; }
  .list-item a { font-size: 13px; }
}

/* md */
@media (min-width: 768px) {
  html {
    font-size: .9.5rem !important;
  }
}

/* lg */
@media (min-width: 992px) {
  html {
    font-size: 1rem !important;
  }
}

/* xl */
@media (min-width: 1200px) {
  html {
    font-size: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media (max-width: 768px) {
  .content--indent {
    text-indent: 20px;
  }
  .footer__info:before {
    content: "";
    border-top: 1px dotted #aaa;
    width: 140px;
    display: block;
    margin: auto;
    padding: 10px 0;
  }
}

/* Print */
@media print {
  .blockquote {
    border: 0;
  } 
  .contact {
    text-decoration: none !important;
  }
}
