/* LESS Document */
/* For modern browsers */
@import "https://use.typekit.net/cdd7xha.css";
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
/*
Margin, padding, and border resets
except for form elements
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
Consistency fixes
adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
These are easy to forget
*/
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
/* Variables */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* utility classes */
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.img-max {
  width: 100%;
  height: auto;
  display: block;
}
.img-cover {
  background-size: cover;
}
.img-contain {
  background-size: contain;
}
.img-padding {
  margin: 10px 0 6.66666667px 0;
}
.list-none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.matchyears {
  display: flex;
  flex-direction: column;
}
a.themebutton.current,
a.themebutton.current:visited {
  background-color: #655555;
  color: white;
}
a.themebutton,
a.themebutton:visited {
  display: inline-block;
  padding: 10px 30px;
  background-color: #c8bebe;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 4px;
}
.themebutton-animate {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a.themebutton.current:hover,
a.themebutton:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
  color: #741b36;
  background: white;
}
.btn-normal {
  padding: 5px 10px;
  margin: 10px 0;
  display: inline-block;
  font-size: 12px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.6);
}
.btn-large {
  padding: 6.66666667px 20px;
  margin: 20px 0;
  display: inline-block;
  font-size: 18px;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.6);
}
.btn-primary {
  background: #741b36;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:active {
  background: #c72e5d;
}
.btn-secondary {
  background: #9a8687;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:active {
  background: #c8bebe;
}
.btn-light {
  background: #ffffff;
  color: #000000;
}
.btn-light:hover,
.btn-light:active {
  background: #c8bebe;
}
.btn-bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.text-right {
  text-align: right;
}
.high-light {
  color: #741b36;
}
.margin-below {
  margin-bottom: 10px;
}
.margin-above {
  margin-top: 10px;
}
.panel {
  background: #f5efe6;
}
.edit-content {
  padding: 20px;
  max-width: 800px;
  background: #f5efe6;
}
body.abgc {
  padding: 20px 100px;
  margin: 0;
  background: #f5efe6;
  font-family: "pt-serif-pro", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 12px;
}
/* Header */
.home-header img {
  width: 100%;
  height: auto;
}
/* Navigation */
.navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  list-style: none;
  background: #741b36;
  margin-bottom: 20px;
}
.navigation li a,
.navigation li a:link,
.navigation li a:visited {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.navigation li a:hover,
.navigation li a:active {
  background: #9d2549;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* footer styling */
.footer-container {
  padding-top: 10px;
  border-top: 1px solid #9a8687;
  margin-bottom: 20px;
}
.footer-container .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  color: #9a8687;
}
.footer-container .footer a,
.footer-container .footer a:link,
.footer-container .footer a:visited {
  color: inherit;
  text-decoration: none;
}
.footer-container .footer .tomodomo {
  font-family: "Georgia", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-container {
  display: grid;
  column-gap: 40px;
  align-items: flex-start;
  grid-template-columns: 4fr 2fr;
}
.doclist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.doclist li {
  float: left;
  width: 30%;
  display: block;
  padding: 0 3% 20px 0;
  text-indent: 0;
}
.doclist img {
  max-width: 100%;
  margin-bottom: 8px;
  border: 0;
  display: block;
}
.doclist .docsmall {
  font-size: 10px;
  line-height: 14px;
  display: block;
  margin-top: 6px;
  font-family: Verdana, Geneva, sans-serif;
}
/* Page formatting */
.page-main,
.page-sidebar {
  color: #000000;
  font-size: 15px;
  font-family: "pt-serif-pro", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  padding-bottom: 20px;
}
.page-main .columns,
.page-sidebar .columns {
  columns: 3;
}
.page-main p,
.page-sidebar p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.page-main h1,
.page-sidebar h1 {
  color: #9a8687;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 34px;
  line-height: 40px;
  margin: 20px 0 20px 0;
}
.page-main h2,
.page-sidebar h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin: 40px 0 6.66666667px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-main h3,
.page-sidebar h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 10px 0;
}
.page-main img,
.page-sidebar img {
  max-width: 100%;
  height: auto;
}
.page-main a,
.page-sidebar a,
.page-main a:link,
.page-sidebar a:link,
.page-main a:visited,
.page-sidebar a:visited {
  color: #741b36;
  text-decoration: none;
  font-weight: bold;
}
.page-main a:hover,
.page-sidebar a:hover,
.page-main a:active,
.page-sidebar a:active {
  text-decoration: underline;
}
.page-main .small-text,
.page-sidebar .small-text {
  font-size: 14px;
}
.page-main ol,
.page-sidebar ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 6.66666667px;
}
.page-main ol li,
.page-sidebar ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
.page-main ul,
.page-sidebar ul {
  margin: 20px/2 65px 20px 40px;
  list-style-position: inside;
  padding-bottom: 6.66666667px;
}
.page-main ul li,
.page-sidebar ul li {
  margin-bottom: 6.66666667px;
  line-height: 22px;
  color: #1a1a1a;
}
.page-main blockquote,
.page-sidebar blockquote {
  margin: 20px 0;
  padding: 20px 20px 20px 40px;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  border-left: 10px solid #9a8687;
  background: #f7f5f5;
}
.page-main blockquote:before,
.page-sidebar blockquote:before {
  content: open-quote;
}
.page-main blockquote:after,
.page-sidebar blockquote:after {
  content: close-quote;
}
.page-main > p:first-of-type {
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.page-sidebar {
  font-size: 13px;
  line-height: 18px;
}
.page-sidebar h2 {
  color: #9a8687;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}
.page-sidebar h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.page-sidebar .small-text {
  font-size: 10px;
  line-height: 14px;
}
ul.newsletter-list {
  list-style: none;
  width: 100%;
  display: grid;
  margin-top: 20px;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
ul.newsletter-list li {
  width: 100%;
  background-color: #741b36;
  background-size: cover;
  background-position: center center;
  min-height: 150px;
  display: grid;
}
ul.newsletter-list li a,
ul.newsletter-list li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: white;
  background-color: rgba(116, 27, 54, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
ul.newsletter-list li a h2,
ul.newsletter-list li a:visited h2 {
  margin-top: 60px;
  color: white;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 2px #741b36 solid;
}
ul.newsletter-list li a h3,
ul.newsletter-list li a:visited h3 {
  color: white;
  margin-top: 0;
  font-size: 18px;
}
ul.newsletter-list li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none ;
}
ul.products-list {
  list-style: none;
  width: 100%;
  display: grid;
  margin-top: 20px;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
ul.products-list li {
  width: 100%;
  padding: 10px;
  background-color: #e6d8c2;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
ul.products-list li img {
  height: auto;
  width: 100%;
}
.issue-contents {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.issue-contents li {
  padding: 0;
}
.issue-contents li a,
.issue-contents li a:link,
.issue-contents li a:visited {
  background-color: #e6d8c2;
  display: block;
  width: 100%;
  padding: 4px 10px;
  text-decoration: none;
  margin: 0 0 4px 0;
  font-size: 16px;
}
.issue-contents li a:hover,
.issue-contents li a:active {
  background-color: #fff;
}
.newsletter-table {
  width: 100%;
  border: none;
  border-bottom: #741b36 solid 1px;
  font-family: "pt-serif-pro", Georgia, "Times New Roman", Times, serif;
}
.newsletter-table td,
.newsletter-table th {
  padding: 6px 12px;
  vertical-align: top;
  border-top: #f5efe6 solid 1px;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsletter-table td p,
.newsletter-table th p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsletter-table thead td,
.newsletter-table thead th {
  background: #741b36;
  color: #f5efe6;
}
.newsletter-table tbody tr:nth-child(even) {
  background-color: #eee3d4;
}
.message {
  position: absolute;
  bottom: 0;
  padding: 20px 40px;
  background: rgba(116, 27, 54, 0.5);
  width: 100%;
  color: #f5efe6;
}
.newsletter {
  background: #741b36;
}
.newsletter .newsletter-cover {
  height: 100%;
  min-height: 500px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.newsletter .newsletter-cover h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin-top: 0;
}
.newsletter .newsletter-cover h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.newsletter .newsletter-cover p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.newsletter-cover-issue {
  color: #f5efe6;
}
.newsletter-cover-issue h1 {
  color: #f5efe6;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.newsletter-cover-issue h2 {
  color: #f5efe6;
  margin: 4px 0 ;
}
.newsletter-cover-issue .issue-contents {
  margin-right: 20px;
}
.newsletter-cover-issue .issue-contents li {
  padding: 0;
}
.newsletter-cover-issue .issue-contents li a,
.newsletter-cover-issue .issue-contents li a:link,
.newsletter-cover-issue .issue-contents li a:visited {
  color: #f5efe6;
  background: #5f162c;
  text-decoration: none;
  display: block;
  padding: 6px;
  font-size: 18px;
  font-weight: 400;
}
.newsletter-cover-issue .issue-contents li a:hover {
  background: #9d2549;
}
.matchlist {
  width: 100%;
  padding-bottom: 2px;
  clear: both;
  padding-top: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f5efe6;
  background-color: #ECE2D9;
}
.matchdate {
  font-style: italic;
  float: left;
  padding: 10px;
  width: 35%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yearlist {
  padding-bottom: 20px;
}
.membermatch {
  padding: 5px;
  width: 100%;
  margin-bottom: 4px;
}
.textclip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lineleft {
  border-left: 1px solid #741b36;
}
.scroll-to-top {
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  background: url("/themes/default/angle-up-solid-full.svg") repeat scroll 0 0 rgba(154, 134, 135, 0.6);
  background-position: -96px -32px;
  position: fixed;
  display: none;
  text-indent: -9999px;
}
#puzzle-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 550px;
  height: 550px;
}
#puzzle-wrapper table tr {
  width: 100%;
}
#puzzle-wrapper table td {
  width: 5em;
  height: 7%;
  border: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  background-color: #333;
  position: relative;
}
#puzzle-wrapper td input {
  width: 100%;
  height: 100%;
  padding: 0em;
  border: none;
  text-align: center;
  font-size: 2em;
  color: #666;
  background-color: #f4f4f4;
  text-transform: uppercase;
}
#puzzle-wrapper td input:focus {
  background-color: #E0B9C4;
}
#puzzle-wrapper td span {
  color: #444;
  font-size: 0.8em;
  position: absolute;
  top: -1px;
  left: 1px;
}
#puzzle-wrapper input.done {
  font-weight: bold;
  color: #7A0F23;
}
#puzzle-wrapper {
  width: 100%;
}
#puzzle-clues {
  width: 100%;
}
#puzzle-clues li {
  font-size: 1.2em;
  margin: 0.3em;
  line-height: 1.4em;
}
.active,
.clues-active {
  background-color: #E0B9C4;
}
.clue-done {
  color: #999;
  text-decoration: line-through;
}
@media screen and (max-width: 900px) {
  body.abgc {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  .page-container {
    grid-template-columns: 1fr;
  }
  .footer-container .footer {
    flex-direction: column;
  }
  .footer-container .footer p:last-of-type {
    margin-top: 10px;
  }
  .page-main .columns,
  .page-sidebar .columns {
    columns: 2;
  }
}
