@import url("https://fonts.googleapis.com/css?family=Bitter:400,700,400italic|Merriweather:400,300,300italic,400italic,700,700italic");
body {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: normal; }

a {
  color: #0062a8; }

b, strong {
  font-weight: 600; }

.logo {
  background: url(../images/Vector-COUNTY_BANK_WHITE.png) center no-repeat;
  background-size: contain;
  width: 300px;
  height: 100px;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.5s ease-in-out; }

.logo.active {
  height: 50px; }

.background-main {
  background-color: #00565B !important; }

.background-main50 {
  background: rgba(0, 86, 91, 0.7); }

.background-second {
  background-color: #029098; }

.background-alternate {
  background: #0062a8; }

.background-alternate2 {
  background: #054872; }

.background-highlight {
  background: #4F8BBF; }

.background-highlight2 {
  background: #55aba8; }

.background-highlight3 {
  background: #e5cc3b; }

.background-dark {
  background: #00383b; }

.background-dark50 {
  background: rgba(0, 56, 59, 0.95); }

.background-darker {
  background: #292A2F; }

.tint {
  background: rgba(0, 0, 0, 0.5); }

.text-main {
  color: #00565B; }

.text-second {
  color: #029098; }

.text-alternate {
  color: #0062a8; }

.text-alternate2 {
  color: #054872; }

.text-highlight {
  color: #4F8BBF; }

.text-highlight2 {
  color: #55aba8; }

.btn-main {
  background-color: #00565B;
  color: white;
  border: 0; }
  .btn-main:hover, .btn-main.active {
    background-color: #029098;
    color: white; }

.btn-alternate, .results input[type=submit] {
  background-color: #054872;
  color: white;
  border: 0; }
  .btn-alternate:hover, .results input[type=submit]:hover {
    background-color: #0062a8;
    color: white; }

.btn-highlight {
  background-color: #4F8BBF;
  color: white;
  border: 0; }
  .btn-highlight:hover {
    background-color: #ff9966;
    color: white; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700; }

h1 span, h2 span, h3 span, .h3 span {
  display: block;
  font-size: 1.25rem; }

h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 1em; }

h6, .h6 {
  color: #00565B;
  font-size: 1.3rem;
  border-bottom: 1px dotted #029098; }

.header-text {
  background-color: #292A2F;
  background-image: url(../images/banners/bridge.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 250px;
  color: white; }
  .header-text .container {
    position: relative;
    top: 50%;
    bottom: auto;
    transform: translateY(-70%);
    text-align: center; }
  .header-text h1 {
    text-shadow: 1px 1px 1px #212121; }
  .header-text p {
    margin: 0; }

.section-one {
  background: #702D3D;
  background-image: linear-gradient(180deg, #702D3D, #8B5461); }

.section-two {
  background: #C25219;
  background-image: linear-gradient(180deg, #C25219, #CD7244); }

.section-three {
  background: #22305A;
  background-image: linear-gradient(180deg, #22305A, #395198); }

.section-four {
  background: #7EA830;
  background-image: linear-gradient(180deg, #7EA830, #93B552); }

.section-five {
  background: #00565B;
  background-image: linear-gradient(45deg, #00565B, #029098);
  padding: 2em; }

.section-five .three-column {
  box-shadow: none;
  color: #FFF; }

.section-five a {
  color: #FFF; }

.section-six {
  background: #416771;
  background-image: linear-gradient(180deg, #416771, #6599a7); }

.section-seven {
  background: #273896;
  background-image: linear-gradient(180deg, #273896, #4b5dc2); }

#page-load {
  background: white;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0; }

header {
  background: #262526;
  background: linear-gradient(0deg, #262526 0%, #3d3d45 99%);
  z-index: 1030;
  width: 100%;
  padding: .5rem; }

#header, footer {
  display: block;
  background: #00383b; }
  #header h2, footer h2 {
    color: white; }
  #header .list-inline-item, footer .list-inline-item {
    font-size: .9em;
    font-weight: 300;
    padding: 0 .5rem; }

section {
  padding: 5em 0; }
  section li {
    padding-bottom: 1em; }

#tab nav {
  background: #262526;
  background: linear-gradient(0deg, #262526 0%, #3d3d45 99%); }
#tab .card {
  border-radius: 0;
  box-shadow: 1px 1px 5px #212121; }
#tab .card-body {
  padding: 0; }
#tab .card-title {
  background: rgba(0, 0, 0, 0.5);
  padding: .5rem;
  color: white;
  font-weight: 700; }
#tab .card-text {
  padding: 1rem;
  text-align: center; }
#tab .btn {
  margin: .5rem;
  font-size: .8rem;
  text-transform: uppercase;
  top: 1rem;
  left: .5rem; }

#testimonials h3, #testimonials .h3 {
  margin-top: 2.5rem;
  font-weight: 400; }
#testimonials img {
  width: 200px;
  height: auto;
  box-shadow: 2px 2px 8px #212121; }

#site-search {
  background: #00565B; }

.search .form-control {
  border: 0;
  border-radius: 0;
  width: 200px;
  height: 40px;
  font-weight: 300; }
.search .form-control, .search .form-control::placeholder {
  color: white; }
.search .btn {
  border: 0;
  border-radius: 0;
  height: 40px; }

footer {
  background-image: url(../images/banners/picture-link-bank.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white; }
  footer a {
    color: white; }
    footer a:hover {
      color: white; }
  footer .list-group-item {
    background: transparent;
    border: 1px solid #0062a8;
    padding: .0; }
    footer .list-group-item:hover {
      background: #4F8BBF; }
    footer .list-group-item a {
      color: white;
      display: block;
      width: 100%;
      padding: .4rem 1.25rem; }

#copyright a {
  font-size: 1.1rem;
  font-weight: 400; }

#fdic-ehl {
  color: white; }
  #fdic-ehl svg {
    width: 50px;
    height: 50px;
    fill: currentColor; }

#login-button {
  display: none; }

#login {
  z-index: 800; }
  #login #login-inner {
    width: 250px; }
  #login iframe {
    width: 94%;
    height: 135px;
    margin: .5em .5em 0 .5em; }
  #login .title {
    color: white;
    font-size: 1.1em;
    line-height: 40px; }
  #login a {
    color: white; }
  #login ul {
    background-color: #242429;
    margin-bottom: 0;
    text-align: center; }
  #login .list-group-item {
    padding: .0; }
    #login .list-group-item a {
      background-color: #0062a8;
			display: block;
			width: 100%;
			padding: .5rem 0; }
      #login .list-group-item a:hover {
        background-color: #0071c2; }

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.accounting {
  background-image: url(../images/banners/accounting.jpg); }

.ag-accounts {
  background-image: url(../images/banners/ag-accounts.jpg); }

.ag-lending {
  background-image: url(../images/banners/ag-lending.jpg);
  background-position: 50% 200%; }

.alerts {
  background-image: url(../images/banners/alerts.jpg); }

.bank {
  background-image: url(../images/banners/money.jpg); }

.bill-pay {
  background-image: url(../images/banners/bill-pay.jpg); }

.business {
  background-image: url(../images/banners/business.jpg);
  background-position: 50% 200%; }

.business-checking {
  background-image: url(../images/banners/business-checking.jpg); }

.business-loan {
  background-image: url(../images/banners/business-loan.jpg);
  background-position: 50% 250%; }

.calculators {
  background-image: url(../images/banners/calculator.jpg);
  background-position: 50% 30%; }

.cash-mgt {
  background-image: url(../images/banners/cash-mgt.jpg); }

.castroville {
  background-image: url(../images/banners/castroville.jpg); }

.checking {
  background-image: url(../images/banners/checking.jpg); }

.contact {
  background-image: url(../images/banners/contact.jpg); }

.debit {
  background-image: url(../images/banners/debit.jpg); }

.friends {
  background-image: url(../images/banners/friends.jpg);
  background-position: 50% -40%; }

.handshake {
  background-image: url(../images/banners/handshake.jpg); }

.horses {
  background-image: url(../images/banners/horses.jpg); }

.invest {
  background-image: url(../images/banners/invest.jpg);
  background-position: 50% 100%; }

.landscape {
  background-image: url(../images/banners/landscape.jpg);
  background-position: 50% 200%; }

.loan {
  background-image: url(../images/banners/loan.jpg);
  background-position: 50% 200%; }

.mobile-banking {
  background-image: url(../images/banners/mobile-banking.jpg); }

.mortgage {
  background-image: url(../images/banners/mortgage.jpg);
  background-position: 50% 70%; }

.online {
  background-image: url(../images/banners/online.jpg);
  background-position: 50% 200%; }

.online-banking {
  background-image: url(../images/banners/online-banking.jpg);
  background-position: 50% 300%; }

.p2p {
  background-image: url(../images/banners/p2p.jpg);
  background-position: 50% 140%; }

.savings {
  background-image: url(../images/banners/savings.jpg);
  background-position: 50% 30%; }

.statements {
  background-image: url(../images/banners/statement.jpg); }

.services {
  background-image: url(../images/banners/services.jpg); }

.telephone {
  background-image: url(../images/banners/telephone.jpg); }

#marketing {
  position: relative;
  top: -1.5em;
  z-index: 999; }
  #marketing li a {
    color: white; }
    #marketing li a:hover {
      color: #4F8BBF; }

#marketing svg {
  margin: 2em;
  width: auto;
  height: 75px;
  fill: currentColor;
  color: white; }

#marketing .col {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
  color: white; }

#marketing .col:nth-child(1) {
  background: #0062a8; }

#marketing .col:nth-child(2) {
  position: relative;
  background: #4F8BBF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45) !important;
  top: -1em;
  z-index: 10; }

#marketing .col:nth-child(3) {
  background: #55aba8; }

#marketing .lead {
  font-size: 1.6rem; }

#flow-chart h1 {
  display: inline-block;
  position: absolute;
  background: #029098;
  border: 2px solid white;
  height: 60px;
  width: 60px;
  color: white;
  line-height: 55px;
  text-align: center;
  top: -.5em;
  left: -.5em; }

#flow-chart .no {
  display: inline-block;
  position: absolute;
  background: #029098;
  border: 2px solid white;
  height: 60px;
  width: 60px;
  color: white;
  line-height: 55px;
  text-align: center;
  top: -3em;
  left: 40%; }

#flow-chart .yes {
  display: inline-block;
  position: absolute;
  background: #029098;
  border: 2px solid white;
  color: white;
  line-height: 55px;
  text-align: center;
  left: -1em;
  z-index: 999; }

.fadein {
  transition: opacity 1s ease-in-out;
  opacity: 1; }

.fadeout {
  transition: opacity 1s ease-in-out;
  opacity: 0; }

.no-show {
  opacity: 0; }

.loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #00565B;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.scrollToTop {
  padding: .5em;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 200px;
  right: 40px;
  display: none;
  background: #292A2F;
  z-index: 100; }
  .scrollToTop:hover {
    background: #029098; }

.nav-link {
  background-color: transparent;
  border-bottom: .25rem solid transparent; }
  .nav-link:hover, .nav-link:focus {
    border-bottom-color: #029098; }

.dropdown-menu {
  background: #00565B;
  border: 0;
  border-radius: 0;
  padding: 0; }

.dropdown-item {
  color: white;
  border-bottom: 1px solid #00383b; }
  .dropdown-item:hover {
    background: #029098; }

.nav-tabs .nav-link {
  border-radius: 0;
  color: white;
  margin-bottom: 0; }

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  background: #003445;
  background: linear-gradient(0deg, #003445 0%, #02515e 99%);
  border: 0;
  transition: all 0.3s ease;
  color: white; }

.table thead th {
  color: #0062a8; }
.table .col1 {
  background: #e9f6f7; }
.table .col2 {
  background: #F7F7F5; }
.table tr:hover td {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075) !important; }

.list-group-item {
  background: transparent; }

#sub-menu .list-group-item-action:focus, #sub-menu .list-group-item-action:hover {
  background-color: #029098;
  color: white; }
#sub-menu hr {
  border-top: 1px solid #00565B;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion h2, .accordion .h2 {
  margin: 0; }
.accordion .card-header:hover {
  background-color: #dee2e6; }
.accordion button img {
  width: 75px;
  height: auto;
  margin-right: 1rem; }

.small, small {
  font-size: 80% !important;
  font-weight: 400; }
.button { 
    background: #0062a8;
    background-image: linear-gradient(180deg, #0062a8 , #054872); 
    color: white
}    
.button:hover {background: #0062a8; color: white}
.rounded-pill {
  border-radius: 50rem !important; }

/**************** tablet definitions ****************/
@media (min-width: 1025px) {
  .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block; }
  .dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    transform: scale(1); } }
@media only screen and (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 1.1rem;
    text-shadow: 1px 1px 1px #212121; } }
@media (max-width: 991px) {
  .nav-item {
    border-bottom: 1px solid white; } }
@media (min-width: 768px) {
  .dropdown-toggle::after {
    border: 0; }

  .dropdown-menu.active {
    top: 100%; }

  .nav-tabs .nav-link {
    border-left: 1px solid white !important; }

  .nav-tabs .nav-link:last-child {
    border-right: 1px solid white !important; }

  .card-text {
    height: 200px; }

  .card-text > p, .card-text > img {
      position: relative;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
    }
}
/**************** mobile definitions ****************/
@media (max-width: 500px) {
  #marketing .col-sm-4:nth-child(2) {
    top: 0; } }
@media (max-width: 767px) {
  header {
    position: relative; }

  .logo {
    width: 100px;
    height: 50px; }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: white; }

  .login-toggler {
    width: 100%;
    padding: .5rem 1rem;
    border-radius: 0; }

  .header-text h1 {
    font-size: 2rem; }

  #tab {
    top: -10em; }

  .nav-tabs {
    flex-direction: column; }

  .nav-tabs .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-left: 0;
    border-bottom: 1px solid white; }

  .nav-tabs .nav-link:last-child {
    border-right: 0; } }

/*# sourceMappingURL=styles.css.map */
