* {
    box-sizing: border-box;
}

hr {border-top: 1px solid gray !important;}
hr.header {border-top: 1px solid gray !important; margin-block-start: 2px;margin-block-end: -2px;}


.clear{ clear:both;}
.column {
    float: left;
    padding: 10px;
    background: white;
}
/* Left column */
.column.leftContent75 {
    width: 75%;
}

/* Left column */
.column.leftContent25 {
    width: 25%;
}

/* Left column */
.column.leftContent50 {
    width: 50%;
}

/* Left column */
.column.UNC50 {
    width: 50%;
}

/* Right column */
.column.rightContent75 {
    width: 75%;
}

/* Right column */
.column.rightContent25 {
    width: 25%;
}

/* Right column */
.column.rightContent50 {
    width: 50%;
}

/* column */
.column.allContent100 {
    width: 100%;
}

/* Logo column */
.column.leftLogo60 {
	display: inline;
    width: 60%;
}

/* Right column */
.column.RightContent40 {
    width: 40%;
}

/* Logo column */
.column.leftLogo100 {
	display: inline;
    width: 100%;
}

.division {
	font-family: sans-serif;
    width: 100%;    
    font-size:24pt;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.dept {
	font-family: sans-serif;  
	font-weight:bold;
    width: 100%;
    color: #4B9CD3;
    font-size:32pt;
    padding-top: 10px;
    padding-left: 10px;
}
.dept a {
    color: #4B9CD3;
    font-size:32pt;
}
.dept a:link {color:#4B9CD3; text-decoration:none; text-weight:bold;}
.dept a:visited {color:#4B9CD3; text-decoration:none; text-weight:bold;}
.dept a:hover {color: black; text-decoration:underline; text-weight:bold;}

#appDesc{color:#336699;font-size:16pt; font-weight:bold;}
#appProp{color:#336699;font-size:8pt;}
#ehslinks{background-color:#336699; font-family:Verdana, Helvetica, Arial, sans-serif; font-size:10px; text-align:center; color:#FFFFFF; letter-spacing:0.1em;}

#appfoot{background-color:#70A3D6; border:1px solid #3D82C7; padding:2px; text-align:center; font-size:9pt;}
#appcopy{background-color: #ffffff; text-align:center; font-size:9pt;}

@media (max-width: 782px) {
	.column.leftContent {
    	width: 60%;
	}
}
@media (max-width: 1000px) {
	.column.UNC50 {
    	display: none;
	}
	.column.rightContent50 {
		width: 100%;
	}
	#unclinks {
		text-align:center;
	}	
}
img.logo {
    width: 100%;
    height: auto;
    float: left;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

td.gradient {	
	background-color: #BCD2EE;
  	background-image:
    linear-gradient(
      #BCD2EE, white
    );
}

/* Style the footer */
footer {
    /* background-color: #777; */
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    color: black;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    clear: both;    
}

section.body {
    /*background-color: #666; */
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
    text-align: left;
    color: black;
    display: inline-block;
    width: 100%;
}
section.sider {
	width: 20%; 
	max-width: 125px; 
	float: left;
}
main {
	padding-left: 30px; 
	width: calc(100% - 125px); 
	float: left; 
	text-align: left;
    font-size: 10pt;
    color: black;
}

form {
	padding-bottom: 100px;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #13294b;
  display: flex;
  justify-content: center;
}

li.nav {
  float: left;
}

li.nav a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
}

li.nav a:hover {
  background-color: #e6e6e3;
  color: black;
}