/******************
* Joseph Simpson 2018 The Home Slice Group
*******************/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

strong, em {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto; }

.max-width-wrapper {
  max-width: 1500px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none !important; }

.menu-down-arrow {
  background: none;
  border: none;
  color: white;
  padding: 15px;
  padding-top: 5px; }

.header-nav ul {
  display: flex; }
  .header-nav ul li {
    tab-index: 0; }
    .header-nav ul li ul {
      display: none; }
.header-nav ul li:focus-within ul, .header-nav ul li:hover ul {
  display: block; }

.rider-nav {
  background: #C3381B;
  color: white;
  padding: 5px;
  box-sizing: border-box; }
  .rider-nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .rider-nav ul a {
      text-decoration: none;
      color: white;
      font-weight: bold; }

@media all and (min-width: 850px) {
  .rider-nav {
    background: #C3381B;
    color: white;
    margin-top: -15px;
    padding: 5px;
    box-sizing: border-box; }
    .rider-nav ul {
      display: flex;
      justify-content: space-around; }
      .rider-nav ul a {
        text-decoration: none;
        color: white;
        font-weight: bold; } }
body {
  font-family: futura-pt, sans-serif; }

#the-hamburger-menu {
  overflow-y: auto;
  top: 0;
  z-index: 50;
  display: block;
  font-family: futura-pt, sans-serif;
  background: #456066;
  position: fixed;
  padding-top: 15px;
  padding-left: 5px;
  height: 100%;
  width: 50%;
  min-width: 200px;
  transition: transform 1s;
  transform: translateX(-100%);
  box-shadow: inset rgba(0, 0, 0, 0.48) -9px -5px 20px 0px; }
  @media all and (min-width: 850px) {
    #the-hamburger-menu {
      display: none; } }
  #the-hamburger-menu a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.4em;
    margin-bottom: 25px; }
  #the-hamburger-menu .current_page_item a, #the-hamburger-menu li:focus a, #the-hamburger-menu li:hover a {
    color: #C3381B; }

#the-hamburger-button {
  height: 50px;
  width: 50px;
  z-index: 50;
  display: block;
  position: fixed;
  top: 25px;
  right: 15px;
  background: none;
  border: none;
  opacity: .8; }
  @media all and (min-width: 850px) {
    #the-hamburger-button {
      display: none; } }

.form-container #nf-field-27, .form-container #nf-field-22 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  font-family: futura-pt, sans-serif;
  padding: 2em;
  padding-top: .55em;
  padding-bottom: .55em;
  background: #E9DBC0;
  border: 2px solid #bf5535;
  text-transform: uppercase;
  font-weight: bold;
  color: #bf5535;
  transition: background-color 1s; }

.form-container #nf-field-18:focus, .form-container #nf-field-18:hover, .form-container #nf-field-22:focus, .form-container #nf-field-22:hover {
  background: #C3381B;
  color: #E9DBC0;
  cursor: pointer; }

/******************
*
* General Styles Below
*
*******************/
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-1 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-2 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.flex-3 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3; }

.flex-4 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4; }

.flex-half {
  flex-basis: 46%; }

.flex-third {
  flex-basis: 30%; }

.flex-quarter {
  flex-basis: 23%; }

.flex-fifth {
  flex-basis: 18%; }

body {
  background: #E9DBC0 url("../img/wood-background.png"); }

img {
  height: auto; }

iframe {
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

h2 {
  font-size: 4em;
  color: #C3381B;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  h2 a {
    font-size: .8em;
    color: #C3381B; }

.form-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 77%;
  width: 500px;
  color: #E9DBC0;
  background: #456066;
  padding: 2em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: futura-pt, sans-serif; }
  .form-container h3 {
    font-size: 2em; }
  .form-container #nf-field-18 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    font-family: futura-pt, sans-serif;
    padding: 2em;
    padding-top: .55em;
    padding-bottom: .55em;
    border-radius: 15px;
    background: #E9DBC0;
    border: 2px solid #C3381B;
    text-transform: uppercase;
    font-weight: bold;
    color: #C3381B; }

.inner-border .form-container h3 {
  color: #E9DBC0;
  margin-bottom: 0; }

.inner-border {
  padding: 7px;
  box-sizing: border-box; }

.text-container {
  margin-bottom: 14px; }

.score-container {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }

.score-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

a.score-button {
  color: #E9DBC0;
  padding: 14px;
  box-sizing: border-box;
  background: #C3381B;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color .4s; }

a.score-button:focus, a.score-button:hover {
  background: #456066; }

/*****************
* ADA Skip Nav Styles Below
******************/
.skip-to-content {
  transform: translateY(-200%);
  position: absolute;
  top: 15px;
  left: 15px; }

.skip-to-content:focus {
  transform: translateY(100%);
  font-size: 30px;
  visibility: visible;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 23; }

/*
* Header style below
*/
.header_sponsor_link {
  height: 177px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 21%;
  min-width: 150px;
  margin-bottom: 25px; }

.social-links-hamburger {
  display: flex;
  width: 75%;
  margin-right: auto; }
  .social-links-hamburger a {
    width: 50%; }
  .social-links-hamburger img {
    width: 100%; }

header {
  margin-left: auto;
  margin-right: auto;
  align-items: center; }
  header .home-hero-container {
    background: white;
    position: relative; }
    header .home-hero-container .social-links {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 200px;
      display: none; }
      @media all and (min-width: 850px) {
        header .home-hero-container .social-links {
          display: flex; } }
      header .home-hero-container .social-links a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px; }
      header .home-hero-container .social-links a:nth-child(1) {
        background-color: #3B5998; }
      header .home-hero-container .social-links a:nth-child(2) {
        background-color: lightblue; }
  header img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  header img:first-child {
    width: 100%; }
  header img:last-child {
    width: 48%; }
  header .top-nav {
    width: 100%;
    background: #456066;
    background-image: url("../img/transparent-metal.png");
    height: 50px;
    margin-bottom: 15px;
    display: none;
    position: sticky;
    top: 0; }
    @media all and (min-width: 850px) {
      header .top-nav {
        display: flex; } }
    header .top-nav .header-menu {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 1150px;
      margin-left: auto;
      margin-right: auto; }
      header .top-nav .header-menu ul {
        width: 100%;
        display: flex; }
        header .top-nav .header-menu ul li {
          margin-left: auto;
          margin-right: auto; }
          header .top-nav .header-menu ul li a {
            font-family: 'Libre Baskerville', serif;
            font-weight: bold;
            text-shadow: #000000 3px 3px 3px;
            font-size: 1.1em;
            text-transform: uppercase;
            text-decoration: none;
            color: white; }
        header .top-nav .header-menu ul li:focus a, header .top-nav .header-menu ul li:hover a, header .top-nav .header-menu ul .current-menu-item a {
          color: #ff884e; }
  header .sponsor-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border: double #456066 10px;
    border-left: none;
    border-right: none;
    align-items: center;
    background-color: #E9DBC0; }

/*
Home Page Styles below
*/
.gray-out {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #505050;
  transition: opacity 2s;
  opacity: 0;
  z-index: -1;
  display: block; }

.outline {
  border: 5px #C3381B solid;
  padding: 2px;
  margin-bottom: 18px;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .outline a {
    padding: .25em;
    border: 3px #C3381B solid;
    display: block;
    font-size: 2em;
    text-decoration: none;
    color: #456066;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    text-align: center; }
  .outline a:focus, .outline a:hover {
    color: #C3381B; }

.home-blog-container {
  display: flex;
  flex-wrap: wrap; }
  .home-blog-container .blog-entry {
    background: #E9DBC0;
    display: flex;
    padding: 2px;
    margin-bottom: 35px;
    width: 30%;
    min-width: 285px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .home-blog-container .blog-entry h2 {
      font-size: 2em;
      margin-bottom: .5em; }
    .home-blog-container .blog-entry img, .home-blog-container .blog-entry iframe, .home-blog-container .blog-entry video {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .home-blog-container .blog-entry .read-more-blog {
      transition: background-color 1s;
      padding: 8px; }
    .home-blog-container .blog-entry .read-more-blog:focus, .home-blog-container .blog-entry .read-more-blog:hover {
      cursor: pointer; }
    .home-blog-container .blog-entry .read-more-blog:active {
      padding: 5px; }
    .home-blog-container .blog-entry .interior {
      padding: 10px;
      padding-bottom: 25px;
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
      .home-blog-container .blog-entry .interior p {
        margin-bottom: 15px; }
  .home-blog-container .even-blog {
    border: 5px #C3381B solid; }
    .home-blog-container .even-blog h2 {
      color: #C3381B; }
    .home-blog-container .even-blog .interior {
      border: 3px #C3381B solid; }
    .home-blog-container .even-blog .read-more-blog {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 53%);
      background: #E9DBC0;
      border: #C3381B solid 4px;
      color: #C3381B;
      font-weight: bold;
      font-size: 1.1em; }
    .home-blog-container .even-blog .read-more-blog:focus, .home-blog-container .even-blog .read-more-blog:hover {
      background-color: #C3381B;
      color: #E9DBC0; }
  .home-blog-container .odd-blog {
    border: 5px #456066 solid; }
    .home-blog-container .odd-blog h2 {
      color: #456066; }
    .home-blog-container .odd-blog .interior {
      border: 3px #456066 solid; }
    .home-blog-container .odd-blog .read-more-blog {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 53%);
      background: #E9DBC0;
      border: #456066 solid 4px;
      color: #456066;
      font-weight: bold;
      font-size: 1.1em; }
    .home-blog-container .odd-blog .read-more-blog:focus, .home-blog-container .odd-blog .read-more-blog:hover {
      background-color: #456066;
      color: #E9DBC0; }
  .home-blog-container .blog-author, .home-blog-container .blog-date {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: futura-pt, sans-serif; }
  .home-blog-container .blog-date {
    font-size: 1.3em; }
  .home-blog-container .flex-image-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%; }
  .home-blog-container .full-blog {
    opacity: 0;
    padding-left: 10%;
    padding-right: 10%; }
  .home-blog-container .hs-hidden {
    display: none; }
  .home-blog-container .see-more-home-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #E9DBC0;
    border: transparent solid 5px;
    color: #456066;
    font-size: 2em;
    transition: background-color 1s, color 1s; }
  .home-blog-container .see-more-home-button:focus, .home-blog-container .see-more-home-button:hover {
    cursor: pointer;
    background: #456066;
    color: #E9DBC0; }

/*Riders below*/
.rider-group-container {
  max-width: 1000px; }

.heading-colored {
  text-align: center;
  margin-bottom: 21px;
  font-weight: bold;
  font-size: 2.5em; }
  .heading-colored__sub-title {
    font-size: .9em;
    font-weight: normal;
    display: block; }

.outer-border:nth-child(odd) {
  border: solid #456066 5px; }
  .outer-border:nth-child(odd) .inner-border {
    border: solid #456066 3px; }
    .outer-border:nth-child(odd) .inner-border .heading-colored {
      color: #456066; }
    .outer-border:nth-child(odd) .inner-border h2 {
      color: #C3381B; }
  .outer-border:nth-child(odd) .link-button {
    border: 4px #456066 solid;
    color: #456066; }
  .outer-border:nth-child(odd) .link-button:hover, .outer-border:nth-child(odd) .link-button:focus {
    background: #456066;
    color: #E9DBC0; }

.outer-border:nth-child(even) {
  border: solid #C3381B 5px; }
  .outer-border:nth-child(even) .inner-border {
    border: solid #C3381B 3px; }
    .outer-border:nth-child(even) .inner-border .heading-colored {
      color: #C3381B; }
    .outer-border:nth-child(even) .inner-border h2 {
      color: #456066; }
  .outer-border:nth-child(even) .link-button {
    border: 4px #C3381B solid;
    color: #C3381B; }
  .outer-border:nth-child(even) .link-button:hover, .outer-border:nth-child(even) .link-button:focus {
    background: #C3381B;
    color: #E9DBC0; }

.outer-border {
  padding: 5px;
  margin-bottom: 25px;
  background-color: #E9DBC0; }

.variable-length {
  border: #456066 solid 2px;
  padding: 5px;
  color: #456066;
  text-decoration: none;
  transition: background-color 1s;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 892px) {
    .variable-length {
      margin-left: 0;
      margin-right: 0; } }

.variable-length:focus, .variable-length:hover {
  background: #456066;
  color: #E9DBC0; }

.rider-container {
  padding: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .rider-container .img-container {
    width: 15%;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    @media all and (min-width: 1155px) {
      .rider-container .img-container {
        margin-left: 15px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 40px; } }
    .rider-container .img-container img {
      width: 100%;
      display: block;
      margin-bottom: 15px; }
  .rider-container .rider-text-container {
    width: 100%;
    line-height: 1.6; }
    @media all and (min-width: 892px) {
      .rider-container .rider-text-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    .rider-container .rider-text-container .name-and-state-container {
      display: flex;
      flex-wrap: wrap; }
      .rider-container .rider-text-container .name-and-state-container h2 {
        margin-bottom: 5px;
        font-size: 1.5em;
        margin-left: auto;
        margin-right: auto; }
        @media all and (min-width: 892px) {
          .rider-container .rider-text-container .name-and-state-container h2 {
            margin-left: 0; } }
      .rider-container .rider-text-container .name-and-state-container p {
        margin-bottom: 5px;
        font-size: 1.2em;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center; }
        @media all and (min-width: 892px) {
          .rider-container .rider-text-container .name-and-state-container p {
            margin-right: 0;
            width: auto;
            text-align: left; } }
    .rider-container .rider-text-container h3 {
      font-weight: bold;
      text-align: center;
      font-size: 1.2em; }
      @media all and (min-width: 892px) {
        .rider-container .rider-text-container h3 {
          text-align: left; } }
  .rider-container img {
    width: 15%;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    @media all and (min-width: 892px) {
      .rider-container img {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 15px; } }
  .rider-container .square-img {
    background-size: cover;
    width: 180px;
    height: 180px; }

#gallery-full-sized {
  max-height: 90vh;
  display: none;
  position: fixed;
  top: 5%;
  left: 5%;
  right: 5%;
  align-items: center;
  border: #456066 solid 5px;
  background: #E9DBC0;
  padding: 8px; }
  @media all and (min-width: 900px) {
    #gallery-full-sized {
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%; } }
  #gallery-full-sized .inner-border {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: #456066 solid 3px; }
    #gallery-full-sized .inner-border img {
      max-width: 80%;
      max-height: 80vh;
      margin: auto;
      display: block;
      margin-top: 25px;
      margin-bottom: 25px; }
  #gallery-full-sized #close-button {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 53%);
    background: #E9DBC0;
    border: #456066 solid 4px;
    color: #456066;
    font-weight: bold;
    font-size: 2.1em;
    transition: background-color 1s; }
  #gallery-full-sized #close-button:hover, #gallery-full-sized #close-button:focus {
    background: #456066;
    color: #E9DBC0;
    cursor: pointer; }

.link-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: block;
  width: 150px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 1s;
  padding: 8px; }
  @media all and (min-width: 915px) {
    .link-button {
      margin-left: 0;
      margin-right: 0; } }

.album-link-overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 2.5em;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  height: 100%;
  transition: opacity 2s; }
  .album-link-overlay p {
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

.album-link-overlay:focus, .album-link-overlay:hover {
  opacity: 1; }

/*about below*/
.about-section h2 {
  font-size: 2.5em; }
  .about-section h2 span {
    display: block;
    margin-bottom: 15px; }
.about-section h3 {
  text-align: center;
  font-size: 2em;
  color: #456066;
  margin-bottom: 15px; }
.about-section p {
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 1em;
  padding-right: 1em; }
.about-section .inner-about-section {
  min-width: 300px;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  align-self: center; }
  .about-section .inner-about-section h4 {
    font-size: 1.75em;
    color: #456066;
    font-weight: bold;
    margin-bottom: .5em; }
  .about-section .inner-about-section h5 {
    font-size: 1.5em;
    font-weight: bold; }
.about-section .inner-about-section:nth-child(even) h4 {
  color: #C3381B; }

.parent-list {
  font-size: 1.4em;
  list-style-type: decimal;
  margin-left: 3em; }
  .parent-list li {
    margin-bottom: 15px; }
  .parent-list .child-list {
    list-style-type: lower-alpha;
    margin-left: 1em; }

.route-map-container img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: block; }

.good-apply .inner-border {
  padding: 15px; }
.good-apply ul li {
  list-style: disc;
  margin-left: 1em; }
  .good-apply ul li ul li {
    list-style: circle; }

.flex-box.homeslice-events {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 1040px; }
  .flex-box.homeslice-events .col {
    min-width: 220px;
    text-align: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto; }
    .flex-box.homeslice-events .col div {
      margin-bottom: 15px; }

.year-container h2 {
  width: 100%;
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 3em;
  margin-bottom: .5em; }
.year-container a {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5em;
  color: #456066; }

.entry-form {
  background: #fcfcfc;
  box-shadow: #a2906e 4px 6px 5px;
  padding: 18px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }
  .entry-form ol, .entry-form ul {
    margin-left: 1.3em; }
  .entry-form li {
    margin-bottom: 15px; }
  .entry-form ol > li {
    list-style-type: decimal; }
  .entry-form h3, .entry-form h4 {
    margin-top: 12px;
    margin-bottom: 14px; }
  .entry-form p {
    margin-bottom: 14px; }
  .entry-form .rwmb-button {
    color: white;
    font-weight: bold;
    font-size: 1.7em;
    background: #C3381B;
    padding: 12px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.top-level-forum-post {
  padding: 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5px;
  text-decoration: none;
  color: #111010; }

.top-level-forum-post.default {
  background: #e3e3e6;
  border: #456066 solid 2px; }

.top-level-forum-post.default:focus, .top-level-forum-post.default:hover {
  background: #96bad6; }

.top-level-forum-post.alt {
  border: #C3381B solid 2px;
  background: #e8dfdc; }

.top-level-forum-post.alt:focus, .top-level-forum-post.alt:hover {
  background: #e89c8b; }

.top-level-forum-post .forum-publish-date {
  margin-bottom: 7px; }

.comment-section {
  border: #456066 solid 2px;
  background: #E9DBC0;
  box-sizing: border-box;
  padding: 7px; }
  .comment-section .commentlist .comment {
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: 14px; }
  .comment-section .commentlist .comment-author {
    font-weight: bold;
    margin-bottom: 7px; }
  .comment-section .commentlist .comment-meta a {
    font-size: .8em;
    text-decoration: none;
    color: black;
    margin-bottom: 3.5px;
    display: block; }
  .comment-section .commentlist p {
    margin-top: 7px;
    margin-bottom: 14px; }
  .comment-section .commentlist .even {
    border: #456066 solid 2px;
    background: #e3e3e6; }
  .comment-section .commentlist .odd {
    border: #C3381B solid 2px;
    background: #e8dfdc; }
  .comment-section .commentlist .thread-even {
    border: #456066 solid 2px;
    background: #e3e3e6; }
  .comment-section .commentlist .thread-odd {
    border: #C3381B solid 2px;
    background: #e8dfdc; }
  .comment-section .commentlist .reply a, .comment-section .commentlist .comment-edit-link {
    text-decoration: none;
    color: #0e0ec9;
    font-weight: bold; }
  .comment-section .comment-respond {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center; }
  .comment-section .logged-in-as {
    text-align: center;
    margin-top: 3.5px;
    margin-bottom: 7px; }
  .comment-section .comment-form-comment {
    display: flex;
    flex-direction: column;
    max-width: 100%; }
    .comment-section .comment-form-comment textarea {
      width: 100%;
      box-sizing: border-box; }
  .comment-section .comment-form-attachment {
    background: rgba(255, 255, 255, 0.6);
    padding: 7px;
    box-sizing: border-box; }
  .comment-section .form-submit {
    margin-top: 14px;
    display: flex;
    justify-content: center; }
  .comment-section .comment-form {
    background: rgba(255, 255, 255, 0.38);
    border: #c4c4c4 solid 1px;
    padding: 7px; }

.forum-nav {
  margin-bottom: 3.5px;
  background: #e9e9e9;
  padding: 5px;
  box-sizing: border-box; }
  .forum-nav p {
    font-weight: bold; }
  .forum-nav a {
    color: #0e0ec9; }

.forum-form {
  background: #eeeeee;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  margin-top: 14px;
  box-sizing: border-box; }
  .forum-form .rwmb-input input {
    width: 100%; }
  .forum-form .rwmb-input {
    float: none; }

/*# sourceMappingURL=styles.css.map */
