/*
Theme Name: Flagship Bank Theme
Theme URI: https://flagshipcb.com/
Text Domain: FlagshipBankTheme
Description: WordPress them for Flagship Bank Theme
Author: the Author Flagship Bank Theme
Author URI: https://papaadvertising.com/
*/
.neighbor_content p {color:white; border-width:0px; font-size:17px;}
.neighbor_content_mobile p {color:white; border-width:0px; text-align: center;}

.intro--alt h1 {
    font-weight: bold;
}
.breadcrumbs a {
    margin-right: 10px;
}
/*
.article h5 , .article h4 , .article h3 , .section-about h3 {
    font-weight: bold;
}
.card .card__head h5 {
    font-weight: bold;
}*/
p#selectwrap {
    display: flex;
}
.article .selectric-scroll ul li:before {display:none;}
.article table#table14 {    background-color: rgb(250, 237, 219);}
.article table#table15 {    background-color: rgb(232, 249, 232);}

.article input[type="text"], .article input[type="password"], .article input[type="date"], .article input[type="datetime"], 
.article input[type="datetime-local"], .article input[type="month"], .article input[type="week"], .article input[type="email"], .article input[type="number"], 
.article input[type="search"], .article input[type="tel"], .article input[type="time"], .article input[type="url"], .article input[type="color"], .article  textarea {
    font-weight: 300;
}
.article .alignleft {
    float: left;
    margin: 0 30px 30px 0;
}
.alignleft {
    float: left !important;
}
.locations_hours h5 {    font-weight: bold; margin-top:0; }
table input[type="button"] {
    font-weight: normal;
}
.intro--alt {
   background-color: rgba(25,25,25,.45);
}
.team_btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 16px 40px 15px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.article table label {
    font-weight: 900;
}