  /*SU CUSTOM STYLES FOR COURSE LISTING PAGES THAT PULL FROM catalog.salisbury.edu*/
/*CREATED 3/31/2021 TVS*/
/*UPDATED 1/25/2023*/
ul.acalog {padding-top: 2px;}
ul.acalog li.acalog-course {
    position: initial; /*ADDED 1/25/2023 OVERRIDE FOR COURSE CONTAINER INSIDE OF COURSE CONTAINER TO SHOW CORRECTLY */
}
ul.acalog li.acalog-course:before {
    position: relative; /*ADDED 1/25/2023 OVERRIDE FOR COURSE CONTAINER INSIDE OF COURSE CONTAINER TO SHOW CORRECTLY */
}
/*.acalog-course a.acalog-course-link {border: 0rem solid #e2ded7; border-bottom: 0; padding: 0px 6px 2px 4px; display: inline-block; }*/
.acalog-course a.acalog-course-link {border: 0rem solid #e2ded7; border-bottom: 0; padding: .75rem 6px .8125rem 4px; /*display: inline-block;*/ }
.acalog-course-open a.acalog-course-link {text-decoration: none; border: .125rem solid #e2ded7; border-bottom: 0; margin-top: -2px; padding: 0px 6px 10px 3px}
.acalog-course-container {border: .125rem solid #e2ded7; margin-top: -2px; position: relative; z-index: 0;}
.acalog-course-title {font-size: 1.025rem; font-weight: 600; line-height: 1.5; padding: 0px; margin: 0px; font-family: "Avenir Next LT W01 Demi",Helvetica,Arial,sans-serif;}
.acalog-course-location {display: none; } /*HIDE LOCATIONS TEXT 1/25/2023 TVS*/
.acalog-course-body {font-size: 1rem; font-family: AvenirNextLTW01-Regular,Helvetica,Arial,sans-serif; line-height: 1.65rem; }
.acalog-course-body strong:first-of-type {font-weight: normal;} /*UN-BOLD CREDIT HOURS TEXT 1/25/2023 TVS*/
.acalog-course-container .acalog-close, .acalog-permalink-container .acalog-close {
    float: none !important; 
    border: 0 !important;
    background-color: #8a0000;
    padding: .25rem !important;
    border: .125rem solid #8a0000 !important;
    display: block !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    transition-property: background-color,border-color, color;
    transition-delay: .1s;
    transition-duration: .375s;
    transition-timing-function: ease-in-out;
    font-size: .95rem;
    font-family: AvenirNextLTW01-Regular,Helvetica,Arial,sans-serif;
    line-height: 1.25rem;
    max-width: 6rem;
    text-align: center;
    position: initial !important;
    /*width: 100%;*/
    /*font-family: "Avenir Next LT W01 Demi",Helvetica,Arial,sans-serif;*/
    /*float: right;*/ 
}
.acalog-course-container .acalog-close:hover, .acalog-permalink-container .acalog-close:hover {
    background-color: #FFFFFF !important;
    border-color: #e2ded7 !important;
    color: #8a0000 !important;
    text-decoration: none !important; 
}
.acalog-permalink-tooltip > .acalog-permalink-container {position:relative;} /*FORCE SUB COURSES TO STAY INSIDE BOX AND PUSH CONTENT DOWN 1/25/2023 TVS*/

