@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

#nav_horizontal li a {
    background:none repeat scroll 0 0 #EDEDED;
    border-right:1px solid #D9D9D9;
    display:block;
    padding:10px 10px 9px;
}

#image_hd_content {
    width: 515px;
    background: url(../img/coll_bulletin_2014.jpg) no-repeat;
    padding: 130px 15px 0px 0px;
}



/*********************************
* Course listings
**********************************/

.course-listings ul {
    margin: 7.5px 0;
    padding: 3px 0 0;
    list-style-type: none !important;
}

h6.course-folder-name {
    font-size: 8pt !important;
    font-weight:bold !important;
    padding-left: 26px;
}

dt.course-folder-name {
    font-size: 12pt;
    font-weight:bold;
}

.course-listings dt {
    font-weight:bold;
}

.summary {
    padding-left:26px;
}

.ctitle {
    font-weight:bold;
}
.underline {
    text-decoration:underline;
}

/***************************
* Misc adjustments
****************************/

h6.course-folder-name {
    font-size: 9pt !important;
    font-weight:bold !important;
    padding-left: 26px;
}

#content ul {
    margin: 6px 0 1em 40px;
}

/* for IE8 th tag */
.thleft {
    text-align:left;
}
.thcenter {
    text-align:center;
}
.letter {
width:16px;
display:inline-block;
}
.letter_code {
    width:32px;
    display:inline-block;
}

/*********************************
* 2016-2017 Additions
**********************************/
#content {
    line-height: 125%;   
    background-color: white;
    padding: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    color: #45382B;
}

#content h3 {
    line-height: 110%; 
    margin-bottom: 11px;
}

#content h4 {
    margin-bottom: 15px;
    color: #7d110c;
}

#content h5 {
    margin-bottom: 5px;
}

#content h6 {
    font-size: 11.5pt;
    color: #7d110c;
    font-style: italic;
    margin-bottom: 3px;
}

#content a {
    background: #f7f6f5;
    color: #3b7fa3;
    font-weight: 500;
}

#content .lead-in {
    margin-bottom: 5px;
}

#content ol, #content ul {
    margin-bottom: 15px;
}

#content li {
    margin-bottom: 3px;
}

#rq_list ol, #rq_list ul {
    margin: 0 0 15px 0;
    padding: 0;
}

#rq_list ol ul, #rq_list ol ol, #rq_list ul ol, #rq_list ul ul,
#rq_list ol ol ol, #rq_list ol ol ul, #rq_list ol ul ul, #rq_list ol ul ol,
#rq_list ul ol ol, #rq_list ul ol ul, #rq_list ul ul ul, #rq_list ul ul ol {
    padding: 0;
    margin: 0;    
}

#rq_list li {
    margin: 0 0 3px 40px;
}

#rq_list li li {
    margin-left: 30px;
    margin-bottom: 0px;
}

#rq_list li li li {
    margin-left: 30px;
    margin-bottom: 0px;
}

#content table.deg-req-table {
    margin: 15px auto 15px auto;
    width: 90%;
    border-collapse: collapse;
}

#content .deg-req-table th {
    border: 1px solid #e8e5e3;
    padding: 15px 5px 15px 5px;
    width: auto;
    text-align: left;
    background: #3b7fa3;
    color: white;  
}

#content .deg-req-table td {
    border: 1px solid #e8e5e3;
    padding: 5px;
    width: auto;
    text-align: left;
    vertical-align: middle;
}

#content table.deg-req-table-old {
    margin: 15px auto 15px auto;
    width: 75%;
    table-layout: fixed;
    border-spacing: 5px;
    border-collapse: none;
}

#content .deg-req-table-old td {
    border-bottom: 1px solid #AEA79F;
    padding: 3px;
    width: auto;
    text-align: center;
    vertical-align: middle;
}

#content .deg-req-table td a {
    background: none;
}

#content .table-left td {
    text-align: left;
}

#content .red_text {
    color: #7d110c;  
}

#breadcrumb {
    margin-bottom: 3px;
}

#breadcrumb a {
    background: none;
    color: #7d110c;
}

#content p {
    margin-bottom: 1.15em;
}

#content sup { 
    vertical-align: super;
    font-size: .65em;
    line-height: 125%; 
}

#content p:last-child {
    padding-bottom: 3px;
}

#content .course-listings h5 {
    margin: 10px 0 10px 0;
    font-size: 13pt;
    color: #7d110c; 
}

#content .course-listings ul {
    margin-bottom: 10px;
}

#content .course-listings p {
    margin-bottom: 10px;
}

#content .two-column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#content .three-column {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

#content a.no-background {
    background: none;
}

#content .no-url-background a {
    background: none;
}

#content a[href$='.pdf'] {
    #content a;
    padding: 0;
}


/*********************************
* 2016-2017 Additions (Accordion)
**********************************/

/* Style the buttons that are used to open and close the accordion panel */
div.rq_accordion {
    background: #f7f6f5;
    color: #3b7fa3;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    padding: 0 2px 0 2px;
    margin-top: 2px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div.rq_accordion.active, button.rq_accordion:hover {
    background-color: #e8e6e3;
}

/* Style the accordion panel. Note: hidden by default */
div.rq_panel {
    background: #e8e6e3;
    display: none;
    padding: 0 2px 0 2px;
}

div.rq_accordion:hover {
    background: #e8e6e3;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.rq_panel.show {
    display: block !important;
    width: 100%;
}

div.rq_accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

div.rq_accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

div.accordion_header {
    padding: 10px 5px 10px 5px;
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 2px;
}

.accordion_block {
    margin-bottom: 15px;
}


#content div.rq_panel a {
    background: none;
}

#content h6.media_subheader, #content h6.accordion_subheader {
    color: #3b7fa3;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    font-style: normal;
}

#content .panel_padded {
    padding: 5px 5px 2px 5px;
}

#college_schools {
    font-family: BentonSansRegular,'Arial Narrow',Arial,sans-serif; 
    font-size: 15pt; 
    color: #7d110c; 
    text-align: center;
}

#college_schools ol {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

#college_schools li {
    line-height: 1em;
    margin-bottom: 20px;
}

#college_schools a:hover {
    text-decoration: none;
}

#bulletin_search input:hover {
    width: auto;
    margin: auto;
    padding: auto;
}

/****IN-LINE COURSE DESCRIPTIONS *****/

.course_description_tab_closed:after {
    content: '[\002B]'; /* Unicode character for "plus" sign (+) */
    font-size: 11pt;
    cursor: pointer;
}

.course_description_tab_open:after {
    content: "[\2013]";
    font-size: 11pt;
    cursor: pointer;
}

.spinner {
    background: url("../img/spinner.gif") no-repeat;
    width: 14px;
    height: 14px;
	display: inline-block;
}

.course_description {
    display: inline-block;
    border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 10px;
    font-size: .9em;
}

.course_description_text {
    display: block;
    margin-bottom: 5px;
}

.CASE_hours {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #191919;
    color: white;
    margin: 5px 5px 5px 0;
}

.CASE_AH {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #DC8823;
    color: white;
    margin: 5px 5px 5px 0;
}

.CASE_SH {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #285C4D;
    color: white;
    margin: 5px 5px 5px 0;
}

.CASE_NM {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #01426A;
    color: white;
    margin: 5px 5px 5px 0;
}

.CASE_DUS {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #512A44;
    color: white;
    margin: 5px 5px 5px 0;
}

.CASE_GCC {
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: #83786F;
    color: white;
    margin: 5px 5px 5px 0;
}

/*********************************
* 2017-2018 Additions
**********************************/
#1content h2, #1content h3 {
    line-height: 1em;
    margin: 0 0 15px 0;
}

#1content h3 {
    color: #7d110c;
    font-size: 1.500em;
}
