﻿@charset "utf-8";
/*
.ellipsis{
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    width: 320px;
}


[data-tooltip-text]:hover {
	position: relative;
}   

[data-tooltip-text]:hover:after {
	content: attr(data-tooltip-text);

    position: absolute;
	top: 100%;
	left: 0;
    
    background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	font-size: 12px;

	z-index: 9999;
}

.tooltip{
	display: none;
    position: absolute;
    z-index: 90;
    background: #b5cee0;
    text-align: left;
    padding: 6px;
    width: 318px;
    margin-top: -2px;
    font-weight: bold;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 2px 2px;
}   

.tooltip.on{
	display:block;
} 
*/

.top_util > li > a{
    color:black;
}

ul#topnav li a.font16{
    font-size:16px;
    letter-spacing: 0px;
    color: white;
    
}
.logo{
    position: relative;
    bottom: 11px;
}

.text-truncate-224 {
    width: 224px;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-truncate-376 span {
    width: 376px;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-truncate-309 span {
    width: 309px;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-truncate-233 span {
    width: 233px;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-truncate-219 span {
    width: 219px;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

