/***********NOTESS ********************
Purple Main #753BBD
purple alternate #7535b8
Yellow #f6b221

Complimentary colors
Green #77b800
Light Violet #9f9fc3

*****************************************/
/*********** MOD LOG ********************
    12/17/24 - Initial styling setup

    5/8/2025 
        - modifying body and h tag fonts
        - removed uppercase transforms for h
        - added purple to headings

*****************************************/

@import url("https://use.typekit.net/zcr7gwp.css");

/*  REMOVE  */
#testBanner {
	display: none;
}
.libre-baskerville-regular {
  font-family: "bicyclette",sans-serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "bicyclette",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "bicyclette",sans-serif;
  font-weight: 400;
  font-style: italic;
}


#header, #header_title, #login, #cartCount, #cartOption a, #profileOption a, #loginContent input.button, #loginContent input.submit, #subCategories a:hover {
background-color: #FFFFFF; 
}

body {
    font-family: "franklin-gothic-urw", sans-serif;
}
 
button,
input,
select,
textarea,
table,
th,
tr,
td {
  font-family: "franklin-gothic-urw", sans-serif;
  letter-spacing: .75px;
}  

h1,
h2, 
h3,
h4,
h5,
h6 {
	font-family: "bicyclette",sans-serif;
    color: #7535b8;

}

h2 {
	font-size: .95rem;
    font-weight: 600;
}

a {
	color: #000000;
    font-size: 1rem;
}



a:hover {
	color: #753BBD;
}

p > a {
    text-decoration: underline;
}

p > a:hover {
    text-decoration: underline;
    font-size: 1rem;
}

#header {
	height: 140px;
    border-bottom: 3px solid #753BBD;
}

#header table {
	height: 120px;
	width: 98%;
}

#header_title {
	padding-right: 20px;
}

.image_header {
	width: 235px;
	height: auto;
}

#login {
	color: black;
	text-shadow: none;
	float: right;
	font-size: .95rem;
	font-weight: normal;
}

#login a {
	background-color: #FFF;
	color: #000000
}
#login input.text {
	/* border-color: #000000; removing 5/15 */
	font-size: 0.85rem;
}

#login input.submit {
	border-radius: 0px;
	border-color: #a0a0a0;
    /** border-width: 2px; removing 5/15/25 **/
    border-style: solid;
    color: #7535b8;
    background-color: transparent;
    transition: color .425s, border-color .425s, background-color .425s;
	font-size: 0.85rem;
    /* additions 5-15 */
    padding-top: 6px;
    text-transform: uppercase;

}


#login input.submit:hover {
	color: #fff;
    text-decoration: none;
    background-color: #7535b8;
    border-color: #7535b8;
}

#cartCount {
    text-shadow: none;
	padding-top: 47px;
	float: right;
}

#cartCount a {
	background-color: #FFF;
	color: #242424;
	font-size: 0.85rem;
}

#cartCount img {
	height: 25px;
    width: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.cartinner #addedAttendee a {
    background-color: #FFF;
}

.cartinner #addedAttendee {
    background-color: #FFF;
	border-radius: 0px;
}

#breadcrumbTop a {
	color: #000000;
	font-size: 1.1rem;
	z-index: 10;
}


#search {
	padding-right: 23px;
}

#search input.text {
	/* border-color: #000000; removing 5/15 */
    color: #000000;
}

.leftMenu ul li {
	padding-top: 8px;
}
.leftMenu ul li a {
	color: #000000;
	background-color: #FFF;
	font-size: 1rem;
}
/*
.leftMenu ul li a:hover, .leftMenu ul.Level00 li a:hover, .leftMenu ul.Level01 li a:hover, .leftMenu ul.Level02 li a:hover, .leftMenu ul.Level03 li a:hover {
	color: #000000;
	background-color: #FFF;
    text-decoration: underline;
    text-decoration-color: #753BBD;
	font-size: 1rem;
}
*/
/* Base styles for all menu links */  
.leftMenu ul li a,  
.leftMenu ul.Level00 li a,  
.leftMenu ul.Level01 li a,  
.leftMenu ul.Level02 li a,  
.leftMenu ul.Level03 li a {  
    position: relative;  
    color: inherit;  
    text-decoration: none;  
    font-size: 1rem;  
}  
  
/* Underline pseudo-element for all levels   
.leftMenu ul li a::before,  
.leftMenu ul.Level00 li a::before,  
.leftMenu ul.Level01 li a::before,  
.leftMenu ul.Level02 li a::before,  
.leftMenu ul.Level03 li a::before {  
    content: '';  
    position: absolute;  
    width: 100%;  
    height: 2px;  
    bottom: -2px;  
    left: 0;  
    background-color: #753BBD;  
    transform: scaleX(0) translateY(5px);  
    opacity: 0;  
    transition: all 0.3s ease-in-out;  
}  */
  
/* Hover states for all levels   
.leftMenu ul li a:hover,  
.leftMenu ul.Level00 li a:hover,  
.leftMenu ul.Level01 li a:hover,  
.leftMenu ul.Level02 li a:hover,  
.leftMenu ul.Level03 li a:hover*/ .placeholder {  
    color: #000000;  
    background-color: #FFF;  
    font-size: 1rem;  
	border: 2px solid #753BBD; /* Add a border with your desired color */
    border-radius: 5px; /* Optional: Add rounded corners */
    padding: 5px; /* Adjust padding to ensure content doesn't overlap with the border */
    background-color: #fff; /* Optional: Add a background color for hover effect */
    transition: all 0.3s ease; /* Smooth transition for the hover effect */
}  

.leftMenu ul li a:hover,  
.leftMenu ul.Level00 li a:hover,  
.leftMenu ul.Level01 li a:hover,  
.leftMenu ul.Level02 li a:hover,  
.leftMenu ul.Level03 li a:hover {
    background-color: #fff;
    color: #000;
    border:#753bbd 2px solid;
    transition: border 0.3s ease;
}

.leftMenu ul li a,  
.leftMenu ul.Level00 li a,  
.leftMenu ul.Level01 li a,  
.leftMenu ul.Level02 li a,  
.leftMenu ul.Level03 li a {
    border: 2px solid transparent;
}
  
/* Hover effect for the underline on all levels   
.leftMenu ul li a:hover::before,  
.leftMenu ul.Level00 li a:hover::before,  
.leftMenu ul.Level01 li a:hover::before,  
.leftMenu ul.Level02 li a:hover::before,  
.leftMenu ul.Level03 li a:hover::before {  
    transform: scaleX(1) translateY(0);  
    opacity: 1;  
}  */

.leftMenu ul li a, .leftMenu ul.Level00 li a {
	color: #000000;
	background-color: #FFF;
	font-size: 1rem;
}


.subHeader {
	color: #000000;
    border-bottom: 2px solid #753BBD;
}

.leftMenu ul li a i {
	border: solid #753BBE;
    border-width: 0 2px 2px 0;
}

.courses a {
	font-size: .913rem;
    font-weight: 500;
    color: #753BBD;
}

.courseinner table {
	background-color: #F3F1F0;
}

.courseinner table tr td {
	font-size: .913rem;
}
.courseinner table tr td.tableheading {
	width: 10%;
	color: #000000;
	font-size: 0.913rem;
	font-weight: 600;
}

#content .courseinner {
	font-size: .913rem;
    font-weight: 400;
	background-color: #F3F1F0;
	letter-spacing: .5px;
}

.courses a:hover {
    color: #000000;
    text-decoration-color: #753BBD;
    font-weight: 600;
}
 
.cartOption input.submit {
    background-color: #753BBD;
    color: #FFF;
    border: none;
    font-size: .913rem;
    font-weight: 500;
	text-transform: uppercase;
	font-family: "Libre Franklin", sans-serif, serif;
}


.cartOption input.submit:hover {
    color: #753BBD;
    background: white !important;
    border: 2px solid #753BBD;
    text-decoration: none !important;
	transition: color .425s, border-color .425s, background-color .425s;
}

.alert {
	font-size: .913rem;
	color: #000000;
}

.cart a {
	color: #000000;
    font-size: .913rem;
    font-weight: 500;
}
.cart a:hover {
    color: #d8aa00;
}

.cartinner table tr th.tableheadingRight {
	font-size: .913rem;
    font-weight: 500;
}

.cartinner table tr td.headingRight {
	font-size: .913rem;
    font-weight: 500;
}

.cartinner table tr td hr {
    background-color: #000000;
}

.cartOption a {
    background-color: #753BBD;
    color: white;
    font-size: .913rem;
    font-weight: 500;
	text-transform: uppercase;
    border: 2px solid transparent;
}

.cartOption a:hover {
	color: #753BBD;
	background: transparent !important;
    border: 2px solid #753BBD;
    text-decoration: none !important;
	transition: color .425s, border-color .425s, background-color .425s;
}

.instructorbreak {
	background-color: #000000;
}

.instructorline a {
    line-height: 200%;
    font-size: .913rem;
    font-weight: 500;
}

.calHeader {
	background-color: #000000;
}

.calCatSelect {
    color: #000000;
}

#submitcategory {
	background-color: #FFF;
}

.calSubheaderDOW {
    background-color: #9f9fc3;
    text-transform: uppercase;
}

.calDOW {
    background-color: #F3F1F0;
}

.calTodayDOWlisting {
	background-color: #f6b221;
}
table.cal a:hover {
    text-decoration: underline;
	color: black;
    font-size: 1rem;
}
.truncate a {
    background-color: #68ace5;
    color: white;
	font-size: .95rem;
}
.calFooterLeft, .calFooterRight, .calFooterCenter {
	background-color: #9f9fc3;
    border-color: #000000;
    text-transform: uppercase;

}

.logform {
    background: #9f9fc3;
    color: #000000;
}

.logHeading {
    color: #000000;
    font-size: .913rem;
    font-weight: 500;
}

.logform input {
    background: white;
}

.logform button {
    background: #dfdfdf;
	color: #000000;
}
.logform button:hover, .logform button:active, .logform button:focus {
	background-color: white;
    color: #753BBD;
    font-weight: 550;
}

.logform .forgotPw a {
    color: #000000;
	font-size: 0.80rem;
}
#importantDescription {
	font-size: 0.85rem;
}
.note {
    color: #000000;
    font-size: .913rem;
    font-weight: 500;
}
.profileinner table {
	width: 80% !important;
}

.profileinner table tr td {
    vertical-align: middle;
    font-size: .913rem;
    font-weight: 500;
	letter-spacing: .5px;
}
#maincontent input.text {
	width: 200px;
	font-size: .95rem;
}
.courseinner table tr td.tableheading hr {
	font-size: 0.913rem;
    font-weight: 600;
}

input {
    font-size: .813rem;
}

a.card:hover {
    margin: 5px;
}

a.card {
    border: none;
    border-radius: 0px;	
}

a.imageCard:hover {
    box-shadow: none;
    border: none;
    margin: 5px;

}
a.imageCard span.cardText,
a.imageCard:hover{
    transition: line-height .45s ease-in-out;
}


a.imageCard span.cardText {
    background-color: #753bbd;
	color: #fff;
    font-family: "bicyclette",sans-serif;
    border-top: none;
}

a.imageCard span.cardText:hover{
    line-height: 5em;
}
/*
.card a:hover{
	color: #9f9fc3;
}
*/
#footer {
   background-color: #000000;
}

#footer table {
   background-color: #000000;
}

.bio_masthead {
	background-color: #753BBD;
}
.cartinner #addedAttendee:hover {
    background-color: #f6b221;
}
.cartinner #addedAttendee a:hover {
    background-color: #f6b221;
}
/* Client request to omit "keycode" from "./checkout.jsp" */
input#keycode {
    display: none;
}
tr:has(input#keycode) {
    display: none;
}

/* modifications 5/15/2025 some also noted within file */

#topBar{
    background: linear-gradient(#dadada,rgba(0,0,0,0));
}

input:focus {
    border-block-color: #000;
}

#popularContainer {
    border-right: 1px solid #bc9ede;
}

#breadcrumbTop{
    border-bottom: 1px solid #bc9ede;
    padding-bottom: .5em;
}

#bulletin{
    background-color: #753bbd;
    color: white;
}

#bulletin_header{
    border: none;
    background-color: #753bbd;
}

a.upcomingCourse:hover {
    font-size: 1rem;
    text-decoration: underline;
    transition: color .2s ease;
}

/* styles for front page hero section */

.main {
            margin: 0;
            font-family: Arial, sans-serif;
            position: relative;
        }

        .purple-banner {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 45%;
            height: 80px;
            background-color: #753bbd;
            z-index: 1;
        }

        .banner-text {
            position: absolute;
            bottom: 10px;
            left: 10px;
            color: white;
            font-size: 1.2em;
            font-weight: bold;
            z-index: 2;
        }

        .footer-message {
            margin-top: 320px;
            text-align: center;
            padding: 20px;
            font-size: 1em;
        }
        
        .banner-text h1 {
            font-family: "bicyclette",sans-serif;
            font-size: 3rem;
            line-height: .7;
            font-weight: 900;
            text-transform: uppercase;
            word-break: normal;
            width: calc(100% - 2.25rem);
            color: #fff;
            position: absolute;
            left: 1.125rem;
            bottom: calc(100% + 1.375rem);
            text-shadow: 0 0 8px rgba(0,0,0,.4);
        }

    .cta-buttons{
        text-align: center;
    }

    .cta-buttons a {
    border-color: #a0a0a0;
    border-width: 2px;
    border-style: solid;
    color: #7535b8;
    background-color: whitesmoke;
    transition: color .425s, border-color .425s, background-color .425s;
    text-transform: uppercase;
    padding: .875rem 1.25rem;
    font-family: "bicyclette", sans-serif;
    font-size: 1.125rem;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    margin: .5em;
    }

    .cta-buttons a:hover {
    border-color: #7535b8;
      background-color: #7535b8;
      color: white;
    }
    .intro-text {
        text-align: center;
        font-size: 1.2rem;
        margin: 20px auto;
        max-width: 800px;
        font-family: 'franklin-gothic-urw', sans-serif;
    }

    hr {
        width: 80%;
        color: #bc9ede;  
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .info-area{
        margin-bottom: 2em;
    }

    @media screen and (max-width: 900px) {
        .purple-banner{
        width: 350px;
    }
}

    @media (max-width: 780px) {
        .banner-text h1 {
            font-size: 2rem;
        }
            .purple-banner{
            width: 300px;
            height: 50px;
        }
}

    @media screen and (max-width: 767px) {
        #popularContainer {
        border-right: none;
}
}