/*SONHS Design Header Updates*/
.sonhs.search-panel-mobile {
    position: relative;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
    z-index: 1000;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    background-color: #005030;
    color: #fff;
}
.sonhs.search-panel-mobile.open {
    max-height: 500px; 
    opacity: 1;
}
.sonhs.search-panel-mobile .search-panel__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 1.25rem 1.6rem;
    border-bottom: white 2px solid;
}
.sonhs .search-panel__row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.sonhs .search-panel__row input[type="text"] {
    flex-grow: 1;
    padding: 0.6rem 0.75rem;
    background-color: #005030;
    border: none;
    border-bottom: 1px solid white;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
}
#searchPanelMobile .search-submit {
  background-color: transparent;
  border: none;
  padding: 0.8rem;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  margin-left: 0;
}
#searchPanelMobile .search-submit i{
    padding:0;
    color:#fff !important;
    font-size:1.3rem;
}
#searchPanelMobile  .search-submit:hover,
#searchPanelMobile .search-submit:focus {
  background-color: #02512f;
}
button#mobileSearchToggle {
   background: transparent;
    border: none;
    margin: 0;
    padding: 12px;
    font-size: 1.5rem;
}
 button#mobileSearchToggle .fa-search,
 button#mobileSearchToggle .fa-x {
  padding: 0;
}
/*Sonhs Design Top - Bar Search*/
.sonhs .um-main-menu {
  display: flex;
}
.sonhs .top-bar .nav-search-item {
    color: #000000;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-left:.5rem;
}
#nav-wrapper .sonhs .ayce-menu-wrapper {
    margin-right:0;
}

.sonhs .top-bar .nav-search-item button {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer; 
    height: 100%;
    display: block;
    padding: .5rem;
    margin: 0px;
}
.sonhs.search-panel {
  position: relative;
  width: 100%;
  background-color: #005030; 
  color: #fff;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  z-index: 8;
}
.sonhs.search-panel.open {
  max-height: 300px;
  opacity: 1;
}
.sonhs .search-panel__inner {
  max-width: 1000px;
  margin: 1rem auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sonhs .search-panel__row {
  display: flex;
  align-items: center;
}
.sonhs .search-submit {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  cursor: pointer;
  margin-left: 0.5rem;
}
.sonhs .popular-label {
  font-size: 1.2rem;
  color: #fff;
}
.sonhs .popular-search-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sonhs .popular-search-links a {
    background-color: #005030;
    color: #fff;
    border:solid 2px #fff;
    padding: .6rem .8rem;
    font-size: 1.1rem;
    text-decoration: none;
    border-radius: 20px;
    white-space: nowrap;
    margin: .3rem;
}
.sonhs .popular-search-links a:hover, .sonhs .popular-search-links a:focus{
    background-color: #fff;
    color: #005030;
    border:solid 2px #005030;
}
.sonhs #searchToggle {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: .1rem;
    width: 98px;
}
.sonhs #searchToggle[aria-expanded="true"] i{
    margin-bottom: .1rem;
    margin-left: .2rem;
}
.sonhs #searchToggle span {
    margin-right: 6px;
    font-size: 1.15rem;
    text-transform: none;
    font-weight: 500;
}

/*SONHS Design Mega Menu*/
.mega-menu-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.mega-menu-wrapper.open {
  max-height: 1000px; 
  opacity: 1;
  visibility: visible;
}
.mega-menu__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    display: flex;
    gap: 2rem;
}
.mega-menu-wrapper  .mega-menu__col {
    flex: 1;
    min-width: 200px;
}
.mega-menu-wrapper  .mega-menu__links {
    list-style: none;
    padding: 0;
    margin: 0;
    color:black;
}
.mega-menu-wrapper .mega-menu__links li {
    margin-bottom: 0.75rem;
}
.mega-menu-wrapper a:hover,   .mega-menu-wrapper a:focus {
  text-decoration:none !important;
}
.mega-menu-wrapper  .mega-menu__links a {
    color:black;
    font-weight: 500;
    text-decoration: none;
    font-size:1.2rem;
}
.mega-menu-wrapper .mega-menu__media img {
    max-width: 100%;
    height: auto;
}

.mega-menu-wrapper  .media-caption {
    display: block;
    margin-top: 0.5rem;
    color: #ffffff;
    background-color:#005030;
}
a.mega-menu__media-caption {
    text-decoration:underline !important;
}
a.mega-menu__media-caption:hover, a.mega-menu__media-caption:focus{
    text-decoration:none !important;
}
.mega-menu__links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu__links li {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.mega-menu__links li.spacer {
    border-bottom: none;
}
.mega-menu__links li h2 {
  font-size:1.4rem;
  line-height:1.3rem;
}
.mega-menu__links a {
    display: block;
    padding: 0.75rem 0;
    width: 100%;
    text-decoration: none;
    color: #01321e;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.mega-menu__links a:hover, .mega-menu__links a:focus {
    border-bottom-color: #999;
    color: #000;
}
  /* Media Column */
.mega-menu__media {
  background-size: cover;
  background-position: center;
  aspect-ratio: 3 / 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 275px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.mega-menu__media-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  background-color: #005030;
  color: #fff;
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  flex-wrap: wrap;
  line-height: 1.4;
}
.mega-menu__media-caption:hover,
.mega-menu__media-caption:focus {
  background-color: #003e26;
  text-decoration: underline;
  color: #fff;
}
.mega-menu__media-caption.video:hover, .mega-menu__media-caption.video:focus {
     text-decoration: none;
}
.mega-menu__media-caption .caption-text {
  flex: 1 1 auto;
  min-width: 0;
  word-wrap: break-word;
}
.mega-menu__media-caption.no-link .caption-icon {
  display: none;
}
.mega-menu-wrapper  a:hover, .mega-menu-wrapper  a:focus{
    text-decoration:none !important;
}
.mega-menu__media.video {
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}
/* Play Button */
.mega-menu-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:rgba(0, 80, 48, 0.8);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.mega-menu-wrapper .play-button:hover,.play-button:focus  {
    background: rgba(0, 0, 0, 0.6);
    color:#005030;
}
.mega-menu-wrapper .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
/* Video Modal */
.sonhs.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 2rem;
}
.sonhs .video-modal__content {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  background: #000;
}
.sonhs .video-modal__player {
  width: 100%;
  height: 100%;
}
.sonhs .video-modal__player iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.sonhs .video-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  z-index: 10000;
  cursor: pointer;
}
.sonhs .video-modal__close:hover,
.sonhs .video-modal__close:focus {
  color: rgb(241, 115, 48);
}
body.modal-open {
  overflow: hidden;
}

/*Get Started buttons*/
.masthead .navCol.get-started-wrapper {
  text-align: right;
  vertical-align: middle;
  padding-right: .5rem;
}
.masthead .get-started-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; 
  gap: 0.4rem;
  margin-right: .5rem;
}
.masthead .get-started-buttons a {
  padding: 0.4rem 1rem;
  font-size: 1rem;
  font-family: "Stag Sans Book";
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}
.masthead .get-started-buttons a:hover,
.masthead .get-started-buttons a:focus{
  padding: 0.4rem 1rem;
}
.get-started-buttons ul.mobile-nav {
  margin: 0px !important;
  padding: 0px;
}
.get-started-buttons ul.mobile-nav > li:last-child {
    margin-bottom: 0px;
}

.get-started-buttons ul.mobile-nav > li {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.get-started-buttons ul.mobile-nav > li > a {
   display: block;
   font-size: 14px;
   line-height: 14px;
   font-family: "Stag Sans Bold";
   text-transform: uppercase;
   padding: 1em;
   margin-top: 20px;
   text-align:center;
}

@media (min-width: 64em) {
.masthead .get-started-buttons a {
  font-size: 1.13rem;
}
.masthead .get-started-buttons {
  gap: 1rem;
}
}


/*NEWS Only */
.news .sonhs.search-panel.open {
    margin-bottom: -4px;
    margin-top: 4px;
}
.news .sonhs.um-navigation {
    padding-top: 16px 
}
.newSearch .medium-12.columns.ayce-menu-wrapper {
    padding-right:0;
}