  .reg-c2a {
    width: 100%;
    background: #002244;
	margin-bottom:1.5em;
}
 
.reg-c2a ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
 
.reg-c2a ul li {
    list-style: none;
    float: left;
    text-align: center;
    border-left: 1px solid #000911;
	border-bottom: 2px solid #343639;
    width: 25%; /* fallback for non-calc() browsers */
    width: calc(100% / 4);
    box-sizing: border-box;
	height:94px;
}

div.reg-c2a i.fas {
	font-size:200% !important;
}

.reg-c2a ul li:first-child {
    border-left: none;
}

.reg-c2a ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
	font-family:"Verlag A","Verlag B","Verlag-Book",Helvetica,Arial,sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height:16px;
	height:94px;
	padding: 20px 4px;
}

span#plustext {
	line-height:250%;
}

.reg-c2a ul li a:hover {
    background: #002f5e;
	}

.reg-c2a ul li a.twoLines {
	padding-left:9px;
}

@media only screen and (max-width: 600px) {
	.reg-c2a ul li {
		float:initial;
		width:100%;
	}
}

@media only screen and (max-width: 1000px) {
	.reg-c2a ul li a.twoLines {
		margin-top:0px !important;
		padding-left:0 !important;
	}
}

@media only screen and (max-width:1100px) and (min-width:1000px) { 
	.reg-c2a ul li a {
		font-size: 10px;
		line-height:16px;
	}
	.reg-c2a ul li a.twoLines {
		margin-top:-6px;
	}

}
@media only screen and (max-width:1015px) and (min-width:1000px) { 
	.reg-c2a ul li a.sometimesTwoLines {
			margin-top:-6px;
		}
}
