@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding: 0px; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #202020; line-height: 24px; }
table.topbar { height: 200px; width: 100%; background-image: url(images/topbar_bg.jpg); background-repeat: repeat-x; background-color: #01509b; }
table.topnav { width: 100%; background-color: #4d4d4d; height: 39px; border-top: 1px solid #ffffff; }
td.toplink { padding: 5px 30px 5px 0px; color: #ffffff; text-transform: capitalize; font-size: 16px; }
a { color: #333333; }
a.topnav { color: #CCCCCC; text-decoration: none; }
a.topnav:hover { color: #ffffff; text-decoration: underline; }
td.services { padding: 10px 10px 10px 0px; font-weight: bold; line-height: 18px; font-size: 13px; }
.titles { color: #01509b; font-weight: bold; font-size: 14px; }
table.footer { background-color: #01509b; height: 70px; width: 100%; }
td.bottom { color: #ffffff; font-size: 11px; padding: 10px; vertical-align: middle; }
ul.homepoints { list-style: url(images/homebullet.gif); font-size: 12px; vertical-align: text-top; line-height: normal; }

/* Cookie Dialog */
#gdpr-cookie-message { position: fixed; right: 30px; bottom: 30px; max-width: 375px; background-color: #3b3646; padding: 20px; border-radius: 5px; box-shadow: 0 6px 6px rgba(0,0,0,0.25); margin-left: 30px; }
#gdpr-cookie-message h4 { color: #ee4b5a; font-size: 17px; margin-bottom: 10px; margin-top: 0px; }
#gdpr-cookie-message p { color: white; font-size: 15px; line-height: 1.5em; }
#gdpr-cookie-message p:last-child { margin-bottom: 0; text-align: right; }
#gdpr-cookie-message a { color: #ee4b5a; text-decoration: none; font-size: 15px; padding-bottom: 2px; border-bottom: 1px dotted rgba(255,255,255,0.75); transition: all 0.3s ease-in; }
#gdpr-cookie-message a:hover { color: white; border-bottom-color: #ee4b5a; transition: all 0.3s ease-in; }
#gdpr-cookie-message button { border: none; background: #ee4b5a; color: white; font-size: 15px; padding: 7px; border-radius: 3px; margin-left: 15px; cursor: pointer; transition: all 0.3s ease-in; }
#gdpr-cookie-message button:hover { background: white; color: #ee4b5a; transition: all 0.3s ease-in; }
