/*
Theme Name: 0072 Midwest Bank
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.5.1
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");

:root{
  --Brand-Grey: #3C3D45;
  --Brand-Blue: #2263AF;
  --Brand-Dark-Blue: #133D8D;
  --Brand-Light-Blue: #BCD0E7;
  --center-slide-h: 0px;
  --adjacent-slide-h: 0px;
  --default-slide-h: 0px;
  --center-slide-b: 0px;
  --adjacent-slide-b: 0px;
  --default-slide-b: 0px;
}

body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'League Spartan';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'League Spartan';
  color: var(--Brand-Grey);
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: normal;
}

p,
ul,
dl,
ol {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.csi-insidepages li{
  line-height: 2;
}

p .lead{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

p .text-muted{
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000 !important;
}

/* 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: var(--Brand-Blue);
  font-weight: 700;
  text-decoration: underline;
}
a:hover, a:focus {
  color: var(--Brand-Blue);
  text-decoration: none;
}
.light-blue-bgColor a, .light-blue-bgColor a:hover, .light-blue-bgColor a:focus{
  color: var(--Brand-Dark-Blue);
}
.csi-btn.btn, .calc-body .nav a{
  border-radius: 4px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  color: #fff;
  border: 4px solid var(--Brand-Blue);
  background: var(--Brand-Blue);
  text-decoration: none;
}
.csi-btn.btn:hover, .csi-btn.btn:focus, .newsletter .wpcf7 input[type="submit"]:hover, .newsletter .wpcf7 input[type="submit"]:focus, .calc-body .nav a:hover, .calc-body .nav a:focus{
  color: var(--Brand-Blue);
  background: #fff;
}
.csi-helper-btn.csi-btn.btn{
  background: var(--Brand-Grey) !important;
  color: #fff !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 4px !important;
  border: 4px solid var(--Brand-Grey) !important;
  margin-left: 10px;
}
.csi-helper-btn.csi-btn.btn:hover, .csi-helper-btn.csi-btn.btn:focus{
  background: #fff !important;
  color: var(--Brand-Grey) !important;
}
.csi-ibButton .csi-btn.btn:first-of-type{
  padding: 0.375rem 3.25rem;
  border-radius: 4px;
}
.calc-body .nav a{
  margin-right: 0.5rem;
}
.calc-body .nav p.p-titles{
  color: #fff;
}
.calc-body .nav a:hover p.p-titles, .calc-body .nav a:focus p.p-titles{
  color: var(--Brand-Blue);
}
.calc-body .nav li{
  width: calc(20% - 0.5rem) !important;
  margin-right: 0.5rem;
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
strong{
  font-weight: 700;
}
h1{
  font-size: 3.75rem;
}
h2{
  font-size: 3.125rem;
}
h3{
  font-size: 2.5rem;
}
h4{
  font-size: 2.125rem;
}
h5{
  font-size: 1.875rem;
}
h6{
  font-size: 1.5rem;
}
.csi-container1600{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.csi-container1500{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.csi-container1400{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.text-center ul{
  display: inline-block;
  text-align: left;
}
.csi-carousel .carousel-item{
  min-height: 585px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 300px 33%;
  background-size: cover;
}

.ib-fields{
  justify-content: end;
}

.csi-carousel .carousel-item::before{
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 13.5%, rgba(255, 255, 255, 0.90) 36.83%, rgba(255, 255, 255, 0.00) 63.5%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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;
  align-items: center;
}
.fdic-wrapper .fdic-notice svg {
  width: auto;
  height: 15.74px;
  margin-right: .75em;
  display: block;
  fill: #000;
}

.logo-column, .ib-and-menu{
  display: flex;
  flex-direction: column;
}

.ib-and-menu{
  align-items: end;
}

.csi-header{
  position: relative;
  padding: 1.25rem 0 0.75rem;
}

.csi-logo img{
  width: 400px;
  max-width: 100%;
}

.csi-ib{
  padding: 0.625rem 0;
}

.csi-ib h5{
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #343434;
}

.fdic-wrapper{
  margin-bottom: 0.875rem;
}

#csiMenuWrapper ul.primary-menu{
  margin: 0;
}

.csi-ib #ib-username, .csi-ib #aid{
  padding: 0.625rem 0.875rem;
  border: 1px solid #e9ecef;
  height: 46px;
  font-size: 1.125rem;
}

.csi-ib i{
  font-size: 0.75rem;
}

.input-group-text{
  border: 1px solid #e9ecef;
  padding: 0.75rem 1.125rem;
}

.csi-helper-btn.dropdown-toggle::after{
  vertical-align: 0.125rem;
}

#csiMenuWrapper .primary-menu a{
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  color: #343434;
  line-height: 1;
}

.csi-carousel .carousel-caption{
  width: 100%;
  left: 0;
  bottom: initial;
  right: initial;
  text-align: left;
  top: initial;
  display: flex;
  align-items: center;
  height: 100%;
}

.csi-carousel .caption-content{
  width: 43%;
}

.home .csi-carousel .caption-content{
  width: 31%;
}

.csi-carousel .carousel-caption h1{
  color: var(--Brand-Grey);
  font-size: 3.75rem;
  margin-bottom: 1rem;
  line-height: 4.75rem;
  font-weight: 700;
}

.csi-carousel .carousel-caption p{
  color: var(--Brand-Grey);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

.csi-carousel .carousel-caption .csi-btn:nth-child(even), .csi-productAccordion .csi-btn.btn,
.light-blue-bgColor .steps-block .csi-btn.btn:hover, .light-blue-bgColor .steps-block .csi-btn.btn:focus{
  color: var(--Brand-Blue);
  background: #fff;
}

.csi-carousel .carousel-caption .csi-btn:nth-child(even):hover, .csi-carousel .carousel-caption .csi-btn:nth-child(even):focus, .light-blue-bgColor .steps-block .csi-btn.btn, 
.csi-productAccordion .csi-btn.btn:hover, .csi-productAccordion .csi-btn.btn:focus{
  color: #fff;
  background: var(--Brand-Blue);
}

.carousel-caption form + .button-wrapper{
  margin-top: 0.75rem;
}

.button-wrapper > a{
  margin-right: 0.5rem;
}

.button-wrapper > a:last-of-type{
  margin-right: 0;
}

.ending-statement-text{
  margin-right: 1rem;
}

.ending-statement-text h3{
  margin-bottom: 0;
}

/* .home .csi-carousel .carousel-caption .csi-btn:nth-child(even){
  color: #fff;
  background: var(--Brand-Blue);
} */

.home .csi-carousel .carousel-caption .csi-btn:nth-child(odd):hover, .home .csi-carousel .carousel-caption .csi-btn:nth-child(odd):focus{
  color: var(--Brand-Blue);
  background: #fff;
}

.quick-link-spacing{
  padding-top: 12.5rem;
}

.quick-links{
  padding: 2rem 6.25rem 3.125rem;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: 1px solid #E7E8ED;
  position: absolute;
  top: -90px;
  width: 100%;
  max-width: 1400px;
  z-index: 2;
}

.quick-links .quick-link a{
  text-decoration: none;
}

.quick-links .quick-link a:hover, .quick-links .quick-link a:focus{
  text-decoration: underline;
}

.quick-links .quick-link img{
  max-width: 52px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}

.quick-links .quick-link p{
  color: var(--Brand-Blue);
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0;
}

.csi-bodyContent{
  position: relative;
}

.card-boxes{
  padding-bottom: 6.875rem;
}

.card-boxes .card-box{
  border-radius: 30px;
  min-height: 385px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-boxes .card-box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.60);
  border-radius: 30px;
}

.card-boxes .card-box-caption{
  position: relative;
  z-index: 3;
  width: 80%;
  text-align: center;
}

.card-boxes .card-box-caption h4{
  color: #fff;
  font-weight: 700;
}

.card-boxes .card-box-caption p{
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.articles h1{
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
  color: var(--Brand-Grey);
  margin-bottom: 2.625rem;
}

.articles .article-image{
  border-radius: 10px;
  min-height: 210px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.articles h6{
  color: var(--Brand-Grey);
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.375rem;
}

.articles p{
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: var(--Brand-Blue);
}

.home-contact-form{
  padding-bottom: 5.875rem;
}

.wpcf7 h3{
  color: var(--Brand-Grey);
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 3.5rem;
}

.wpcf7 label{
  text-align: left;
}

.home-contact-form .wpcf7 h3{
  margin-bottom: 1.5rem;
}

.newsletter .form-fields .wpcf7 p, .blue-background .form-fields .wpcf7 p{
  color: #414042;
}

.wpcf7 p{
  margin-bottom: 0;
}

.wpcf7 form p:last-of-type{
  padding-top: 1.5rem;
}

.wpcf7 input, .locations-form select, .wpcf7 textarea{
  border-radius: 10px;
  border: 1px solid #E7E8ED;
  background: #FFF;
  font-size: 1.25rem;
  margin-right: 1rem;
  padding: 1rem 1.25rem;
}

.wpcf7 input::placeholder, .locations-form select::placeholder{
  color: var(--Brand-Grey) !important;
  font-weight: 400;
}

.wpcf7 input[type="submit"]{
  margin-right: 0;
  padding: 0.875rem 2.375rem;
}

.wpcf7 input[type="submit"], .locations-form input[type="submit"]{
  background: var(--Brand-Blue);
  color: #fff;
  border-radius: 4px;
  border: 4px solid var(--Brand-Blue);
}

.locations-form input[type="submit"]{
  padding: 1rem 2.375rem;
}

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus{
  background: #fff;
  color: var(--Brand-Blue);
}

.home-contact-form .wpcf7 form p:last-of-type{
  padding-top: 0;
}

.home-contact-form label{
  margin-bottom: 0;
}

footer{
  background: var(--Brand-Blue);
  padding: 2.25rem 0 0.5rem;
  margin: 0;
  text-align: left;
}

footer .copyright p{
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}

footer .logo-footer{
  max-width: 330px;
  height: auto;
}

footer a{
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
}

footer a:hover, footer a:focus{
  text-decoration: underline;
  color: #fff;
}

footer svg{
  max-width: 125px;
  max-height: 45px;
  margin: 0;
  width: 100%;
  height: auto;
}

footer .pipe{
  margin: 0 1.5rem;
}

.footer-links{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-media{
  text-align: right;
  height: 36px;
}

.businessCard .csi-btn{
  display: block;
}

.businessCard .card-body h3{
  text-align: center;
}

.logo-footer-row{
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.footer-links a{
  margin-right: 2rem;
}

.footer-links a:last-of-type{
  margin-right: 0;
}

.inside-panel-group{
  width: 80%;
  margin: 0 auto;
}

.inside-panel-group .panel{
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
  margin: 0 auto 1rem;
}

.inside-panel-group .panel > a{
  padding: 2rem;
  display: block;
  text-decoration: none;
}


.inside-panel-group .panel > a[aria-expanded="true"] i, .csi-defaultAccordion a[aria-expanded="true"] i{
  transform: rotate(180deg);
}

.inside-panel-group .panel .panel-body{
  padding: 0 2.5rem 2.5rem;
}

.inside-panel-group .head h6, .csi-defaultAccordion h6{
  color: var(--Brand-Grey);
  font-weight: 700;
  margin-bottom: 0;
}

.inside-panel-group i, .csi-defaultAccordion i{
  color: var(--Brand-Blue);
  font-size: 1.5rem;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
}

.csi-defaultAccordion .panel{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
}

.csi-defaultAccordion .panel-body{
  border: none;
  border-radius: 0;
  padding: 0 2.5rem 2.5rem;
}

.csi-defaultAccordion a{
  border: none;
  padding: 2rem;
}

.csi-productAccordion{
  border: none;
  border-radius: 11px;
  background: var(--Brand-Blue);
  margin-bottom: 130px;
}

.csi-productAccordion h4{
  color: #fff;
}

.csi-productAccordion p{
  color: #fff;
}

.productAccordionImage{
  max-width: 80px;
  height: auto;
}

.csi-productAccordion .image-background{
  padding: 3rem 2.75rem;
  border-radius: 50%;
  background: #fff;
}

.csi-productAccordion .panel-heading{
  padding: 3.125rem 4.5rem;
}

.csi-productAccordion .spacer{
  width: 5px;
  border-radius: 4px;
  height: 200px;
  background: rgba(255, 255, 255, 0.70);
  margin: 0 50px;
}
.csi-productAccordion .repeatedBtn{
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.25rem 3.125rem;
  margin-bottom: 1rem;
}
.csi-productAccordion .panel-default{
  position: relative;
}
.csi-productAccordion .csi-learnMoreBtn{
  position: absolute;
  bottom: -75px;
  border: 4px solid var(--Brand-Blue);
  padding: 1.125rem 2.25rem;
  width: 455px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 35%;
  font-size: 1.5rem;
  margin: 0 auto;
}
.csi-productAccordion .csi-learnMoreBtn svg{
  margin-left: 1rem;
}

.nav-tabs{
  border: none;
}

.nav-tabs .nav-item{
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.nav-tabs a.nav-link{
  font-size: 1.5rem;
  padding: 1.25rem 2rem;
  background: #fff;
  border: none;
  border-bottom: 1px solid var(--Brand-Blue);
  color: var(--Brand-Grey);
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  line-height: normal;
}

.nav-tabs a.nav-link.active, .nav-tabs a.nav-link:hover, .nav-tabs a.nav-link:focus{
  color: #fff;
  background: var(--Brand-Blue);
  border-bottom: 1px solid var(--Brand-Blue);
}

.nav-tabs a.nav-link.active:hover, .nav-tabs a.nav-link.active:focus{
  text-decoration: underline;
}

.tabs .tab-content{
  border: none;
  border-top: 4px solid var(--Brand-Blue);
}

.tab-content>.tab-pane{
  border: none;
  padding: 0;
  padding-top: 2.5rem;
}

.csi-productAccordion .csi-panelContent{
  padding: 0 10rem 2rem;
}

.csi_cards{
  text-align: left;
  margin: 1rem 0;
}

.csi_cards .card{
  padding: 1.5rem 2rem;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  border: none;
  margin: 0;
}

.csi_cards .card.people-Large{
  padding: 0;
}

.csi_cards .card.people-Large .person-info{
  padding: 1.5rem 1rem 1.5rem 0;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.csi_cards .card.people-Large h5{
  font-weight: 600;
  margin-bottom: 0;
}

.csi_cards .card.people-Large .person-title{
  color: var(--Brand-Blue);
}
.csi_cards .card.people-Small{
  border-radius: 16px;
  min-height: 280px;
}

.csi_cards .card .contact-link{
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.csi_cards .card .contact-link p{
  margin-bottom: 0;
  word-break: break-word;
}

.csi_cards .card .contact-link i{
  margin-right: 0.5rem;
  color: var(--Brand-Blue);
}

.csi_cards .card.people-Large .people-image{
  min-height: 300px;
  border-radius: 4px 0 0 4px;
}

.csi_cards .card.people-Small .csi-btn{
  width: 100%;
}

.feature-cards-section{
  padding: 6.25rem 0;
}

.feature-cards-section .feature-cards-intro{
  margin-bottom: 2rem;
}

.feature-cards .csi_cards .card{
  padding: 0;
  min-height: 0;
  box-shadow: none;
}

.feature-cards .csi_cards:first-of-type{
  margin-top: 0;
}

.feature-cards .csi_cards{
  margin: 1.9375rem 0;
}

.feature-cards-section .supporting-image{
  min-height: 747px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
}

.csi_cards .card-icon{
  margin: 0;
  padding: 0.75rem;
  background: var(--Brand-Blue);
  border-radius: 50%;
  width: 63px;
  height: auto;
  margin-bottom: 0.5rem;
}

.csi_cards .card-icon img{
  display: block;
  margin: 0 auto;
  min-width: 39px;
  height: auto;
}

.csi_cards .card-body{
  padding: 0;
  margin: 0;
}

.csi_cards .card-body h6{
  color: var(--Brand-Grey);
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.csi_cards .card-body p{
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.csi_cards .card-body p:last-of-type{
  margin-bottom: 0;
}

.csi_cards .card.flip-card{
  box-shadow: none;
  min-height: 0;
  padding: 0;
}

.csi_cards .flip-card .card-icon{
  width: 100%;
  min-height: 444px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.csi_cards .flip-card .card-icon::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.20);
  z-index: 1;
}

.csi_cards .link-inner{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  min-height: 444px;
  border-radius: 4px;
}

.csi_cards .link-inner h4{
  margin-bottom: 5rem;
  text-shadow: 0px 4px 12px #272727;
  color: #fff;
  position: relative;
  z-index: 2;
}

.csi_cards .flip-card .card-body.link-back{
  padding: 6.25rem 2rem;
  text-align: center;
}

table{
  background: #fff;
}

table i{
  font-size: 1.25rem;
}

table .fa-check{
  color: #133D8D;
}

table .fa-xmark{
  color: #FC0000;
}

table thead{
  background: #E9E7E7;
  border-radius: 4px;
}

.table thead th{
  border: none;
  text-align: center;
  font-size: 1.125rem;
  padding: 1.75rem 1.5rem;
}

.table tbody td{
  text-align: center;
  font-size: 1.125rem;
  padding: 1.75rem 1.5rem;
  border-top: 2px solid #E3E0E0;
  vertical-align: middle;
}

#Mobile-Privacy-Disclosure.table tbody td, #Mobile-Privacy-Disclosure.table thead th{
  text-align: left;
}

.table thead th:first-of-type, .table tbody td:first-of-type{
  text-align: left;
}

.table tbody td:first-of-type{
  font-weight: 500;
}

.table tbody tr:first-of-type td{
  border-top: none;
}

.wpcf7 h3{
  color: var(--Brand-Grey);
  text-align: center;
}

.product-information h6{
  font-weight: 700;
  line-height: 2rem;
}

.product-information .card-deck{
  width: calc(50% - 2rem);
  margin-right: 4rem;
  margin-bottom: 3.1875rem;
}

.product-information .csi_cards .card{
  min-height: 262px;
}

.product-information .card-deck:nth-child(even){
  margin-right: 0;
}

.product-information .col-lg-5{
  padding-right: 1.875rem;
}

.product-information .col-lg-7{
  padding-left: 1.875rem;
}

.product-information .product-cards{
  display: flex;
  flex-wrap: wrap;
}

.product-information{
  padding: 3.125rem 0;
}

.product-information .product-heading{
  background: var(--Brand-Blue);
  padding: 1.5rem 3rem;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.product-information .product-heading p{
  margin-bottom: 0;
}

.product-information .product-card{
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
}

.product-information .product-heading *{
  color: #fff;
}

.product-information .product-body{
  padding: 1.75rem 2.75rem 1.75rem;
}

.product-information .detail{
  font-weight: 600;
}

.product-information hr{
  border-top: 2px solid #E3E0E0;
  width: 90%;
  margin: 1rem auto 2rem;
  display: block;
}

.product-information .product-body .csi-btn{
  display: block;
}

.product-information .product-body ul, .locations-block ul,  .businessCard ul, .checkmark-list ul{
  padding-left: 0;
  list-style: none;
}

 .locations-block ul{
  padding-left: 40px;
 }

.product-information .product-body ul li, .locations-block ul li, .businessCard ul li, .checkmark-list ul li{
  position: relative;
  padding-left: 2.25rem;
}

.locations-block ul li{
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.locations-block hr{
  margin: 2.875rem 0;
  border-top: 2px solid #E3E0E0;
}

.locations-block .ending-content p{
  padding-left: 2.25rem;
}

.locations-block .block-buttons{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.locations-block .block-buttons a{
  margin-right: 2rem;
  border-radius: 3px;
  border: 3px solid #E9E7E7;
  background: #E9E7E7;
  padding: 0.5rem 1.25rem;
  color: var(--Brand-Grey);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25rem;
}

.locations-block .block-buttons svg{
  margin-right: 0.5rem;
}

.locations-block .block-buttons a:hover, .locations-block .block-buttons a:focus{
  text-decoration: underline;
}

.product-information .product-body ul li::before, .locations-block ul li::before, .businessCard ul li::before, .checkmark-list ul li::before{
    content: url('/wp-content/themes/0072_Midwest_Bank/images/list-icon.svg');             
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--Brand-Blue);  
    font-weight: 900;   
}

.locations-block .middle-content h5{
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.ending-statement{
  padding: 1.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ending-statement p{
  margin-bottom: 0;
}

.product-information .card-section-title p{
  margin-bottom: 2rem;
}

.light-blue-bgColor{
  background: #BCD0E7;
}

.steps-block{
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  padding: 2.375rem 5rem;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.steps-block .step{
  text-align: center;
  margin-bottom: 1.75rem;
}

.steps-block .step h6{
  font-weight: 700;
}

.step-count{
  background: #BCD0E7;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
}

.step-count h4{
  margin-bottom: 0;
  color: var(--Brand-Blue);
}

.sm-floating-box{
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.sm-floating-box *{
  color: var(--Brand-Blue);
}

.sm-floating-box li{
  color: #000;
}

.sm-floating-box h6{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.sm-floating-box.split-columns ul{
  columns: 2;
}

/* .page-template-page-blog .csi-btn.btn, .archive .csi-blogPage .csi-btn.btn{
  font-size: 1.25rem;
  padding: 0.75rem 1.125rem;
  line-height: 1.75rem;
} */

.caption-content form{
  position: relative;
}

.caption-content form input{
  border-radius: 33px;
  border: 3px solid var(--Brand-Blue);
  background: var(--White);
  height: 62px;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.5rem;
}

.caption-content form .search-submit{
  color: #fff;
  position: absolute;
  background: var(--Brand-Blue);
  padding: 0.75rem;
  border-radius: 50%;
  right: 29px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
}

.caption-content form .search-submit:hover, .caption-content form .search-submit:focus{
  text-decoration: underline;
}

.caption-content form .search-submit i{
  color: #fff;
}

.featured-post{
  padding: 3.125rem 0 8rem;
}

.featured-post .categories{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

/* .featured-post .categories .category-btn, .post-card .post-category .category-btn{
  font-size: 1.25rem;
  background: var(--Brand-Light-Blue);
  color: var(--Brand-Dark-Blue);
  font-weight: 500;
  padding: 0.25rem 1.5rem;
  border-color: var(--Brand-Light-Blue);
  margin-right: 1.5rem;
  border-radius: 30px;
}

.featured-post .categories .category-btn:hover, .featured-post .categories .category-btn:focus,
.post-card .post-category .category-btn:hover, .post-card .post-category .category-btn:focus{
  background: var(--Brand-Dark-Blue);
  color: var(--Brand-Light-Blue);
} */

.icon-button{
  display: flex;
  align-items: center;
}

.featured-post .categories .category-btn:first-of-type{
  background: var(--Brand-Blue);
  border-color: var(--Brand-Blue);
  color: #fff;
}

.featured-post .categories .category-btn:first-of-type:hover, .featured-post .categories .category-btn:first-of-type:focus{
  background: #fff;
  color: var(--Brand-Blue);
}

.featured-post p, .featured-post ul, .featured-post ol{
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 2.875rem;
}

.featured-post .main-content p, .featured-post ul{
  margin-bottom: 1rem;
}

.featured-post .main-content{
  margin-top: 2rem;
}

.featured-post .row{
  margin: 0 -1.5rem;
}

.featured-post .col-lg-6{
  padding: 0 1.5rem;
}

.archive .featured-post .col-lg-6{
  padding: 0 15px;
}

.archive .featured-post{
  padding-bottom: 3.125rem;
}

.archive .featured-post .row{
  margin: 0 -15px;
}

.featured-post .post-content h4{
  font-weight: 700;
  line-height: 2.75rem;
}

.featured-post-image{
  min-height: 354px;
  border-radius: 17px;
  background: rgba(65, 64, 66, 0.09);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 100%;
}

.featured-post .author{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.featured-post .author-initials{
  background: var(--Brand-Grey);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}

.featured-post .author-initials p{
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75rem;
  letter-spacing: 1.44px;
  margin-bottom: 0;
}

.featured-post .author-name, .featured-post .author-title{
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.featured-post .author-title{
  opacity: 0.6;
  display: flex;
  align-items: center;
  color: #000;
}

.featured-post .author-title i{
  font-size: 0.25rem;
  margin: 0 0.5rem;
}

.latest-posts{
  display: flex;
  justify-content: space-between;
  margin: 2.25rem 0 10.375rem;
  flex-wrap: wrap;
}

.home-posts .post-icon{
  min-height: 210px;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.home-posts a{
  text-decoration: none;
}

.home-posts a:hover, .home-posts a:focus{
  text-decoration: underline;
}


.post-card{
  min-height: 581px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  max-width: 413px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-posts.latest-posts{
  justify-content: start;
  margin: 2.25rem -2.875rem 10.375rem;
}

.location-posts .post-card{
  min-width: 405px;
  margin: 0 2.875rem 5.75rem;
}

.post-card .post-content{
  padding: 1.375rem 2.125rem 0.875rem;
}

.post-icon{
  min-height: 251px;
  background: var(--Brand-Light-Blue);
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-icon svg{
  max-width: 70px;
  min-height: 54px;
  fill: var(--Brand-Blue);
}


.post-card .post-category .category-btn{
  margin-bottom: 1.375rem;
}

.post-card .post-content h6{
  font-weight: 700;
  line-height: 1.75rem;
}

.post-card .post-content p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.post-card .post-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.125rem 2.25rem;
}

.post-card .post-footer a{
  color: #000;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
  font-size: 1.125rem;
}

.post-card .post-footer a i{
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

.post-card .post-footer a:hover, .post-card .post-footer a:focus{
  text-decoration: underline;
}

.specific-cat-posts{
  margin: 2.25rem -46px 0;
  display: flex;
  flex-wrap: wrap;
}

.specific-cat-posts .post-card{
  margin: 0 2.875rem 5.75rem;
  flex: 0 0 calc(33.33333% - 5.75rem);
}

.newsletter, .blue-background{
  background: var(--Brand-Blue);
  border-radius: 50px;
  margin-bottom: 7.5rem;
  padding: 3.125rem 8.75rem;
}

.blue-background{
  padding: 3.125rem;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 0;
}

.credit-card-information-section .csi_cards{
  margin-top: 0;
}

.businessCard .main-image{
  width: 85%;
  border-radius: 4px;
  margin: 1rem auto;
  display: block;
}

.blue-background.full-width label{
  width: 100%;
}

.newsletter h4, .newsletter p, .newsletter ul{
  color: #fff;
}

.newsletter .wpcf7 h3{
  display: none;
}

.newsletter .wpcf7 input, .newsletter .wpcf7 textarea, .blue-background .wpcf7 input, .blue-background .wpcf7 textarea{
  margin-right: 0;
  width: 100%;
}

.newsletter .wpcf7 input[type="checkbox"], .blue-background .wpcf7 input[type="checkbox"]{
  width: auto;
  margin-right: 0.5rem;
}

.newsletter h4, .blue-background h4{
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 2.75rem;
}

.newsletter p, .blue-background p{
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 3.125rem;
}

.newsletter ul, .blue-background ul{
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.newsletter ul li, .blue-background ul li{
  position: relative;
  padding-left: 2.25rem;
}

.newsletter ul li::before, .blue-background ul li::before{
   font-family: 'Font Awesome 5 Free'; 
    content: '\f058';              
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;             
    font-weight: 900;   
}

.newsletter .form-fields .wpcf7, .blue-background .wpcf7 {
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 24px;
  padding: 2.625rem 4.25rem;
}

.blue-background .wpcf7{
  padding: 0.5rem 2rem 2rem;
  border-radius: 0;
}

.page-id-101391 .form-fields .wpcf7 {
  flex-direction: column;
   align-items: flex-start;
}

.newsletter .wpcf7 label, .blue-background .wpcf7 label{
  color: #414042;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.newsletter .wpcf7 p, .blue-background .wpcf7 p{
  margin-bottom: 1rem;
}

.newsletter .wpcf7 form p:last-of-type, .blue-background .wpcf7 form p:last-of-type{
  padding: 0;
  width: 100%;
}

.newsletter .wpcf7 input[type="submit"]{
  background: var(--Brand-Blue);
  width: 100%;
}

.blue-background .wpcf7 input[type="submit"]{
  width: auto;
}

.blue-background .wpcf7 input[type="submit"]:hover, .blue-background .wpcf7 input[type="submit"]:focus{
  background: #fff;
  color: var(--Brand-Blue);

}

.featured-post .col-lg-12{
  padding: 0 1.5rem;
}

.single-post .post-title{
  margin-bottom: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
}

.single-post .author{
  margin-bottom: 3.125rem;
}

.single-post-format{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-post-format .post-content p{
  margin-bottom: 0;
}

div.card-slider.slick-slider .slick-list{
  margin: 0 auto 6rem;
  width: 1568px;
}

.card-slider.slick-slider .slick-track{
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.card-slide{
  width: 296px;
  position: relative;
  transition: all 0.3s ease-in;
  border-radius: 9px;
  z-index: 1;
  min-height: 522px;
   /* margin: 0 15px; */
}
.card-slide::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Brand-Light-Blue);
  border-radius: 9px;
  z-index: 2;
  transition: all 0.3s ease-in;
}

.card-slide.slick-cloned::before{
  content: "";
}

.card-slide .card-body i{
  margin-left: 0.5rem;
}

.card-slide .card-body .ending-link{
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.card-slide .card-body .ending-link:hover, .card-slide .card-body .ending-link:focus{
  text-decoration: underline;
}

.card-slide:has(+ .slick-active){
  width: 340px;
  z-index: 2;
}

.card-slide.slick-active + .card-slide{
  width: 340px;
  z-index: 2;
}

.card-slide.slick-active{
  background: #FFF;
  z-index: 3;
  width: 392px;
  margin: 0 2rem;
}

.card-slide.slick-active + .card-slide::before, .card-slide:has(+ .slick-active)::before, .card-slide.slick-active::before{
  content: none;
}

.card-slide.slick-active .card-header{
  background: var(--Brand-Blue);
  min-height: var(--center-slide-h);
}

.card-slide.slick-active .card-body{
  border-color: var(--Brand-Blue);
  min-height: var(--center-slide-b);
  background: #fff;
  padding: 2.125rem;
}

.card-slide .card-body ul{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.card-slide .card-body ul li{
  position: relative;
  padding-left: 2.25rem;
  line-height: 1.5;
  margin-bottom: 2.25rem;
}
.card-slide .card-body ul li:last-of-type{
  margin-bottom: 0;
}

.card-slide .card-body ul li::before{
   font-family: 'Font Awesome 5 Free'; /* Specify the correct Font Awesome font family */
    content: '\f00c';               /* Unicode for a checkmark icon (replace with your desired icon) */
    position: absolute;
    left: 0;
    top: 0;
    color: var(--Brand-Blue);              /* Set the icon color */
    font-weight: 900;   
    font-size: 1.375rem;
}

.card-slide .card-body hr{
  border-top: 2px solid #E3E0E0;
  margin: 1.5rem 0;
}


.card-slide .card-header{
  border-radius: 9px 9px 0 0;
  padding: 1.5rem 2rem;
  transition: all 0.3s ease-in;
  /* min-height: var(--default-slide-h); */
  min-height: 0;
  border: none;
   background: #E9E7E7;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}


.card-slide:has(+ .card-slide + .slick-active){
  margin-right: -5rem;
  height: 522px;
  overflow: hidden;
}

.card-slide.slick-active + .card-slide + .card-slide{
  margin-left: -5rem;
  height: 522px;
   overflow: hidden;
}

.card-slide:has(+ .card-slide + .slick-active) .card-body, .card-slide:has(+ .card-slide + .slick-active) .card-header,
.card-slide.slick-active + .card-slide + .card-slide .card-body, .card-slide.slick-active + .card-slide + .card-slide .card-header{
  min-height: 0;
}

.card-slide.slick-active + .card-slide .card-header, .card-slide:has(+ .slick-active) .card-header{
  min-height: var(--adjacent-slide-h);
}

.card-slide.slick-active + .card-slide .card-body, .card-slide:has(+ .slick-active) .card-body{
  min-height: var(--adjacent-slide-b);
  padding: 1.5rem 1.875rem;
}

.card-slide .card-body{
  border: 2px solid #E3E0E0;
  border-radius: 0 0 9px 9px;
  border-top: none;
  /* min-height: var(--default-slide-b); */
  min-height: 0;
  background: #eef3f9;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-slide .card-body .card-end{
  padding-left: 0.625rem;
}


.most-popular{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.most-popular-badge{
  border-radius: 20.5px;
  background: #FACC14;
  padding: 0.25rem 0.875rem;
  max-width: 120px;
}

.card-slide.slick-active .card-header .most-popular-badge p, .card-slide .card-header .most-popular-badge p{
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25rem;
  color: var(--Brand-Blue);
}

.card-slide .card-header h6{
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.card-slide .card-header p{
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.card-slide.slick-active .card-header h6{
  color: #fff;
}

.card-slide.slick-active .card-header .most-popular h6{
  width: 50%;
  margin-bottom: 0;
}

.card-slide .callout-area{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.card-slide .callout-area h4{
  line-height: 3.5rem;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 1rem;
}

.card-slide.slick-active .card-header p, .card-slide.slick-active .callout-area h4{
  color: #fff;
}

.card-slide .card-header .csi-btn.btn{
  display: block;
}

.card-slide.slick-active .card-header .csi-btn.btn{
  background: #fff;
  color: var(--Brand-Blue);
  border-color: #fff;
}

.card-slide.slick-active .card-header .csi-btn.btn:hover, .card-slide.slick-active .card-header .csi-btn.btn:focus{
  background: var(--Brand-Blue);
  color: #fff;
}

.card-slider .slick-arrow{
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  background: var(--Brand-Blue);
  width: 101px;
  height: 236px;
  top: calc(50% - 118px);
  z-index: 99;
}

.card-slider .slick-prev{
  left: 0;
  border-radius: 0 11px 11px 0;
}

.card-slider .slick-prev::before{
  font-family: 'Font Awesome 5 Free'; /* Specify the correct Font Awesome font family */
  content: '\f053';               /* Unicode for a checkmark icon (replace with your desired icon) */
  position: absolute;
  left: 25%;
  top: 50%;
  color: #fff;              /* Set the icon color */
  font-weight: 900;   
  font-size: 3rem;
}

.card-slider .slick-next{
  right: 0;
  border-radius: 11px 0 0 11px;
}

.card-slider .slick-next::before{
  font-family: 'Font Awesome 5 Free'; /* Specify the correct Font Awesome font family */
  content: '\f054';               /* Unicode for a checkmark icon (replace with your desired icon) */
  position: absolute;
  right: 25%;
  top: 50%;
  color: #fff;              /* Set the icon color */
  font-weight: 900;   
  font-size: 3rem;
}

.card-slider .slick-dots{
  position: absolute;
  bottom: -4.125rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.card-slider .slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.card-slider .slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.card-slider .slick-dots li button:hover,
.card-slider .slick-dots li button:focus{
    outline: none;
}
.card-slider .slick-dots li button:hover:before,
.card-slider .slick-dots li button:focus:before{
   background: var(--Brand-Blue);
  border-color: var(--Brand-Blue);
}
.card-slider .slick-dots li button:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid var(--Brand-Blue);
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}
.card-slider .slick-dots li.slick-active button:before{
  background: var(--Brand-Blue);
  border-color: var(--Brand-Blue);
}

#csiMenuWrapper .primary-menu > li:last-child:hover ul > li:hover ul{
  right: calc(100% + 0rem);
}

.locations-block{
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  padding: 4.75rem 3.5rem;
  width: 58%;
  margin: 0 auto;
  margin-top: 3.5rem;
}

.locations-form label{
  display: block;
}

.locations-form select{
  width: 505px;
  margin-right: 2rem;
  padding: 0.75rem 1rem;
  border-radius: 3px;
  border: 3px solid #E9E7E7;
  background: #FFF;
  color: var(--Brand-Grey);
  font-size: 1rem;
  margin-bottom: 3.25rem;
}

.locations-form input[type="submit"]{
  padding: 0.625rem 1.25rem;
  border: 2px solid var(--Brand-Blue);
}

.locations-form input[type="submit"]:hover, .locations-form input[type="submit"]:focus{
  background: #fff;
  color: var(--Brand-Blue);
}

.locations-form h6{
  font-weight: 600;
  margin-bottom: 2rem;
}

.location-content{
  columns: 2;
}

.locations-block h6{
  margin-bottom: 1.375rem;
  font-size: 1.5rem;
}

.post-type-archive-locations .find-location input[type="submit"]{
  border: none;
  background: transparent;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.75rem;
}

.post-type-archive-locations .find-location input[type="submit"]:hover, .post-type-archive-locations .find-location input[type="submit"]:focus{
  text-decoration: underline;
  background: transparent;
}

.post-type-archive-locations .find-location .grouped{
  display: flex;
  align-items: center;
}

.post-type-archive-locations .find-location .grouped i{
  margin-left: 0.5rem;
}

#csiMenuWrapper .toggle-inner .toggle-text{
  display: none;
}

#csiMenuWrapper .nav-toggle svg{
  fill: var(--Brand-Blue);
}

.mobile-show{
  display: none;
}

#csiMenuWrapper .modal-menu li > .ancestor-wrapper > a{
  font-size: 1.25rem;
  font-weight: 500;
}

.csi-ibButton{
  display: flex;
}

.social-media .footer-icon{
  font-size: 2rem;
  margin-right: 1rem;
}

.locations-form form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.375rem;
}
.locations-form select{
    margin-bottom: 0;
      width: calc(75% - 0.5rem);
    margin-right: 0.5rem;
}
.locations-form label{
    width: 100%;
    margin-bottom: 0;
}

.locations-form input[type="submit"]{
  width: 25%;
}

.archive .location-posts.latest-posts{
  margin-bottom: 0;
}

#privacy-policy-facts ul, #privacy-policy-what ul, #privacy-policy-definitions ul {
  list-style: none;
}

.highlight{
  color: var(--Brand-Blue);
}

.copyright{
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

.social-media .footer-icon:last-of-type{
  margin-right: 0;
}

.social-media .footer-icon i{
  padding: 2px;
  position: relative;
  left: -1px;
}

.social-media .footer-icon:hover, .social-media .footer-icon:focus{
  text-decoration: none;
}

.social-media .footer-icon:hover i, .social-media .footer-icon:focus i{
  border: 1px solid #fff;
}

.cardSection .card-title, .feature-cards .card-title{
  display: flex;
  align-items: center;
}

.csi_cards .card-body .card-title h6{
  margin-bottom: 0;
}

.feature-cards .card-title h5{
  margin-bottom: 0;
  font-weight: 700;
}

.cardSection .card-title .card-icon, .feature-cards .card-title .card-icon{
  margin-right: 1rem;
  margin-bottom: 0;
}

.button-wrapper{
  display: flex;
  align-items: center;
}

.csi-carousel .carousel-caption .button-wrapper p{
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-size: 1.125rem;
}

.blog .latest-posts .post.post-card{
  margin-bottom: 2rem;
}

.latest-posts-title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.latest-posts-title a{
  font-size: 1.25rem;
  text-decoration: none;
}

.latest-posts-title a:hover, .latest-posts-title a:focus{
  text-decoration: underline;
}

.split-list ul{
  columns: 2;
}

.card-text + .card-linkName{
  margin-top: 1rem;
}

.card-text *:last-child{
  margin-bottom: 0;
}