  /* $grid-breakpoints: ( // // Extra small screen / phone // xs: 0, // // Small screen / phone sm: 400px, // // Medium screen / tablet md: 700px, // // Large screen / desktop lg: 900px, // // Extra large screen / wide desktop xl: 1000px ) ;
 */
/* utsa-max breakpoints for global header behavior */
 h2.secondary {
     color:#0c2340;
}
 #site-footer a:link {
     color: #002a5c;
}
 #site-footer a:hover,
 .color-orange {
     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;
     */
}
 .jumbotron-heading {
     font-size: 6em;
}
 @media screen and (max-width: 900px) {
     .jumbotron-heading {
         margin-top: 1.5em;
         font-size: 5em;
    }
}
 .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;
}
/* SECONDARY ==============================================*/
 .nav-gray ul ul {
     margin-top: -2px;
     padding: 0 0 0 15px;
}
 .nav-gray li li {
     list-style-position: outside;
}
 ul.subfolder {
     padding:0;
}
 .subfolder li {
     padding:0;
}
 #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 #bd4d08, inset 0px 0px 3px rgba(255, 255, 255, 0);
     -webkit-box-shadow: 0px 3px 0px #bd4d08, inset 0px 0px 3px rgba(255, 255, 255, 0);
     box-shadow: 0px 3px 0px #bd4d08, inset 0px 0px 3px rgba(255, 255, 255, 0);
}
 ul.custLinkGroup{
     list-style-type:none;
     margin: 1rem 0;
}
 .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 
}
 .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;
}
 ul.checkLinkGroup{
     list-style-type:none;
     margin:0 0 1.2em 1.1em;
}
 .checkLinkGroup li{
     margin-bottom:.25em;
     text-indent: -0.9rem;
}
 .checkLinkGroup li:before{
     font: normal normal normal 14px/1 FontAwesome;
     content: "\f00c";
     padding-right:0.4rem;
     color:#f15a22 
}
 .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;
}
 .blueBackground {
     color: #fff;
     background-color: #0c2340;
}
 .blueBackground a {
     color: #fff;
}
 .blueBackground a:hover {
     color: #f15a22;
}
 .grayBackground {
     color: #fff;
     background-color: #b6b6b6;
}
 .grayBackground a {
     color: #fff;
}
 .btn-block {
     display: block;
     width: 100%;
     height: 150px;
}
 .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%;
}
 .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;
     */
}
 .container-ov {
     position: relative;
     width: 50%;
}
 .image-ov {
     display: block;
     width: 100%;
     height: auto;
}
 .overlay-ov {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: #0C2340;
     overflow: hidden;
     width: 100%;
     height: 0;
     transition: .5s ease;
}
 .container-ov:hover .overlay-ov {
     height: 100%;
}
 .text-ov {
     white-space: nowrap;
     color: white;
     font-size: 20px;
     position: absolute;
     overflow: hidden;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
}
 hr.orange-hr {
     border-top: none;
     border-left: none;
     border-right: none;
     border-bottom: 1px solid #f15a22 !important;
     margin: 1rem 0 1.5rem;
}
 @media screen and (min-width: 1000px) {
     .orange-box {
         min-height: 575px;
    }
}
 .orange-box {
     border: 1px solid #d6dbe0;
     padding: 1rem;
     margin-top: 1rem;
     background-color: #f1f3f4;
}
 .orange-box-l {
     margin-top: 1rem;
     background-color: #f1f3f4;
}
 .orange-box-2 {
     border: 1px solid #d6dbe0;
     padding: 1rem;
     margin-top: 1rem;
     background-color: #f1f3f4;
}
 h3.text-top {
     text-transform: uppercase;
     color: #0c2340;
}
 .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;
}
 span.theme-num {
     color: #f15a22;
     font-size: 2rem;
     font-weight: bold;
     margin-right: 1rem;
}
 a.big-button, span.big-button {
     font-size: 2.25rem;
}
 a.big-button-main {
     font-size: 1.85rem !important;
     line-height: 3;
}
 a.big-button-sec {
     font-size: 1.6rem !important;
}
 a.big-button-third {
     font-size: 1.5rem !important;
}
 @media screen and (min-width: 876px) and (max-width: 1099px) {
     a.big-button-main {
         font-size: 1.5rem !important;
    }
     a.big-button-sec {
         font-size: 1.25rem !important;
    }
     a.big-button-third {
         font-size: 1.15rem !important;
    }
}
 @media screen and (min-width: 768px) and (max-width: 875px) {
     a.big-button-main {
         font-size: 1.25rem !important;
    }
     a.big-button-sec {
         font-size: 1rem !important;
    }
     a.big-button-third {
         font-size: .9rem !important;
    }
}
 .intro {
     color: #6a86a1;
     font-size: 1.25rem;
     line-height: 1.5;
}
 table caption {
     display: none;
}
 .btn-primary {
     color: #fff !important;
}
 .updates-listing a {
     font-size: 0.92em;
}
 .updates-listing p {
     font-size: 0.85em;
}
 .doc-listing a {
     font-size: 0.85em;
}
 html {
     box-sizing: border-box;
}
 *, *:after, *:before {
     box-sizing: inherit;
}
 body {
     background: #fff;
}
 body.is-preload *, body.is-preload *:after, body.is-preload *:before {
     -moz-animation: none !important;
     -webkit-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
     -moz-transition: none !important;
     -webkit-transition: none !important;
     -ms-transition: none !important;
     transition: none !important;
}
 html {
     box-sizing: border-box;
}
 *, *:before, *:after {
     box-sizing: inherit;
}
 body {
     background: _palette(bg);
}
 body.is-preload *, body.is-preload *:before, body.is-preload *:after {
     -moz-animation: none !important;
     -webkit-animation: none !important;
     -ms-animation: none !important;
     animation: none !important;
     -moz-transition: none !important;
     -webkit-transition: none !important;
     -ms-transition: none !important;
     transition: none !important;
}
/* Image */
 .image {
     border-radius: 4px;
     border: 0;
     display: inline-block;
     position: relative;
}
 .image img {
     border-radius: 4px;
     display: block;
}
 .image.left, .image.right {
     max-width: 40%;
}
 .image.left img, .image.right img {
     width: 100%;
}
 .image.left {
     float: left;
     margin: 0 2rem 2rem 0;
     top: 0.25rem;
}
 .image.right {
     float: right;
     margin: 0 0 2rem 2rem;
     top: 0.25rem;
}
 .image.fit {
     display: block;
     margin: 0 0 2rem;
     width: 100%;
}
 .image.fit img {
     width: 100%;
}
 .image.main {
     display: block;
     margin: 0 0 3rem;
     width: 100%;
}
 .image.main img {
     width: 100%;
}
 .home-content-cards .containerWrapper, .home-content-page .containerWrapper {
     background: #ffffff;
     border-radius: 4px;
     box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.025);
     margin: 0;
}
 #site-content .containerWrapper, #site-top .containerWrapper, #site-banner .containerWrapper {
     background: #ffffff;
     margin: 0;
}
 .containerWrapper .site-content {
     background: #ffffff;
     margin: 0;
}
 #site-navigation .containerWrapper {
     margin: 0;
     padding: 0;
}
 section#hero.container {
     width: 100%;
     max-width: 100%;
     padding: 0;
}
 .containerWrapper {
    /* @include make-container();
     @include make-container-max-widths();
     */
}
 .fa .label {
     font-family: "ff-meta-web-pro",sans-serif;
     display: none;
}
 .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: #utsa-orange;
     cursor: auto;
}
 .site-top-Title a:hover {
     color: #0c2340;
}
 .site-top-Title a {
     color: #f15a22;
}
 #site-content {
     margin-top: 0;
     padding-top: 0;
}
 #site-content div.containerWrapper {
     padding: 2em 1.5em 1.5em 1.5em;
}
 .site-top-Title {
     float: left;
     width: 100%;
     margin-bottom: 20px;
}
 .site-top-Title-img {
     float: left;
     width: 77;
     padding-right: 0.75rem;
}
 .grayBoxContainer {
     padding: 1.2em;
     background: #f1f1f1;
}
 hr {
     border: 0;
     border-bottom: solid 1px;
     margin: 2rem 0;
}
 hr.major {
     margin: 4rem 0;
}
 h1, h2, h3, h4, h5, h6 {
     color: #0c2340;
}
 h2 {
     font-size: 2rem;
}
 h3 {
     font-size: 1.75rem;
}
/* Banner */
 #hero {
     background-image: url("/strategicplan/images/new-banner.jpg");
}
 #hero {
     background-color: #fff;
     color: rgba(255, 255, 255, 0.5);
     background-image: url("/strategicplan/images/new-banner.jpg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     border-top: 0;
     height: 25rem !important;
     min-height: 25rem;
     position: relative;
     text-align: center;
     width: 100%;
}
 #hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6 {
     color: #0c2340;
}
 #hero h1 span {
     font-size: 3.75rem;
}
 #hero p {
     font-size: 2.6rem;
     font-weight: bold;
     color: #ffffff;
}
 #hero > .inner {
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -moz-transition: opacity 1s ease, -moz-transform 1s ease;
     -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
     -ms-transition: opacity 1s ease, -ms-transform 1s ease;
     transition: opacity 1s ease, transform 1s ease;
     opacity: 1;
     position: relative;
     z-index: 3;
     margin-top: 2.5em;
}
 #inner {
     position: relative;
     opacity: 1;
     z-index: 10;
}
 #hero > .top {
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -moz-transition: opacity 1s ease, -moz-transform 1s ease;
     -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
     -ms-transition: opacity 1s ease, -ms-transform 1s ease;
     transition: opacity 1s ease, transform 1s ease;
     opacity: 1;
     position: relative;
     padding-top: 1.25em;
     z-index: 3;
     margin-left: 2.15rem;
     margin-right: 2.15rem;
     margin-bottom: 2.75rem;
}
 #hero > .inner > :last-child {
     margin-top: 1.1em;
     margin-bottom: 0;
}
 #hero h1 {
     font-size: 2.25rem;
     margin-bottom: 1rem;
}
 #hero a {
     color: rgba(255, 255, 255, 0.5);
     text-decoration: none;
}
 #hero a:hover {
     color: #ffffff;
}
 @media (min-width: 992px) {
     div.inner p {
         padding-left: 8rem;
         padding-right: 8rem;
    }
}
 @media (max-width: 991.98px) {
     #hero > .top {
         width: 100%;
         margin-left: 0;
         margin-right: 0;
    }
}
 @media (max-width: 767.98px) {
     #hero {
         height: auto !important;
         min-height: 0;
         padding: 4rem 2rem;
    }
     #hero .inner {
         width: 100%;
    }
     #hero h1 {
         font-size: 1.25rem;
         margin-bottom: 0.5rem;
         padding-bottom: 0;
    }
     #hero p {
         font-size: 1.0rem;
    }
     #hero br {
         display: none;
    }
     #hero .button {
         width: 100%;
    }
}
 @media (max-width: 574.98px) {
     #hero p {
         font-size: 0.9rem;
    }
}
 .blue-bg {
     background-color: #0c2340;
}
 .position-static {
     position: static !important;
}
 .position-relative {
     position: relative !important;
}
 .position-absolute {
     position: absolute !important;
}
 .position-fixed {
     position: fixed !important;
}
 .position-sticky {
     position: sticky !important;
}
 .valign-center {
     top: 50%;
     transform: translateY(-50%);
}
 h3.text-shadow, h4.text-shadow, p.text-shadow, span.text-shadow {
     text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.6) !important;
}
 .destination {
     color: #f15a22;
     font-weight: bold;
     margin-right: 0.5rem;
     font-size: 1.5em;
}
 .dest-desc {
     font-size: 1.15rem;
     font-weight: bold;
}
 #destinations .card-text {
     font-size: 1.10rem;
     font-weight: bold;
}
 div.container .box-text {
     font-size: 1.25rem;
}
/* Header */
 #header {
     background: #FFFFFF;
     color: rgba(255, 255, 255, 0.5);
     -moz-align-items: center;
     -webkit-align-items: center;
     -ms-align-items: center;
     align-items: center;
     display: -moz-flex;
     display: -webkit-flex;
     display: -ms-flex;
     display: flex;
     -moz-justify-content: space-between;
     -webkit-justify-content: space-between;
     -ms-justify-content: space-between;
     justify-content: space-between;
     cursor: default;
     height: 3.25rem;
     left: 0;
     line-height: 3.25rem;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 10001;
}
 #header > .logo {
     color: #ffffff;
     font-size: 1rem;
     font-weight: 600;
     height: inherit;
     line-height: inherit;
     padding: 0 1.25rem;
     text-decoration: none;
}
 @media screen and (max-width: 980px) {
     #header {
         height: 44px;
         line-height: 44px;
    }
}
 @media screen and (max-width: 480px) {
     #header {
         min-width: 320px;
    }
}
/* Heading */
 #heading {
     -ms-flex-align: center;
     -ms-flex-pack: center;
     background-color: #0c2340;
     color: rgba(255, 255, 255, 0.5);
     -moz-align-items: center;
     -webkit-align-items: center;
     -ms-align-items: center;
     align-items: center;
     display: -moz-flex;
     display: -webkit-flex;
     display: -ms-flex;
     display: flex;
     -moz-justify-content: center;
     -webkit-justify-content: center;
     -ms-justify-content: center;
     justify-content: center;
     background-image: linear-gradient(rgba(12, 35, 64, 0.5), rgba(12, 35, 64, 0.25)), url("/preview/images/banner.jpg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     border-top: 0;
     display: -ms-flexbox;
     height: 15rem !important;
     min-height: 15rem;
     overflow: hidden;
     position: relative;
     text-align: center;
     width: 100%;
}
 #heading hr {
     border-bottom-color: rgba(255, 255, 255, 0.25);
}
 #heading .highlights .content {
     background: #111111;
     box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.025);
}
 #heading .testimonials .content {
     background: #111111;
     box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.025);
}
 #heading .testimonials .content .credit strong {
     color: #ce1b28;
}
 #heading:before {
     background: linear-gradient(135deg, #0c2340 0%, #FFFFFF 89%);
     content: ' ';
     display: block;
     height: 100%;
     left: 0;
     opacity: 0.6;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
}
 #heading h1 {
     margin-bottom: 0;
     position: relative;
     z-index: 2;
}
 @media screen and (max-width: 980px) {
     #heading {
         padding: 2rem;
    }
}
 .tint {
     position: relative;
     cursor: pointer;
}
 .tint:before {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(12, 35, 64, 0.5);
     -moz-transition: background 0.3s linear;
     -webkit-transition: background 0.3s linear;
     -o-transition: background 0.3s linear;
     transition: background 0.3s linear;
}
 .container-tint {
     width: 100%;
     margin-right: auto;
     margin-left: auto;
     padding: 1rem;
}
 .overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     opacity: 0;
     transition: 0.5s ease;
     background-color: rgba(12, 35, 64, 0.65);
     -webkit-backdrop-filter: blur(3px);
     backdrop-filter: blur(3px);
}
 .containers:hover .overlay {
     opacity: 1;
}
 div.containers a, div.today-containers a, div.today-news-containers a, div.apply-buttons a {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     text-decoration: none;
    /* No underlines on the link */
     z-index: 10;
    /* Places the link above everything else in the div */
     background-color: #FFF;
    /* Fix to make div clickable in IE */
     opacity: 0;
    /* Fix to make div clickable in IE */
     filter: alpha(opacity=1);
    /* Fix to make div clickable in IE */
}
 div.today-containers h3, div.today-containers p, div.today-news-containers h3 {
     transition: 0.5s ease;
}
 div.today-containers:hover h3, div.today-containers:hover p {
     color: #0275d3 !important;
     transition: 0.5s ease-in-out;
}
 div.today-news-containers:hover h3 {
     color: #f15a22 !important;
     transition: 0.5s ease-in-out;
}
 div.today-containers:hover img {
     transition: 0.5s ease-in-out;
}
 div.today-news-containers:hover img {
     transition: 0.5s ease-in-out;
}
 div.today-containers:link h4, div.today-containers:link p, div.today-containers:link img, div.today-news-containers:link h3, div.today-news-containers:link img {
     transition: .5s ease-in-out;
}
 div.today-containers:hover h4, div.today-containers:hover p {
     color: #0275d3 !important;
     transition: .5s ease-in-out;
}
 div.today-news-containers:hover h3, div.today-news-containers:hover img {
     color: #f15a22 !important;
     transition: .5s ease-in-out;
}
 div.today-containers:hover img {
     transition: .5s ease-in-out;
}
 .zoom {
     position: relative;
     overflow: hidden;
}
 div.today-containers img, div.today-news-containers img {
     -moz-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 div.today-containers:hover img, div.today-news-containers:hover img {
     -moz-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 @media screen and (min-width: 768px) and (max-width: 1100px) {
     .container-tint > h3 {
         font-size: 1.5rem;
    }
}
/** hide news categories (not used on this site) **/
/* div.muted.blogCategory {*/
/*     display: none;*/
/*}*/
/*=================*/
/* STATUS BADGES */
/*================ */
 .build-badge {
     display: inline-block;
     line-height: 1;
}
 .build-badge__label, .build-badge__status {
     display: inline-block;
     padding: .25rem .55rem .28rem;
     font-size: .95rem;
     margin-bottom: .75rem;
}
 .build-badge__label {
     background-color: #0c2340;
     color: #fff;
     border-radius: .2rem 0 0 .2rem;
     padding-left: .65rem;
}
 .build-badge__status {
     border-radius: 0 .2rem .2rem 0;
     padding-right: .65rem;
}
 .build-badge__status-operationalized, .heading-badge-label-status-operationalized{
     background-color: #F15A22;
     color: #fff;
}
 .build-badge__status-inprogress, .heading-badge-label-status-inprogress {
     background-color: #495A70;
     color: #fff;
}
 .build-badge__status-complete, .heading-badge-label-status-complete {
     background-color: #198754;
     color: #fff;
}
 .heading-badge-label-status-operationalized, .heading-badge-label-status-inprogress, .heading-badge-label-status-complete {
     padding: .25rem 1.1rem .28rem;
     border-radius: .2rem;
}
/* PROGRESS DASHBOARD */
 .strat-plan-infographic table {
     margin: 1rem auto 2rem;
}
 .strat-plan-infographic table tr i {
     font-size: 2.5rem;
}
 .strat-plan-infographic table td {
     vertical-align: middle;
}
 .strat-plan-infographic table tr th + td {
     font-weight: bold;
}
 .strat-plan-infographic table thead tr th {
     background-color: #495A70;
     color: #fff;
     font-weight: 500;
     font-size: 1.10rem;
     vertical-align: middle;
     padding: 2.5rem .5rem .5rem;
     line-height: 1.35;
}
 .strat-plan-infographic table tr th {
     background-color: #EEF4FC;
     vertical-align: middle;
     padding: .5rem 1rem .5rem;
     line-height: 1.35;
}
 .strat-plan-infographic table .progress {
     height: 30px;
     line-height: 0;
     background-color: #DBDEE3;
}
 .strat-plan-infographic table .progress-bar {
     padding-bottom: .25rem;
}
 .strat-plan-infographic aside {
     text-align: center;
     margin: .5rem auto 1rem;
}
 .strat-plan-infographic aside i {
     font-size: 3rem;
}
 .strat-plan-infographic aside .data-details {
     text-align: left;
     font-size: .75rem;
}
 .strat-plan-infographic aside .data-details p {
     margin-top: 1.5rem;
}
 .faq-back-to-top {
     display:none;
}
/* ========= 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;
}
/* ========= Override Hero Banner ========= */
 #hero.hero-banner {
     height:auto!important;
     background-image:url('https://www.utsa.edu/strategicplan/images/2026/bg-hero-strat-plan.png');
     background-repeat: repeat-x;
     background-size: contain;
     background-position: center center;
     border-bottom: 2px solid #b4bdc7;
}
 #hero.hero-banner .inner {
     margin-top: 0 !important;
     padding: 10rem 4rem;
}
 #hero.hero-banner h1 {
     color:#032044;
}
 #hero.hero-banner h1 span {
     display:block;
     font-size: clamp(3.5rem, 2.875rem + 2.0833vw, 4.75rem);
}
 #hero.hero-banner .subtitle {
     color:#265bf7;
     font-size: clamp(2rem, 1.5935rem + 1.355vw, 2.813rem);
     margin-bottom:1rem;
}
 #hero.hero-banner ul.btns-area {
     display: flex;
     gap: 0 1rem;
     list-style: none;
     justify-content: center;
     margin-top:5rem;
     flex-wrap: wrap;
}
 #hero.hero-banner ul.btns-area li i {
     color: #f15a22;
     padding-right: .25rem;
}
 #hero.hero-banner ul.btns-area li a.btn-secondary {
     color:#fff;
 }
 #hero.hero-banner ul.btns-area li a.btn-secondary i {
     color: #000;
     padding-right: .25rem;
}
 #hero.hero-banner ul.btns-area li a.btn-primary:hover i, 
 #hero.hero-banner ul.btns-area li a.btn-primary:focus i, 
 #hero.hero-banner ul.btns-area li a.btn-primary:active i,
 #hero.hero-banner ul.btns-area li a.btn-secondary:hover i, 
 #hero.hero-banner ul.btns-area li a.btn-secondary:focus i, 
 #hero.hero-banner ul.btns-area li a.btn-secondary:active i{
     color:#fff;
}
 .wrapper h2 span.accent {
     display:block;
     font-weight: 400;
}
 .photo-right .col-sm-12 .wrapper, .photo-right .col-md-12 .wrapper {
     padding-right:1rem;
}
 .photo-left .col-sm-12 .wrapper, .photo-left .col-md-12 .wrapper{
     padding-left:1rem;
}
 .photo-left .col-photo, .photo-right .col-photo {
     text-align: center;
}
 #site-top {
     margin-top:0!important;
     padding-top:0!important;
}
 .background-block {
     padding:8rem 0!important;
}
.mobileNav .nav-toggle:hover,
.mobileNav .nav-toggle:focus {
    background-color:#032044;
}
.mobileNav .nav-toggle:hover .bar, 
.mobileNav .nav-toggle:focus .bar {
    background-color: #265bf7;
}
.mobileNav a.nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
}
.mm-menu .mm-listitem__text {
    white-space: normal;
    overflow: auto;
    line-height: 1.3 !important;
}
html.embed {
    background-color: transparent !important;
}
@media (max-width: 1199.98px) {
#hero.hero-banner {
    background-size:cover;
}
}
 @media (max-width: 1024.98px) {
     #hero.hero-banner .inner {
         padding: 8rem 5rem;
    }
     .background-block .bg-primary.p-3 {
         padding: 2.5rem !important;
         width:100%;
         flex:0 0 100%;
    }
     .cta-block .col-sm-10, .cta-block .col-sm-12 {
         width:100%;
         flex:0 0 100%;
    }
    .photo-right .col-photo {
         display:none;
    }
}
 @media (max-width: 991.98px) {
     #hero.hero-banner {
         background-size:cover;
    }
}
 @media (max-width: 800.98px) {
    .photo-right .col-sm-12, .photo-left .col-sm-12 {
        width:100%;
        flex:0 0 100%;
    } 
}
 @media (max-width: 767.98px) {
 #hero.hero-banner ul.btns-area {
     display: none;
}
#hero.hero-banner .inner {
        padding: 3rem 1rem;
    }
    .mobileNav {
        position: sticky;
    top: 0;
    z-index: 1000;
    }
}
/* ========= Inforgraphic Styles ========= */
 .color-orange-ada {
     color:#d3430d;
}
 .arrow-box-clip {
     background-color: #032044;
     color: white;
     padding: 1.5rem 1rem;
     margin: 0;
     max-width: 99%;
     width: 99%;
     box-sizing: border-box;
    /* Creates an arrow shape by clipping a polygon */
     clip-path: polygon(-2% 0%, calc(99% - 1.5rem) 0%, 99% 50%, calc(99% - 1.5rem) 99%, -2% 99%);
     z-index: 0;
     position: relative;
}
 .arrow-box-clip.arrow-orange {
     background-color: #d3430d;
}
 .arrow-box-clip:before {
     clip-path: polygon(0% 0%, calc(100% - 1.5rem) 0%, 100% 50%, calc(100% - 1.5rem) 100%, 0% 100%);
     background-color:#fff;
     display:block;
     width: 1.5rem;
     height: 100%;
     left: -1px;
     top: 0px;
     position: absolute;
     z-index: 2;
     content: "";
}
 .arrow-box-clip .px-2 {
     line-height: 1.4;
     font-size: 1.25rem;
     padding:0!important;
     text-align: center;
}
 .arrow-box-clip .px-2 strong {
     display: block;
     font-size: 1.5rem;
}
 .info-timeline ul {
     margin:.5rem 1.5rem 0;
     padding:0;
}
 .info-timeline ul li {
     border-top: 1px dotted #b4bdc7;
     padding: .5rem 1rem;
     list-style: none;
     font-weight: bold;
     text-align: center;
}
 .info-timeline ul li:first-child {
     border-top:0px;
}
 @media (max-width: 991.98px) {
     .info-timeline .col {
         width:100%;
         flex:0 0 100%;
    }
}
/* Org Chart STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
 :root {
     --level-1: #d3430d;
     --level-2: #032044;
     --level-3: #edeff2;
     --level-4: #f27c8d;
     --black: black;
}
 .rectangle {
     position: relative;
     padding: 1.5rem;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
     text-align: center;
}
 .rectangle span {
     display: block;
     font-weight: 400;
     font-size:1rem;
     margin-top:.25rem;
}
.rectangle span.d-block {
    font-size: 1.25rem;
    font-weight: bold;
}
 .rectangle span.divider {
     display: inline-block;
     opacity: .3;
    padding: 0 .25rem;
 }
 .rectangle span strong {
     font-weight: 600;
 }
 .rectangle.outline {
     border:2px solid #f15a22;
     color:#f15a22;
     font-style:italic;
}
 .rectangle.outline span {
     color:#fff;
}
 .rectangle.outline::before {
     height: 2.2rem;
}
.block-org-chart > .rectangle:last-child:before {
    display: none;
}
/* LEVEL-1 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .level-1 {
     width: 50%;
     margin: 0 auto 2rem;
     background: var(--level-1);
     font-size: 1.5rem;
     font-weight: bold;
     color: #fff;
}
 .level-1::before {
     content: "";
     position: absolute;
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     width: 2px;
     height: 2rem;
     background: var(--black);
}
/* LEVEL-2 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .level-2-wrapper {
     position: relative;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
}
 .level-2-wrapper::before {
     content: "";
     position: absolute;
     top: -20px;
     left: 25%;
     width: 50%;
     height: 2px;
     background: var(--black);
}
 .level-2-wrapper::after {
     display: none;
     content: "";
     position: absolute;
     left: -20px;
     bottom: -20px;
     width: calc(100% + 20px);
     height: 2px;
     background: var(--black);
}
 .level-2-wrapper li {
     position: relative;
}
 .level-2-wrapper > li::before {
     content: "";
     position: absolute;
     bottom: 100%;
     left: 50%;
     transform: translateX(-50%);
     width: 2px;
     height: 20px;
     background: var(--black);
}
 .level-2 {
     width: 70%;
     margin: 0 auto 2rem;
     background: var(--level-2);
     font-size: 1.25rem;
     font-weight: bold;
     color: #fff;
}
 .level-2::before {
     content: "";
     position: absolute;
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     width: 2px;
     height: 2rem;
     background: var(--black);
     left: 0;
     right: 0;
     margin-left: auto;
    /* Distributes space on the left */
     margin-right: auto;
}
 .level-2::after {
     display: none;
     content: "";
     position: absolute;
     top: 50%;
     left: 0%;
     transform: translate(-100%, -50%);
     width: 20px;
     height: 2px;
     background: var(--black);
}
/* LEVEL-3 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .level-3-wrapper {
     position: relative;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-column-gap: 1.5rem;
     width: 90%;
     margin: 0 auto 2rem;
     list-style: none;
     padding:0;
}
 .level-3-wrapper.span-5 {
     grid-template-columns: repeat(5, 1fr);
     width:100%;
}
 .level-3-wrapper.span-4 {
     grid-template-columns: repeat(4, 1fr);
     width:100%;
}
 .level-3-wrapper::before {
     content: "";
     position: absolute;
     top: -0rem;
     left: calc(10% - 5px);
     width: calc(80% + 10px);
     height: 2px;
     background: var(--black);
}
 .level-3-wrapper.connect-down::after {
     display: block;
     content: "";
     position: absolute;
     bottom: 0;
     left: 50%;
     width: 2px;
     height: 2rem;
     background: var(--black);
}
 .connect-down {
     margin-bottom:0;
     padding-bottom:2rem;
}
 .level-3-wrapper.span-5::before {
     left: 9.2%;
     width: 81.5%;
     left: 0;
     right: 0;
     margin-left: auto;
    /* Distributes space on the left */
     margin-right: auto;
}
 .level-3-wrapper.span-4::before{
     left: 11.8%;
     width: 76.4%;
     left: 0;
     right: 0;
     margin-left: auto;
    /* Distributes space on the left */
     margin-right: auto;
}
 .level-3-wrapper > li {
     padding:2rem 0 0;
     position:relative;
     display: inline-flex;
     margin-bottom:0;
}
 .level-3-wrapper > li::before {
     content: "";
     position: absolute;
     top: 2rem;
     left: 50%;
     transform: translate(-50%, -100%);
     width: 2px;
     height: 2rem;
     background: var(--black);
     left: 0;
     right: 0;
     margin-left: auto;
    /* Distributes space on the left */
     margin-right: auto;
}
 .level-3 {
     margin-bottom: 2rem;
     background: var(--level-3);
}
 .level-3.rectangle {
     border:1px solid #032044;
     font-weight: bold;
}
 .level-3-wrapper .level-3.rectangle {
     margin-bottom:0;
     width:100%;
}
 .level-3.rectangle span {
     font-weight: normal;
}
/* LEVEL-4 STYLES –––––––––––––––––––––––––––––––––––––––––––––––––– */
 .level-4-wrapper {
     position: relative;
     width: 80%;
     margin-left: auto;
}
 .level-4-wrapper::before {
     content: "";
     position: absolute;
     top: -20px;
     left: -20px;
     width: 2px;
     height: calc(100% + 20px);
     background: var(--black);
}
 .level-4-wrapper li + li {
     margin-top: 20px;
}
 .level-4 {
     font-weight: normal;
     background: var(--level-4);
}
 .level-4::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 0%;
     transform: translate(-100%, -50%);
     width: 20px;
     height: 2px;
     background: var(--black);
}
/* MQ Responsive –––––––––––––––––––––––––––––––––––––––––––––––––– */
 @media (max-width: 991.98px) {
     .level-3-wrapper.span-5 {
         grid-template-columns: repeat(1, 1fr);
    }
     .level-3-wrapper.span-4 {
         grid-template-columns: repeat(2, 1fr);
    }
     .level-3-wrapper.span-5::before {
         display:none;
    }
     .level-3-wrapper.span-5 li:first-child {
         padding-top:0;
    }
     .level-3-wrapper.span-5 li:first-child:before {
         display: none;
    }
     .level-3-wrapper.span-4::before {
         width: 51%;
    }
     .level-2::before {
         left:0;
    }
}
 @media screen and (max-width: 800px) {
     .rectangle {
         padding: 20px 10px;
    }
     .level-1, .level-2 {
         width: 100%;
    }
     .level-1 {
         margin-bottom: 20px;
    }
     .level-1::before, .level-2-wrapper > li::before {
         display: none;
    }
     .level-2-wrapper, .level-2-wrapperX::after, .level-2X::after {
         display: block;
    }
     .level-2-wrapper {
         width: 90%;
         margin-left: 10%;
    }
     .level-2-wrapper::before {
         left: -20px;
         width: 2px;
         height: calc(100% + 40px);
    }
     .level-2-wrapper > li:not(:first-child) {
         margin-top: 50px;
    }
     .level-3-wrapper.span-4 {
         grid-template-columns: repeat(1, 1fr);
    }
     .level-3-wrapper.span-4::before {
         display:none;
    }
     .level-3-wrapper.span-4 li:first-child {
         padding-top:0;
    }
     .level-3-wrapper.span-4 li:first-child:before {
         display: none;
    }
}
/* MMenu */
 .mm-wrapper--opened .mm-wrapper__blocker {
     position: fixed;
}
/* NEW: HOMEPAGE –––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero.hero-president {
     min-height: 29.375rem;
     background-position: center top;
}
.hero-president h1.hero-title {
     color:#fff!important;
     line-height: 1.1;
     margin-bottom:1rem;
}
.hero-president .overlay {
    opacity: 1;
}
.cta-block .bg-primary.bg-pattern-sm-waves-dark .h-100,
.cta-block .bg-primary.bg-pattern-sm-waves-dark .h-100 img {
    max-height: 375px!important;
}
.cta-block .col-sm-12 .wrapper {
    padding: 1.5rem 3.5rem;
}
.cta-block blockquote .bq-name {
    font-size: 1.125rem;
}
.cta-block blockquote .bq-name span {
    opacity: .5;
}
.block-cards .wrapper h2:has(+ .intro) {
    margin-bottom: 1.5rem;
}
.block-cards .wrapper .intro {
    color:#000;
}
.block-cards .card-bg-img .card-body {
    justify-content: flex-start;
    color:#fff;
    padding:3rem;
}
.block-cards .card-bg-img .card-body p {
    color:#fff;
    font-size: clamp(1.03125rem, 1rem + 0.1389vw, 1.125rem);
}
.block-cards .card-bg-img .card-body .h4, 
.block-cards .card-bg-img .card-body .card-title {
    font-size: 2.375rem;
}
.block-cards .card-bg-img .card-body .card-title {
    display:block;
    width:100%;
    margin-bottom:0;
}
.block-cards .card-bg-img .card-body .card-title:after {
    content:'';
    display:block;
    border-top:1px solid rgba(255,255,255,.25);
    border-bottom:1px solid rgba(0,0,0,0.25);
    margin:2rem 0;
}
.block-cards a.card-link .card-bg-img:before,
.block-cards .card-bg-img:before{
    background:rgba(3, 32, 68, 0.92);
    transition: all 0.3s ease;
}
.block-cards a.card-link:hover .card-bg-img:before,
.block-cards a.card-link:focus .card-bg-img:before,
.block-cards a.card-link:focus-within .card-bg-img:before {
    background:rgba(38,91,247, 0.92);
    transition: all 0.3s ease;
}
.block-cards .cards-block .card .card-footer, 
.block-cards .card .card-footer {
        border-top: 0px solid #B4BDC7;
    background-color: transparent;
    padding: 0 3rem 3rem;
    text-align: right;
    z-index: 1;
}
.block-cards .card .card-footer img {
    max-width: 47px;
    display: inline-block;
}

article.story,
.story {
        padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px dotted #b4bdc7;
    font-family: libre-franklin, sans-serif;
}
article.story:first-child,
article.story:first-of-type,
.story:first-child,
.story:first-of-type {
    border-top: 1px dotted #b4bdc7!important;
    margin-top:3rem;
}
.story .card-muted-title {
    color:#d3430d;
    font-family: libre-franklin, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin-top:0;
    margin-bottom:.5rem;
}
.story h2,
.story .h4 {
    margin-top:0;
    color:#032044;
    margin-bottom:0;
    font-family: "arsenal", sans-serif;
}
.story .source {
    margin-top:.5rem;
}
.story .excerpt {
    margin:1rem 0 1.25rem;
    font-size:1rem;
    line-height: 1.6;
}
.story .blog-categories {
    display: flex;
    gap:.5rem;
    margin-bottom:1.5rem;
}
.story .blog-categories span a {
    background: #EDEFF2;
    padding: .25rem .5rem;
    font-size: 85%;
    border-radius: .25rem;
    border: 1px solid #b4bdc7;
}
.story .blog-categories span a:hover,
.story .blog-categories span a:focus,
.story .blog-categories span a:active {
    background:#265bf7;
    color:#fff;
    border-color:#265bf7;
}
.story a.read-more {
    font-weight: 700;
    text-decoration: underline;
    border-bottom: none;
    display: inline-block;
    transition: cubic-bezier(0.9, 0.1, 0.25, 0.5);
    position: relative;
}
.story a.read-more {
    text-indent: -1.3rem;
    margin-left: 1.5rem;
    font-size: 1.125rem;
    color:#032044;
}
.story a.read-more:hover, 
.story a.read-more:focus, 
.story a.read-more:active {
    color: #265BF7;
    outline: 0px solid transparent;
    background-color: #edeff2;
}
.story a.read-more:before {
    content: "";
    background-image: url(https://www.utsa.edu/_files/images/icons/utsa/btn-arrow-orange.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
hr {
     border-top:2px dotted #B4BDC7;
     border-bottom:0px;
     margin: 4.5rem 5%;
     opacity: 1;
}
.site-nav a.nav-link {
    font-family: libre-franklin, sans-serif;
    color:#032044!important;
}
.site-nav.unit .text-logo {
    font-size:1.5rem!important;
}
/* NEW: ABOUT –––––––––––––––––––––––––––––––––––––––––––––––––– */
.container h1:has(+ p) {
    margin-bottom:1.5rem;
}
h1 span.kicker {
    font-size: 1.75rem;
    display: block;
    text-transform: uppercase;
    color: #265bf7;
    font-weight: 400;
    font-family: 'libre-franklin';
}
.content-row .wrapper h2:has(+ p) {
    margin-bottom: 1.5rem;
}
h3 span.kicker {
        display: block;
    font-size: 1.5rem;
    font-family: 'libre-franklin';
    font-weight: 500;
    margin-bottom: .5rem;
    color:#d3430d;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header button.accordion-button {
    font-family:"libre-franklin";
    font-weight: 600;
}
.accordion-flush .accordion-body {
    padding-top:1.5rem;
    padding-bottom:2.5rem;
}
.accordion-flush {
    border-bottom:1px solid #b4bdc7;
}
.bg-talavera-blue,
.card.bg-talavera-blue {
    background-color:#265bf7;
    color:#fff;
    border-color:#265bf7;
}
.bg-talavera-blue h2:has(+ p) {
    margin-bottom:1rem;
}
.bg-half-gray {
    position:relative;
}
.bg-half-gray:before {
        display: block;
    width: 100%;
    content: '';
    background-color: #EDEFF2;
    position: absolute;
    top: 0;
    left: 0;
    height: 8rem;
    z-index: 0;
}
.breadcrumbs.bg-gray-00 {
    border-top:1px solid #b4bdc7;
}
.bg-gray .arrow-box-clip:before {
    background-color:#EDEFF2;
}