html, body {
  height: 100%; }

body {
  color: #222;
  font-family: "Open Sans", sans-serif; }

.border-box {
  background: #fff;
  border: 1px solid #e1e1e1; }

.bg-offwhite {
  background: #f2f2f2; }

.bg-gray {
  background: #4d4d4d; }

.bg-offblack {
  background: #252525; }

.block-center-sm-down {
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 768px) {
    .block-center-sm-down {
      margin-left: 0;
      margin-right: 0; } }

.header-btn {
  color: #8b8989 !important;
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 15px; }
  .header-btn.bg {
    background: #4d4d4d;
    border: 1px solid #000; }
  .header-btn:hover {
    color: #fff !important; }
  @media all and (min-width: 768px) {
    .header-btn {
      margin-bottom: 0;
      margin-top: 25px; } }

.color-gray {
  color: #4d4d4d !important; }

.color-gray-alt {
  color: #8B8989; }

.color-white, .color-white-hover:hover {
  color: #fff; }

.color-offwhite {
  color: #f2f2f2; }

.color-yellow {
  color: #feca2f; }

.color-offyellow {
  color: #745c16; }

.container-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.h-100 {
  min-height: 100%; }

.library-col {
  background-size: cover;
  background-position: bottom;
  display: table;
  height: 480px; }

main a {
  color: #222;
  text-decoration: underline; }
  main a:hover {
    color: #222; }
  main a:active, main a:visited {
    color: #222; }
main article {
  width: 100%; }
  @media all and (min-width: 992px) {
    main article {
      width: 488px; } }
  main article h2 {
    text-transform: uppercase;
    font-weight: 700; }
    main article h2 a {
      text-decoration: none; }

.max-w-600 {
  max-width: 600px; }

.max-w-container {
  max-width: 972px;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 992px) {
  .max-w-sidebar {
    max-width: 250px; } }

.page-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.75; }

.page-title2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }

.page-title3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

h1.ar-logo a {
  color: #393838;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 56px; }

.logo-slim {
  font-weight: 500; }

.pagination li a {
  color: #8b8989;
  font-size: 18px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e1e1e1; }

.table-cell-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.underline {
  text-decoration: underline; }

.yellow-border-top {
  border-top: 8px solid #FECA2F;
  opacity: 0.9; }

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