* {
	box-sizing: border-box;
}

ul {
	list-style-type: none;
}

.corporate {
	background-color:black;
	width: 100%;
	height: 50%;
}

.about-policy-link {
	vertical-align: right-top;
	color: black;
	text-decoration:underline;
	text-decoration-color: white;
}
.header {
	font-family: Times New Roman (Headings CS);
	padding-left: 20px;
}
.policy-title {
	font-family: Times New Roman (Headings CS);
	color: #3d64ad;
}

.policy-box {
	box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-top: 20px;
	margin-top: 20px;
	text-align: justify;
	color: black;
	margin-left:5px;
	vertical-align:text-top;
	width: 100%;
}
.policy-footer {
	margin-top:30px;
	width: 100%;
	padding: 5px;
}
.policy-date {
	margin-top:30px;
	text-align: right;
}
.row-header {
	display: table;
	clear: both;
	width:100%;
}

.column-header {
	float: left;
	width: 33.33%;
	padding: 0 5px 5px 5px;
	text-align: justify;
}

/* Use for dropdown corporate*/
.dropdown-background {
	width: 100%;
	z-index: 100;
	display: none;
	position: absolute;
	background-color: rgb(65,107,186); 
	background-color: rgba(65,107,186,0.9); 
}

.dropdowm-menu {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-top: 30px;
}

.dropdown-category {
	font-size: 18px;
	font-family: Times New Roman (Headings CS);
	color: white;
}

.dropdown-item {
	text-decoration: none;
	font-size: 17px;
	font-family: Times New Roman (Headings CS);
    color: rgb(121,121,121);
	padding-top: 5px;
	cursor:hand;
}

.dropdown-link {
	text-decoration: none;
	color: white;
	
}
.dropdown-link:hover {
	text-decoration: underline;
	color: white;
	
}

.list-item {
	text-decoration: none;
	color: white;
}





