@charset "UTF-8";
/* CSS Document */

/* Skip to main content link */


#adBlock {
    display:none !important;
}

.gsc-adBlock {
    display:none !important;
}

a.skiplink {
    position: absolute;
    left: -1000px;
    top: -1000px;
    text-align: left;
    overflow: hidden;
}

a.skiplink:focus, a.skiplink:active, a.skiplink:hover {
    position: fixed !important;
    left: 0rem;
    top: 0rem;
    z-index: -1000px;
    background: #06456f;
    border-radius: 0rem 0rem 1rem 0rem;
    box-shadow: 1px 1px 0.125rem #282828;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    outline: 0;
    padding: 0.8rem 1rem;
}

/* Class to hide content for accessibility.  */
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Link visible focus for accessibility.  */

a:focus {
    outline: 1px dotted #b6b6b6;
}

/* Regular Page Title */

#content .contentpaneopen .contentheading a:link, #content .contentpaneopen .contentheading a:visited, #content .contentpaneopen .contentheading a:hover, #content .contentpaneopen .contentheading a:active, h1 {
    font-weight: bold;
    font-size: 20px;
    color: #004471;
    margin: 2px 0 5px 0;
    padding: 0;
    text-decoration: none;
    letter-spacing: 0.00em;
    line-height: 24px;
    display: block;
}

#content li {
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
    right: 10px
}

/* Blog Page Title */


#content .componentheading {
    font-weight: bold;
    font-size: 24px;
    color: #004471;
    margin: 2px 0 14px 0;
    padding: 0;
    text-decoration: none;
    letter-spacing: 0.00em;
    line-height: 24px;
    display: block;
}

/* Blog Article Title */


#content .article_column .contentpaneopen .contentheading a:link, #content .article_column .contentpaneopen .contentheading a:visited, #content .article_column .contentpaneopen .contentheading a:hover, #content .article_column .contentpaneopen .contentheading a:active {
    font-weight: bold;
    font-size: 16px;
    color: #004471;
    margin: 0;
    padding: 0px;
    text-decoration: none;
    letter-spacing: 0.00em;
    line-height: 24px;
    display: block;
    border-bottom: dotted 0px #333;
}

/*adds scrollbar in all browsers */


html {
    overflow-y: scroll;
    height: 100%; /*Needed for footer*/
}

/*removes dotted line on links in all browsers*/


a {
    outline: none;
}

body {
    background: url(../images/main-background.jpg) repeat-y;
    background-position: center top;
    padding: 0;
    margin: 0;
    height: 100%; /*Needed for footer*/
    font: 62.5% Arial, Verdana, Helvetica, sans-serif;
}

.wrapper {
    min-height: 100%; /*Important for footer*/
    height: auto !important; /*Important for footer*/
    height: 100%; /*Important for footer*/
    margin: 0 auto -5em; /*Important for footer*/
}

#container {
    width: 980px;
    padding: 0;
    margin: 0 auto;
}

/*Section for Logo, Search, Social Media*/


#header {
    height: 129px;
    width: 980px;
    padding: 0;
    margin: 0 auto;
}

#logo {
    /*width:593px;

height:80px;

float:left;*/

    width: 589px;
    height: 114px;
    float: left;
}

#Mytsc a:link, #Mytsc a:visited {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    background: url(../../../images/MegaMenus/MegaMenu_ButtonGradient.png) repeat-x;
    margin: 0;
    padding: 0;
    float: right;
    border: solid #999 1px;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    width: 60px;
    display: block;
    margin-top: -25px;
}

#Mytsc a:hover, #Mytsc a:active {
    color: #fff;
    background: #7892D1;
}

#search .inputbox {
    padding: 0;
    margin: 0 0 0 192px;
    background-color: #FFFFFF;
    color: #666666;
    width: 169px;
    height: 22px;
    border: 1px solid #004471;
    float: left;
}

#search .button {
    padding: 0;
    margin: 0;
    height: 24px;
    width: 24px;
    float: right;
}

#social {
    float: right;
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
    clear: right;
    width: 220px;
    height: 27px;
}

#social img {
    padding: 0;
    margin: 0 0 0 20px;
    text-decoration: none;
}

/*DISPLAYS BANNER IMG MODULES*/


#page-banner-container {
    width: 100%;
    /* background-color: #D1D2D3;



border-bottom: 1px solid #999999; */


    float: left;
    clear: left;
}

#page-banner, #page-banner p, #page-banner div {
    width: 980px;
    padding: 0;
    margin: 0 auto;
}

/*BREADCRUMBS*/


#breadcrumbs {
    text-align: left;
    font-size: 1em;
    clear: both;
    width: 980px;
    padding: 0;
    margin: 0 auto;
}

#breadcrumbs .moduletable {
    margin: 0;
    padding: 8px 0 20px 0;
}

#breadcrumbs .moduletable .pathway {
    /*    color: #7b7b7b;  */
    color: #5b5b5b;
    border: 0;
}

#breadcrumbs .moduletable .pathway a:link {
    color: #666666;
    border: 0;
    margin: 0;
    display: inline;
    text-decoration: underline;
}

#breadcrumbs .moduletable h3 {
    color: #666666;
    font-weight: bold;
    padding: 0 5px 0 0;
    margin: 0;
    display: inline;
    text-transform: uppercase;
    background: #fff;
}

/*MAIN ARTICLE STYLES*/


#content {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.6em;
    float: left;
    width: 525px;
}

.two-column #content {
    width: 750px;
}

.one-column #content {
    width: 100%;
}

.adminform, .adminform tr, .adminform td, .contentpaneopen tr /*, .contentpaneopen td */
{
    width: 525px;
}

td.createdate {
    padding: 0;
    margin: -5px 0 0 0;
    display: block;
    color: #666666;
}

#content .small {
    color: #666666;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

#content p {
    font-size: 100%;
    margin-top: 0;
    padding: 0;
}

#content .blog_more a:link {
    color: #004471;
    font-weight: bold;
}

#content a:link {
    cccolor: #004471;
    color: #d11a38;
    text-decoration: underline;
}

#content a:visited, #content a:hover, #content a:active {
    cccolor: #004471;
    color: #d11a38;
    text-decoration: underline;
}

#content h2 {
    font-size: 1.4em;
    color: #004471;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    margin-bottom: 10px;
}

#content h3 {
    font-size: 1.3em;
    color: #004471;
    margin: 0;
    padding: 0 0 4px 0;
    line-height: 20px;
}

#content h4 {
    font-size: 1.2em;
    color: #004471;
    margin: 0;
    padding: 0 0 4px 0;
    line-height: 18px;
}

#content h5 {
    font-size: 1.2em;
    color: #004471;
    margin: 0;
    padding: 0 0 4px 0;
    line-height: 18px;
}

#content h6 {
    font-size: 1.2em;
    color: #004471;
    margin: 0;
    padding: 0 0 4px 0;
    font-weight: normal;
    line-height: 18px;
}

#content img {
    border: 0;
}

/*.contentpaneopen {



	width:100%;



	margin:0;



	padding:0;



}*/


/*AddThis PLUGIN



#content .joomla_add_this {



float:right;



display:block;



position:relative;



left: 90px;



}*/


#footer {
    padding: 4px 0 0 0;
    margin: 50px 0 0 0;
    width: 100%;
    clear: both;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    border-top: 1px dotted #CCCCCC; /* Fly */
}

#footer-wrapper {
    width: 981px;
    margin: 0 auto;
    color: #fff;
}

#footer-address, #footer-address p {
    float: left;
    padding: 0;
    margin: 5px 0 0;
    color: #333;
    font-size: 1.1em;
    line-height: 1.5em;
}

#footer-links ul {
    list-style-type: none;
    margin: 7px 0 0 0;
    padding: 0;
    float: left;
}

#footer ul li, #footer p, #footer a:link, #footer a:visited {
    display: inline;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #333;
    border: 0;
    font-weight: normal;
}

#footer a:hover, #footer a:active, #footer li.active a:link, #footer li.active a:visited {
    text-decoration: underline;
}

#footer-donate {
    float: right;
    width: 145px;
    padding: 0;
    margin: 0;
    text-align: left;
    display: none;
}

#footer, .push {
    height: 4em;
    clear: both;
    padding: 0 0 5px 0;
}

.article h2 {
    font: 14px/15px verdana;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #004471;
    padding: 7px 5px;
    margin: 0;
    color: #fff;
}

.article td {
    padding: 0 5px;
}

.article tr {
    padding: 0;
    margin: 0;
}

.article p {
    padding: 5px 0 0 0;
    margin: 0;
    font: 12px/17px verdana;
}

#content .calendar_today h3 {
    font-size: 1.2em;
}

#content .calendar_today {
    border: 5px;
}

/*.news-bucket {



	border: 1px solid #999999;



	font: 12px Verdana,Arial,Helvetica,sans-serif;



	margin: 0 0 18px;





	padding: 3px;



	text-align: left;



	height:290px;



}



.news-bucket p {



	margin: 0;



	padding: 0px;



}



.news-bucket img {



	margin: 0;



	padding: 0 0 10px;



} */


.article td {
    border: 1px solid #999999;
    display: block;
    float: left;
    height: 270px;
    margin: 12px;
    padding: 3px;
    width: 209px;
}

div.default div.yoo-carousel .article {
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.slide {
    width: 980px;
}

div.default div.yoo-carousel .prev span, div.default div.yoo-carousel .next span {
    width: 20px;
}

.article {
    margin: 0 5px;
}

.defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .mceText {
    width: 475px;
}

/*CALENDAR SYNDICATION*/


#content .calendar_today h3 {
    font-size: 1.2em;
}

#content .calendar_today {
    border: 5px;
}

/* Disables The Editing Button



table.contentpaneopen tr td span.hasTip a img {



	display:none;



} */


#searchForm .componentheading {
    width: 525px;
    display: block;
}

/*.twtr-doc {



background:url("../../../images/M_images/TwitterBackGradient.png") repeat scroll 100% 100% transparent;



}*/


/*Media-box Pop-Up Text Formatting*/


#jcemediabox-popup-caption h4 {
    font-size: 10px;
}

/***** FACULTY PROFILE TABLE FORMATTING *****/


table.facultyprofile {
    border: 0pt solid #000000;
    width: 525px;
    text-align: left;
    vertical-align: top;
}

table.facultyprofile td {
    text-align: center;
    padding: 0;
    vertical-align: top;
    width: 175px;
}

table.facultyprofile a:link, table.facultyprofile a:visited {
    padding: 0 0 7px 0;
    margin: 0;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

table.facultyprofile a:hover, table.facultyprofile a:active {
    text-decoration: none;
}

table.facultyprofile img {
    padding: 0;
    margin: 0;
    border: 0;
}

table.facultyprofile p {
    padding: 0;
    margin: 0 0 18px 0;
}

#table, #table td {
    border: solid #999 1px;
}

#content .bids {
    font-size: 11px;
    margin-top: 0;
    padding: 0;
}

#content .redtext {
    font-size: 11px;
    margin-top: 0;
    padding: 0;
    color: red;
}

#search {
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
    width: 387px;
}

#socialbuttons {
    float: right;
    padding: 0px 0px;
    margin: 5px 0 0 0;
    border: 0;
    /*width:220px;*/

    width: 387px;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
}

#googletranslate {
    padding: 0px 0px;
    margin: 28px 0px 0 0;
    float: right;
    /*width:157px;*/

    width: 387px;
    text-decoration: none;
    text-align: right;
    vertical-align: middle;
}

#TSCEmail a:link, #TSCEmail a:visited {
    display: block;
    background: #FFF8D5;
    color: #666666;
    padding: 1px 2px;
    margin: 10px 0 0 0;
    border: 0;
    float: right;
    width: 68px;
    height: 18px;
    font: 11px/17px verdana;
    text-decoration: none;
    border: 1px solid #D8981C;
    text-align: center;
    vertical-align: middle;
}

#TSCEmail a:hover, #TSCEmail a:active {
    background: #ebe1b0;
}

.modifydate {
    font-size: 75%;
    border-top: 1px solid #CCCCCC;
}

.module_SubmitArticleStyle img, .module_SubmitArticleStyle a:link, .module_SubmitArticleStyle a:visited {
    border: 0px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}

.FAQlist {
    font-weight: bold;
}

.degreeName {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.degreeico {
    margin-right: 5px;
}

.degreeInfo {
    margin-top: -5px;
}

a.degreeLink {
    margin-right: 10px;
}

.degreesTableHeader {
    background: #004471;
    color: #ffffff;
    border-right: 2px solid white;
    font-size: 11px;
}

.degreesDegreeName {
    font-size: 12px;
    background: #e3f4ff;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    font-size: 11px;
    vertical-align: top;
}

.degreesDegreeNamenoborder {
    font-size: 11px;
    background: #e3f4ff;
    border-bottom: 2px solid white;
    vertical-align: top;
}

.degreesDegreeInfo-border {
    background: #eeeeee;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    vertical-align: top;
    font-size: 11px;
}

.degreesDegreeInfo-noborder {
    background: #eeeeee;
    border-bottom: 2px solid white;
    vertical-align: top;
    font-size: 11px;
}

/* TABLE FORMATTING */
.headercell_1 {
    background: #e6f6ff;
}

.headercell_2 {
    background: #dae9f1;
}

.bodyrow_1 {
    background: #e6e6e6;
}

.bodyrow_2 {
    background: #f3f3f3;
}

/* TABLE FORMATTING ENDS */


/* CSS for division home pages images*/

.DivisionHomeTitle {

    text-align: center;
    margin-bottom: 10px;
    font-size: 150%;
    width: 325px;
    font-weight: bold;
}

.DivisionHomeDesc {

    margin-top: 10px;
    margin-bottom: 10px;
    width: 325px;
    visibility: hidden;

}

/* ENDS CSS for division home pages images*/

/* START Strategic Plan */


.sp-numberCircle {
    font: 20px Arial, sans-serif;
    width: 2em;
    height: 2em;
    box-sizing: initial;

    background: #F58220;
    border: 0.1em solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 50%;

    line-height: 2em;
    box-sizing: content-box;
    display: inline-block;
    margin-right: 10px;
}

.sp-featuredWord {
    font-weight: bold;
    text-transform: uppercase;
    color: #F58220;
}

.sp-goal {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #F58220;
}

.sp-button-sb {
    background-color: #F58220;;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 140px;
}

.sp-button {
    background-color: #F58220;;
    border: none;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


/* END Strategic Plan */



.headerRowDegree
{
    background:#127bb8;
    color:#FFFFFF;
    padding:10px;
    font-size:100%;
}

.degreeRow
{
    background:#f5f5f5;
    font-weight:bold;
}

.yearsRow
{
    background:#FFFFFF;

}

.degreeCell
{
    padding:7px 7px 7px 10px;
    font-size:12px;
}


.bottomborder
{
    border-bottom:2px solid #9f9f9f;
}

.ge{font-size:90%;}
