/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "BigS";
  src: url("/assets/fonts/BigShouldersText-VariableFont_wght.ttf");
}
/**
 * Basic styling
 */
html {
  font-size: 16px; /* This sets the base for rem units */
}

body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-image: url(/assets/images/TheMakerWay-KeyArt.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
  margin-top: 40px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "BigS" !important;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

/**
 * Links
 */
a {
  color: #D88020;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.social-media-list a:hover a:visit {
  text-decoration: none;
}
.social-media-list a:hover a:visit .username {
  text-decoration: none;
}

/**
 * Blockquotes
 */
blockquote {
  color: #fff;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .wrapper {
    max-width: -webkit-calc(960px - (30px));
    max-width: calc(960px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-bottom;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: white;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  min-height: 60px;
  margin-block-start: 0;
  position: sticky;
  top: 40px;
  z-index: 10;
  background-color: #000;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 64px;
  padding-top: 21px;
  background-color: #000;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #fff;
  line-height: 1.5;
  font-family: "BigS" !important;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
.site-nav .page-link:hover {
  color: #D88020;
  text-decoration: none;
}
.site-nav .discord-link {
  padding-left: 30px;
  background-image: url(/assets/images/DiscordLogo24.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
.site-nav .steam-link {
  padding-left: 30px;
  background-image: url(/assets/images/SteamLogo24.png) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
.site-nav .discord-link:hover {
  background-image: url(/assets/images/DiscordLogo24-orange.png) !important;
}
.site-nav .steam-link:hover {
  background-image: url(/assets/images/SteamLogo24-orange.png) !important;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #000;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
    padding: 10px;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .discord-link {
    margin-left: 32px !important;
  }
  .site-nav .steam-link {
    padding-left: 35px !important;
  }
}

.blog-pre-promo {
  background: linear-gradient(0deg, #D78A21 0%, #C46112 100%);
  color: white;
  padding: 20px;
  z-index: 1000;
  margin-bottom: 20px;
}
.blog-pre-promo .blog-pre-promo-content {
  font-size: 1.5rem;
  font-family: "BigS" !important;
}
.blog-pre-promo .blog-pre-promo-content a {
  color: #6b2d00;
  text-decoration: underline;
}
.blog-pre-promo .blog-pre-promo-content a:visited {
  color: #6b2d00;
  text-decoration: underline;
}
.blog-pre-promo .blog-pre-promo-content a:hover, .blog-pre-promo .blog-pre-promo-content a:active {
  color: #6b2d00;
  text-decoration: underline;
}

.promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #D78A21 0%, #C46112 100%);
  color: white;
  z-index: 1000;
}

a.promo-link, a.promo-link:visited {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: white;
  text-decoration: none;
}

.promo-link:hover {
  background: linear-gradient(0deg, #C46112 0%, #D78A21 100%);
}

.promo-bar-content {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.scrolling-text {
  display: inline-block;
  font-weight: bold;
}

/**
 * Site Hero
 */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  background-size: cover;
  color: white;
  padding-right: 40px;
}

.hero-text {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "BigS" !important;
}

.hero-subtitle {
  font-size: 1.1rem;
}

/**
 * Site footer
 */
.site-footer {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.6); /* Black with 50% opacity */
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(65% - (30px / 2));
  width: calc(65% - 30px / 2);
  text-align: right;
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 960px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
.side-by-side {
  display: flex;
  gap: 2rem;
  padding: 1rem 0rem;
  max-width: 960px; /* Maximum width for larger screens */
  margin-left: auto;
  margin-right: auto;
}

.half {
  flex: 1;
  min-width: 0; /* Prevents flex items from overflowing */
}

/* Make the iframe responsive */
.half iframe {
  width: 100%;
  height: 290px;
  width: 480px;
  margin: 0 auto;
  display: block;
}

/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  text-transform: uppercase;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
  margin-top: 20px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link, .post-link:visited {
  display: block;
  color: #fff;
  font-size: 24px;
}

.post-content-wrapper {
  display: flex;
  gap: 1.5rem;
}

.post-link:hover {
  text-decoration: none;
  color: #D88020;
}

.post-thumbnail {
  flex: 0 0 150px; /* Fixed width for thumbnails */
}

.post-thumbnail img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.post-item {
  background: rgba(0, 0, 0, 0.6); /* 60% opaque black */
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 8px;
  color: white; /* Adding this since we have a dark background */
}

.post-content p, .post-content ul, .post-content ol {
  font-size: 1.1rem;
}

.post-content ul li {
  margin-bottom: 0.5em;
}

.post-content img {
  display: block;
  margin: 30px auto 5px auto; /* Centers the image and adds spacing above and below */
  max-width: 100%; /* Ensures responsiveness */
  height: auto;
}

.post-content hr {
  margin: 20px auto; /* Adds spacing above and below the horizontal line */
  border: none;
  border-top: 1px solid rgba(204, 204, 204, 0.368627451); /* Adjust color as needed */
  width: 96%; /* Optional: limits the width of the line */
}

.post-content img + em {
  display: block;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 1rem;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .post-content-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .post-thumbnail {
    display: none; /* Hides the thumbnail on mobile */
  }
  .post-item {
    padding: 0.75rem; /* Slightly reduced padding for mobile */
  }
  h3 {
    font-size: 1.2rem; /* Smaller title size for mobile */
    margin: 0.5rem 0;
  }
  .post-excerpt {
    font-size: 1rem; /* Slightly smaller excerpt text */
    line-height: 1.4;
  }
  .post-content p {
    font-size: 1.1rem;
  }
}
.steam-link-post {
  display: inline-block; /* Makes it behave like a button */
  background-color: #2a0dad; /* Purple background */
  color: #ffffff; /* White text */
  text-decoration: none; /* Removes underline */
  font-weight: bold;
  padding: 8px 16px; /* Adds padding (adjust as needed) */
  border-radius: 4px; /* Optional: Rounds the corners */
  text-align: center;
}
.steam-link-post:hover {
  background-color: #21009a; /* Darker purple on hover */
  text-decoration: none; /* Ensures no underline on hover */
}

.discord-link-post {
  display: inline-block; /* Makes it behave like a button */
  background-color: #6a0dad; /* Purple background */
  color: #ffffff; /* White text */
  text-decoration: none; /* Removes underline */
  font-weight: bold;
  padding: 8px 16px; /* Adds padding (adjust as needed) */
  border-radius: 4px; /* Optional: Rounds the corners */
  text-align: center;
}
.discord-link-post:hover {
  background-color: #5a009a; /* Darker purple on hover */
  text-decoration: none; /* Ensures no underline on hover */
}

.steam-logo-text {
  display: inline-block;
  background-image: url(/assets/images/SteamLogo24.png) !important;
  background-repeat: no-repeat;
  background-size: 24px 24px; /* Adjust size as needed */
  background-position: left center;
  padding-left: 30px; /* Add space to the left for the logo */
}

/* Main page block styling */
.main-page-block {
  text-align: center;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .hero {
    padding: 10px;
  }
  .screenshots {
    display: none;
  }
  .side-by-side {
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem;
  }
  .half {
    width: 100%;
  }
  .half iframe {
    height: 225px; /* Smaller height for mobile */
    width: 350px;
  }
  .main-page-block h1 {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}
/* Tablet Responsive Styles */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .half iframe {
    height: 280px;
  }
}
.post {
  max-width: 100%;
}

.post-content p {
  max-width: 100%; /* Ensure paragraphs don't overflow */
  margin-bottom: 0.5rem; /* Vertical spacing between paragraphs */
  word-wrap: break-word; /* Handles very long words */
}

.post-title {
  font-size: 2.25rem; /* Smaller title on mobile */
  line-height: 1.2;
}

/* Header Image Styling */
.post-header-image {
  width: 100%;
  height: 300px;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

.header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* This ensures we show the center of the image */
}

.post-header-image img {
  max-width: 960px;
  max-height: 400px;
  object-fit: cover;
}

.platform-links {
  display: flex;
  flex-direction: column; /* Changed from horizontal to vertical layout */
  gap: 1rem;
  margin: 1.5rem 0;
  align-items: center; /* Centers buttons horizontally in their container */
}

.platform-link {
  transition: transform 0.2s ease;
  width: 300px;
  height: 60px;
  background-color: #1D1005;
}

.platform-link {
  transition: transform 0.2s ease;
  width: 300px;
  height: 60px;
  background-color: #1D1005;
}

.platform-link:hover {
  transform: scale(1.02);
}

.platform-icon {
  height: 60px;
  width: auto;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .post-header-image {
    height: 200px; /* Smaller height for mobile */
  }
  .side-by-side {
    flex-direction: column; /* Stack content vertically on mobile */
    gap: 1rem;
    max-width: 100% !important; /* Using !important as a last resort if still being overridden */
  }
  .post-title {
    font-size: 2rem; /* Smaller title on mobile */
    line-height: 1.2;
  }
  .post-meta {
    font-size: 0.9rem;
  }
  article.post .side-by-side .post-content {
    max-width: 100% !important; /* Using !important as a last resort if still being overridden */
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.main-page-block {
  display: flex;
  width: 960px;
  margin: 30px auto 0px auto;
}

.story {
  width: 960px;
}

.story h1 {
  text-transform: uppercase;
}

.story-columns .half {
  padding-top: 0px;
}

.story-columns .photos {
  margin-top: 80px;
}

.half.photos:first-child {
  margin-top: 0px;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .story {
    width: 100%;
  }
  .story p {
    font-size: 1.1rem;
  }
  .story-columns {
    flex-direction: column;
    gap: 0rem;
  }
  .half {
    width: 100%;
  }
  /* Ensure proper content order on mobile */
  .story-columns {
    display: grid;
    grid-template-columns: 1fr;
  }
  .half.photosfirst-child {
    order: 1;
  }
  .half.photos {
    order: 2;
    margin-top: 20px;
  }
  .story-continued {
    order: 3;
    padding: 1rem 0;
  }
  .the-photo {
    width: 100%;
    margin: 0 0;
  }
}
/**
 * Tables
 */
.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.styled-table th, .styled-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}
.styled-table thead {
  background-color: #3498db;
  color: #ffffff;
}
.styled-table thead th {
  font-weight: bold;
}
.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.styled-table tbody tr:hover {
  background-color: #2ecc71;
  color: #ffffff;
}
.styled-table tbody td {
  color: #333;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-image {
  max-width: 360px;
}

.post-content {
  margin-bottom: 30px;
  max-width: 960px;
  flex: 1;
  min-width: 0; /* Prevents flex item from overflowing */
}
@media screen and (max-width: 960px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .post-content h4 {
    font-size: 18px;
  }
}

.presskit {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .presskit {
    flex-direction: row;
  }
}
.presskit .presskit-facts {
  max-width: 300px;
  background: linear-gradient(to bottom right, rgba(75, 41, 10, 0.8), rgba(36, 24, 5, 0.8));
  border-radius: 0.2rem;
  padding: 1rem;
}

.presskit .presskit-facts h2 {
  margin-top: 0px;
}

.presskit .presskit-facts h3 {
  margin-bottom: 0px;
  color: rgb(185, 117, 28);
}

.presskit .presskit-facts hr {
  margin-bottom: 0.25rem;
  border: 1px solid rgb(100, 60, 7);
}

.presskit .post-content {
  padding-right: 20px;
  max-width: 630px;
}

.presskit strong em {
  color: #D78A21;
}

@media (max-width: 768px) {
  .presskit .post-content {
    padding: 0px 10px;
  }
}
.presskit .presskit-content {
  padding-right: 20px;
  max-width: 960px;
}

@media (max-width: 768px) {
  .presskit .presskit-content {
    padding: 0px 10px;
  }
}
h2#screenshots + p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 0;
}

@media (max-width: 768px) {
  h2#screenshots + p {
    grid-template-columns: repeat(1, 1fr);
  }
}
h2#screenshots + p img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* If you want to remove empty paragraphs just in this section */
h2#screenshots + p:empty {
  display: none;
}

.playtest {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .playtest {
    flex-direction: row;
  }
}
.playtest .post-content {
  padding-right: 20px;
  max-width: 630px;
}

@media (max-width: 768px) {
  .playtest .post-content {
    padding: 0px 10px;
  }
}
.playtest-media {
  max-width: 300px;
  display: flex;
  background: linear-gradient(to bottom right, #B76417, #D88E21);
  height: 390px;
  border-radius: 0.2rem;
}

.playtest-media p {
  font-size: 28px;
  padding: 20px;
  font-family: "BigS" !important;
  margin-bottom: 0px;
}

.vertical-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* This will center both the text and image */
}

.post-list h3 {
  margin-top: 0.2rem;
}

.playtest-grid {
  max-width: 600px;
}

.playtest-grid-discord {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.discord-step {
  background: rgba(46, 27, 255, 0.2);
  padding: 1.5rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  transition: transform 0.2s;
}

.discord-step a, a:visited {
  color: rgb(255, 132, 0);
  font-weight: 400;
  text-decoration: underline;
}

.discord-step a:hover {
  color: rgb(255, 255, 255);
}

.discord-step img {
  width: 260px;
  height: 140px; /* Adjust height as needed */
  object-fit: cover;
  margin-bottom: 1rem;
}

.discord-step .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.benefit-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  transition: transform 0.2s;
}

@media (min-width: 768px) {
  .benefit-card {
    padding: 1.5rem;
  }
}
.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

#mc_embed_signup {
  background: #211102;
  clear: left;
  max-width: 600px;
}

#mc_embed_shell {
  margin: 0px 0px 20px 0px;
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  margin: 0px;
  padding: 20px;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

#mc_embed_signup input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  clear: both;
  background: linear-gradient(0deg, #C46112 0%, #D78A21 100%);
  border: 0 none;
  border-radius: 2px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: fit-content;
  width: -moz-fit-content;
}

#mc_embed_signup .button:hover {
  background: linear-gradient(0deg, #D78A21 0%, #C46112 100%);
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  display: grid;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
  font-size: 18px;
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .mc-address-fields-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 96%;
  gap: 15px;
}

#mc_embed_signup .mc-sms-phone-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 96%;
  gap: 15px;
  padding-top: 5px;
}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .foot {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 96%;
  align-items: center;
}

@media screen and (max-width: 400px) {
  #mc_embed_signup .foot {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  #mc_embed_signup .referralBadge {
    width: 50%;
  }
}
#mc_embed_signup .brandingLogo {
  justify-self: right;
}

@media screen and (max-width: 400px) {
  #mc_embed_signup .brandingLogo {
    justify-self: left;
  }
}
#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  overflow: hidden;
  width: 90%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #D88020;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc_embed_signup .helper_text {
  color: #8d8985;
  margin-top: 2px;
  display: inline-block;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

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