.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
@font-face {
  font-family: "antrovector";
  src: url("../fonts/antro_vectra_bolder-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.clear {
  clear: both;
  float: none;
}

.envoy_gold {
  color: #E1B646;
}

a.nounderline {
  text-decoration: none;
}

.button {
  padding: 12px 30px;
  font-size: 16px !important;
  background: #103966;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button:hover {
  color: #ffffff;
  background: #171c22;
  text-decoration: none;
}

.button.large {
  padding: 18px 30px;
  font-weight: 700;
}

.button.xlarge {
  padding: 22px 40px;
  font-weight: 700;
}

.button.small {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 14px;
}

.button.clear {
  background: none;
  color: #103966;
}

.button.white {
  background: #ffffff;
  color: #103966;
}

.button.gold {
  background: #E1B646;
  color: #ffffff;
}

.button.white.clear {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: none;
}

.button.white.clear:hover {
  background: #ffffff;
  color: #103966;
}

.button.blue.clear {
  border: 2px solid #103966;
  color: #103966;
  background: none;
}

.button.blue.clear:hover {
  background: #ffffff;
  color: #103966;
}

.button.large.clear {
  padding: 16px 30px;
}

.button.rounded {
  border-radius: 8px;
}

.videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}

.videocontainer iframe, .videocontainer object, .videocontainer embed, .videocontainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.note {
  font-size: 14px;
}

.hide_desktop {
  display: none;
}

img {
  image-rendering: auto !important;
}

img.img-shadow {
  border: 7px solid #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

img.img-small {
  width: 80px;
  height: auto;
}

img.img-shadow.img-small {
  border: 2px solid #ffffff;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

picture.img-responsive img {
  max-width: 100%;
  height: auto;
}

picture.img-circle img {
  border-radius: 50%;
}

.ab-container-image-wrap {
  overflow: hidden;
}

.ab-container-image-wrap picture.has-background-dim img {
  width: 100%;
}

section.grey {
  background: #dcdcdc;
}

section.lgrey {
  background: #ededee;
}

section.ulgrey {
  background: #f9f9f9;
}

h3.styled {
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #37495d;
  font-weight: 900 !important;
  font-size: 34px;
  line-height: 1.1;
  text-transform: none;
  border-bottom: 3px solid #d3b02a !important;
}

h3.styled span.greeting {
  font-weight: 300 !important;
  font-style: italic;
  font-size: 28px;
}

.lead {
  color: #335b83;
}

.gold_light {
  color: #dbb928 !important;
}

.gold_dark {
  color: #b88224 !important;
}

.alignleft {
  margin: 0px 20px 10px 0px;
  float: left;
}

.alignright {
  margin: 0px 0px 10px 20px;
  float: right;
}

.wp-block-image img {
  height: auto;
}

.silo {
  text-align: left;
}

.silo_grey {
  background: #dcdcdc;
}

.bg_white {
  background: #ffffff;
}

.bg_blue {
  background: #103966;
  color: #ffffff;
}

.bg_fill {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #103966;
}

.cta_inline {
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  padding: 12px 15px 14px 15px;
}

.cta_inline h4 {
  margin-top: 8px;
  margin-bottom: 0px;
  width: 60%;
  float: left;
}

.cta_inline .hbs-btn {
  margin-top: 7px;
  margin-bottom: 0px;
  float: right;
}

.cta_shell {
  margin-bottom: 25px;
}

.cta_large {
  margin-bottom: 25px;
  padding: 40px;
}

.cta_large.blue {
  background: #103966;
}

.cta_large.blue h4, .cta_large.blue p {
  color: #ffffff;
}

.modal.vacation .photos {
  padding-bottom: 25px;
}

.modal.vacation .details p {
  margin-bottom: 14px;
}

.modal.vacation p.quote {
  font-style: italic;
}

.modal.vacation .details .contents {
  padding: 0px 0px 0px 25px;
}

.modal.vacation .close {
  position: absolute;
  top: 30px;
  right: 34px;
  z-index: 999;
  text-shadow: none;
  color: #fff;
  opacity: 1;
}

.modal .close:hover {
  background: none;
}

.notice {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #103966;
  color: #ffffff;
  text-align: center;
}

.notice a {
  color: #ffffff;
  text-decoration: none;
}

.notice a:hover {
  text-decoration: underline;
}

.carousel.bottom_controls .carousel-control {
  top: auto;
  background: none !important;
}

.carousel.bottom_controls .carousel-control .glyphicon-chevron-left,
.carousel.bottom_controls .carousel-control .glyphicon-chevron-right {
  top: auto;
  bottom: 8px;
  opacity: 1;
  color: #103966;
  text-shadow: none;
}

.carousel.bottom_controls .carousel-caption {
  padding-bottom: 0px;
  bottom: -30px;
  color: #333;
  text-shadow: none;
}

.carousel.bottom_controls .item {
  margin-bottom: 40px;
}

.validation_error {
  padding: 0.75rem 1.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb !important;
  border-radius: 0.25rem;
}

/*
.gform_wrapper li.gfield { margin-bottom: 45px;  clear: both; }
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { margin: 0px !important; padding: 0px !important; background: none !important; border: none !important; }
.gform_wrapper .gform_heading { margin-bottom: 35px; }
.gform_wrapper span.gform_description { font-size: 18px; }
.gform_wrapper ul.gform_fields li.gfield { padding-right: 0px; }
.gform_wrapper ul.gform_fields li.gfield .form-control { height: auto !important; padding: 10px 15px !important; font-size: 18px !important; font-weight: bold; color: #103966; border: 2px solid #c8ced5; }
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {text-transform: uppercase; font-size: 16px !important; color: #666666 !important; }
.gform_wrapper .validation_message { padding-top: 0px !important; }
.ginput_container_address { clear: both; }
.ginput_container_address span { margin-bottom: 0px; }
.gform_wrapper ul.gfield_checkbox li { margin-bottom: 20px; }
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label { margin-top: -5px; font-size: 22px; font-weight: normal; line-height: 1.3; }
.gf_clear { clear: both; float: none; }
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] { margin-top: 2px !important; }
*/
.cover_hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #103966;
}

.cover_hero .featured_award {
  margin-top: -190px;
  position: absolute;
  width: 300px;
}

.cover_hero .featured_award .image {
  margin-right: 15px;
  width: 84px;
  float: left;
}
.cover_hero .featured_award .image img {
  width: 84px;
  height: auto;
}

.cover_hero .featured_award .text {
  float: left;
  width: 190px;
}

.cover_hero .featured_award .text h5 {
  margin: 6px 0px 2px 0px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  line-height: 1.3;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
}

.cover_hero .featured_award .text p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.section_intro.calculator .container {
  z-index: 10;
}

.loan-officer-hero .hola {
  margin-bottom: 15px;
}

.loan-officer-hero.white .profile-img-inner {
  border: 3px solid #ffffff;
}

.loan-officer-hero.white p {
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.loan-officer-hero.white h1 {
  color: #ffffff;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}

.loan-officer-hero .info-col a, #hero-lp .info-col a {
  font-weight: normal !important;
}

#cta-footer-bar .info-col a, #cta-footer-bar .info-col a {
  color: #ffffff !important;
}

#pop-email {
  white-space: nowrap;
}

.section_homebot_widget {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #dddddd;
}

.section_login h5 {
  margin-bottom: 10px;
  font-size: 14px;
}

.section_login p.note {
  margin-bottom: 5px;
}

.section_login .hbs-btn {
  letter-spacing: 1px;
}

.section-default.article.single h1 {
  text-transform: none;
}

.section-default.article.single img {
  max-width: 100%;
  height: auto;
}

.section-apply {
  background: #ededed;
}

.section-apply .box {
  margin-bottom: 35px;
  padding: 25px 25px 0px 25px;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}

.section-apply .box a {
  text-decoration: underline;
}

.section-apply .box .hbs-btn {
  margin-right: 20px;
  text-decoration: none;
}

.section-apply .box h3 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.4;
}

.section-apply .box h3 b {
  font-weight: 900;
}

.section-apply .box hr {
  margin: 5px 0px 20px 0px;
  border: none;
  border-bottom: 3px solid #d7d7d7;
}

.section-apply h4 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.4;
}

.section-apply h4.first {
  margin-top: 35px;
}

.section-apply h5 {
  margin-bottom: 3px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  line-height: 1.6;
}

ul.checklist {
  margin-bottom: 40px;
  padding-left: 28px;
  list-style: none;
}

ul.checklist li {
  margin-bottom: 10px;
}

ul.checklist li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 12px 0 -28px;
  color: #009933;
}

.section-apply.press a.social-link {
  margin-right: 12px;
}

.section-apply.press .box h2 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.4;
}

.section-apply.press .box h3 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.4;
}

.envoy_mortgage_calculator .box {
  margin: 0px 0px 30px 0px;
  text-align: left;
}

.envoy_mortgage_calculator label {
  font-size: 18px;
}

.envoy_mortgage_calculator .results {
  margin: 15px 0px 35px 0px;
}

.envoy_mortgage_calculator .results, .envoy_mortgage_calculator .results label {
  font-size: 24px;
  font-weight: bold;
}

.envoy_mortgage_calculator .results span {
  color: #E1B646;
}

.section-title.reviews {
  height: 300px;
}

.section_reviews .headline {
  margin-bottom: 20px;
}

.section_reviews .headline h1 {
  margin-bottom: 8px;
  text-align: center;
  text-transform: none;
  color: #103966;
}

.section_reviews .headline p {
  font-size: 20px;
}

.section_reviews .collage {
  margin-bottom: 0px;
}

.section_reviews .collage img.border {
  border: 12px solid #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.section_reviews h3.leadin {
  margin-bottom: 40px;
  font-size: 26px;
  text-transform: none;
  color: #103966;
}

.section_reviews .review {
  margin-bottom: 30px;
  border-bottom: 2px solid #ededee;
}

.section_reviews .review h4 {
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: none;
  font-weight: 700;
}

.section_reviews .review .rating {
  margin-bottom: 8px;
  font-size: 20px;
}

.section_reviews .review .rating .fa {
  color: #E1B646;
}

.section_reviews .review .rating .experience_date {
  font-size: 16px;
}

.section_reviews .review .lo_details img {
  margin-top: -7px;
  float: left;
  margin-right: 15px;
  max-width: 40px;
  height: auto;
}

.section_reviews .breakdown .progress {
  margin-bottom: 0px;
  height: 24px;
}

.section_reviews .breakdown .progress .progress-bar {
  height: 24px;
  line-height: 24px;
  background: #E1B646;
  color: #333;
}

.section_reviews .breakdown td {
  border: none;
  line-height: 24px;
}

.section_reviews .breakdown .fa-star {
  color: #E1B646;
}

.section_reviews .stats {
  margin-top: 15px;
  margin-bottom: 55px;
}

.section_reviews .stats .stat h3 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  color: #103966;
}

.section_reviews .stats .stat h3 span {
  margin: 0px 3px;
  padding: 0px;
  font-size: 18px;
  text-transform: none;
  line-height: 10px;
}

.section_reviews .stats .stat p.descriptor {
  padding-top: 8px;
  margin-bottom: 0px;
  line-height: 1.4;
  border-top: 5px solid #E1B646;
  font-size: 18px;
}

.section_reviews .wp-sidebar h4 {
  margin-bottom: 8px;
  padding-bottom: 5px;
  font-size: 24px;
  text-transform: none;
  border-bottom: 5px solid #ededee;
  color: #103966;
}

.section_reviews .wp-sidebar .widget {
  margin-bottom: 60px;
}

section.bg-img.join-section-5 h2 {
  color: #333;
  font-size: 26px;
  text-align: center;
}

section.bg-img.join-section-5 p {
  color: #333;
}

section.bg-img.join-section-5 .lead {
  color: #5a7c9f;
}

section.bg-img.join-section-5 a {
  color: #337ab7;
}

section.bg-img.join-section-6 {
  padding-bottom: 0px;
}

section.bg-img.join-section-6 p {
  color: #ffffff;
}

.section_branch.reviews .carousel-inner {
  min-height: 300px;
}

.section_branch.reviews .rating .rating_box {
  margin-bottom: 40px;
  padding: 15px 25px 20px 25px;
  border: 5px solid #E1B646;
  text-align: center;
}

.section_branch.reviews .rating .rating_box p.average {
  margin: 0px;
  padding: 0px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.section_branch.reviews .rating .rating_box p.stars {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.section_branch.reviews .rating .rating_box p.count {
  margin: 0px;
}

.section_branch.reviews .rating .rating_box p.count a {
  color: #ffffff;
  text-decoration: none;
}

.section_branch.reviews .review {
  margin-bottom: 0px;
  border: none;
}

.section_branch.reviews .carousel-indicators {
  bottom: -45px;
}

.section_branch.reviews .carousel-indicators li {
  margin-left: 5px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.section_branch_bio li {
  list-style: none;
}

.branch_awards {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.branch_awards .divider h3 {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  text-transform: none;
  color: #103966;
  font-weight: bold;
}

.branch_awards .award {
  margin-top: 0px;
}

.branch_awards .award .image {
  margin-right: 15px;
  width: 84px;
  float: left;
}
.branch_awards .award .image img {
  width: 84px;
  height: auto;
}

.branch_awards .award .text {
  float: left;
  width: 190px;
}

.branch_awards .award .text h5 {
  margin: 6px 0px 2px 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  text-transform: none;
}

.branch_awards .award .text p {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.section_lead_gen {
  padding: 25px 0px 70px 0px;
}

.section_lead_gen img {
  max-width: 100%;
  height: auto;
}

.section_lead_gen .main_content .contents {
  margin-right: 40px;
}

.section_lead_gen .logo {
  margin-bottom: 60px;
}

.section_lead_gen h1 {
  margin: 0px 0px 0px 0px;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  text-transform: none;
  line-height: 1.2;
  font-weight: 600;
}

.section_lead_gen h2 {
  margin: 0px 0px 25px 0px;
  font-size: 20px;
  color: #d8a348;
  font-style: italic;
  text-transform: none;
}

.section_lead_gen h6 {
  font-size: 14px;
  color: #666666;
  font-style: italic;
  line-height: 1.4;
}

.section_lead_gen .sidebar, .section_lead_gen .sidebar p, .section_lead_gen .sidebar h1, .section_lead_gen .sidebar h2 {
  color: #ffffff;
}

.section_lead_gen .sidebar .contents.headline {
  padding: 20px 25px 15px 25px;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  background-color: #23303d;
  background-image: url(../img/lead-gen-sidebar-down-notch.PNG);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 42px;
}

.section_lead_gen .sidebar .headline h3 {
  font: 24px "Lato", sans-serif;
  text-transform: none;
  line-height: 1.2;
}

.section_lead_gen .sidebar .contents.primary {
  padding: 6px 25px 5px 25px;
  background: #103966;
  border-radius: 0px 0px 4px 4px;
}

.section_lead_gen .sidebar label {
  margin-bottom: 8px !important;
  color: #ffffff;
  font-size: 18px !important;
}

.section_lead_gen .sidebar .hs-form-required {
  color: #ffffff;
}

.section_lead_gen .sidebar input.hs-input {
  padding: 0px 10px 0px 10px;
  height: 40px;
  line-height: 40px;
  border: none;
}

.section_lead_gen .sidebar select.hs-input {
  margin-right: 0px !important;
  padding: 0px 10px 0px 10px;
  height: 40px;
  line-height: 40px;
  border: none;
  width: 100% !important;
}

.section_lead_gen .sidebar input.hs-button {
  padding: 0px 10px 0px 10px !important;
  height: 56px;
  line-height: 56px;
  background: #d8a348 !important;
  width: 100%;
  box-shadow: none !important;
  border-radius: 4px !important;
  border-bottom: 4px solid #c98d2e !important;
}

.section_lead_gen .sidebar #contact_form .actions {
  margin-top: 15px;
  margin-right: 8px !important;
  padding-top: 0px;
}

.section_lead_gen .sidebar fieldset.form-columns-2 .input {
  width: 100% !important;
}

.section_lead_gen .sidebar fieldset.form-columns-2 .hs-form-field {
  float: none;
  width: 100% !important;
}

.section_lead_gen .sidebar fieldset.form-columns-1 .input {
  margin-right: 14px !important;
}

#contact_form {
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#contact_form .actions {
  text-align: center;
}

#branch_map h5 {
  margin: 15px 0px 0px 0px;
}

#branch_map a {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.section-centered .hbspt-form {
  text-align: left;
}

.section-centered .hbspt-form .actions {
  margin-top: 0px;
  text-align: center;
}

.hs-button {
  padding: 14px 30px !important;
  font-size: 13px;
  background: #103966 !important;
  text-transform: uppercase;
  text-shadow: none !important;
  border: none !important;
  border-radius: 0px !important;
  font-weight: normal !important;
}

.hs-button:hover {
  background: #000000 !important;
  outline: 0 !important;
}

.hs-form label, .hs-form input, .hs-form option, .hs-form textarea {
  font-size: 16px !important;
  font-family: "Lato", sans-serif !important;
}

#hero-lp {
  position: relative;
}
@media (min-width: 992px) {
  #hero-lp .hero-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
  }
  #hero-lp .profile-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 40px;
    min-width: 250px;
  }
  #hero-lp .profile-img-inner {
    width: 220px !important;
    height: 220px !important;
  }
  #hero-lp .list-inline, #hero-lp .hbs-btn {
    margin-bottom: 0;
  }
  #hero-lp .scotsman-badge {
    width: 220px !important;
    left: 50%;
    margin-top: -80px;
    height: auto;
  }
}
#hero-lp:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero-lp .info-overlay a {
  color: #ffffff;
}

#header_minimal {
  border-bottom: 1px solid #cccccc;
}

#header_minimal .logo {
  margin: 10px 0px 15px 0px;
}

#header_minimal .cta {
  padding-top: 33px;
  text-align: right;
}

.section-landing-body .sidebar {
  background: #dddddd;
  margin-top: -20px;
}

.section-landing-body .sidebar .contents {
  padding-top: 40px;
}

.section-landing-body.flush {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-landing-body.flush .main_content {
  padding-top: 78px;
  padding-bottom: 78px;
}

#footer-logo {
  width: 180px;
}

.footer-col-menus {
  padding-top: 28px;
}

.footer-bottom .copyright {
  margin-bottom: 4px;
}

.footer-bottom .legal {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.5;
}

.footer-bottom p, .footer-bottom a {
  font-size: 0.8rem;
}

.section_testimonial {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #23303a;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section_testimonial p.leadin {
  padding-top: 20px;
  margin-bottom: 35px;
  line-height: 1.2;
  color: #c3a240;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

.section_testimonial p.quote {
  margin-bottom: 50px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

.section_testimonial p.name {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

.section_testimonial p.title {
  color: #c3a240;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
}

.section_rvp, .section_rvp p {
  color: #7f7f7f;
  font-size: 22px;
}

.section_rvp img {
  max-width: 100%;
}

.section_rvp h2.intro {
  margin-bottom: 60px;
}

.section_rvp h2.intro.flush {
  margin-bottom: 20px;
}

.section_rvp h3.styled {
  padding-bottom: 8px;
  color: #37495d;
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  border-bottom: 5px solid #d3b02a;
}

.section_rvp h3.styled span.greeting {
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  font-size: 36px;
}

.section_rvp p.stat {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  color: #37495d;
  font-weight: 700;
}

.section_rvp .hbs-btn {
  color: #ffffff !important;
}

.section_rvp .leadin {
  margin-bottom: 60px;
}

.section_rvp .leadin.flush {
  margin-bottom: 20px;
}

.section_rvp .leadin.flush p {
  margin-bottom: 0px;
}

.section_rvp .leadin p {
  font-size: 18px;
}

.section_rvp.intro {
  padding-top: 80px;
  padding-bottom: 180px;
  min-height: 500px;
  background-color: #36495e;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section_rvp.intro p.rvplead {
  margin-bottom: 40px;
  font-style: italic;
}

.section_rvp.intro h1 {
  margin-bottom: 0px;
  color: #d3b02a;
  font-weight: 700;
}

.section_rvp.intro h2 {
  margin-bottom: 8px;
  padding-bottom: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 2px solid #d3b02a;
}

.section_rvp.intro a {
  color: #ffffff;
}

.section_rvp.intro a.btn {
  margin-right: 15px;
  padding: 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: #36495e;
  border-radius: 0px;
}

.section_rvp.intro a.btn.last {
  margin-right: 0px;
}

.section_rvp.intro a.btn:hover {
  background: #d3b02a;
}

.section_rvp.intro, .section_rvp.intro p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.45;
}

.section_rvp.intro .buttons {
  margin-top: 45px;
}

.section_rvp.intro .play {
  margin-top: 50px;
  text-align: center;
}

.section_rvp p.solicitation {
  margin-bottom: 0px;
  font-size: 16px;
}

.section_rvp .card {
  padding: 40px 80px;
  background: #ffffff;
}

.section_rvp .card.offset {
  margin: -80px 0px 80px 0px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.section_rvp .card.transparent {
  background: rgba(255, 255, 255, 0.85);
}

.section_rvp .card .headshot {
  margin-right: 20px;
}

.section_rvp .card .profile, .section_rvp .card .profile p {
  font-size: 20px;
}

.section_rvp.about {
  background: #f9f9f9;
  padding-bottom: 80px;
}

.section_rvp.about .contacts {
  margin-bottom: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section_rvp.about .contacts h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #67686c;
}

.section_rvp.about .contacts p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.6;
}

.section_rvp.about .contacts p a {
  color: #7f7f7f;
}

.section_rvp.about .contacts .icon {
  margin-bottom: 25px;
}

.section_rvp.about .leadin {
  margin-bottom: 20px;
}

.section_rvp.about .stats {
  margin: 0px 0px 40px 0px;
}

.section_rvp.about .stats h4 {
  font-size: 18px;
  color: #7f7f7f;
  font-weight: 700;
}

.section_rvp.about .map {
  margin-top: 0px;
  margin-bottom: 60px;
}

.section_rvp.about hr {
  border-color: #eeeeee;
}

.section_rvp.envoy {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("/wp-content/themes/envoy/img/rvp_about_envoy_background.jpg");
  background-color: #36495e;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section_rvp.envoy .perk {
  margin-bottom: 35px;
}

.section_rvp.envoy .perk h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 900;
  color: #666666;
}

.section_rvp.envoy .perk p {
  font-size: 18px;
}

.section_rvp.envoy .perk .fa {
  color: #37495d;
}

.section_rvp.envoy .card {
  padding-top: 55px;
  padding-bottom: 20px;
}

.section_rvp.envoy .perk .no-gutter .icon {
  margin: 0px 15px 0px 24px;
}

.section_rvp.envoy .perk .no-gutter .copy {
  margin-right: 20px;
}

.section_rvp.envoy .benefits_cta {
  margin-top: 25px;
  margin-bottom: 15px;
}

.section_rvp.envoy .benefits_cta p {
  font-size: 18px;
}

.section_rvp.contact {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.section_rvp.contact .info .headshot {
  margin: 45px 15% 35px 15%;
}

.section_rvp.contact .info h3 {
  margin-bottom: 12px;
  color: #36495e;
  font-weight: 900;
}

.section_rvp.contact .info p {
  margin-bottom: 3px;
  line-height: 1.5;
  font-size: 18px;
}

.section_rvp.contact .info p a {
  color: #7f7f7f;
}

xxx.section_rvp.contact input.hs-input, .section_rvp.contact select {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

xxx.section_rvp.contact textarea {
  font-size: 18px;
  height: 120px;
}

.section_rvp.contact .actions {
  margin-top: 0px;
  padding-top: 0px;
}

.section_search {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section_search ul.search_tabs {
  margin: 0px;
  padding: 0px;
}

.section_search ul.search_tabs li {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  list-style: none;
  float: left;
}

.section_search ul.search_tabs li a {
  padding: 15px 25px;
  font-size: 20px;
  border: 1px solid #dedede;
  border-bottom: none;
  background: #dedede;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.section_search ul.search_tabs li.active a {
  background: #ffffff;
}

.section_search .search_form {
  margin-bottom: 20px;
}

.section_search .search_form .hbs-btn {
  margin: 0px;
  padding: 10px 20px;
}

.section_search .search_form hr {
  clear: both;
  margin: 38px 0px 25px 0px;
  border-color: #dedede;
}

.section_search .search_form form {
  padding-top: 20px;
}

.section_search .results ul {
  margin: 0px;
  padding: 0px;
}

.section_search .results ul li {
  margin: 15px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  list-style: none;
  border: 1px solid #cccccc;
}

.section_search .results ul li a {
  text-decoration: none;
}

.section_search .results ul li a.btn-full {
  font-size: 14px !important;
  margin: 0px 0px 10px 0px;
  padding: 7px 10px !important;
  width: 100%;
}

.section_search .results ul li h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.section_search .results ul li p {
  margin-bottom: 10px;
}

.section_search .results ul li p.distance {
  margin: 2px 0px 0px 20px;
  font-size: 14px;
  float: right;
}

.section_search .results ul li p.phone a, .section_search .results ul li p.website a {
  text-decoration: none;
  color: #656b6f;
}

.section_search .results ul li p.licenses {
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
}

.section_search .results ul li hr {
  margin: 12px 0px 12px 0px;
  border-color: #dedede;
}

.section_search .results ul li p.branch_contact {
  margin: 10px 0px 2px 0px;
  font-size: 11px;
  text-transform: uppercase;
}

.section_search .results ul li h5 {
  font-size: 16px;
}

.section_search .results.state {
  padding-top: 30px;
}

.section_search .results.state ul {
  margin-bottom: 30px;
}

.section_search .results.state ul li {
  margin: 0px 3% 35px 0px;
  width: 30%;
  float: left;
}

.section_search .results.state ul li.clearfix {
  float: none;
  clear: both;
  border: none;
  padding: 0px;
  margin: 0px;
}

.section_search .results.state ul li.notice {
  float: none;
  clear: both;
  width: auto;
  border: none;
  padding: 0px;
  margin: 0px;
}

.section_search .results.state h2 {
  text-transform: none;
}

.section_search .results.state h3 {
  text-transform: none;
}

.section_search .map {
  margin-top: 15px;
}

.section_search .map .pinned {
  padding: 5px;
  border: 1px solid #cccccc;
}

.row-thin-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row-thin-gutter .col-md-4, .row-thin-gutter .col-sm-6, .row-thin-gutter .col-sm-6 {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.font-size-xs {
  font-size: 0.8em;
  margin-bottom: 0;
}

.section_search .results .contacts a {
  text-decoration: underline;
  color: #656b6f;
}
.section_search .results .lo {
  margin: 0 0 30px 0;
  padding: 15px 15px 15px 15px;
  border: 1px solid #cccccc;
}
.section_search .results .lo a {
  text-decoration: none;
}
.section_search .results .lo h4 {
  margin-top: 6px;
  margin-bottom: 3px;
}
.section_search .results .lo p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  overflow: hidden;
}
.section_search .results .lo p.email {
  overflow: hidden;
  margin-bottom: 0;
}
.section_search .results .lo p.font-size-xs {
  font-size: 0.8em;
}
.section_search .results .lo p.job_title {
  font-size: 11px;
  text-transform: uppercase;
}
.section_search .results .lo .image {
  padding-bottom: 10px;
  padding-left: 0px;
}
.section_search .results .lo .image img {
  width: 100%;
  height: auto;
}
.section_search .results .lo hr {
  margin: 0px 0px 12px 0px;
}
.section_search .results .lo .hbs-btn {
  font-size: 12px !important;
  margin: 0px;
  padding: 7px 10px !important;
}
.section_search .results .lo .hola {
  margin-top: 2px;
  float: right;
}
.section_search .find_branch {
  margin-top: 18px;
}
.section_search .search_results {
  margin-bottom: 50px;
}
.section_search .all_branches h5 {
  margin: 0px 0px 1px 0px;
  padding: 0px;
  font-weight: bold;
}
.section_search .all_branches ul {
  margin: 0px 0px 25px 0px;
  padding: 0px;
}
.section_search .all_branches ul li {
  margin: 0px 0px 3px 0px;
  padding: 0px;
  list-style: none;
}

.section_intro.branch {
  height: 440px;
  background-image: url("/wp-content/themes/envoy-edge/img/hero_envoy_building.jpg");
}

.section_breadcrumbs.branch .breadcrumb {
  margin-bottom: 140px;
}

.section_breadcrumbs.branch .breadcrumb > .active, .section_breadcrumbs.branch a {
  color: #ffffff;
  font-size: 14px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.section_map {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section_map #branch_map {
  width: 100%;
  height: 500px;
}

.section_branch_single {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #191919;
}

.section_branch_single h2 {
  color: #ffffff;
}

.section_branch_single .team .person {
  padding-left: 15px;
  padding-right: 15px;
}

.section_branch_single .team .person .contents {
  margin-bottom: 25px;
  padding: 12px 12px 12px 12px;
  background: #ffffff;
  border: 1px solid #dddcde;
  white-space: nowrap;
  border-radius: 4px;
}

.section_branch_single .team .person .headshot {
  margin-bottom: 15px;
  position: relative;
}

.section_branch_single .team .person .headshot .pic {
  width: 100%;
  height: auto;
}

.section_branch_single .team .person .hola {
  margin-top: 8px;
  float: right;
}

.section_branch_single .team .person h5 {
  margin-bottom: 0px;
}

.section_branch_single .team .person .title {
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
  white-space: normal;
}

.section_branch_single.contact {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36495e;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
}

.section_branch_single.contact .padded_top {
  padding-top: 8px;
}

.section_branch_single.contact .fa-stack-2x {
  color: #ffffff;
}

.section_branch_single.contact .fa-inverse {
  color: #fda63f;
}

.section_totalexpert img {
  max-width: 100%;
  height: auto;
}

.section_totalexpert p.small_label {
  margin-bottom: 22px;
  text-transform: uppercase;
  color: #E1B646;
}

.section_totalexpert p a {
  text-decoration: underline;
}

.section_totalexpert h1 {
  text-transform: none;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.1;
}

.section_totalexpert h2 {
  font-size: 32px;
  text-transform: none;
  color: #103966;
  font-weight: 700;
  line-height: 1.2;
}

.section_totalexpert h3 {
  margin-bottom: 6px;
  font-size: 22px;
  text-transform: none;
  color: #103966;
  font-weight: 700;
  line-height: 1.4;
}

.section_totalexpert h4 {
  margin-bottom: 6px;
  font-size: 18px;
  text-transform: none;
  color: #333333;
  font-weight: 700;
}

.section_totalexpert hr {
  margin-bottom: 25px;
  border-color: #d7d7d7;
  border-width: 1px;
  border-top: none;
}

/*.section_totalexpert .icon img { width: 100%; height: auto; } */
.section_totalexpert .intro {
  margin-bottom: 50px;
}

.section_totalexpert.hero {
  background-color: #103966;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section_totalexpert.hero h1,
.section_totalexpert.hero p {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.section_totalexpert.hero p {
  margin-bottom: 50px;
  padding-right: 100px;
  font-size: 24px;
  line-height: 1.25;
}

.section_totalexpert.hero .contents {
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 10px;
}

.section_totalexpert.hero .button1 {
  margin-right: 30px;
}

.section_totalexpert.features .primary {
  margin-bottom: 70px;
}

.section_totalexpert.features .primary .contents {
  margin-top: 40px;
}

.section_totalexpert.features .features_list ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.section_totalexpert.features .features_list ul li {
  margin: 0px;
  padding: 0px;
}

.section_totalexpert.training h3 {
  margin-bottom: 35px;
}

.section_totalexpert.cta {
  background: #103966;
}

.section_totalexpert.cta p.leadin {
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
  color: #E1B646;
}

.section_totalexpert.cta p.leadin_alt {
  margin-bottom: 40px;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.section_totalexpert .list {
  margin-top: -40px;
}

.section_totalexpert .list .contents {
  margin-top: 40px;
}

.section_totalexpert.features .features_list.engen .contents {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.section_totalexpert.features .features_list.engen .contents .icon {
  margin-bottom: 20px;
}

.section_totalexpert.hero.realtors p.breadcrumbs {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  letter-spacing: 0.5px;
}

.section_totalexpert.hero.realtors p.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

.section_totalexpert.hero.realtors h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
}

.section_totalexpert.features.realtors .features_list .contents {
  margin-bottom: 55px;
}

.section_totalexpert.realtors h3.styled {
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #37495d;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  border-bottom: 3px solid #d3b02a;
}

.section_totalexpert.realtors h3.styled span.greeting {
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  font-size: 24px;
}

.section_totalexpert.realtors .loan_requirements ul {
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

.section_totalexpert.realtors .loan_requirements ul li {
  margin: 0px 0px 12px 32px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  text-indent: -16px;
  line-height: 1.4;
}

.section_totalexpert.realtors .loan_requirements ul li .fa {
  margin-right: 10px;
  color: #103966;
}

.section_totalexpert.realtors .loan_requirements .callout {
  margin-top: 10px;
}

.section_totalexpert.realtors .loan_requirements .item {
  padding-top: 15px;
}

.section_totalexpert.realtors .loan_requirements .item.padded_bottom {
  padding-bottom: 45px;
}

.section_totalexpert.realtors .loan_requirements .item.padded_bottom p.padded_bottom {
  padding-bottom: 20px;
}

.section_totalexpert.realtors.bg_blue h2 {
  color: #ffffff;
}

.section_totalexpert.realtors.bg_blue .silo .contents p {
  color: #333333;
}

.section_totalexpert.realtors .features_list .contents {
  margin-bottom: 45px;
}

.section_totalexpert.realtors .features_list .contents img.icon {
  margin-bottom: 20px;
}

.section_totalexpert.section_reviews.realtors .stats .stat h3 {
  margin-bottom: 10px;
}

#xlr8 .icon_boxes .box .contents {
  min-height: 310px;
}

#mobileapp .icon_boxes .box .contents {
  min-height: 310px;
}

.section_totalexpert.realtors.subsection_intro .content {
  padding-top: 32px;
}

.section_nonqm.grey {
  background: #f2f2f2;
}

.section_nonqm.hero {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section_nonqm.hero h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.section_nonqm .intro p {
  font-size: 18px;
}

.section_nonqm.cases {
  padding-bottom: 55px;
}

.section_nonqm.cases .intro {
  margin-bottom: 20px;
}

.section_nonqm.cases .pain_point {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 4px solid #ffffff;
}

.section_nonqm.cases .pain_point.last {
  margin-bottom: 40px;
  border-bottom: none;
}

.section_nonqm.cases .pain_point h3 {
  font-size: 20px;
  color: #333333;
}

.section_nonqm.cases .pain_point .icon {
  margin: -7px 25px 0px 25px;
  width: 70px;
  float: left;
}

.section_nonqm.cases p.large {
  font-size: 18px;
}

.section_nonqm.resources .list {
  text-align: center;
}

.section_nonqm.resources .list .item img {
  width: auto;
}

.section_nonqm.resources .list .item .icon {
  margin: 0px 12% 20px 12%;
}

.section_nonqm.resources .list .item p {
  margin-bottom: 45px;
}

.section_nonqm.training .dates .date {
  margin-bottom: 6px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.section_nonqm.training .date p {
  margin-bottom: 0px;
  line-height: 1.4;
}

.section_nonqm.training .dates .date h4 {
  margin-bottom: 3px;
}

.section_nonqm.training .dates .date .button {
  float: right;
}

.section_nonqm.features {
  padding-bottom: 10px;
}

.section_nonqm h3.styled {
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #37495d;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  border-bottom: 3px solid #d3b02a;
}

.section_nonqm h3.styled span.greeting {
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  font-size: 24px;
}

.section_nonqm.features .loan_requirements ul {
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

.section_nonqm.features .loan_requirements ul li {
  margin: 0px 0px 12px 32px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  text-indent: -16px;
  line-height: 1.4;
}

.section_nonqm.features .loan_requirements ul li .fa {
  margin-right: 10px;
  color: #103966;
}

.section_nonqm.features .loan_requirements .callout {
  margin-top: 10px;
}

.section_nonqm.features .loan_requirements .item {
  padding-top: 15px;
}

.section_nonqm.features .loan_requirements .item.padded_bottom {
  padding-bottom: 45px;
}

.section_nonqm.features .loan_requirements .item.padded_bottom p.padded_bottom {
  padding-bottom: 20px;
}

.section_nonqm.features .loan_requirements .item.blue {
  padding-top: 15px;
  background: #103966;
  color: #ffffff;
}

.section_nonqm.features .loan_requirements .item.blue h3 {
  color: #ffffff;
}

.section_nonqm.features .loan_requirements .item .button {
  margin-top: 125px;
}

.section_calculator_form {
  padding-top: 15px;
  padding-bottom: 0px;
}

.section_calculator_form h3.styled, .section_calculator_results h3.styled {
  margin-bottom: 35px;
}

.section_calculator_form {
  background: #f2f2f2;
}

.section_calculator_form label {
  margin-bottom: 8px;
  font-size: 16px;
}

.section_calculator_form .input-group-addon {
  font-size: 16px;
}

.section_calculator_form .row_1 {
  margin-bottom: 30px;
}

.section_calculator_form .btn {
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 0px;
}

.section_calculator_results .padded {
  padding-top: 14px;
  padding-left: 0px;
}

.section_calculator_results p.legal {
  font-size: 14px;
  color: #adadad;
}

.section_calculator_results .label_amortization {
  margin-top: 50px;
}

.section_calculator_results .panel {
  border: none;
  box-shadow: none;
}

.section_calculator_results .chart.pie {
  margin-bottom: 30px;
}

.section_calculator_results table {
  border: none;
}

.section_calculator_results th {
  text-align: left;
}

.section_calculator_results th, .section_calculator_results td {
  padding: 3px 8px !important;
  font-size: 16px;
}

.section_calculator_results td {
  border-top: 1px dashed #989898 !important;
}

.section_calculator_results tr.first_row td {
  border: none !important;
}

.section_calculator_results tr.last_row td {
  border-top: 2px solid #989898 !important;
}

.section_calculator_results td p.total_label {
  padding-top: 13px;
  font-weight: bold;
}

.section_calculator_results td p.total_value {
  font-size: 20px;
  font-weight: 900;
  color: #103966;
}

.section_calculator_results .panel table span.swatch {
  margin-right: 9px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.section_calculator_results .panel table span.swatch.swatch_1 {
  background: #1d77ae;
}

.section_calculator_results .panel table span.swatch.swatch_2 {
  background: #acc6e5;
}

.section_calculator_results .panel table span.swatch.swatch_3 {
  background: #ff7a34;
}

.section_calculator_results .panel table span.swatch.swatch_4 {
  background: #ffb880;
}

.section_calculator_results .panel table span.swatch.swatch_5 {
  background: #E1B646;
}

.section_calculator_results .panel table span.swatch.swatch_6 {
  background: #c6b9a5;
}

.section_calculator_results .panel table span.swatch.swatch_7 {
  background: #e33d75;
}

.tooltip_calculator {
  cursor: pointer;
}

svg > g > g:last-child {
  pointer-events: none;
}

.section_calculator_form h3.styled,
.section_calculator_results h3.styled {
  font-size: 30px;
}

.section_calculator_form h3.styled span.greeting,
.section_calculator_results h3.styled span.greeting {
  font-size: 26px;
}

.section_join {
  padding-top: 70px;
  padding-bottom: 0px;
}

.section_join.section_padding_bottom {
  padding-bottom: 80px;
}

.section_join.section_padding_bottom_small {
  padding-bottom: 25px;
}

.section_join.section_no_padding_top {
  padding-top: 0px;
}

.section_join h3 {
  font-size: 20px;
}

.section_join .intro {
  margin-bottom: 25px;
}

.section_join.hero {
  padding-top: 40px;
  height: 565px;
  background-color: #666666;
  color: #ffffff;
}

.section_join.hero p.breadcrumbs {
  text-transform: uppercase;
  font-weight: 700;
}

.section_join.hero h1 {
  margin-bottom: 60px;
  font-size: 36px;
  font-family: "Lato", sans-serif;
  text-transform: none;
  line-height: 1.2;
  font-weight: 900;
}

.section_join.hero p {
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  font-size: 18px;
}

.section_join.silos {
  margin-top: -175px;
}

.section_join.silos.no_offset {
  margin-top: 0px;
}

.silo .contents {
  padding: 15px 20px 30px 20px;
  background-color: #f2f2f2;
  border: 5px solid #ffffff;
}

.silo .contents h3.styled {
  font-size: 25px;
  line-height: 1.25;
}

.silo .contents h3.styled .greeting {
  font-size: 22px;
}

.section_join.grid_full .boxes .box {
  position: relative;
}

.section_join.grid_full .boxes .box p {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.section_join.grid_full .boxes .box img {
  width: 100%;
  height: auto;
}

.section_join .icon_boxes .box .contents {
  padding: 25px 24px 1px 24px;
  background-color: #f2f2f2;
}

.section_join .icon_boxes .box .contents img.icon {
  margin-bottom: 20px;
  width: 50px;
  height: auto;
}

.section_join.lgrey .icon_boxes .box .contents {
  background-color: #ffffff;
}

.section_join .datapoints .point .value {
  margin: 0px 0px 10px 0px;
  list-style: 1;
  font-size: 42px;
  font-weight: 900;
  color: #103966;
}

.section_join .datapoints .point .value .unit {
  font-size: 24px;
}

.section_join .callout_start_branch {
  margin-top: -60px;
}

.section_join .callout_start_branch .contents {
  padding: 15px 20px 30px 20px;
  background-color: #f2f2f2;
  border: 5px solid #ffffff;
}

.section_join .callout_start_branch .contents h4 {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

.nav_cover {
  display: none;
  height: 117px;
  width: 800px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 999;
}

.nav_cover #tour {
  position: absolute;
  top: 26px;
  right: 26px;
}

.sectionpiece {
  margin-bottom: 70px !important;
}

.sectionpiece_small {
  margin-bottom: 30px !important;
}

.section_join {
  padding-top: 70px;
  padding-bottom: 0px;
}

.section_join.section_padding_bottom {
  padding-bottom: 80px;
}

.section_join.section_padding_bottom_small {
  padding-bottom: 25px;
}

.section_join.section_no_padding_top {
  padding-top: 0px;
}

.section_join .row_padding_bottom {
  padding-bottom: 40px;
}

.section_join .row_padding_bottom_large {
  padding-bottom: 70px;
}

.section_join h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.section_join h2.subsection {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}

.section_join h2.support_hours {
  margin-top: -20px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #E1B646;
}

.section_join h3 {
  font-size: 20px;
}

.section_join h3.section_label {
  font-size: 18px;
  text-transform: uppercase;
}

.section_join .section_label_divider {
  margin: 15px auto 15px auto;
  width: 50px;
  background: #E1B646;
  height: 3px;
}

.section_join .intro {
  margin-bottom: 25px;
}

.section_join .intro .contents.cta {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section_join.hero {
  padding-top: 40px;
  height: 565px;
  background-color: #666666;
  color: #ffffff;
}

.section_join.hero.short {
  height: 400px;
}

.section_join.hero.auto {
  height: auto;
  padding-bottom: 80px;
}

.section_join.hero p.breadcrumbs {
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  letter-spacing: 0.5px;
}

.section_join.hero p.breadcrumbs a {
  color: #ffffff;
}

.section_join.hero h1 {
  margin-bottom: 20px;
  font-size: 46px;
  font-family: "Lato", sans-serif;
  text-transform: none;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.section_join.hero .playbutton {
  margin-top: 135px;
}

.section_join.hero .playbutton a {
  color: #ffffff;
  font-size: 30px;
  opacity: 0.7;
}

.section_join.hero .playbutton a:hover {
  opacity: 0.8;
}

.section_join .buttons {
  margin-top: 60px;
}

.section_join .buttons .or {
  margin-left: 25px;
  margin-right: 25px;
}

.section_join.hero .hero_cta {
  text-align: right;
}

.section_join.hero .hero_cta .contents {
  margin-top: 80px;
}

.section_join.hero .hero_cta.main {
  text-align: left;
}

.section_join.hero .hero_cta.main .contents {
  margin-top: 65px;
}

.section_join.silos {
  margin-top: -175px;
}

.section_join.silos.no_offset {
  margin-top: 0px;
}

.section_join.silos .silo .contents {
  padding: 15px 20px 30px 20px;
  background-color: #f2f2f2;
  border: 5px solid #ffffff;
}

.section_join.silos .silo .contents h3.styled {
  font-size: 25px;
  line-height: 1.25;
}

.section_join.silos .silo .contents h3.styled .greeting {
  font-size: 22px;
}

.section_join.grid_full .boxes .box {
  position: relative;
  cursor: pointer;
}

.section_join.grid_full .boxes .box p {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.section_join.grid_full .boxes .box img {
  width: 100%;
  height: auto;
}

.section_join .icon_boxes {
  margin-bottom: 40px;
}

.section_join .icon_boxes .box .contents {
  padding: 30px 24px 1px 24px;
  background-color: #f2f2f2;
}

.section_join .icon_boxes .box .contents img.icon {
  margin-bottom: 20px;
  width: auto;
}

.section_join img.icon_50 {
  height: 50px;
}

.section_join img.icon_80 {
  height: 80px;
}

.section_join img.icon_100 {
  height: 100px;
}

.section_join.lgrey .icon_boxes .box .contents {
  background-color: #ffffff;
}

.section_join .lo_case_study_min .box .contents {
  padding-top: 35px;
  background-color: #ffffff;
}

.section_join .lo_case_study_min .box .contents img {
  margin-bottom: 25px;
  width: 140px;
  height: auto;
}

.section_join .lo_case_study_min .box .contents .timeline {
  color: #103966;
  text-align: left;
}

.section_join .lo_case_study_min .box .contents .timeline .dot {
  min-height: 80px;
  background: url(/wp-content/uploads/2019/02/dots-grey.png) 58px -2px repeat-y;
}

.section_join .lo_case_study_min .box .contents .timeline .dot .padded {
  margin: 0px 0px 0px 25px;
}

.section_join .lo_case_study_min .box .contents .timeline .dot.last {
  background-image: none;
}

.section_join .lo_case_study_min .box .contents .timeline .details {
  min-height: 80px;
}

.section_join .lo_case_study_min .box .contents .timeline h5 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 700;
}

.section_join .lo_case_study_min .box .contents .timeline h6 {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.5;
}

.section_join .datapoints .point .value {
  margin: 0px 0px 10px 0px;
  list-style: 1;
  font-size: 42px;
  font-weight: 900;
  color: #103966;
}

.section_join .datapoints .point .value .unit {
  font-size: 24px;
}

.section_join .callout_start_branch {
  margin-top: -60px;
}

.section_join .callout_start_branch .contents {
  padding: 15px 20px 30px 20px;
  background-color: #f2f2f2;
  border: 5px solid #ffffff;
}

.section_join .callout_start_branch .contents.no_padding_bottom {
  padding-bottom: 20px;
}

.section_join .callout_start_branch .contents h4 {
  color: #103966;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

.section_join .callout_start_branch .contents .stat {
  margin-top: 12px;
}

.section_join .callout_start_branch .contents .stat .value {
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 900;
  color: #103966;
}

.section_join .callout_start_branch .contents .stat p {
  margin-bottom: 0px;
}

.section_join .feature_boxes .row {
  margin-bottom: 30px;
}

.section_join .feature_boxes .feature .contents {
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.section_join .feature_boxes .feature .contents h4 {
  padding: 10px 15px 2px 15px;
  text-align: center;
  color: #103966;
}

.section_join .feature_boxes .feature .contents p {
  padding: 10px 15px 15px 15px;
}

.section_join .bonus {
  text-align: center;
  color: #103966;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.section_join .bonus .icon,
.section_join .bonus picture.icon img {
  margin-right: 7px;
  width: 66px;
  height: auto;
}

.section_join .large_feature {
  margin-bottom: 40px;
}

.section_join .large_feature .text {
  padding-top: 30px;
}

.section_join .fancy_list .item {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 2px solid #e4e4e4;
}

.section_join .fancy_list .item.first {
  padding-top: 6px;
}

.section_join .fancy_list .item.last {
  padding-bottom: 6px;
  border-bottom: none;
}

.section_join .fancy_list .item p {
  margin-bottom: 0px;
}

.section_join .fancy_list .item p.stat {
  margin-top: 12px;
  font-size: 28px;
  font-weight: 900;
  color: #103966;
}

.section_join .fancy_list.math .item {
  padding-top: 18px;
  padding-bottom: 18px;
}

.section_join .fancy_list.math .item.last {
  border-top: 2px solid #e4e4e4;
}

.section_join .fancy_list.math .item p.formula {
  margin-top: 18px;
  font-size: 42px;
  font-weight: 900;
}

.section_join .fancy_list.math .item p.stat {
  margin-top: 0px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  color: #103966;
}

.section_join .fancy_list.math .item p.description.single {
  margin-top: 18px;
}

.section_join .timeline .range {
  border-top: 8px solid #b1b1b1;
}

.section_join .timeline .range_blue {
  border-top-color: #103966;
}

.section_join .timeline .range_gold {
  border-top-color: #E1B646;
}

.section_join .timeline .range .shim {
  height: 45px;
  border-left: 1px solid #b1b1b1;
}

.section_join .timeline .range .contents {
  margin-right: 20px;
  padding: 10px 15px 12px 15px;
  background: #ffffff;
  border-radius: 8px;
}

.section_join .timeline .range .contents p {
  margin: 0px;
  font-size: 14px;
  line-height: 1.5;
}

.section_leadership.intro {
  text-align: center;
  background-image: url(/wp-content/uploads/2019/06/leadership-hero.jpg);
  color: #ffffff;
}

.section_leadership h1.styled {
  padding-bottom: 8px;
  color: #37495d;
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  border-bottom: 5px solid #d3b02a;
}

.section_leadership h1.styled span.greeting {
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  font-size: 36px;
}

.section_leadership .col_bio {
  padding-top: 15px;
}

.section_leadership .col_sidebar {
  text-align: center;
}

.section_leadership .col_sidebar h2.name {
  margin: 20px 0px 10px 0px;
  padding: 0px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  color: #103966;
}

.section_leadership .col_sidebar h2.job_title {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  line-height: 1.5;
  font-size: 16px;
  text-transform: none;
}

.section_leadership.all {
  border-top: 1px solid #e4e4e4;
}

.section_leadership.all .leader {
  margin-bottom: 20px;
  text-align: center;
}

.section_leadership.all .leader h3 {
  margin: 10px 0px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  color: #103966;
}

.section_leadership.all .leader.active img {
  opacity: 0.6;
}

.award_boxes {
  text-align: center;
}

.award_boxes .award {
  margin: 0px 10px 20px 10px;
  border: 4px solid #103966;
  width: 180px;
  display: inline-block;
  background: #ffffff;
}

.award_boxes .award .contents {
  padding: 18px 15px 0px 15px;
  text-align: left;
}

.award_boxes .award .contents h5 {
  margin: 0px;
  padding: 0px;
  color: #103966;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: none;
}

.award_boxes .award .contents hr {
  margin: 14px 0px 10px 0px;
  background: none;
  border: none;
  border-bottom: 4px solid #E1B646;
  width: 30%;
}

.award_boxes .award .contents p.dates {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #103966;
}

.award_boxes .award p.source {
  margin: 0px;
  padding: 9px 5px 6px 5px;
  background: #103966;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.section_join.section_cta_closer .contents.cta {
  margin-bottom: 90px;
}

.section_articles .topic_title {
  margin-bottom: 30px;
  text-align: center;
}

.section_articles .list .article_summary {
  margin-bottom: 45px;
}

.article_summary .wp-post-image,
.article_summary picture.wp-post-image img {
  margin-bottom: 25px;
  max-width: 100%;
  height: auto;
}

.section_articles .list .article_summary h2 {
  text-transform: none;
  line-height: 1.4;
  font-size: 28px;
}

.section_articles .widgets {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.section_articles .widgets h2.widgettitle {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1.6;
}

.section_articles .widgets .widget li {
  margin-bottom: 8px;
  padding: 0px;
}

.single_article {
  font-size: 18px;
  line-height: 1.8;
}

.single_article h1 {
  font-size: 42px;
  text-transform: none;
}

.single_article h2 {
  margin-bottom: 12px;
  padding-top: 15px;
  font-size: 26px;
  font-weight: bold;
  text-transform: none;
  line-height: 1.5;
}

.single_article h3 {
  margin-bottom: 12px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  line-height: 1.5;
  color: #103966;
}

.single_article p a, .single_article li a {
  text-decoration: underline;
}

.single_article .featured_image img {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
}

.single_article .addthis_inline_share_toolbox {
  margin-bottom: 20px;
}

.single_article .cta {
  margin-top: 15px;
  margin-bottom: 45px;
}

.single_article .cta .padded {
  padding: 30px 30px 5px 30px;
  background: #103966;
}

.single_article .cta h5 {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: none;
  font-style: italic;
  color: #E1B646;
}

.single_article .cta .link {
  text-align: right;
}

.related_articles {
  margin-top: 55px;
}

.section_video_series .list .item img {
  width: 100%;
  height: auto;
}

.section_video_series .list .item .padded {
  padding: 15px 25px;
}

.section_video_series.intro {
  background-color: #103966;
  color: #ffffff;
  background-position: top;
}

.section_video_series.single.intro {
  height: 80vh;
  min-height: 680px;
}

.section_video_series.single.intro .wrap {
  padding-top: 5vh;
}

.section_video_series.single.intro .play {
  color: #ffffff;
  font-size: 50px;
  opacity: 0.5;
}

.section_video_series h1 {
  margin-top: 40px;
  margin-bottom: 45px;
  font-family: antrovector, sans-serif;
  text-transform: none;
  font-size: 65px;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.section_video_series.intro p.copy {
  font-size: 23px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  line-height: 1.4;
}

.section_video_series .card {
  padding: 40px;
}

.section_video_series .card.offset {
  margin: -60px 0px 80px 0px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  background: #ffffff;
}

.section_video_series .card a.btn {
  margin-right: 15px;
  padding: 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background: #36495e;
  border-radius: 0px;
}

.lp_wrapper {
  padding-top: 10px;
}

.lp_wrapper p {
  line-height: 1.6;
}

.lp_wrapper h1 {
  font-weight: bold;
}

.lp_wrapper h1,
.lp_wrapper h2,
.lp_wrapper h3,
.lp_wrapper h4 {
  text-transform: none;
}

.lp_wrapper .gform_wrapper .gsection {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.lp_wrapper .gform_wrapper .gsection h2.gsection_title {
  color: #103966;
}

.lp_wrapper .rounded .ab-block-layout-column-inner {
  border-radius: 6px;
}

.foot-menu a {
  color: #333333;
}

.foot-icons ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#footer .footer-bottom {
  padding-bottom: 110px;
}

#ot-sdk-btn {
  border: none !important;
  padding: 0px !important;
  color: #ffffff !important;
  background: none !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

#ot-sdk-btn:hover {
  border: none !important;
  padding: 0px !important;
  color: #ffffff !important;
  text-decoration: underline;
  background: none !important;
}

#my_lo_wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 360px;
  background: #103966;
  color: #ffffff;
  z-index: 99999;
}

#my_lo_wrapper .contents {
  padding: 12px 20px 12px 12px;
}

#my_lo_wrapper .contents .image img {
  max-width: 60px;
  height: auto;
}

#my_lo_wrapper .contents .info {
  padding-top: 0px;
}

#my_lo_wrapper .contents h5 {
  margin-bottom: 0px;
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

#my_lo_wrapper .contents h5 a {
  color: #ffffff;
}

#my_lo_wrapper .contents p {
  margin-bottom: 0px;
  line-height: 1.4;
  font-size: 14px;
}

#my_lo_wrapper .contents .button {
  margin-top: 15px;
  float: right;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 14px;
}

#pop-lo-name span {
  display: block;
  font-size: 0.6em;
}

.section-404 {
  background-image: url("/wp-content/themes/envoy/img/404-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  padding: 250px 0;
}
.section-404 img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.section-404 .searchform-input-group {
  background-color: white;
  border-radius: 4px;
  padding: 8px 0 8px 12px;
  margin-bottom: 30px;
  display: inline-block;
}
.section-404 .searchform-input-group #s {
  outline: none !important;
  min-width: 100px;
  border: none;
  font-size: 1.2rem;
}
.section-404 .searchform-input-group #searchsubmit {
  color: transparent;
  border: none;
  background-image: url(/wp-content/themes/envoy/img/search.svg);
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 992px) {
  .section-404 img {
    width: 80%;
    margin-bottom: 50px;
  }
  .section-404 #s {
    min-width: 300px;
  }
}

/* === LARGE DESKTOP === */
@media (min-width: 1600px) {
  .section_rvp.intro {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}
/* === LARGE DESKTOP === */
/* === DESKTOP === */
@media (min-width: 992px) and (max-width: 1199px) {
  body.one-row-header #navi-top .navi-top-list > li {
    margin-left: 10px;
  }
  .section_rvp, .section_rvp p {
    color: #7f7f7f;
    font-size: 20px;
  }
  .section_rvp.intro a.btn {
    margin-right: 15px;
    padding: 10px 14px;
  }
  .section_rvp .card .profile, .section_rvp .card .profile p {
    font-size: 18px;
  }
  .section_rvp.about .card {
    padding-bottom: 50px;
  }
  .cover_hero .featured_award {
    margin-top: -150px;
  }
}
/* === TABLET === */
@media (min-width: 768px) and (max-width: 991px) {
  .section_rvp.intro {
    padding-top: 60px;
    padding-bottom: 130px;
    min-height: 100px;
  }
  .section_rvp .card {
    padding: 30px 40px;
  }
  .section_rvp .card .headshot {
    margin-right: 0px;
  }
  .section_rvp .card .profile, .section_rvp .card .profile p {
    font-size: 18px;
  }
  .section_rvp.about {
    padding-bottom: 30px;
  }
  .section_rvp.envoy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_rvp.envoy .card {
    padding-bottom: 0px;
  }
  .section_rvp.envoy .perk p {
    font-size: 16px;
  }
  .section_lead_gen .main_content .contents {
    margin-right: 0px;
  }
  .section_totalexpert.hero .contents {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .section_totalexpert.hero p {
    padding-right: 30px;
  }
}
/* === PHONE === */
@media screen and (max-width: 767px) {
  .hide_mobile {
    display: none;
  }
  .hide_desktop {
    display: block;
  }
  span.mobile_block {
    display: block;
  }
  .cta_inline {
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 12px 15px 14px 15px;
  }
  .cta_inline h4 {
    margin-top: 8px;
    margin-bottom: 20px;
    width: auto;
    float: none;
  }
  .cta_inline .hbs-btn {
    margin-top: 7px;
    margin-bottom: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  #header_minimal .cta .button {
    font-size: 14px;
    padding: 12px 15px;
  }
  .section-apply .box {
    padding-bottom: 25px;
  }
  .cover_hero .featured_award {
    margin-top: -100px;
  }
  .cover_hero .featured_award .image {
    width: 60px;
  }
  .cover_hero .featured_award .text h5, .cover_hero .featured_award .text p {
    font-size: 14px;
  }
  .cover_hero .featured_award .text h5 {
    margin: 3px 0px 0px 0px;
  }
  .section_rvp, .section_rvp p, .section_rvp .leadin p {
    font-size: 16px;
  }
  .section_rvp h3.styled {
    font-size: 32px;
    border-bottom: 3px solid #d3b02a;
  }
  .section_rvp h3.styled span.greeting {
    font-size: 24px;
  }
  .section_rvp.intro {
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: 100px;
    background-position: center left;
  }
  .section_rvp.intro a.btn {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .section_rvp .card.offset {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .section_rvp .card {
    padding: 24px 20px 0px 20px;
  }
  .section_rvp .card .headshot {
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 20px;
  }
  .section_rvp.about .contacts {
    display: none;
  }
  .section_rvp .card .profile, .section_rvp .card .profile p {
    font-size: 16px;
  }
  .section_rvp.about .stats {
    margin-bottom: 0px;
    text-align: center;
  }
  .section_rvp.about .stats .stat_box {
    margin-bottom: 40px;
  }
  .section_rvp.about {
    padding-bottom: 30px;
  }
  .section_rvp.envoy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_rvp.envoy .card {
    padding-bottom: 0px;
  }
  .section_rvp.envoy .perk {
    margin-bottom: 10px;
  }
  .section_rvp.envoy .perk p {
    font-size: 16px;
  }
  .section_rvp.contact {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .section_rvp.contact .info {
    margin: 0px 20px 30px 20px;
    padding: 20px;
    background: #dddddd;
  }
  .section_rvp.contact .info .headshot {
    display: none;
  }
  .section_search .search_form .hbs-btn {
    margin-top: 15px;
    width: 100%;
  }
  .section_search .map #branch_map {
    height: 250px !important;
  }
  .section_search .results ul li p.distance {
    margin: 0px 0px 2px 0px;
    font-size: 12px;
    float: none;
    color: #aaaaaa;
  }
  .section_search .results.state ul li {
    margin: 0px 0px 25px 0px;
    width: auto;
    float: none;
  }
  .section_search ul.search_tabs {
    margin: 0px;
    padding: 0px;
  }
  .section_search ul.search_tabs li a {
    padding: 10px 10px;
    font-size: 16px;
  }
  .section_lead_gen h1 {
    margin-bottom: 6px;
  }
  .section_lead_gen .main_content .contents {
    margin-right: 0px;
  }
  .section_testimonial {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .section_testimonial p.quote {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .section_testimonial p.name {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section_testimonial p.title {
    font-size: 14px;
  }
  .section_join.hero h1 {
    font-size: 32px;
  }
  .section_totalexpert {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section_totalexpert h1 {
    font-size: 44px;
  }
  .section_totalexpert h2 {
    font-size: 26px;
  }
  .section_totalexpert h3 {
    font-size: 20px;
  }
  .section_totalexpert h4 {
    font-size: 16px;
  }
  .section_totalexpert.hero .contents {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .section_totalexpert.hero p {
    font-size: 22px;
    padding-right: 0px;
  }
  .section_totalexpert.hero .button {
    padding: 15px 20px;
    white-space: nowrap;
  }
  .section_totalexpert.features .primary {
    margin-bottom: 20px;
  }
  .section_totalexpert .intro {
    margin-bottom: 25px;
  }
  .section_totalexpert .list {
    text-align: center;
  }
  .section_totalexpert .list .icon {
    margin: 0px 34% 30px 34%;
  }
  #xlr8 .icon_boxes .box .contents {
    min-height: auto;
  }
  #mobileapp .icon_boxes .box .contents {
    min-height: auto;
  }
  .section_video_series h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 1.4;
  }
  .section_video_series.intro p.copy {
    font-size: 18px;
  }
  .section_video_series.single.intro .play {
    font-size: 30px;
  }
  .section_video_series .card a.btn {
    margin-bottom: 20px;
  }
  .carousel-inner {
    padding-bottom: 18px;
  }
  .carousel.bottom_controls .carousel-caption {
    margin-bottom: -30px;
  }
  #my_lo_wrapper {
    display: none;
  }
}
.home-hero .love-your-mortgage-experience {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .home-hero .love-your-mortgage-experience {
    max-width: 770px;
  }
}

.template-careers section {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .template-careers .text-lg-left {
    text-align: left;
  }
}
.template-careers h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  color: #103966;
}
@media (min-width: 992px) {
  .template-careers h2 {
    text-align: left;
    font-size: 48px;
    line-height: 57.6px;
  }
}
.template-careers .hero .container {
  height: 100%;
}
.template-careers .hero h1 {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 60px;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 992px) {
  .template-careers .hero h1 {
    font-size: 64px;
  }
}
.template-careers .section_join {
  position: relative;
}
.template-careers .section_join:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(115, 115, 115, 0.52);
  z-index: 1;
}
.template-careers .section_join .container {
  z-index: 2;
  position: relative;
}
.template-careers .col-bgimg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}
.template-careers .hbs-btn {
  font-size: 18px;
  font-weight: 700;
}
.template-careers .text-2x {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
}
.template-careers .text-3x {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}
.template-careers .color-white {
  color: white;
}
.template-careers .svg-love {
  max-width: 100%;
}
@media (min-width: 992px) {
  .template-careers .svg-love {
    max-width: 605px;
  }
}
.template-careers .svg-vision, .template-careers .svg-culture {
  max-width: 60%;
}
@media (min-width: 992px) {
  .template-careers .svg-vision, .template-careers .svg-culture {
    max-width: 200px;
  }
}
.template-careers .section-menu {
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .template-careers .section-menu {
    border-bottom: 1px solid #103966;
  }
}
.template-careers .section-menu .container {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .template-careers .section-menu .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.template-careers .section-menu .careers-menu {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .template-careers .section-menu .careers-menu {
    flex-direction: row;
    justify-content: space-between;
  }
}
.template-careers .section-menu .careers-menu div {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .template-careers .section-menu .careers-menu div {
    padding-right: 2rem;
    padding-bottom: 0;
  }
}
.template-careers .section-menu .careers-menu a {
  font-size: 20px;
  font-weight: 700;
  color: #E1B646;
}
.template-careers .section-menu .careers-menu a.color-primary {
  color: #103966;
}
.template-careers .section-menu .careers-menu a:hover {
  text-decoration: none;
  color: #103966;
}
.template-careers .job-openings:hover {
  color: #E1B646;
}
.template-careers .section-history {
  background: transparent url("../img/careers-section-history.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .template-careers .section-history {
    padding-bottom: 0;
  }
}
.template-careers .section-history h2, .template-careers .section-history p {
  color: white;
}
.template-careers .section-our-vision {
  background-color: #cfae20;
  position: relative;
  overflow: hidden;
}
.template-careers .section-our-vision h4, .template-careers .section-our-vision p {
  font-family: Lato, sans-serif;
}
.template-careers .section-our-vision h4 {
  color: #2c3347;
  text-transform: uppercase;
  font-weight: 600;
}
.template-careers .section-our-vision h4.white {
  color: #fff;
}
.template-careers .section-our-vision p {
  color: white;
  font-size: 1.2rem;
}
.template-careers .section-our-vision p.text-larger {
  font-size: 1.3rem;
}
.template-careers .section-our-vision .text-huge {
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: white;
}
@media (min-width: 992px) {
  .template-careers .section-our-vision .text-huge {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .template-careers .section-our-vision .text-huge {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.template-careers .section-our-vision .section-2 {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.template-careers .section-our-vision .on-envoy {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 50%;
  height: auto;
}
@media (min-width: 992px) {
  .template-careers .section-our-vision .on-envoy {
    bottom: -32px;
    right: -30px;
  }
}
.template-careers .section-community {
  background-color: #103966;
}
.template-careers .section-community h2, .template-careers .section-community p {
  color: white;
}
.template-careers .section-life h3 {
  margin-bottom: 0.25rem;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  line-height: 28px;
  color: #103966;
}
.template-careers .section-life h4 {
  text-transform: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #103966;
}
.template-careers .section-life .post-date {
  font-style: italic;
}
.template-careers button.gold:hover {
  color: #103966;
}

#purpose-vision-values h4, #purpose-vision-values p {
  font-family: Lato, sans-serif;
}
#purpose-vision-values h4 {
  color: #cfae20;
  text-transform: uppercase;
  font-weight: 600;
}
#purpose-vision-values p {
  font-size: 1.2rem;
}
#purpose-vision-values p.text-larger {
  font-size: 1.3rem;
}
#purpose-vision-values .text-huge {
  font-size: 2.2rem;
  line-height: 2.2rem;
}
@media (min-width: 992px) {
  #purpose-vision-values .text-huge {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  #purpose-vision-values .text-huge {
    font-size: 4rem;
    line-height: 4rem;
  }
}
#purpose-vision-values .section-2 {
  background-color: #2c3347;
  position: relative;
  overflow: hidden;
}
#purpose-vision-values .section-2 p {
  color: white;
}
#purpose-vision-values .text-white {
  color: white;
}
#purpose-vision-values .on-envoy {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 50%;
  height: auto;
}
@media (min-width: 992px) {
  #purpose-vision-values .on-envoy {
    bottom: -32px;
    right: -30px;
  }
}
#purpose-vision-values #cta-bar.color {
  background-color: white;
}
#purpose-vision-values #cta-bar h4 {
  color: #000;
}
#purpose-vision-values #cta-bar .hbs-btn {
  background-color: #2c3347;
  color: white;
}

/*# sourceMappingURL=envoy.css.map */
