body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  background: #F7F7F7;
}

h1 {
  color: #4F4F4F;
  font-size: 32px;
  font-weight: 400;
}

h2 {
  color: #4F4F4F;
  font-size: 24px;
  font-weight: 400;
}

h3 {
  padding: 0px 0px 7px 0px;
  color: #4F4F4F;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #D7D7D7;
}

h4 {
  margin: 0px 0px 15px 0px;
  color: #595959;
  font-size: 17px;
  font-weight: 600;
}

h5 {
  margin: 15px 0px;
  color: #585858;
  font-size: 15px;
}

h6 {
}

a {
  color: #074783;
  text-decoration: none;
}

a:hover {
  color: #2C76BD;
  text-decoration: none;
}

#alert {
  padding: 15px 0px;
  background: #FFCCCC;
}

#alert-outer {
}

#alert-inner {
  line-height: 1.6em;
  text-align: center;
}

#wrapper {
  text-align: center;
  background: #FFFFFF;
}

#container {
}

#inner {
}

#header {
  height: 98px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(#FFFFFF, #F1F1F1);
  background: -o-linear-gradient(#FFFFFF, #F1F1F1);
  background: -moz-linear-gradient(#FFFFFF, #F1F1F1);
  background: linear-gradient(#FFFFFF, #F1F1F1);
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

a#link-home {
  display: block;
  max-width: 100%;
}

a#link-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

#header-right {
  float: right;
  padding: 32px 0px 0px 0px;
}

#header-buttons,
#header-links,
#header-search {
  float: right;
  margin: 0px 0px 0px 30px;
  line-height: 34px;
}

#header-buttons a {
  padding: 0px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

#header-buttons a span {
  margin: 0px 10px 0px 0px;
}

#header-links {
  vertical-align: middle;
}

#header-links a {
  color: #2964A5;
  text-decoration: none;
}

span#header-phone {
  display: inline-block;
  margin: -2px 0px 0px 20px;
  color: #2964A5;
  font-size: 18px;
  line-height: 34px;
  vertical-align: middle;
}

#header-search {
  margin: 0px auto;
}

#header-search label {
  margin: 0px 5px 0px 0px;
  font-size: 13px;
  vertical-align: middle;
}

#header-search form {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
}

#header-search form input {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  background: none;
  border: 0px;
}

#header-search form input.input-text {
  width: 120px;
  padding: 5px 10px;
  color: #8B8A8A;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

#navigation {
  background: #074783;
}

#navigation-outer {
}

#navigation-inner {
}

#content {
}

#footer-top {
  padding: 15px 0px;
  font-size: 13px;
  background: #F7F7F7;
  border-top: 1px solid #EDEDED;
}

#footer-top-outer {
}

#footer-top-inner {
}

#footer-top p.footer-heading {
  margin: 15px 0px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}

#footer-top a {
  color: #074783;
}

#footer-top a:hover {
  color: #2C76BD;
  text-decoration: none;
}

#footer-bottom {
  padding: 15px 0px 45px 0px;
  color: #333333;
  font-size: 13px;
  background: #F7F7F7;
  border-top: 1px solid #EDEDED;
}

#footer-bottom a {
	text-decoration: underline !important;
}

#footer-bottom-outer {
}

#footer-bottom-inner {
}

#footer-bottom span.powered-by,
#footer-bottom span.powered-by a,
#footer-bottom span.powered-by a:hover {
  color: #454545;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1080px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Form Button Styles */

form.form-interior input.input-blue {
  display: inline-block;
  padding: 0px 10px !important;
  color: #FFFFFF !important;
  font-size: 15px;
  line-height: 31px;
  text-decoration: none;
  background-color: #2C76BD;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
}

form.form-interior input.input-green {
  display: inline-block;
  padding: 0px 10px !important;
  color: #FFFFFF !important;
  font-size: 15px;
  line-height: 31px;
  text-decoration: none;
  background-color: #24927F;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
}

form.form-interior input.input-icon-lock {
  font-family: 'FontAwesome', 'Open Sans', sans-serif !important;
}

/* Quick Links Styles */

ul#quick-links {
  margin: 15px 0px;
  padding: 0px;
  list-style-type: none;
}

ul#quick-links li {
  margin: 0px 0px 15px 0px;
  padding: 0px 3px;
}

ul#quick-links li:last-child {
  margin: 0px;
}

ul#quick-links li a {
  display: inline-block;
  padding: 0px 0px 0px 30px;
  line-height: 20px;
  text-decoration: none;
  background-position: left top;
  background-repeat: no-repeat;
}

a#link-accessibility {
  background-image: url('/images/quick-links/icon-customer-service.png');
}

a#link-mortgage-start {
  background-image: url('/images/quick-links/icon-mortgage.png');
}

a#link-mortgage-submit {
  background-image: url('/images/quick-links/icon-mortgage-2.png');
}

a#link-mortgage-app {
  background-image: url('/images/quick-links/icon-lock.png');
}

a#link-rates {
  background-image: url('/images/quick-links/icon-rates.png');
}

a#link-warning-high {
  color: #953225;
  background-image: url('/images/quick-links/icon-warning.png');
}

a#link-help {
  background-image: url('/images/quick-links/icon-online-banking-help.png');
}

a#link-faqs {
  background-image: url('/images/quick-links/icon-online-banking-faqs.png');
}

a#link-contact {
  background-image: url('/images/quick-links/icon-contact-us.png');
}

a#link-locator {
  background-image: url('/images/quick-links/icon-locator.png');
}

a#link-mobile {
  background-image: url('/images/quick-links/icon-mobile-alerts.png');
}

a#link-checks {
  background-image: url('/images/quick-links/icon-reorder-checks.png');
}

a#link-customer {
  background-image: url('/images/quick-links/icon-customer-service.png');
}

a#link-warning {
  background-image: url('/images/quick-links/icon-security.png');
}

/* Locator Styles */

#location-info {
  float: left;
  width: 40%;
}

table.table-location {
  width: 100%;
}

table.table-location th,
table.table-location td {
  vertical-align: top;
}

table.table-hours {
  border-collapse: collapse;
}

table.table-hours th,
table.table-hours td {
  padding: 5px;
  line-height: 1.6em;
  vertical-align: top;
  border: 1px solid #EFEFEF;
}

table.table-hours th {
  background: #EFEFEF;
}

table.table-hours td {
}

#google-map-embed {
  float: right;
  width: 50%;
}

/* Rates Styles */

#set-location {
}

#set-location h3 {
  color: #333333;
  font-size: 17px;
  font-weight: normal;
}

#set-location h3 span {
  margin: 0px 0px 0px 5px;
  font-size: 12px;
}

#current-rates-content {
}

/*
#set-location form input,
#current-rates form input {
  vertical-align: middle;
}

#set-location form input.input-text,
#current-rates form input.input-text {
  width: 100px;
  padding: 3px;
  color: #ACACAC;
  border: 1px solid #A9C4DE;
}
*/

#set-location form input.input-text {
  margin: 0px 5px 0px 0px;
  max-width: 160px;
}

#current-rates-select {
  margin: 0px 0px 5px 0px;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-align: right;
}

#current-rates-select select {
  font-size: 13px;
}

#current-rates-table {
  margin: 15px 0px 0px 0px;
  background-color: #FFFFFF;
}

table.table-list {
  width: 100%;
}

table.table-list th {
  padding: 7px;
  color: #818181;
  font-weight: normal;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #E4E5EB;
}

table.table-list td {
  padding: 7px;
  color: #1C62A4;
  vertical-align: middle;
  border-bottom: 1px solid #E4E5EB;
}

table.table-list tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

table.table-list tr:nth-child(even) td {
  background-color: #F4F4F4;
}

table.table-list tr.row-blue th,
table.table-list tr.row-blue td {
  color: #FFFFFF;
  background: #074783;
}

table.table-list th.column-rate,
table.table-list td.column-rate {
  width: 80px;
  text-align: center;
}

a.disclaimer-link {
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  table.table-list {
    font-size: 12px;
  }

  table.table-list thead {
    display: none;
  }

  table.table-list tr {
    display: block;
    margin: 0px 0px 10px 0px;
    border: 1px solid #CCCCCC;
  }

  table.table-list tr.row-headings {
  }

  table.table-list tr.row-headings th {
  }

  table.table-list tr.sub-headings {
  }

  table.table-list tr.sub-headings th {
    display: block;
  }

  table.table-list tr.row-blue {
    border: 0px;
  }

  table.table-list tr.row-blue th {
    display: block;
  }

  table.table-list td {
    display: block;
    width: auto !important;
    text-align: right !important;
    border: 1px dotted #CCCCCC;
    border-width: 0px 0px 1px 0px;
  }

  table.table-list td:last-of-type {
    border: 0px;
  }

  table.table-list td.column-hidden {
    display: none;
  }

  table.table-list td:before {
    content: attr(data-th) ": ";
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    text-align: left;
  }

  table.table-list td[data-th=""]:before {
    display: none;
  }
}