 #main-navigation > li > a {
    color: #093437;
   font-family: "Tiempos", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}


#main-navigation .sub-menu li a{
    color: #333;
    font-family: "Tiempos", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-decoration:none;
    width: 100%;
    display: block;
    padding: 7px 0;
}
#main-navigation .sub-menu li a:hover {
    border-radius: 10px;
    background: #963834;
    color: #FCFBF7;
    padding:7px 10px;
}


/* ---------- Desktop (unchanged behavior) ---------- */
@media (min-width: 1081px) {
  #main-navigation { display: flex; align-items: center;gap:50px; }
  #main-navigation > li { position: relative; }
  #main-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
  }
  /* open on hover (desktop) */
  #main-navigation li.c-nav-main-navigation__list-item--has-children:hover > .sub-menu {
    display: block;
  }
    #main-navigation li.c-nav-main-navigation__list-item--has-children:hover > a {
        color: #963834;
        text-decoration:none;
    }
    #main-navigation .sub-menu {
      border-radius: 0 0 10px 10px;
      background: #FCFBF7;
      box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08);
      padding:30px;

  }
}

/* ---------- Mobile (<=1080px) ---------- */
@media (max-width: 1080px) {


  #main-navigation {
    display: block; /* stack items */
  }

  #main-navigation li {
    position: relative; /* for absolute toggle button */

  }

  /* Links get extra right padding so the toggle has room */
  #main-navigation a.c-nav-main-navigation__action {
    display: block;
    padding: 12px 44px 12px 0; /* space on right for toggle */
  }

  /* Submenus are stacked, hidden by default (JS will toggle) */
  #main-navigation .sub-menu {
    position: static;
    display: none;      /* JS will do slideDown/slideUp */
    padding-left: 20px; /* slight indent */
    border-left: 1px solid #E0DEDC;
  }
  /* The appended toggle button */
  #main-navigation .submenu-toggle {
    position: absolute;
    right:0;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;  
  }

  /* Animate the caret rotation */
  #main-navigation .submenu-toggle svg {
    transition: transform .25s ease;
    pointer-events: none; /* ensure the button receives the click */
  }
  #main-navigation .submenu-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }
}

.mobile_buttons {
	display: none;
}
.c-site-header {
	--color-bgd: #FCFBF7 !important;
	background: #FCFBF7;
}
.c-site-header__cta-container {
	display: flex;
	align-items: center;
	gap: 12px;
}
.c-site-header .a-btn,.c-site-header .t-sink a.a-btn,.c-site-header a.a-btn {
	background-color: #963834;
	padding: 16px 40px;
}
.c-site-header .btn-icon-left span {
	font-family: "National", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}
.btn-icon-left {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration:none !important;
}
.btn-icon-left:hover span {
	border-bottom: 1px solid #6E312E;
}	
.btn-icon-left span {
	color: #963834;
	font-family: "Tiempos", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
}
.carousel_navigation{
	margin: 25px 0;
}
.custom-dots {
	justify-content: center;
	display: flex;
	gap: 12px;
	padding: 0;
	margin: 0 !important;
}
.custom-dots li.active-dot {
	background: #093437;
}
.custom-dots li {
	width: 12px;
	height: 12px;
	background: #E0DEDC;
	border-radius: 100%;
	list-style: none;
	text-indent: 999999px;
	cursor: pointer;
	padding: 0;
}
.custom-dots li:before {
	display: none
}
.c-nav-primary__action--depth-0 {
	color: #093437;
	font-family:"Tiempos", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	height: auto;
	border: 0;
}
.c-nav-primary__action--depth-0.c-nav-primary__action--has-children:after {
	display:none !important;
}
.c-nav-primary__list-child {
	border-radius: 0 0 10px 10px;
	background: #FCFBF7;
	box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08);
	padding: 30px;
	width:260px;
}
.c-nav-primary__list-item--depth-1 .c-nav-primary__action {
	color: #333;
	font-family:"Tiempos", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	padding: 6px 0;
}
.c-nav-primary__list-item--depth-1 .c-nav-primary__action:hover {
	padding:6px 10px!important
}
.c-nav-primary__list-child--active .c-nav-primary__action--depth-0.c-nav-primary__action--has-children, .c-nav-primary__list-item--is-current-parent .c-nav-primary__action--depth-0.c-nav-primary__action--has-children {
	border:0;
}
.c-nav-primary__list-item--depth-1 .c-nav-primary__action:before {
	display:none;
}
.c-nav-primary__list-item--depth-1 .c-nav-primary__action:hover {
	background: #963834;
	border-radius: 10px;
	color: #FCFBF7;
	text-decoration: none;
}
.c-nav-primary__list-item--depth-1 .c-nav-primary__action:focus-visible, .c-nav-primary__list-item--depth-1 .c-nav-primary__action:hover {
	padding-left: 20px;
}

.top_header {
        background: #093437;
    display: flex;
    align-items: center;
    padding: 10px 20px;
        gap: 10px;
		position: relative;
}
.top_header_close {
	cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-40%)
}
.top_header_icon {
    display:flex;
}

.top_header_content {
    white-space:nowrap;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
	width: 85%;
}

/* Chrome, Safari, Edge */
.top_header_content::-webkit-scrollbar {
    display: none;
}

.top_header p {
    color: #FCFBF7;
    font-family: "National", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.top_header p a {
    color: #F1EDE8;
     font-family: "National", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
    margin-left: 5px;
}

@media screen and (max-width:1080px) {
	.top_header {
		padding: 15px 20px;
	}
	.c-site-header__logo-link {
		max-width: 100px;
	}
	.c-site-header__container {
		background: #FCFBF7;
        height: 80px;
		position: relative;
	}
	.c-site-header__nav-container {
		padding-left: 30px;
		padding-right: 30px;
		height: 100%;
	}
	.c-nav-primary__list-child {
		border-left: 1px solid #E0DEDC;
		background: #FCFBF7;
		box-shadow: none;
		padding: 0 0 0 20px;
		border-radius: 0;
	}
	li.c-nav-primary__list-item.c-nav-primary__list-item--depth-0 {
		padding: 10px 0;
		position:relative;
		z-index:1;
	}
	.c-nav-primary__action--depth-0 {
		width:100%
}
	.c-site-header .btn-icon-left {
		padding: 10px 0;
	}
	.c-nav-primary__list-item--depth-1 .c-nav-primary__action {
		margin: 15px 0;
	}
	li.c-nav-primary__list-item.c-nav-primary__list-item--depth-0.c-nav-primary__list-item--has-children:before {
		display:block;
		content:"";
		position:absolute;
		right:0;
		top:17px;
		width: 15px;
		height: 15px;
		border-right: 2px solid #003333;
		border-bottom: 2px solid #003333;
		transform: rotate(45deg);
		z-index: -1;
	}
	li.c-nav-primary__list-item.c-nav-primary__list-item--depth-0.c-nav-primary__list-item--has-children.c-nav-primary__list-child--animating.c-nav-primary__list-child--active:before {
		transform: rotate(-135deg);
		border-right: 2px solid #963834;
		border-bottom: 2px solid #963834;
	}
}
@media screen and (max-width:1080px) {

	.c-site-header__logo-figure, .c-site-header__logo-img {
		    height: auto;
    		width: 96px;
	}
	.mobile_buttons {
		display: flex;
		flex-direction: column;
		gap:20px;
		margin-top: 30px;
	}
	.c-site-header__cta-container {
		display: none
}
	.c-site-header--nav-active .c-site-header__container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding:0;
	}
	.c-site-header--nav-active .c-site-header__nav-container {
		order: 1;
		width: 100%;
	}
	.c-site-header__logo {
		order:0;
	}
	.c-site-header__nav-container {
		display: none
}
	.c-site-header__flyout-toggle {
		display:block
}
	.c-nav-primary__list {
		flex-direction: column
}
	.c-nav-primary__action--depth-0 {
		height:auto;
		padding-bottom: 0;
	}
	.c-nav-primary__list-child {
		position: static;
		width: 100%;
	}
	.c-nav-primary {
		margin-top:0;
	}
}
@media screen and (max-width: 992px) {
	.mobile_buttons {
		margin-top: 15px;
	}
}
.c-site-footer {
	padding-bottom:40px;
}
.c-site-footer .gfield_label{
	display: none
}
.c-site-footer form {
	display:flex;
	gap:12px;
	margin-top: 80px !important;
}
.c-site-footer .ginput_container.ginput_container_email {
	min-width: 367px;
	width: 100%;
}
.c-site-footer .ginput_container.ginput_container_email input {
	border-radius: 8px;
	color: #333;
	font-family: "National", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 13px 20px;
	height: auto;
}
.c-site-footer .gform_wrapper .gform_button {
	border-radius: 8px;
	border: 1px solid #B85033;
	background: #963834;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	color: #FCFCFC;
	font-family: "Tiempos", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.32px;
	max-width: 179px;
	width: 100%;
	padding: 15px 20px;
}
.c-site-footer .gform_body ::-webkit-input-placeholder {
	color: #333;
	font-family: "National", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.c-site-footer .gform_body ::-moz-placeholder {
	color: #333;
	font-family: "National", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.c-site-footer .gform_body ::-ms-input-placeholder {
	color: #333;
	font-family: "National", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.c-site-footer .gform_body ::placeholder {
	color: #333;
	font-family: "National", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.c-site-footer .gform_footer{
	padding-right: 0;
}
.c-site-footer .l-container {
	max-width: 1456px;
	grid-column-gap: 100px;
}
.c-site-footer .c-site-footer__navs {
	border-left: 1px solid #808080;
	padding-left: 100px;
}
.c-site-footer .c-site-footer__navs a:hover,
.c-site-footer .c-nav-legal__list a:hover {
	color: #fff;
}
.c-site-footer__legal {
	border-top: 1px solid #808080;
	margin-top: 60px;
}
.c-site-footer .gform_wrapper ul li {
	margin:0;
}

@media screen and (max-width:1440px) {
	.c-site-footer .l-container {
		grid-column-gap: 40px;
	}
	.c-site-footer .c-site-footer__navs {
		padding-left: 40px;
	}
}
@media screen and (max-width:1080px) {
	.c-site-footer .l-container {
		flex-wrap: wrap;
		display: flex;
	}
	.c-site-footer .left_col {
		width:100%
}
	.c-site-footer .c-site-footer__navs {
		border-left: 0;
		border-top: 1px solid #808080;
		padding-left: 0;
		padding-top: 38px;
		margin-top: 38px;
		width: 100%;
	}
	.c-site-footer__legal {
		width: 100%;
	}
}
@media screen and (max-width:992px) {
	.c-site-footer__social {
		margin-top:40px;
	}
	.c-site-footer__legal {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
	}
	.c-site-footer__logo {
		width: 100%;
	}
	.c-site-footer__copyright {
		margin-top: 0;
	}
	.c-site-footer__description {
		width: 100%;
		margin: 20px auto 0;
		max-width: 100%;
	}
	.c-site-footer form {
		margin-top: 50px !important;
		justify-content: center;
	}
	.c-site-footer__social .social-follow__list {
		justify-content: center;
		grid-template-columns: repeat(7, 1fr);
	}
	.c-site-footer__navs {
		display: flex;
		flex-wrap: wrap;
	}
	.c-site-footer__nav {
		width: 50%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 992px) {
	.c-site-footer form {
		flex-direction: column;
	}
	.c-site-footer .gform_wrapper .gform_button {
		max-width:100%
}
	.c-site-footer .c-site-footer__navs {
		grid-row-gap: 40px;
		justify-content: space-between;
	}
	.c-site-footer__nav {
		width: 45%;
	}
}
