a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

body {
  font: 13px / 1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

body {
  background: white;
  color: #333;
  text-align: center;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  padding-top: 20px;
}

.example-block {
  background: #eee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

.logo-block {
	background: #02385d; /* Old browsers */
	background: -moz-linear-gradient(left,  #02385d 0%, #2c6f9b 50%, #02385d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#02385d), color-stop(50%,#2c6f9b), color-stop(100%,#02385d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #02385d 0%,#2c6f9b 50%,#02385d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #02385d 0%,#2c6f9b 50%,#02385d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #02385d 0%,#2c6f9b 50%,#02385d 100%); /* IE10+ */
	background: linear-gradient(to right,  #02385d 0%,#2c6f9b 50%,#02385d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02385d', endColorstr='#02385d',GradientType=1 ); /* IE6-9 */
	  font-size: 10px;
	  overflow: hidden;
	  margin-bottom: 20px;
	  padding: 10px 0;
	  text-align: center;
}

.nav-block {
	font-size: 13px;
	overflow: hidden;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif; 
}

.nav-block a {
	color: #4c4848;
}

.nav-block a:hover {
	color: #094b77;
	text-decoration: none;
}

.section-text-block {
  background: #0c4e79;
  font-size: 20px;
  overflow: hidden;
  margin: 0px;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
  color: #bdc588;
  	font-family: 'Lato', sans-serif;
	font-weight: 100; 
}

.section-text-block h1 {
	padding: 0px;
	margin: 0px;
	font-weight: 300;
}

.account-info-wrap {
	padding-top: 20px;
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cad6de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cad6de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cad6de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cad6de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cad6de 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cad6de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cad6de',GradientType=0 ); /* IE6-9 */
}

.list-account-info-block {
	background: #2c6f9b; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c6f9b 0%, #00365a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c6f9b), color-stop(100%,#00365a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c6f9b 0%,#00365a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c6f9b 0%,#00365a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c6f9b 0%,#00365a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c6f9b 0%,#00365a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6f9b', endColorstr='#00365a',GradientType=0 ); /* IE6-9 */
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
  color: #ffffff;
}

.list-account-info-block h2 {
	text-transform: uppercase;
  	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	margin: 0px;
	padding: 0px;
}

.list-account-info-block ul {
	font-size: 15px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}

.main-info-block {
/*background: #e0e0dd; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #e0e0dd 0%, #c5c5c5 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e0e0dd), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #e0e0dd 0%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #e0e0dd 0%,#c5c5c5 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #e0e0dd 0%,#c5c5c5 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #e0e0dd 0%,#c5c5c5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0dd', endColorstr='#c5c5c5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
}

.main-info-block h3{
	font-size: 35px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	color: #0c4e79;
}

.main-info-block p{
	font-size: 18px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.main-info-block a{
	color: #000000;
	text-decoration: underline;
}

.footer-block {
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: left;
}

.footer-block p{
	font-size: 18px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.footer-block h4{
	font-size: 10px;
  	font-family: 'Lato', sans-serif;
	font-weight: 300; 
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.account-number {
	background-color: #fff;
	border-color: #efeadf;
	border-width: medium;
	border-style: solid;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.account-balance {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.pay-individual-account {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	text-transform: uppercase;
	background: #5a88a6; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #5a88a6 8%, #426a84 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(8%,#5a88a6), color-stop(100%,#426a84)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #5a88a6 8%,#426a84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #5a88a6 8%,#426a84 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #5a88a6 8%,#426a84 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #5a88a6 8%,#426a84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a88a6', endColorstr='#426a84',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 5px;
}
.pay-individual-account p{
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-align: justify;
}
.pay-individual-account a{
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-align: justify;
	text-decoration: none;
}
.pay-accounts-balance {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	text-transform: uppercase;
	background: #bfc683; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #bfc683 0%, #757a54 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#bfc683), color-stop(100%,#757a54)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #bfc683 0%,#757a54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #bfc683 0%,#757a54 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #bfc683 0%,#757a54 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #bfc683 0%,#757a54 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc683', endColorstr='#757a54',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 5px;
}
.pay-accounts-balance p{
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-align: justify;
}
.pay-accounts-balance a{
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-align: justify;
	text-decoration: none;
}
.grid-container {
  padding-bottom: 5px;
}

.header-container {
	background-image: url(../../images/header-background-repeat.jpg);
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

div[class*="push-"] section {
  background: #dec;
}

div[class*="pull-"] section {
  background: #fcd;
}

.dynamic-px-width {
  display: block;
}


.bg {
    /* The image used */
    background-image: url("images/arch--iStock_000010213714XLarge.jpg");

    /* Full height */
    height: 80%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}



.login_form { 
  display: block;
  position: relative;
  top: 10%;
  color: #000;
  margin: 0 auto;
  width: 25%;
  min-width:300px;
  background: rgba(130,130,130,.2);
  padding: 20px 22px;
 
}

.form_input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
}

.form_button {
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	background-color:#2483CC; 
	border-style:none;
	color:#fff;	
}

.consumer_info{
	font-family: 'Lato', sans-serif;
	font-weight: 500; 
	color: #fff;
	text-decoration:underline;
	margin-top: 100px;		
}
.consumer_info:hover {
	mouse: pointer;	
}

.label_text {
	color: #bdc588;
  	font-family: 'Lato', sans-serif;
	font-weight: 500; 
	display: static;
	text-align: left;
	margin-bottom: 0px;
	font-size: 1.1em;		
}