  /* ====== Grad Help Desk ====== */
 
 section#grad-help-desk ul.resources-list {
	 padding-left: 0.5rem;
}
 section#grad-help-desk ul.resources-list li {
	 list-style-type: none;
}
 section#grad-help-desk ul.resources-list li a {
	 border-bottom: 1px solid #d3430d;
	 display: block;
	 font-weight: 600;
	 font-size: 23px;
	 color: #0c2340;
}
 section#grad-help-desk ul.resources-list li a:hover {
	 background-color: #c8c8c8;
}
 #grad-ring-add-on img, #grad-ceremony-add-on img {
	 width: 30% !important;
	 height: auto;
}
 @media (min-width: 768px) {
	 #grad-ring-add-on h2.h6, #grad-ceremony-add-on h2.h6 {
		 font-size: 1rem;
	}
	 #grad-ring-add-on p, #grad-ceremony-add-on p {
		 font-size: .7rem;
	}
	 #grad-ring-add-on img {
		 width: 100% !important;
		 height: auto;
	}
	 #grad-ceremony-add-on img {
		 width: 85% !important;
		 height: auto;
	}
}
 @media (min-width: 992px) {
	 #grad-ring-add-on img, #grad-ceremony-add-on img {
		 width: 75% !important;
		 height: auto;
	}
}
/* Cascade Accordion */
 div.accordion .card-header {
	 padding: 0.75rem 1.25rem;
	 margin-bottom: 0;
	 background-color: rgba(0, 0, 0, 0.03);
	 border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
 .cas-accordion .btn.focus, .cas-accordion .btn:focus {
	 outline: 0 !important;
	 box-shadow: none !important;
}
 .card.cas-accordion-card {
	 border-left: none;
	 border-right: none;
	 border-bottom: none;
}
 .cas-accordion .card-body {
	 padding: .5rem;
}
 .cas-accordion .card:nth-child(2), .cas-accordion .card:nth-child(3) {
	/* border: none;
	 */
}
 .cas-accordion .card-header {
	 background: transparent;
	 padding: 0;
}
 .cas-accordion .fa-stack {
	 font-size: 14px;
}
 @media only screen and (max-width:800px) {
	 .cas-accordion button {
		 white-space:normal!important;
	}
	 .cas-accordion .btn {
		 white-space:normal!important;
	}
}
 @media only screen and (max-width: 600px) {
	/* Limit accordion text length to 25 characters on mobile to prevent it from jackin' with the toggle button */
	 .cas-accordion span {
		 max-width: 25ch !important;
		 text-align: start !important;
	}
}
 .cas-accordion .btn {
	 width: 100%;
	 font-weight: bold;
	 font-size: 1.25rem !important;
	 color: #0c2340;
	 padding: 0 0 0 10px;
	 text-align: start !important;
}
 .cas-accordion .btn-link:hover, .cas-accordion .btn-link:focus {
	 text-decoration: none;
	 background:transparent!important;
}
 .card.cas-accordion-card.shadow {
	 background-color: transparent !important;
	 box-shadow: 0 0 0rem 0rem rgba(255, 255, 255, 0) !important;
}
 .card.cas-accordion-card.shadow:hover {
	 filter: brightness(100%) !important;
}
 .cas-accordion li {
	 margin-bottom: 10px;
	 list-style: none;
}
 .cas-accordion li+li {
	/* 2nd item in list */
	 margin-top: 10px;
}
/* END Cascade Accordion */
/* ====== END Grad Help Desk ====== */
 #site-footer a:link {
	 color:#002a5c;
}
 #site-footer a:hover {
	 color: #f15a22;
}
 .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: #f15a22;
}
 .site-top-Title a {
	 color: #0c2340;
}
 #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: #f15a22;
}
 .breadcrumbs i{
	 color: #f15a22;
}
 #departmentalPageNav li a {
	 color: #fff;
}
 #departmentalPageNav li a:hover {
	 color: #f15a22 
}
 #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: 245px;
	 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: #e0e0e0;
	/* 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;
	 padding-bottom: 5px;
}
 .nav-gray a {
	 padding-bottom:0;
}
 #col-navigation .nav-gray li {
	 border-top: 1px solid #ccc;
}
 #col-navigation .nav-gray li ul li {
	 border-top: none;
}
 #col-navigation .nav-gray li a {
	 color: #002244;
	 font-size: 95%;
}
 #col-navigation .nav-gray li:first-child {
	 border-top: none;
}
 #col-navigation .nav-gray li a:hover {
	 color: #f47321 
}
 #col-navigation .nav-gray a.selected {
	 color: #ad3204;
	 font-weight: bold;
}
/* Default Icon Color when in col-navigation */
 #col-navigation i.fa {
	 padding-left: 0.4rem;
	 color: #f15a22;
}
 .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 1.1em;
}
 .custLinkGroup li{
	 margin-bottom:.25em;
	 text-indent: -0.9rem;
}
 .custLinkGroup li:before{
	 content:'\00bb';
	 padding-right:0.4rem;
	 color:#f15a22 
}
 .fa-ul i{
	 color:#f15a22 
}
 .custLinkGroup a:hover{
	 color:#f15a22 
}
 .custLinkGroup a{
	 color:#0c2340;
	 font-weight:600;
	 font-size:.95em;
	 border-bottom:none 
}
 .custIconLinkGroup a{
	 color:#0c2340;
	 font-weight:600;
	 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: #f15a22;
}
 div.borderActive {
	 border: 5px solid #0C2340;
	 padding: 1em;
}
 div.blueBorder {
	 border: 1px solid #0C2340;
}
 .grayBoxContainer {
	 padding: 1.2em;
	 background: #f1f1f1;
}
 .btn {
	 padding: .7rem;
}
 .card-block {
	 padding:0;
}
 .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;
}
 .card img {
	 width:100%;
}
 .card p {
}
 .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;
	 */
}
 .intro {
	 color: #0C2340;
	 font-size: 1.25rem;
	 line-height: 1.5;
}
 .white-top-text{
	 color: #e3e3e3;
	 text-shadow: 2px 2px 8px #101010;
}
 .theme-box{
	 display: inline-block;
	 margin-bottom: 1.5rem;
}
 .theme-box-title{
	 color: #fff;
	 background-color: #f15a22;
	 display: inline-block;
	 padding: 5px 10px;
}
 .theme-box-text{
	 display: inline-block;
	 padding: 5px 10px;
	 margin-left: -5px;
	 background-color: #d6dbe0;
}
 .right-box-blue {
	 border: 1px solid #d6dbe0;
	 background-color: #f1f3f4;
	 padding: 1rem;
}
 .blue-bg {
	 background-color: #0c2340;
}
 .blue-bg-t {
	 background-color: #0c2340;
	 opacity:1.0;
}
 .blue-bg-t img {
	 opacity:1.0;
}

 .orange {
	 background-color: #D3430D;
}

 .orange-top-border {
	 border-top: #f15a22 6px solid;
}

 .orange-bg-t {
	 background-color: rgb(241, 90, 34, 1.0);
}
 .orange-bg-t img {
	 background-color: rgb(241, 90, 34, 1.0);
	 opacity:1.0;
}
 .gray-bg-t {
	 background-color: #e0e0e0;
	 opacity: 1.0;
}

/*! Variable Overrides *//*! Bootstrap Configuration *//*! Start Quickfacts info */.quick-fact-wrapper{overflow:hidden;padding:30px 0 40px;position:relative;z-index:0}.quick-fact-wrapper:after{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cdefs%3E%3Cstyle%3E.fa-secondary%7Bopacity:1.0%7D%3C/style%3E%3C/defs%3E%3Cpath class='fa-secondary' d='M352 256c-8.188 0-16.38-3.125-22.62-9.375L192 109.3L54.63 246.6c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 252.9 360.2 256 352 256z'/%3E%3Cpath class='fa-secondary' d='M352 448c-8.188 0-16.38-3.125-22.62-9.375L192 301.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 444.9 360.2 448 352 448z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:100%;opacity:.007;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:-10}.quick-fact-wrapper .row{margin:0}.quick-fact-wrapper .quick-facts-content{text-align:center;z-index:100}.quick-fact-wrapper .quick-facts-content h2{font-family:'kulturista-web','ff-meta-web-pro',serif;font-size:3.5rem;font-weight:700;margin-bottom:20px}.quick-fact-wrapper .quick-facts-content p{font-size:1.2rem;font-weight:600;line-height:normal;width:100%}.quick-fact-wrapper .department-heading{margin-bottom:30px}.quick-fact-wrapper h3{color:#032044}.quick-fact-wrapper .quick-facts-content h2{color:#d3430d}.quick-fact-wrapper .quick-facts-content p{color:#032044}.quick-fact-wrapper.blue-bg:after{opacity:.25}.quick-fact-wrapper.blue-bg h3{color:#fff}.quick-fact-wrapper.blue-bg .quick-facts-content h2{color:#d3430d}.quick-fact-wrapper.blue-bg .quick-facts-content p{color:#fff}.quick-fact-wrapper.grey-bg:after{opacity:.005}.quick-fact-wrapper.grey-bg h3{color:#032044}.quick-fact-wrapper.grey-bg .quick-facts-content h2{color:#d3430d}.quick-fact-wrapper.grey-bg .quick-facts-content p{color:#032044}.quick-fact-wrapper.orange-a11y-bg{background-color:#d3430d}.quick-fact-wrapper.orange-a11y-bg h3{color:#fff}.quick-fact-wrapper.orange-a11y-bg .quick-facts-content h2{color:#032044}.quick-fact-wrapper.orange-a11y-bg .quick-facts-content p{color:#fff}@media(max-width:991.98px){.quick-fact-wrapper .quick-facts-content h2{font-size:3.2rem}.quick-fact-wrapper .quick-facts-content p{font-size:1rem}}@media(max-width:767.98px){.quick-fact-wrapper{padding-bottom:30px;padding-top:30px}.quick-fact-wrapper .quick-facts-content h2{font-size:3.5rem}.quick-fact-wrapper .quick-facts-content p{font-size:1.1rem}}[data-bs-theme=dark] .quick-fact-wrapper .quick-facts-content p{color:#fff}[data-bs-theme=dark] .quick-fact-wrapper.grey-bg .h3,[data-bs-theme=dark] .quick-fact-wrapper.grey-bg .quick-facts-content p,[data-bs-theme=dark] .quick-fact-wrapper.grey-bg h3{color:#032044}[data-bs-theme=dark] .quick-fact-wrapper .h3,[data-bs-theme=dark] .quick-fact-wrapper h3{color:#fff}[data-bs-theme=dark] .quick-fact-wrapper:after{opacity:.25}[data-bs-theme=dark] .quick-fact-wrapper.blue-bg:after{opacity:.025}[data-bs-theme=dark] .quick-fact-wrapper.grey-bg:after{opacity:.005}[data-bs-theme=dark] .quick-fact-wrapper.orange-a11y-bg:after{opacity:.007}/*! Start Side Navigation info */

.quick-facts-content .fa-6x {
    color: #fff;
}

.text-blue{
    color: #0C2340;
}

.text-orange {
    color: #D3430D;
}

hr.short{
    margin: auto;
    border: 2px solid #DBDEE3;
    width: 25%;
}

.spotlight-card-img img {
    box-shadow: 0.72rem 0.72rem #f2f2f2;
}

.spotlight-card .spotlight-card-content p {
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 3px;
}

.spotlight-card .spotlight-card-content p.spotlight-card-name a {
    font-weight: 800;
    font-size: 18px;
    color: #0C2340;
    text-decoration: underline;
}
.spotlight-card .spotlight-card-content p.spotlight-card-name {
    font-weight: 800;
    font-size: 18px;
    color: #0C2340;
}

.spotlight-card .spotlight-card-content p.spotlight-card-title {
    font-weight: bold;
    font-size: 16px;
    color: #D3430D;
}

.spotlight-card .spotlight-card-content p.spotlight-description {
    font-weight: 100;
    font-size: 16px;
    color: #0C2340;
}

.equal-height {
    display: flex;
    flex-direction: column;
}