a.gold:link,
a.gold:visited,
a.gold:active {
  color: #c4c1a3;
}

a.gold:hover {
  color: #c4c1a3;
  text-decoration: underline;
}

h5 {
  font-size: 16px;
}

h5 a.gold {
  font-size: 16px;
  font-weight: bold;
}

h2.body-text {
  font-size: 18px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  line-height: 22px;
}

.text-smaller {
  font-size: 1rem;
}

.pb-1 {
  padding-bottom: 1.875rem;
}

.pt-1 {
  padding-top: 1.875rem;
}

.mb-1 {
  margin-bottom: 1.25em !important;
}

.mb-2 {
  margin-bottom: 1.5em !important;
}

.mb-3 {
  margin-bottom: 1.75em !important;
}

.mb-4 {
  margin-bottom: 2em !important;
}

.mt-1 {
  margin-top: 1.25em !important;
}

.mt-2 {
  margin-top: 1.5em !important;
}

.mt-3 {
  margin-top: 1.75em !important;
}

.mt-4 {
  margin-top: 2em !important;
}

.text-dark {
  color: #333333 !important;
}

.is-bold {
  font-weight: bold;
}

.is-lighter {
  font-weight: lighter;
}

.wysiwyg-module h2 {
  font-weight: lighter;
}

@media only screen and (max-width: 576px) {
  .mt-4 {
    margin-top: 0 !important;
  }
  .wysiwyg-module h2 {
    font-weight: bold;
    color: #333;
  }
}

.generic-view > .module-group {
  margin: 0;
}

h2.is-body-text {
  text-transform: none;
  font-size: 1.125rem;
  color: #000000;
  font-weight: normal;
}

.is-lighter {
  font-weight: lighter;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

hr.gold {
  border-bottom: 1px #c4c1a3 solid;
}

.flex-container {
  display: flex;
}

.column-1 {
  flex-shrink: 0;
  flex-basis: 50%;
  padding: 40px 40px;
}

.border-right {
  border-right: 1px solid #c4c1a3;
}

@media only screen and (max-width: 900px) {
  .flex-container {
    /* it place the items in vertical direction */
    flex-direction: column;
  }
  .border-right {
    border-right: none;
  }
}

strong {
  font-weight: bold !important;
}

.is-gold {
  color: #c4c1a3 !important;
}

.line-initial {
  line-height: initial;
}

.text-center {
  text-align: center;
}

.phone {
  margin-left: 0px;
  margin-right: 0px;
}
