.bg-grey {
  background: #efefef;
}

/* .page-education .list .list-img-wrap, .page-resources .list .list-img-wrap {
    background: var(--color-theme-secondary);
    border-radius: 20px;
}

.page-education .list .list-img-photo, .page-resources .list .list-img-photo {
    background-size: contain !important;
    transform: scale(.8) !important;
    transition: .5s;
}

.page-education .list .list-img-photo:hover, .page-resources .list .list-img-photo:hover {
    transform: scale(.7) !important;
}

.page-education .list .btn, .page-resources .list .btn {
    display: none;
}

.page-education .list .list-text-title, .page-resources .list .list-text-title {
    font-size: 1.1rem !important;
} */

.header {
  background: url("https://apihoard.webit.com/api/v1/Image/4CE3AA57D25E80F435916D054D4974E7/4CE3AA57D25E80F435916D054D4974E7.jpg?size=1920x1440");
  background-size: cover;
  background-position: left;
}

/*=============== HERO ===============*/

#wb__hero-2.webit__parallax {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  min-height: 700px;
  display: flex;
  align-items: center;
}

#wb__hero-2 .webit__parallax h1 {
  border-bottom: 4px solid white;
}

#wb__hero-2 .webit__hero-divider {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -1px;
}

#wb__hero-2 .webit__hero-divider path {
  fill: var(--color-theme-background);
}

#wb__hero-2 .webit__hero-divider .cls-1 {
  opacity: 0.5;
}

#wb__hero-2 .wb__ripple {
  animation: ripple 1.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6), -5px -5px 10px rgba(255, 255, 255, 0.5);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

/* RESOURCES PAGES ==================================  */

.page-resources .list {
  padding-top: 0.25em;
}

.page-resources .text {
  padding-top: 3em;
}

/* BOARD OF DIRECTORS ==============================  */

.list-img-photo {
  background-size: contain;
}

/* RELOCATION ASSISTANCE ===========================  */

.page-nationwide-relocation-assistance .list {
  padding-top: 0.25em;
}

.page-nationwide-relocation-assistance .list-img-link {
  display: none;
}

.page-nationwide-relocation-assistance .list-text-title {
  font-size: 2.15rem;
  margin-bottom: 0.25em;
}

.page-nationwide-relocation-assistance .list .col-md-6.col-lg-4:nth-of-type(1) {
  background: #91b3f2;
  padding: 1em;
}

.page-nationwide-relocation-assistance .list .col-md-6.col-lg-4:nth-of-type(2) {
  background: #6b84b3;
  padding: 1em;
}

.page-nationwide-relocation-assistance .list .col-md-6.col-lg-4:nth-of-type(3) {
  background: #5b7199;
  padding: 1em;
}

/*-- VA Home Seminar --*/

.page-affiliates .list,
.page-va-home-seminar .detailedlist {
	padding: 0
}

.page-va-home-seminar .form {
	padding-top: .5em;
}

/* Custom Forms ================================  */

/* Hiding titles ===  */
.page-job-preparation .webit-forms-header, .page-relocating-to-southern-california .webit-forms-header  {
  display: none;
}

/* FOOTER ======================================  */

.setup {
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 10px 1px #00000036;
  box-shadow: 1px 1px 10px 1px #00000036;
}

.setup:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

#contactBtns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
}

#contactBtns .fa {
  font-size: 25px;
  color: var(--color-theme-secondary);
}

/*=============== EDUCATION ===============*/
/* .page-education .list-img-wrap, .page-resources .list-img-wrap {
    width: 150px !important;
}

.page-education .bg-light, .page-resources .bg-light {
    background-color: #ddd !important;
}

.page-education .border-bottom, .page-resources .border-bottom  {
    border-color: var(--color-theme-secondary) !important;
} */


/*-- Real Estate Investing --*/

.page-real-estate-investing-seminar .list {
    padding: 0 0 1rem
}

.page-real-estate-investing-seminar .list .list-wrap {
  margin-bottom: 0
}

.page-real-estate-investing-seminar .list .list-img-photo {
    background-size: 110px
}

.page-real-estate-investing-seminar .list .list-circle .list-img-wrap {
    padding: 62px 0;
}

.page-real-estate-investing-seminar .list .list-text-title {
    font-size: 1.25rem;
    line-height: 1.3;
}

.page-real-estate-investing-seminar .form,
.page-credit-repair-seminar .form
 {
	padding-top: 0;
}

/*-- Board Members --*/

.page-board-members .list .fa {
	font-size: 30px
}
