  .lib-c2a {
    width: 100%;
    background: #00685B;
}

.lib-c2a ul {
    overflow: visible;
    margin: 0;
    padding: 0;
    display: block;
    min-height: 90px;
    margin-bottom:1.5em;
}

.lib-c2a ul li {
    background: #00685B;
    list-style: none;
    float: left;
    text-align: center;
    border-left: 1px solid #004E44;
    border-bottom: 2px solid #00352E;
    width: 25%; /* fallback for non-calc() browsers */
    width: calc(100% / 4);
    box-sizing: border-box;
    height:94px;
}

div.lib-c2a i.fa {
    font-size:200% !important;
}

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

.lib-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%;
}

.lib-c2a ul li a:hover {
    background: #008271;
}

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

.tipWrapper {
    overflow: visible;
    position: relative;
}

.tip {
    background-color: #CCCCCC;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    font-size: 15px;
    left: 0;
    line-height: 22px;
    min-width: 100px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 114px;
    transform: translate(0, 10px);
    visibility: hidden;
    width: calc(100% - 1px);
}

.tip:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #CCCCCC transparent;
    pointer-events: none;	
    transition-duration: 0.3s;
    transition-property: transform;
}

.tip:hover {
    display: none;
}

.tipsAboveRow .tip {
    bottom: 51px;
    top: unset; 
}

.tipsAboveRow .tip:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #CCCCCC transparent transparent transparent;
    top: unset;
}

.tip1:hover > .tip, .tip2:hover > .tip, .tip3:hover > .tip, .tip4:hover > .tip, .tip5:hover > .tip, .tip6:hover > .tip, .tip7:hover > .tip, .tip8:hover > .tip, .tip1:focus > .tip, .tip2:focus > .tip, .tip3:focus > .tip, .tip4:focus > .tip, .tip5:focus > .tip, .tip6:focus > .tip, .tip7:focus > .tip, .tip8:focus > .tip {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

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

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

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

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