@charset "utf-8";
/* CSS Document */
#list-content {
background-color: #e6ecf8 !important;
padding:15px;
margin-bottom: 15px;
}

#list-text h2 {
color: #022851;
}
#list-text h3 {
color: #022851;
}
#list-text h4 {
color: #022851;
}
#list-text p {
color: #022851;
}
#list-email {
	font-size:14px;
}
#list-btn {
    padding:5px 8px;
    margin-top: 10px !important;
    text-decoration: none !important;
    letter-spacing: .01em;
    font-weight: 500 !important;
  	font-size:.85em;
color: #ffffff !important;
    border: 2px solid #007991;
    background: #007991;
    transition: all 0.3s ease 0s;
border-radius: 7px;
}

#list-btn a:hover {
    
color: white;
}
#list-btn:hover {
    background-color: #033266;
color: white;
}