﻿<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
</style>


body {
	font-family: 'Open Sans', sans-serif;
}
.QuickLinkswater {
	line-height: 1.7;
	position: relative;
	border: 0 none;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 1.7em;
}

.linkweight{
	font-weight: normal;
}
.headerspacing {
	border: 0 none;
    margin-top: 1.5em;
    margin-bottom: 0.4em;
    position: relative;
    line-height: 1.25;
	font-family: 'Open Sans', sans-serif;
}

.menu {
	background-color: #106ab1;
	font-family: Open Sans;
}
.button {
	background-color: #106ab1;
}
a:hover {
	text-decoration: underline;
}
.footer
{
	background-color: #106ab1;
	font-family: 'Open Sans', sans-serif;
}
.page-block-item.quick-link {
	background-color: #106ab1;
	color: #fff;
}

.header {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.header-menu {
	color: #09c;
}

.header-menu-item {
	border: 2px solid #fff;
	border-radius: 2px;
}

.header-menu-item:hover {
	border-bottom-color: #106ab1;
}

.header-menu-text {
	color: #106ab1;
	font-size: normal;
	line-height: 1.2em;
    font-optical-sizing: auto;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.button:hover{
content: '';
  background-color: #95C9D3; 
  border: none;
  color: #324048;
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: underline; 
}
.biller-logo{
	cursor: default;
	opacity: 1;
	text-decoration:none;
}
p.button-3.tag.wrod.w-inline-block {
  visibility: hidden;
  position: relative;
}
p.button-3.tag.wrod.w-inline-block::after {
  content: 'Add Bank Account';
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}