/*--- Site Structure ---*/
html {
  font-family: "Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;
}

body {
  background-color: #f9f9f9;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#logo > a, #logo > a:hover, #logo > a:active {
  background-color: inherit;
  border: none;
}

.search_block {
  background-color: #fff;
  /* margin: 4px 0 12px 0; */
  border: 1px solid #228427;
  padding: 12px;
  top: 0;
}
.search_block > form {
  display: inline;
}

.top_links {
  display: inline;
  font-size: 0.88em;
  font-weight: bold;
  padding-right: 12px;
}

.content {
  margin: 0;
  padding: 0;
}

#bottom_nav, #copyright {
  color: #666;
  font-size: 0.75em; /* 12px */
  margin: 0 0 12px 0;
  padding: 0;
}

/*--- Begin Footer ---*/
#bottom_nav {
  float: left;
}

#copyright {
  float: right;
}

/*--- FAQ Styles ---*/
/*--- Links ---*/
a {
  color: #228427; /* nfsn green */
}

a:visited {
  color: #114413;
}

a:hover {
  background-color: #228427;
  color: #fff;
  text-decoration: none;
}

a:active {
  background-color: #228427;
  color: #fff;
  text-decoration: none;
}

a, img {
  border: none;
}

a:focus, img:focus {
  outline: none;
}

/*--- Header Styles ---*/
h1 {
  color: #000;
  font-size: 150%;
  margin: 18px 18px 0 18px;
}

h2 {
  font-size: 125%;
  margin: 18px 18px 0 18px;
}

h3 {
  font-size: 113%;
  margin: 18px 18px 0 18px;
}

h4 {
  margin: 18px 18px 0 18px;
}

p {
  line-height: 1.25em;
  margin: 12px 18px 18px 18px;
  padding: 0;
}

/*--- List Styles ---*/
ol {
  line-height: 1.25em;
}

ul, ol {
  line-height: 1.5em;
  margin: 12px 0 0 36px;
  padding: 0 0 0 24px;
}

ul {
  list-style-type: square;
}

/*--- Form Styles ---*/
.input_container {
  background-color: #f9f9f9;
  border: 1px solid #228427;
  float: left;
  font-size: 0.75em; /* 12px */
  margin: 6px 18px 6px 18px;
  padding: 12px;
}

input[type=text], textarea {
  border: 1px solid #bababa;
  padding: 2px;
}

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus, #search input[type=text] {
  border: 1px solid #228427;
}

#signup {
  margin: 0;
  padding: 0;
}

#signup tbody tr td p {
  margin: 8px 18px 18px 0;
}

.step {
  color: #228427;
  font-size: 3em; /* 48px */
  margin: 0;
  padding: 0 18px 18px 18px;
}

/*--- Misc. Styles ---*/
.red {
  color: #ff0000;
}

em {
  color: #228427;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}

.clear {
  clear: both;
}

#breadcrumbs {
  font-size: 0.75em; /* 12px */
  margin: 0 0 18px 18px;
  padding: 0;
}

.wizard {
  margin-left: 10px;
}

div.wizPanel {
  margin-top: 10px;
}

.ipv6 {
  color: green;
  float: left;
  font-size: 0.75em; /* 12px */
  margin: 0 0 12px 0;
  padding: 0 30%;
}

.ipv4 {
  color: #666;
  float: left;
  font-size: 0.75em; /* 12px */
  margin: 0 0 12px 0;
  padding: 0 30%;
}

.search_block > form > div {
  display: inline;
}

.inline, .inline-right {
  padding: 12px;
}

.inline-right {
  float: right;
}

table.lined, table.lined th, table.lined td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 4px;
  text-align: center;
}

table.domains, table.domains th, table.domains td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  text-align: center;
}

table.domains td {
  text-align: right;
}

.faq {
  font-size: 80%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.middle {
  display: flex;
  position: relative;
}

header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  width: 100%;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.footer {
  align-items: start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.middle {
  flex-direction: column;
}

/* The end. */
.mobilenav:target + .left_nav {
  display: block;
}

.mobilenav {
  background: none;
  border: none;
  font-size: 120%;
  margin: 0;
  padding: 0 5px 0 0;
  position: absolute;
  right: 0;
}
.mobilenav a {
  background: inherit;
}

.mobilenav .navhide, .mobilenav:target .hamburger {
  display: none;
}

.mobilenav:target .navhide, .mobilenav .hamburger {
  display: block;
}

.search_block.desktop {
  display: none;
}

.search_block.mobile {
  border-left: none;
  border-right: none;
  display: block;
  margin-bottom: 5px;
}

.error, .success, .warning {
  border: 1px solid black;
  border-radius: 8px;
  clear: both;
  margin: 12px;
  padding: 12px 32px;
}

.error {
  background: #ffc0c0;
  color: black;
}

.success {
  background: #c0ffc0;
  color: black;
}

.warning {
  background: #ffffc0;
  color: black;
}

.logo {
  height: 80px;
  width: 278px;
}

/* Mobile landscape tweaks */
@media (max-width: 819px) and (orientation: landscape) {
  .page_body {
    border-left: 1px solid #228427;
    border-right: 1px solid #228427;
  }
}
.debug-frame {
  background: #333333;
  border-radius: 6px !important;
  clear: both;
  color: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.debug-header {
  align-items: center;
  background: #444444;
  display: flex;
  flex-direction: row;
}

.debug-label {
  background: #555555;
  flex-shrink: 0;
  font-size: 130%;
  padding: 20px;
  width: 20%;
}

.debug-value {
  padding: 20px;
}

.debug-var {
  border-top: 1px solid black;
  display: flex;
}

.stack-trace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  padding: 10px;
}

.stack-frame {
  margin-bottom: 8px;
}

.stack-file {
  color: #efb373;
}

.stack-line {
  color: #d55963;
}

.stack-call {
  margin-left: 4em;
}

.stack-class {
  color: #75aba2;
}

.stack-namespace {
  color: #398273;
}

.stack-function {
  color: #558fd6;
}

.stack-args {
  color: #886d9d;
}

.debug-table {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.debug-table-row {
  display: flex;
}

.debug-table-label {
  color: #bb8365;
}

.debug-table-value {
  overflow: auto;
}

.debug-value th {
  color: #9dbb83;
  padding: 5px;
  text-align: right;
}

.debug-value td {
  padding: 5px;
}

.login-help dt {
  font-weight: bold;
  margin: 0 0 0 18px;
  padding: 0;
}

.login-help dd {
  line-height: 150%;
  margin: 12pt 60px;
}

.error-body .logo-link {
  background-color: inherit;
}

.error-body footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 18px;
  width: calc(100vw - 36px);
}

.anchor-list-content > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.anchor-list-content > ul > li > h3 {
  border-bottom: 1px solid #228427;
  font-size: 1em; /* 16px */
}
.anchor-list-content > ul > li > p {
  margin-left: 36px;
}
.anchor-list-content > ul > li > ul, .anchor-list-content > ul > li > ol {
  padding-left: 38px;
  padding-right: 24px;
}

.facepalm {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 5%;
  padding: 0;
}
.facepalm .facepalm-header {
  margin: 10px 0;
}
.facepalm .facepalm-image {
  height: 160px;
  width: 240px;
}
.facepalm .facepalm-text {
  padding: 0 12px;
}

/*--- Begin Left Nav ---*/
.left_nav {
  background: white;
  border: 1px solid black;
  display: none;
  padding: 10px 5vw;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 105;
}
.left_nav li {
  padding: 10px;
}
.left_nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.left_nav > ul > li:first-child {
  font-weight: bold;
}
.left_nav > ul > .big > a {
  font-size: 16px;
}

/*--- End Left Nav ---*/
.faq-container dt {
  font-weight: bold;
  margin: 0 0 0 18px;
  padding: 0;
}

.page_body {
  background-color: #fff;
  border-bottom: 1px solid #228427;
  display: block;
  padding: 1px 0 0;
  width: 100%;
}
.page_body > form > div.wizPanel {
  margin-left: 20px;
}
.page_body > p > em {
  color: black;
  font-style: italic;
  font-weight: normal;
}
.page_body > ul {
  padding-right: 3%;
}

.pricing-summary-table {
  border-collapse: collapse;
  margin: 20px auto;
}
.pricing-summary-table td, .pricing-summary-table th {
  border: 1px solid black;
  padding: 4px 10px;
  vertical-align: top;
}
.pricing-summary-table tr > :nth-child(1), .pricing-summary-table tr > :nth-child(2) {
  border: 1px solid black;
  text-align: right;
}
.pricing-summary-table tr > :nth-child(2) {
  border-right: none;
  padding-right: 0.4em;
}
.pricing-summary-table tr > :nth-child(3) {
  border-left: none;
  padding-left: 0;
  text-align: left;
}
.pricing-summary-table tr > :nth-child(4) {
  text-align: left;
}

.flag-list {
  display: grid;
  gap: 24px 12px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin: 18px;
}

.registration-terms h2, .registration-terms h3, .registration-terms ol, .registration-terms p, .registration-terms ul {
  margin: initial;
}
.registration-terms h2, .registration-terms h3, .registration-terms ol, .registration-terms ul {
  margin-block: 16pt;
}

/*--- Begin Top Nav ---*/
.top_nav {
  border-bottom: 1px solid #228427;
  height: 38px;
}
.top_nav > ul {
  display: inline-flex;
  flex-direction: row;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}
.top_nav > ul > li {
  align-items: center;
  display: inline-flex;
  height: 36px;
}
.top_nav > ul > li > a {
  color: #228427;
}
.top_nav > ul > li > a, .top_nav > ul > li > active-nav {
  padding: 7px 7px;
  text-decoration: none;
  white-space: nowrap;
}
.top_nav > ul > li > a:hover, .top_nav > ul > li > a:active {
  /* border: 1px solid main-colors.$bold-green; */
  background-color: #228427;
  border-bottom: none;
  color: #fff;
  text-decoration: none;
}
.top_nav > ul > li.active {
  background-color: #fff;
  border: 1px solid #228427;
  border-bottom: 1px solid white;
  text-decoration: none;
  z-index: 100;
}

/*--- End Top Nav ---*/
.tacos-recipe-changes {
  margin: 18px;
}
.tacos-recipe-changes dt {
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tacos-recipe-changes dd {
  margin-bottom: 36px;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 820px) {
  .page-wrapper {
    padding: 12px 24px 24px 24px;
    width: 92%;
  }
  header {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding-top: 10px;
  }
  .middle {
    flex-direction: row;
    justify-content: flex-end;
  }
  .left_nav {
    background: none;
    border: none;
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    position: inherit;
    text-align: right;
    width: 180px;
  }
  .left_nav > ul {
    font-size: 0.88em; /* 14px */
    line-height: 1.71em;
    margin: 24px 0 0 -24px;
    padding: 0;
  }
  .left_nav > ul > li {
    margin: 0 0 0 -12px;
    padding: 0 12px 0 0;
  }
  .left_nav > ul > li > a {
    display: block;
    margin: 0 -12px 0 0;
    padding: 0 12px 0 0;
  }
  .left_nav > ul > li.active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 6px 0 6px -12px;
  }
  .content {
    width: calc(100% - 180px);
  }
  .mobilenav {
    display: none;
  }
  .footer {
    padding: 0 0 0 180px;
  }
  .page_body {
    border-left: 1px solid #228427;
    border-right: 1px solid #228427;
  }
  .search_block.desktop {
    display: block;
  }
  .search_block.mobile {
    display: none;
  }
}
.multipage-progress {
  background: #fff;
  border-color: black;
}
.multipage-progress .multipage-progress-bar {
  background-color: #88b27f;
}
.multipage-progress .multipage-progress-title {
  color: black;
}

@media (min-width: 820px) {
  .multipage-progress {
    align-items: center;
    border-radius: 16px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    flex-direction: row;
    height: 32px;
    margin: 8px auto;
    overflow: hidden;
    width: 98%;
  }
  .multipage-progress .multipage-progress-bar {
    height: 100%;
  }
  .multipage-progress .multipage-progress-title {
    font-weight: bold;
    margin-left: 16px;
    position: absolute;
  }
}
/* General mobile tweaks */
/* Mobile portrait tweaks */
/* Mobile landscape tweaks */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

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