@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
*, p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, em {
  font-family: 'Open Sans', sans-serif; }

a {
  color: #1090ea; }

a:hover {
  color: #3aaafa; }

.button {
  background: #FF9308;
  border: 1px solid #C16D01;
  -webkit-box-shadow: 0 1px 30px #e9a44c inset;
  box-shadow: 0 1px 30px #e9a44c inset;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.button:hover, .button:active {
  background: #ffa32c; }

.button.secondary {
  -webkit-box-shadow: 0 1px 30px rgba(239, 239, 239, 0.2) inset;
  box-shadow: 0 1px 30px rgba(239, 239, 239, 0.2) inset; }

#main .page-tag {
  font-size: 2.3125rem;
  margin-bottom: 3px;
  line-height: 1.2; }
#main .page-subtag {
  font-size: 1.61875rem;
  line-height: 1.2; }

  .page-template-page-landing #main .page-tag {
	  font-size: 1.4375rem;
  }

  .page-template-page-landing #main .page-subtag {
	  font-size: 1.2rem;
  }


.button.large {
  font-size: 1.61875rem; }

.h1-size {
  font-size: 2.75rem; }

.h2-size {
  font-size: 2.3125rem; }

.h3-size {
  font-size: 1.61875rem; }

.h4-size {
  font-size: 1.4375rem; }

.h5-size {
  font-size: 1.2rem; }

.h6-size {
  font-size: 1rem; }

.row {
  max-width: 65em; }

.vert-1 {
  padding-top: 1em;
  padding-bottom: 1em; }

.vert-2 {
  padding-top: 2em;
  padding-bottom: 2em; }

.vert-3 {
  padding-top: 3em;
  padding-bottom: 3em; }

.vert-4 {
  padding-top: 4em;
  padding-bottom: 4em; }

.vert-5 {
  padding-top: 5em;
  padding-bottom: 5em; }

.hor-1 {
  padding-left: 1em;
  padding-right: 1em; }

.hor-2 {
  padding-left: 2em;
  padding-right: 2em; }

.hor-3 {
  padding-left: 3em;
  padding-right: 3em; }

.hor-4 {
  padding-left: 4em;
  padding-right: 4em; }

.hor-5 {
  padding-left: 5em;
  padding-right: 5em; }

.panel {
  background: #F8F8F8;
  border: 1px solid #E1E1E1; }

.primaryWrap {
  height: 65px;
  line-height: 65px;
  background: #127BC6;
  border: 1px solid #50A4E0; }
  .primaryWrap .top-bar {
    background: #127BC6;
    max-width: 65em; }
    .primaryWrap .top-bar .top-bar-section {
      min-height: 65px; }
      .primaryWrap .top-bar .top-bar-section ul {
        background: #127BC6; }
        .primaryWrap .top-bar .top-bar-section ul li {
          height: 65px;
          line-height: 65px;
          border: none;
          background: none; }
          .primaryWrap .top-bar .top-bar-section ul li a {
            background: #127BC6;
            height: 63px;
            line-height: 63px;
            font-size: 16px; }
          .primaryWrap .top-bar .top-bar-section ul li a:hover {
            background: #1487d9; }
        .primaryWrap .top-bar .top-bar-section ul li.active a, .primaryWrap .top-bar .top-bar-section ul li.active a:hover {
          background: #158ce2;
          height: 63px;
          line-height: 63px;
          font-size: 16px;
          cursor: default;
          box-shadow: 0 0 2px rgba(255, 255, 255, 0.4); }
      .primaryWrap .top-bar .top-bar-section .button {
        padding: 5px 15px 5px 12px;
        margin: 5px 15px;
        display: inline-block;
        background: #06CE73;
        border: 1px solid #05C16B;
        -webkit-box-shadow: 0 1px 13px rgba(18, 243, 141, 0.5) inset;
        box-shadow: 0 1px 13px rgba(18, 243, 141, 0.5) inset;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .primaryWrap .top-bar .top-bar-section .button a, .primaryWrap .top-bar .top-bar-section .button a:hover {
          background: none;
          padding: 0;
          margin: 0;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
          .primaryWrap .top-bar .top-bar-section .button a .fa, .primaryWrap .top-bar .top-bar-section .button a:hover .fa {
            color: #FFBC66; }
      .primaryWrap .top-bar .top-bar-section .button:hover {
        background: #00be6a;
        -webkit-box-shadow: 0 1px 13px rgba(18, 243, 141, 0.15) inset;
        box-shadow: 0 1px 13px rgba(18, 243, 141, 0.15) inset; }
    .primaryWrap .top-bar .title-area {
      height: 65px;
      overflow: visible; }
      .primaryWrap .top-bar .title-area .name {
        height: 65px; }
    .primaryWrap .top-bar li.showdown {
      visibility: hidden !important;
      opacity: 0;
      padding: 0 !important;
      margin: 0 !important;
      width: 0;
      height: 0;
      overflow: hidden;
      transition: visibility 0s linear 0.4s,opacity 0.4s linear;
      border-width: 0 !important; }
    .primaryWrap .top-bar li.showdown.show {
      visibility: visible !important;
      width: inherit;
      padding: 5px 15px 5px 12px !important;
      margin: 5px 15px !important;
      height: 36px;
      line-height: 36px;
      opacity: 1;
      transition-delay: 0s;
      border-width: 1px !important; }
      .primaryWrap .top-bar li.showdown.show a {
        height: 25px;
        width: inherit;
        line-height: 25px; }
    .primaryWrap .top-bar .primaryWrap .top-bar .top-bar-section ul li.divider {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      width: 0;
      overflow: hidden; }
  .primaryWrap #site-title img {
    margin-top: 5px;
    display: inline-block; }
  .primaryWrap .divider, .primaryWrap .divider.button.show-for-small {
    display: none !important; }

.expanded.top-bar {
  z-index: 99; }

.metaWrap {
  height: 35px;
  line-height: 35px;
  background: #106caf;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1) inset; }
  .metaWrap .top-bar {
    background: none;
    max-width: 65em; }
    .metaWrap .top-bar .top-bar-section ul {
      background: none; }
      .metaWrap .top-bar .top-bar-section ul li {
        height: 35px;
        line-height: 35px;
        border: none;
        background: none; }
        .metaWrap .top-bar .top-bar-section ul li a {
          background: none;
          height: 35px;
          line-height: 35px;
          font-size: 12px; }
        .metaWrap .top-bar .top-bar-section ul li a:hover {
          background: #1278c1; }
      .metaWrap .top-bar .top-bar-section ul .button.divider {
        display: none; }
      .metaWrap .top-bar .top-bar-section ul li.active a, .metaWrap .top-bar .top-bar-section ul li.active a:hover {
        background: #1175bd;
        cursor: default;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.4); }
      .metaWrap .top-bar .top-bar-section ul .button {
        padding: 5px 15px 5px 12px;
        margin: -2px 0 -12px;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        background: #06CE73;
        border: 1px solid #05C16B;
        -webkit-box-shadow: 0 1px 13px rgba(18, 243, 141, 0.5) inset;
        box-shadow: 0 1px 13px rgba(18, 243, 141, 0.5) inset;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
        .metaWrap .top-bar .top-bar-section ul .button a, .metaWrap .top-bar .top-bar-section ul .button a:hover {
          height: 11px;
          line-height: 11px;
          background: none;
          padding: 0;
          margin: 0;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
          .metaWrap .top-bar .top-bar-section ul .button a .fa, .metaWrap .top-bar .top-bar-section ul .button a:hover .fa {
            color: #FFBC66; }
      .metaWrap .top-bar .top-bar-section ul .button:hover {
        background: #00be6a;
        -webkit-box-shadow: 0 1px 13px rgba(18, 243, 141, 0.15) inset;
        box-shadow: 0 1px 13px rgba(18, 243, 141, 0.15) inset; }

@media all and (max-width: 985px) {
  .primaryWrap .top-bar-section li:not(.has-form) a:not(.button) {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px; }

  #site-title img {
    padding-top: 10px;
    padding-left: 5px;
    display: inline-block;
    height: 45px;
    width: auto; } }
@media all and (max-width: 850px) {
  .primaryWrap .top-bar-section li:not(.has-form) a:not(.button) {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px; }

  #site-title img {
    padding-top: 11px;
    padding-left: 5px;
    display: inline-block;
    height: 43px;
    width: auto; } }
@media all and (max-width: 40.063em) {
  .primaryWrap .top-bar {
    min-height: 65px; }
    .primaryWrap .top-bar li.showdown {
      display: inherit !important; }
    .primaryWrap .top-bar .toggle-topbar a {
      height: 65px;
      line-height: 65px; }
    .primaryWrap .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 6px 16px; }
    .primaryWrap .top-bar .top-bar-section ul li {
      height: inherit;
      line-height: inherit; }
      .primaryWrap .top-bar .top-bar-section ul li a {
        height: inherit;
        line-height: inherit;
        font-size: 16px !important; }
    .primaryWrap .top-bar .top-bar-section.right {
      float: none !important;
      width: 100%;
      padding-bottom: 8px; }
    .primaryWrap .top-bar li.showdown {
      visibility: visible !important;
      width: inherit;
      padding: 5px 15px 5px 12px !important;
      margin: 5px 15px !important;
      height: 36px;
      line-height: 36px;
      opacity: 1;
      transition-delay: 0s;
      border-width: 1px !important; }
      .primaryWrap .top-bar li.showdown a {
        height: 25px;
        width: inherit;
        line-height: 25px; }
    .primaryWrap .top-bar li.showdown.divider {
      display: none !important; }
  .primaryWrap .title-area {
    background: none !important; }

  #site-title {
    padding-top: 3px;
    display: inline-block; }
    #site-title img {
      padding-top: 4px; }

  .top-bar.expanded .toggle-topbar a {
    color: #95cdf5; } }
.footer-primary {
  background: #054A7C;
  padding-top: 2.618em;
  padding-bottom: 2.618em; }
  .footer-primary h4 {
    font-size: 16px;
    color: #fff; }
  .footer-primary ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer-primary ul li {
      font-size: 13px;
      margin-bottom: 3px; }
      .footer-primary ul li a {
        color: #e3f2fd; }
      .footer-primary ul li a:hover {
        color: #fff; }
  .footer-primary p {
    font-size: 12px;
    color: #fff;
    line-height: 1.5; }
  .footer-primary p:last-of-type {
    margin-bottom: 0; }

#mobileCTA {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #127BC6;
  border-top: 1px solid #979797;
  text-align: center;
  padding: 0.4em 1em 0.4em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 99; }
  #mobileCTA .button {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.4em;
    color: #fff; }
  #mobileCTA a {
    color: #e8f5ff; }
  #mobileCTA a:hover {
    color: #fff; }

.footer-copyright {
  background: #05416c;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15) inset;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }
  .footer-copyright p {
    margin: 0;
    padding: 0;
    font-size: 13px; }
    .footer-copyright p a {
      color: #e3f2fd; }
    .footer-copyright p a:hover {
      color: #fff; }

.banner {
  position: relative;
  min-height: 500px;
  width: 100%;
  margin-top: -1px;
  padding-top: 5.618em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.banner-bg {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1; }

.banner-box {
  visibility: visible;
  height: 350px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #E3EDDD;
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 2.5em 2em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 10;
  position: relative; }

.banner-box.box-small {
  padding-top: 1.75em;
  padding-bottom: 1.75em; }
  .banner-box.box-small img {
    display: block; }
  .banner-box.box-small .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px; }

.banner-boxInner {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto; }
  .banner-boxInner label {
    font-size: 1.2rem;
    font-weight: 300;
    color: #2b2b2b; }
  .banner-boxInner select {
    font-size: 16px;
    height: 40px; }
  .banner-boxInner select:last-of-type {
    margin-bottom: 1.618em; }
  .banner-boxInner option {
    height: 28px; }
  .banner-boxInner .button {
    width: 100%; }

.banner-wrap {
  margin-bottom: -160px;
  padding-bottom: 10px; }

.banner-badges {
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  z-index: 10; }

.underBanner {
  background: #F1F1F6;
  padding-top: 1.39em;
  padding-bottom: 1.39em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 8px rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 9; }
  .underBanner .title {
    font-size: 1.2rem; }
  .underBanner .fa {
    font-size: 78px;
    color: #91E4BE;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: block; }
  .underBanner p {
    margin-bottom: 0;
    padding-bottom: 0; }
  .underBanner .mediumIcon .fa {
    position: absolute;
    font-size: 88px;
    top: 40px;
    left: 15px;
    color: #c6c6cf;
    text-shadow: none; }

.salesPoints {
  border-bottom: 1px solid #ECECF3; }
  .salesPoints .columns {
    padding-left: 0;
    padding-right: 0; }
  .salesPoints img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

@media only screen and (max-width: 64.063em) {
  .underBanner {
    padding-top: 140px; }

  .banner-box {
    background: rgba(227, 237, 221, 0.85); }

  .banner-badges {
    padding-left: 60px;
    padding-right: 60px; } }
@media all and (max-width: 40.063em) {
  .banner-badges {
    padding-left: 30px;
    padding-right: 30px; } }
.entry-content table {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }
  .entry-content table tr td, .entry-content table tr th {
    font-size: 16px; }
  .entry-content table caption {
    padding-top: 0.81em;
    padding-bottom: 0.81em;
    background: #c4dae5; }
.entry-content ul, .entry-content ol {
  list-style-position: inside; }

.contentCTA {
  background: #127BC6;
  border: 1px solid #979797;
  padding: 1em;
  margin-bottom: 1.382em; }
  .contentCTA .button, .contentCTA p {
    margin: 0;
    font-size: 1.4375rem; }
  .contentCTA p {
    margin-top: 0.4em;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 1.61875rem; }

.page-header {
  background-color: #EEEEEE; }
  .page-header > .row {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 1.5em;
    padding-bottom: 2em; }
  .page-header .page-tag {
    padding: 0;
    margin: 0;
    margin-right: 20%;
    color: #575757;
    min-height: 50px;
    line-height: 50px;
    font-size: 2.3125rem; }
  .page-header .page-subtag {
    padding: 0;
    margin: 0;
    margin-right: 20%;
    min-height: 32px;
    line-height: 32px;
    font-size: 1.4375rem; }

.alignright {
  float: right;
  margin-left: 1em; }

.alignleft {
  float: left;
  margin-right: 1em; }

.aligncenter {
  margin-right: auto;
  margin-left: auto; }

@media all and (max-width: 40.063em) {
  .page-header > .row {
    background-image: none !important; } }
#content .widget ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0; }
  #content .widget ul li {
    font-size: 14px; }
#content .widget .widget-title {
  font-size: 1.2rem;
  background: #eff4f1;
  padding: 5px;
  text-align: center; }
#content .widget .widget-title + * {
  padding: 0 10px; }
#content .widget .widget-list li {
  font-size: 18px;
  padding-left: 20px; }
#content .widget .widget-list li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -20px;
  color: #58DCA0;
  font-style: normal;
  font-size: 16px; }
#content .widget_dg_recent_posts .widget-title + * {
  padding: 0; }

.landing-widgets .widget-list {
  list-style-type: none;
  list-style-position: inside; }
  .landing-widgets .widget-list li {
    font-size: 18px;
    padding-left: 20px; }
  .landing-widgets .widget-list li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -20px;
    color: #58DCA0;
    font-style: normal;
    font-size: 16px; }

aside.medium-4 .widget {
  margin-bottom: 1em; }

.paydayWidget-block li > div {
  border: 1px solid #979797;
  padding: 1em;
  -webkit-box-shadow: 0 0 18px rgba(94, 164, 214, 0.12) inset;
  box-shadow: 0 0 18px rgba(94, 164, 214, 0.12) inset; }
.paydayWidget-block li p {
  font-size: 11px;
  line-height: 15px;
  color: #3B3B3B;
  margin-bottom: 0; }
  .paydayWidget-block li p a {
    color: #3B3B3B; }
  .paydayWidget-block li p a:hover {
    color: #7c7c7c; }
.paydayWidget-block li a {
  color: #3B3B3B; }
.paydayWidget-block li a:hover {
  color: #7c7c7c; }
.paydayWidget-block li h2, .paydayWidget-block li h2 a, .paydayWidget-block li a h2 {
  font-size: 16px;
  color: #0078A0;
  margin-top: 0; }
.paydayWidget-block li img {
  max-width: 84px !important; }

.widget-payday {
  margin-bottom: 1em; }
  .widget-payday > div {
    border: 1px solid #979797;
    padding: 1em;
    -webkit-box-shadow: 0 0 18px rgba(94, 164, 214, 0.12) inset;
    box-shadow: 0 0 18px rgba(94, 164, 214, 0.12) inset; }
  .widget-payday p {
    font-size: 11px;
    line-height: 15px;
    color: #3B3B3B;
    margin-bottom: 0; }
    .widget-payday p a {
      color: #3B3B3B; }
    .widget-payday p a:hover {
      color: #7c7c7c; }
  .widget-payday a {
    color: #3B3B3B; }
  .widget-payday a:hover {
    color: #7c7c7c; }
  .widget-payday h2, .widget-payday h2 a, .widget-payday a h2 {
    font-size: 16px;
    color: #0078A0;
    margin-top: 0; }
  .widget-payday img {
    max-width: 84px !important; }

.page-template-template-application #content .widget li {
	font-size: 11px;
}

 .page-template-template-application #content .widget-title {
	 font-size: 14px;
 }

.ctaForm-content, .overdraftformWide-content {
  position: relative;
  padding-left: 25%;
  border: 1px solid #979797;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .ctaForm-content .ctaForm-title, .overdraftformWide-content .ctaForm-title {
    background: #2FD388;
    border-right: 1px solid #979797;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24%;
    padding: 2.5em 2em 3em; }
    .ctaForm-content .ctaForm-title h3, .overdraftformWide-content .ctaForm-title h3 {
      color: #fff;
      margin: 0;
      padding: 0;
      line-height: 1.25;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04); }
  .ctaForm-content form, .overdraftformWide-content form {
    padding: 1.9em 1em 1em;
    margin: 0; }
  .ctaForm-content .panel, .overdraftformWide-content .panel {
    margin-top: 1.2em; }

.ctaformWidget, .widget_overdraft_form {
  position: relative;
  border: 1px solid #979797; }
  .ctaformWidget .ctaformWidget-title, .ctaformWidget .widget_overdraft_form-title, .widget_overdraft_form .ctaformWidget-title, .widget_overdraft_form .widget_overdraft_form-title {
    background: #eff4f1;
    border-bottom: 1px solid #979797;
    text-align: center; }
    .ctaformWidget .ctaformWidget-title h2, .ctaformWidget .widget_overdraft_form-title h2, .widget_overdraft_form .ctaformWidget-title h2, .widget_overdraft_form .widget_overdraft_form-title h2 {
      color: #575757;
      padding: 0.5em 1em;
      line-height: 1.2;
      margin: 0;
      font-size: 1.2rem; }
  .ctaformWidget form, .widget_overdraft_form form {
    padding: 1em;
    margin: 0;
    border-bottom: 1px solid #ededed; }
    .ctaformWidget form input, .widget_overdraft_form form input {
      padding: 4px;
      height: 24px;
      line-height: 24px;
      font-size: 13px; }
    .ctaformWidget form select, .widget_overdraft_form form select {
      height: 24px;
      padding: 0 4px; }
      .ctaformWidget form select option, .widget_overdraft_form form select option {
        height: 24px; }
  .ctaformWidget .button, .widget_overdraft_form .button {
    margin: 0.5em auto 0;
    display: block;
    width: 90%;
    max-width: 300px; }
  .ctaformWidget #loan_rate, .widget_overdraft_form #loan_rate {
    font-size: 24px;
    color: #FA8D00;
    height: 34px !important;
    overflow: visible;
    margin-bottom: 0;
    margin-top: 3px; }

.overdraftformWide-content .panel {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 10px; }
  .overdraftformWide-content .panel p {
    font-size: 18px;
    margin: 0;
    line-height: 1.2; }
.overdraftformWide-content form {
  padding-top: 20px;
  padding-bottom: 10px; }
  .overdraftformWide-content form label {
    font-size: 14px;
    line-height: 1.3; }
  .overdraftformWide-content form input {
    margin-bottom: 15px;
    padding: 4px 5px; }
  .overdraftformWide-content form #loan_rate {
    margin-bottom: 0;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 28px;
    color: #FA8D00;
    height: 42px !important;
    overflow: visible;
    padding: 0; }

.widget_overdraft_form #loan_rate {
  background: none;
  border: none;
  box-shadow: none;
  outline: none; }
.widget_overdraft_form input.secondary {
  height: auto;
  padding: 0.5em 0.75em; }

.footer-primary .widget_faq_widget ul li {
  display: block;
  border-top: 1px solid #3175a6;
  color: #e3f2fd;
  padding-top: 2px;
  padding-bottom: 2px; }
  .footer-primary .widget_faq_widget ul li a {
    color: #72E6A5; }
  .footer-primary .widget_faq_widget ul li a:hover {
    color: #b7fbd5; }

.widget_faq_widget ul li {
  border-top: 1px solid #5785a6;
  padding-top: 2px;
  padding-bottom: 2px; }

.widget_faq_widget.landing ul {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0; }


 .page-template-template-application #content .widget ul li {
	 list-style-type: disc;
	 padding-bottom: 6px; padding-top: 6px;
	 border-bottom: 1px solid #c5d7e0;
 }

 	 .page-template-template-application #content .widget ul li:first-of-type {
	 	 padding-top: 0;
 	 }

@media only screen and (max-width: 64.063em) {
  .ctaForm-content, .overdraftformWide-content {
    padding-left: 0; }
    .ctaForm-content .ctaForm-title, .overdraftformWide-content .ctaForm-title {
      position: relative;
      width: 100%;
      bottom: auto;
      padding: 1em;
      border-right: none;
      border-bottom: 1px solid #979797; }
    .ctaForm-content form, .overdraftformWide-content form {
      padding-top: 1em;
      padding-bottom: 1em; } }
.breadcrumbs {
  background: none;
  border: none;
  padding: 1em 0;
  border-bottom: 1px solid #e6e6e6; }
  .breadcrumbs [typeof="v:Breadcrumb"] {
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block; }
  .breadcrumbs [typeof="v:Breadcrumb"]:first-of-type {
    margin-left: 0; }
  .breadcrumbs span:hover a {
    text-decoration: none; }
  .breadcrumbs span a:hover {
    text-decoration: underline; }
  .breadcrumbs .breadcrumb_last {
    color: #575757; }

.banner .breadcrumbWrap {
  position: absolute;
  top: 0;
  width: 100%; }
  .banner .breadcrumbWrap > .row > .columns {
    padding-left: 5px;
    padding-right: 5px; }
  .banner .breadcrumbWrap .breadcrumbs {
    border: none; }
  .banner .breadcrumbWrap span {
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.7); }
  .banner .breadcrumbWrap .breadcrumb_last {
    color: #f6f6f6; }

.index .post-thumbnail {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }
.index .entry-meta {
  font-size: 14px; }
.index .post {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e1e1e1; }
.index .post:last-of-type {
  border-bottom: none;
  padding-bottom: 1em; }

.entry-summary {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em; }

.widget-title.panel {
  margin-bottom: 0.5em; }

.post-navigation {
  margin-top: 1.5em;
  margin-bottom: 2.25em;
  padding: 20px;
  border: 1px solid #ccc; }
  .post-navigation .excerpt {
    font-size: 13px; }
  .post-navigation .previous .post-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
  .post-navigation .next .teaser-title, .post-navigation .next h4 {
    text-align: right;
    display: block; }
  .post-navigation .next .post-thumbnail {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px; }

#recentAuthorPosts .post-thumbnail {
  float: right; }
#recentAuthorPosts article {
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin-bottom: 1em; }
  #recentAuthorPosts article .entry-summary {
    font-size: 14px; }

ul.pagination {
  padding-top: 0.5em;
  border-top: 1px solid #e1e1e1; }
  ul.pagination li {
    font-size: 16px; }

.app560 {
	font-size: 13px;
	border: 1px solid #eeeeee;
	padding: 5px 10px;
}
	.app560 ul {
		margin-bottom: 0;
	}
	.app560 p  {
		margin-bottom: 6px;
	}

	.app560 p, .app560 li {
		font-size: 13px;
	}

#steps {
	background: #22D26F;
	padding: 10px;
}

	#appWrapper ul#steps li {
		color: #e8edee;
	}

	#appWrapper ul#steps li.current {
		color: #055D88;
	}

	.entry-content #appWrapper legend {
		color: #055D88;
	}
