/*Added space to right of home icon in breadcrumbs - DL */
.breadcrumbs li a i{
padding-right: 3px;
}



.pathway-buttons a{
    font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px #006A4E;
    padding: .5rem;
}

.pathway-buttons a:hover{
    color:white;
    background-color:#006A4E;
}

.az-buttons a {
    font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px #006A4E;
    padding: .5rem;
    float: left;
    margin: 0.3em;
}

az-buttons a:hover {
     font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px #006A4E;
    padding: .5rem;   
}

clearfix {
    overflow: auto;
}

.az-buttons .disabled a {
    color: gray;
    font-size:1 em;
    text-decoration:none;
    padding:0px;
    border: solid 2px gray;
    padding: .5rem;
    float: left;
    margin: 0.3em;
}

#degrees table tr td {
line-height: 3em;
}


/* Tabs Test CSS*/

/* Style the tab */

/* Rey's CSS */

.tablinks {
    color:#008461;
    background-color:#EAEAEA;
    padding: 15px;
    border:none;
    font-weight:bold;
}

button.tablinks.active {
    color:white;
    background-color:#008461;
    font-weight:bold;
}

.tablinks.printopts{
    float:right;
    background-color:#ffc72c;
    color:black;
    font-weight:bold;
}



/* Rey's CSS */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #008461;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

@media (max-width:425px) and (min-width:320px) {
    button.tablinks {
        width: 100%;
        margin-bottom: 0.25em;
      }
    
    .tablinks.printopts {
	    float:none
      }

    }
    
/* Career Coach Center Screen Rey */

.FatWidget__Wrapper-sc-1kuejm1-0 .hifEkN .custom-style--career-widget-two-column {
    margin: auto;
}

/* Career Coach Center Screen Rey */


/* Tabs Test CSS*/


.social-icons img {
    height: 3em !important; /* Rey */
}

/* Using flexbox to arrange bot images */
        .main-tc{
            display:flex;
            flex-direction:row;
            align-items: center;
        }
        .main-tc .trustee-container{
            padding:10px;
        }
  /*      .trustee-img img{
            width:100%;
            height:100%;
        } */
        .trustee-container .trustee-info {
            height: 200px;
        }
        
/* buttons and descriptions are for card grid are too close together - DL */

        .body .details{
            margin-bottom: 10px;
        }
        
/*card grid was NOT meant to be used on non-landing pages and looks ridiculous
this is meant to fix that :-( */
     .content-area .slab .card-grid {
        padding: 0 20px;
        margin: 0px
     }
    
     .card-grid .slab-container h2{
        margin-top: 40px;
     }
     
     
     .slab .card-grid .inner .item a .card-inner {
        display: flex;
        justify-content: center;
     }
     

     
/* Fixes for mobile - DL */
@media (max-width:767px){

        /* Makes buttons in 'Teaser' Row of Content contrast from background - DL */
        .button-wrapper .bttn {
            background-color: #006A4E;
        }

        /* Reverses 'Image Teaser' Row of Content in mobile to look less jarring - DL */
        .teaser-wrapper .teaser-inner{
            display:flex !important;
            flex-direction: column-reverse !important;
        }  

        /* Reverses 'Image Teaser Alt' Row of Content in mobile to look less jarring - DL */
        .flip .teaser-wrapper .teaser-inner{
            display:flex !important;
            flex-direction: column !important;
        }

         /* Eliminates margin from 'Image Teaser' Row of Content in mobile in order to
        look more presentable */
        .teaser-inner .teaser-media{
            margin-top:0px !important;
        }

        /* Adds padding to bottom of 'CTA Teaser' Row of Content to
        look more presentable */
        .cta-teaser{
            padding-bottom:20px !important;
        }

        .slab .button-grid .inner {
            flex-direction: column;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
         }

         .slab .button-grid {
            padding: 100px 0 100px 0;
         }

        /* separation between items in 'Button Grid' RoC in mobile -DL */ 
        .slab .button-grid .inner a{
            margin-bottom: 20px;
        }

        /* Reduce padding for top and bottom of 'Button Grid' -DL */
        .slab .button-grid {
                padding: 40px 0 40px 0;
         }

        .slab .cta-teaser .inner .two .item {
            margin-bottom: 40px;
        }

        /* Create separation between title and content for 'width: 90 Grid' in mobile - DL*/
        .card-grid .slab-container .inner{
            padding-top: 4px;
        }

        .slab .card-grid {
            padding: 40px 0;
        }

        .slab.angled-two-alt {
            margin-bottom: 40px;
        }

        .inner:last-child > .item{
            border-bottom:0;
         }
       /* Better spacing for 'Image Teaser' in mobile - DL*/
       
        .slab .image-teaser-alt {
            padding: 60px 0px 60px 0px;
        }
        
        .text-cta .inner-container .buttons .button{
            width: 80%;
            text-align: left;
            padding-left: 20px;
        }
        
        .slab .card-grid .inner .item{
            width: 90%;
        }
        
        .slab .image-teaser-alt .teaser-wrapper {
            width: 90%;
            margin: auto;
        }
        
        .logo .campus{
             margin-bottom: 20px;
        }
        footer .wrapper .foot-col .social-icons {
         margin: 20px 0 40px 0;
         }
         
        .slab .card-grid{
        margin-bottom:40px;
         }


/* vertical orientation for cta */

    .slab .cta-teaser .inner {
        flex-direction: column;
    }
    
    .slab .cta-teaser .inner .two {
        flex-direction: column;
    }


    /*sets images to 100% width -DL*/
        .slab a .center-align-img {
        
            width: 100%;
        }
        
        
        .main-tc{
            flex-direction:column;

        }
        
    /* removes vertical image stretching in mobile resolutions - DL*/
        img{
            height:100% !important;
        }
        
        
    /* stacks card-grid in mobile to be more presentable -DL*/
        
        .card-grid .slab-container h2 .inner{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        /* Gives card grid items more space as they were too close together -DL*/
        .card-grid .slab-container h2 .inner .item{

            margin-top:20px !important;
        }
            
            
            /* buttons and descriptions are for card grid are too close together in desktop
            but too far apart in mobile
            - DL */

        .body .details{
            margin-bottom: 0px;
        }
        
        
/************ MOBILE CAROUSEL WORK IN-PROGRESS  ************/
    .carousel .carousel-hero .item .carousel-container .message {
       padding: 7px;
       background-color: rgba(0,0,0,0.33);
    }
    
    .carousel-container{
        margin-top:-126px !important;
    }
    
    .carousel .carousel-hero .item .inner-wrap {
    overflow: visible;
}
    
/************ MOBILE CAROUSEL WORK IN-PROGRESS  ************/
        
}




                 

   
/* Fixes to 'Button Grid' Row of Content for desktop resolutions resutling from 
changes to mobile nav - DL */
.slab .button-grid .inner{
    width:95%;
    margin: 0 auto 0 auto;
}



/* previous version of 'CTA Teaser' did not match the look of the other Row of Content
items */


    
@media (min-width: 767px){


    .slab .hm-cta .inner {
        box-shadow: 0 0 15px 5px rgb(0 0 0 / 50%);
        margin: 40px -20px;

    }
    

    
}

/* Grant dev recent announcement styling Rey Ramos */

.grant-box {
    background-color: #eeeeee;
    max-width: 900px;
   /*max-height: 70vh;
    disable to remove scrollbar*/
    padding: 0 1.25em 1.25em 1.25em;
    margin: auto;
    margin-block: 1.25em;
   /*overflow-x: hidden;
    disable to remove scrollbar*/
   /* overflow-y: scroll;
    disable to remove scrollbar*/
}
.recent-annc-header h1{
    color: white;
    background-color: #006a4e;
    border: #ffc72c;
    margin-top: -12px;
    margin: 0 -21px 20px -21px;
    padding: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 8px;
}
#grants {
   /* height: auto;
    max-height: 72vh;
    */
    width: auto;
    max-width: 900px;
    display: flex;
    flex-flow: row wrap;
    flex: 50%;
    position: relative;
}
.grant {
   /*min-height: 250px;
   */
   /* remove if auto height needed*/
    padding: 1rem;
    flex: 1 1 40%;
    margin: 0.5em;
    padding: 0.5em;
    background-color: white;
}
.grant a.expand, .grant a:visited {
    color: #006a4e;
    font-weight: bold;
    text-decoration: 1pt underline dotted;
}

.grant a.active, .grant a:hover,
.grant a.visited:hover, .grant a.visited:active,
a:not([href]):not([tabindex]):hover {
    color: #ffc72c;
}
.grants p {
    line-height: 1.7;
}
.titles {
    font-size: 1.5em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}
.expand {
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    position: relative;
}

.info {
    display: none;
}
.info p {
    font-size: 0.85em;
}

@media (min-width: 320px) and (max-width: 425px) {
.recent-annc-header h1 {
    font-size: xx-large;
    }

#grants {
    flex-direction: column;
    }

}

/* Grant dev recent announcement styling Rey Ramos */

/* Equal Opportunity Statement Rey Ramos*/
#equal-employer {
    padding-top: 2em;
    padding-bottom: 2em;
}
/* Equal Opportunity Statement Rey Ramos*/



    .slab .hm-cta {
        padding:20px 0 20px 0;
    }
    
/* Text before this resolution will touch the edge of the browser if not adjusted this way -DL 05/23/2024 */
@media (max-width: 1480px){


    .slab .hm-cta {
        margin-left: 20px;
        margin-right:20px;

    }
    
@media (min-width: 62rem)
    ul.utility-nav {
    
        right: 0px !important;
    }


.hot-post-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hot-post-right .post-thumb{
    height: 49%;
}
}


/* Fixed carousel height on mobile Rey */


.item .slick-slide .slick-cloned {
    min-height: 170px !important;
}

.slick-track:after, .slick-track:before {
    min-height: 170px !important;
}

/* Fixed carousel height on mobile Rey */


/* Hero Video Rey Ramos */

.bg-video {
  top: 0;
  left: 0;
}

.bg-video__content {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.overlay-video {
  background: linear-gradient(180deg,rgba(0, 106, 78, 1), rgba(0, 106, 78, 0) 50%);
  width: 100%;
  height: 50%;
  position: absolute;
}

@media (min-width: 320px) and (max-width: 425px) {
.overlay-video {
    height: 25%;
    margin-top:-0.25em;
}

  .bg-video__content {
    height: 25%;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .overlay-video {
    height: 50%;
}
  .bg-video__content {
    height: 50%;
    width: 100%;
  }
}

.transparent-nav {
  background: #006a4e;
}


/* Hero Video Rey Ramos */

/* GTranslate Styling  Rey Ramos */

body {
    position: inherit !important;
}

.gtranslate_wrapper .gt_container--wz96ug:focus-visible {
  outline: none;
}

.GTranslate-styling {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-bottom: 5px solid white;
}

select {
  background-color: transparent;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: bold;
  border: none;
  width: 100%;
  min-width: auto;
  min-height: 100%;
}

select:hover {
	color:black;
	cursor:pointer;
}


select option {
  background-color: #d9d6d6;
  color: #000;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 10px;
}

a.select.gt_selector.notranslate {
	font-size: inherit;
}

a.select.gt_selector.notranslate:hover {
	color: black;
}

a#aGTranslate:hover {
	background: transparent;
	cursor:pointer;
}

@media (min-width: 320px) and (max-width: 768px) {
  li#gtranslateWrapper {
    display: block;
    width: 50%;
    margin: 1em auto;
  }

}


@media (min-width: 320px) and (max-width: 990px) {

  li#gtranslateWrapper {
    display: block;
    margin: 1em auto;
  }

  .GTranslate-styling {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 1em auto;
    border: solid white;
  }
  
  	a#aGTranslate {
		border: none;
		width: 100%;	
	}

  select {
    width: 100%;
    font-size: 1.125rem;
  }

}


/* GTranslate Styling  Rey Ramos */


/* Flip Card Styling Rey Ramos */

.cardRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 2em;
}

.member {
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
}

.member img {
    max-width: 300px;
    margin: 1em;
    border-radius: 50%;
}

.bio img {
    height: 100%;
    margin: 1em auto;
    max-width: 50%;
}

.botCard-title {
    margin: 1em auto;
    max-width: 50%;
}

.flipCard {
    background-color: transparent;
    width: 300px;
    height: 300px;
    margin: auto;
    padding-bottom: 2em;
    border: 1px solid #2a2a2a;
    display: flex;
    flex-direction: row;
    perspective: 1000px;
}

.cardInner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flipCard:hover .cardInner {
    transform: rotateY(180deg);
}

.flip-Card-front, .flip-Card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-Card-front {
    background-color: #2a2a2a;
    color: white;
}

.flip-Card-back, .flip-Card-back {
    background-color: #2a2a2a;
    color: #ffffff;
    transform: rotateY(180deg);
    height: 300px;
}

.flip-back-text {
    margin: 2em;
}

.flip-Card-back a {
    color: #ffc72c;
}

.flip-Card-back h4 {
    color: #ffffff;
}

.flipCard-title, .botCard-title {
    width: 100%;
    min-height: 4em;
    padding: 1em;
    display: flex;
    text-align: center;
    background-color: #006A4E;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: .5em solid #ffc72c;
}

.flipCard-title h3, .botCard-title h3 {
    color: #ffffff;
    font-size: smaller;
    margin: auto;
}

.member .flip-Card-front img {
    max-width: 298px;
    margin: 0;
    border-radius: 0;
}

@media (min-width: 320px) and (max-width: 768px){
    .cardRow {
        flex-direction: column;
    }

    .member {
        width: 100%;
        padding-bottom: 2em;
        //max-width: 50%;
    }

    .member img {
        width: 100%;
    }

    .flip-Card {
        width: 100%;
        max-width: 300px;
    }

    .flip-Card-front {
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .member {
        max-width: 50%;
    }
}

/* Flip Card Styling Rey Ramos */


/* Full width teaser arrow color Rey Ramos */

.slab .text-cta .buttons a:after {
    color: #ffffff;
}

/* Full width teaser arrow color Rey Ramos */

/* Palomino Pledge stlying Rey Ramos */

a#pledge {
    background: white;
    color: darkgreen;
    width: 9rem;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
    a#pledge {
        padding: 0;
        font-size: inherit;
        font-weight: bold;
        border: none;
    }
}

/* Palomino Pledge stlying Rey Ramos */


/* SSO Instructions Table styling Rey Ramos */

table#sso-two-col {
    background-color: #006a4e;
    width: auto;
}

table#sso-two-col img {
    height: 100%;
}

#portal-announcement-links {
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}


#portal-announcement-links img {
	width: auto;
	padding: 1em;
}

@media(min-width: 320px) and (max-width: 768px) {
    table#sso-two-col td {
	display: table-row;
    }
    table#sso-two-col img {
        padding: 10px;
    }
    
    #portal-announcement-links {
		flex-direction: column;
		align-items: center;
	}
}

/* SSO Instructions Table styling Rey Ramos */


/* Historical Brochure Styling  */

.hist-brochure {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
}

.hist-brochure img {
	height: auto;
	width: 100%;
	margin: 0.5em auto;
}

/* Historical Brochure Styling  */

/* It's Where You Belong Banner 11/11/25 */

.campaign-banner {
        width: 100%;
        height: 150px;
        max-height: 150px;
        background: #004631;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-sizing: border-box;
    }
 
    .campaign-banner img {
        height: 400%;
        width: auto;
        /*max-width: none;*/
    }
    
    .doodles {
        background-image: url("/_images/campaign-2025/doodles.svg");
        background-size: cover;
        background-position-y: center;
    }
    
    .hm-cta.doodle-wd {
    	max-width: 100%;
    	padding: 0;
    	margin: 0;
    }
    
    @media (min-width: 320px) and (max-width: 425px) {
        .campaign-banner {
            height: auto;
        }
    }
    
/* It's Where You Belong Banner 11/11/25 */


/* Report It Buttons */

 .custom-button {
     color:#008461;
     background-color:#EAEAEA;
     padding: 15px;
     border:none;
     font-weight:bold;
     text-decoration: none;
}

.custom-button.gold{
    background-color:#ffc72c;
    color:black;
    font-weight:bold;
}

.custom-button.gold:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

/* Report It Buttons */


/* Campus Maps */

      :root {
            --primary-green: #006a4e;
            --accent-gold: #ffc72c;
            --bg-light: #f8f9fa;
            --text-dark: #1a1a1a;
            --overlay-opacity: 0.75;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
/*
        body {
            font-family: 'Work Sans', sans-serif;
            background: var(--bg-light);
            color: var(--text-dark);
            padding: 60px 40px;
            line-height: 1.6;
        }
*/
        .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .section {
            margin-bottom: 80px;
        }

        .section-title {
            font-family: 'Crimson Pro', serif;
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-green);
            margin-bottom: 40px;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: var(--accent-gold);
        }

        .card-grid.campusmaps {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            max-width: 100%;
        }

        @media (min-width: 768px) {
            .card-grid.campusmaps {
                grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
            }
        }

        @media (min-width: 1200px) {
            .card-grid.campusmaps {
                grid-template-columns: repeat(2, 1fr); /* change to 3 if 3 cards are needed */
            }
        }

        .map-card {
            position: relative;
            aspect-ratio: 1;
            overflow: hidden;
            display: block;
            text-decoration: none;
        }

        .map-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .map-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg,
                    rgba(0, 106, 78, var(--overlay-opacity)) 0%,
                    rgba(0, 106, 78, 0.85) 50%,
                    rgba(255, 199, 44, 0.3) 100%);
            opacity: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }

        .map-title {
            font-family: 'Crimson Pro', serif;
            font-size: 1.75rem;
            font-weight: 700;
            color: white;
            text-align: center;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            letter-spacing: -0.01em;
        }

        .view-button {
            background: var(--accent-gold);
            color: var(--text-dark);
            padding: 16px 32px;
            font-family: 'Work Sans', sans-serif;
            font-size: 1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            border: none;
            display: inline-block;
        }

        /* Card appearance animation */
        @keyframes cardAppear {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .map-card {
            animation: cardAppear 0.6s ease backwards;
        }

        .map-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .map-card:nth-child(2) {
            animation-delay: 0.2s;
        }

        .map-card:nth-child(3) {
            animation-delay: 0.3s;
        }

        .map-card:nth-child(4) {
            animation-delay: 0.4s;
        }

        .map-card:nth-child(5) {
            animation-delay: 0.5s;
        }

        .map-card:nth-child(6) {
            animation-delay: 0.6s;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            /*
            body {
                padding: 40px 20px;
            }
            */
            .section-title {
                font-size: 2.2rem;
            }

            .card-grid.campusmaps {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }
        
        #campus-maps-grid {
            background: inherit;
            background-color: inherit;
        }

/* Campus Maps */

/* Ordered and Unordered Lists Formatting Rey Ramos 01/07/26 */

.tabcontent ol, ul {
    padding-left: 48px;
}

/* Ordered and Unordered Lists Formatting Rey Ramos 01/07/26 */

/* Custom Styling for Embedded Slideshow ResourceSpace Rey Ramos 03/03/26 */

.embedslideshow_preview {
    height: auto;
}

.embedslideshow_preview img {
	width: 100%;
	height: auto;
}

@media (max-width: 425px) and (max-width: 768px) {

	.embedSlide iframe {
		width: 95%;
		height: 480px;
		display: block;
	}

	ul.embedslideshow_controls_standard {
		margin: auto;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	li.embedslideshow_jump-box {
		margin: auto;
	}

}

.embedslideshow_preview {
	height: 75%;
}

.embedslideshow_preview img {
	height: auto;
}


@media (max-width: 425px) and (max-width: 768px) {

	.embedSlide iframe#embedslideshow_94 {
		width: 95%;
		height: 480px;
		display: block;
	}

}

@media (width: 425px) {
	.embedslideshow_preview {
		height: 90%;
	}
}

iframe #embedslideshow_preview {
    height: auto;
}

/* Custom Styling for Embedded Slideshow ResourceSpace Rey Ramos 03/03/26 */

/* CTA Card Link Styling Rey Ramos 03/23/26 */

.cardLinks {
    color: white;
}

.cardLinks:hover {
    color: #ffc72c;
}

/* CTA Card Link Styling Rey Ramos 03/23/26 */

/* Palomino Pledge CMS Pages Rey Ramos 06/04/26  */

.heropledge {
	    background: url('/render/file.act?path=palomino-pledge/_files/bg-header.jpg') no-repeat center bottom;
	    background-size: cover;
	    height: 100%;
	    padding-bottom: 10em;
}

.heropledge h2 {
    color: white;
    font-size: 1.625rem;
    line-height: 1.5;
}

.heropledge h2::after {
    visibility: hidden;
}

.heropledge h3 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.178rem;
}

.heropledge h4 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.175;
}

.pledgelogo {
    margin: auto;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0);
        -webkit-transform: translate3d(0,100%,0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

.pledgeAnimate {

	animation-duration: 2s;
	animation-fill-mode: both;

}

.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

.pledgeTagline {
    color: white;
    font-family: Times;
}

.faq_round_button {
        /*width: 15%;*/
        display: flex;
        padding: 15px 20px;
        font-size: 16px;
        color: #ffffff;
        background-color: #224636;
        text-align: center;
        text-decoration: none;
        border-radius: 10px; /* Rounded corners */
        margin-top: 5%;
        transition: background-color 0.3s ease, color 0.3s ease;
        align-items: center;
        justify-content: center;
        margin: 2em auto;
        margin-top: -1.25em;
        margin-bottom: 4em;
}

.faq_round_button a:hover {
    background-color: #ffc72c;
    color: #224636;
    text-decoration: none;
}

a.faq_round_button, a.faq_round_button:visited {
   color: #ffc72c;
   text-decoration: none;
}

.pledgeSuccess {
    max-width: 1140px;
    margin: auto;
    font-size: 1.25rem;
    padding: 2em;
    margin-block: 1em;
}

.pledgeSuccess h3 {
    padding-bottom: 2.5rem;
}

.pledgeSuccess p {
    line-height: 2;
}

.pledgeElig {
    background: #014633 !important;
    color: white;
    padding: 2rem;
}

.pledgeElig img {
    height: auto;
}

@media screen {
	.faq_round_button {
		width: 15%;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
	.faq_round_button {
		max-width: 50%;
		width: auto;
	}
}

/* Palomino Pledge CMS Pages Rey Ramos 06/04/26  */

/* Adult Ed CTA MAP Contact Styling */

.item {
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    align-self: anchor-center;
}

/* Adult Ed CTA MAP Contact Styling */