* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 10pt;
  font-family: sans-serif; }

.page-main-section {
  margin-top: 41px; }

a, a:visited {
  text-decoration: none;
  color: #222; }

a:hover {
  text-decoration: underline; }

li {
  list-style: none; }

.button {
  background: #fdc900;
  color: #222;
  border: thin solid #fdc900;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px; }

.button:hover {
  background: #f0c10b; }

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.footer-container {
  max-width: 1200px;
  margin: 0 auto; }

/* page bottom and footer */
.layout-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -201px; }

.layout-bottom, .layout-sticky {
  height: 200px; }

.layout-bottom {
  clear: both;
  color: #3c4b64;
  background: #ebedef;
  border-top: 1px solid #dadada;
  margin: 0; }
  .layout-bottom p {
    margin: 0; }

.layout-footer {
  display: grid;
  grid-area: footer;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  background: #ebedef;
  min-height: 200px; }
  .layout-footer a {
    color: #444; }
  .layout-footer .footer-left {
    padding: 2rem 2rem; }
    .layout-footer .footer-left h3 {
      font-size: 1.5rem; }
    .layout-footer .footer-left p {
      margin: 1rem 0; }
    .layout-footer .footer-left input {
      padding: 0.5rem;
      width: 80%; }
  .layout-footer .footer-list {
    margin-top: 3rem; }
    .layout-footer .footer-list h3 {
      font-weight: bold; }
    .layout-footer .footer-list ul {
      padding: 0.5rem 0; }
    .layout-footer .footer-list li {
      line-height: 1.5rem; }
  .layout-footer .social-links .icon .fa {
    font-size: 1.5rem; }

input[type=number] {
  -moz-appearance: textfield; }

@media only screen and (max-width: 568px) {
  .page-main-section {
    margin-top: 220px; }
  .layout-footer {
    grid-template-columns: 1fr; }
    .layout-footer .footer-left input {
      width: 100%; }
    .layout-footer .footer-list {
      margin: 0 1.2rem;
      padding: 1rem; } }
