blockquote,
body,
div,
dt,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
th,
ul {
  margin: 0;
  padding: 0
}

img {
  border: 0
}

address,
th {
  font-style: normal;
  font-weight: 400
}

ul {
  list-style: none
}

th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

:root {
  --font-sans: "ff-meta-web-pro-1", "ff-meta-web-pro-2", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  --font-serif: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Georgia, Times, serif
}

.small {
  font-size: .6em
}

.tiny {
  font-size: .8em
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 2em
}

input[type=email] {
  -webkit-appearance: none
}

body {
  background-color: #fff;
  color: #333;
  font-size: 62.5%;
  font-family: var(--font-serif);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  -webkit-font-smoothing: antialiased
}

body.japanese {
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, 'メイリオ', Helvetica, Arial, sans-serif
}

body.japanese h1,
body.japanese h2,
body.japanese h3,
body.japanese h4,
body.japanese h5 {
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, 'メイリオ', Helvetica, Arial, sans-serif;
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5 {
  font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #007afc;
  border: 0;
  box-shadow: none
}

a:hover {
  color: #007afc
}

figure a {
  box-shadow: none
}

figure a:hover {
  box-shadow: none
}

figcaption a,
figcaption a:hover {
  box-shadow: inset 0 -1px 0 #007afc;
  box-shadow: none
}

em {
  font-style: italic
}

::selection {
  background: #ff6
}

li,
p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-character: "-"
}

blockquote,
li,
p {
  font-size: 1.8em;
  line-height: 1.5em
}

p {
  margin-bottom: 1em
}

.fourcol blockquote,
.fourcol li,
.fourcol p {
  font-size: 1.5em
}

.mobileonly {
  display: none !important
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: hsl(0deg 0% 0% / .25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform .6s cubic-bezier(.3, .7, .4, 1)
}

.front {
  display: block;
  position: relative;
  padding: 12px 42px;
  padding: 6px 30px;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: hsl(345deg 100% 47%);
  background: hsl(222deg 100% 58%);
  will-change: transform;
  transform: translateY(-4px);
  transition: transform .6s cubic-bezier(.3, .7, .4, 1)
}

header {
  display: inline-block;
  width: 100%;
  border-bottom: 0 dotted #ddd;
  border-top: 0 solid #000;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-bottom: 30px;
  background: transparent url(../images/bg-header-1140-2.png) bottom center no-repeat;
  opacity: .3;
  transition: opacity .5s
}

header:hover {
  opacity: 1
}

nav {
  display: inline-block;
  width: 100%;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  font-family: var(--font-sans);
  padding: 10px 0
}

nav ul li {
  font-size: 1em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 2em;
  vertical-align: middle
}

nav .logo circle {
  fill: #dfdfdf;
  transition: fill .5s
}

nav .logo path {
  fill: #fff
}

nav .logo a:hover circle {
  fill: #000
}

nav a {
  color: #666;
  padding: 3px 0;
  border: 0;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease
}

nav a:nth-child(1) {
  margin-left: 0
}

nav a:hover {
  border: 0;
  box-shadow: none;
  color: #000
}

nav .newsletters {
  padding-left: 15px;
  color: #999
}

nav .newsletters a {
  padding: 3px 0
}

nav .newsletters a:last-child {
  margin-right: 15px
}

nav .sns a {
  margin-right: 5px
}

#fastSearch {
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 0;
  display: inline-block;
  width: 300px;
  min-width: 300px;
  font-size: .8em
}

#fastSearch input {
  padding: 4px 10px;
  width: 100%;
  height: 31px;
  font-size: 1.6em;
  color: #aaa;
  font-weight: 700;
  background-color: #000;
  border-radius: 3px 3px 0 0;
  border: none;
  outline: 0;
  text-align: left;
  transition-property: background-color, border;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-block;
  font-family: var(--font-sans)
}

#searchResults {
  visibility: inherit;
  display: inline-block;
  width: 320px
}

#searchResults a {
  text-decoration: none !important;
  padding: 10px;
  display: inline-block;
  color: #ddd
}

#searchResults a:focus,
#searchResults a:hover {
  outline: 0;
  background-color: #666;
  color: #fff
}

#searchResults li {
  font-family: var(--font-sans);
  list-style: none;
  list-style-position: inside;
  margin-left: 0;
  background-color: #333;
  padding: 0;
  border-bottom: 1px dotted #000
}

#searchResults li .title {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: inline-block
}

body#index h2 {
  font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, helvetica, sans-serif;
  font-size: 2.8em;
  margin-bottom: 1em;
  color: #333;
  text-shadow: 1px 1px 0 #f7f7f7;
  margin-top: 0
}

body#index h2 span {
  font-size: .7em;
  vertical-align: baseline
}

body#index h2 a:hover {
  background: 0 0;
  border-radius: 0
}

#membership_2020 header {
  display: none
}

#membership_2020 hr {
  border-top: 3px solid #efefef;
  margin-bottom: 5em;
  margin-top: 5em;
  width: 20%
}

#membership_2022 header {
  display: none
}

#membership_2022 hr {
  border-top: 3px solid #efefef;
  margin-bottom: 5em;
  margin-top: 5em;
  width: 20%
}

#membership h1,
#membership h2 {
  text-align: left;
  color: #fff;
  font-family: var(--font-serif);
  text-shadow: 1px 1px 0 #aaa
}

#membership h1 {
  font-size: 4em;
  font-weight: 500;
  line-height: 1em;
  font-style: normal;
  margin-top: 0;
  border-bottom: 1px dotted #fff;
  padding-bottom: .5em;
  margin-bottom: .5em
}

#membership h2 {
  font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2em;
  border-bottom: 0 solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #fff
}

#membership h2 a {
  text-decoration: underline;
  box-shadow: none
}

#membership h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #fff
}

.circle-bg {
  fill: none;
  stroke: #f7f7f7;
  stroke-width: 3
}

.circle,
.circle2,
.circle3,
.circle4 {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: butt;
  animation: progress 2s ease-in-out forwards;
  animation-delay: 0s
}

.circle {
  stroke-width: 5;
  stroke: #007afc
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100
  }
}

#newsletters h2 {
  font-size: 1.8em;
  font-weight: 700;
  border-bottom: 0 solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em
}

#newsletters h2 span {
  opacity: .5
}

#newsletters h3 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 1em
}

#newsletters h3 span {
  opacity: .5
}

#newsletters ul {
  margin-left: 2em;
  margin-bottom: 4em;
  list-style: circle;
  list-style-position: outside
}

#newsletters ul li span {
  opacity: .7;
  font-size: .95em;
  font-family: var(--font-sans)
}

#newsletters ul li {
  line-height: 1.3em;
  margin-bottom: 1em
}

#newsletters hr {
  margin-top: 0;
  padding-bottom: 1em;
  opacity: .3
}

#newsletters label {
  margin-left: .5em
}

#newsletters input[type=checkbox] {
  transform: scale(1.5)
}

#satellite hr {
  border-top: 3px solid #efefef;
  margin-bottom: 5em;
  margin-top: 5em;
  width: 20%
}

#satellite li,
#satellite p {
  font-size: 2em;
  line-height: 1.5em;
  color: #333
}

#satellite li li {
  font-size: inherit
}

#satellite.japanese li,
#satellite.japanese p {
  font-size: 1.6em;
  line-height: 1.7em;
  color: #333
}

#satellite #satellite_body p {
  margin-bottom: 1.5em;
  text-indent: 0
}

#satellite #satellite_body p:first-child {
  text-indent: 0
}

#satellite #satellite_body .firstchunk>p:first-of-type:first-letter {
  float: left;
  font-size: 115px;
  font-family: var(--font-sans);
  padding-top: 0;
  padding-right: 7px;
  line-height: 77px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
  font-weight: 700
}

#satellite #satellite_body>p:first-of-type:first-line {
  text-transform: uppercase
}

#satellite #satellite_body #satellite_footer p {
  text-indent: 0;
  margin-bottom: 1em
}

#satellite #satellite_body h3+p,
#satellite #satellite_body h4+p,
#satellite #satellite_body h5+p,
#satellite #satellite_body hr+p {
  text-indent: 0
}

#satellite ul {
  margin-bottom: 3em
}

#satellite ul ul {
  margin-bottom: 0
}

#satellite_body ul li {
  margin-left: 2em;
  list-style: circle;
  list-style-position: outside;
  margin-bottom: 0
}

#satellite_body a img {
  float: left
}

#satellite_body .photogallery a img {
  float: none;
  margin-bottom: 2em;
  border: 1px solid #333;
  transition: border 50ms ease-out;
  border-radius: 3px
}

#satellite_body .photogallery a:hover img {
  border: 1px solid #aaa
}

#satellite_footer {
  font-family: var(--font-sans);
  color: #333;
  border-top: 3px double #efefef;
  padding-top: 2em;
  margin-top: 5em
}

#satellite #satellite_footer h3 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 10px
}

#satellite_footer p {
  font-size: 1.5em;
  margin-bottom: .5em
}

#satellite_footer img {
  float: left;
  border: 2px solid #000;
  margin-right: 20px;
  width: 100px;
  border-radius: 50%
}

#satellite #copyright_links p {
  font-size: 1.1em
}

#satellite figure {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 2em;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef
}

#satellite figure img {
  width: 100%;
  float: none
}

#satellite figure figcaption,
#satellite figure figcaption h4 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: .5em;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #555;
  font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Helvetica, Arial, sans-serif
}

#satellite figure figcaption .meta {
  text-transform: none;
  font-weight: 400
}

#satellite figure.fourcol,
#satellite figure.sixcol {
  border: 0
}

#satellite blockquote {
  font-size: inherit;
  font-style: normal;
  padding-left: 2em;
  border-left: 5px solid #efefef;
  margin: 2em 0
}

#satellite .title {
  text-align: left;
  padding-bottom: 4em;
  padding-top: 5em;
  border-radius: 3px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5em
}

#satellite .title h3 {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1.1em;
  margin-top: -10px;
  margin-bottom: 15px
}

#satellite.japanese h3 {
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, 'メイリオ', Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 15px
}

#satellite h2 {
  font-family: var(--font-serif);
  font-size: 5em;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: 400;
  margin-bottom: .3em
}

#satellite.japanese h2 {
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, 'メイリオ', Helvetica, Arial, sans-serif;
  font-size: 4em;
  letter-spacing: 0;
  font-weight: 700
}

#satellite_body h3 {
  font-size: 2.4em;
  margin-top: 1em;
  font-weight: 700
}

#satellite h4 {
  font-size: 2em;
  letter-spacing: .1em;
  margin-top: 1em;
  font-weight: 700;
  text-transform: uppercase
}

#satellite h5 {
  font-size: 1.4em;
  margin-bottom: .5em;
  padding-top: 2em;
  margin-top: 2em;
  border-top: 0 solid #efefef;
  font-weight: 700;
  text-transform: uppercase
}

#satellite .other {
  opacity: 1
}

#satellite .other:hover {
  opacity: 1
}

.readnext {
  text-align: center;
  margin-bottom: 2em;
  padding-bottom: 4em;
  border-bottom: 1px solid #efefef
}

#satellite .readnext {
  margin-top: 5em;
  padding-top: 5em;
  margin-bottom: 5em;
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 0
}

.readnext h2 {
  font-family: var(--font-serif);
  margin-bottom: 1em;
  font-size: 2.5em
}

#satellite .readnext h3,
.readnext h3 {
  margin-bottom: .5em;
  font-size: 2.8em;
  font-weight: 700
}

#satellite .readnext h4,
.readnext h4 {
  font-size: 2.4em;
  line-height: 1em;
  margin-top: .5em;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0
}

#satellite .readnext h5,
.readnext h5 {
  font-weight: 400;
  font-family: var(--font-sans);
  font-style: italic;
  border: none;
  font-size: 1.4em;
  margin-top: 0;
  padding-top: .3em;
  margin-bottom: .5em;
  text-transform: none;
  line-height: 1.2em
}

#satellite .readnext a,
.readnext a {
  color: inherit;
  text-decoration: none
}

#satellite .readnext a:hover,
.readnext a:hover {
  color: #007afc
}

#satellite .readnext a img:hover,
.readnext a img:hover {
  border: none
}

#satellite .readnext .threecol:last-child,
.readnext .threecol:last-child {
  padding-right: 0;
  margin-right: 0
}

#satellite .readnext .featuredimg,
.readnext .featuredimg {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #efefef;
  background-color: #efefef !important
}

.sharethis {
  text-align: center;
  padding-top: 2em
}

.sharethis a {
  border: none;
  box-shadow: none
}

.sharethis .twittershare {
  width: 35px;
  height: 35px;
  margin: 0 3px;
  display: inline-block;
  background-color: #efefef;
  border-radius: 3px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.sharethis .twittershare:hover {
  background-color: #333
}

.ridgeline .subscribe h2,
.ridgeline .subscribe h3 {
  text-align: center
}

.ridgeline .subscribe h2 {
  margin-top: 1em
}

#satellite.ridgeline #satellite_footer p {
  font-size: 1.5em
}

#satellite.ridgeline .title.subscribe {
  margin-bottom: 2em;
  padding-bottom: 1em;
  padding-top: 0
}

#satellite.ridgeline .title.subscribe img {
  margin-bottom: 2em
}

.ridgeline #subForm input[type=email] {
  display: inline-block;
  float: none;
  text-align: center;
  color: #000;
  font-weight: 700;
  background-color: #fff
}

.ridgeline #subForm input[type=email]::placeholder {
  color: #bbb
}

#satellite .title.ridgeline {
  text-align: center;
  padding: 4em 0
}

#satellite .title.ridgeline h2 {
  margin-top: .5em
}

#satellite .ridgeline h3 {
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 1.7em;
  display: inline
}

#satellite .ridgeline h3 a {
  background-color: #f6f5f1;
  box-shadow: none;
  text-decoration: none;
  border: 1px dotted #bbb;
  padding: 4px 12px
}

.ridgeline .circle {
  border-radius: 50%;
  border: 2px solid #000
}

.ridgeline .square {
  border: 2px solid #fff;
  border-radius: 5px
}

#satellite .prevnext {
  padding-top: 2em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3em
}

#satellite .prevnext .readnext {
  padding-top: 2em;
  margin-top: 0;
  margin-bottom: 0
}

#satellite_footer.ridgeline {
  padding-bottom: 2em;
  margin-bottom: 0;
  margin-top: 0;
  border-top: 0
}

body.ridgeline {
  background-color: #f6f5f1
}

.subbumper {
  text-align: center;
  border-top: 1px solid #f7f7f7;
  margin-top: 3em;
  padding-bottom: 3em;
  background: #f6f5f1
}

.subbumper h3 {
  margin-bottom: 1em
}

#subForm2 input[type=email],
.subbumper #subForm input[type=email] {
  float: none;
  color: #000;
  font-weight: 700;
  margin: 0 auto;
  text-align: center
}

.tags h1 {
  font-family: var(--font-serif);
  font-size: 3em;
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
  margin-bottom: 1em
}

.tags ul {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 1px;
  columns: 2;
  margin-bottom: 3em
}

.tags ul li {
  margin-bottom: 0
}

.posttags {
  margin-bottom: 0;
  margin-top: 2em;
  columns: 1
}

.posttags li {
  color: #000;
  display: inline;
  font-family: var(--font-sans)
}

.posttags li a {
  font-size: .7em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  padding: 0 5px;
  background-color: #f8f8f8;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 0;
  text-decoration: none
}

.posttags li a:hover {
  color: #007afc
}

.tags ul li a {
  text-decoration: none;
  font-weight: 700
}

body#about_page article h1 {
  font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Helvetica, Arial, sans-serif;
  font-size: 2.4em !important;
  line-height: .8em;
  margin: 0;
  letter-spacing: 0;
  color: #484848;
  font-weight: 400
}

footer {
  font-family: var(--font-sans);
  font-weight: 700;
  border-top: 1px solid #efefef;
  padding-top: 40px;
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 0 solid #000
}

footer p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333 !important
}

footer a {
  transition: color .3s ease;
  box-shadow: none;
  border: 0;
  color: #333;
  padding: 10px 0;
  text-decoration: underline
}

footer a:hover {
  color: #000
}

footer .other_links a {
  margin-right: 10px;
  text-decoration: none
}

footer .other_links a:last-child {
  margin-right: 0
}

#copyright_links {
  float: right;
  text-align: right;
  margin-right: 10px
}

body#roden_explorers_page {
  background: url(../images/bg-explorers.jpg) no-repeat center center fixed;
  background-size: cover
}

.explorers header a {
  color: #ddd !important;
  text-shadow: 1px 1px 0 #000
}

.explorers header a:hover {
  color: #aaa !important
}

.explorers .other_links {
  display: none
}

.explorers footer p {
  color: #fff
}

.explorers footer {
  border-top: 1px solid #999
}

#subForm input[type=email],
#subForm2 input[type=email] {
  padding: 4px 10px;
  width: 300px;
  margin-right: 5px;
  font-size: 1.6em;
  color: #666;
  border-radius: 5px;
  border: 2px solid #efefef;
  outline: 0;
  transition-property: background-color, border;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline;
  float: left;
  font-family: var(--font-sans)
}

#subForm input[type=email]:hover,
#subForm2 input[type=email]:hover {
  border: 2px solid #ddd
}

#subForm input[type=email]:focus,
#subForm2 input[type=email]:focus {
  background-color: #f7f7f7;
  border: 2px solid #ddd
}

#subForm button,
#subForm2 button {
  font-family: var(--font-sans)
}

.flat_button {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 1.7em;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #ddd;
  text-shadow: 0 0 1px rgba(0, 0, 0, .5);
  background-color: #005fcc;
  border: 0;
  border-radius: 3px;
  font-weight: 700;
  transition: all .2s ease
}

.flat_button:active,
.flat_button:hover {
  background-color: #0064cc;
  color: #fff
}

@media only screen and (max-width:768px) {
  body {
    font-size: 55% !important;
    -webkit-text-size-adjust: none
  }

  .mobileonly {
    display: inline-block !important
  }

  .desktoponly {
    display: none !important
  }

  .container,
  .row,
  body {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
  }

  .row .eightcol,
  .row .fourcol,
  .row .sixcol,
  .row .threecol,
  .row .twelvecol,
  .row .twocol {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px
  }

  #membership_2020 .row .threecol {
    width: 22.05%;
    padding: 0;
    float: left;
    margin-right: 3.8%
  }

  #membership_2020 img.fourcol,
  article .row .fourcol {
    width: 30.75%;
    float: left;
    margin-right: 3.8%;
    padding: 0
  }

  #membership_2020 img.sixcol,
  article .row .sixcol {
    width: 48%;
    float: left;
    margin-right: 3.8%;
    padding: 0
  }

  article .row img.twelvecol {
    padding: 0
  }

  #membership_2020 .threecol.last,
  #membership_2020 img.last,
  article .row .last {
    margin-right: 0
  }

  #membership_2020 img {
    display: inline-block
  }

  #membership_2022 .row .threecol {
    width: 22.05%;
    padding: 0;
    float: left;
    margin-right: 3.8%
  }

  #membership_2022 img.fourcol,
  article .row .fourcol {
    width: 30.75%;
    float: left;
    margin-right: 3.8%;
    padding: 0
  }

  #membership_2022 img.sixcol,
  article .row .sixcol {
    width: 48%;
    float: left;
    margin-right: 3.8%;
    padding: 0
  }

  article .row img.twelvecol {
    padding: 0
  }

  #membership_2022 .threecol.last,
  #membership_2022 img.last,
  article .row .last {
    margin-right: 0
  }

  #membership_2022 img {
    display: inline-block
  }

  #satellite .prevnext .readnext h4 {
    font-size: 2em
  }

  .ridgeline .circle {
    width: 40%
  }

  #subForm2 input[type=email],
  .ridgeline #subForm input[type=email] {
    width: 80%
  }

  #satellite .title.ridgeline {
    padding-bottom: 2em;
    padding-top: 2em
  }

  #satellite .title.ridgeline h2 {
    margin-top: .1em
  }

  #satellite .ridgeline h3 {
    font-size: 2em
  }

  .ridgemark {
    width: 40px
  }

  .ridgeline .subscribe h2 {
    margin-top: .5em
  }

  .flat_button {
    font-size: 2em;
    font-weight: 400
  }

  header {
    opacity: 1;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #efefef;
    padding: 10px 0
  }

  nav {
    font-size: 1.7em;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0
  }

  nav .logo {
    float: left !important;
    margin-top: 0;
    margin-right: 0
  }

  nav .logo a {
    padding: 0
  }

  nav a {
    padding: 5px 0
  }

  nav a {
    padding-right: 6px
  }

  nav .nospace a {
    padding-right: 0
  }

  #satellite li,
  #satellite p {
    line-height: 1.5em
  }

  #satellite ul li {
    margin-left: 1em
  }

  #satellite #satellite_body .firstchunk>p:first-of-type:first-letter {
    font-size: 85px;
    line-height: 60px
  }

  #satellite hr {
    margin-bottom: 3em;
    margin-top: 3em
  }

  #satellite .title {
    text-align: center;
    padding-bottom: 3em;
    padding-top: 3em;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5em
  }

  #satellite_footer {
    text-align: center;
    margin-bottom: 50px
  }

  #satellite_footer p {
    font-size: 1.5em
  }

  #satellite_body #satellite_footer a img {
    float: none;
    margin-right: 0;
    box-shadow: none;
    margin-bottom: 15px;
    width: 120px
  }

  #satellite figure {
    padding-bottom: 10px
  }

  #satellite figure img {
    float: none
  }

  #satellite figure figcaption {
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1.2em
  }

  #satellite_footer img {
    float: none
  }

  footer {
    font-family: var(--font-sans);
    text-align: center
  }

  footer #copyright_links {
    box-sizing: border-box;
    float: none;
    width: 100%;
    text-align: center
  }

  #satellite footer #copyright_links p {
    font-size: 1.3em
  }

  body#about_page article h1 {
    display: inline-block;
    font-size: 3.5em !important
  }

  .explorers {
    text-align: center
  }

  .explorers header {
    border-bottom: 1px solid #999
  }

  .explorers h2 {
    font-size: 3.5em !important;
    font-weight: 400
  }

  #subForm2 input[type=email] {
    width: 92%;
    margin-bottom: 5px
  }

  #subForm2 input[type=email] {
    float: none;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    border-color: #f7f7f7
  }

  figure.fourcol,
  figure.sixcol,
  figure.threecol,
  figure.twelvecol,
  figure.twocol {
    padding: 0 !important
  }

  figure a {
    width: 100%;
    box-shadow: none
  }

  figure a img {
    width: 100%
  }

  #satellite .readnext h4,
  .readnext h4 {
    font-size: 3.2em;
    text-transform: none;
    font-weight: 700;
    margin-top: .1em
  }

  #satellite .readnext h5,
  .readnext h5 {
    font-size: 1.6em;
    margin-bottom: 2em
  }

  #satellite .readnext .threecol:last-child,
  .readnext .threecol:last-child {
    padding-right: 20px
  }

  #satellite .readnext .threecol,
  .readnext .threecol {
    margin-bottom: 3em
  }

  #membership {
    padding-top: 50px
  }

  #membership h1,
  #membership h2,
  #membership h3 {
    text-align: center;
    text-shadow: none
  }

  #membership header {
    display: none
  }

  #membership h1 {
    line-height: 1.1em
  }
}

@media print {
  body {
    color: #000 !important
  }

  .readnext {
    display: none
  }

  footer {
    display: none
  }

  header {
    display: none
  }

  .row .eightcol,
  .row .fourcol,
  .row .sixcol,
  .row .threecol,
  .row .twelvecol,
  .row .twocol {
    width: 65%;
    margin: 0 auto;
    float: none
  }

  #satellite li,
  #satellite p {
    font-size: 1.9em;
    color: #000 !important
  }

  a {
    box-shadow: none
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }
}

@media (prefers-color-scheme:dark) {
  html:not(.light) body {
    color: #d7d7d7;
    background-color: #222;
    -moz-osx-font-smoothing: grayscale
  }

  html:not(.light) ::selection {
    background: #00f;
    background: #fff;
    color: #333
  }

  html:not(.light) a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #fff;
    border: 0;
    box-shadow: none
  }

  html:not(.light) a:hover {
    color: #fff
  }

  html:not(.light) #membership_2020 hr {
    border-top: 3px solid #555
  }

  html:not(.light) #membership_2022 hr {
    border-top: 3px solid #555
  }

  html:not(.light) #satellite li,
  html:not(.light) #satellite p {
    color: #d7d7d7
  }

  html:not(.light) #satellite figure {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555
  }

  html:not(.light) #satellite figure figcaption,
  html:not(.light) #satellite figure figcaption h4 {
    color: #999
  }

  html:not(.light) #satellite blockquote {
    border-left: 5px solid #555
  }

  html:not(.light) .sharethis .twittershare {
    background-color: #555
  }

  html:not(.light) #satellite .readnext {
    border-top: 1px solid #555
  }

  html:not(.light) #satellite .readnext .featuredimg,
  html:not(.light) .readnext .featuredimg {
    border: 1px solid #555
  }

  html:not(.light) #satellite_footer {
    border-top: 3px double #555
  }

  html:not(.light) #satellite h5 {
    border-top: 0 solid #555
  }

  html:not(.light) footer {
    border-top: 1px solid #333
  }

  html:not(.light) footer p {
    color: #888 !important
  }

  html:not(.light) footer p a {
    text-decoration-color: #888;
    fill: #888
  }

  html:not(.light) #satellite .title {
    border-bottom: 1px solid #555
  }

  html:not(.light) .readnext {
    border-bottom: 1px solid #555
  }

  html:not(.light) nav a {
    color: #ddd;
    text-decoration: none
  }

  html:not(.light) nav a:hover {
    color: #fff
  }

  html:not(.light) nav .logo circle {
    fill: #333
  }

  html:not(.light) nav .logo path {
    fill: #000
  }

  html:not(.light) nav .logo a:hover circle {
    fill: #444
  }

  html:not(.light) body#index h2 {
    text-shadow: none;
    color: #d7d7d7
  }

  html:not(.light) footer a:hover {
    color: #fff;
    fill: #fff
  }

  html:not(.light) #satellite hr {
    border-top: 3px solid #555
  }

  html:not(.light) header {
    background: 0 0;
    border-bottom: 1px solid #111;
    opacity: .5;
    padding-bottom: 10px
  }

  html:not(.light) #satellite header {
    border: none
  }

  html:not(.light) #satellite .ridgeline h3 a {
    background-color: #333;
    color: #ddd
  }

  html:not(.light) .subbumper {
    background-color: #333;
    border: 0
  }

  html:not(.light) body.ridgeline {
    background-color: #222
  }

  html:not(.light) #satellite .readnext a:hover,
  html:not(.light) .readnext a:hover {
    color: #fff
  }

  html:not(.light) body#about_page article h1 {
    color: #d7d7d7
  }

  html:not(.light) .posttags li a {
    color: #000
  }

  html:not(.light) .posttags li a:hover {
    color: #007afc
  }
}