@media only screen and (min-width: 767px){
.listView .itemPreview.hasImg .itemImg {
    border-right: solid black 2px;
}}

@media only screen and (min-width: 767px){
.items_af3a93716b6f49a7abc7eaf671faa29d .itemInnerContent{
    padding-top: 45px;
}}
@media only screen and (min-width: 767px){
.items_a94797abf6cc4bd7b14050f1ef4a95dd .itemInnerContent{
    padding-top: 45px;
}}
@media only screen and (min-width: 767px){
.items_f8cc1bd5f42d4153921a2a2eec236524 .itemInnerContent{
    padding-top: 45px;
}}
@media only screen and (min-width: 767px){
.items_ec8d621e3ab747d7a137a59e70c4c17c .itemInnerContent{
    padding-top: 45px;
}}
@media only screen and (min-width: 767px){
.items_e23a8a9af0b945948bffa9778fa60351 .itemInnerContent{
    padding-top: 45px;
}}
@media only screen and (min-width: 767px){
.items_a42ecae8bda34bb3a27e4ac0ab7a6b22 .itemInnerContent{
    padding-top: 45px;
}}


/*.stable-hover .navContent > ul > li:first-child {*/
/*    font-style: italic !important;*/
/*    color: #59ACF9 !important;*/
/*    padding-right:45px;*/
/*    font-size: 25px!important;*/
/*}*/


.navContainer {
    padding-left: 35px;
    padding-right: 35px;
}


@media only screen and (min-width: 767px){
#navTopLevel li:nth-child(1) .navLabel {
    font-style: italic !important;
    padding-right:125px;
    color: #59ACF9 !important;
    pointer-events: none;
    font-size: 30px;
}}

@media only screen and (max-width: 767px){
    #navTopLevel li:nth-child(1) .navLabel {
    display: none;
}}


/*@media only screen and (min-width: 767px){*/
/*.navContent > ul > li:nth-child(1) {*/
/*    font-size: 25px!important;*/
/*    color: #59ACF9 !important;*/
/*}}*/

/*@media only screen and (min-width: 767px){*/
/*#navTopLevel li:nth-child(1) {*/
/*    color: #59ACF9 !important;*/
/*}}*/

itemContent p:last-child{
    padding-top: 8%;
}


@media only screen and (max-width: 767px){
.navContent li a, .navContent li .navLabel {
    font-weight:bold;
    font-size:1.148em;
}}

@media only screen and (max-width: 767px){
.subNav {
    font-size:0.913em !important;
    margin-left:20px;
    font-style: italic;
}}





/**********
 SCHEDULE
**********/
/*date/class row font size and height*/
html div.healcode table.schedule tr th,
html div.healcode table.enrollments tr th, 
html div.healcode table.healcode-appointments tr th, 
html div.healcode ol.enrollment_list li.cancelled div tr th {
    padding: 1em .5em;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
/*time/sign-up height*/
html div.healcode table.schedule tr td, 
html div.healcode table.schedule tr th, 
html div.healcode table.enrollments tr td, 
html div.healcode table.enrollments tr th, 
html div.healcode table.healcode-appointments tr td, 
html div.healcode table.healcode-appointments tr th, 
html div.healcode ol.enrollment_list li.cancelled div tr td, 
html div.healcode ol.enrollment_list li.cancelled div tr th {
    padding: 1em .5em;
}
html div.healcode .header select {
    margin: 1em .5em;
}
html div.healcode .header .date_links .week_links {
    padding: 1em 0;
}
html div.healcode .week_links a, 
html div.healcode .healcode-date-links-area a, 
html div.healcode .week_links a, div.healcode .week_links a:visited, 
html div.healcode .healcode-date-links-area a, 
html div.healcode .healcode-date-links-area a:visited {
    padding: 1em 0;
    font-size: 12px;
}
/*class/instructor dropdown height*/
html div.healcode .header select {
    height: 38px;
}
/*button radius and animation*/
html div.healcode a.hc-button, 
html div.healcode input.hc-button {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
/*other button radius*/
html div.healcode .week_links span.next_week a, 
html div.healcode .healcode-date-links-area span.healcode-next a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -o-border-top-right-radius: 2px;
    -ms-border-top-right-radius: 2px;
    -khtml-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -o-border-bottom-right-radius: 2px;
    -ms-border-bottom-right-radius: 2px;
    -khtml-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
html div.healcode .week_links span.previous_week a, 
html div.healcode .healcode-date-links-area span.healcode-previous a {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -o-border-top-left-radius: 2px;
    -ms-border-top-left-radius: 2px;
    -khtml-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -o-border-bottom-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
html div.healcode .header .date_links .healcode-jump-to-date input {
    background-position: 6px 8px;
    padding: 1em 0 1em 30px;
    width: 92%;
}
html div.healcode .header input[type="text"] {
    border-radius: 2px;
}

/**********
  CLASSES
**********/  
html div.healcode .healcode-image-area {      
    display: none;  
}    
html div.healcode .class_list .class_offered_link {      
    padding: 1em;      
    -webkit-border-radius: 0;      
    -moz-border-radius: 0;      
    -moz-box-shadow: 0 0 0 transparent;      
    -webkit-box-shadow: 0 0 0 transparent;      
    box-shadow: 0 0 0 transparent;      
} 
html div.healcode {  
    font-size: 15px;  
}  
html div.healcode .class_list .class_description {     
    padding-bottom: 15px;      
    padding-top: 15px;      
    line-height: 1.7em;  
}  
html div.healcode .class_list h1.class_name {      
    font-size: 20px;      
    text-transform: uppercase;  
}  
html div.healcode img {  
    display: none;  
}