.tc {
  text-align: center !important;
}

.large-print {
  font-size: clamp(30px, 4vw, 35px);
}

.t-m-r {
  margin: 5px 0;
}

.fa-sun {
  color: #f5c728;
  margin: 0 10px;
}

.slow-spin {
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
}

/* Base font size for the body */
body {
  font-size: 1em; /* 1em is equivalent to the base font size (usually 16px) */
}

ul {
  padding: 0;
}
@media only screen and (max-width: 30em) {
  ul {
    margin: 0;
  }
}
ul li {
  margin: 1em 0;
  list-style: none;
}
@media only screen and (max-width: 105em) {
  ul li {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 30em) {
  ul li {
    margin-top: 0;
  }
}

/* Responsive text for headings */
h1 {
  font-size: calc(1.5em + 1vw);
}

h2 {
  line-height: 54px;
  font-size: clamp(48px, 4vw, 72px);
  margin: 5px 0;
}
h2.reduced {
  font-size: clamp(38px, 4vw, 54px);
}
h2.super-reduced-transit {
  font-size: clamp(22px, 4vw, 28px);
  font-family: "transat", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 50em) {
  h2.super-reduced-transit {
    line-height: 30px;
  }
}

h3 {
  font-size: calc(1em + 0.5vw);
}

h4 {
  font-size: calc(0.875em + 0.375vw);
}

h5 {
  font-size: calc(0.75em + 0.25vw);
}

h6 {
  font-size: calc(0.825em + 0.125vw);
}

@media only screen and (min-width: 85em) and (max-width: 105.5em) {
  .intro-text {
    max-width: 675px;
    margin: auto;
  }
}

/* Responsive text for paragraphs */
p {
  font-size: calc(1em + 0.5vw);
}

.Transat-Light {
  font-family: "transat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

p, ul, li, label, span, div {
  font-family: "transat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #42475E;
  font-size: clamp(18px, 4vw, 24px);
}
p .large-print, ul .large-print, li .large-print, label .large-print, span .large-print, div .large-print {
  font-size: clamp(22px, 4vw, 28px);
  z-index: 30;
}

td, tr {
  font-size: clamp(16px, 4vw, 20px);
}

p em {
  font-family: "transat", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #42475E;
}

.Transat-Medium {
  font-family: "transat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p strong {
  font-family: "transat", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 5px 0;
  z-index: 30;
}

.lead {
  text-transform: uppercase;
}
.lead.btn-text {
  color: #fff;
  font-size: clamp(22px, 4vw, 26px);
}

.Transat-Bold-Oblique {
  font-family: "transat", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.Transat-Black {
  font-family: "transat", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Lullabies-Heavy {
  font-family: "lullabies-heavy", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Lullabies-Heavy-Fill {
  font-family: "lullabies-heavy-fill", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h2 {
  font-family: "lullabies-regular", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #de5749;
  position: relative;
  z-index: 999;
}

h3 {
  font-family: "transat", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 5px 0;
  font-size: clamp(24px, 4vw, 30px);
}

.Lullabies-Reg-Fill {
  font-family: "lullabies-regular-fill", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.Lullabies-Text {
  font-family: "lullabies-text", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.Lullabies-Text-Fill {
  font-family: "lullabies-text-fill", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.nmb {
  margin: 1em 0 0;
}

ul.nmt {
  margin: 0 0 1em;
}
ul.nmt li {
  white-space: normal;
}

.rsvp-intro-text {
  margin: auto;
  max-width: 900px;
}

.linky {
  color: #42475E;
  text-decoration: underline dotted #de5749 2px;
  transition: ease-in-out 300ms;
  white-space: nowrap;
}
.linky:hover {
  color: #de5749;
}

#footer .committee-grid {
  padding: 0;
}
#footer .committee-grid .committee-grid-item h6 {
  margin: 20px 0 0;
}
#footer .committee-grid .committee-grid-item a {
  transition: ease-in-out 300ms;
  font-size: clamp(18px, 4vw, 20px);
  color: #000;
  text-decoration: underline dotted #de5749 2px;
}
#footer .committee-grid .committee-grid-item a:hover {
  color: #de5749;
  text-decoration: underline dotted #de5749 2px;
}
#footer .floating-swatch {
  position: relative;
}
#footer .floating-swatch .floating-swatch-anchor {
  position: relative;
}
#footer .floating-swatch .floating-swatch-anchor img {
  position: absolute;
  top: -40px;
}
@media only screen and (max-width: 84.375em) {
  #footer .floating-swatch .floating-swatch-anchor img {
    position: relative;
    top: 0px;
  }
}

.rsvp-form {
  padding: 10px;
  margin-top: 2rem;
}

select, input[type=text], input[type=email], textarea {
  margin: 10px 0;
  padding: 6px 8px;
}

input[type=text], input[type=email], textarea {
  padding: 4px 8px;
  width: 80%;
}

.row-content {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.row-content.r50 {
  width: 50%;
}

.row-content.r60 {
  width: 60%;
}

.row-content.r65 {
  width: 65%;
}

@media only screen and (max-width: 90em) {
  /* CSS rules here */
  .row-content {
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
  .row-content.r50 {
    width: 55%;
  }
  .row-content.r60 {
    width: 80%;
  }
  .row-content.r65 {
    width: 65%;
  }
}
@media only screen and (max-width: 1140px) {
  #cssmenu {
    display: none;
  }
}
.m-nav-links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  width: 100%;
  color: white;
}

.mobile-menu {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  display: none;
}

.button-orange {
  transition: ease-in-out 300ms;
}

.button-orange:hover {
  background: linear-gradient(rgb(218, 158, 64) 0%, rgb(141, 87, 0) 100%);
}

ul.standardList li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

ul.standardList li a:hover {
  color: white;
  text-decoration: underline;
}

.row {
  max-width: 1440px;
}

@media only screen and (max-width: 1140px) {
  .mobile-menu {
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #214866;
  }
  .mobile-pad {
    padding-top: 10em !important;
  }
}
input[type=submit] {
  border: none;
  color: #42475E;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
  background: #eaa127;
  font-size: 24px;
}

.form-container-x {
  max-width: 780px;
  position: relative;
  margin: auto;
}

section#catalina-survey {
  max-width: 780px;
  margin: 60px auto 20px;
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65) !important;
  min-height: 500px;
  box-shadow: 1px 1px 27px rgba(0, 0, 0, 0.45);
  overflow: visible;
  z-index: 2;
}

.swatch-form {
  position: relative;
}
.swatch-form img {
  z-index: 1;
  position: absolute;
  display: block;
  right: -125px;
  top: -50px;
}

section#catalina-survey nav {
  width: 67%;
  margin: 10px auto;
  position: relative;
  height: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 46em) {
  section#catalina-survey nav {
    width: 100%;
  }
}

section#catalina-survey nav div {
  float: left;
}

section#catalina-survey nav div.lines {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

section#catalina-survey nav div.lines div {
  height: 100%;
  width: 50%;
  position: relative;
  float: left;
  background: #42475e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

section#catalina-survey nav div.circles div {
  position: absolute;
  height: 50px;
  width: 50px;
  background: #fff;
  border: 5px solid #42475e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#catalina-survey nav div.circles div.step1 {
  left: 0;
}

section#catalina-survey nav div.circles div.step2 {
  left: 0;
  right: 140px;
  margin: auto;
}
@media only screen and (max-width: 46em) {
  section#catalina-survey nav div.circles div.step2 {
    right: 95px;
  }
}
section#catalina-survey nav div.circles div.step2:before {
  content: "2";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav div.circles div.step3 {
  right: 150px;
}
@media only screen and (max-width: 46em) {
  section#catalina-survey nav div.circles div.step3 {
    right: 105px;
  }
}
section#catalina-survey nav div.circles div.step3:before {
  content: "3";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav div.circles div.step4 {
  right: 0;
}
section#catalina-survey nav div.circles div.step4:before {
  content: "4";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav.step1 div.circles div.step1 {
  background: #de5749;
}
section#catalina-survey nav.step1 div.circles div.step1:before {
  content: "1";
  position: absolute;
  color: #fff;
  font-weight: bold;
}

section#catalina-survey nav.step2 div.lines div.step2 {
  background: #42475e;
}

section#catalina-survey nav.step2 div.circles div.step1 {
  background: #de5749;
}
section#catalina-survey nav.step2 div.circles div.step1:before {
  content: "1";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav.step2 div.circles div.step2 {
  background: #de5749;
}
section#catalina-survey nav.step2 div.circles div.step2:before {
  content: "2";
  position: absolute;
  color: #fff;
  font-weight: bold;
}

section#catalina-survey nav.step3 div.lines div.step2 {
  background: #42475e;
}

section#catalina-survey nav.step3 div.lines div.step3 {
  background: #42475e;
}

section#catalina-survey nav.step3 div.circles div.step1 {
  background: #de5749;
}
section#catalina-survey nav.step3 div.circles div.step1:before {
  content: "1";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav.step3 div.circles div.step2 {
  background: #de5749;
}
section#catalina-survey nav.step3 div.circles div.step2:before {
  content: "2";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav.step3 div.circles div.step3 {
  background: #de5749;
}
section#catalina-survey nav.step3 div.circles div.step3:before {
  content: "3";
  position: absolute;
  color: #fff;
  font-weight: bold;
}

/**/
section#catalina-survey nav.step4 div.lines div.step3 {
  background: #42475e;
}

section#catalina-survey nav.step4 div.lines div.step4 {
  background: #42475e;
}

section#catalina-survey nav.step4 div.circles div.step1 {
  background: #de5749;
}
section#catalina-survey nav.step4 div.circles div.step1:before {
  content: "1";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav.step4 div.circles div.step2 {
  background: #de5749;
}
section#catalina-survey nav.step4 div.circles div.step2:before {
  content: "2";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav.step4 div.circles div.step3 {
  background: #de5749;
}
section#catalina-survey nav.step4 div.circles div.step3:before {
  content: "3";
  position: absolute;
  color: #42475E;
  font-weight: bold;
}

section#catalina-survey nav.step4 div.circles div.step4 {
  background: #de5749;
}
section#catalina-survey nav.step4 div.circles div.step4:before {
  content: "4";
  position: absolute;
  color: #fff;
  font-weight: bold;
}

section#catalina-survey section#survey-form {
  padding: 10px 30px;
}
@media only screen and (max-width: 46em) {
  section#catalina-survey section#survey-form {
    padding: 10px;
  }
}

section#catalina-survey section#survey-form h1 {
  text-align: center;
  line-height: 1.2em;
  font-weight: 300;
  font-style: normal;
  color: #42475E;
}

.rsvp-form {
  background: transparent;
}

section#catalina-survey section#survey-form p {
  margin: auto;
  line-height: 1.2em;
  text-align: left;
  color: #42475E;
}

#rsvp:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  z-index: 0;
}

section#catalina-survey section#survey-form div.placeholder {
  width: 100%;
}
section#catalina-survey section#survey-form div.placeholder.dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}
@media only screen and (max-width: 65em) {
  section#catalina-survey section#survey-form div.placeholder.dual {
    grid-template-columns: 1fr;
  }
}

section#catalina-survey section#survey-form div.placeholder input {
  width: 95%;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
  border: 2px solid grey;
  margin: 10px 0;
  display: inline-block;
  border-radius: 10px;
}

section#catalina-survey section#survey-form div.placeholder input.red {
  border: 2px solid red;
}

section#catalina-survey section#survey-form section {
  text-align: center;
  max-width: 680px;
  margin: auto;
}

section#catalina-survey section#survey-form section.active {
  display: block;
}

section#catalina-survey section#survey-form section div {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 50em) {
  section#catalina-survey section#survey-form section div {
    width: 80%;
    /* CSS rules here */
    float: none;
  }
}
section#catalina-survey section#survey-form section div.dual-item {
  width: 95%;
}

section#catalina-survey section#survey-form section div ul li {
  width: 260px;
  padding: 6px 12px;
  margin: 5px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: ease-in-out 100ms;
  background: #ffffff;
  border: 2px solid #de5749;
  color: #de5749;
  font-size: clamp(18px, 4vw, 22px);
}
@media only screen and (max-width: 50em) {
  section#catalina-survey section#survey-form section div ul li {
    /* CSS rules here */
    width: 100%;
  }
}

section#catalina-survey section#survey-form section div ul li:hover, section#catalina-survey section#survey-form section div ul li.active {
  background: #de5749;
  color: #fff;
}

section#catalina-survey section#survey-form #census p {
  float: left;
  padding-left: 10px;
  margin-bottom: 12px;
}

section#catalina-survey section#survey-form .button {
  background: transparent;
  border: 4px solid #de5749;
  color: #de5749;
  font-size: clamp(24px, 4vw, 28px);
  font-weight: bold;
  padding: 15px;
  margin: 25px 10px;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 45em) {
  section#catalina-survey section#survey-form .button {
    background: transparent;
    border: 4px solid #de5749;
    color: #de5749;
    font-size: clamp(24px, 4vw, 28px) !important;
    font-weight: bold;
    padding: 12px;
    margin: 20px 10px;
    width: 100%;
    max-width: 172px;
    cursor: pointer;
    display: inline-block;
  }
}

@media only screen and (max-width: 45em) {
  #attendance {
    padding: 0.5em;
  }
}

@media only screen and (max-width: 45em) {
  #confirmation {
    padding: 0.5em;
  }
}

section#catalina-survey section#survey-form .button:hover {
  background: #de5749;
  color: white;
}

section#catalina-survey section#survey-form .button#confirmation-back {
  border: 2px solid white;
  color: #de5749;
}

section#catalina-survey section#survey-form .button#confirmation-back:hover {
  background: grey;
  color: white;
}

.error {
  color: red !important;
  display: none;
}

.exit {
  color: grey !important;
  border-color: gray !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  #wb-logo {
    margin-right: 22em !important;
  }
  @media only screen and (max-width: 60em) {
    #wb-logo {
      margin-right: 0 !important;
    }
  }
}

.custom-stuff {
  z-index: 9999;
  margin-bottom: -25px;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  height: 90px;
  padding-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 60em) {
  #cssmenu {
    display: none;
  }
}

#cssmenu > ul > li {
  display: inline-block;
}

#cssmenu > ul > li > a {
  padding: 30px 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: ease-in-out 300ms;
  color: #42475E;
}

#cssmenu > ul > li:hover > a {
  /*background:#fff20029;*/
  /*box-shadow: 0 0 17px 5px #f8991d;*/
  color: #DE5749;
  text-decoration: underline dotted #de5749 2px;
}

#cssmenu > ul > li > a.bg-blue {
  color: #fff200;
}

#cssmenu > ul > li:hover > a.bg-blue {
  color: #fff200;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff200;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

.open {
  background: #222222;
  text-align: center;
}

.button-orange {
  border-radius: 0.5rem;
  font-weight: 600;
  background: rgb(218, 158, 64); /* Old browsers */
  display: inline-block;
  background: -webkit-linear-gradient(rgb(218, 158, 64) 0%, rgb(205, 126, 1) 100%);
  background: -o-linear-gradient(rgb(218, 158, 64) 0%, rgb(205, 126, 1) 100%);
  background: linear-gradient(rgb(218, 158, 64) 0%, rgb(205, 126, 1) 100%); /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da9e40", endColorstr="#cd7e01", GradientType=0); /* IE6-9 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.menuWrap {
  display: none;
  background-color: white;
  width: 100%;
  height: 3rem;
}
@media only screen and (max-width: 60em) {
  .menuWrap {
    display: block;
  }
}

#mblIcon {
  cursor: pointer;
  height: 1.5rem;
  width: 2rem;
  position: relative;
  right: -0.25rem;
  top: 0.75rem;
  z-index: 9999999;
}
#mblIcon:hover #hamb, #mblIcon:hover #hamb:before, #mblIcon:hover #hamb:after {
  background: #de5749;
}

#hamb {
  background: #de5749;
  width: 1.8rem;
  height: 3px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

#hamb:before {
  content: "";
  background: #de5749;
  width: 1.8rem;
  height: 3px;
  margin-top: 0.45rem;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

#hamb:after {
  content: "";
  background: #de5749;
  width: 1.8rem;
  height: 3px;
  margin-top: 0.3rem;
  float: right;
  right: 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

#hamb.active {
  background: #de5749;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0.4rem;
}

#hamb.active:before {
  background: #de5749;
  margin-top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#hamb.active:after {
  background: #de5749;
  margin-top: -0.2rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}

.mobile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mobile-icon img {
  position: absolute;
  max-width: 200px !important;
  top: 10px;
  z-index: 9999999;
}

ul.nav {
  margin: 0;
  background-color: #fff;
  padding-top: 3rem;
  z-index: 99999;
  position: relative;
}
ul.nav li.nav-items {
  color: #de5749;
  list-style: none;
  padding: 1rem;
  text-align: center;
}
ul.nav a {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
ul.nav a:hover {
  color: #de5749;
  text-decoration: underline dotted #de5749 2px;
}
ul.nav:last-child {
  padding-bottom: 2rem;
}

#mobile {
  display: none;
}
#mobile a {
  color: #de5749;
  opacity: 0;
}
#mobile a.vis {
  opacity: 1;
}

header {
  min-height: 95vh;
  display: block;
  max-width: 100%;
  padding: 0em;
  background-size: 90%;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 50em) {
  header {
    min-height: 80vh;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 23.4375em) {
  header {
    min-height: 75vh;
  }
}
header:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 101%;
  margin-top: -1px;
  background: url("../img/hero-swatch-cutout-gradient.png") center;
  z-index: 999;
  background-size: cover !important;
}
header .intro-image {
  z-index: 9999;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
header .intro-image img {
  position: absolute;
  max-width: 640px;
  margin: auto;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 56em) and (max-width: 87.5em) {
  header .intro-image img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 47.5em) {
  header .intro-image img {
    max-width: 360px;
  }
}
@media only screen and (max-width: 23.4375em) {
  header .intro-image img {
    max-width: 320px;
  }
}
header .button-achor {
  z-index: 9999999;
  position: absolute;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 25px;
}
@media only screen and (max-width: 120em) {
  header .button-achor {
    bottom: -60px;
  }
}
@media only screen and (max-width: 109.75em) {
  header .button-achor {
    bottom: -60px;
  }
}
@media only screen and (max-width: 45em) {
  header .button-achor {
    bottom: 0;
  }
}
@media only screen and (max-width: 50em) {
  header .button-achor img {
    max-width: 350px;
  }
}

section {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding: 2em;
  position: relative;
  background-size: cover !important;
}
section#footer {
  padding: 1em 0 2.5em;
}
@media only screen and (max-width: 50em) {
  section#footer {
    padding: 1em 1em 2.5em;
  }
}
section#intro {
  background: url("../img/bg-intro.jpg") center;
  background-attachment: fixed;
  overflow: visible;
  z-index: 1;
}
section#descanso-beach-club {
  z-index: 0;
  background: url("../img/bg-descanso.jpg") center;
}
section#experiences {
  background-attachment: fixed;
  background: url("../img/bg-explore.jpg") center;
  overflow: hidden;
}
@media only screen and (max-width: 50em) {
  section#experiences {
    background-attachment: fixed;
  }
}
section#travel {
  background: url("../img/bg-travel.jpg") center;
  overflow: hidden;
  padding: 4em 2em;
}
section#rsvp {
  background: url("../img/bg-rsvp.jpg") fixed center;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container-sm {
  max-width: 900px;
  width: 100%;
  margin: auto;
  display: grid;
  position: relative;
}
.container-sm.ex {
  max-width: 780px;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  display: grid;
}
@media only screen and (min-width: 100em) {
  .container {
    max-width: 1440px;
  }
}

.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 1em;
  grid-column-gap: 3.5em;
  align-content: start;
  justify-content: start;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 70em) {
  .dual-grid.img-dual {
    grid-template-columns: 1fr 1fr;
  }
}
.dual-grid.no-gap {
  grid-column-gap: 0;
}
.dual-grid.fr-clm-gap {
  grid-column-gap: 0em;
  padding: 0;
}
@media only screen and (max-width: 68.75em) {
  .dual-grid.fr-clm-gap.isolate {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 45em) {
  .dual-grid.fr-clm-gap.isolate {
    grid-template-columns: 1fr;
  }
}
.dual-grid.center-grid {
  align-content: center;
  justify-content: center;
}
.dual-grid.left-long {
  grid-template-columns: 2fr 1fr;
  padding: 0;
}
@media only screen and (max-width: 84.375em) {
  .dual-grid.left-long {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 70em) {
  .dual-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 0.25em;
    align-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 32em) {
  .dual-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding: 0.25em;
    align-content: center;
    justify-content: center;
  }
}
.dual-grid .grid-panel-left, .dual-grid .grid-panel-right {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 90em) {
  .dual-grid .grid-panel-left, .dual-grid .grid-panel-right {
    justify-content: center;
  }
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  padding: 0em;
  grid-column-gap: 3.5em;
  align-content: start;
  justify-content: start;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .committee-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    padding: 1em !important;
  }
}
@media only screen and (max-width: 42em) {
  .committee-grid {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    padding: 1em !important;
  }
}

.mw-350 {
  max-width: 350px;
}
@media only screen and (max-width: 84.375em) {
  .mw-350 {
    max-width: 300px;
  }
}

@media only screen and (max-width: 56em) {
  .hide-mobile {
    display: none;
  }
}

.swatch-btn {
  width: 100%;
  max-width: 375px;
  background-size: contain !important;
  height: 105px;
  max-height: 105px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: url("../img/btn-brush-swash.png") no-repeat center;
}

table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}

th, td {
  border-bottom: 1px solid #42475E;
  padding: 12px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

td.time {
  width: 30%;
  white-space: nowrap;
}

td.activity {
  width: 60%;
}

.hover {
  color: #42475E;
  transition: ease-in-out 300ms;
  text-decoration: underline dotted #de5749 2px;
  z-index: 99;
  position: relative;
}
.hover:hover {
  color: #de5749 !important;
  text-decoration: underline dotted #de5749 2px !important;
}

#maps {
  z-index: 2;
}

.splash-container {
  position: relative;
}
.splash-container img {
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 200px;
}

@media only screen and (max-width: 50em) {
  img {
    max-width: 315px;
  }
}

.polaroid-anchor {
  z-index: 10;
}

.tilt {
  max-width: 190px;
  position: absolute;
  z-index: 999999;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 84.375em) {
  .tilt {
    display: none;
  }
}
.tilt.positive-tilt {
  transform: rotate(15deg) !important;
}
.tilt.positive-tilt.min {
  transform: rotate(8deg) !important;
}
.tilt.negative-tilt {
  transform: rotate(-15deg) !important;
}
.tilt.negative-tilt.min {
  transform: rotate(-8deg) !important;
}

.img-1 {
  bottom: -60px;
  left: 160px;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-1 {
    left: 25px;
  }
}

.img-2 {
  top: 100px;
  left: 160px;
  z-index: 20;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-2 {
    left: 25px;
    top: 0;
  }
}

.img-3 {
  top: 325px;
  left: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-3 {
    left: 25px;
    top: 240px;
  }
}

.img-4 {
  top: 40px;
  right: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-4 {
    right: 25px;
  }
}

.img-5 {
  top: 290px;
  right: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-5 {
    right: 25px;
  }
}

.img-6 {
  top: 100px;
  left: 160px;
  z-index: 20;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-6 {
    left: 25px;
  }
}

.img-7 {
  top: 600px;
  left: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-7 {
    left: 25px;
  }
}

.img-8 {
  top: 200px;
  right: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-8 {
    right: 25px;
  }
}

.img-9 {
  top: 700px;
  right: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-9 {
    right: 25px;
  }
}

.img-10 {
  top: 1100px;
  right: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-10 {
    right: 25px;
  }
}

.img-11 {
  top: 1200px;
  left: 160px;
  z-index: 15;
}
@media only screen and (min-width: 75em) and (max-width: 105em) {
  .img-11 {
    left: 25px;
  }
}

.travel-image {
  position: absolute;
}
.travel-image.right {
  top: 40%;
  left: 80%;
}
.travel-image.left {
  top: 30%;
  left: -60px;
}
@media only screen and (max-width: 80em) {
  .travel-image {
    display: none;
  }
}

.marg-top {
  margin-top: 40px;
}
@media only screen and (max-width: 64em) {
  .marg-top {
    margin-top: 0;
  }
}

.neg-marg.m100 {
  margin-top: -100px;
}
@media only screen and (max-width: 64em) {
  .neg-marg.m100 {
    margin-top: 0;
  }
}
.neg-marg.m150 {
  margin-top: -150px;
}
@media only screen and (max-width: 64em) {
  .neg-marg.m150 {
    margin-top: 0;
  }
}

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