.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Big Shoulder Text", sans-serif !important;
  font-style: normal !important;
  color: #395a12 !important;
}

.header-rule {
  border-top: 2px solid #395a12 !important;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  width: 50% !important;
}

/* ==== FIXES FF TEXT WRAP ISSUT ==== */
.btn-border-green {
  white-space: normal !important;
}

.btn-solid-green {
  text-wrap: wrap;
  white-space: normal !important;
}

.row-line {
  border-bottom: 1px solid #395a12 !important;
  padding-bottom: 10px !important;
}

/* ===== CARDS2 ===== */
.icon-block {
  border-width: 0;
  box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 0.0625rem solid rgba(231, 234, 243, 0.7); */
  border-radius: 0.75rem;
}

.ht-100 {
  height: 100% !important;
}

.icon-block-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}
.figure {
  margin: 0 0 1rem;
  display: block;
}

.max-wd-8rem {
  max-width: 3.5rem;
}

.wd-100 {
  width: 100% !important;
}

.mgb-2 {
  margin-bottom: 0.5rem !important;
}

.mgb-3 {
  margin-bottom: 1rem !important;
}

.text-green {
  color: #395a12;
}

.text-gold {
  color: #f7ad29;
}

.text-cyan {
  color: #00b9f2;
}

.text-black {
  color: #444444;
}

.icon-block-footer {
  padding: 0 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
}

.brdr-0 {
  border: 0 !important;
}

.pdt-0 {
  padding-top: 0 !important;
}

.icon-block-title {
  font-family: "Big Shoulder Text";
  font-size: 24px;
  font-weight: 500;
  padding-top: 10px !important;
  display: inline-block;
  padding-bottom: 5px;
}

/* ==== STYLE AND CENTER SEAL ==== */
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-bottom: 10px;
}

/* === LARGE RADIUS == */
.round-lrg {
  border-radius: 0.75rem !important;
}

/*==== BIOS IMAGE TABLE ====*/
.bio-tbl {
  width: 205px;
  height: 332px;
  float: right;
}

/* ==== STYLE BOOTSTRAP ACCORDIAN ==== */
.panel-heading {
  background-color: #f1f5f6 !important;
}

/*==== SIDE PANEL WITH CONNECT WITH US ====*/
.side-pnl {
  background-color: #f1f5f6;
  padding: 20px;
  border-radius: 4px;
  overflow: auto;
}

.side-pnl-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.side-pnl-list-cont {
  font-weight: 600;
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 25px !important;
}

.side-pnl-list-cont li a {
  color: #333333;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 9px 6px;
  margin-bottom: 0;
}

.side-pnl-list-cont li a:hover {
  color: #f7ad29;
}
.side-pnl-btn-cont {
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 25px !important;
}

.side-pnl-btn-cont li a {
  margin-bottom: 10px;
}

.rgt-rule-blk {
  background: #000000;
  height: 0.5px;
  margin: 0px 0px 10px;
}

.rgt-rule {
  background: #395a12;
  height: 0.5px;
  margin: 0px 0px 10px;
}

/* ==== SIDE PANEL LINKS ONLY ==== */
.side-ql {
  font-size: medium;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 10px;
}

/*==== LEADERSHIP IMAGES ====*/
.img-tn {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0;
}

.img-tn > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tn-name {
  font-size: 13px;
  font-weight: bold;
  color: #395a12;
  margin: 5px 0;
}

.tn-title {
  font-size: 13px;
}

/*==== SOCIAL ICONS ====*/
.social-icons {
  list-style: none;
  padding-left: 6px;
  margin-top: 10px;
  margin-left: 0px;
}

.social-icons li {
  float: left;
  margin-right: 6px;
  max-width: 42px;
}
