@charset "utf-8";

html{overflow-y:scroll;}
body{margin:0; padding:0; font-size:14px; line-height:1.4em;}

/*--------------------START CLE UNDERLINE UNDER DETAILS OF COURSE SEARCH - ADDED BY JC 2-4-2021----------------------------*/
.cle_underline{
	text-decoration: underline !important;
	color: #06213f;
	display: block !important;
}
a.cle_underline{
	text-decoration: underline !important;
	color:#06213f;
	display: block !important;
	} 
a.cle_underline:hover{
	text-decoration: underline !important;
	color:#1E62B6;
	display: block !important;
	}
.cle_underline a{
	text-decoration: underline !important;
	color:#06213f;
	display: block !important;
	} 
.cle_underline:hover a{
	text-decoration: underline !important;
	color:#1E62B6;
	display: block !important;
	}
/*--------------------END CLE UNDERLINE UNDER DETAILS OF COURSE SEARCH - ADDED BY JC 2-4-2021------------------------------*/

/*.rounded #footer2 img {ADD BY JC--CONTROL MAIN IMAGE WIDTH
	width: 100%;
}*/

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.uppercase{text-transform:uppercase;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.borderedbox{padding:5px; border:1px solid;}
.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}
a{outline:none; text-decoration:none;}
.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}
img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle; box-sizing:border-box;}
.imgl{margin:0 15px 10px 0; clear:left;}
.imgr{margin:0 0 10px 15px; clear:right;}

/* Fonts--------------------------------------------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, .heading .sidebarheading .mainheading{font-family: Georgia, "Times New Roman", Times, serif;}
#dispArea {color:#06213F; font-family: Arial, sans-serif;}

/*START ADDED--JC-8-10-21 to control the hand down in the DIV*/
#dispAreaHD {color:#06213F; font-family: Arial, sans-serif; text-align: left;}
#dispAreaHD a {color:#255fb1; font-family: Arial, sans-serif; text-align: left; text-decoration:underline}
#dispAreaHD a:hover {color:#284d77; font-family: Arial, sans-serif; text-align: left; text-decoration:underline}
#dispAreaHD a:visted {color:#5183be; font-family: Arial, sans-serif; text-align: left; text-decoration:underline}
/*END ADDED--JC-8-10-21 to control the hand down in the DIV*/

#dispArea2 {color:#06213F; font-family: Arial, sans-serif;}
#moreResults {color:#06213F; font-family: Arial, sans-serif;}
.mainheading {color:#06213F; /*font-family:'ashburylight', Arial, sans-serif;*/ }
.contenttext {/*font-family:"FontAwesome";*/
	color:#06213F;
	line-height:normal;
	font-size:16px;
	font-family: 'ashburylight', Arial, sans-serif;
	}

/* Forms--------------------------------------------------------------------------------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select{display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; box-sizing:border-box;}
label{margin-bottom:5px;}


/* Generalise--------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading{display:block; margin:0 0 20px 0; font-size:16px; line-height:normal; font-weight:normal; font-style:normal;}
address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}
.wrapper{display:block; margin:0 auto 12px; text-align:left; word-wrap:break-word;}
.rounded, #topbar, #header, #mainav, #slider, .container, #footer, #copyright{display:block; width:100%; box-sizing:border-box;}
.rounded{margin:0; padding:10px;}

/* HTML 5 Overrides--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}

/* Grid--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 1%; list-style:none; box-sizing:border-box;}
.first{margin-left:0; clear:left;}
.one_quarter{width:22.69938650306748%;}
.one_quart{width:37.6%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}
.three_quart{width:59.2%;}

/*jpj -03/24/2017- modal div css---------------------------------------------------------------------------------------------------------------*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
	}
.docevent{
	max-height:190px;
	height:190px !important;
	table-layout:fixed;
	font-family: Arial, sans-serif;
	}
.docevent tr, th{
	background-color: #1e62b6;
	}
.npdiv2{
	WIDTH:100%;
	height:100%;
	border-left: 0px solid #1e62b6;
	border-top: 10px solid #1e62b6;
	border-right: 10px solid #1e62b6;
	border-bottom: 10px solid #1e62b6;
	}
.modal-content{
    background-color: #f9f9f9;
	/*overflow:auto;*/
	font-size: 24px; 
    color: #06213F;
	margin: 10% auto; /* 15% from the top and centered */
    /*padding: 10px;
    border: 5px solid #06213F;*/
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
    top: -10%;
	width: 640px;  /*Could be more or less, depending on screen size */
	height: 480px;
	}
.modal-footer{
	font-size: 11px; 
    color: #06213F;
	margin: 10% auto; /* 15% from the top and centered */
    /*padding: 10px;
    border: 5px solid #06213F;*/
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
    top: 49.5%;
	width: 640px;  /*Could be more or less, depending on screen size */
	height: 20px;
	}
.modal-content tr td {
    background-color: #f9f9f9;
	color: #06213F;
	font-family:Arial, sans-serif;
	font-size: 18px;
	}
.modal-content input{
   size: 60%;
   color: #06213f;
   border-radius: 0px;
   box-shadow: inset 0 0 1.5px #414848;
	}
.modal-content select id{
   float: middle;
   size: 50%;
   color: #06213f;
   border-radius: 0px;
   }
.modal-content select tr{
   float: middle;
   size: 20%;
   color: #06213f;
   border-radius: 0px;
   }
.modal-content input[type=button]{
    float:middle;
	padding: 5px 5px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #F9F9F9;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background: #1e62b6;
	border: 1px solid #003399;
	border-radius: 5px;
	cursor: pointer;
	}
.modalheader{
    font-family:Arial, sans-serif;
	background-color: none;
	color: #06213F;
    padding: 20px;
	margin-top:10px;
    width: 40%; /* Could be more or less, depending on screen size */
	}
.modalheader tr td{
	background-color: #f9f9f9;
	color: #06213F;
	font-family:Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}	
.close {
    color: #06213F;
    float: right;
	padding:1px;
    font-size: 32px;
    font-weight: bold;
	}
.close:hover,.close:focus {
    color: #F4090D;
    text-decoration: none;
    cursor: pointer;
	}

/* Spacing--------------------------------------------------------------------------------------------------------------- */
.btmspace-10{margin-bottom:10px;}
.btmspace-15{
	margin-bottom: 15px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-style: normal;
	}
.btmspace-30{
	margin-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #06213F;
	}
.btmspace-50{margin-bottom:50px;}

.pright-10{margin-right:10px;}
.div2 {
	}

/*jpj -05/23/2017- css for digital law clerk application*/
.lclerk{
	display:inline;
	resize:none; 
	outline:none; 
	color:inherit; 
	font-size:inherit; 
	font-family:inherit; 
	box-sizing:border-box;
	border-radius:0px;
	}

.SOCIAL{
	display:inline;
	resize:none; 
	outline:none; 
	color:inherit; 
	font-size:inherit; 
	font-family:inherit; 
	box-sizing:border-box;
	border-radius:0px;
	}