* {
  box-sizing: border-box;
}

@font-face {
  font-family: authorityItalic;
  src: url("/fonts/Authority-Italic.otf") format("opentype"),
    url("/fonts/authority-italic-webfont.woff2") format("woff2"),
    url("/fonts/authority-italic-webfont.woff") format("woof");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "authorityItalic", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #f3f3f3;
  line-height: 1.7em;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  background: transparent;
  display: block;
  box-sizing: border-box;
}

.title {
  font-family: "authorityItalic", sans-serif;
  color: #333333;
  font-size: 56px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.title:after {
  clear: both;
  display: block;
  content: "";
}

.calc-table-wrapper {
  background-color: #f3f3f3;
}

.calc-menu {
  font-family: sans-serif;
  justify-content: center;
  -webkit-box-pack: end;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  padding: 0 !important;
  line-height: 1.7em;
  float: none;
  margin-left: -11px;
  margin-right: -11px;
  list-style-type: disc;
  list-style: none;
  vertical-align: baseline;
  background: transparent;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.item-link {
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #333333;
}

.item-link:hover {
  text-decoration: underline;
}

.menu-item {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 0;
  padding-left: 11px;
  padding-top: 11px;
  padding-right: 11px;
  line-height: 1em;
  font-size: 36px;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.calc-title-wrapper {
  text-align: center;
}

.calc-title {
  font-size: 36px;
  line-height: 40px;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: sans-serif;
  padding-top: 4px;
  margin-bottom: 15px;
  font-size: 16px;
}

.form-control {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.info-text, .alert-text, .or-text {
  font-family: sans-serif;
  font-size: 16px;
}

.alert-text, .alert-list-item {
  padding-bottom: 8px;
}

.submit-btn {
  font-family: authorityItalic;
  font-size: 18px;
  background-color: #ffc72c;
  color: #333333;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  letter-spacing: 1px;
}

.results {
  font-family: sans-serif;
  font-size: 24px;
}

.or-text {
  text-align: center;
}

.calculator-conatainer {
  padding-bottom: 30px;
}
