.burgerNav {
  background-color: #ffffff;
}
.burgerNav p {
  color: black;
}
.burgerNav a {
  color: black;
}

#site-header {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
#site-header ul {
  list-style-type: none;
  padding: 0;
}
#site-header ul li a {
  color: #1b1b1b;
  font-family: arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-header #upper-header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ededed;
}
#site-header #upper-header > div {
  display: flex;
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 1314px) {
  #site-header #upper-header > div {
    max-width: 90%;
  }
}
@media only screen and (min-width: 900px) {
  #site-header #upper-header > div::before {
    content: "";
    flex: 1;
  }
}
#site-header #upper-header #header-logo {
  text-align: center;
  align-content: center;
}
#site-header #upper-header #header-logo a img {
  width: 250px;
  height: auto;
}
@media only screen and (max-width: 739px) {
  #site-header #upper-header #header-logo a img {
    width: 150px;
  }
}
#site-header #upper-header #header-logo a span {
  display: block;
  color: #1b1b1b;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
@media only screen and (max-width: 739px) {
  #site-header #upper-header #header-logo a span {
    display: none;
  }
}
#site-header #upper-header #sub-and-socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  flex: 1;
}
#site-header #upper-header #sub-and-socials nav {
  display: flex;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1161px) {
  #site-header #upper-header #sub-and-socials nav > a span {
    display: none;
  }
  #site-header #upper-header #sub-and-socials nav a {
    margin-right: 0.25rem;
  }
}
@media only screen and (max-width: 739px) {
  #site-header #upper-header #sub-and-socials nav {
    display: none;
  }
}
#site-header #upper-header #sub-and-socials nav span {
  font-size: 12px;
  font-weight: 400;
  margin-right: 0.1rem;
}
#site-header #upper-header #sub-and-socials nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  border-left: 1px solid #ededed;
}
#site-header #upper-header #sub-and-socials nav ul li {
  padding: 0 0.25rem;
}
#site-header #upper-header #sub-and-socials nav ul li a {
  color: #1b1b1b;
  font-family: arial, sans-serif;
}
#site-header #upper-header #sub-and-socials div {
  text-align: end;
}
#site-header #upper-header #sub-and-socials div > a {
  background-color: #ededed;
  color: #1b1b1b;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
}
@media only screen and (max-width: 739px) {
  #site-header #upper-header #sub-and-socials div > a {
    background-color: #ffffff;
  }
}
#site-header #lower-header {
  border-bottom: 4px solid #C30047;
}
#site-header #lower-header ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}
#site-header #lower-header ul li {
  padding: 0.5rem 1rem;
}
#site-header #lower-header ul li a {
  font-size: 0.75rem;
  font-weight: 700;
}
#site-header #lower-header ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 975px) {
  #site-header #lower-header ul li:nth-of-type(7) {
    display: none;
  }
}
@media only screen and (max-width: 794px) {
  #site-header #lower-header ul li:nth-of-type(6) {
    display: none;
  }
}
@media only screen and (max-width: 739px) {
  #site-header #lower-header {
    display: none;
  }
}

#site-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#site-footer h3 {
  font-family: arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
#site-footer p {
  font-family: arial, sans-serif;
}
#site-footer a {
  font-family: arial, sans-serif;
  font-weight: 400;
}
#site-footer #upper-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ededed;
  padding: 3rem 0;
}
@media only screen and (max-width: 1024px) {
  #site-footer #upper-footer {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  #site-footer #upper-footer {
    padding: 2rem 0;
  }
}
#site-footer #upper-footer div {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
@media only screen and (max-width: 1024px) {
  #site-footer #upper-footer div {
    justify-content: center;
  }
}
@media only screen and (max-width: 700px) {
  #site-footer #upper-footer div {
    flex-direction: column;
    align-items: center;
  }
}
#site-footer #upper-footer div nav {
  margin-right: 1.5rem;
  max-width: 25%;
}
@media only screen and (max-width: 700px) {
  #site-footer #upper-footer div nav {
    max-width: 95%;
    margin-right: 0;
  }
}
#site-footer #upper-footer div nav h3 {
  color: #1b1b1b;
  font-size: 16px;
}
#site-footer #upper-footer div nav a {
  color: #1b1b1b;
  font-size: 16px;
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  #site-footer #upper-footer div nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  #site-footer #upper-footer div nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#site-footer #upper-footer div nav ul li {
  padding: 0.25rem 0;
}
@media only screen and (max-width: 700px) {
  #site-footer #upper-footer div nav ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  #site-footer #upper-footer div nav:nth-of-type(1) {
    padding-bottom: 2rem;
  }
  #site-footer #upper-footer div nav:nth-of-type(2) {
    padding-bottom: 2rem;
  }
}
#site-footer #upper-footer div nav:nth-of-type(3) {
  margin-right: 0;
}
#site-footer #upper-footer div > h3 {
  color: #1b1b1b;
  font-size: 20px;
  margin-right: 4rem;
}
@media only screen and (max-width: 1024px) {
  #site-footer #upper-footer div > h3 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #site-footer #upper-footer div::after {
    content: "";
    flex: 1;
  }
}
#site-footer #upper-footer > h3 {
  display: none;
  color: #1b1b1b;
  font-size: 20px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  #site-footer #upper-footer > h3 {
    display: block;
  }
}
#site-footer #lower-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #18181b;
  color: #FFFFFF;
  padding: 2.5rem 0;
}
#site-footer #lower-footer a img {
  width: 250px;
  height: auto;
}
@media only screen and (max-width: 739px) {
  #site-footer #lower-footer a img {
    width: 150px;
  }
}
#site-footer #lower-footer nav {
  width: 40%;
  margin: 2rem 0;
}
@media only screen and (max-width: 1712px) {
  #site-footer #lower-footer nav {
    width: 50%;
  }
}
@media only screen and (max-width: 1400px) {
  #site-footer #lower-footer nav {
    width: 60%;
  }
}
@media only screen and (max-width: 1078px) {
  #site-footer #lower-footer nav {
    width: 70%;
  }
}
@media only screen and (max-width: 925px) {
  #site-footer #lower-footer nav {
    width: 80%;
  }
}
@media only screen and (max-width: 763px) {
  #site-footer #lower-footer nav {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  #site-footer #lower-footer nav {
    margin: 1rem 0;
  }
}
#site-footer #lower-footer nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  #site-footer #lower-footer nav ul {
    flex-direction: column;
    align-items: center;
  }
}
#site-footer #lower-footer nav ul li {
  width: fit-content;
  padding: 0.4rem;
}
#site-footer #lower-footer nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
#site-footer #lower-footer p {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
#site-footer #lower-footer p a {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

main {
  margin-top: 0;
}

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