
html {
  height: 100%;
}

body {
  height: 100%;
  background: #000;
  background-color:white;
}

* {
  margin: 0;
  padding: 0;
}

.row {
    /*margin: 0 auto;*/
    /*max-width: 1920px !important;*/
    /*width: 100%;*/
  max-width:100%;
}

#main-container{
margin: 0 auto;
      max-width: 1920px !important;
      width: 100%;
}

.header .logoWrapper {
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    z-index: 3;
    box-shadow:unset;
}
  
.header .logoWrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.header .logoWrapper #headerLogo img {
  max-height: clamp(37px, 3.6vw, 50px);
  height: auto;
}
@media screen and (max-width: 64em) {
   .header .logoWrapper {
  	height: 80px;
    justify-content: center;
	}
  .header .logoWrapper #headerLogo img {
    margin-left: 0;
  }
}

.main-content-container {
  background: #fff;
}

p {
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  line-height: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #826D45;
}
a:hover, a:active, a:visited {
    color: #826D45;
}
@media screen and (max-width: 64em) {
  
}




footer {
  display: block;
  margin-top: 0;
  background-color: #000000;
  width: 100%;
  padding: 0px;
  margin-bottom: -1rem;
  text-align: center;
  line-height: 15px;
  padding-bottom: 15px;
}
footer .legalListTitle {
  text-transform: uppercase;
  color: #b59a57;
  font-size: 0.9rem;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
}
footer .legalListTitle:hover {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
footer .legalListTitle:focus {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
footer .legalContainer {
  border: 0px !important;
}
footer .legalContainer #legal #legalLinks {
  border-bottom: 0px !important;
  border-top: 0px !important;
  display: none;
}

@media screen and (max-height: 560px) {
  .header {
    height: 50px;
  }
  
}
.footer .logoWrapper {
    background-color: #000;
}
  
.footer .logoWrapper {
  text-align: center;
  display: flex;
  align-items: top;
  justify-content: start;
  height: 350px;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.footer .logoWrapper #headerLogo img {
  max-height: 50px;
  height: auto;
  margin-left: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 64em) {
   .footer .logoWrapper {
  	height: 240px;
    justify-content: center;
    align-items: center; 
	}
  .footer .logoWrapper #headerLogo img {
  		max-height: 50px;
        margin-left: 0;
        margin-top: 0;
  }
}


  /* X-Large 1440+ styles */
@media only screen and (min-width: 90em) { 
  .header .logoWrapper {
    justify-content: start;
  }
  .header .logoWrapper #headerLogo img {
  margin-left: 4rem;
  }
}


  /* start Banner styles */

.container {
  display: flex;
  align-items: stretch; /* make children fill container height */
  gap: 0 /* spacing between image and content */
  margin-bottom: 2rem;
  margin-top: 0;
}

/* Default: image on the right */
.main-content-block {
  order: 1;
  flex: 0 0 calc(500% / 12); /* or 41.67% */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffc87c;
 padding: clamp(2rem, 3.5vw, 3.5rem);
  border-bottom: 12px #000 solid;
}
.main-image-block {
  order: 2;
  flex: 0 0 calc(700% / 12); /* or 58.33% */
  display: flex;
  border-bottom: 12px #000 solid;
}

.main-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* scale image while keeping aspect ratio */
}

/* If image should be on the left */
.container.Left-block-align .main-content-block {
  order: 2;
}
.container.Left-block-align .main-image-block {
  order: 1;
}
  
  
  h1{
    color: #000;
font-size: clamp(1rem, 2vw, 2.1rem);
line-height: clamp(1.2rem, 2.6vw, 2.6rem);
    font-family: "EB Garamond", "Garamond", Times, serif;
    font-weight: 700;
    font-style: italic;
    width: auto;
    display: inline-block;
    margin-bottom: 1.2rem;
  }
p.hero {
  color: #000;
font-size: clamp(2.2rem, 3.8vw, 4.6rem);
line-height: clamp(2.4rem, 4vw, 4.8rem);
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 40em) { 
  .container {
    flex-direction: column;
    margin-bottom: 0;
  }

  /* Default mobile behavior: image on top */
  .container .main-image-block {
    order: 1;
    border-bottom: 0;
  }
  .container .main-content-block {
    order: 2;
    width: 100%;
    border-bottom: 5px #000 solid;
  }
  .container .main-image-block,
  .container .main-content-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  h1{
    margin-bottom: 10px;
  }
 
}
  .container:not(:has(.main-image-block)) {
  justify-content: center; /* center horizontally */
  text-align: center;      /* center text */
}

.border-no-pad-no-margin
{
margin:0;
padding:0;
border:1px solid black;
}

.border-no-pad-no-margin .main-content-block{
padding:2rem;
}


  /* End Banner styles */

  /* Start Testimonial styles */


#yield-testimonial {
  background: #f7f3f1;
  color: #666766;
  padding: 3rem 4rem;
padding-top: clamp(2.5rem, 2.2vw, 3rem);
padding-bottom: clamp(2.5rem, 2.2vw, 3rem);
padding-left: clamp(2.5rem, 2.2vw, 4rem);
padding-right: clamp(2.5rem, 2.2vw, 4rem);
  font-size: 1.8rem;
  line-height: 2.2rem;
font-size: clamp(1.6rem, 2.2vw, 2.5rem);
    line-height: clamp(2rem, 3vw, 3.4rem);
  font-family: "EB Garamond", "Garamond", Times, serif;
  font-weight: 700;
  font-style: italic;
  width: 100%;
margin-bottom: 1rem;
}
#yield-testimonial div {
  width: 80%;
}
#yield-testimonial span {
    font-weight: 400;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
font-size: clamp(1.2rem, 1.2vw, 2.4rem);
       line-height: clamp(2.4rem, 3.4vw, 3.8rem);
font-weight: 500;
white-space: nowrap;
}

.container#yield-testimonial {
  gap: .5rem;
}

@media only screen and (max-width: 40em) { 
  #yield-testimonial {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #yield-testimonial div {
    width: 100%;
  }
  #yield-testimonial span {
    display:block;
    margin-top: 1rem;
  }
}

  /* End Testimonial styles */

  /* Start CTA styles */

.yield-cta-block {
  border: 20px #ffc87c solid;
  padding-top: clamp(2.5rem, 3.5vw, 4rem);
  padding-bottom: clamp(2.5rem, 3.5vw, 4rem);
  padding-left: clamp(2rem, 3.5vw, 4rem);
  padding-right: clamp(2rem, 3.5vw, 4rem);
}

.columns.yield-cta-block {
  gap: 4rem;
  align-items: center;
}
.yield-cta-text {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
text-align: left;
}
.yield-cta-text p {
  color: #666;
}
.yield-cta-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
}
.yield-cta-btn a {
  display: block; 
  background: #000;
  color: ffc87c;
  font-size: 28px;
  line-height: 32px;
font-size: clamp(1.7rem, 2.2vw, 2.8rem);
line-height: clamp(2rem, 2.4vw, 3.2rem);
  padding: 2rem;
  font-weight: 700;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, .4);
white-space: nowrap
}

.yield-cta-btn a::after {
  content: "";
  display: inline-block;
  width: clamp(17px, 1.6vw, 26px);
    height: clamp(17px, 1.6vw, 24px);
    margin-left: 15px;
  background-image: url('/media/Oakland/template-assets/lp/yield/images/ui/white-arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.yield-cta-btn a:hover {
  transition: transform 0.2s ease;
  transform: scale(1.05);
}

h2 {
   color: #000;
  font-size: 40px;
  line-height: 44px;
    font-size: clamp(2.4rem, 2.9vw, 3.8rem);
    line-height: clamp(2.4rem, 3.4vw, 4rem);
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.columns.yield-cta-block-container {
  gap: 4rem;
}
@media only screen and (max-width: 40em) { 
  h2 {
        margin-bottom: 1.6rem;
  }
.columns.yield-cta-block {
  gap: 3rem;
}
   .yield-cta-btn  {
     align-items: center;
  }
 
  .yield-cta-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .yield-cta-text {
    text-align: center;
    display: block;
  }
  .yield-cta-btn a::after {
    content: "";
    display: inline-block;
}

}

  /* X-Large 1440+ styles */
@media only screen and (min-width: 90em) { 
h2 {
   margin-bottom: 1rem;
  }

}

  /* End CTA styles */


  /* Start Why Choose OU styles */

#fg-container {

  background-color: #ffc87c;
padding: clamp(2rem, 3.5vw, 4rem) !important;
margin: 0 auto;
    max-width: 1920px !important;
    width: 100%;
}
/* ---------- HEADING---------- */
.fg_header{
text-align:center;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
}
.fg-heading{
font-weight:700;
font-size: clamp(2.25rem, 3vw, 3.813rem);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}




/* ---------- ICON SECTION ---------- */
.fg_item-icon {
  text-align: center;
}

.fg_icon img {
  max-width: 100px;   /* slightly bigger than before */
  height: 55px;
  margin-bottom: 0.75rem;
}

/* Titles */
.fg_item-title {
  font-weight: 600;
  font-size: clamp(1.375rem, 1.7vw, 2.063rem);
  margin-bottom: clamp(0.5rem, 1.1vw, 2rem);
margin-top: 1.5rem;
letter-spacing: 5%;
    text-transform: uppercase;
}

/* Description */
.fg_item-text {
}

.fg_stat-text.fg_item-text {
 margin-top: clamp(1rem, 2.6vw, 3.5rem);
    text-align: left;
font-size: clamp(16px, 1vw, 29px);
    font-weight: 700;
    line-height: clamp(23px, 1.4vw, 46px);
margin-top: 1.5rem;

}

/* ---------- SPACING BETWEEN ROWS ---------- */
/* Bottom row container spacing */
.fg-icons-bottom-wrapper {
  margin-top: 3rem;
margin-bottom:2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* <-- gap between stat box and feature box */
}

/* ---------- STAT BLOCK ---------- */
.fg_item-stat {
  text-align: center;
  border: 3px solid #000;
  padding: 2rem;
  flex: 1; /* responsive width */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fg_stat-value{
font-weight:700;
font-size:clamp(4.5rem, 7vw, 8rem);
padding-top: 2rem;
}

.fg_stat-text{
font-weight:bold;
letter-spacing: 2.34%;
text-transform:uppercase;
}

/* ---------- FEATURE BLOCK ---------- */
.fg_item-feature {
  border: 3px solid #000;
      padding: clamp(2rem, 3.5vw, 4rem) !important;
  flex: 3; /* takes more space than stat block */
  display: flex;
  align-items: center; /* vertical centering */
}

/* Flex for image + text */
.fg_feature {
  display: flex;
  align-items: center;
}

/* Gear image wrapper */
.fg_feature-media {
  position: relative;
  max-width: 25%; /* smaller gear size */
  margin-right: 1rem;
  flex: 0 0 auto;
}

.fg_feature-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* Black overlay box */
.fg_badge {
width: 75%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #000;
  color: #fff;


    max-width: 220px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Badge text lines */
.fg_badge-line { display: block; line-height: 1.2; }
.fg_badge-bold { font-weight: 700;font-size:clamp(1rem, 2vw, 1.875rem); }
.fg_badge-right { text-align: right; font-size: clamp(0.625rem, 0.9vw, 0.75rem); }

/* Text next to gear */
.fg_feature-content {
  flex: 1;
}
.fg_feature-text {
 font-size: clamp(1rem, 1.6vw, 1.813rem);
  line-height: clamp(1.375rem, 2vw, 2.5rem);
font-weight:500;
margin-left:2.5rem;
}

/* Make bottom boxes responsive */
@media screen and (max-width: 640px) {  /* small screens (Foundation small breakpoint) */
  .fg-icons-bottom-wrapper {
    flex-direction: column; /* stack vertically */
margin-top: 0;
  }

  .fg_item-stat,
  .fg_item-feature {
    flex: 1 1 100%;  /* take full width */
    max-width: 100%;
  }
  .fg_item-stat {
  border: 3px solid #000;
  }

  .fg_item-feature {
    margin-top: 1rem; /* spacing between stacked boxes */
    border: 3px solid #000;
  }
  .fg_feature-text {
 text-align: center;
margin-left: 0;
}
.fg_stat-text.fg_item-text {
  text-align: center;
}

  .fg_feature {
    flex-direction: column; /* stack gear + text if needed on very small screens */

  }

  .fg_feature-media {
    max-width: 50%; /* make gear smaller on mobile */
    margin-right: 0;
    margin-bottom: 0.5rem; /* spacing under image if stacked */
  }

  .fg_feature-content {
    width: 100%;
margin-top:1.5rem;
  }

.fg-icons-container{
margin-bottom:3.5rem;
}
}

.row .columns.medium-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.medium-no-margin{

margin: 0.9375rem 0 0.9375rem 0;
}

@media only screen and (min-width: 64.063em) {
  .row .columns.medium-no-padding {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
.medium-no-margin{
margin: 0.9375rem;


}
}



@media only screen and (min-width: 120.063em) { 
  .page-content-container .row,
  .row.custom-grid .columns.medium-no-padding,
.page-content-container .row .columns.container.Left-block-align   {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
  }
}


  /* End Why Choose OU styles */

  /* Start OU Pledge styles */

    /* Layout */
    .custom-grid {
      display: block;
    margin-bottom:1rem;
        margin-top: 1rem;
    }
    
    .row .left-column.medium-no-padding{
    padding-right:0;
    }
    .row .right-column.medium-no-padding{
    padding-left:0;
    }
    
    /* Large screens and up */
    @media only screen and (min-width: 40.063em) { /* Foundation 5 large breakpoint */
      .custom-grid {
        display: flex;
      }
    }
    
    .left-column,
    .right-column {
      display: flex;
      flex-direction: column;
    }
    
    /* Default (mobile): keep normal Foundation padding */
    .custom-grid > .left-column,
    .custom-grid > .right-column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
    
    /* Medium+ screens: remove ONLY inner gutter */
    @media only screen and (min-width: 40.063em) {
      .custom-grid > .left-column {
        padding-right: 0;
      }
      .custom-grid > .right-column {
        padding-left: 0;
      }
    }
    
    /* Left blocks */
    .left-column .block {
      flex: 1;
      padding: 3rem;
    border: 2px solid #826d45;
    }
     .left-column .left-bottom {
      border-top:unset;
    
    }
    
    .image-block{
    border: 2px solid #826d45;
    
    }
    
    .left-bottom {
      display: flex;
      align-items: center;
    }
    
    .left-bottom .percent {
      font-size: clamp(5.625rem, 5.5vw, 8.5rem);
      font-weight: 300;
    color: #826d45;
      margin-right: 1.8rem;
      display: flex;
      align-items: center;
    }
    
    .left-bottom .desc {
      display: flex;
      align-items: center;
    font-size: clamp(1rem, 1.5vw, 1.813rem);
    line-height: clamp(1.375rem, 1.5vw, 2.5rem);
letter-spacing: 3.32%;
    }
    
    /* RIGHT IMAGE AS BACKGROUND */
    .image-block {
      height: 100%;
      background-image: url('/media/Oakland/Assets/UCM/lp/yield/images/first-gen/LightPollutionResearch_120-copy.jpeg');
      background-size: cover;
      background-position: center;
    
    
      /* This replaces absolute positioning */
      display: flex;
      justify-content: center;   /* horizontal center */
      align-items: flex-end;     /* bottom align */
      padding-bottom: 20px;      /* space from bottom */
    }
    
    /* Gold box */
    .overlay-content {
      background: rgba(130, 109, 69, 0.85);
      color: white;
      padding: 15px 25px;
      text-align: center;
    width:70%;
    font-weight: 700;
        font-style: italic;
        font-family: 'EB Garamond';
    font-size: clamp(1.25rem, 1.3vw, 2.125rem);
    }
    
    
    .left-top.block p {
    font-size: clamp(1rem, 1.6vw, 1.813rem);
        font-weight: 400;
        line-height: 40px;
    line-height: clamp(1.375rem, 2vw, 2.5rem);

    }

.left-top.block p:first-of-type {
        margin-bottom: 2rem;
    }
    .left-top.block h2{
    font-size: clamp(2rem, 2.5vw, 3.813rem);
        line-height: clamp(2.5rem, 2.5vw, 4.575rem);
    margin-bottom: 2rem;
    
    
    }
    .left-bottom.block .desc, .left-top.block h2{
    color: #826d45;
        font-weight: 700;
    
    }
    
    @media only screen and (max-width: 40em) { 
    
      .image-block {
        display: block;
        padding: 0;              /* remove padding trick */
        background: none;        /* remove background from container */
            border-top: unset;
      }
    
      /* Create the image as its own block */
      .image-block::before {
        content: "";
        display: block;
        height: 250px; /* adjust as needed */
        background-image: url('/media/Oakland/Assets/UCM/lp/yield/images/first-gen/LightPollutionResearch_120-copy.jpeg');
        background-size: cover;
        background-position: center;
    
      }
    
      .overlay-content {
        width: 100%;
        margin: 0;
    background-color:#826d45;
      }
    
    
    .left-bottom .percent{
    margin-right:0;
    }
    
    .left-column .block {
    padding:2rem;
    }
    
    }

@media only screen and (min-width: 40.063em) {
  .image-block {
    border-left: none;
  }


  .left-column .block {
    border-right: none;
  }
}

 /* End OU Pledge styles */

 /* Start Real World Learning styles */

/* Container styling */
.fg-container {
  background-color: #ffc87c;
  padding: clamp(2rem, 3.5vw, 4rem) !important;
  text-align: center;
}

/* Percentage block rows */
.fg-percent-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 1rem;
}

.fg-container .row.fg-percent-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;        
margin-top: clamp(2rem, 3.5vw, 4rem);
    margin-bottom: clamp(2rem, 3.5vw, 4rem);
}

/* Percentage numbers */
.fg-percent-number {
  font-size: clamp(4.5rem, 7vw, 8rem);
  font-weight: bold;
  line-height: 1;
}

/* Percentage text */
.fg-percent-text {
  text-align: left;
    font-size: clamp(16px, 1vw, 29px);
    font-weight: bold;
    line-height: clamp(23px, 1.4vw, 46px);
}

/* Company blocks */
.fg-company {
  margin-bottom: 1rem;
font-size: clamp(30px, 2vw, 36px);
    line-height: clamp(34px, 2.2vw, 40px);
font-weight:700;
font-family: "EB Garamond", "Garamond", Times, serif;
}

/* Mobile: stack percent above text */
@media only screen and (max-width: 640px) {
  .row .columns .row.fg-percent-block {
    flex-direction: column;  /* stack vertically */
    align-items: center;     /* center horizontally */
margin-bottom:2rem;
  }

  .fg-percent-number {
    text-align: center;
    margin-bottom: 0.5rem;  /* spacing between number and text */
  }

  .fg-percent-text {
    text-align: center;
  }
}


@media only screen and (max-width: 640px) {
  .fg-percent-number {
    font-size: 6rem; /* restore big size when stacked */
  }

  .fg-percent-block {
    flex-direction: column;
    align-items: center;
  }
}
#source-container {
margin-top: 3rem;
}
#source-container .source-a{
color:black;
text-decoration: underline;
}

 /* End Real World Learning styles */

 /* Start Still Deciding styles */


  .no-margin-bottom {
    margin-bottom: 0;
  }
  body .ucmCollapsibleBox {
    padding: 6px 0;
    border: 3px #333333 solid;
    margin-bottom: 1.8rem;
  }
  body .ucmCollapsibleBox p {
        margin-bottom: 2rem;
    margin-right: 6%;
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    line-height: clamp(1.6rem, 1.8vw, 2.2rem);
  }
body .ucmCollapsibleBox p a {
  font-weight: 500;
}
body .ucmCollapsibleBox p a:hover {
    text-decoration: underline;
  }
body .ucmCollapsibleBox.active {
  background: #fff;
}

  body .ucmCollapsibleBox .collapsible-box-title, body .ucmCollapsibleBox .FauxLegend {
    border: none;
    color: #333;
    padding: 13px 13px 5px 30px;
    margin: 0px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
font-size: clamp(1.2rem, 1.6vw, 2.2rem);
    border-bottom: none;
    position: relative;
  }

  body .ucmCollapsibleBox .collapsible-box-title::after {
  content: "";
  position: absolute;

  /* triangle */
  width: 0;
  height: 0;
  border-left: 16.5px solid transparent;
  border-right: 16.5px solid transparent;
  border-top: 17px solid #231F20;
  border-left-width: clamp(7px, 1vw, 16.5px);
  border-right-width: clamp(7px, 1vw, 16.5px);
  border-top-width: clamp(7px, 1vw, 17px);
  right: clamp(5px, 1vw, 30px);
  transform: translateX(-50%);
  top: 41%;
  }

  body .ucmCollapsibleBox .collapsible-box-title.active, body .ucmCollapsibleBox .FauxLegend.active {
    color: #877148 !important;
    font-weight: 500;
    /* background-image: url(/media/Oakland/template-assets/lp/yield/images/ui/arrow-up.png); on */
  }
  body .ucmCollapsibleBox .collapsible-box-title.active::after, body .ucmCollapsibleBox .FauxLegend.active::after {
    content: "";
  position: absolute;
  transform: translateX(-50%);

  /* triangle (pointing up) */
  width: 0;
  height: 0;
  border-left: 16.5px solid transparent;
  border-right: 16.5px solid transparent;
  border-bottom: 17px solid #877148;
  border-left-width: clamp(7px, 1vw, 16.5px);
  border-right-width: clamp(7px, 1vw, 16.5px);
  border-bottom-width: clamp(7px, 1vw, 17px);
border-top: none;

  /* position it ABOVE the button */
  bottom: 100%;
  right: clamp(5px, 1vw, 30px);
  }
  body .ucmCollapsibleBox .collapsible-box-body, body .ucmCollapsibleBox .FauxFieldset {
    padding: 20px 10px 0 30px;
  }
  @media screen and (max-width: 40em) {
    body .ucmCollapsibleBox .collapsible-box-body, body .ucmCollapsibleBox .FauxFieldset {
      padding: 13px 13px 5px 15px;
    }
  }
  @media screen and (min-width: 40.063em) {
    body .ucmCollapsibleBox .collapsible-box-title:hover,  body .ucmCollapsibleBox .FauxLegend:hover {
      color: #877148 !important;
      font-weight: 500;
      cursor: pointer;
      transition: transform 0.2s ease;
    }
    .ucmCollapsibleBox .collapsible-box-title:focus,  body .ucmCollapsibleBox .FauxLegend:focus {
      color: #666 !important;
    }
    body .ucmCollapsibleBox .collapsible-box-title:hover::after, body .ucmCollapsibleBox .FauxLegend:hover::after {
     border-top-color: #877148; /* down gold */
    }
     body .ucmCollapsibleBox .collapsible-box-title:focus::after, body .ucmCollapsibleBox .FauxLegend:focus::after {
     border-top-color: #000; /* down gold */
    }
  }
  @media screen and (min-width: 40.063em) {
    body .ucmCollapsibleBox .collapsible-box-title.active:hover, body .ucmCollapsibleBox .collapsible-box-title.active:focus, body .ucmCollapsibleBox .FauxLegend.active:hover, body .ucmCollapsibleBox .FauxLegend.active:focus {
      /* background-image: url(/media/Oakland/template-assets/lp/yield/images/ui/arrow-up.png); on */
    }
    body .ucmCollapsibleBox .collapsible-box-title.active:hover::after, body .ucmCollapsibleBox .collapsible-box-title.active:focus::after, body .ucmCollapsibleBox .FauxLegend.active:hover::after, body .ucmCollapsibleBox .FauxLegend.active:focus::after {
      border-bottom-color: #877148; /* up gold */
      border-top: none;
    }
  }
  body .ucmCollapsibleBox .FauxLegend {
    font-size: 1.2rem !important;
  }
  body .ucmCollapsibleBox .FauxLegend:hover, body .ucmCollapsibleBox .FauxLegend:focus {
    cursor: pointer;
  }

#yield-collapse {
  background: #f7f3f1;
  padding: 4rem 7rem;
}
#yield-collapse h2 {
  text-align: center;
}

#yield-collapse .icons-container {
  overflow: hidden;
      padding-top: clamp(2rem, 3.5vw, 4rem);
    padding-bottom: clamp(2rem, 3.5vw, 4rem);
}

.icon-link img  {
  height: 110px;
  margin-bottom: 1.6rem;
}
.icon-link.pad-it img  {
  padding: .5rem;
}

.icon-link:hover img  {
   filter: brightness(0);
    transition: filter 0.3s ease;
}
.icon-link:hover p {
  color: #000;
}
.icon-link p {
  color: #666;
  display: block;
  font-weight: 500;
font-size: clamp(1.2rem, 1.6vw, 1.8rem);
}

@media only screen and (max-width: 40em) { 
   #yield-collapse {
    padding: 2.5rem;
  }
  .icon-link img  {
  height: 150px;
  margin-bottom: 2rem;
  }
   .icon-link.pad-it img  {
 padding: 3rem 3rem 0 3rem;
  }
  #yield-collapse .icons-container {
    padding: 4.5rem 0 0 0;
  }
   #yield-collapse h2 span {
    display: block;
  }

  #yield-collapse .fg-icons-container {
    margin-bottom: 4rem;
  }

  body .ucmCollapsibleBox {
    border: 1px #333333 solid;
    margin-bottom: 1.2rem;
  }
  
  body .ucmCollapsibleBox .collapsible-box-title, body .ucmCollapsibleBox .FauxLegend {
    padding: 10px 60px 8px 13px;
  }
   
}

 /* X-Large 1440+ styles */
@media only screen and (min-width: 90em) { 
 .icon-link img  {
  height: 150px;
}
}


 /* End Still Deciding styles */












