* {
    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;}

/* Style the header */
header {
    /*background-color: #666; */
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;    
    text-align: center;
    font-size: 35px;
    color: black;
}
.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%;
}

#unclinks{font-family: "Times New Roman",serif; font-size:13px; text-align:right; color:#FFFFFF;}
#unclink{font-family:"Times New Roman",serif; font-size:13px; text-align:left; color:#FFFFFF;}
#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;
    bottom: 0;
    width: 100%;
    clear: both;    
}

section.body {
    /*background-color: #666; */
    padding-right: 30px;
    padding-left: 30px;
    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;
}
