/*
Theme Name: Ambastarter
Theme URI: https://ambawebworks.com
Author: Amba Web Works
Author URI: https://ambawebworks.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap.
Version: 1.2.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ambastarter
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Ambastarter WordPress Theme, (C) 2021 Amba Web Works, LLC
Ambastarter is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;600;700&display=swap');
:root {
    --amba-primary: #0032a0;
    --amba-secondary: #00aeef;
    --amba-blue: #0032a0;
    --amba-blue-light: #00aeef;
    --amba-gray:#54565a;
    --amba-gray-light:#ecebea;
    --amba-black:#000000;
    --amba-body-font-family: 'Roboto', sans-serif;
    --amba-nav-font-family: 'Roboto Slab', serif;
    --amba-heading-font-family: 'Baskervville', serif;
    --amba-body-font-size: 16px;
    --amba-body-font-weight: 300;
    --amba-body-line-height: 24px;
    --amba-body-color: #212529;
}

body {
    margin: 0;
    font-family: var(--amba-body-font-family);
    font-size: var(--amba-body-font-size);
    font-weight: var(--amba-body-font-weight);
    line-height: var(--amba-body-line-height);
    color: var(--amba-body-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--amba-primary) !important;
  }
  
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--amba-secondary) !important;
}
.color-primary {
    color:var(--amba-primary);
  }
  
.color-secondary {
   color: var(--amba-secondary);
}
.wrapper {
    padding: 10px 0;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: var(--amba-heading-font-family);
    letter-spacing: -1px;
  }
  
  h1, .h1 {
    font-family: var(--amba-heading-font-family);
    font-weight: 300;
    font-size: 48px;
    letter-spacing: -1px;
  }
  
  h2, .h2 {
    font-size: 48px;
  }
  
  h3, .h3 {
    font-size: 36px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  
  h6, .h6 {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .white-heading{
    color:#ffffff;
    font-size: 2.5rem;
  }
  .primary-heading{
    color:var(--amba-primary)
  }
  .button-primary{
    font-size: 20px;
    letter-spacing: 0px;
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--amba-heading-font-family);
    color:#ffffff;
    background-color: var(--amba-primary);
    padding: 5px 30px 5px 30px;
    margin-right: 20px;
  }
  .button-secondary{
    font-size: 20px;
    letter-spacing: 0px;
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--amba-heading-font-family);
    color:#ffffff;
    background-color: var(--amba-secondary);
    padding: 5px 30px 5px 30px;
  }
  .button-primary-login{
    font-size: 20px;
    letter-spacing: 0px;
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--amba-heading-font-family);
    color:#ffffff;
    background-color: var(--amba-primary);
    padding: 5px 40px 5px 40px;
    border:0;
  }
  .buttons-section{
    display: flex;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--amba-body-font-family);
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
  }
  
  .figure, figure.wp-block-image,
  .wp-block-image > figure {
    display: inline-block;
  }
  
  .figure-img, figure.wp-block-image img,
  .wp-block-image > figure img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .figure-caption, figure.wp-block-image figcaption,
  .wp-block-image > figure figcaption {
    font-size: 0.875em;
    color: #6c757d;
  }
.news-event .entry-header , .testimonials-list .entry-header{
    display:none;
}
#container{
    width:100%;
}
#main-menu .dropdown-toggle::after {
      color: var(--amba-secondary);
}
.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
      font-family: var(--amba-heading-font-family);
      color: var(--amba-primary);
      font-size:12px;
      font-weight: 700;
}
.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item::after {
      content: "\f178";
      font-family: var(--fa-style-family,"Font Awesome 6 Free");
      font-weight: var(--fa-style,900);
      position: relative;
      top:3px;
      font-size: 16px;
      margin-left: 10px;
      color: var(--amba-secondary);
}

.custom-logo-link img {
	max-width: 200px;
}

/* Header styles */

.top-info-bar{
    color: var(--amba-primary);
}
.ditty-item__content p{
  margin: 0px !important;
}
#top-nav{
    font-size: 12px;
    font-family: var(--amba-nav-font-family);
    font-weight: 300;
    color:#ffffff;
}
#main-nav .mega-menu , #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item{
    font-size: 18px !important;
    font-family: var(--amba-heading-font-family) !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.menu-sub-heading > a.mega-menu-link {
  margin-bottom: 10px;
  color: var(--amba-primary);
  font-weight: 700;
  font-size: 18px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
    background-color: transparent !important;    
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column{
    border-right: 0px dotted black !important;
}
.search-bar {
  margin-right: 20px;
  width: 25%;
}
.search-bar input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #fff;
    background: transparent;
    color: #ffffff;
    width:80%;
    font-size: 15px;
    font-style: italic;
  }
.searchbox::-webkit-input-placeholder {
  color: #ffffff;
}
.searchbox:-moz-placeholder { 
  color: #ffffff;
   opacity:  1;
}
.search-bar input:focus {
    outline: none;
}
.search-bar .search-button{
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
}
.openaccount-button a{
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  background: #fff;
  color:var(--amba-primary);
  text-decoration: none;
}
.contactus-button a{
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  background: var(--amba-primary);
  color:#fff;
  text-decoration: none;
}

/* Home Page Styles */
#wrapper-static-content{
        padding-top: 25px;
}
.fdic-text p{
    margin-bottom:0px !important;
}
.sow-slider-image-wrapper h1{
  text-shadow: none !important;
}
.home_slider .sow-slide-nav{
  display: none !important;
}
.home_slider .sow-slider-pagination{
  text-align: left !important;
  bottom: 60px !important;
  padding: 0 50px !important;
}
.home_slider .sow-slider-base .sow-slider-pagination li.sow-active a{
  background: #0d6efd !important;
}
.home_slider .sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover{
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#panel-6-1-0-1{
  position: absolute;
    top: 360px;
    right: 12%;
}
.login_forms{
	margin-right:50px;
}
.login_forms .card {
  width: 325px;
  border:none;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  
}
.login_forms .nav-pills{
  display:table !important;
  width:100%;
}

.login_forms .nav-link{
  background-color: var(--amba-secondary);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 0px;
  font-size: 14px;
}
.login_forms .nav-item{
  display: table-cell;
}

.login_forms .nav-item .btl{
  border-top-left-radius: 25px;
}

.login_forms .nav-item .btr{
  border-top-right-radius: 25px;
}

.login_forms .nav-pills .nav-link.active{
  color: var(--amba-primary);
  background-color: #ffffff;
  font-weight: 500;
  letter-spacing: 0;
  
}
.login_forms .tab-pane{
  padding: 15px;
}
.login_forms .tab-pane p{
  font-size: 14px;
}
.login_forms .form-intro{
  text-align: center;
}
.login_forms a{
    text-decoration:none;
    font-size: 14px;
}
.ROLoginUserNameInput, .ROLoginPasswordInput , .BOLoginUsernameInput, .BOLoginPasswordInput{
  border: 0;
  outline: 0;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  text-align:center;
   -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
}
.am_looking_for .so-widget-sow-features ,.financial-resources .so-widget-sow-features {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding: 15px;
  background-color: #ffffff;
}
.sow-more-text a{
  color: var(--amba-primary) !important;
}
.am_looking_for .sow-features-feature .textwidget::after {
      content: "\f178";
      font-family: var(--fa-style-family,"Font Awesome 6 Free");
      font-weight: var(--fa-style,900);
      position: relative;
      top:3px;
      font-size: 16px;
      margin-left: 10px;
      color: var(--amba-primary);
}
.image-section{
  position: relative;
  top: -79px;
}
.image-section img{
  padding: 10px;
  background: #ffffff;
}
.intro-section{
  padding: 50px 0 0 20px;
}
.sow-features-feature-content h5{
  color:var(--amba-primary) !important;
}
.promo_sections .so-widget-sow-features{
  color: #fff;
  padding: 16px 0 16px 0;
  position: relative;
  left: -60px;
}
.promo_sections_right{
  text-align: center;
  color:#ffffff;
}
.promo_sections_right .buttons-section{
  justify-content: center;
}
.community-section{
  height: 450px !important;
  min-height: 450px!important;
}
.community-section-text{
  position: relative;
  top: 220PX;
  width: 90%;
  color: #ffffff;
  padding: 35px;
  background: #00aeef;
}
.financial-resources .sow-features-list{
  height: 300px;
}
.financial-resources .sow-features-feature .textwidget::after {
  display: none;
}
.financial-resources .sow-features-feature .textwidget .sow-more-text{
  margin: 1rem 0;
}
.financial-resources .sow-features-feature .textwidget .sow-more-text a{
  text-decoration: underline !important;
}
/* Inner pages L1*/
.header-right-content{
  position: relative;
}
.header-right-img{
  width: 555px;
  height: 415px;
  padding: 10px;
  background: #fff;
}
.inner-page-top-section{
	margin-top: -60px;
	padding: 120px 0px 150px 0px;
}
.inner-page-top-section.no-padding {
	margin-top: 0;
    padding: 30px 0px;
}
.am_looking_for_inner{
    /*overflow: unset !important;*/
}
.am_looking_for_inner .so-widget-sow-features {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding: 15px;
  background-color: #ffffff;
  height: 200px;
}
.am_looking_for_inner_loan .so-widget-sow-features {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding: 0px;
  background-color: #ffffff;
  height: 230px;
}
.am_looking_for_inner_loan .sow-features-feature h5{
    margin:0 0 10px 0 !important;
}
.fraud-prevention-box  .so-widget-sow-features {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding: 0px;
  background-color: #ffffff;
  height: 200px;
}
.fraud-prevention-box .sow-features-feature h5{
    margin:0 0 10px 0 !important;
    font-size: 15px;
}
.image-section-inner img{
	padding: 10px;
    background: #ffffff;
}
.icon-list ul{
	padding:0;
}
.icon-list ul li{
	line-height:30px;
	text-indent: -1.9em;
    margin-left: 1.9em;
}
.icon-list ul li:before{
	content: "\f773";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
	position: relative;
	font-size: 20px;
	margin-right: 5px;
	color: var(--amba-primary);
}

.inner-page-top-section .panel-grid-cell {
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 25px;
    background-color: #ffffff;
}
.personal-checking-product-inner{
	 height: 500px;
}
.personal-checking-product-inner h5{
	margin-bottom: 20px;
}
.personal-checking-product-inner ul li{
	margin: 0px 0px 15px 0px;
    padding: 0px;
    text-indent: -1.9em;
    margin-left: 1.9em;
	font-size:14px;
}
.personal-checking-product-inner ul li:before{
	content: "\f00c";
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
	position: relative;
	font-size: 20px;
	margin-right: 10px;
	color: var(--amba-secondary);
}
.disclosure{
    font-size:13px;
}
.disclosure p{
    font-size:13px;
}
/* testimonial styles*/
.testimonial-content a.ambastarter-read-more-link{
    display:none;
}
.testimonial-inner{
	padding:10px;
}
.testimonial-content{
  /*padding: 30px 15px 30px 15px;*/
  padding: 35px;
  border-radius: 30px;
  background-color: var(--amba-primary);
  height: 450px;
}
.testimonial-content p{
  color: #fff;
  font-size: 14px;
  font-style: italic;
}
.testimonial-name{
  text-align: center;
  margin-top: 15px;
}
.testimonial_title{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color:var(--amba-primary);
}
.testimonial_title span.by{
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  margin-right: 5px;
}
.testimonials i{
  font-size: 2em;
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
  background-color: var(--amba-secondary);
  color: #fff;
  border-radius: 0.8em;
}
.top-icon{
  position: relative;
  top: 40px;
  left: 45%;
  border-radius: 50px;
}
.sm-post-title a{
    pointer-events: none !important;
}
/* Finacial resources style */
.financial-resources-inner .icon-container {
  font-size: 100px;
  height: 100px;
  text-decoration: none;
  width: 100px;
  display: flex;
  margin: auto;
}
.financial-resources-inner {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding: 15px;
  height: 330px;
  margin-left: 10px;
  margin-right: 10px;
}
.financial-resources-inner h5{
  color: var(--amba-primary) !important;
  margin: 5px 0 5px 0;
}
.more-text{
  margin: 1rem 0 0 0;
}
.more-text a{
  color: var(--amba-primary) !important;
  font-weight: 500;
}

/* Features Icon style */

.features-icon-inner .icon-container {
  font-size: 100px;
  height: 100px;
  text-decoration: none;
  width: 100px;
  display: flex;
  margin: auto;
}
.features-icon-inner {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding: 15px;
  height: 230px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
}
.features-icon-inner h5{
  color: var(--amba-primary) !important;
  margin: 5px 0 5px 0;
  font-size: 16px;
  font-family: var(--amba-body-font-family);
  font-weight:500;
}
.features-icon-inner h5 a{
    text-decoration:none;
    font-weight: 500;
}
.features-icon-inner .icon-container img{
    height: 100px;
    width: 100px;
}
.features-icon-content .fa-long-arrow-right{
    font-size: 16px;
    color: var(--amba-primary);
    font-weight: var(--fa-style,900);
}
.features-icon-content .more-text{
  margin: 1rem 0 0 0;
}
.features-icon-content .more-text a{
  color: var(--amba-primary) !important;
  font-weight: 500;
  text-decoration:none;
}


/* special promo styles */
.promo-details-left ,.promo-details-right{
  height: 320px;
  color:#ffffff;
}
.promo-inner{
  height: 300px;
  display: flex;
  flex-direction: column;
}
.promo-image-container{
  position: relative;
}
/*
.promo-image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background-color: rgb(12 64 159 / 67%);
}
*/
.promo-image-container img{
  width: 100%;
  height: auto;
  max-height: 320px;
  filter: brightness(0.6);
}
.promo-content-wrapper{
  position: relative;
  top: -200px;
  text-align: center;
}
.promo-features-list{
  margin: 0px 0px 20px 50px;
  position: relative;
  height: calc(300px/2);
}
.features-list-content{
    background-color: var(--amba-secondary);
    padding: 40px 20px 20px 80px;
    height: 150px;
}
.features-icon-container{
    height: 100px;
    width: 100px;
    background-color: var(--amba-primary);
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: -50px;
}
.features-icon-container img{
    height: 100px;
    width: 100px;
}

/* Location Page Styles */
#location_map_canvas, #single_location_map_canvas{
  height: 300px;
  width:100%
  border: 2px solid #ccc;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}
#full-width-page-wrapper .entry-header{
	display:none;
}
#locList {
  margin: 2em 0;
  padding-left: 0;
  list-style: none;
}
#locList .loc {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}
#locList li .branchName .branch-title {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.accordion-title {
  display: flex;
  justify-content: space-evenly;
  font-size: 2rem;
  font-weight: 500;
  text-transform: none;  
  position: relative;
  padding: 1rem 1rem 1rem 1rem;
  margin: 0 !important;
  margin-bottom: 7px !important;
  background: var(--amba-secondary);
  color: #fff;
  border: none;
  transition: all .25s;
  line-height: 1.5;
}
#locList li .branchInfo {
  font-size: 1.4rem;
}
.accordion-content {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2rem;
  margin: -9px 0 5px;
  /*display:grid;
  grid-gap:10px;
  grid-template-columns:repeat(2, 1fr);*/
}
.contact-info{
    display: flex;
    justify-content: space-between;
}
.branch-img, .branch-img img{
    width:470px;
}
.single-location .branch-img, .single-location .branch-img img{
    width:1052px;
}
#locList li .branchInfo .contact-info {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.no-top-margin {
  margin-top: 0 !important;
}
#locList li .branchInfo .contact-info .address {
  margin-bottom: 20px;
}
#locList li .branchInfo .contact-info+div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#locList li .branchInfo .contact-info+div>div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#locList li .branchInfo h5 {
  margin-top: 0;
  font-weight: bold;
}
.branchName .hasATM {
  font-size: 1.5rem;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
}
#locList .branchName .seeMap{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
#locList li .branchInfo .mapDirections {
  display: block;
}

/* Team page Styles*/
.team-image-container img{
  width: 150px;
  height: auto;
}
.team-list-content h5{
  font-weight: 600;
}

/* Rates page styles*/
.rate table {
    margin-bottom: 20px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
table.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.table th {
    background: #0076c0;
    color: #fff;
    font-weight: bold;
}
.main table th, .main table td, table.table th, table.table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
th {
    text-align: left;
}

/* Routing Number Styles*/
.css-routing-number_check-image {
    width: 690px;
    min-height: 280px;
    max-width: 100%;
    border-width: 4px;
    border-style: solid;
    position: relative;
    margin-bottom: 160px;
    border-color: #0076c0;
    background: #fff;
}
.css-routing-number_check-image:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    height: 100%;
    background: url(check-image.png) center no-repeat;
    background-size: contain;
    z-index: 1;
}
.css-routing-number_check-image .css-routing-number_check-routing-number {
    position: absolute;
    bottom: 1%;
    left: 8.5%;
    height: 25px;
    white-space: nowrap;
}
.css-routing-number_check-image .css-routing-number_check-routing-number span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 15px;
    background: url(micr-numbers.png) 0 0 no-repeat;
}
.css-routing-number_check-image {
  width: 690px;
  min-height: 280px;
  max-width: 100%;
  border-width: 4px;
  border-style: solid;
  position: relative;
  margin-bottom: 160px
}

.css-routing-number_check-image:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  height: 100%;
  background: url('https://www.firstportcity.com/wp-content/uploads/2024/03/check-image.webp') center no-repeat;
  background-size: contain;
  z-index: 1
}

.css-routing-number_check-image .css-routing-number_check-routing-number {
  position: absolute;
  bottom: 1%;
  left: 8.5%;
  height: 25px;
  white-space: nowrap
}

.css-routing-number_check-image .css-routing-number_check-routing-number span {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 15px;
  background: url('https://www.firstportcity.com/wp-content/uploads/2024/03/micr-numbers.png') 0 0 no-repeat
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-1 {
  background-position: -15px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-2 {
  background-position: -30px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-3 {
  background-position: -45px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-4 {
  background-position: -60px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-5 {
  background-position: -75px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-6 {
  background-position: -90px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-7 {
  background-position: -105px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-8 {
  background-position: -120px 0
}

.css-routing-number_check-image .css-routing-number_check-routing-number span.num-9 {
  background-position: -135px 0
}



.css-routing-number_check-bubble {
  width: 345px;
  height: 175px;
  transform: translate(0, 270px);
  position: relative;
  left: 70px;
  background: url('https://www.firstportcity.com/wp-content/uploads/2024/03/check-bubble.webp') no-repeat;
  background-size: contain
}

.css-routing-number_check-bubble span {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: absolute;
  letter-spacing: 2px;
  bottom: 75px;
  left: 50%;
  transform: translate(-50%, 50%)
}

/* news and event styles */

.event-image img{
    border-radius: 10px;
}
.pagination{
    justify-content: center;
}
.pagination .page-numbers{
    padding:5px;
}
.event-list{
    margin: 0px 0 20px 0px;
	border-bottom: 1px dotted #aaa;
	height: auto;
	padding-bottom: 20px;
	vertical-align: middle;
	align-items: center;
	display: flex;

}
.event-list-top{
	background-color: var(--amba-primary);
	padding: 15px;
	margin: 0px 0 20px 0px;
	height: auto;
	padding-bottom: 20px;
	vertical-align: middle;
	align-items: center;
	display: flex;
	border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);

}
.event-list-top .event-img{
    width: 65%;
    margin-right: 20px;
    height: auto;

}
.event-list-top .event-img img{
    width: 100%;
    height: auto;
    padding: 10px;

}
.event-list-top .entry-content{
    width: 33%;
    padding: 20px;
}

.event-list-top .primary-heading,
.event-list-top a {
    color: #fff !Important;
}

.event-list .event-image{
    padding: 10px;

}
.event-list .event-image img{
    height: auto!important;
    width: 250px !important;

}
.event-list .entry-content{
    padding: 20px;
}

.event-sidebar .sidebar1,  .event-sidebar .video-testimonial,.event-sidebar .social-links {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 15px;

}

.event-sidebar .catlist a {
    text-decoration: none;
    font-weight: 500;
}
.event-sidebar .recent-article ul, .social-links ul{
    list-style-type: none;
    padding-left: 0;
}
.event-sidebar .recent-article ul li, .social-links ul li{
    padding-bottom: 10px;
}
.event-sidebar .recent-article ul li a, .social-links ul li a{
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;

}
.event-sidebar a:not(.button-primary) {
	color: var(--amba-primary);
}
.news-event .awards{
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 15px;
}
.news-event .awards img{
    max-width: 200px !important;
}
.search-form .button-primary {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.search-form .button-primary:hover {
        color:#fff;
        background-color: var(--amba-secondary) ;
}
.catlist a:last-child .cat-bar {
    display:none;
}

/* End news and event styles */

/* Careers Page styles */
.boxshadow{
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
}
.boxshadow-joblist{
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    /*height:200px;
    overflow: hidden;*/
}
.job-list{
    /*height:200px;
    overflow: hidden;*/
}
.first{
    margin-bottom:20px;
}
.showmore{
    display:block;
}
.hidemore{
    display:none;
}
    
}
/*Footer styles*/
#wrapper-footer-full {
  background-color: var(--amba-blue);
  padding: 5rem 0 2rem 0;
  margin-top: 15px;
}
.footer-widget h4.widget-title{
    color:var(--amba-blue-light);
}
.footer-logo img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0px none;
  margin-bottom: 20px;
}
.logo_equal_housing, .logo_superior_footer{
  display: flex;
}
.logo_equal_housing img{
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 15px;
}
.logo_superior_footer img{
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 15px;
}

.footer-widget ul.menu {
    list-style-type: none;
    padding-left: 0px;
}
.footer-widget ul.menu li {
    line-height: 40px;
}
.footer-widget ul.menu li a{
    color: #ffffff;
    text-decoration: none;
}
#wrapper-footer{
    background-color: var(--amba-blue-light);
}
.app-downloads .widget-title{
    margin-bottom: 1.5rem;
}
.app-downloads img {
    width: 170px;
    margin-bottom: 15px;
    vertical-align: middle;
    border: 0px none;
}

.contact-details {
    color:#ffffff;
}
.contact-details h5{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
}
.contact-details i{
    color:var(--amba-secondary);
    padding-right: 5px;
    font-size: 14px;
}
.site-footer .site-info{
    text-align: center;
    color:#ffffff;
}
#pgc-547-2-0{
        width: calc(33.3333% - ( 0.66666666666667 * 30px ) );
}

/* masnory*/
.sm-meta{
    display:none;
}
.btn-secondary{
    background-color: var(--amba-secondary) !important;
}
/*
grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-auto-rows: 50px;
  grid-gap: 10px;
}

[short] {
  grid-row: span 1;
  background-color: green;
}

[tall] {
  grid-row: span 2;
  background-color: crimson;
}

[taller] {
  grid-row: span 3;
  background-color: blue;
}

[tallest] {
  grid-row: span 4;
  background-color: gray;
}

grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
}

.masonry {
  -moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
}

.masonry-item { 
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
} */
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}