<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: 0051 United Southern Bank
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.2.5
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Cabin", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "haboro",sans-serif;
  color: #10264B;
}
h1 {
  font-size: clamp(2rem, 4vw, 4rem)
}
h2 {
  font-size: clamp(1.8rem, 4vw, 3.75rem)
}
h3 {
  font-size: clamp(1.5rem, 4vw, 2.5rem)
}
h1, h2, h3, h4 {
  font-weight: 500;
  line-height: 1.3;
}
p,
ul,
dl,
ol {
  color: #333333;
}

p{
  line-height: 1.7;
}
.csi-container1200 {
  max-width: 1500px;
  padding: 0 2.5rem;
  margin: auto;
}
/*font-family: "stolzl",sans-serif;*/
/* BUTTONS AND LINKS
Before Changing any Hover/Focus behavior, ensure the new behavior still complies with
ADA requirements (at least 3.0 contrast change or underline change)
-------------------------------------------------------------------------------------- */
a {
  color: #174688;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #343434;
  text-decoration: none;
}
a.csi-btn {
  background: #00215A;
  border: 1px solid #FFFFFF84;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem 3rem 1rem 3rem;
  color: white;
}
a.csi-btn:hover,
a.csi-btn:focus {
  color: #00215A!important;
  border: 1px solid #00215A;
  background: white;
}
a.csi-btn.green-btn {
  background: #2C744A;
  border-color: #2C744A;
}
a.csi-btn.green-btn:hover,
a.csi-btn.green-btn:focus {
  background: white;
  color: #2C744A!important;
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
#main-content.home h1,
#main-content.home h2,
#main-content.home h3,
#main-content.home h4,
#main-content.home h5,
#main-content.home h6, 
#main-content.home p,
#main-content.home a {
  color: white;
}
#main-content.home {
  position: relative;
  z-index: 4;
}
img.alignright {
  float: right;
}
.inside-top-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1772' height='223' viewBox='0 0 1772 223'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1241' data-name='Rectangle 1241' width='1772' height='223' transform='translate(-2542 5850)' fill='%23fff'/%3E%3C/clipPath%3E%3Cfilter id='Path_3168' x='-579.218' y='-178.583' width='3040.048' height='706.994' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='38' result='blur'/%3E%3CfeFlood flood-color='%2310331e'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Mask_Group_9' data-name='Mask Group 9' transform='translate(2542 -5850)' clip-path='url(%23clip-path)'%3E%3Cg transform='matrix(1, 0, 0, 1, -2542, 5850)' filter='url(%23Path_3168)'%3E%3Cpath id='Path_3168-2' data-name='Path 3168' d='M-5103.817-2465.063s-1288.969,369.746-2338.507,230.57,0,199.537,0,199.537h1788.407Z' transform='matrix(1, 0.02, -0.02, 1, 7406.85, 2538.13)' fill='%23f7f6f2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
.csi-banner-9 {
  position: relative;
}
.csi-insidepages {
  position: relative;
  z-index: 4;
}
.standard-section p,
.standard-section a,
.standard-section ol,
.standard-section ul {
  font-family: "stolzl",sans-serif;
  font-weight: 200;
}
.calc-body .nav a {
  border-color: #00215a;
  background: white;
}
.calc-body .nav a.active {
  background: #007430;
}
.calc-body .nav a.active p.p-titles {
  color: white;
}
.calc-body .tab-content {
  border-radius: 0;
  border-top: 0;
}
.calc-body .nav a.active:focus p.p-titles {
  color: #00215a;
}
.csi-insidepages .csi-articleContent .calc-body ul li {
  width: 10%!important;
  margin-right: 0.5rem;
}
.csi-sidebar {
  box-shadow: 0px 3px 36px #00000026;
  border-radius: 12px;
  display: flex;
  position: relative;
  padding: 1rem;
  background: white;
}
.page-row {
  align-items: flex-start;
}
.table-responsive {
  box-shadow: 0px 11px 20px #00194a4d;
  border-radius: 12px;
  border: 0;
  margin-bottom: 1rem;
}
.table-responsive table {
  background: white;
  margin-bottom: 0;
}
.panel-body p {
  font-size: 1.15rem;
}
/* HEADER ---------------------------------------------------------------------------- */
.sticky-header-col {
  display: none;
}
.sticky-header {
  background: white;
  position: fixed;
  z-index:100;
  width: 100%;
  box-shadow: 20px 5px 43px #06210C88;
  transition: all 0.5s ease-out;
  top: 0;
}
.sticky-header #csiMenuWrapper .primary-menu ul.sub-menu {
  padding-left: 1rem;
}
.sticky-header #csiMenuWrapper .primary-menu a, #csiMenuWrapper-secondary .primary-menu a {
  text-shadow: 0 0 transparent;
  color: #11430D;
  font-size: 1.2rem;
  padding: 0;
}
.sticky-header #csiMenuWrapper .nav-toggle svg,
.sticky-header #csiMenuWrapper-secondary .nav-toggle svg {
fill: #11430D;
}
.sticky-header #csiMenuWrapper .primary-menu &gt; li, #csiMenuWrapper-secondary .primary-menu &gt; li {
  margin-top: 0;
}
.sticky-header #csiMenuWrapper ul.primary-menu, #csiMenuWrapper-secondary ul.primary-menu {
  margin: 0;
}
.sticky-header .sticky-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
.sticky-header-wrapper .csi-nav {
  position: relative;
}
.sticky-header img {
  max-width: 172px;
  width: 100%;
  height: 100%;
}
.sticky-header .sticky-logo {
  z-index: 100;
}
.quicklinks-wrapper  ul{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.quicklinks-wrapper li {
  display: inline-block;
  margin-right: 2rem;
  text-transform: uppercase;
}
.quicklinks-wrapper a {
  color: white;
  font-size: 0.75rem;
  text-decoration: none;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.quicklinks-wrapper a:hover,
.quicklinks-wrapper a:focus {
  text-decoration: underline;
}
.quicklinks-wrapper {
  background: #007430;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}
.csi-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 5;
  position: absolute;
  width: 100%;
}
.search-form {
  margin-left: 3rem;
  position: relative;
}
.search-form input {
  background: #00000089 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFFA8;
  border-radius: 900px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: white;
  
}
.search-form input::placeholder {
  color: #FFFFFF;
  text-shadow: 0px 3px 11px #000000;
  font-size: 1rem;
}
.search-form button.search-submit {
  background: transparent;
  border: 0;
  color: white;
  position: absolute;
  right: 0;
  bottom: 18%;
  margin-right: 0.75rem;
}
.search-form input[type=search].active {
  background: grey;
  border: 1px solid #FFFFFFA8;
  border-radius: 900px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: white;
  width: 100%;
  position: relative;
}
.search-form i.mobile-search {
  display: none;
}
/* IB ---------------------------------------------------------------------------- */
.csi-ib-container {
  background: white;
  width: 100%;
  border-radius: 0;
  position: relative;
}
.ib-wrapper {
  padding-right: 0;
  box-shadow: 20px 5px 43px #06210c88;
  z-index: 3;
  position: relative;
  background: #FDFDFA;
}
.csi-ib-vertical {
  padding: 2.06rem;
  padding-top: 10rem;
}
.csi-ib input {
  margin-bottom: 1rem;
  background: #eaeced;
  border: 1px solid #31457250;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.csi-ib input::placeholder {
  color: #11430D;
  font-size: 1rem;
}
.csi-ibButton {
  margin-bottom: 1rem;
}
.csi-ib-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.csi-ib-links a {
  font-size: 0.75rem;
  color: #737373;
}
.csi-ib h5 {
  color: #11430D;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.csi-ib .col-auto {
  width: 100%;
}
.csi-ibButton button {
  width: 100%;
  background: #00215A;
  border: 1px solid #FFFFFF84;
  border-radius: 6px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: white;
}
.csi-ibButton button:focus,
.csi-ibButton button:hover {
  background: white;
  color: #00215A;
  border: 1px solid #00215A;
}
.csi-logo {
  margin-top: 2.2rem;
}
.csi-logo img {
  max-width: 250px;
  width: 100%;
}
.ib-socials {
  position: absolute;
  background: 0;
  bottom: 15%;
  z-index: 4;
  left: 5%;
  display: flex;
}
.ib-socials a:hover i,
.ib-socials a:focus i {
  background: #11430D;
  color: white;
  border-radius: 2px;
  padding: 0.15rem;
}
.socials-mobile {
  display: none;
}
.logos-mobile {
  display: none;
}
ul.ib-socials {
  padding-left: 0;
  text-align: center;
  padding-top: 0;
}
ul.ib-socials li {
  display:inline-block;
  padding-left:1rem;
}
ul.ib-socials li:first-child {
  padding-left: 0;
}
ul.ib-socials i {
  color: #11430D;
  font-size: 1.5rem;
}
/* Banner ---------------------------------------------------------------------------- */
.banner-wrapper {
  padding-left: 0;
}
.csi-carousel h2 {
  text-shadow: 0px 3px 8px #000000de;
  font-size: calc( 2rem + 1.75vw);
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}
.csi-carousel .carousel-text p {
  color: #fff;
  font-size: 1.25rem;
}
.csi-carousel .carousel-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 575px;
  height: 68vh;
}
svg.top-banner {
  position: absolute;
  bottom: 10%;
  left: -8%;
  z-index: 1;
}
/*.top-banner-svg {
  background-image: url("/wp-content/themes/0051_United_Southern_Bank/images/top_swoop_stretched.png");
  background-repeat: no-repeat;
  width: 141%;
  height: 36%;
  position: absolute;
  z-index: 4;
  left: -18%;
  bottom: 0;
  bottom: -20%;
  background-size: cover;
}*/
.carousel-indicators {
  bottom: 20%;
  justify-content: flex-start;
  margin-left: 10%;
}
.top-banner-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2000.341' height='435' viewBox='0 0 2000.341 435'%3E%3Cdefs%3E%3Cfilter id='Path_3058' x='0' y='0' width='2000.341' height='435' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='38' result='blur'/%3E%3CfeFlood flood-color='%23013115'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_3058)'%3E%3Cpath id='Path_3058-2' data-name='Path 3058' d='M-12876.66-15151s-638.655,206.821-1085.439,113.314S-14649-15151-14649-15151v207h1772.341Z' transform='translate(14763 15265)' fill='%232C744A'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 141%;
  height: 37%;
  position: absolute;
  z-index: 4;
  left: -18%;
  bottom: 0;
  background-size: cover;
}
.underneath-banner-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1772.341' height='231.607' viewBox='0 0 1772.341 231.607'%3E%3Cpath id='Path_3041' data-name='Path 3041' d='M-12876.66-15151s-638.655,231.408-1085.439,126.785S-14649-15151-14649-15151v231.607h1772.341Z' transform='translate(14649.001 15151.001)' fill='%23007430' opacity='0.792'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 100%;
  height: 21%;
  position: absolute;
  z-index: 2;
  left: 2%;
  bottom: 0;
  background-size: cover;
}
.csi-carousel .carousel-item {
  position: relative;
  min-height: 800px;
  height: 94vh;
  max-height: 900px
}
.csi-carousel .carousel-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.54;
  background: linear-gradient(0.25turn, #000000, #000000C7, #00000000);
}
.csi-carousel .carousel-indicators {
  background-color: transparent;
}
/* Body One -------------------------------------------------------------------------- */
.csi-body-one {
  background: #2C744A;
  /* min-height: 46rem; */
  padding: 2% 0 10% 0;
}
.csi-body-one .body-one-copy {
  margin-top: 2rem;
  padding-top: 5rem;
}
.csi-body-one .body-one-img {
  width: 97%;
  height: 730px;
  box-shadow: -40px 13px 46px #00000071;
  border-radius: 6px;
  transform: matrix(1, 0.09, -0.09, 1, 0, 0);
  position: absolute;
  top: -20%;
  z-index: 2;
}
.body-one-top-svg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2337.96' height='1645.104' viewBox='0 0 2337.96 1645.104'%3E%3Cdefs%3E%3Cfilter id='Union_2' x='0' y='0' width='2337.96' height='1645.104' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='49.5' result='blur'/%3E%3CfeFlood flood-opacity='0.604'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Union_2)'%3E%3Cpath id='Union_2-2' data-name='Union 2' d='M15559.364,17007.02c-531.577,107.395-909.779-33.832-909.779-33.832l96.884-361.574,44.291,11.867V16146s328.968,120.5,827.629,85.951S16563.1,16146,16563.1,16146v147.225h-.342v805.063l127.789,34.24-96.885,361.576S16090.945,16899.631,15559.364,17007.02Z' transform='translate(-14501.08 -15997.5)' fill='%232c744a'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
/* Body Two -------------------------------------------------------------------------- */
.csi-body-two {
  background: #10264B;
  position: relative;
  z-index: 1;
}
.csi-body-two .card {
  box-shadow: -40px 13px 46px #00000071;
  height: 600px;
  border-radius: 6px;
  z-index: 1;
  border: 0;
}
.csi-body-two .card::before {
  background: transparent linear-gradient(189deg, #00000000 0%, #00000012 49%, #00000088 77%, #0000009F 100%) 100% 100% no-repeat padding-box;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: absolute;
}
.csi-body-two .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
}
.csi-body-two .csi_cards {
  text-align: left;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.csi-body-two .csi_cards:first-child {
  margin-left: 0;
  margin-right: 0.5rem;
}
.csi-body-two .csi_cards:last-child {
  margin-left: 0.5rem;
  margin-right: 0;
}
.csi-body-two a.card-linkName {
  font-size: 1.25rem;
  text-decoration: none;
  font-family: "haboro",sans-serif;
}
.csi-body-two a.card-linkName:hover,
.csi-body-two a.card-linkName:focus {
  text-decoration: underline;
}
.csi-body-two .card-icon {
  background: #2C4575;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  margin: 0;
  margin-bottom: 2rem;
}
.csi-body-two .copySection {
  text-align: center;
  padding-top: 8%;
  padding-bottom: 8%;
}
/*.body-two-underneath-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='2017.843' height='1010.164' viewBox='0 0 2017.843 1010.164'%3E%3Cpath id='Path_3164' data-name='Path 3164' d='M1930.208,621.034S1234.8.11,748.071,281.115-.214,621.7-.214,621.7L0,0,1930.422-.664Z' transform='matrix(0.978, 0.208, -0.208, 0.978, 129.468, 0.694)' fill='%23007430' opacity='0.792'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 115%;
  left: -10%;
  position: absolute;
  top: -44%;
}
.body-two-top-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2337.96' height='1645.104' viewBox='0 0 2337.96 1645.104'%3E%3Cdefs%3E%3Cfilter id='Union_14' x='0' y='0' width='2337.96' height='1645.104' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='49.5' result='blur'/%3E%3CfeFlood flood-opacity='0.604'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Union_14)'%3E%3Cpath id='Union_14-2' data-name='Union 14' d='M15559.364,17007.02c-531.577,107.395-909.779-33.832-909.779-33.832l96.884-361.574,44.291,11.867V16146s328.968,120.5,827.629,85.951S16563.1,16146,16563.1,16146v147.225h-.342v805.063l127.789,34.24-96.885,361.576S16090.945,16899.631,15559.364,17007.02Z' transform='translate(-14501.08 -15997.5)' fill='%232c744a'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 168%;
  left: -10%;
  position: absolute;
  top: -62%;
}*/
/* Body Three -------------------------------------------------------------------------- */
.csi-body-three {
  background: #2E744A;
  position: relative;
  padding-bottom: 5rem;
}
.csi-body-three .carousel-controls {
  text-align: center;
  margin-bottom: 1rem;
}
.csi-body-three .carousel-controls a {
  text-decoration: none;
  font-size: 2rem;
}
.csi-body-three .carousel-item:before {
  content: none;
}
.csi-body-three .carousel-item {
  min-height: 600px;
      width: 466px;
    padding: 0 15px;
}
.csi-body-three .card-wrapper {
  background: white;
  box-shadow: 0px 31px 46px #02213458;
  border-radius: 6px;
  min-height: 600px;
}
#main-content.home .csi-body-three h3,
#main-content.home .csi-body-three p {
  color: #00215A;
}
.csi-body-three .card-photo {
  background: url(https://valseg42.csi.corp/unitedsouthern/wp-content/uploads/sites/96/Adirondack-chairs-on-a-wooden-dock-facing-ta-calm-lake-1125219667_4256x2832-1-scaled.jpeg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 290px;
  margin: 0;
  border-radius: 6px 6px 0px 0px;
}
.csi-body-three .card-icon {
  background: #2C4575;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  position: absolute;
  top: 40%;
  left: 10%;
}
.csi-body-three .card-content {
  padding: 3rem 1rem 1rem 2rem;
}
.csi-body-three .card-col {
  padding: 0;
}
.body-three-rectangle-svg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1772' height='465' viewBox='0 0 1772 465'%3E%3Crect id='Rectangle_1211' data-name='Rectangle 1211' width='1772' height='465' fill='%2310264b'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 51%;
  position: absolute;
}
.body-three-underneath-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1772.341' height='363.695' viewBox='0 0 1772.341 363.695'%3E%3Cpath id='Path_3148' data-name='Path 3148' d='M-14649-15151s358.558,170.317,801.96,232.364,970.381-232.364,970.381-232.364v363.7H-14649Z' transform='translate(14649 15151)' fill='%23007430' opacity='0.541'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.body-three-top-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2000.341' height='495' viewBox='0 0 2000.341 495'%3E%3Cdefs%3E%3Cfilter id='Path_3149' x='0' y='0' width='2000.341' height='495' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='38' result='blur'/%3E%3CfeFlood flood-color='%23013115'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Path_3149)'%3E%3Cpath id='Path_3149-2' data-name='Path 3149' d='M-12876.66-15151s-638.655,206.821-1085.439,113.314S-14649-15151-14649-15151v267h1772.341Z' transform='translate(14763 15265)' fill='%232e744a'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 119%;
  height: 100%;
  left: -10%;
  position: absolute;
}
.csi-cardsHomeBottom {
  position: relative;
}
/* Body Four -------------------------------------------------------------------------- */
.csi-body-four {
  background: #2C744A;
  padding-bottom: 15rem;
  padding-top: 5rem;
  position: relative;
}
.csi-body-four a.card {
  border: 1px solid #FFFFFF5F;
  border-radius: 12px;
  box-shadow: 0px 3px 36px #00000026;
  text-decoration: none;
  text-align: center;
}
.csi-body-four .card-icon {
  margin: 0 auto 1rem auto;
  padding: 0;
  width: 100%;
}
.csi-body-four .csi_cards:first-child a.card {
  margin-left: 0;
  margin-right: 0.5rem;
}
.csi-body-four .csi_cards:last-child a.card {
  margin-right: 0;
  margin-left: 0.5rem;
}
#main-content.home .csi-body-four p.card-linkName,
.csi-body-four p.card-linkName {
  color: #00215A;
  font-size: 1.5rem;
  text-decoration: none;
}
.csi-body-four a.card:hover p.card-linkName,
.csi-body-four a.card:focus p.card-linkName,
#main-content.home .csi-body-four a.card:hover p.card-linkName,
#main-content.home .csi-body-four a.card:focus p.card-linkName {
  text-decoration: underline;
}
.csi-body-four .body-four-left-col {
  align-items: center;
  display: flex;
}
.csi-body-four .body-four-cards .card-row {
  justify-content: center;
}
.csi-body-four .csi_cards {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.csi-body-four .card-deck {
  margin-right: -13px;
  margin-left: -13px;
}
.csi-cardsHome .carousel-multiple .carousel-inner{
  min-width: 2400px;
}
.csi-body-four h1,
.csi-body-four h2,
.csi-body-four h3,
.csi-body-four h4,
.csi-body-four h5,
.csi-body-four h6, 
.csi-body-four p {
  color: white;
}
.csi-body-four .body-four-copy a {
  background: #00215A;
  border: 1px solid #FFFFFF84;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem 3rem 1rem 3rem;
  color: white;
}
.csi-body-four .body-four-copy a:hover,
.csi-body-four .body-four-copy a:focus {
  color: #00215A!important;
  border: 1px solid #00215A;
  background: white;
}
.beneath-footer-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='1772.341' height='231.607' viewBox='0 0 1772.341 231.607'%3E%3Cpath id='Path_3105' data-name='Path 3105' d='M-12876.66-15151s-638.655,231.408-1085.439,126.785S-14649-15151-14649-15151v231.607h1772.341Z' transform='translate(14649.001 15151.001)' fill='%234d9b6d'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 15%;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  background-size: cover;
  z-index: 4;
}
.top-footer-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2337.96' height='1645.104' viewBox='0 0 2337.96 1645.104'%3E%3Cdefs%3E%3Cfilter id='Union_4' x='0' y='0' width='2337.96' height='1645.104' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='49.5' result='blur'/%3E%3CfeFlood flood-opacity='0.604'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Union_4)'%3E%3Cpath id='Union_4-2' data-name='Union 4' d='M15559.364,17007.02c-531.577,107.395-909.779-33.832-909.779-33.832l96.884-361.574,44.291,11.867V16146s328.968,120.5,827.629,85.951S16563.1,16146,16563.1,16146v147.225h-.342v805.063l127.789,34.24-96.885,361.576S16090.945,16899.631,15559.364,17007.02Z' transform='translate(-14501.08 -15997.5)' fill='%2310264b'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 136%;
  height: 47%;
  position: absolute;
  z-index: 4;
  left: -17%;
  bottom: -17%;
  background-size: cover;
}
@media (min-width: 576px) and (max-width: 767px) {
  .csi-cardsHome .carousel-multiple .carousel-item.active,
  .csi-cardsHome .carousel-multiple .carousel-item-next,
  .csi-cardsHome .carousel-multiple .carousel-item-prev {
    display: flex; 
 }
  .csi-cardsHome .carousel-multiple .carousel-inner {
    overflow: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item {
    margin-right: inherit;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item, 
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item {
    display: flex; 
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) {
    transition: none;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: 1;
    display: flex; 
    visibility: visible;
    height: 100%;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-next, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    display: flex; 
    visibility: visible;
    height: 100%;
    transform: translate3d(100%, 0, 0);
 }
  .csi-cardsHome .carousel-multiple .active.carousel-item-left + .carousel-item-next.carousel-item-left {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .active.carousel-item-right + .carousel-item-prev.carousel-item-right {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: flex; 
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: flex; 
    visibility: visible;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
  .csi-cardsHome .carousel-multiple .carousel-item.active, .csi-cardsHome .carousel-multiple .carousel-item-next, .csi-cardsHome .carousel-multiple .carousel-item-prev {
    display: flex; 
 }
  .csi-cardsHome .carousel-multiple .carousel-inner {
    overflow: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item {
    margin-right: inherit;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item {
    display: flex; 
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) {
    transition: none;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333333333%;
    z-index: 1;
    display: flex; 
    visibility: visible;
    height: 100%;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-next, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    display: flex; 
    visibility: visible;
    height: 100%;
    transform: translate3d(100%, 0, 0);
 }
  .csi-cardsHome .carousel-multiple .active.carousel-item-left + .carousel-item-next.carousel-item-left {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .active.carousel-item-right + .carousel-item-prev.carousel-item-right {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: flex; 
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: flex; 
    visibility: visible;
 }
}
@media (min-width: 992px) {
  .csi-cardsHome .carousel-multiple .carousel-item.active, .csi-cardsHome .carousel-multiple .carousel-item-next, .csi-cardsHome .carousel-multiple .carousel-item-prev {
    display: flex; 
 }
  .csi-cardsHome .carousel-multiple .carousel-inner {
    overflow: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item {
    margin-right: inherit;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item {
    display: flex; 
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) {
    transition: none;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: flex; 
    visibility: visible;
    height: 100%;
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-next, .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
 }
  .csi-cardsHome .carousel-multiple .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    display: flex; 
    visibility: visible;
    height: 100%;
    transform: translate3d(100%, 0, 0);
 }
  .csi-cardsHome .carousel-multiple .active.carousel-item-left + .carousel-item-next.carousel-item-left {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
 }
 .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-next.carousel-item-left + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .active.carousel-item-right + .carousel-item-prev.carousel-item-right {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: flex; 
    visibility: visible;
 }
  .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item, .csi-cardsHome .carousel-multiple .carousel-item-prev.carousel-item-right + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: flex; 
    visibility: visible;
 }
}
/* People Package -------------------------------------------------------------------------- */
.people-select-wrapper {
  text-align: right;
}
select#staff-positions {
  width: 15%;
  font-weight: 600;
  padding: 1rem;
  border-color: #001849;
  border-radius: 6px;
  color: #10264B;
  font-size: 0.9375rem;
  font-family: "Cabin", sans-serif;
  margin-bottom: 1rem;
}
.people-section .person-img {
  width: 100%;
  height: 600px;
  box-shadow: 0px 11px 20px #00194a29;
  border-radius: 10px;
}
.people-section .person-info {
  width: 80%;
  background: #2C744A;
  border-radius: 10px;
  margin: auto;
  margin-top: -4rem;
  padding: 2rem;
  height: 100%;
}
.people-section .person-info h3,
.people-section .person-info p {
  color: white;
}
.people-section .person-info hr {
  border-top: 1px solid #FFFFFF;
}
.people-section .person-info p {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.9rem;
}
.people-section .person-card {
  margin-bottom: 2rem;
}
/* Blog -------------------------------------------------------------------------- */
.post .right-side{
  background: white;
  box-shadow: 0px 11px 20px #00194a4d;
  border: 1px solid #0D1D4121;
  border-radius: 10px;
  padding: 2rem;
}
.post{
  margin-bottom: 2rem;
}
.post .left-side img{
  display: block;
  margin: auto;
  max-height: 400px;
  border-radius: 10px;
  box-shadow: 0px 11px 20px #00194a4d;
}
.post .blog-icon {
  background: #2C744A;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.prev-next-posts a {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.single-blog .blog-img {
  max-width: 500px;
  display: block;
  margin: auto;
}
/* Search -------------------------------------------------------------------------- */
.search-target {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 11px 20px #00194a4d;
  margin-bottom: 2rem;
}
.main-search {
  padding-top: 5rem;
}
.main-search .location-finder {
  display: none;
}
/* Location Finder -------------------------------------------------------------------------- */
.location-finder #panel-content h6, #panel-content h3 {
  color: white;
}
.location-finder #submitButton {
  background: #00215A;
  border: 1px solid #00215A;
}
.location-finder #submitButton:hover,
.location-finder #submitButton:focus {
  background: white;
  color: #00215A;
  border: 1px solid #00215A;
}
.location-finder #findMeButton {
  color: #00215A;
}
.location-finder .select:after {
  content: none;
}
.location-finder .result-header {
  background-color: #007430!important;
}
.location-finder .location-result .result-header p, .location-finder .location-result .col-md-4 h6 {
  color: white;
}
.location-finder .location-result .result-header .fa-map-marker {
  color: white;
}
.location-finder .location-result .result-header p:hover, .location-finder .location-result .result-header p:focus {
  color: white;
}
.location-finder .result-header .fa-chevron-down {
  color: white;
}
.location-finder .result-header .fa-chevron-up {
  color: white;
}
.location-finder .location-result .result-info {
  background: white;
}
/* Meeting Scheduler -------------------------------------------------------------------------- */
form.meeting-scheduler-form a.forward {
  background: #00215A;
}
form.meeting-scheduler-form a.forward:hover, form.meeting-scheduler-form a.forward:focus {
  border-color: #00215A;
  color: #00215A;
}
.error404 .csi-banner-9 {
  background: #10264B;
}
label[for="meeting-time-hour"],
label[for="meeting-time-min"],
label[for="meeting-time-day"]{
  display: none!important;
}



footer .footer-socials img {
  max-width: 25px;
}

.fdic-logo-upper{
  max-width: 800px;
  margin-left: 25px;
}
.fdic-wrapper .fdic-notice{
	display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: .8rem;
    font-weight: 400;
    color: #000;
}
.fdic-wrapper .fdic-notice svg{
	min-width: 39px;
    min-height: 15.74px;
	height:15.74px;
    margin-right: -1%;
    display: block;
	margin-top:2px; 
}</pre></body></html>