body.home.home-2026 #page2 .upper-text-container {
    display:none !important;
}

body .no-uppercase,
body .no-uppercase * {
    text-transform:none !important;
}
body .content .lower {
    text-transform:none !important;
}
body .content .underline-chevron {
    border:0px solid transparent !important;
    text-decoration:underline !important;
    text-transform:none !important;
    font-weight:400 !important;
    color:black;
    padding-top:5px;
    position:Relative;
    padding-right:15px;
}
body .content .underline-chevron:after {
    content:">";
    display:inline-block;
    position:absolute;
    z-index:10;
    right:0px;
}
body .content .chevron-right {
    position:Relative;
    padding-right:15px;
}
body .content .chevron-right:after {
    content:">";
    display:inline-block;
    position:absolute;
    z-index:10;
    top:-3px;
    right:0px;
}
body.home.home-2026 .content .new_home_boxes h2 {
  font-size: 30px;
  line-height: 35px;
  font-family: 'gothambold';
  color: #252525;
}