.bank-offices-wp {
  display: block;
  position: relative;
  padding: 100px 0;
  border-bottom: rgba(0,0,0,0.1) 1px solid;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.bank-offices-wp span.iconsWrapper {
    font-size: 13px;
    font-weight: bold;
    color: #00907c;
}

.bank-offices-wp .top-cont .hdr-mn h2 {
  margin: 0px 0px;
  line-height: 110%;
  font-size: 30px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 600;
  color: #414141;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.bank-offices-wp .top-cont .col-md-8>p {
  display: block;
  -webkit-margin-before: 0.1em;
  -webkit-margin-after: 0.1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-bottom: 30px;
  color: #555555;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
}

.bank-offices-wp .top-cont p a {
  color: #02548e;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .300s;
  -moz-transition: all .300s;
  -o-transition: all .300s;
  transition: all .300s;
  text-decoration: none;
}

.bank-offices-wp .top-cont p a:hover {
  color: #212121;
  text-decoration: none;
}

.bank-offices-wp .top-cont div.toggle {
  margin: 10px 0 0;
  position: relative;
  clear: both;
  color: #555555;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

.bank-offices-wp .top-cont .toggle.toggle-bordered-full div.toggle {
  margin: 0;
}

.bank-offices-wp .top-cont .toggle.toggle-bordered-full div.toggle:last-child>label {
  border-bottom: #ccc 1px solid;
}

.bank-offices-wp .top-cont .toggle.toggle-bordered-full label {
  border: #ccc 1px solid;
  border-bottom: 0;
  margin: 0;
  background-color: transparent;
}

.bank-offices-wp .top-cont div.toggle > label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  display: block;
  border-radius: 0;
  -webkit-transition: all .10s ease-out;
  -moz-transition: all .10s ease-out;
  -o-transition: all .10s ease-out;
  transition: all .10s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.bank-offices-wp .top-cont .toggle-content {
  border: rgba(0,0,0,0.03) 1px solid;
  display: none;
  margin-top: -5px;
  padding: 15px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}

.bank-offices-wp .top-cont .toggle.toggle-bordered-full .toggle-content {
  border: #ccc 1px solid;
  border-top: 0;
  border-bottom: 0;
}

.bank-offices-wp .top-cont .toggle-content a.scheduleMeeting {
  display: block;
  font-size: 15px;
  line-height: 100%;
  color: #111111 !important;
  background: rgba(253, 255, 80, 0.5);
  padding: 7px;
  margin-bottom: 12px;
  width: 274px;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.2) !important;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all .300s;
  -moz-transition: all .300s;
  -o-transition: all .300s;
  transition: all .300s;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

.bank-offices-wp .top-cont .toggle-content a.scheduleMeeting i.mr-5 {
  margin-right: 5px !important;
}

.bank-offices-wp .top-cont .toggle-content a.scheduleMeeting i.ml-5 {
  margin-left: 5px !important;
}

.bank-offices-wp .top-cont .toggle-content a.scheduleMeeting:hover {
  color: #111111 !important;
  background: rgba(253, 255, 80, 0.9);
}

.bank-offices-wp .top-cont .toggle-content .col-md-6:last-child {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}

.bank-offices-wp .top-cont .toggle-content .col-md-6:last-child p {
    margin-top: 0;
}

.bank-offices-wp .btm-cont p {
    display: block;
    -webkit-margin-before: 0.1em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #555555;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.5;
    color:#555;
}

.bank-offices-wp .btm-cont p:nth-child(1) {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bank-offices-wp .btm-cont p:nth-child(2) {
    margin-bottom: 30px;
}

.bank-offices-wp .btm-cont p:nth-child(3) {
    margin-bottom: 30px;
}

.bank-offices-wp .btm-cont p a {
    color: #02548e;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    text-decoration: none;
}

.bank-offices-wp .btm-cont p a:hover {
    color: #212121;
    text-decoration: none;
}

.bank-offices-wp .rgt-cont {
    color: #555555;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.5;
}

.bank-offices-wp .rgt-cont p {
    display: block;
    -webkit-margin-before: 0.1em;
    -webkit-margin-after: 0.1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 30px;
}

.bank-offices-wp .rgt-cont ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.bank-offices-wp .top-cont div.toggle:nth-child(9) label>span>span {
    white-space: inherit;
}

.bank-offices-wp .top-cont div.toggle:nth-child(9) label>span>span>span {
    white-space: nowrap;
}

.bank-offices-wp .top-cont .toggle.toggle-bordered-full label:before {
    content: '';
    border: 6px solid transparent;
    border-top-color: inherit;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -3px;
}

.bank-offices-wp .top-cont .toggle.toggle-bordered-full label.active:before {
    border: 6px solid transparent;
    border-bottom-color: rgba(0,0,0,0.5);
    right: 14px;
    margin-top: -10px;
}

@media(max-width:768px){
.bank-offices-wp .top-cont>div {
    margin-bottom: 30px;
}

.bank-offices-wp .btm-cont>div {
    margin-bottom: 30px;
}

}

