@charset "utf-8";
/* USA - Secondary Landing + Department CSS */

/* padding top class added KLH 4/15/15  */

.margin15 { margin-top:15px; }


/* Added to address table cell spacing and padding issues KLH4/10/15 */

.table > thead > tr > th,  .table > tbody > tr > th, .table > tfoot > tr > th,  .table > thead > tr > td,  .table > tbody > tr > td,  .table > tfoot > tr > td {
padding: 4px;
line-height: 1.4;
border-bottom: 1px solid #ddd;
}


/* List Styles KLH 4/6/2015 */


/* default - this must be first */
ol.outline li {
    list-style-type: lower-alpha;
}

/* level 1 */
ol.outline > li {
    list-style-type: upper-roman;
}

/* level 2 */
ol.outline > li > ol > li{
    list-style-type: upper-alpha;
}

/* level 3 */
ol.outline > li > ol > li > ol > li{
    list-style-type: decimal;
}


/*KLH 4/6/2015 styles added for the custom lists called by styles.txt as recomended by Caroline*/
/* a. b. c. d. e. */
li.lower-alpha{
    list-style-type: lower-alpha;
}
/* I. II. III. IV. V */
li.upper-roman {
    list-style-type: upper-roman;
}

/* i. ii. ii. iv. v */
li.lower-roman {
    list-style-type: lower-roman;
}

/* A. B. C. D. E. */
li.upper-alpha {
    list-style-type: upper-alpha;
}
/* 1. 2. 3. 4. 5. */
li.decimal{
    list-style-type: decimal;
}

/* no list item */
li.none{
    list-style-type: none;
}

/* circle list item */
li.circle{
    list-style-type: circle;
}

/* End Custom List Styles */

/* KLH 3/17/2015 */
td.ou_table-section {
  background-color: #ECECEC;
}

/* klh added to handle bold w/out a line break */
.bolded { font-weight:bold; } 

/* KLH added for H3/h4 mixup --- */
 .headline  {
display: block;
margin: 10px 0 10px 0;
padding-bottom:-5px;	
border-bottom: 1px dotted #e4e9f0; }

.headline  h3, .headline h2 {
margin: 10px 0 5px 0;
padding-bottom: 5px;
display: inline-block;
border-bottom: 2px solid #101046;
}



/*.bulletin h3{
    margin: 10px 0 5px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #101046;    
}*/

.bulletin h1, .bulletin h2, .bulletin h4, .bulletin h5, .bulletin h6 {
	margin: 15px 0 7px 0;
	padding-top:5px;
    padding-bottom: 5px;
   /* display: inline-block;*/
}

h3,h4{ text-transform:capitalize;}


.bulletin .bull-wrap{
	 background-image: url('../images/jag_moulton.png');
	 background-position:top;
     background-repeat: no-repeat;
     background-size: 100% auto;
	  -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	 
}


.bull-wrap{ 
height:284px; border:1px solid rgba(0, 0, 0, 0.1);}
/* Begin Breadcrumbs */


.bull-crumbs{
	margin-top:238px;
	height:45px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.56);
    background-color: rgba(0, 0, 0, 0.56);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto; }
	

ol.breadcrumb {
    background-color: transparent;
    border-bottom: 0 solid #A3A3A3;
	border-radius: 0;
    margin-top: 5px;
	padding-top:13px;
	padding-left:380px;
    text-transform: uppercase;
	color: #d81717;
}

.breadcrumb > .active {
	color: #f2e100;
	font-weight:700px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}	

.breadcrumb a {
	color: /*#101046*/ #fff;
	font-weight:700px;
	 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

/* End Breadcrumbs */

ul.connect li {
	margin-bottom: 10px; 
}

ul.connect li a {
	color: #3387c1;
}

ul.connect li a:hover, ul.connect li a:focus {
	text-decoration:underline;
}


/* content */

section#content {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content2 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content3 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content4 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content5 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content6 {
	font-size: 16px;
	/* department 

	line-height: 2em;*/
}

section#content7 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content8 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content9 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

section#content10 {
	font-size: 16px;
	/* department 
	line-height: 2em;*/
}

/* equal height columns class */
.fauxContainer {
	overflow: hidden;
}

.fauxColumn {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}



#sidebar hr {
	margin-top: 40px;
	margin-bottom: 40px;
}


/* mobile phone and below */
@media (max-width:480px) {

/* target breadcrumb row -- consider adding unique identifier */
#wrap > .container > .row div.col-xs-12 {
	display: none;
}

.breadcrumb {
	display: none;
}


body.secondary #wrap > .container {
	margin-top: 0;
}

#sidebar hr {
    margin-bottom: 20px;
    margin-top: 20px;
}

img#interior-banner {
	max-width:103%;
	margin-left: -10px;
}

/*
h1.dept-title {
	margin-bottom: 0;
	margin-top: 5px;
	float: left;
}
*/

}


/* just below iPad portrait */
@media (max-width: 767px) {


#support-services > ul.list-third {
	width: 100%;
	padding-left: 40px;
}


#oneCol-right > div.padding-wrapper {
	padding-left: 0;
}



#apply-usa {
	float: none;
	display: block;
	margin: 0 auto;
}


}


/* right above ipad portrait */
@media (min-width: 768px) {


/* department */
body.department #sidebar {
	margin-top: 3px;
}


body.secondary #wrap > .container {
	margin-top: 20px;
	
}


}

/* Bulletin nav */

#sidenav{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(0.9 #F1F1F1),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 90%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 90%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 90%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 90%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 90%, #FFFFFF 100%);

height:100%;
min-height:900px;
	}
	
/* overite NAv states so you wont see the gradients on rollover*/
nav3 {
  display: block;
}

.nav3 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav3:before,
.nav3:after {
  display: table;
  content: " ";
}

.nav3:after {
  clear: both;
}

.nav3:before,
.nav3:after {
  display: table;
  content: " ";
}

.nav3:after {
  clear: both;
}

.nav3 > li {
  position: relative;
  display: block;
}

.nav3 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
 
}

.nav3 > li > a:hover,
.nav3 > li > a:focus {
	border-top:1px solid #dedede;
  text-decoration: none;
  background-color: #eee;
}

.nav3 > li.disabled > a {
  color: #999999;
}

.nav3 > li.disabled > a:hover,
.nav3 > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav3 .open > a,
.nav3 .open > a:hover,
.nav3 .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* Left Navigation Search */
#navsearch{ display: block;
  margin-left: auto;
  margin-right: auto;
 margin-top:20px;
 
		  padding:5px; 
       }
#navsearch > h4{ margin-left:-10px; color:#666; font-weight:600;} 
	   
#navsearch > #course-finder .form-control { height: 38px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #E9E9E9; border-left: none; }
#navsearch > #course-finder .input-group-btn:last-child > .btn { margin-left: 0; }
#navsearch > #course-finder .btn-default { font-size: 14px; font-weight: 700; color: #FFF; margin-left:0px;-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: none; padding: 9px 12px; }
#navsearch > #course-finder .btn-default:before { content: ""; position: absolute; left: 36px; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent;  border-right:transparent; border-left:transparent; z-index: 999; }
#navsearch > #course-finder .btn-default { background-color: #68b5e6; }
#navsearch > #course-finder .btn-default:before { border-left: 5px solid #68b5e6; }
#navsearch > #course-finder .btn-default:hover, #navsearch >#course-finder .btn-default:visited, #navsearch >#course-finder .btn-default:active, #navsearch >#course-finder .btn-default.active { background-color: #333; }
#navsearch > #course-finder .btn-default:hover:before{ border-left: 5px solid #333; }

#buloptions{margin-left:15px; margin-right:15px;}

#buloptions > h5{ padding-bottom: 9px;
color:#666;
letter-spacing:.5px;
font-weight:600;
border-bottom: 1px solid #dedede;
	}	
	
#buloptions ul { margin-left: 10px;
  padding: 0;
  list-style: none;
  display: block;} 
  
  #buloptions ul > li{ margin-bottom:9px;} 
 
 #buloptions ul > li > a{padding: 14px 20px; font-size:13px;} 
 
 h1.dept-title {	
	font-family: 'Raleway', sans-serif;
	margin-top:0px;
	font-size: 32px;
	font-weight: normal;
}
 
 .bul-header{ border-bottom:1px inset #ccc; padding-top:5px; margin:0px; margin-bottom:15px;}

.bul-header a{ margin-top:10px; margin-right:45px; }

#bul-content{height:auto;}
.bul-content{margin-top:5px; padding:10px; margin-left:10px;}

.bul-content p{ padding-right:30px;}

 .bull-title  h1 {
	 position:absolute;
	 z-index:3;
	font-family: 'Raleway', sans-serif;
	 text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.90);
    display: block;
	color:#fff;
    float: left;
    clear: both;
	font-size:45px;
	font-weight:bold;
    width: 50%;
	margin-left:360px;
    margin-top: 150px;
    margin-bottom: 25px;
    word-spacing: 0px;
   /* text-align: center;*/
    letter-spacing: 2px;
}

.bull-title small{ color:white; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.90); }
/* Course page css */

.bull-title span{ color: #FFFFFF; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.90); font-size: 30px;}
/* Course page css */

#course-finder{ margin-left:-15px;}

#course-finder .form-control { height: 38px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #E9E9E9; border-right: none; padding-right:8px; }
#course-finder .input-group-btn:last-child > .btn { margin-left: 0; }
#course-finder .btn-default { font-size: 14px; font-weight: 700; color: #FFF; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: none; padding: 9px 12px; }
#course-finder .btn-default:before { content: ""; position: absolute; left: -4px; top: 50%; margin-top: -4px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; z-index: 999; }
#course-finder .btn-default { background-color: #68b5e6; }
#course-finder .btn-default:before { border-right: 5px solid #68b5e6; }
#course-finder .btn-default:hover, #course-finder .btn-default:visited, #course-finder .btn-default:active, #course-finder .btn-default.active { background-color: #333; }
#course-finder .btn-default:hover:before{ border-right: 5px solid #333; }

#course-deptfinder {margin-right:-35px;}
#course-deptfinder .form-control { height: 40px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #E9E9E9; padding-right:8px; }
#course-deptfinder .input-group-btn:last-child > .btn { margin-left: 0; }
#course-deptfinder .btn-default { height:40px; }
#course-deptfinder ul{ margin-left:-125px;}
#course-deptfinder ul li a:hover{ background-color:#003366;}
/*#course-deptfinder .btn-default:before { content: ""; position: absolute; left: -4px; top: 50%; margin-top: -4px; width: 0; height: 0; border-left: 1px solid red; z-index: 999; }
#course-deptfinder .btn-default { background-color: #68b5e6; }
#course-deptfinder .btn-default:before { border-right: 5px solid #68b5e6; }
#course-deptfinder .btn-default:hover, #course-deptfinder .btn-default:visited, #course-deptfinder .btn-default:active, #course-deptfinder .btn-default.active { background-color: #333; }
#course-deptfinder .btn-default:hover:before{ border-right: 5px solid #333; }*/

#course-deptfinder .dropdown-menu{ width:100%;
min-width:280px;
overflow-y:auto;
outline:0;}

.instructions{ margin-top:5px;
/*padding-top:5px;
border-top:1px solid #ccc;*/
margin-bottom:5px;
font-size:13px;
color:#545454;
}
table#bulletin{margin-top:10px;}
table#bulletin thead tr th {
    background: none repeat scroll 0 0 #003366;
    color: #FFFFFF;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #ECECEC;
}

.pagination {
	margin: 10px 0 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li > div {
	padding: 5px 8px;
	margin-bottom: 15px;
}

/* Tabs CSS/*
/* Nav Tabs Horizontal Shortcode Start */

.tabs.horizontal .nav-tabs{
	list-style: outside none none;
	margin:0;
	padding:0;
	float:left;
	width: 100%;
    background: none repeat scroll 0% 0% #F5F5F5;
    border: 1px solid #D6D6D6;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.tabs.horizontal .nav-tabs .active a{
	border-bottom:none;
	border-left-color:transparent;
}
.tab-pane h5{
	margin: 0px 0px 10px 0px;
	line-height: 22px;
}
.tab-pane p{
	margin: 0px 0px 15px 0px;
}
.tabs.horizontal .nav-tabs li{
	float:left;
}
.tabs.horizontal .nav-tabs > li > a{
	padding:11px 25px;
	border-right:1px solid #d3d3d3;
	color:#333;
	font-weight: 500;
	font-size:15px;
}
.tabs.horizontal .nav-tabs .active a{
	position:relative;
	background-color:#fff;
	color: #545454;
}
.nav-tabs li.active:last-child a{
	border-right:1px solid #dedede;
}
.tabs.horizontal .nav-tabs li a i{
	margin:3px 9px 0px 0;
}
.horizontal .tab-content,
.vertical .tab-content {
	overflow: auto;
	display:inline-block;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 30px 40px;
	border:1px solid #dedede;
    margin: 0px;
	font-size:14px;
	width:inherit;
	border-top: none;
	margin: 0px;
}
.tabs.vertical .tab-content p{
   margin: 0px 0 10px 0;
}
.tab-content > .active {
    display: inline-block;
}

/* Commented out by KLH to address text formating issues   */ 

/*  .tab-content p{
	margin:-19px 0 0;
} */

/* float set to none from left to address bolding issue --- creats a strong tag as a block element -- KLH 4/23/15 */
.horizontal .tab-content strong,
.vertical .tab-content strong{
	color: #666;
	/*margin: 0px 0px 5px 0px;
	float: left;*/
	width: 100%;
}

/* Float issue in list added KLH 4/15/15 */

.horizontal .tab-content li strong,
.vertical .tab-content li strong{
	float:none;
		}




/* Nav Tabs Horizontal Shortcode End */

/* Nav Tabs Vertical Shortcode Start */
.tabs.vertical, .tabs.horizontal{
	float:left;
	width:100%;
	margin-bottom:25px;
}
.tabs.vertical .nav-tabs{
	list-style:none;
	margin:0;
	padding:0;
	background-color:#fafafa;
	float:left;
	width:29%;
	border:1px solid #dedede;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-height:200px;
	border-radius:4px 0px 0px 4px;
	-moz-border-radius:4px 0px 0px 4px;
	-webkit-border-radius:4px 0px 0px 4px;
	border-right:1px solid #DEDEDE;
	  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
	
}
.tabs.vertical .tab-content {
	overflow: auto;
	display:inline-block;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:51px 30px 30px 30px;
	border:1px solid #dedede;
	/*border-left:none;*/
	width:70.9%;
	min-height:200px;
	border-radius:0px 4px 4px 0px;
	-moz-border-radius:0px 4px 4px 0px;
	-webkit-border-radius:0px 4px 4px 0px;
	  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.tabs.vertical .nav-tabs li{
	width:100%;
}
.tabs.vertical .nav-tabs a{
    color:#333333;
    font-size:15px;
    font-weight:500;
   	padding: 15px 25px;
   	border-bottom: 2px solid #dddddd;
}
.tabs.vertical .nav-tabs li:last-child a{
	border-bottom: 1px solid #dddddd;
}
.tabs.vertical .nav-tabs .active a:after {
    border-right: 40px solid #fff;
    top:0px;
    content:"";
    height:100%;
    right:-30px;
    position:absolute;
    width:40px;
	left: auto;
}
.tabs.vertical .nav-tabs .active a{
	color: #333;
	position: relative;
	background-color: #fff;
}
.tabs.vertical .nav-tabs li a i{
	margin: 0px 7px 0px 0px;
}
.tabs.vertical .nav-tabs .active a:before{
	content: '';
	border:3px solid #06315b;
	border-right: none;
	position: absolute;
	left:-2px;
	top: -1px;
	width:2px;
	height: 102%;
	background-color: #fff;
}
.tabs.horizontal .nav-tabs .active a:before{
	content: '';
	border: 2px solid #06315b;
	border-right: none;
	position: absolute;
	left:-1px;
	top: -2px;
	width:101%;
	height: 2px;
	background-color: #fff;
}
.tabs.horizontal .nav-tabs .active a:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -2px;
	width:100%;
	height: 2px;
	background-color: #fff;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
/*
.fade.in {
  opacity: 1;
}
*/

/* Nav Tabs Vertical Shortcode End */

/* Content CSS of Tabs */

.deptinstruct ul { list-style:none;
padding:25px; }

.deptinstruct li { padding: 3px 14px;
font-size:16px; }

/* select alternating items starting with the first item */
/*.deptinstruct li:nth-of-type(2n+1) {
  background:#f1f1f1;
  border-bottom:1px solid #ccc;
}*/

.rn_list li{ list-style:upper-roman inside;}

.archive l1{ line-height:5px;}

/* course description css  */

.coursedsc{ margin-top:25px;}

/* == upcoming courses ( widget, page and single ) == */
.up-course-wrap:not(:last-child) { margin-bottom: 40px; }
.up-course-meta { margin-bottom: 15px; }
.up-course-meta div:not(:last-child) { border-right: 1px solid rgba( 0, 0, 0, 0.05 ); }
.up-course-meta div:first-child { padding-left: 0; }
.up-course-prefix { font-family: 'Raleway', sans-serif; float: left; font-size: 13px;  color: #428bca; text-transform: uppercase; padding: 5px 25px; border-top: 1px solid rgba( 0, 0, 0, 0.05 ); border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.up-course-credit { float: left; font-size: 13px; font-weight: 400; padding: 5px 25px; border-top: 1px solid rgba( 0, 0, 0, 0.05 ); border-bottom: 1px solid rgba( 0, 0, 0, 0.05 ); }
.widget-container .up-course-wrap p { font-size: 14px; line-height: 24px; margin-bottom: 0; }
.up-course-wrapper { margin-top: 40px; }
.up-course-wrapper:last-child p { margin-bottom: 0; }
.course-meta { margin-top: 40px; }
.course-from, .course-to { display: block; float: left; font-size: 14px; font-weight: 700; line-height: 1; color: #FFF; background-color: #16a990; padding: 10px; margin-right: 1px; text-transform: uppercase; }
.course-divider, .course-time { display: block; float: left; font-size: 14px; line-height: 1; background-color: #F1F1F1; padding: 10px; margin-right: 1px; text-transform: uppercase; }
/* == END upcoming courses ( widget, page and single ) == */
.title-median { color: #636363; font-size: 15px; font-weight: 700; line-height: 20px; text-transform: uppercase; margin: 0 0 15px 0; }
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited, 
.title-median a:link, .title-median a:visited, .title-titan a:link, .title-titan a:visited, .page-title a:link, .page-title a:visited { color: #363636; }
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, 
.title-median a:hover, .title-median a:focus, .title-titan a:hover, .title-titan a:focus, .page-title a:hover, .page-title a:focus { color: #ea5644; }
.title-median a { display: block; }
.prereq { font-family: 'Raleway', sans-serif; font-size:13px; color:#428bca; }

/* End course description css  */

/*.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding: 1em;
			display: none;
		}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}	*/
		
	#toTop { display:none; text-decoration:none; position:fixed; bottom:20px; right:20px; overflow:hidden; width:40px; height:40px; border:none; text-indent:100%; background:url(uitotop.png) no-repeat left top; z-index:9999; }	
	#toTopHover { background:url(uitotop.png) no-repeat left -40px; width:40px; height:40px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }	
	#toTop:active, #toTop:focus { outline:none;	}

.modal-backdrop {
	background-color: transparent !important;
}
.modal:before {
	  height: 100% !important;
}
