
figure {
  float: left;
  width:120px;
  text-align: center;
  margin:10px 26px 10px 0;
    min-height: 320px;
    font-size: small;
    text-align: left;
}
.exec {
    width: 80%;
    display: inline-block;
}
/*This allows the Green Bank Homepage to visibly function at 200% fonts*/
@media (max-width: 767px) {
body main .greenbank-home h1 {
    display: block;
    background: rgb(34 53 111);
    position: initial;
}
.jumbotron-fluid.home-hero.greenbank-home {
    overflow: visible;
    display: inline;
}
}
body main .greenbank-home h1 {
    overflow: visible !important;
}

div.lead {
    padding-left: 9px;
    border-left: 9px solid #474c55;
}
div.lead h2, div.lead h3, div.lead p {
    color: #000000;
    padding: 0;
}
div.lead {
    padding-left: 9px;
    border-left: 9px solid #474c55;
    margin: 24px 0;
}

body {
    font-family: "Proxmima Nova", Arial, Helvetica, sans-serif;
    padding-top: 80px;
    background-color: #fff;
    font-size: 16px;
}
main a {
    color: #043673;
    text-decoration: underline;
}

h1 {
    color: #474c55;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h3 {
    font-size: 18px;
    padding-top: 18px;
}
main nav ul li {
    padding: 26px 0 10px 0;
    border-bottom: 1px solid #000000;
    color: #043673;
}
section.rich-text {
    color: #000000;
}
section.rich-text p {
    font-size: 16px;
}

main ::marker {
  /*  color: #fcb515;
    font-size: 19px;*/
}
main ul {
    list-style: square;
}
h4 {
    font-size: 16px;
}
a.btn.btn-primary {
    background-color: #154973;
    padding: 18px;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    font-weight: bold;
}
a.btn.btn-primary:hover {
    background-color: #000000;
}
main a {
    color: #004DD1;
    text-decoration: underline;
}
a {
    color: #004DD1;
}
h2 {
    font-size: 24px;
    color: #000000;
    padding-top: 0;
    margin: 0 0 10px;
    line-height: 120%;
	font-weight: normal;
}

}

.navbar .navbar-nav > li > a {
    color: #004DD1;
    font-size: 14px;
    padding: 10px 7px 20px;
    text-shadow: 0 1px 0 #ffffff;
}
@media (min-width: 992px){
ul.dropdown-menu {
    background: rgba(21, 73, 115, 0.9) !important;
}
}
abbr {
    text-underline-offset: 5px;
}
section.rich-text {
    line-height: 1.4em;
}

@media (min-width: 768px) {
div.callout.callout-right {
    float: right;
    margin-left: 24px;
    -ms-flex: 0 0 48.666667%;
    flex: 0 0 48.666667%;
    max-width: 48.666667%;
}
}


div.callout {
    border-left-color: #457AA5;
    border-left-width: 4px;
    border-left-style: solid;

    font-style: italic;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 19px 24px;
    margin: 10px;
}
