@charset "utf-8";
/*
Template Name: Academic Education V2
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Framework CSS
*/

html{overflow-y:scroll;}
body{margin:0; padding:0; font-size:14px; line-height:1.4em;}

.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;}
#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 {
    background-image: url("/images/demo/icons/scales.gif");
    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 */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

.modal-content {
    background-color: #f9f9f9;
	font-size: 24px; 
    color: #06213F;
	margin: 10% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 5px solid #06213F;
    width: 40%; /* Could be more or less, depending on screen size */
	
}
.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;
	font-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: 32px;
	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;
	color: #f9f9f9;
}
.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 {
}
