  #site-footer a{
    color: #032044;
}

#site-footer a:hover{
    color: #D3430D;
}

/*academic-support/schedule - Accordions button */
 button.supported-accord-btn {
     font-size: 1.25rem;
     font-weight: bold;
     background-color: #f2f2f2;
     border: 0;
     text-align: left;
}
/*accordion content*/
 ul.tutor-sched-list {
     list-style-type: none;
     padding: 0;
     margin-bottom: 2.5rem;
}
 ul.tutor-sched-list li {
     margin: 0 !important;
}
/*END: accordion content*/
/*END: academic-support/schedule - Accordions button */
/* #main-navigation-programs {
     z-index: 150;
}
 */
 .StudentSuccessList{
     list-style-type: none;
     padding-left: 0;
}
 .StudentSuccessList li:before{
     content: '\00bb';
     padding-right: 0.4rem;
     color: #f15a22;
}
 #main-navigation-programs .nav-link, #location-hours .campus-directions-link {
     color: #fff;
}
 #main-navigation-programs .nav-link:hover, #location-hours .campus-directions-link:hover {
     color: #0C2340;
}
 #main-navigation-programs .nav-link.active {
     color: #f15a22;
}
 #main-navigation-programs #departmentalPageNav{
     background: #D3430D;
     flex-wrap: wrap;
}
 #main-navigation-programs #departmentalPageNav li{
     padding: 15px 10px;
}
 #main-navigation-programs #departmentalPageNav li a {
     padding: 0px;
}
 #main-navigation-programs #departmentalPageNav li a:hover {
     color: #0C2340;
}
 #main-navigation-programs #departmentalPageNav ul > li {
     padding: 15px 10px;
}
 #main-navigation-programs #departmentalPageNav ul > li a:hover {
     color: #D3430D;
}
 #main-navigation-programs .navbar-expand .navbar-nav-scroll {
    /* overflow: auto;
     */
     background-color: #D3430D;
}
/*Bold Scholar*/
 ol.custOrderGroup {
     margin: 1rem 0;
     padding-left: 1.45rem;
     padding-right: 0.25rem;
}
 ol.custOrderGroup li {
     margin-bottom: 0.25em;
}
 ol.custOrderGroup li::marker {
     color: #f15a22 !important;
}
/*END Bold Scholar*/
/*Coaching*/
/*END Styles for really small viewports*/
 #ss-coaching-obstacles .card {
     background-color: #f6f6f6;
     border: none;
}
 #ss-coaching-obstacles .card::before {
     background-color: #f15a22;
     content: '';
     display: block;
     height: 5px;
     left: 0;
     width: 0px;
     position: absolute;
     top:0;
     transition: 0.2s ease-out;
}
 #ss-coaching-obstacles .card:hover::before {
     transform: scaleX(1);
     width: 100%;
}
 #ss-coaching-obstacles .card img {
    /* width: 40%;
     */
     height: 100px;
     position: relative;
     top: -15;
}
 #ss-coaching-obstacles .card .card-img-overlay {
     border-top: 5px solid #f6f6f6;
     color: #0c2340;
     font-weight: bold;
     font-size: 1.25rem;
     line-height: 1;
     text-align: center;
}
/* #ss-coaching-obstacles .card .card-img-overlay:hover {
     */
    /* border-top: 5px solid #d3430d;
     */
    /* color: #d3430d;
     */
    /* -webkit-transition: all 0.3s ease-in-out;
     */
    /* -moz-transition: all 0.3s ease-in-out;
     */
    /* -o-transition: all 0.3s ease-in-out;
     */
    /* -ms-transition: all 0.3s ease-in-out;
     */
    /* transition: all 0.3s ease-in-out;
     */
    /* 
}
 */
/* ========= 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 a.btn.btn-primary {
     width: auto;
     color: #fff;
     padding: .7rem;
     font-weight: normal;
     font-size: 1rem !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;
}
 #ss-coaching-options .card.white-b-bg {
     background-color: #f6f6f6;
     border:none;
}
 #ss-coaching-options img.option-number {
     text-align: center;
     position: relative;
     top: 0;
}
 #ss-coaching-resources .grey-bg {
     background-color: #dbdee3;
}
 #ss-coaching-resources .y-orange-borders {
     border: solid #d3430d;
     border-width: 5px 0;
}
 #ss-coaching-obstacles h3 a {
     color: #0c2340;
    /* border-bottom: 5px solid #f15a22;
     */
}
 #ss-coaching-obstacles h3 a:hover {
     color: #f15a22;
    /* border-bottom: 5px solid #f15a22;
     */
}
 #ss-coaching-obstacles h3 a::after{
     background-color: #f15a22;
    /* bottom: 0;
     */
     content: '';
     display: block;
     height: 5px;
     left: 42%;
     width: 35px;
     position: absolute;
     margin-top: 12px;
     transition: 0.2s ease-out;
}
 #ss-coaching-obstacles h3 a:hover::after{
     transform: scaleX(1.3);
}
/*END Coaching*/
/* Professional Development Index Styles */
 #pd-banner h2.card-title {
     font-size: 1.75rem;
}
 #pd-banner p.card-text {
     font-size: 0.85rem;
}
 #pd-callout-text .orangetext, #pd-training .orangetext, #pd-opportunities .orangetext {
     color: #d3430d;
}
 #pd-training .secondary-color, #pd-opportunities .secondary-color {
     color: #495a79;
}
 @media (min-width: 575px) {
     #pd-banner h2.card-title {
         font-size: 2.15rem;
    }
     #pd-banner p.card-text {
         font-size: 1.1rem;
    }
}
 @media (min-width: 768px) {
     #pd-banner h2.card-title {
    }
     #pd-banner p.card-text {
         font-size: 1.25rem;
    }
}
/* END Professional Development Index Styles */
/* Initiatives Index Styles */
/* init header */
/*==== for aos animation =====*/
 section#ss-init-header .col {
     box-sizing: border-box;
}
/*==== END for aos animation =====*/
 #ss-init-header.bg-image {
     background-image: url('/studentsuccess/images/initiatives/init-banner-bw-1200x500.jpg');
}
 #ss-init-btm-sec.bg-image {
     background-image: url('/studentsuccess/images/initiatives/init-grads-bkgd-bw-1200x500.jpg');
}
 #ss-init-header.bg-image_positioning, #ss-init-btm-sec.bg-image_positioning {
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-size: cover;
     background-position: center center;
}
/*this is the blue tint over the images */
 #ss-init-header .containerWrapper, #ss-init-btm-sec .containerWrapper {
     background-color: rgba(12,35,64,0.75);
}
 #ss-init-header .title {
     font-weight: bold;
     color: #fff;
     font-size: 1.75rem;
     line-height: 1.4;
}
 #ss-init-header .custom-stats-container {
     padding-top: 125px;
}
 #ss-init-header .custom-stats {
     font-family: ff-meta-web-pro,sans-serif;
     font-size: 6rem;
     font-weight: bold;
}
 #ss-init-header .custom-sup {
     font-size: 3rem;
     position: relative;
     top: -30px;
     left: -15px;
}
 #ss-init-header .orangetext, #ss-init-card-grid .orangetext, #ss-init-btm-sec .orangetext {
     color: #d3430d;
}
 #ss-init-card-grid .col {
     margin-bottom: 50px;
}
 #ss-init-card-grid .btn-orange, #ss-init-btm-sec .btn-orange {
     color: #fff;
     font-size: 1.35rem;
     background-color: #d3430d;
     border-color: #d3430d;
     box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
 #ss-init-card-grid .btn-orange:hover, #ss-init-btm-sec .btn-orange:hover {
     background-color: #bc3b0b;
     border-color: #9b2e05;
}
 #ss-init-card-grid .card {
     background-color: #f6f6f6;
     border-top: 5px solid #d3430d !important;
    /*background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c6c6c6' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
     */
}
 #ss-init-card-grid .btn-blue {
     color: #fff;
     font-size: 1.35rem;
     background-color: #0c2340;
     border-color: #0c2340;
     box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
 #ss-init-card-grid .btn-blue:hover {
     background-color: #051223;
     border-color: #051223;
}
 #ss-init-btm-sec .title {
     font-weight: bold;
     color: #fff;
     font-size: 1.75rem;
     line-height: 1.4;
}
 #ss-init-btm-sec .button {
     font-size: 1.25rem;
     font-weight: 600;
     color: #fff;
     border: 1px solid #fff;
     border-radius: 5px;
     background-color: #d3430d;
     padding: 10px 20px;
     margin-top: 30px;
}
 #ss-init-btm-sec .button:hover {
     FONT-VARIANT: JIS83;
     font-weight: 600;
     color: rgba(255,255,255,0.9);
     border-color: rgba(255,255,255,0.8);
     background-color: #bc3b0b;
     transition: .3s ease-in !important;
}
 @media (min-width: 768px) {
     #ss-init-btm-sec .title {
         font-size: 2.25rem;
    }
}
 @media (min-width: 992px) {
     #ss-init-card-grid .col {
         margin-bottom: 100px;
    }
     #ss-init-btm-sec .title {
         font-size: 2.75rem;
    }
}
/* END Initiatives Index Styles */
 #site-content h1, h2, h3, h4, h5, h6 {
     color:#0c2340;
}
 .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: 1.1em;
}
 .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 {
    /* white-space: nowrap;
     overflow-x: auto;
     */
     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 ==============================================*/
 .blue-bg {
     background-color: #0c2340;
}
 .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 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: #f47321 
}
 #col-navigation .nav-gray a.selected {
     color: #F47321;
     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: 1rem 0;
     padding-left: 1.45rem;
     padding-right: 0.25rem;
}
 .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-block a {
     color: #fff;
}
 .card-block a:hover {
     color: #f15a22;
}
 .card-block h2 a {
     color: #0c2340;
}
 .card-secondary {
     padding: 1.2em;
     background-color:#f1f1f1;
     border:0px;
     min-height:225px !important;
}
 .card-primary {
     background-color:#fff;
     border:0px;
}
 .secondaryheadline {
     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:unset;
     bottom:6.5%;
     right:7%;
     z-index: 10;
}
 .carousel-card {
     padding: 0.7em 1.1em;
     background-color:#f1f1f1;
     border:0px;
    /*margin-right:1.2rem;
     */
}
 #site-content div.row div.col-sm-12 ol li p{
     font-size:1.0rem;
}
 #site-content h2, h3 {
     color:#0c2340;
}
 @media screen and (min-width:1000px){
     .box_1-2{
         min-height:561px;
    }
     .box_1-3{
         min-height:561px;
    }
     .box_2-1{
         min-height:509px;
    }
     .box_2-3{
         min-height:509px;
    }
     .box_3-1{
         min-height:561px;
    }
     .box_3-2{
         min-height:561px;
    }
     .box_4-2{
         min-height:639px;
    }
     .box_4-3{
         min-height:639px;
    }
}
 @media screen and (min-width:575px) and (max-width:999px){
     .box_1-2{
         min-height:515px;
    }
     .box_1-3{
         min-height:515px;
    }
     .box_2-1{
         min-height:485px;
    }
     .box_2-3{
         min-height:485px;
    }
     .box_3-1{
         min-height:565px;
    }
     .box_3-2{
         min-height:565px;
    }
     .box_4-2{
         min-height:590px;
    }
     .box_4-3{
         min-height:590px;
    }
}
 span.staff-name{
     font-weight:bold;
}
 span.staff-title{
     font-style:italic;
}
 .box{
     padding-bottom:1rem;
}
 .gray{
     background-color:#e3e3e3;
}
 ol.num>li {
     font-weight:bold;
     font-size:2.5rem;
     color:#f15a22;
}
 ol>li>p {
     font-weight:normal;
     font-size:1rem;
     color:#000;
}
 .btn-info{
     width:100%;
     display: inline-block;
     font-weight: 800;
     line-height: 1.25;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     user-select: none;
     border: 1px solid transparent;
     height:20vh;
     font-size: 2.25rem;
     padding-top:2rem;
}
 .btn-info{
     color: #fff;
     background-color: #032b5b;
     border-color: #032b5b;
     background-image:url('/advising/images/rowdy-button.png');
     background-size: 100%;
     background-repeat: no-repeat;
}
 .btn-info:hover{
     color:#fff;
     background-color:#f15a22;
     border-color:#f15a22;
}
 .blueBackground {
     color: #fff;
     background-color: #0c2340 
}
 span.staffName {
     font-size:1.1em;
     font-weight:900;
     font-style:bold;
}
/**** Additions ****/
 .home-content-cards {
     background: #ffffff;
     border-radius: 4px;
     box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.025);
     margin: 0;
}
 ul.alt {
     list-style: none;
     padding-left: 0;
}
 ul.alt li {
     border-top: solid 1px;
     padding: 0.75rem;
     width: 90%;
}
 ul.alt li:first-child {
     border-top: 0;
     padding-top: 0;
}
 ul.alt li:last-child {
     padding-bottom: 0;
}
 #site-footer p {
     margin: 0.25rem;
}
 div.compact p {
     padding-bottom: 0;
     margin: 0.25em;
}
 div.compact div {
     padding-bottom: 0.25em;
}
/*student success sub-page styles */
 #site-content .utsa-orange_text {
     color: #f15a22 !important;
}
 #ss-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
     color: #f15a22;
     content: ">>";
}
 #ss-breadcrumbs a, #ss-breadcrumbs .breadcrumb-item.active {
     color: #0c2340;
}
 #ss-breadcrumbs a:hover {
     color: #f15a22;
}
 #ss-main-nav a.nav-link {
     color: #fff;
}
 #ss-main-nav a.nav-link:hover, #ss-main-nav a.nav-link.active {
     color: #f15a22;
}
/* Checklist - Left Side */
 dl.checkboxes#checklist-left-group {
     list-style-type: none;
     padding-left: 0px;
}
 #checklist-left-group dt.ss-checklist {
     font-weight: 400;
     margin-left: 10px;
    /*shifty */
}
 #checklist-left-group .ss-checklist>[type="checkbox"], #checklist-left-group .ss-checklist>label {
     margin-bottom: 1rem !important;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 #checklist-left-group .ss-checklist>[type="checkbox"]:not(:checked), #checklist-left-group .ss-checklist>[type="checkbox"]:checked {
     position: absolute;
     left: -9999px;
}
/* #checklist-left-group .ss-checklist>[type="checkbox"]:not(:checked)+label, #checklist-left-group .ss-checklist>[type="checkbox"]:checked+label {
     position: relative;
     font-size: 1.15rem;
     padding-left: 35px;
     cursor: pointer;
}
 #checklist-left-group .ss-checklist>[type="checkbox"]:not(:checked)+label:before, #checklist-left-group .ss-checklist>[type="checkbox"]:checked+label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -11px;
     width: 22px;
     height: 22px;
     border: 1px solid #b2b2b2;
     background: #ffffff;
     border-radius: 2px;
}
 #checklist-left-group .ss-checklist>[type="checkbox"]:not(:checked)+label:after, #checklist-left-group .ss-checklist>[type="checkbox"]:checked+label:after {
     font-family: "Font Awesome\ 5 Pro";
     font-weight: normal;
     content: "\f00c";
     color: #f15a22;
     font-size: 30px;
     position: absolute;
     top: 12%;
     margin-top: -15px;
     left: 2px;
     transition: all .2s;
}
 */
 #checklist-left-group .ss-checklist>[type="checkbox"]:not(:checked)+label:after {
     opacity: 0;
     transform: scale(0);
}
 #checklist-left-group .ss-checklist>[type="checkbox"]:checked+label:after {
     opacity: 1;
     transform: scale(1);
}
 #checklist-left-group .ss-checklist>[type="checkbox"]:disabled+label {
     color: #aaa;
     cursor: not-allowed;
}
 #checklist-left-group .ss-checklist>[type="checkbox"]:checked:focus+label:before, #checklist-left-group .ss-checklist>[type="checkbox"]:not(:checked):focus+label:before {
     border: 1px solid #66afe9;
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 #checklist-left-group .ss-checklist>label:hover:before {
     border: 1px solid #88D2FF !important;
}
 #checklist-left-group .ss-checklist>[type="checkbox"]:disabled:not(:checked)+label:hover:before, #checklist-left-group .ss-checklist>[type="checkbox"]:disabled:checked+label:hover:before {
     border: 1px solid #E4E4E4 !important;
}
/* Checklist - Right Side */
 .checklist_group#checklist-right {
     list-style-type: none;
     margin: 0px;
     padding-left: 0px;
}
/* .checklist_group#checklist-right a:before {
     content: '\00bb';
     padding-right: 0.4rem;
     color: #f15a22;
     font-size: 1.75rem;
}
 */
 .checklist_group#checklist-right ss-checklist-result:before {
     content: '\00bb';
     padding-right: 0.4rem;
     color: #f15a22;
     font-size: 1.75rem;
}
 #checklist-right a.ss-checklist-result {
     font-weight: 700;
     margin: .3em 0 .6em;
     font-size: 1.25rem;
}
/*END student success sub-page styles */
 #site-content h1, h2, h3, h4, h5, h6 {
     color:#0c2340;
}
 .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: 1.1em;
}
 .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 {
    /* white-space: nowrap;
     overflow-x: auto;
     */
     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 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: #f47321 
}
 #col-navigation .nav-gray a.selected {
     color: #F47321;
     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: 1rem 0;
     padding-left: 1.45rem;
     padding-right: 0.25rem;
}
 .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-block a {
     color: #fff;
}
 .card-block a:hover {
     color: #f15a22;
}
 .card-block h2 a {
     color: #0c2340;
}
 .card-secondary {
     padding: 1.2em;
     background-color:#f1f1f1;
     border:0px;
     min-height:225px !important;
}
 .card-primary {
     background-color:#fff;
     border:0px;
}
 .secondaryheadline {
     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:unset;
     bottom:6.5%;
     right:7%;
     z-index: 10;
}
 .carousel-card {
     padding: 0.7em 1.1em;
     background-color:#f1f1f1;
     border:0px;
    /*margin-right:1.2rem;
     */
}
 #site-content div.row div.col-sm-12 ol li p{
     font-size:1.0rem;
}
 #site-content h2, h3 {
     color:#0c2340;
}
 @media screen and (min-width:1000px){
     .box_1-2{
         min-height:561px;
    }
     .box_1-3{
         min-height:561px;
    }
     .box_2-1{
         min-height:509px;
    }
     .box_2-3{
         min-height:509px;
    }
     .box_3-1{
         min-height:561px;
    }
     .box_3-2{
         min-height:561px;
    }
     .box_4-2{
         min-height:639px;
    }
     .box_4-3{
         min-height:639px;
    }
}
 @media screen and (min-width:575px) and (max-width:999px){
     .box_1-2{
         min-height:515px;
    }
     .box_1-3{
         min-height:515px;
    }
     .box_2-1{
         min-height:485px;
    }
     .box_2-3{
         min-height:485px;
    }
     .box_3-1{
         min-height:565px;
    }
     .box_3-2{
         min-height:565px;
    }
     .box_4-2{
         min-height:590px;
    }
     .box_4-3{
         min-height:590px;
    }
}
 span.staff-name{
     font-weight:bold;
}
 span.staff-title{
     font-style:italic;
}
 .box{
     padding-bottom:1rem;
}
 .gray{
     background-color:#e3e3e3;
}
 ol.num>li {
     font-weight:bold;
     font-size:2.5rem;
     color:#f15a22;
}
 ol>li>p {
     font-weight:normal;
     font-size:1rem;
     color:#000;
}
 .btn-info{
     width:100%;
     display: inline-block;
     font-weight: 800;
     line-height: 1.25;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     user-select: none;
     border: 1px solid transparent;
     height:20vh;
     font-size: 2.25rem;
     padding-top:2rem;
}
 .btn-info{
     color: #fff;
     background-color: #032b5b;
     border-color: #032b5b;
     background-image:url('/advising/images/rowdy-button.png');
     background-size: 100%;
     background-repeat: no-repeat;
}
 .btn-info:hover{
     color:#fff;
     background-color:#f15a22;
     border-color:#f15a22;
}
 .blueBackground {
     color: #fff;
     background-color: #0c2340 
}
 span.staffName {
     font-size:1.1em;
     font-weight:900;
     font-style:bold;
}
/**** Additions ****/
 .home-content-cards {
     background: #ffffff;
     border-radius: 4px;
     box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.025);
     margin: 0;
}
 ul.alt {
     list-style: none;
     padding-left: 0;
}
 ul.alt li {
     border-top: solid 1px;
     padding: 0.75rem;
     width: 90%;
}
 ul.alt li:first-child {
     border-top: 0;
     padding-top: 0;
}
 ul.alt li:last-child {
     padding-bottom: 0;
}
 #site-footer p {
     margin: 0.25rem;
}
 div.compact p {
     padding-bottom: 0;
     margin: 0.25em;
}
 div.compact div {
     padding-bottom: 0.25em;
}
/* new styling */
 .checklist_group p {
     padding: 9px 5px 0px 7px;
}
/*.checklist_group div p:nth-child(2n) {
     background-color: rgba(0,0,0,.05);
}
 .checklist_group div p:nth-child(even) {
     background-color:rgba(0,0,0,.05);
}
 */
 .checklist_group h4 {
     color: #0c2340;
     border-bottom: 2px solid #F15A22;
     padding-bottom: 3px;
     margin-top: 10px;
}
/* With Rowdy .checklist_group strong::before {
     content: '';
     background-image: url(/studentsuccess/images/rowdymark.png);
     background-repeat: no-repeat;
     background-position: center;
     width: 22px;
     height: 22px;
     display: INLINE-BLOCK;
     MARGIN-RIGHT: 14px;
     position: absolute;
     left: -7px;
}
 */
 .checklist_group strong::before {
     font-family: 'Font Awesome\ 5 Pro';
     content: '\f054';
     color: #f17221;
     font-size: 18px;
     position: absolute;
    /*display: block;
     top: 9px;
     */
     left: 0;
}
 .ss_checklist_col.col-sm-3 {
     padding-right:0px;
}
 #checklist-left-group {
     PADDING: 10px 5px 10px 11px;
     margin-top: 10px;
     BACKGROUND-COLOR: RGBA(5,5,5,.02);
     border-radius: 9px;
}
 #checklist-left-group .ss-checklist > [type="checkbox"]:not(:checked) + label, #checklist-left-group .ss-checklist > [type="checkbox"]:checked + label {
     position: relative;
     font-size: .9rem;
     padding-left: 33px;
     cursor: pointer;
     line-height: 1.1;
}
 #checklist-left-group .ss-checklist > [type="checkbox"]:not(:checked) + label::before, #checklist-left-group .ss-checklist > [type="checkbox"]:checked + label::before {
     content: '';
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -9px;
     width: 20px;
     height: 20px;
     border: 1px solid #b2b2b2;
     background: #ffffff;
     border-radius: 2px;
}
 #checklist-left-group .ss-checklist > [type="checkbox"]:not(:checked) + label::after, #checklist-left-group .ss-checklist > [type="checkbox"]:checked + label::after {
     font-family: "Font Awesome\ 5 Pro";
     font-weight: normal;
     content: "\f00c";
     color: #f15a22;
     font-size: 23px;
     position: absolute;
     top: 48%;
     margin-top: -15px;
     left: 2px;
     transition: all .2s;
}
 .categoryWrapper {
     padding-right:7px;
     margin-bottom:13px;
}
 .categoryWrapper:nth-child(1n+0) {
     background-color: rgba(241,90,34,.05);
     border-radius: 11px;
     padding-right: 7px;
}
 .categoryWrapper:nth-child(2n+2) {
     background-color: rgba(2,43,92,.03);
     border-radius: 11px;
     padding-right: 7px;
}
 .categoryWrapper:nth-child(3n+3) {
     background-color: rgba(73,99,112,0.07);
     border-radius: 11px;
     padding-right: 7px;
}
/* Default custom page styles */
 .categoryWrapper:last-child {
     background-color: rgba(73,99,112,0);
}
 .categoryWrapper .default h4 {
     display:none;
}
 .categoryWrapper .default .back-to-top-link {
     display:none;
}
 .categoryWrapper .default p {
     font-size:16px;
}
 .quicklinks ul.custLinkGroup a {
     font-weight: normal;
     color: #0275d3;
}
 .quicklinks .custLinkGroup a:hover {
     color: #f15a22;
}
 .quicklinks ul.custLinkGroup {
     text-indent: -15px;
     line-height: 1.4;
}
 .quicklinks ul.custLinkGroup li {
     margin-bottom: .55em;
     line-height: 1.2;
}
/* back to top */
 .back-to-top-link a {
     opacity: .7;
     font-size: 1.6em;
}
 .back-to-top-link a:hover {
     opacity: 1;
}
/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
 @media screen and (prefers-reduced-motion: no-preference) {
     html {
         scroll-behavior: smooth;
    }
}
 