body {
  background-color: #7f9a67;
}
.appendTop {
  position: fixed;
  top: -134px;
  left: 0;
  width: 100%;
  z-index: 200;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: top 0.3s ease-out, box-shadow 0.3s ease-out;
}
.appendTop.visible {
  top: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.navAppended {
  margin-top: 134px;
}
.t3-sl {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.t3-sidebar {
  height: 100%;
}
.t3-sidebar > .t3-module {
  height: 100%;
}
.t3-sidebar > .t3-module > .module-inner {
  height: 100%;
}
.t3-sidebar > .t3-module > .module-inner > .module-ct {
  height: 100%;
}
.t3-sidebar > .t3-module > .module-inner > .module-ct > .custom {
  height: 100%;
}
.t3-sidebar > .t3-module > .module-inner > .module-ct > .custom > .image-carousel {
  height: 100%;
}
.image-carousel {
  position: relative;
  overflow: hidden;
}
.image-carousel button {
  -webkit-appearance: none;
  height: 10vh;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}
.image-carousel button:focus {
  border: none;
  box-shadow: none;
}
.image-carousel button.slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: -webkit-linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0) 100%);
}
.image-carousel button.slick-prev > i.fa {
  position: relative;
  top: -30px;
}
.image-carousel button.slick-next {
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 5;
  width: 100%;
  background: -webkit-linear-gradient(bottom, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
}
.image-carousel button.slick-next > i.fa {
  position: relative;
  bottom: -30px;
}
.image-carousel button.slick-prev,
.image-carousel button.slick-next {
  color: #e9cb95;
}
.slick-slide > div > img {
  padding-bottom: 15px;
}
.web-form .formError {
  font-size: 16px;
}
.web-form input[type="text"] {
  width: 100%;
}
.web-form input[type="number"] {
  width: 50%;
}
.web-form input[type="text"],
.web-form input[type="number"] {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.2s ease-out;
}
.web-form input[type="text"]:hover,
.web-form input[type="number"]:hover {
  background-color: #f7f7f7;
}
.web-form label.control-label {
  font-size: 20px;
  font-weight: normal;
  color: #1b3556;
}
.web-form .formControls > .radio > .radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.web-form .formControls > .radio > .radio:hover input ~ .selector {
  background-color: #ccc;
}
.web-form .formControls > .radio > .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.web-form .formControls > .radio > .radio input:checked ~ .selector:after {
  display: block;
}
.web-form .formControls > .radio > .radio .selector {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #eeeeee;
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
}
.web-form .formControls > .radio > .radio .selector:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7f9a67;
}
.web-form .rsform-block-recaptcha {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.web-form .grecaptcha-badge {
  box-shadow: none !important;
}
.web-form .grecaptcha-logo {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  overflow: hidden;
  width: 70px;
  height: 60px;
  margin: 0;
  box-shadow: 0 0 4px #ddd;
  transition: cubic-bezier(1, 0, 0.45, 1) 0.4s width;
}
.web-form .grecaptcha-logo:hover {
  width: 256px;
}
@media (max-width: 767px), (max-width: 991px) and (orientation: landscape) {
  .web-form .grecaptcha-logo {
    width: 256px;
  }
  .web-form .rsform-block-recaptcha {
    position: initial;
    bottom: initial;
    left: initial;
  }
}
#countdown {
  background: -webkit-linear-gradient(rgba(220, 255, 160, 0.3) 0%, rgba(27, 53, 86, 0.8) 90%), url('/images/family-photos/parallax.jpg') no-repeat;
  background: -o-linear-gradient(rgba(220, 255, 160, 0.3) 0%, rgba(27, 53, 86, 0.8) 90%), url('/images/family-photos/parallax.jpg') no-repeat;
  background: linear-gradient(rgba(220, 255, 160, 0.3) 0%, rgba(27, 53, 86, 0.8) 90%), url('/images/family-photos/parallax.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}
#countdown h2 {
  text-transform: uppercase;
  line-height: 60px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#countdown h2 span {
  text-transform: none;
  font-family: 'Dancing Script', "Times New Roman", Times, serif;
  font-size: 82px;
  line-height: 120px;
  color: #e9cb95;
}
#countdown .bubbles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#countdown .bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 13rem;
  background-color: #1b3556;
  border-radius: 50%;
  margin: 5px 15px;
}
#countdown .bubble-number {
  font-family: 'Dancing Script', "Times New Roman", Times, serif;
  font-size: 40px;
}
#countdown .bubble-label {
  font-size: 20px;
  color: #7f9a67;
}
#rsvp h2 {
  text-transform: uppercase;
}
#rsvp h2 span {
  font-family: 'Dancing Script', "Times New Roman", Times, serif;
  font-size: 82px;
  text-transform: initial;
  color: #66a497;
}
#rsvp .table tbody tr th,
#rsvp .table tbody tr td {
  padding-left: 20px;
  padding-right: 20px;
  border-top: none;
}
#rsvp .table tbody tr th {
  text-align: right;
  font-size: 28px;
  font-weight: normal;
  border-right: 2px solid #e9cb95;
  color: #7f9a67;
}
#rsvp .table tbody tr td {
  font-size: 20px;
  color: #1b3556;
}
#rsvpForm h2 {
  margin-top: 40px;
  font-size: 82px;
  color: #e9cb95;
}
#rsvpForm .page-block {
  position: relative;
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
#rsvpForm .page-block-wrapper:before {
  content: '';
  position: absolute;
  top: -15vmin;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100vmin;
  background: url('/images/flowers/rsvp-form-bg.png') no-repeat;
  background-position: top center;
  background-size: contain;
}
#rsvpForm .page-block .inner-block {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  background-color: #fefefe;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}
.additional-info {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6f2ef;
}
.additional-info p,
.additional-info a {
  font-size: 20px;
}
.gift-registry {
  padding-top: 30px;
  padding-bottom: 30px;
}
a.btn.btn-primary,
input[type="submit"].btn.btn-primary {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 50px;
  padding: 10px;
}
.map-container {
  position: relative;
}
.map-container:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0px 11px 16px -10px rgba(0, 0, 0, 0.3), inset 0px -11px 16px -10px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  #rsvpForm .page-block {
    margin-bottom: -220px;
    z-index: 10;
  }
}
@media only screen and (min-width: 1547px) {
  #countdown h2 {
    font-size: 44px;
  }
  #countdown .bubble {
    width: 17rem;
    height: 17rem;
  }
  #countdown .bubble-number {
    font-size: 54px;
  }
  #countdown .bubble-label {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .image-carousel button.slick-prev {
    background: -webkit-linear-gradient(left, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    text-align: left;
  }
  .image-carousel button.slick-prev > i.fa {
    top: 0;
  }
  .image-carousel button.slick-next {
    bottom: 0;
    background: -webkit-linear-gradient(right, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    text-align: right;
  }
  .image-carousel button.slick-next > i.fa {
    bottom: 0;
  }
  .image-carousel button.slick-prev,
  .image-carousel button.slick-next {
    width: 20vw;
    height: 100%;
  }
  .slick-slide > div > img {
    width: auto !important;
    height: 400px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  #rsvpForm .page-block-wrapper,
  #rsvpForm .page-block-wrapper:before {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  #rsvpForm .page-block-wrapper,
  #rsvpForm .page-block-wrapper:before {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slide > div > img {
    height: 200px;
  }
  #rsvpForm .page-block-wrapper,
  #rsvpForm .page-block-wrapper:before {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #countdown {
    background-position: 65%;
  }
  #countdown h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #countdown h2 span {
    font-size: 60px;
  }
}