
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
    background-color: #fff;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}

.content {
	width: auto;
}

.lfccNav
{
    background-color: #fff;
    height: 100px;
	width: 100%;
	border-bottom: 1px solid #000;
}

.lfccNav
{
    height: 120px;
    padding-bottom: 10px;
}

.lfccLeftCol
{
    width: 100%;
    height: 100%;
    min-height: 87vh;
    padding-top: 15px;

    background-color: #0069d8;
    border-right: 10px solid #0054ad;
}

.lfccButton
{
    height: 60px;
    margin-bottom: 10px;
    width: 100%;
}

.lfccButtonSelected
{
    color: #000000;
    font-size: 110%;
    font-weight: bold;
}

.lfccCenterColumn
{
    border-bottom: 10px solid #0054ad;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-right: 1px solid #00000023;
}

.lfccFooter
{
    background-color: #0069d8;
    height: 35px;
}

.lfccFooterText
{
    text-align: center;
    font-size: 110%;
    color: #fff;
    padding-top: 5px;
}

