

/********************/
/* General Sections */
/********************/

div.ccContent section {
    margin-top: 20px;
    padding-bottom: 20px;
    /*border-bottom: solid 1px silver;*/
}

div.ccContent section:first-of-type {
    margin-top: 0;
}

div.ccContent section:last-of-type {
    /*border-bottom: none;*/
}

div.ccContent > section > table:first-of-type {
    margin-top: 0;
}

div.ccContent > section > table {
    margin-top: 20px;
}

div.ccContent > section > ol > li > ul {
    list-style-type: disc;
    margin-bottom: 15px;
}



/****************************/
/* Office Information Block */
/****************************/

div.ccContent address > p {
    margin: 0 0 0 15px;
    color: #000066;
    font-style: italic; 
}

div.ccContent .officeHours {
    margin-left: 15px;
}



/****************/
/* FAQ Sections */
/****************/
div.ccContent .ccFaq:not(.ccIsCollapsed) {
    padding: 20px;
}

div.ccContent .ccFaq:not(.ccIsCollapsed) h1 {
    margin-left: -15px;
}

div.ccContent .ccFaq:not(.ccIsCollapsed) h2 {
    margin-left: -15px;
}

div.ccContent .ccFaq:not(.ccIsCollapsed) h3 {
    margin-left: -10px;
}



/***********************/
/* Collapsing Sections */
/***********************/

section.ccIsCollapsed {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
/*
section.ccIsCollapsed::before {

}

section.ccIsNotCollapsed {

}

section.ccIsNotCollapsed::before {

}
*/
