/********** GLOBAL CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

body {
font-family: 'Open Sans', sans-serif;
}

h4, .h4 {
    font-size: 26px;
}

/********** LISTINGS PAGE **********/
.product-bg {
    background-color: #032044 !important;
    background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0, 0, 0, 0.1) 4px, transparent 7px);
}

.hero-head, .hero-region p {
    color: #ffffff !important;
}


#app-footer a, #app-footer ul {
    color: #ffffff;
}

footer.callout-region {
    background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0, 0, 0, 0.1) 4px, transparent 7px);
    background-color: #d3430d;
    padding-top: 35px;
    padding-bottom: 50px;
}

#product-page footer h2 {
    color: #ffffff;
    font-style: normal;
    margin: 15px 0;
    font-size: 26px;
    font-weight: 500;
}

#home-page .feature-region {
    background: #546579 url(https://odl.utsa.edu/wp-content/uploads/2023/08/catalog-header-main-01.png);
    display: block;
    min-height: 425px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.search-form-container {
    background-color: #495a70;
}

#enroll-footer .fQfxa_caGd, #enroll-footer .css-be2ist-baseButton__content {
    background-color: #032044;
    border: 0;
    border-radius: 0;
}


#enroll-hero .fQfxa_caGd, #enroll-hero .css-be2ist-baseButton__content, .css-i4zl0d-baseButton__content {
    background-color: #D3430D !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/** Underline button links on hover**/
button.css-1ptnyof-view--block-baseButton:hover {
    text-decoration: underline;
    color: #ffffff;
}

.product-tile .product-footer {
    color: #032044;
}

.product-results .product-tile:hover {
    box-shadow: inset 0px -5px 0px #D3430D
}

#app-header {
    padding-top: 0px !important;
}

.utsa-header {
    background-color: #032044 !important;
    border-bottom: 4px solid #f15a22;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.product-account-logo {
    max-height: 100px;
    max-width: 350px;
    margin-bottom: 16px;
}

.product-account-image-wrapper {
    height: 79px;
    max-width: 100%;
}


/* This helps you change the color of the header bar incase you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#414042;
}
*/
#app-header h1 {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}
#user-nav > a {
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 10px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#4d4d4d;
}

#user-nav > a:hover {
    text-decoration:none;
    color:#e63d2f;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#4d4d4d;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 10px;
    font-size:14px;
    color:#4d4d4d;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#e63d2f;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#4d4d4d;
}
#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}
/***** HIDE DEPARTMENT LOGO ON LISTING PAGE
.product-account-logo {
    display: none;
}
*****/

@media (max-width: 1100px) {
  .header-branding div a img {
    height: auto;
    width: 100%;
 }
   }

#page-links a {
    display: inherit;
}

.header-branding div a img {
    max-width: 400px;
    height: auto;
}

/* Program Listing: Sets "courses in this program" to white */
.Product__AssociatedProductsMessage, Product__AssociatedProductsList--above-the-fold, .Product__AssociatedProductsListItem a {
    color: #ffffff;
}

/* Program Listing: Changes "when in cart" to dark orange.  */
#enroll-hero .css-bo4t2m-baseButton__content {
    background: #D3430D !important;
    border-color: #D3430D !important;
    opacity: 0.5;
}

#enroll-footer .css-bo4t2m-baseButton__content, #enroll-footer  .css-jjdml3-view--block-baseButton > [class$="-baseButton__content"] {
    background: #032044 !important;
    border-color: #032044 !important;
    
}


/********** UTSA HERO  **********/
/***** ADJUSTS TEXT TO BOTTOM *****/
.utsa-hero {
    display: flex;
    height: 425px;
    align-items: flex-end;
}

/***** HERO TITLE *****/
.utsa-hero-title {
    color: #fff;
    text-transform: uppercase;
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,.65));
    font-size: 2.815rem;
    font-family: ff-meta-web-pro,open-sans,sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
}

/***** HERO SUB-TEXT *****/
.utsa-hero-description {
    color: #ffffff;
    font-size: 1.125rem;
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,.65));
}

/********** UTSA FOOTER  **********/
#utsa-footer {
    background-color: #032044;
    color: #ffffff;
    border-top: 3px solid #D3430D;
    padding-top: 30px;
    padding-bottom: 20px;
}


#app-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

/***** FOOTER ANKLE *****/
#utsa-footer-ankle .row, .utsa-footer.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

.custLinkGroup li:before {
    content: '\00bb';
    padding-right: 0.4rem;
    color: #f15a22;
}

ul.custLinkGroup {
    list-style-type: none;
    margin: 0 0.5em 1.2em 0.5em;
    padding-left: 1.5rem;
    font-size: .95em;
}

.custLinkGroup li {
    margin-bottom: .25em;
    text-indent: -0.9rem;
}

#utsa-footer-ankle h4 {
    color: #032044;
    font-size: 1.5rem;
    font-weight: 700;
    margin: .3em 0 .6em;
}

#utsa-footer-ankle {
    background-color: #dbdee3;
    border-top: 3px solid #d3430d;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    color: #212529;
    line-height: 1.5;
    font-size: 1rem;
}

#utsa-footer-ankle a {
    color: #000000 !important;
}

/********** UTSA ALERT **********/
/***** UTSA ALERT - TOP BAR *****/
.utsa-alert-header {
    background-color: #fff3cd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    text-align: center;
    white-space: normal
}

.utsa-alert-blue {
    background-color: #DBDEE3;
}

.utsa-alert-header a {
    color: #000000;
    text-decoration: underline;
}

/***** UTSA ALERT - BELOW HERO *****/
.UTSA-alert-hero {
    background-color: #DBDEE3;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    text-align: left;
}

.UTSA-alert-hero-text {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#utsa-topbar-logo-long {
    max-height: 2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
#utsa-topbar-logo-short {display:none}

@media all and (max-width: 499px) {
    #utsa-topbar-logo-long {display: none;}
    #utsa-topbar-logo-short {display: inline-block;padding-top: .3rem;padding-bottom: .3rem;}
}

#footer-copyright-links {
    text-align: right;
}

#copyright, #footer-links, #footer-seperator {
    display: inline;
}

#footer-seperator {
    padding-left: 10px;
}

#footer-links a {
    padding-left: 15px;
}

@media all and (max-width: 499px) {
    #copyright, #footer-links {display: block;text-align: center;padding-bottom:10px;}
   #footer-seperator {display: none;}

}

ul.utsa-listing-overview-widget {
    list-style: none;
    background-color: #F0F0F0;
    padding: 16px;
    border-radius: 0px 0px 10px 10px;
    border-top: 8px solid #f15a22;
    float: right;
    max-width: 400px;
    margin-left: 10px;
}

.utsa-listing-overview-widget li:not(:last-child) {
    border-bottom: 1px solid #d6d7d6;
}

.utsa-listing-overview-widget li {
    padding: 16px 5px;
}

#app-footer .container {
    display: none;
}


/* ========== NEW CUSTOMIZATIONS TEST ========== */

.utsa-main-nav>li a, #header-menu a {
    font-size: 16px;
    color: #032044 !important;
    font-weight: 600;
}

.Dropdown__ToggleText {
    font-size: 16px;
    font-weight: 600;
}

.utsa-main-nav>li:after {
    content: "" !important;
}

.utsa-main-nav .dropdown-menu, .Dropdown__Menu {
    background-color: #f6f6f6 !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 15px;
    box-shadow: none ;
    margin-top: 31px !important;
}

.utsa-main-nav .dropdown-menu a, .Dropdown__MenuItem a, .Dropdown__MenuItem--top-border a {
    font-size: 13px !important;
    font-weight: normal !important;
}

.utsa-main-nav .dropdown-menu a:hover {
    background-color: #e9ecef;
    color: #1e2125;
}

.Dropdown__Menu:before, .Dropdown__Menu:after {
    display: none !important;
}

.Dropdown__Menu {
    margin-top: 21px !important;
}





#search-form .search-box {
    border-radius: 0px;
}


/** NEW **/
.product-details h2 {
    font-weight: 400;
    font-size: 1.6rem;
}

/** Skip to Content **/

#skip_navigation_link {
    background-color: #d3430d !important;
    border: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
}