html {
  font-size: 14.5px;
}

body {
  padding-bottom: 20px;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

#logo {
  margin-bottom: 2rem;
}

#home {
  padding-top: 6px;
}

#home-photo {
  margin-bottom: 1rem;
}

main {
  background-color: #ffffff;
}

nav {
  margin-bottom: 28px;
}

.navbar-nav > li {
  padding-right: 0.25rem;
}

/* dropdown trigger link color when open */
/* otherwise, uses the theme primary color */
a.dropdown-item:active {
  color: #000000;
  background-color: #f8f9fa;
}

.home h1, .home h2, .home h3, .home h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #4d4d4d;
}
.home p {
  font-size: 1rem;
}
.home ul {
  padding-left: 1.2rem;
}
.home a {
  font-weight: bold;
}

.content {
  margin-bottom: 30px;
}
.content h1, .content h2, .content h3, .content h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #4d4d4d;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.content h1:first-child {
  margin-top: 0;
}
.content p {
  font-size: 1rem;
}
.content ul {
  padding-left: 1.2rem;
  list-style-image: url("/-/img/bullet.png");
}
.content ul li {
  margin-bottom: 0.5rem;
}
.content a {
  font-weight: bold;
}
.content ul.list-group {
  padding-left: 0;
}
.content ul.list-group li.list-group-item {
  border: none;
  padding: 0;
}
.content img {
  border: 2px solid #999999;
  max-width: 100%;
  height: auto;
}

#member-highlight {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#donate {
  margin-top: 30px;
}
#donate p {
  margin-bottom: -6px;
}

#sitemap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #656565;
  font-size: 0.8571428571rem;
  line-height: 1.25rem;
  color: white;
}
#sitemap a:link {
  color: white;
}
#sitemap a:visited {
  color: white;
}
#sitemap a:active, #sitemap a:hover {
  color: #ffe300;
}

.mag h1, .mag-narrow h1 {
  font-family: Times, serif;
  font-size: 1.4285714286rem;
  /* 20px */
  line-height: 1.7142857143rem;
}
.mag h2, .mag-narrow h2 {
  font-family: Times, serif;
  font-size: 1.1034482759rem;
  line-height: 1.324137931rem;
}
.mag h3, .mag-narrow h3 {
  font-family: Times, serif;
  font-size: 1.2413793103rem;
  line-height: 1.4896551724rem;
  margin-top: 2rem;
}
.mag h4, .mag-narrow h4 {
  font-family: Times, serif;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 2rem;
}
.mag h1.mag-head, .mag-narrow h1.mag-head {
  font-size: 2.1428571429rem;
  /* 24px */
  line-height: 2.5714285714rem;
  font-weight: normal;
  margin-bottom: 0;
}
.mag h2.mag-head, .mag-narrow h2.mag-head {
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.mag h3.mag-head, .mag-narrow h3.mag-head {
  font-size: 1.1034482759rem;
  line-height: 1.324137931rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.mag p, .mag-narrow p {
  font-family: Times, serif;
  font-size: 1.1428571429rem;
  line-height: 1.6714285714rem;
  margin-bottom: 0;
  text-indent: 2rem;
}
.mag p.first, .mag-narrow p.first {
  text-indent: 0;
}
.mag p.poetry, .mag-narrow p.poetry {
  text-indent: 0;
  margin-bottom: 1rem;
}
.mag p.extra_top, .mag-narrow p.extra_top {
  text-indent: 0;
  margin-top: 1.5rem;
}
.mag ol, .mag-narrow ol {
  font-family: Times, serif;
  font-size: 1.1428571429rem;
  line-height: 1.6714285714rem;
  margin-top: 0.5rem;
}
.mag ol li, .mag-narrow ol li {
  margin-top: 0.5rem;
}

.mag-date {
  margin-bottom: 0.5rem;
  padding-top: 12px;
  padding-bottom: 6px;
  border-top: 2px solid #989898;
  border-bottom: 2px solid #989898;
}
.mag-date p {
  font-family: Times, serif;
  font-size: 1.2413793103rem;
  font-weight: bold;
}

.blog-date {
  margin-bottom: 0.5rem;
  padding-top: 12px;
  padding-bottom: 6px;
  border-top: 2px solid #989898;
  border-bottom: 2px solid #989898;
}
.blog-date p {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1.2413793103rem;
  font-weight: bold;
}

.blog-info h1 {
  margin-top: 0.5rem;
}
.blog-info p, .blog-info ul {
  margin-top: 0.5rem;
}
.blog-info ul li {
  clear: both;
}

.mag-narrow p, .mag p {
  text-indent: 2rem;
}

.mag-guidelines {
  border-top: 2px solid #989898;
  border-bottom: 2px solid #989898;
  padding-top: 1.4rem;
  padding-bottom: 1.1rem;
}

.author-bio {
  font-family: Times, serif;
  font-size: 1rem;
  line-height: 1.4571428571rem;
}

.author-photo {
  text-align: left;
}

.archive-footer {
  border-bottom: 2px solid #989898;
  margin-top: -0.5rem;
  padding-bottom: 1.1rem;
}

.archive h1 {
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
}
.archive h2 {
  font-size: 1.1034482759rem;
  line-height: 1.324137931rem;
}
.archive h3 {
  font-size: 1.2413793103rem;
  line-height: 1.4896551724rem;
  margin-top: 2rem;
}
.archive h4 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 2rem;
}
.archive h1.mag-head {
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
  font-weight: normal;
  margin-bottom: 0;
}
.archive h2.mag-head {
  font-size: 1.1034482759rem;
  line-height: 1.324137931rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.archive h3.mag-head {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.archive p {
  font-size: 1rem;
  line-height: 1.1724137931rem;
  margin-bottom: 0;
}

.news h1, .profile h1, .schedule h1, .about h1, .speaker-list h1 {
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.news h1.page-title, .profile h1.page-title, .schedule h1.page-title, .about h1.page-title, .speaker-list h1.page-title {
  font-size: 1.6551724138rem;
  /* 24px */
  line-height: 1.9862068966rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.news h2, .profile h2, .schedule h2, .about h2, .speaker-list h2 {
  font-size: 1.1034482759rem;
  /* 16px */
  line-height: 1.324137931rem;
  margin-top: 1.3rem;
}
.news h3, .profile h3, .schedule h3, .about h3, .speaker-list h3 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 1.5rem;
}
.news h4, .profile h4, .schedule h4, .about h4, .speaker-list h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.news h5, .profile h5, .schedule h5, .about h5, .speaker-list h5 {
  font-size: 1rem;
  line-height: 1.2rem;
}
.news .heading-group, .profile .heading-group, .schedule .heading-group, .about .heading-group, .speaker-list .heading-group {
  margin-bottom: 2rem;
}
.news h1.mag-head, .profile h1.mag-head, .schedule h1.mag-head, .about h1.mag-head, .speaker-list h1.mag-head {
  font-size: 1.6551724138rem;
  /* 24px */
  line-height: 1.9862068966rem;
  font-weight: normal;
  margin-bottom: 0;
}
.news h2.mag-head, .profile h2.mag-head, .schedule h2.mag-head, .about h2.mag-head, .speaker-list h2.mag-head {
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.news h3.mag-head, .profile h3.mag-head, .schedule h3.mag-head, .about h3.mag-head, .speaker-list h3.mag-head {
  font-size: 1.1034482759rem;
  line-height: 1.324137931rem;
  margin-top: 0.5rem;
}
.news ul, .news ol, .profile ul, .profile ol, .schedule ul, .schedule ol, .about ul, .about ol, .speaker-list ul, .speaker-list ol {
  margin-bottom: 1rem;
}
.news p, .profile p, .schedule p, .about p, .speaker-list p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.7rem;
}
.news p.first, .profile p.first, .schedule p.first, .about p.first, .speaker-list p.first {
  text-indent: 0;
}
.news p.poetry, .profile p.poetry, .schedule p.poetry, .about p.poetry, .speaker-list p.poetry {
  text-indent: 0;
  margin-bottom: 1rem;
}
.news p.extra_top, .profile p.extra_top, .schedule p.extra_top, .about p.extra_top, .speaker-list p.extra_top {
  text-indent: 0;
  margin-top: 1.5rem;
}

.news_listing h1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
  margin-bottom: 0.4rem;
}
.news_listing h1.list_section {
  font-size: 1.5172413793rem;
  /* 22px */
  line-height: 1.8206896552rem;
  margin-bottom: 1.75rem;
  padding-top: 12px;
  padding-bottom: 8px;
  border-top: 2px solid #989898;
  border-bottom: 2px solid #989898;
}
.news_listing h1.list_title {
  font-size: 1.3103448276rem;
  /* 19px */
  line-height: 1.5724137931rem;
  margin-bottom: 0.4rem;
}
.news_listing h2 {
  font-size: 1.1034482759rem;
  /* 16px */
  line-height: 1.324137931rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.news_listing h3, .news_listing h4, .news_listing h5 {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.news_listing p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.7rem;
}
.news_listing p.first {
  text-indent: 0;
}
.news_listing p.poetry {
  text-indent: 0;
  margin-bottom: 1rem;
}
.news_listing p.extra_top {
  text-indent: 0;
  margin-top: 0.5rem;
}

/* Get rid of the divider on the last entry in the News list */
/* For the archived entries, use number in list + 1 */
.news_listing div.border-bottom:last-child {
  border: none !important;
}
.news_listing div.border-bottom:nth-child(11) {
  border: none !important;
}

.profile img.icon {
  margin-right: 10px;
}
.profile .form-group label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.about h1 {
  border-bottom: 2px solid #989898;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.speaker-main h1 {
  font-family: cambria, times, serif;
  font-size: 1.5rem;
  color: #3f7295;
  /* 2nd line is manually styled #184c96 */
}
.speaker-main h2 {
  margin-top: 0;
}

.speaker-list h1.page-title {
  font-weight: bold;
  border-top: 2px solid #999999;
  margin-bottom: -0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.speaker-list h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.schedule h1 {
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  border-top: 2px solid #989898;
  text-align: center;
}
.schedule h1.schedule-head {
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
  text-align: left;
  padding-top: 2.25rem;
  border-top: none;
}
.schedule h2 {
  margin-bottom: 0;
}
.schedule h2.schedule-subhead {
  font-size: 1.2413793103rem;
  /* 18px */
  line-height: 1.4896551724rem;
  margin-top: 0;
}
.schedule h3 {
  margin-top: 0.75rem;
}
.schedule .conference-day {
  background-color: #808080;
  padding: 12px;
  color: white;
  font-size: 1.2rem;
}

.presenter h1 {
  font-size: 1rem;
  line-height: 1.324137931rem;
  font-weight: bold;
}
.presenter p {
  font-size: 0.95rem;
  line-height: 1.2rem;
}

.join img {
  border: 2px solid #999999;
}

.guidelines h1 {
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  border-top: 2px solid #999999;
}

#book_of_the_year h1 {
  font-size: 1.4rem;
  /* 14px */
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
#book_of_the_year h1.page-title {
  font-size: 1.2413793103rem;
  /* 18px */
  margin-bottom: 1rem;
}
#book_of_the_year p {
  font-size: 1rem;
  /* 14px */
  line-height: 1.2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
#book_of_the_year .contest h2 {
  font-size: 1rem;
  /* 14px */
  line-height: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  margin-left: 2rem;
}
#book_of_the_year .contest h3 {
  font-size: 1rem;
  /* 14px */
  line-height: 1.2rem;
  font-weight: normal;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}

div#book_of_the_year_ceremony h1 {
  font-size: 1.4rem;
  /* 14px */
  line-height: 1.6rem;
  margin-bottom: 0.75rem;
}

#spirit h1.page-title {
  font-size: 1.2413793103rem;
  /* 18px */
  margin-bottom: 1rem;
}
#spirit img.spirit {
  border: 4px solid #999999;
  margin-bottom: 0.5rem;
}

#copyright {
  padding-top: 140px;
}

#comments .comment_author {
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-style: italic;
}
#comments p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

img[style*="float: right;"] {
  border: 2px solid #999999;
  margin-bottom: 10px !important;
  margin-left: 20px !important;
  margin-right: 0 !important;
  max-width: 100%;
}

img[style*="float: left;"] {
  border: 2px solid #999999;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 20px !important;
  max-width: 100%;
}

img[style*="float:right;"] {
  border: 2px solid #999999;
  margin-bottom: 10px !important;
  margin-left: 20px !important;
  margin-right: 0 !important;
  max-width: 100%;
}

img[style*="float:left;"] {
  border: 2px solid #999999;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 20px !important;
  max-width: 100%;
}

form img {
  border: none !important;
}

input#mc-embedded-subscribe[type=submit] {
  border-radius: 30px;
}

iframe {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.btn-primary, .btn-secondary {
  border-radius: 30px;
}

hr {
  border-top: 2px solid #999999;
}

img.img-fluid.border.img-mobile-mt {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}

ul.pagination li {
  list-style: none;
}

#sponsors {
  width: 100%;
}
#sponsors table {
  border: 2px solid #999999;
  width: 100%;
  max-width: 100%;
}
#sponsors table tr td {
  border: none;
}

@media (min-width: 576px) {
  nav {
    margin-bottom: 28px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading {
    margin-bottom: 0;
    margin-left: 44px;
    margin-right: 50px;
  }

  .content {
    margin-left: 100px;
    margin-right: 100px;
  }

  .home {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  #home-photo {
    margin-bottom: 21px;
  }

  .author-photo {
    text-align: right !important;
  }

  #logo {
    margin-top: 3rem;
  }

  #member-highlight {
    margin-top: 0;
    margin-bottom: 0;
  }

  #sitemap {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
  }
  #sitemap #social {
    margin-top: 11px;
  }

  img.img-fluid.border.img-mobile-mt {
    margin-top: 0;
    margin-bottom: 0;
  }
}
