/* Remove Kit/ConvertKit branding */
.formkit-powered-by-convertkit,
.formkit-powered-by-convertkit-container,
[data-element="powered-by"] {
  display: none !important;
}/* Hide third social icon */
#social-in-menu > a:nth-child(3) {
  display: none !important;
}/* Hide first social icon */
#social-in-menu > a:nth-child(1) {
  display: none !important;
}/* Hide Kit Recommendations */
.formkit-recommendation,
.formkit-recommendations,
[data-element="recommendations"],
.seva-recommendation,
.formkit-overlay {
  display: none !important;
}/* Change Kit success/confirmation color */
.formkit-alert-success,
[data-element="alert"],
.formkit-alert {
  background-color: #C4922A !important; /* Your burnt gold */
  color: #F5F2ED !important; /* Your warm off-white */
  border: none !important;
}
a.scroll-arrow,
a.scroll-arrow:link,
a.scroll-arrow:visited,
a.scroll-arrow:hover {
  color: #C4922A !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-weight: 100;
  animation: bounce 2s infinite;
}

a.scroll-arrow:hover {
  color: #F5F2ED !important;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
#section2 {
  scroll-margin-top: 0px;
}
	/* Show only the first video, hide the rest */
.sby_item:not(:first-child) {
    display: none !important;
}

/* Remove header, footer, load more button */
.sby_header,
.sby_load_btn,
.sby_subscribe_btn {
    display: none !important;
}

/* Make video fill its container responsively */
.sby_wrap {
    width: 100% !important;
    max-width: 100% !important;
}

.sby_item {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Responsive 16:9 ratio */
.sby_video_container {
    position: relative;
    width: 100% !important;
    padding-bottom: 56.25%;
    height: 0 !important;
}

.sby_video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}