  #site-footer a:link {
	 color:#002a5c;
}
 #site-footer a:hover {
	 color: #d3430d;
}
 .site-top-Title {
	 font-weight: 700;
	 margin: .3em 0 .6em;
	 display: block;
	 font-family: inherit;
	 line-height: 1.1;
	 font-size: 2.75rem;
	 text-rendering: optimizelegibility;
	 background-color: #FFF;
	 box-sizing: border-box;
	 color: #0c2340;
	 cursor: auto;
}
 .site-top-Title a:hover {
	 color: #d3430d;
}
#site-top, #site-navigation, #site-banner, #site-content, #site-footer {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 .site-top-Title a {
	 color: #0c2340;
	 font-weight: 500;
}
 #site-top, #site-content {
	 margin-top: 2em;
}
 .site-top-Title {
	 float: left;
	 width: 100%;
	 margin-bottom: 20px;
}
 .site-top-Title-img {
	 float: left;
	 width: 77;
	 padding-right: 0.75rem;
}
 .content-caption {
	 font-size: 0.75rem;
}
 #departmentalPageNav {
	 background: #0c2340;
	 margin-left: 0;
	 margin-bottom: 0;
	 padding-left: 1rem;
}
 .breadcrumbs {
	 padding-top: .9em;
	 padding-bottom: 0.45em;
	 font-size: .85em 
}
 .breadcrumbs span {
	 padding: 0 .2em 
}
.breadcrumbs a {
    color: #0c2340;
}
.breadcrumbs a:hover {
    color: #d3430d;
}
.breadcrumbs i{
    color: #d3430d;
}
 #departmentalPageNav li a {
	 color: #fff;
}
 #departmentalPageNav li a:hover {
	 color: #d3430d 
}
 #departmentalPageNav li ul li {
	 border-top: 1px solid #3D3D3D 
}
 #departmentalPageNav li ul li {
	 background: #0C2340;
	 border-top: 1px solid #3D3D3D 
}
 #departmentalPageNav li {
	 display: inline-block;
	 margin-right: 0;
	 position: relative;
	 color: #fff;
	 padding: 15px 10px;
	 cursor: default 
}
 #departmentalPageNav li a {
	 border-bottom: none;
	 color: #fff;
	 padding: 15px 0;
	 text-decoration: none 
}
 #departmentalPageNav li ul {
	 padding: 0;
	 position: absolute;
	 z-index: 1;
	 top: 50px;
	 left: -10px;
	 width: 255px;
	 display: none;
	 opacity: 0;
	 visibility: hidden;
	 border-top: 3px solid #f15a22 
}
 #departmentalPageNav li ul li {
	 display: block;
	 border-top: 1px solid #0D2F59 
}
 #departmentalPageNav li ul li a {
	 padding: 15px -10px 
}
 #departmentalPageNav li:hover ul {
	 display: block;
	 opacity: 1;
	 visibility: visible 
}
 .nav-gray {
	 background-color: #f0f0f0;
	/* disabling top and bottom margin: jdg @5/20/16 margin: 40px 0;
	 */
	 padding: 20px;
	 position: relative;
	 -moz-box-shadow: 0 0 1px #888;
	 -webkit-box-shadow: 0 0 1px #888;
	 box-shadow: 0 0 1px #888;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
	 border-radius: 2px;
}
 #col-navigation .nav-gray a {
	 border-bottom: none;
	 color: #002244;
	 display: block;
	 padding: 6px 0;
}
/* PRIMARY ==============================================*/
 .nav-gray ul {
	 margin: 0;
	 padding: 0;
}
 .nav-gray li {
	 list-style: none;
	 padding: 0;
}
 #col-navigation .nav-gray li a {
	 border-top: 1px solid #ccc;
	 color: #002244;
	 font-size: 95%;
}
 #col-navigation .nav-gray li:first-child a {
	 border-top: none;
}
 #col-navigation .nav-gray li a:hover {
	 color: #d3430d; 
}
 #col-navigation .nav-gray a.selected {
	 /* color: #d3430d; accessibility color-contrast concern */ 
	 font-weight: bold;
}
/* Default Icon Color when in col-navigation */
 #col-navigation i.fa {
	 padding-left: 0.4rem;
	 color: #d3430d;
}
 .nav-gray > ul > li > ul {
	 padding-bottom: 10px 
}
/* SECONDARY ==============================================*/
 .nav-gray ul ul {
	 margin-top: -2px;
	 padding: 0 0 0 15px;
}
 .nav-gray li li {
	 list-style-position: outside;
}
 #col-navigation .nav-gray li li a {
	 border: none;
	 color: #444;
	 font-size: 90%;
	 padding: 2px 0;
}
/* TERTIARY ==============================================*/
 .nav-gray ul ul ul {
	 padding: 0 0 0 15px;
	 margin: 0;
}
 #col-navigation .nav-gray li li li a {
	 font-size: 80%;
	 padding: 2px 0;
}
/* QUATERNARY ==============================================*/
 .nav-gray ul ul ul ul {
	 padding: 0 0 0 15px 
}
 #col-navigation .nav-gray li li li li a {
	 font-size: 75%;
	 padding: 2px 0;
}
/* QUINARY ==============================================*/
 #col-navigation .nav-gray li li li li li {
	 font-size: 95%;
}
/* SELECTED ITEM STYLES ==============================================*/
 #col-navigation .nav-gray > ul > li.parent > a {
	 cursor: pointer;
	 padding-right: 25px;
}
 #col-navigation .nav-gray > ul > li.parent:hover > a {
	 background-position: right -32px;
	 color: #f47321;
}
 #col-navigation .nav-gray > ul > li.parent > a.selected {
	 background-position: right -96px;
	 font-weight: bold;
}
 #col-navigation .nav-gray > ul > li.parent > a.selected:hover {
	 background-position: right -64px;
}
/* NAV ACTION BUTTONS ==============================================*/
 #col-navigation ul.action-btn li {
	 margin-bottom: 8px;
}
 #col-navigation ul.action-btn li:last-child {
	 border: 0;
	 margin-bottom: 25px;
}
 #col-navigation .nav-gray li a.btn {
	 color: #fff;
	 font: bold 80%/1.2 'Open Sans', sans-serif;
}
 #col-navigation .nav-gray a.btn {
	 border: none;
	 font: bold 90%/1 'Open Sans', sans-serif;
	 text-transform: uppercase;
	 color: #ffffff;
	 padding: 8px;
	 text-align: center;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
}
 #col-navigation .nav-gray li a.btn {
	 background:#f68a38;
	/*IE Fix*/
	 background: -moz-linear-gradient( top, #f57c20 0%, #f68a38);
	 background: -webkit-gradient( linear, left top, left bottom, from(#f57c20), to(#f68a38));
	 background: -ms-linear-gradient( top, #f57c20 0%, #f68a38);
	 -moz-box-shadow: 0px 3px 0px rgba(189,77,8,1), inset 0px 0px 3px rgba(255,255,255,0);
	 -webkit-box-shadow: 0px 3px 0px rgba(189,77,8,1), inset 0px 0px 3px rgba(255,255,255,0);
	 box-shadow: 0px 3px 0px rgba(189,77,8,1), inset 0px 0px 3px rgba(255,255,255,0);
}
 .utsa-social-circle-top .fa {
	 font-size: .85em;
	 padding-left: 0.3em;
	 width: 1.8em;
	 height: 1.8em;
	 line-height: 1.6em;
	 float: none;
	 border-radius: 50%;
	 border: 2px solid #0c2340;
	 color: #0c2340;
	 text-align: center;
	 background: #fff;
}
 .utsa-social-circle-top .fa:hover {
	 color: #f15a22;
	 border: 2px solid #f15a22;
}
 ul.custLinkGroup{
	 list-style-type:none;
	 margin:0 0 1.2em 0em; 
     font-size: .99em !important;
     font-weight: 500;
}
 .custLinkGroup li{
	 margin-bottom:.25em;
	 text-indent: -1.4rem;
     font-size: 1.em !important;
     font-weight: 500;
}
 .custLinkGroup li:before{
	 content:'\00bb';
	 padding-right: 0.4rem;
	 color:#f15a22 
}
 .fa-ul i{
	 color:#f15a22 
}
 .custLinkGroup a {
	 color:#0275d3!important;
	 font-weight:500;
	 font-size: 1.em !important;
	 border-bottom:none 
}
 .custLinkGroup a:hover{
    color: #d3430d;
 }
 .custIconLinkGroup a {
	 color:#0275d3!important;
	 font-weight:500;
	 border-bottom:none 
}
 .headerBlock {
	 padding: 0.4rem 0 1.1rem 0;
	 font-size: 1.45rem;
	 font-weight: 75;
}
/**** * styles for Priorities ****/
 hr.strategyHr {
	 border: thin solid #000;
	 margin: 0;
	 padding: 0;
}
 span.leaderSpan {
	 text-transform: uppercase;
	 font-weight: 600;
	 font-size: 0.80em;
	 color: #f15a22;
}
 span.leaderNames {
	 font-weight: 100;
	 font-size: 0.80em;
	 font-style: italic;
}
 hr {
	 border: thin solid #0C2340;
	 margin: 2em 0;
}
 hr.tightHR {
	 margin: 1em 0;
}
 hr.someHR {
	 margin-top: 1.75em;
	 border-style: solid;
	 border-color: #ddd;
}
 hr.columnSep {
	 border-style: solid;
	 margin: 1em 0 1.5em;
	 border-color: #aaa;
}
 div.blueBox {
	 background: #0C2340;
	 color: #ffffff;
	 padding: 0.85em;
	 text-transform: uppercase;
	 padding: 1.2em;
}
 div.blueBox a {
	 font-weight: 600;
	 font-size: .95em;
	 letter-spacing: 0.10em;
	 color: #fff;
}
 div.blueBox a:hover {
	 font-weight: 600;
	 font-size: .95em;
	 letter-spacing: 0.10em;
	 color: #d3430d;
}
 div.borderActive {
	 border: 5px solid #0C2340;
	 padding: 1em;
}
 div.blueBorder {
	 border: 1px solid #0C2340;
}
 .grayBoxContainer {
	 padding: 1.2em;
	 background: #f1f1f1;
}
 .btn {
	 padding: .7rem;
}
/**** Card customizations 2025 ***/
 .card img {
	 width:100%;
}
 .card-block {
	 padding:0;
}
/** ADA CUSTOMIZATIONS **/
/**** * landing page card style 2025****/
 h2.card-title {
	font-size: 1.15rem;
}
 .card-title {
     margin-bottom: .75rem;
}
 .card-body .card-title a {
     color: #0c2340;
 }
 .card-body .card-title a:hover{
     color: #d3430d;
 }
 /**** * end landing page card style ****/
 
/**** * landing page card title style 08-2025 ****/
h2.card-title-icon {
	font-size: 1.3rem;
	font-weight: 600;
	color: #0c2340;
}
/**** FA-Icon in Card formatting 08-2025 ***/
	.custom-card i {
	font-size: 50px;
	color: #f15a22;
	padding-top: 20px;
	text-align: center
}
/**** use h2 instead of h5 in accordions 2025 ***/
 h2.accordion4 {
     font-size: 1.15rem;
}

/**** use h2 instead of h5 in footer titles 2025 ***/
 h2.footer-titles {
     font-size: 1.15rem;
     font-weight: 500;
     color: #0c2340;
}

/**** * landing page card title style****/
 .card-secondary {
	 padding: 1.2em;
	 background-color:#f1f1f1;
	 border:0px;
	 min-height:275px;
}
 .card-primary {
	 background-color:#fff;
	 border:0px;
}
 .secondaryheadlineblue {
	 background-color: #0c2340;
	 color: #fff;
	 padding-left: 7px;
	 font-size: 1.20rem;
	 line-height: 1.5rem;
	 font-weight: 400;
	 padding-bottom: 15px;
	 padding-top: 10px;
	 padding-right: 10px;
}
a {
    color: #0275d3;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #d3430d !important;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #0c2340;
}
/* Heading Tag */
h1, .h1 {
	font-size: 2.25rem;
}
h1 {
	font-weight: 700;
}
h2 {
	font-size: 1.78rem;
	
}
h3 {
	font-size: 1.75rem;
	font-size: 1.5rem;
}
h3.news-title {
	font-size: 1.5rem;
}
h2 {
	color: #d3430d;
	font-weight: 700;
}
h2.secondary {
	color: #19656f;
	color: #f15a22;
}
h2.homebg {
	background-color: #DBDEE3;
	border-left: .5rem solid #0c2340;
	padding: .5rem 0 .5rem .5rem;
	font-size: 1.45rem;
	color: #0C2340;
}
h3 {
	color: #0c2340;
	font-weight: 500;
}
h4 {
	color: #0c2340;
	font-size: 1.25rem;
	font-size: 100%
}
h5 {
	font-size: 1.15rem;
}
hr {
	border: thin solid #0C2340;
	margin: 2em 0;
}
hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2rem 0;
}
/* START custom divider line options 11-2024 */
hr.class-1 {
            border-top: 10px solid #8c8b8b;
            border-bottom: 0px;
        }
hr.class-2 {
            border-top: 3px double #8c8b8b;
            border-bottom: 0px;
        }
hr.class-3 {
            border-top: 1px dashed #8c8b8b;
            border-bottom: 0px;
        }
hr.class-4 {
            border-top: 1px dotted #8c8b8b;
            border-bottom: 0px;
        }
hr.class-5 {
            background-color: #fff;
            border-top: 2px dashed #8c8b8b;
            border-bottom: 0px;
        }
hr.class-6 {
            background-color: #fff;
            border-top: 5px dotted #8c8b8b;
            border-bottom: 0px;
        }
/* END custom divider line options 11-2024 */
 .carousel-overlay {
	 position: absolute;
	 top:10%;
	 bottom:10%;
	 right:7%;
	 z-index: 10;
}
 .carousel-card {
	 padding: 1.2em;
	 background-color:#f1f1f1;
	 border:0px;
	/*margin-right:1.2rem;
	 */
}
/* START New Styles 12-2025 */
.ratio {
     position: relative;
     width: 100%;
}
 .ratio::before {
     display: block;
     padding-top: var(--bs-aspect-ratio);
     content: "";
}
 .ratio > * {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .ratio-1x1 {
     --bs-aspect-ratio: 100%;
}
 .ratio-4x3 {
     --bs-aspect-ratio: 75%;
}
 .ratio-16x9 {
     --bs-aspect-ratio: 56.25%;
}
 .ratio-21x9 {
     --bs-aspect-ratio: 42.8571428571%;
} .color-orange {
	 color:#F15A22;
}
.btn-primary:hover {
    color:#fff!important;
    background-color:#265bf7;
}
.card.text-bg-light {
    background-color:#edeff2;
    border-color:#b4bdc7;
}
.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s 
ease-in-out, background-color 0.15s 
ease-in-out, border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out, border-radius 0.15s 
ease;
    --bs-accordion-border-color: #b4bdc7;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius:0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - (1px));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s 
ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #edeff2;
}
 .accordion-flush>.accordion-item>.accordion-body,
 .accordion-body {
     padding: 1.75rem 1.5rem 1.25rem;
     border-top: 1px solid #b4bdc7;
}
 .accordion-flush>.accordion-item>.accordion-body .lead strong,
 .accordion-body .lead strong {
     font-weight: bold;
}
 .accordion-flush>.accordion-item>.accordion-body ul,
 .accordion-body ul {
     font-size: 1rem;
}
.color-orange-ada {
    color:#d3430d;
}
.accordion-flush {
     border:1px solid #b4bdc7;
     border-radius: 0.375rem;
}
 .accordion-flush>.accordion-item>.accordion-collapse, .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
     border-radius: 0;
}
 .accordion-flush>.accordion-item:first-child, .accordion-flush>.accordion-item:first-child.collapsed {
     border-top: 0;
     border-top-left-radius: 0.375rem;
     border-top-right-radius: 0.375rem;
}
 .accordion-flush .accordion-item:last-child, .accordion-item:last-child>.accordion-header .accordion-button.collapsed {
     border-bottom-left-radius: 0.375rem;
     border-bottom-right-radius: 0.375rem;
}
 .accordion-flush>.accordion-item {
     border-right: 0;
     border-left: 0;
     border-radius: 0;
}
 .accordion-flush .accordion-item:first-of-type {
     border-top-left-radius: 0.375rem;
     border-top-right-radius: 0.375rem;
}
 .accordion-item {
     color: #032044;
     background-color: #fff;
     border: 1px solid #b4bdc7;
}
 .accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:first-of-type>.accordion-header .accordion-button.collapsed {
     border-top-left-radius: 0.375rem;
     border-top-right-radius: 0.375rem;
}
 .accordion-button {
     font-size:1.25rem!important;
     font-weight: 600;
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     padding: 1rem 1.25rem;
     color: #032044;
     text-align: left;
     background-color: #fff;
     border: 0;
     border-radius: 0;
     overflow-anchor: none;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    ;
}
.accordion-button em {
    font-style: normal;
    font-weight: 400;
}
 .accordion-header {
     margin: 0;
}
 .accordion-button::after {
     flex-shrink: 0;
     width: 1.25rem;
     height: 1.25rem;
     margin-left: auto;
     content: "";
     background-image: url(https://www.utsa.edu/ada/images/download.svg);
     background-repeat: no-repeat;
     background-size: 1.25rem;
     transition: transform 0.2s ease-in-out;
}
 .accordion-button:not(.collapsed)::after {
     background-image: url(https://www.utsa.edu/ada/images/download.svg);
     transform: rotate(-180deg);
}
 .accordion-button:not(.collapsed) {
     color: #032044;
     background-color: #edeff2;
     box-shadow: inset 0 calc(-1 * 1px 0 #b4bdc7;
}
 .accordion-flush>.accordion-item>.accordion-collapse, .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
     border-radius: 0;
}

@media only screen and (max-width: 768.98px) {
   
}
/* END New Styles 12-2025 */