/* CSS for Finale Page */

.centered-content-wrapper {
    max-width: 960px; /* or whatever width you need, e.g., 1140px for larger screens */
    margin: 0 auto;
}


.p-4{
    padding-top: 1.7rem!important;
}

img.impactreportimg{
    width: 13.5rem;
}

.carousel-caption {
  background-color: rgba(12, 35, 64, 0.8); /* #0c2340 with transparency */
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1rem 1rem 2rem;
  text-align: left;
}

a.linkdecoration{
    text-decoration: none;
}

a.linkdecoration:hover{
    background: none;
}

blockquote.full-width-quote::before{
    content: url("https://www.utsa.edu/giving/_images/blockquote-blue.png")!important;    
}

h4.campaign-message{
    color: #fff;
    font-family: 'Futura PT', sans-serif;
    font-weight: 900;
    font-size: 2rem; /* 32px */

}

p.white-text{
    color:#fff;
    font-family: 'Expressway', sans-serif;
    font-size: 1rem; /* 16px */
}

p.text-carousel{
    color:#fff;
    font-family: 'Expressway', sans-serif;
    font-size: 1rem; /* 16px */
    margin-bottom: 0px;
}

h4.spotlight-title{
    font-family: 'Futura PT', sans-serif;
    font-weight: 900;
    font-size: 2rem; /* 32px */
    margin-top: 0rem;
    margin-bottom: 1rem;
}

p.hero-text{
    font-family: 'Expressway', sans-serif!important;
    font-weight: bold!important;
    font-size: 1.5rem!important; /* 24px */
}

.special-header-container .angled-nav nav{
    width:60%;
}

h3.textbox.mb-0.align-self-center{
    font-size:1.5rem;
    margin-top:0rem;
    color:#3daedb;
    font-family: 'Futura PT Condensed', sans-serif;
    font-weight: bold;
}

h2.boxstat{
    color:#fff;
    text-shadow: 3px 3px 0 #3daedb !important;
    margin-top:0px!important;
    font-family: 'Futura PT Condensed', sans-serif;
    font-size: 4.5rem;
}

.p-4.bg-blue.h-100{
    background-color: #344F73;
    border-radius: 3px;
    padding: 3rem 4rem;
    color: #3DAEDB

}

h2.boxnumber{
    font-family: 'Futura PT Condensed', sans-serif;
    font-size: 4.5rem;
    color: #0c2340;
    margin-bottom: 0px;
    text-shadow: 4px 4px 0px #3daedb !important;
    margin-top:0px!important;
    margin-bottom: 0px!important;
}

h3.boxtext{
    font-family: 'Futura PT Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.5rem; /* 24px */
    margin-top:0px;
}

span.name-blue{
    font-family: 'Expressway', sans-serif;
    font-weight: bold;
    font-size: 1rem; /* 16px */
    text-transform: uppercase;
    letter-spacing: 0.125rem; /* 2px */
    color: #0c2340;
}



.content--amount{
    padding: 4em 0!important;
    margin-bottom:0rem!important;
}

.stats-list .stat strong{
    font-weight:bold!important;
    color: #f15a22!important;
    text-shadow: 3px 3px 0 #000000!important;
    font-family: 'Futura PT', sans-serif;
    font-size: 6rem; /* 96px */
}

span.d-none.d-md-inline{
    font-weight:bold!important;
    color: #f15a22!important;
    text-shadow: 3px 3px 0 #000000!important;
    font-family: 'Futura PT', sans-serif;
    font-size: 6rem!important; /* 96px */
}

p.mobilebnavy{
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: bold!important;
    font-size: 2.25rem; /* 36px */
    color: #0C2340!important;
}

a.button--secondary-icon:hover{
    background-color: #495a70;
}

a.btn.btn--primary.btn--arrow:hover{
    background-color: #495a70;
}

a.btn.btn-white.btn--arrow.me-2{
    background-color: #fff;
    color: #0c2340;
}

a.btn.btn-white.btn--arrow.me-2:hover{
    background-color: #0c2340;
    color: #fff;
}

a.btn.btn-white.btn--arrow.me-2::after {
    color: #0c2340
}


a.btn.btn-white.btn--arrow.me-2:hover::after {
    color: #fff;

}

div.gray-anchor-links{
    text-align: center!important;
    background-color: #d3430d!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

p.white-link-text {
    font-family: 'Expressway', sans-serif;
    font-weight: bold;
    font-size: 1rem; /* 16px */
    color: #fff;
    display: flex;
    align-items: center; /* Vertically center the text */
    height: 100%; /* Ensure it fills the column height */
    margin: 0; /* Remove default margin */
}

p.white-link-text::before {
    content: "↓"; /* Unicode for Font Awesome arrow-down */
    font-family: "Font Awesome 5 Free"; /* or the correct version you're using */
    font-weight: 900; /* required for solid icons in Font Awesome 5+ */
    display: inline-block;
    margin-right: 8px;
    color: #DBDEE3;
    font-size: 11px;
    line-height: 13px;

}

/* Column setup */
.gray-anchor-links .row .col {
    position: relative;
    display: flex;
    align-items: center; /* Vertically center content */
    justify-content: center; /* Optional: center horizontally */
}

/* Short vertical line */
.gray-anchor-links .row .col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 25%;
    right: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.65);
}

.bluepattern{
    color: #fff; 
    width: 100%;
    min-height: 180px; 
    padding: 5rem 3rem 5rem; 
    background-image: repeating-linear-gradient(45deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 2px,hsla(0,0%,100%,.04) 7px,hsla(0,0%,100%,.1) 0); 
    background-color: #0c2340; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: 0 0;
}

.container-fluid.title-lightblue{
    color: #fff; 
    width: 100%;
    min-height: 180px; 
    padding: 5rem 3rem 5rem; 
    background-image: repeating-linear-gradient(45deg,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 2px,hsla(0,0%,100%,.04) 7px,hsla(0,0%,100%,.1) 0); 
    background-color: #495970; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: 0 0;
}

p.graybackgroundtext{
    color: #fff;
    font-family: 'Expressway', sans-serif;
    font-weight: 400; /* Regular */
    font-size: 1.5rem; /* 24px */
    text-align: center;
}

h2.statnumbers{
    text-align: center;
    color: #fff;
    font-family: 'Futura PT Condensed', sans-serif;
    font-weight: 800; /* Extra Bold */
    font-size: 5rem; /* 80px */
    text-shadow: 4px 4px 0px #3DAEDB!important;
}

span.stats{
    text-align: center;
    color: #fff;
    font-family: 'Futura PT Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.75rem; /* 28px */
}

section.content-row.spotlight-container.pb-4{
    background-color: #0c2340;
    padding-bottom: 3rem !important;
}

h2.title{
    font-family: 'Futura PT', sans-serif;
    font-weight: 900; /* Heavy */
    font-size: 3rem; /* 48px */
    text-align: center;
    margin-top: 1rem;
}

h2.title-white{
    color: #fff;
    font-family: 'Futura PT', sans-serif;
    font-weight: 900; /* Heavy */
    font-size: 3rem; /* 48px */
    text-align: center;
    margin-top: 1rem;
}

.container.title{
    padding-top:5rem;
}


hr.title-hr {
    width: 85%;
    margin: 20px auto 0 auto;
    border: none;
    height: 3px;
    background-color: #DBDEE3;
}

blockquote.full-width-quote{
    width: 90%;
    max-width: none !important;
    margin-bottom: 2rem;
}

blockquote footer{
    text-align:left;
    font-family: 'Expressway', sans-serif;
    font-weight: bold;
    font-size: 1rem; /* 16px */
    text-transform: uppercase;
    letter-spacing: 0.125rem; /* 2px */
}

a.button.button--secondary-icon.orange-btn{
    background-color: #D3430D;
}

a.button.button--secondary-icon.orange-btn:hover{
    background-color: #FF8B60;
}

.p-4.bg-light{
    background-color: rgba(61, 174, 219, 0.05)!important;
    border-radius: 3px;
    padding: 3rem 2rem!important;
    color: #0C2340;
}

i.fa-solid.fa-hashtag{
    color:#0c2340;
    font-size: 4rem;
}

.container-fluid.py-5.video-background{
    background-image: 
        url('https://www.utsa.edu/giving/_images/be-bold/bebold-diagonals.svg'),
        repeating-linear-gradient(
            45deg,
            hsla(0, 0%, 100%, 0),
            hsla(0, 0%, 100%, 0) 2px,
            hsla(0, 0%, 100%, .04) 7px,
            hsla(0, 0%, 100%, .1) 0
        );
    background-color: #0c2340;
    background-repeat: no-repeat, repeat;
    background-size: 43vw auto, auto;
    background-position: left top, center;
}


p.text-center.mx-auto.video-text{
    font-family: 'Expressway', sans-serif;
    font-size: 1rem; /* 16px */
    color: #fff;

}

.container.spotlight{
    padding-top: 100px;
    padding-bottom: 50px;
}

.container-fluid.title-gray{
    background-color: #eaf1fb;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.container-fluid.title-blue{
    background-image: url('https://www.utsa.edu/giving/_images/be-bold/bebold-diagonals.svg');
    background-color: #0c2340;
    background-repeat: no-repeat;
    background-size: 40vw auto;
    padding-top: 5rem;
}


img.bold-champions-logo.img-fluid{
    height: 200px;
    object-fit: contain;
}

h3.white-title{
    color:#fff;
    font-family: 'Futura PT', sans-serif;
    font-weight: 900; /* Heavy */
    font-size: 2.25rem; /* 36px */

}

a.button.button--secondary-icon.white-btn{
    background-color:#fff;
    color:#0C2340;
}

a.button.button--secondary-icon.white-btn:hover{
    background-color: #FAF9F6;
}

a.button.button--secondary-icon.white-btn::after{
    content: "\f061";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Pro Brands";
    margin-left: 1rem;
    font-size:16px;
}

.white-btn::after {
    color: #0C2340;
}

a.button.button--secondary-icon.grey-btn{
    background-color:#DBDEE3;
    color:#0C2340;
}

h2.number-stats{
    font-size: 80px;
    margin-bottom: 0px;
}

h3.number-stats{
    margin-top: 0px;
}

.mb-3.number-stats{
    margin-bottom: 0px!important;
}

.carousel-container {
  width: 600px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  font-family: sans-serif;
}

.carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.carousel-text {
  padding: 10px;
  font-size: 14px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.arrow.left {
  left: 0;
}

.arrow.right {
  right: 0;
}

.col-md-8.orange-banner{
    background-color: #D3430D;
    color: #fff;
    background-image: url(/_files/global/images/elements/layout/chevron.svg);
    background-repeat: no-repeat;
    background-position: 0% -1.875rem;
    background-size: auto;
    box-shadow: 2px 2px 6px rgba(12, 37, 64, .25);
    padding: 0;
    margin: 4rem 0;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
}

a.learn-more{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}

a.learn-more:hover{
    background-color: transparent !important;
}

section.bottom-section-image{
     background-image: url("https://www.utsa.edu/giving/_images/be-bold-impact-report-spread.png");
     padding-top: 10rem;
     padding-bottom: 10rem;
     text-align: center;
}

@media only screen and (max-width: 600px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg-light{
        width: 100%!important;
    }
    
    .gray-anchor-links{
        display: none;
    }
    
    .content--amount:before{
        display: none;
    }
    
    .col-sm-12.col-lg-5.d-flex.justify-content-center{
        margin-top: 3rem;
    }
    
    .carousel-caption{
        display: none;
    }
    
    img.impactreportimg{
    width: 100%;
    margin-bottom: 4rem!important;
    }
    
    .stats-list .stat strong{
        font-size: 3.5rem!important;
    }
    
    span.d-inline.d-md-none{
        font-size: 3.5rem!important;
    }
    
    .jquery-background-video-wrapper.hero-video-container{
    background-image: url('https://www.utsa.edu/giving/_images/rowdymonument-45081.jpg')!important;        
    }
    
}

@media screen and (max-width: 1439px){
    .special-header-container .angled-nav{
        background-color: #fff;
    }
    
    .special-header-container .angled-nav nav{
        box-shadow: none;
    }
}