﻿@font-face {
  font-family: "Icons";
  src: url("design/Icons.eot");
  src: url("design/Icons.eot?#iefix") format("embedded-opentype"), url("design/Icons.ttf") format("truetype"), url("design/Icons.svg#Icons") format("svg"),  url("design/Icons.woff") format("woff"); }
[class*="icon-"]:before, .icon-after:after, .callouts-row .callout a h2:after {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem; }


.icon-after:after {
  margin-left: 0.5rem; }
.icon-after:before {
  content: none; }
.icon-fb {
  position: relative; }
.icon-fb:before {
  color: #3B579D;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  top: -5px;
  display: block; }
.icon-fb:after {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
  position: absolute;
  left: 0.15rem;
  top: -2.15rem;
  z-index: 1; }
.icon-fb:hover {
  text-decoration: none; }
.border {
  border-top: 2px solid #0A5A98;
  border-bottom: 2px solid #0A5A98; }
h1, h3, h4, .main-nav, .news h6, .news h5 {
  font-family: 'Lora', serif;
  font-weight: 700; }
h2, h6, .comparison__item h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700; }
.topnav, .logo p, .small-menu-toggle p, .callouts h2, .quicklinks-row a, h5 {
  font-family: 'Roboto', sans-serif; }
h1 {
  color: #fff;
  font-size: 1.875rem; }
h2 {
  color: #005599;
  font-size: 1.5625rem; }
h3 {
  font-size: 1.375rem;
  color: #005599;
  text-transform: uppercase; }
h4 {
  color: #005599;
  font-size: 1.25rem; }
h5 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  margin: 0.5rem 0; }
h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #005599; }
p {
  color: #000;
  font-size: 1rem; }
  p a {
    color: #000;
    font-weight: 700;
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }
p.bold {
  font-weight: 700; }
p.small {
  font-size: 0.875rem; }
a:hover {
  text-decoration: underline; }
input[type=submit], button[type=submit] {
  border: none;
  padding: 0.25rem 0.5rem;
  color: white;
  background: #0A5A98;
  font-weight: 700;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
  height: 2rem; }
  input[type=submit]:hover, button[type=submit]:hover {
    background: #005ca8; }
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  height: 2rem;
  color: #7F7F7F;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: none; }
::-webkit-input-placeholder {
  color: #7F7F7F;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase; }
::-moz-placeholder {
  /* Firefox 19+ */
  color: #7F7F7F;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase; }
iframe.online-banking-iframe, .online-banking {
  width: 314px;
  height: 208px;
  overflow: hidden;
  margin: 0 auto;
  display: block; }

 button[type=submit], .interior-main a.yellow {
        border: none;
        padding: 0.25rem 0.5rem;
        color: black;
        background: #F5EA69;
        font-weight: 700;
        -webkit-transition: background 0.5s ease;
        transition: background 0.5s ease;
        border-radius: 5px;
        text-transform: uppercase;
        float: right;
        width: 95%;
        margin-bottom: 0;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        cursor: pointer;
text-decoration: none;
    }
     button[type=submit]:hover, .interior-main a.yellow:hover  {
        background: #fff759;
text-decoration: none;
    }



   button[type=reset], .interior-main a.blue{
        border: none;
        padding: 0.25rem 0.5rem;
        /*color: black;*/
        color:#fff;
        background: #059;
        font-weight: 700;
        -webkit-transition: background 0.5s ease;
        transition: background 0.5s ease;
        border-radius: 5px;
        text-transform: uppercase;
        float: right;
        width: 95%;
        margin-bottom: 0;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        cursor: pointer;
text-decoration: none;
    }

.interior-main a.blue {
color: #fff;
}

     button[type=reset]:hover, .interior-main a.blue:hover {
        background: #0057a8;
text-decoration: none;
    }

.interior-main a.yellow, .interior-main a.blue {
width: auto;
float: none;
}




@media only screen {

.news ul, .news .tabs-content {
  max-width: 275px;
  margin: 0 auto; }
.news .tabs .tab-title {
  width: 50%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  .news .tabs .tab-title a {
    padding: 0.5rem 0; }
.news .tabs-content {
  background: #CCDDEA;
  text-align: left;
  padding: 0.5rem; }
  .news .tabs-content h6, .news .tabs-content p, .news .tabs-content h5 {
    color: #0A5A98; }
  .news .tabs-content h6 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1; }
  .news .tabs-content p {
    font-size: 0.9375rem;
    margin: 0 0 0.75rem 0.5rem; }
  .news .tabs-content h5 {
    font-size: 1.125rem; }
  .news .tabs-content #panel1 img {
    padding:1rem 0 1.5rem 0;
  }
.news .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
.news .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial; }
  header {
    padding: 1rem 0 0.25rem 0; }
  .logo {
    text-align: center; }
    .logo p {
      color: #005599;
      margin: 0 0 1rem 0; }
    .logo a {
      display: block; }
  .interior-main.row {
    max-width: 800px;
    margin: 1rem auto; }
    .interior-main.row .row {
      margin: 0; }
  .topnav {
    margin: 0;
    line-height: 1.2; }
    .topnav li {
      border-right: 1px solid #005599;
      margin: 0;
      padding: 0 0.5rem; }
    .topnav li:last-child {
      border-right: none;
      padding-right: 0; }
    .topnav a {
      color: #005599;
      text-transform: uppercase; }
  .hero {
    max-width: 1600px;
    margin: 0 auto; }
    .hero__slide img {
      width: 100%; }
  .slick-dots {
    margin: 0; }
    .slick-dots li, .slick-dots li.slick-active {
      margin: 0 10px; }
      .slick-dots li button, .slick-dots li.slick-active button {
        margin-bottom: 0; }
      .slick-dots li button:before, .slick-dots li.slick-active button:before {
        font-size: 25px;
        color: #0A5A98;
        opacity: 1; }
  .callouts-row .callout {
    text-align: center;
    background: #0A5A98;
    padding: 0.5rem 0;
    margin: 0.25rem 0; }
    .callouts-row .callout a {
      color: #fff; }
      .callouts-row .callout a h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 1rem;
        margin: 0; }
      .callouts-row .callout a h2:after {
        margin-left: 0.5rem; }
  .features-row.row {
    margin: 1rem auto 2rem; }
    .features-row.row .feature-column {
      margin-bottom: 38px; }
    .features-row.row .feature {
      text-align: center;
      height: 100%;
      position: relative; }
      .features-row.row .feature h4 {
        text-transform: uppercase;
        margin-bottom: 0; }
      .features-row.row .feature p {
        font-size: 0.9375rem;
        margin-bottom: 0; }
      .features-row.row .feature a {
        color: #005599; }
      .features-row.row .feature .feature__link {
        position: absolute;
        bottom: -38px;
        width: 100%; }
        .features-row.row .feature .feature__link .icon-triangle {
          margin-left: 0.5rem; }
      .features-row.row .feature img {
        border: 2px solid #0A5A98; }
  .quicklinks-row {
    background-color: #CCDDEA;
    padding: 0.25rem 0 1rem; }
    .quicklinks-row li {
      padding-bottom: 0.25rem; }
    .quicklinks-row a {
      font-size: 1rem;
      color: #000; }
    .quicklinks-row .google-search {
      text-align: center; }
      .quicklinks-row .google-search input {
        width: 100%;
        font-size: 1.125rem;
        text-align: center;
        font-weight: 300;
        margin-bottom: 0.5rem; }
  footer {
   /* background: #7F7F7F;*/
    background: #616161;}
    footer li > a {
      font-size: 1.125rem; }
    footer a, footer a:hover, footer p {
      color: #DDDDDD; }
    footer p {
      margin: 1.5rem 0 0; }
    footer p.small {
      line-height: 1;
      margin: 0; }
  .interior-main a {
    color: inherit; }
  .interior-main ul {
    margin-left: 2.5rem; }
  .interior-main p.small {
    margin-left: 2rem;
    font-size: 0.875rem; }
  .heading {
    background: #005599;
    padding: 0.75rem 0;
    margin: 0 -0.9375rem; }
    .heading h1 {
      margin: 0; }
    .heading a.button {
      border: none;
      padding: 0.25rem 0.5rem;
      color: #005599;
      background: white;
      font-weight: 700;
      -webkit-transition: background 0.5s ease;
              transition: background 0.5s ease;
      border-radius: 5px;
      font-size: 1.25rem;
      margin: 0.25rem 0 0; }
      .heading a.button:hover {
        background: white; }
      .heading a.button:hover {
        background: #f2f2f2;
        text-decoration: none; }
  p.breadcrumb {
    color: #005599;
    font-weight: 400;
    text-decoration: none;
    font-size: 0.875rem;
    margin: 0 0 0.5rem; }
  p.breadcrumb a {
    font-weight: 400; }
    p.breadcrumb a:hover {
      text-decoration: underline; }
  .bottom-border {
    height: 6px;
    background: #9A781F;
    border-top: 2px solid #0A5A98;
    border-bottom: 2px solid #005599;
    clear: both;
    margin: 0 -0.9375rem; }
  .accordion {
    margin-bottom: 1rem; }
    .accordion__content {
      display: none; }
    .accordion .columns {
      padding: 0; }
    .accordion button {
      border: none;
      padding: 0.25rem 0.5rem;
      color: white;
      background: #005599;
      font-weight: 700;
      -webkit-transition: background 0.5s ease;
              transition: background 0.5s ease;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 1.25rem;
      font-weight: 600;
      width: 150px; }
      .accordion button:hover {
        background: #0057a8; }
      .accordion button span:before {
        font-size: 1rem; }
    .accordion .close {
      display: none; }
  .accordion.active .close {
    display: block; }
  .accordion.active .open {
    display: none; }
  a.top {
    float: right;
    color: #005599;
    font-weight: 700;
    text-decoration: underline;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 33px; }
    a.top:hover {
      text-decoration: none; }
  a.top:before, a.top:after {
    content: " ^ "; }
  .comparison__item {
    padding: 0.25rem;
    text-align: center;
    -webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease; }
    .comparison__item:hover {
      opacity: 0.8; }
    .comparison__item a {
      text-decoration: none; }
    .comparison__item h4 {
      font-weight: 400; }
    .comparison__item img {
      border: 2px solid #005599; }
  .image-callout img {
    border: 1px solid #005599; }
  .scroll-table-wrap {
    margin: 1rem 0; }
  table.basic th {
    text-align: center; }
    table.basic th p.small {
      margin: 0;
      line-height: 1;
      font-size: 0.75rem; }
  table.basic td, table.basic td p {
    text-align: center; }
  table.basic tr > td:first-child, table.basic tr > td:first-child p{
    text-align: left; }

table.basic td p, table.basic td li {
font-size: .875rem;
margin: 0;
}

 }
@media only screen and (max-width: 46em) {
  iframe.online-banking-iframe {
    width: 290px;
    display: block;
    margin: 0 auto; }

#contact button {
margin: .5rem auto;
}
  .topnav {
    float: none;
    text-align: center; }
    .topnav li {
      display: inline-block;
      float: none; }
    .topnav a {
      font-size: 0.8125rem; }
  .hero {
    margin: 1rem 0 2.5rem; }
  .slick-dots {
    bottom: -35px; }
  .callouts {
    background: #0A5A98; }
  .quicklinks-row {
    text-align: center; }
  .feature {
    margin: 1rem auto; }
  footer {
    padding: 1rem 0;
    text-align: center; }
    footer p.small {
      text-align: left; }
    footer .columns {
      margin: 0.25rem 0; }
  .heading {
    text-align: center; }
    .heading a.button {
      width: 80%;
      margin: 0.5rem auto; }
  .comparison__item {
    float: left;
    width: 50%;
    padding: 0.15rem; }
  .comparison__item:nth-child(4) {
    clear: both; }
  .comparison__item:nth-child(6) {
    clear: both;
    float: none;
    margin: 0 auto; }
  .scroll-table-wrap {
    clear: both;
    padding: 1rem 0; }
  .scroll-table-wrap {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden; }
 }
@media only screen and (min-width:46.063em) {
  .topnav a {
    font-size: 1rem; } /*skr was 1.125rem*/
  .nav-med-ob-row .columns .columns {
    padding: 0; }
  .slick-dots {
    bottom: 1.975rem;
    right: 2.975rem;
    width: auto; }
  .callouts-row {
    background: #0A5A98;
    margin: 0.75rem 0 0; }
  footer {
    padding: 2rem 0; }
    footer .columns .columns {
      padding: 0; }
    footer [class*="block-grid-"] {
      margin-left: 1rem; }
      footer [class*="block-grid-"] li {
        padding: 0 0.625rem 0.75rem; }
  .heading a.button {
    float: right; }
  .comparison h5 {
    text-align: center; }
  .comparison__item {
    float: left;
    width: 20%;
    padding: 0.25rem; }
 }
@media only screen and (min-width:46.063em) and (max-width:64em) {
  iframe.online-banking-iframe {
    width: 100%;
    height: 140px;
    overflow: hidden; }
  header .columns .columns {
    padding: 0; }
  .topnav {
    float: right; }
  .features-row > div.columns:nth-child(3) {
    clear: both;
    margin-top: 2rem; }
  .features-row div.columns:nth-child(4) {
    margin-top: 2rem; }
  .online-banking {
    border-radius: 0;
    width: 100%;
    padding: 0.5rem; }
    .online-banking input, .online-banking h3, .online-banking h4 {
      margin: 0; }
    .online-banking h4 {
      margin-top: 0.45rem; }
  .callouts-row .callout a h2 {
    font-size: 0.9rem; }
  .google-search {
    padding-top: 2.5rem; }
 }
@media only screen and (min-width:64.063em) {
  header {
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    width: 100%;
    border-bottom: 2px #0A5A98 solid; }
    header .columns {
      padding: 0; }
  .columns.logo {
    margin: 1rem 0 2.5rem;
  }
  .hero {
    z-index: 10;
    position: relative; }
  .slick-dots {
    z-index: 1000; }
  .callouts-row .row {
    max-width: 1000px; }
  .google-search {
    padding-top: 1rem; }
  .comparison {
    margin: 0 -0.9375rem 1rem; }
 }
 
 /* ===============ADA Styles============*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color:#000000;
  background-color:#ffffff;
}
#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
color:#000000;
background-color:#ffffff;
} 

#skip a:active, #skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}

#sentinel-badge, #sentinel-badge a {color:#fff!important;background-color:#616161!important;}