@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body,
.gadgetStyleBody,
.WaGadgetContent {
  font-family: 'Source Sans 3', sans-serif !important;
}

.gadgetStyleBody :not(h1):not(h2):not(h3):not(h4),
.WaGadgetContent :not(h1):not(h2):not(h3):not(h4) {
  font-family: 'Source Sans 3', sans-serif;
}

h1, h2, h3, h4,
h1 *, h2 *, h3 *, h4 *,
.gadgetStyleBody h1, .gadgetStyleBody h2, .gadgetStyleBody h3, .gadgetStyleBody h4,
.gadgetStyleBody h1 *, .gadgetStyleBody h2 *, .gadgetStyleBody h3 *, .gadgetStyleBody h4 *,
.WaGadgetContent h1, .WaGadgetContent h2, .WaGadgetContent h3, .WaGadgetContent h4,
.WaGadgetContent h1 *, .WaGadgetContent h2 *, .WaGadgetContent h3 *, .WaGadgetContent h4 * {
  font-family: 'Spectral', serif !important;
}

.zoneInner .WaPlaceHolder>div {
    padding: 0;
    margin: 0;
}

.zoneOuter {
    width: 100%;
}

.container_12 {
    width: auto;
}

div.zoneInner {
    margin: auto;
    width: 100%;
}

.WaGadgetContent.custom-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.WaGadget {
  margin-top: 0px;
  margin-bottom: 0px;
}

.WaLayoutContainer
{
    padding: 40px 10px;
    min-height: fit-content;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F5F1E9;
}

/* .WaPlaceHolder {
  background-color: #326094;
} */

.WaLayoutTable, .WaLayoutContainerFirst, .WaGadgetMenuHorizontal, .WaLayoutContainerLast, .WaGadgetCustomMenu, .gadgetContentEditableArea>div, .WaGadgetBreadcrumbs, .WaPlaceHolder.WaPlaceHolderContent>div {
  max-width: 1100px;
  margin: auto !important;
  padding: 20px 10px;
}

/* Let the CONTENT zone go edge-to-edge */
.zoneContent.container_12 {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}

div.camera_wrap {
    margin: 0px !important;
}

td.WaLayoutItem {
    vertical-align: middle;
}

div.WaLayoutContainerLast {
    max-width: 100%;
}

.gadgetStyleBody.gadgetContentEditableArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* APPLICABLE CLASS STYLES */
.standard-card {
  background: #576E67;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.standard-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  background: #1F3A5F;
  color: #ffffff !important;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn:hover {
  background: #2E6F7E;
  transform: translateY(-2px);
}

.rounded-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.rounded-image {
  overflow: hidden;
}

.slider-rounded {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Make sure camera layers clip properly */
.slider-rounded .camera_fakehover,
.slider-rounded .camera_target,
.slider-rounded .camera_overlayer {
  overflow: hidden;
}

/* split section */
.split-section {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 64px 0;
  border-radius: 18px;
}

/* Reverse layout option */
.split-section.reverse {
  flex-direction: row-reverse;
}

/* Image side */
.split-section .split-image {
  flex: 1;
}

.split-section .split-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* Content side */
.split-section .split-content {
  flex: 1;
}

.split-section .split-content h2 {
  margin-bottom: 16px;
}

.split-section .split-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

/* background wrapper */
.split-band {
  padding: 0 24px;
}

.container-reduce-padding {
  padding: 10px 0px 10px 0px
}

/* responsive */
@media (max-width: 900px) {
  .split-section {
    flex-direction: column;
    gap: 32px;
    padding: 48px 0;
  }
}

/* divider */
.hero-mask-divider {
  width: 100vw;
  margin-left: calc(50% - 50vw);

  position: relative;
  overflow: hidden;

  /* the hero image itself */
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;

  /* mask using the svg shape */
  -webkit-mask-image: url("/resources/Vector%20Assests/Top_Divider_Mask.svg");
  mask-image: url("/resources/Vector%20Assests/Top_Divider_Mask.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: bottom center;
  mask-position: bottom center;

  /* stretch full */
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero-mask-bottom {
  position: relative;
  overflow: hidden;

  -webkit-mask-image: url("/resources/Vector%20Assests/bottom-divider-optimized.svg");
  mask-image: url("/resources/Vector%20Assests/bottom-divider-optimized.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: bottom center;
  mask-position: bottom center;

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* https://asga31.wildapricot.org/resources/Vector%20Assests/Top%20Divider.svg
https://asga31.wildapricot.org/resources/Vector%20Assests/Top%20Divider-optimized.svg */
.firstLevel{
  margin:auto !important;
}

.margin-auto {
  margin:auto !important;
}

.orientationHorizontal li a {
  margin: 0 !important; /* adjust 16px */
}

iframe {
  max-width: 100%;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel>li.dir>.item>a:after {
    content: "▼";
    background: unset !important;
    font-size: 0.5em;
}

.WaGadgetContent {
  background-size: cover !important;
}

/* .publicContentView div#id_Header:before {
    content: "SITE UNDER MAINTENANCE\AThe ASGA website is undergoing a styling and content update between 3/18 - 3/19, and visual issues may appear intermittently during this time.  Thank you for your patience!";
    position: fixed;
    width: 100%;
    top: 0px;
    right: 0px;
    padding: 40px;
    background: rgba(255,200,200,1);
    font-weight: 900;
    text-align: center;
    white-space: pre-wrap;
    z-index: 99;
} */

/* .publicContentView {
    padding-top: 120px;
} */

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}
.boxInfoContainer h5
{ display: none;}

/* --- GRID GALLERY LAYOUT --- */

/* 1. Force the list into a 2-column grid */
.WaGadgetBlogStateList ul.boxesList {
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* Exactly two equal columns */
    gap: 20px;
    padding: 0;
    list-style: none;
}

/* 2. Reset the list items so they don't fight the grid */
.WaGadgetBlogStateList li.boxesListItem {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block !important;
}

/* 3. Card Styling & Fixed Height */
.WaGadgetBlogStateList .boxOuterContainer {
    box-sizing: border-box;
    height: 300px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* 4. Handle that long Title */
.WaGadgetBlogStateList h4.boxHeaderTitle {
    margin: 0 0 10px 0;
    min-height: 50px;
}

.WaGadgetBlogStateList h4.boxHeaderTitle a {
    font-size: 18px !important;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

/* 5. Image Scaling (Your 200px height) */
.WaGadgetBlogStateList .blogPostBody img {
    width: 100% !important;
    height: 200px !important; 
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 12px;
}

/* 6. Truncate Preview Text */
.WaGadgetBlogStateList .blogPostBody {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

/* 7. Footer - Stick to Bottom */
.WaGadgetBlogStateList .boxFooterOuterContainer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

/* Mobile: Switch to 1 column */
@media (max-width: 768px) {
    .WaGadgetBlogStateList ul.boxesList {
        grid-template-columns: 1fr;
    }
    .WaGadgetBlogStateList .boxOuterContainer {
        height: auto;
    }
}

/* Details Page Reset (Keeps full recipe visible) */
.WaGadgetBlogStateDetails .boxOuterContainer,
.WaGadgetBlogStateDetails .blogPostBody {
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
}