@font-face {
    font-family: 'CoconL';
    src: url('Cocon-Light.woff2') format('woff2'),
        url('Cocon-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CoconR';
    src: url('Cocon-Regular.woff2') format('woff2'),
        url('Cocon-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoconB';
    src: url('Cocon-Bold.woff2') format('woff2'),
        url('Cocon-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
input#secretHoneypotParamName { display: none; }
.pageouter img {
	max-width: 100% !important;
}
.mainarea img {
	max-width: 100% !important;
}
.continp {
	width: 100%;
}
a, a:hover {
	text-decoration: none;
color: #e57200;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #f2f2e8;
}
h1, h2, h3, h4, h5, h6 {
	color: #0082c0;
	line-height: 1;
    font-family: 'CoconL';
	letter-spacing: -2px;
}
h2, h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.bg-dark {
	background-image: url('/images/nav-bg.png') !important;
	background-repeat:repeat-x;
	background-size: contain;
}
.nav-link {
	color: #fff !important;
	padding-right: 0.8rem !important;
	padding-left: 0.8rem !important;
}
.footer {
	font-size: 0.6rem;
	margin-bottom: 20px;
}
.footer a {
	text-decoration: none;
	color: #000;

}

.aclogo, .actel, .aclillogo {
	text-align: center;
}
.aclogo, .aclillogo {
	padding-top:20px;
	padding-bottom: 20px;
}
.pageouter {
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 2px #888;
}
.pageouter a {
	text-decoration: none !important;
}
.pagetitle {
	background-color: #dff0f5;
	padding-top: 15px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}


@media screen and (max-width: 768px){
	.acornslogo {
		width: 100%;
	}
	.littlelogo {
		width: 100%;
	}
}