@charset "UTF-8";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

html, body {
  height: 100vh;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  line-height: 1.5em;
  color: #171725;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #171725;
  line-height: 1.4em;
}

img {
  border: none;
}

/* Main titles for various pages. */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.8em;
}

/**** Font Awesome Override ****/
.fa-regular, .far {
  font-size: 15px;
}

/* Non-title text */
p {
  margin: 1em 0; /*use for top/bottom*/
  padding: 0; /*use for left/right*/
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}

li {
  margin: 0;
  padding: 2px;
}

p ul, .box-list ul, .content ul {
  margin-left: 1.8em;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

div {
  vertical-align: top;
}

/********* LINK STYLES *********/
a, a:link, a:visited {
  color: #0062ff;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active {
  color: #003082;
  text-decoration: underline;
  cursor: pointer;
}

a:focus, input:focus, select:focus,
textarea:focus, button:focus {
  outline: none;
}

.button {
  color: white;
  font-size: 1.1em;
  background: black;
  padding: 9px 20px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  max-width: 200px;
  display: block;
  text-align: center;
  height: 38px;
}
.button:link {
  text-decoration: none;
  color: white;
}
.button:visited {
  color: white;
}
.button:hover {
  color: #919191;
}

.button-clear {
  background: none;
  font-size: 0.9em;
  color: #000;
  width: fit-content;
  min-width: 100px;
  height: 33px;
  border: 1px solid black;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 6px 20px;
  display: block;
  text-align: center;
}
.button-clear:link {
  text-decoration: none;
  color: #000;
}
.button-clear:visited {
  color: #000;
}
.button-clear:hover {
  color: #919191;
}
.button-clear:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/******** Inputs ********/
input, select, textarea {
  color: #92929d;
  font-size: 0.9em;
  background: #f1f1f1;
  height: 38px;
  padding: 6px 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

textarea {
  width: 100%;
  height: 150px;
}

select {
  /* styling */
  display: inline-block;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 7px 5px, 6px 7px, 2px 2.5em;
  background-repeat: no-repeat;
}

select:-moz-focusring {
  color: transparent;
}

label {
  display: block;
}

.zipcode-input {
  width: 120px;
}

button {
  color: white;
  font-size: 1.1em;
  background: black;
  padding: 10px 18px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  width: 100%;
  max-width: 200px;
  border: none;
}
button:hover {
  color: #919191;
}

/*** Icons ***/
.icon-dates:before {
  content: url("../images/icons/calendar.png");
  padding-right: 10px;
  position: relative;
  top: 4px;
}

.icon-age:before {
  content: url("../images/icons/user.png");
  padding-right: 10px;
  position: relative;
  top: 4px;
}

.icon-location:before {
  content: url("../images/icons/location.png");
  padding-right: 4px;
  position: relative;
  top: 4px;
}

.icon-price:before {
  content: url("../images/icons/coin.png");
  padding-right: 10px;
  position: relative;
  top: 4px;
}

.icon-add-user:before {
  content: url("../images/icons/add_user.png");
  padding-right: 4px;
  position: relative;
  top: 4px;
}

.button.next {
  width: 332px;
  max-width: 332px;
}

.container {
  width: 100%;
}

.wrapper {
  display: grid;
  grid-gap: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  min-height: 100vh;
  margin: 0;
  grid-template-areas: "header" "nav" "sidebar" "content" "footer";
}
.wrapper > * {
  padding: 0 35px;
}

.topmenu {
  grid-area: topmenu;
}
.topmenu ul {
  display: flex;
}

header {
  grid-area: header;
  background: #ccc;
  margin-top: -1em;
}

.content-container {
  grid-gap: 1em;
  grid-area: content;
  padding: 40px 30px;
  width: 100%;
  margin: 0 auto;
}
.content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
  text-align: center;
}

.content {
  padding: 40px 0;
  min-height: 100vh;
}

aside {
  grid-area: sidebar;
  background: #000;
}

.sidebar-content-top {
  margin-top: -35px;
}

.sidebar-content-bottom {
  display: none;
}

.sidebar-content-top, .sidebar-content-bottom {
  padding: 0 20px 40px;
}
.sidebar-content-top p, .sidebar-content-top h1, .sidebar-content-top h2, .sidebar-content-top h3, .sidebar-content-top h4, .sidebar-content-bottom p, .sidebar-content-bottom h1, .sidebar-content-bottom h2, .sidebar-content-bottom h3, .sidebar-content-bottom h4 {
  color: white;
}
.sidebar-content-top h1, .sidebar-content-top h2, .sidebar-content-top h3, .sidebar-content-top h4, .sidebar-content-bottom h1, .sidebar-content-bottom h2, .sidebar-content-bottom h3, .sidebar-content-bottom h4 {
  margin: 10px 0;
}
.sidebar-content-top .sidebar-logo, .sidebar-content-bottom .sidebar-logo {
  text-align: center;
  margin: 30px 0 0;
}
.sidebar-content-top .sidebar-logo img, .sidebar-content-bottom .sidebar-logo img {
  max-width: 115px;
}
.sidebar-content-top .sidebar-content, .sidebar-content-bottom .sidebar-content {
  text-align: center;
}
.sidebar-content-top .sidebar-content p, .sidebar-content-bottom .sidebar-content p {
  font-size: 0.9em;
}
.sidebar-content-top .sidebar-content img, .sidebar-content-bottom .sidebar-content img {
  display: inline-block;
  margin: 2px 5px;
  max-width: 100px;
}

nav {
  grid-area: nav;
  background: #ddd;
}

section {
  padding: 30px 0;
}

footer {
  background-color: #000;
  grid-area: footer;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
}

.footer-wrapper {
  display: grid;
  margin: 0;
  padding: 20px 50px;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 200px;
}

.footer-content {
  text-align: center;
}
.footer-content img {
  display: inline-block;
  margin: 2px 5px;
  max-width: 100px;
}

.footer-copyright {
  text-align: center;
}
.footer-copyright p {
  color: #919191;
  font-size: 0.8em;
}
.footer-copyright a {
  color: #919191;
  margin: 0 10px;
}

.column-1, .column-2,
.column-3, .column-4 {
  padding: 20px;
}
.column-1 ul, .column-2 ul,
.column-3 ul, .column-4 ul {
  list-style: none;
  padding: 10px;
  margin: 15px 10px;
}
.column-1 li, .column-2 li,
.column-3 li, .column-4 li {
  display: inline-block;
}
.column-1 li::before, .column-2 li::before,
.column-3 li::before, .column-4 li::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  content: "\f054";
  position: absolute;
  margin-left: -18px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.box-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.content-aside-container {
  display: block;
  width: 100%;
  padding: 20px 0;
}

.content-aside h4 {
  font-weight: 400;
  display: inline-block;
}
.content-aside i {
  margin-right: 10px;
}
.content-aside ul {
  margin-left: 1.3em;
  list-style-type: none;
}
.content-aside li {
  color: #6a6a6a;
  font-size: 0.9em;
}

/***** Avatar*****/
.avatar {
  text-align: center;
  margin-bottom: 25px;
}
.avatar p {
  font-size: 0.9em;
  color: #919191;
  display: inline-block;
  padding: 0 0 0 25px;
  width: 40%;
}
.avatar img {
  display: inline-block;
  background-color: #e7e7e7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  width: 110px;
  height: 110px;
  vertical-align: middle;
  position: relative;
  top: -36px;
}
.avatar .player-initials {
  border-radius: 50%;
  background-clip: padding-box;
  --avatar-size: 4.6rem;
  background: #fff;
  border: 1px solid #000;
  width: var(--avatar-size);
  height: var(--avatar-size);
  position: relative;
  top: -16px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.avatar .player-initials span {
  font-size: calc(var(--avatar-size) / 3);
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 3.2);
  margin: 0;
  text-transform: uppercase;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  width: 70%;
  margin: 2em auto;
  top: 5%;
  padding: 2rem;
  background: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
  transform: translateY(0);
  transition: 500ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
}

.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color: #35a785;
  transition: 300ms all;
}

@media only screen and (min-width: 500px) {
  .avatar img {
    top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .content-container {
    width: 90%;
    padding: 40px 0;
  }
  .content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
    text-align: left;
  }
}
@media only screen and (min-width: 1050px) {
  .wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 1fr;
    grid-template-areas: "sidebar content content content" "footer footer footer footer";
  }
  aside {
    display: grid;
    grid-template-rows: max-content 1fr auto;
    justify-items: center;
    min-height: 100vh;
    min-width: 360px;
  }
  .sidebar-content-bottom {
    display: block;
  }
  .sidebar-content-top .sidebar-logo img {
    max-width: 180px;
  }
  footer {
    background: white;
    position: relative;
  }
  .footer-logo, .footer-content {
    display: none;
  }
  .footer-copyright {
    color: #171725;
  }
  .footer-copyright a {
    margin: 0;
  }
  .footer-copyright p {
    margin: 0;
  }
  .box-container {
    flex-direction: row;
  }
  .box-container .box {
    padding: 0 30px;
  }
  .box-container .box:first-child {
    padding: 0 30px 0 0;
  }
  .box-container .box:last-child {
    padding: 0 0 0 30px;
  }
  .content-box {
    display: inline-block;
    width: 70%;
    padding-right: 20px;
    vertical-align: top;
  }
  .popup-container {
    width: 40%;
  }
}
@media only screen and (min-width: 1250px) {
  .content-container {
    padding: 40px 0;
  }
  .content {
    margin: 0 0 auto;
    padding: 50px 0;
  }
  .footer-wrapper {
    padding: 20px 0;
  }
  .footer-copyright {
    color: #171725;
    text-align: left;
  }
  .footer-copyright a {
    margin: 0;
  }
  .footer-copyright p {
    display: inline-block;
    width: 24%;
    margin: 0;
  }
  .footer-copyright p:last-child {
    width: 72%;
  }
}
@media only screen and (min-width: 1450px) {
  .footer-wrapper {
    padding: 20px 0;
  }
}
/* https://github.com/piotr-kmita/dropdown-menu/tree/master/src */
/* This is the hamburger menu only */
.top-navigation {
  margin-bottom: -91px;
}

nav {
  background: #ddd;
  padding: 0 15px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

.nav__container {
  background-color: rgb(0, 0, 0);
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
}

.nav__mobile .nav__btn {
  display: block;
}

.nav__mobile {
  display: flex;
  justify-content: start;
  align-items: center;
}

.nav__logo {
  font-size: 1.4rem;
  font-weight: 700;
  color: #555;
}

.nav__menu {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 20px 0;
}

.showing {
  max-height: 37rem;
  transition: all 0.5s;
}

.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 1rem 0 0 0;
}

.nav__menu li a {
  display: block;
  font-size: 1rem;
  color: #222;
  text-decoration: none;
}

.nav__menu li a:hover {
  color: rgb(0, 98, 163);
}

.nav-toggle {
  display: block;
  background-color: transparent;
  width: 40px;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 4px;
  border-radius: 35px;
  width: 100%;
  margin-top: 0;
  background-color: white;
  transition: all 0.25s;
}

.nav-toggle span.mrg {
  margin-top: 5px;
  background-color: white;
}

.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(6.2px, 6.2px);
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(6.2px, -6.2px);
}

/* Dropdown */
.nav__menu .dropdown ul {
  display: flex;
  flex-direction: column;
  position: static;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
}

.nav__menu .dropdown ul.show {
  max-height: 40rem;
  transition: all 0.4s;
}

.nav__menu .dropdown li a {
  display: block;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #222;
  text-decoration: none;
}

.nav__menu li a:hover {
  color: rgb(0, 98, 163);
}

.nav__menu .dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav__menu .active.dropdown > a:after {
  content: "\f106";
}

.nav__menu .dropdown .dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  padding-left: 5px;
  color: rgb(126, 126, 126);
}

.nav__menu .dropdown .active.dropdown > a:after {
  content: "\f106";
}

.menu-toggle {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.menu-toggle.active {
  max-height: 100vh;
  transition: all 0.4s ease;
}

.resize-animation-stopper * {
  transition: none !important;
  animation: none !important;
}

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