@font-face {
  font-family: 'MontserratRegular';
  src: url('../fonts/MontserratRegular.eot');
  src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'), url('../fonts/MontserratRegular.woff2') format('woff2'), url('../fonts/MontserratRegular.woff') format('woff'), url('../fonts/MontserratRegular.ttf') format('truetype'), url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'MontserratMedium';
  src: url('../fonts/MontserratMedium.eot');
  src: url('../fonts/MontserratMedium.eot') format('embedded-opentype'), url('../fonts/MontserratMedium.woff2') format('woff2'), url('../fonts/MontserratMedium.woff') format('woff'), url('../fonts/MontserratMedium.ttf') format('truetype'), url('../fonts/MontserratMedium.svg#MontserratMedium') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'MontserratBold';
  src: url('../fonts/MontserratBold.eot');
  src: url('../fonts/MontserratBold.eot') format('embedded-opentype'), url('../fonts/MontserratBold.woff2') format('woff2'), url('../fonts/MontserratBold.woff') format('woff'), url('../fonts/MontserratBold.ttf') format('truetype'), url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
  font-display: swap;
}

@font-face {
  font-family: 'MontserratSemiBold';
  src: url('../fonts/MontserratSemiBold.eot');
  src: url('../fonts/MontserratSemiBold.eot') format('embedded-opentype'), url('../fonts/MontserratSemiBold.woff2') format('woff2'), url('../fonts/MontserratSemiBold.woff') format('woff'), url('../fonts/MontserratSemiBold.ttf') format('truetype'), url('../fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
  font-display: swap;
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/lato-v24-latin-heavy.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

a {
  text-decoration: none;
  color: #c08b22;
}

a:focus, a:hover {
  color: #286f8a;
  text-decoration: none;
}

:focus, button:focus {
  outline: none;
}

.gold-bg, .gold-bg h1, .gold-bg h2, .gold-bg h3, .gold-bg h5, .gold-bg h6, .gold-bg p, .gold-bg label, .gold-bg .pera, .light-blue-bg, .light-blue-bg h1, .light-blue-bg h2, .light-blue-bg h3, .light-blue-bg h5, .light-blue-bg h6, .light-blue-bg p, .light-blue-bg label, .light-blue-bg .pera, .dark-blue-bg, .dark-blue-bg h1, .dark-blue-bg h2, .dark-blue-bg h3, .dark-blue-bg h5, .dark-blue-bg h6, .dark-blue-bg p, .dark-blue-bg label, .dark-blue-bg .pera, .dark-bg, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg label, .dark-bg .pera, .dark-blue-bg2, .dark-blue-bg2 h1, .dark-blue-bg2 h2, .dark-blue-bg2 h3, .dark-blue-bg2 h5, .dark-blue-bg2 h6, .dark-blue-bg2 p, .dark-blue-bg2 label, .dark-blue-bg2 .pera, .grey-bg, .grey-bg h1, .grey-bg h2, .grey-bg h3, .grey-bg h5, .grey-bg h6, .grey-bg p, .grey-bg label, .grey-bg .pera {
  color: #fff;
}

/*--------------btn style------------------------------*/
.btn {
  padding: 3px 16px 3px 16px;
  border-radius: 30px;
  border: solid 2px;
  font-size: 13px;
  font-family: 'MontserratBold';
  line-height: normal;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-transform: uppercase;
}

.btn:hover {
  border-width: 2px;
}

.btn:focus, .btn.focus {
  box-shadow: inherit !important;
  outline: 0 !important;
}

button:focus {
  border-width: 2px;
}

.btn span {
  min-width: 75px;
  display: inline-block;
  margin-right: 8px;
  padding: 6px 0;
}

.btn .icon {
  width: 28px;
  height: 28px;
  background: #c08b22;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  padding: 3px;
  transition: all 0.15s ease-in-out;
  margin-right: -13px;
  margin-left: 10px;
}

.btn .icon svg.svg-icon {
  width: 22px;
  height: 21px;
  margin-right: -2px;
}

.btn path {
  fill: #fff;
  transition: all 0.15s ease-in-out;
}

/*--------------primary btn on dark bg------------------------------*/
.btn.btn-primary {
  background: #c08b22;
  background-color: #c08b22;
  border-color: #c08b22;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
  background-color: #286f8a;
  border-color: #286f8a;
  background: #286f8a;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active .icon, .btn.btn-primary:active .icon, .btn.btn-primary:focus .icon, .btn.btn-primary.focus .icon, .btn.btn-primary:hover .icon {
  background: #286f8a;
}

/*--------------primary btn on dark bg------------------------------*/
.dark-blue-bg .btn.btn-primary:not(:disabled):not(.disabled):active, .dark-blue-bg .btn.btn-primary:active, .dark-blue-bg .btn.btn-primary:focus, .dark-blue-bg .btn.btn-primary.focus, /*--------*/
.dark-bg .btn.btn-primary:not(:disabled):not(.disabled):active, .dark-bg .btn.btn-primary:active, .dark-bg .btn.btn-primary:focus, .dark-bg .btn.btn-primary.focus, /*--------*/
.dark-blue-bg2 .btn.btn-primary:not(:disabled):not(.disabled):active, .dark-blue-bg2 .btn.btn-primary:active, .dark-blue-bg2 .btn.btn-primary:focus, .dark-blue-bg2 .btn.btn-primary.focus, /*-------*/
.grey-bg .btn.btn-primary:not(:disabled):not(.disabled):active, .grey-bg .btn.btn-primary:active, .grey-bg .btn.btn-primary:focus, .grey-bg .btn.btn-primary.focus, /*-------*/
.dark-blue-bg .btn.btn-primary:hover, .dark-bg .btn.btn-primary:hover, .dark-blue-bg2 .btn.btn-primary:hover, .grey-bg .btn.btn-primary:hover {
  background-color: #fff;
  background: #fff;
  border-color: #fff;
  color: #c08b22;
}

.dark-blue-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon, .dark-blue-bg .btn.btn-primary:active .icon, .dark-blue-bg .btn.btn-primary:focus .icon, .dark-blue-bg .btn.btn-primary.focus .icon, /*--------*/
.dark-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon, .dark-bg .btn.btn-primary:active .icon, .dark-bg .btn.btn-primary:focus .icon, .dark-bg .btn.btn-primary.focus .icon, /*--------*/
.dark-blue-bg2 .btn.btn-primary:not(:disabled):not(.disabled):active .icon, .dark-blue-bg2 .btn.btn-primary:active .icon, .dark-blue-bg2 .btn.btn-primary:focus .icon, .dark-blue-bg2 .btn.btn-primary.focus .icon, /*-------*/
.grey-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon, .grey-bg .btn.btn-primary:active .icon, .grey-bg .btn.btn-primary:focus .icon, .grey-bg .btn.btn-primary.focus .icon, /*-------*/
.dark-blue-bg .btn.btn-primary:hover .icon, .dark-bg .btn.btn-primary:hover .icon, .dark-blue-bg2 .btn.btn-primary:hover .icon, .grey-bg .btn.btn-primary:hover .icon {
  background: #fff;
}

/*-------*/
.dark-blue-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon path, .dark-blue-bg .btn.btn-primary:active .icon path, .dark-blue-bg .btn.btn-primary:focus .icon path, .dark-blue-bg .btn.btn-primary.focus .icon path, /*-------*/
.dark-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon path, .dark-bg .btn.btn-primary:active .icon path, .dark-bg .btn.btn-primary:focus .icon path, .dark-bg .btn.btn-primary.focus .icon path, /*-------*/
.dark-blue-bg2 .btn.btn-primary:not(:disabled):not(.disabled):active .icon path, .dark-blue-bg2 .btn.btn-primary:active .icon path, .dark-blue-bg2 .btn.btn-primary:focus .icon path, .dark-blue-bg2 .btn.btn-primary.focus .icon path, /*-------*/
.grey-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon path, .grey-bg .btn.btn-primary:active .icon path, .grey-bg .btn.btn-primary:focus .icon path, .grey-bg .btn.btn-primary.focus .icon path, /*-------*/
.dark-blue-bg .btn.btn-primary:hover .icon path, .dark-bg .btn.btn-primary:hover .icon path, .dark-blue-bg2 .btn.btn-primary:hover .icon path, .grey-bg .btn.btn-primary:hover .icon path {
  fill: #c08b22;
}

/*--------------primary btn on light bg------------------------------*/
.gold-bg .btn.btn-primary, .light-blue-bg .btn.btn-primary {
  background: #fff;
  background-color: #fff;
  border-color: #fff;
  color: #c08b22;
}

.gold-bg .btn.btn-primary .icon, .light-blue-bg .btn.btn-primary .icon {
  background: #fff;
}

.gold-bg .btn.btn-primary .icon path, .light-blue-bg .btn.btn-primary .icon path {
  fill: #c08b22;
}

.gold-bg .btn.btn-primary:not(:disabled):not(.disabled):active, .gold-bg .btn.btn-primary:active, .gold-bg .btn.btn-primary:focus, .gold-bg .btn.btn-primary.focus, /*-------*/
.light-blue-bg .btn.btn-primary:not(:disabled):not(.disabled):active, .light-blue-bg .btn.btn-primary:active, .light-blue-bg .btn.btn-primary:focus, .light-blue-bg .btn.btn-primary.focus, /*-------*/
.gold-bg .btn.btn-primary:hover, .light-blue-bg .btn.btn-primary:hover {
  background: #162835;
  border-color: #162835;
  color: #fff;
}

.gold-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon, .gold-bg .btn.btn-primary:active .icon, .gold-bg .btn.btn-primary:focus .icon, .gold-bg .btn.btn-primary.focus .icon, /*-------*/
.light-blue-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon, .light-blue-bg .btn.btn-primary:active .icon, .light-blue-bg .btn.btn-primary:focus .icon, .light-blue-bg .btn.btn-primary.focus .icon, /*-------*/
.gold-bg .btn.btn-primary:hover .icon, .light-blue-bg .btn.btn-primary:hover .icon {
  background: #162835;
}

.gold-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon path, .gold-bg .btn.btn-primary:active .icon path, .gold-bg .btn.btn-primary:focus .icon path, .gold-bg .btn.btn-primary.focus .icon path, /*-------*/
.light-blue-bg .btn.btn-primary:not(:disabled):not(.disabled):active .icon path, .light-blue-bg .btn.btn-primary:active .icon path, .light-blue-bg .btn.btn-primary:focus .icon path, .light-blue-bg .btn.btn-primary.focus .icon path, /*-------*/
.gold-bg .btn.btn-primary:hover .icon path, .light-blue-bg .btn.btn-primary:hover .icon path {
  fill: #fff;
}

/*--------------outline btn ------------------------------*/
.btn.btn-outline-primary {
  border-color: #c08b22;
  color: #c08b22;
  background-color: transparent !important;
  background: transparent !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:hover {
  border-color: #286f8a;
  color: #286f8a;
  background: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active .icon, .btn.btn-outline-primary:active .icon, .btn.btn-outline-primary:focus .icon, .btn.btn-outline-primary.focus .icon, .btn.btn-outline-primary:hover .icon {
  background: #286f8a;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
  border-width: 2px;
}

/*--------------outline btn on dark bg------------------------------*/
.dark-blue-bg .btn-outline-primary:not(:disabled):not(.disabled):active, .dark-blue-bg .btn.btn-outline-primary:active, .dark-blue-bg .btn.btn-outline-primary:focus, .dark-blue-bg .btn.btn-outline-primary.focus, .dark-bg .btn-outline-primary:not(:disabled):not(.disabled):active, .dark-bg .btn.btn-outline-primary:active, .dark-bg .btn.btn-outline-primary:focus, .dark-bg .btn.btn-outline-primary.focus, .dark-blue-bg2 .btn-outline-primary:not(:disabled):not(.disabled):active, .dark-blue-bg2 .btn.btn-outline-primary:active, .dark-blue-bg2 .btn.btn-outline-primary:focus, .dark-blue-bg2 .btn.btn-outline-primary.focus, .grey-bg .btn-outline-primary:not(:disabled):not(.disabled):active, .grey-bg .btn.btn-outline-primary:active, .grey-bg .btn.btn-outline-primary:focus, .grey-bg .btn.btn-outline-primary.focus, .dark-blue-bg .btn.btn-outline-primary:hover, .dark-bg .btn.btn-outline-primary:hover, .dark-blue-bg2 .btn.btn-outline-primary:hover, .grey-bg .btn.btn-outline-primary:hover {
  border-color: #fff;
  color: #fff;
}

.dark-blue-bg .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon, .dark-blue-bg .btn.btn-outline-primary:active .icon, .dark-blue-bg .btn.btn-outline-primary:focus .icon, .dark-blue-bg .btn.btn-outline-primary.focus .icon, /*---------*/
.dark-bg .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon, .dark-bg .btn.btn-outline-primary:active .icon, .dark-bg .btn.btn-outline-primary:focus .icon, .dark-bg .btn.btn-outline-primary.focus .icon, /*---------*/
.dark-blue-bg2 .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon, .dark-blue-bg2 .btn.btn-outline-primary:active .icon, .dark-blue-bg2 .btn.btn-outline-primary:focus .icon, .dark-blue-bg2 .btn.btn-outline-primary.focus .icon, /*---------*/
.grey-bg .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon, .grey-bg .btn.btn-outline-primary:active .icon, .grey-bg .btn.btn-outline-primary:focus .icon, .grey-bg .btn.btn-outline-primary.focus .icon, /*---------*/
.dark-blue-bg .btn.btn-outline-primary:hover .icon, .dark-bg .btn.btn-outline-primary:hover .icon, .dark-blue-bg2 .btn.btn-outline-primary:hover .icon, .grey-bg .btn.btn-outline-primary:hover .icon {
  background: #fff;
}

.dark-blue-bg .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon path, .dark-blue-bg .btn.btn-outline-primary:active .icon path, .dark-blue-bg .btn.btn-outline-primary:focus .icon path, .dark-blue-bg .btn.btn-outline-primary.focus .icon path, /*---------*/
.dark-bg .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon path, .dark-bg .btn.btn-outline-primary:active .icon path, .dark-bg .btn.btn-outline-primary:focus .icon path, .dark-bg .btn.btn-outline-primary.focus .icon path, /*---------*/
.dark-blue-bg2 .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon path, .dark-blue-bg2 .btn.btn-outline-primary:active .icon path, .dark-blue-bg2 .btn.btn-outline-primary:focus .icon path, .dark-blue-bg2 .btn.btn-outline-primary.focus .icon path, /*---------*/
.grey-bg .btn.btn-outline-primary:not(:disabled):not(.disabled):active .icon path, .grey-bg .btn.btn-outline-primary:active .icon path, .grey-bg .btn.btn-outline-primary:focus .icon path, .grey-bg .btn.btn-outline-primary.focus .icon path, /*---------*/
.dark-blue-bg .btn.btn-outline-primary:hover .icon path, .dark-bg .btn.btn-outline-primary:hover .icon path, .dark-blue-bg2 .btn.btn-outline-primary:hover .icon path, .grey-bg .btn.btn-outline-primary:hover .icon path {
  fill: #c08b22;
}

/*--------------outline btn on light bg------------------------------*/
.gold-bg .btn.btn-outline-primary, .light-blue-bg .btn.btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

.gold-bg .btn.btn-outline-primary .icon, .light-blue-bg .btn.btn-outline-primary .icon {
  background: #fff;
}

.gold-bg .btn.btn-outline-primary .icon path, .light-blue-bg .btn.btn-outline-primary .icon path {
  fill: #c08b22;
}

.gold-bg .btn.btn-outline-primary:hover, .light-blue-bg .btn.btn-outline-primary:hover {
  border-color: #162835;
  color: #fff;
}

.gold-bg .btn.btn-outline-primary:hover .icon, .light-blue-bg .btn.btn-outline-primary:hover .icon {
  background: #162835;
}

.gold-bg .btn.btn-outline-primary:hover .icon path, .light-blue-bg .btn.btn-outline-primary:hover .icon path {
  fill: #fff;
}

.link-ui {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
  color: #c08b22;
  font-family: 'MontserratBold';
  transition: all 0.15s ease-in-out;
  letter-spacing: normal;
  text-transform: uppercase;

}

.link-ui.primary {
  font-family: 'MontserratBold';
}

.link-ui.active, .link-ui:hover {
  text-decoration: inherit;
  color: #286f8a;
}

.link-ui:focus {
  color: #c08b22;
}

.link-ui:focus .icon {
  background-color: #c08b22;
}

.link-ui.active:hover {
  text-decoration: underline;
}

.link-ui .icon {
  width: 14px;
  height: 14px;
  background: #c08b22;
  border-radius: 40px;
  text-align: center;
  padding: 0px 2px;
  display: inline-flex;
  transition: all 0.15s ease-in-out;
  align-items: center;
}

.link-ui.active .icon, .link-ui:hover .icon {
  background: #286f8a;
}

.link-ui .icon svg {
  width: 12px;
  height: 12px;
}

.link-ui .icon path {
  fill: #fff;
}

/*--------------link on light bg------------------------------*/
.light-blue-bg .link-ui, .gold-bg .link-ui {
  color: #fff;
}

.light-blue-bg .link-ui .icon, .gold-bg .link-ui .icon, .light-blue-bg .link-ui .icon, .gold-bg .link-ui .icon {
  background: #fff;
}

.light-blue-bg .link-ui .icon path, .gold-bg .link-ui .icon path {
  fill: #c08b22;
}

.light-blue-bg .link-ui.active, .gold-bg .link-ui.active, .light-blue-bg .link-ui:hover, .gold-bg .link-ui:hover {
  color: #162835;
}

.light-blue-bg .link-ui.active .icon, .gold-bg .link-ui.active .icon, .light-blue-bg .link-ui:hover .icon, .gold-bg .link-ui:hover .icon {
  background: #162835;
}

.light-blue-bg .link-ui.active .icon path, .gold-bg .link-ui.active .icon path, .light-blue-bg .link-ui:hover .icon path, .gold-bg .link-ui:hover .icon path {
  fill: #fff;
}

/*--------------link on dark bg------------------------------*/
.dark-blue-bg .link-ui.active, .dark-bg .link-ui.active, .dark-blue-bg2 .link-ui.active, .grey-bg .link-ui.active, .dark-blue-bg .link-ui:hover, .dark-bg .link-ui:hover, .dark-blue-bg2 .link-ui:hover, .grey-bg .link-ui:hover {
  color: #fff;
}

.dark-blue-bg .link-ui.active .icon, .dark-bg .link-ui.active .icon, .dark-blue-bg2 .link-ui.active .icon, .grey-bg .link-ui.active .icon, .dark-blue-bg .link-ui:hover .icon, .dark-bg .link-ui:hover .icon, .dark-blue-bg2 .link-ui:hover .icon, .grey-bg .link-ui:hover .icon {
  background: #fff;
}

.dark-blue-bg .link-ui.active .icon path, .dark-bg .link-ui.active .icon path, .dark-blue-bg2 .link-ui.active .icon path, .grey-bg .link-ui.active .icon path, .dark-blue-bg .link-ui:hover .icon path, .dark-bg .link-ui:hover .icon path, .dark-blue-bg2 .link-ui:hover .icon path, .grey-bg .link-ui:hover .icon path {
  fill: #c08b22;
}

/*----------------------form----------------*/
.gform_wrapper {
  margin-top: 5px !important;
  margin-bottom: 50px !important;
  margin-right: 80px;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  padding-top: 0;
  margin-bottom: 30px;
}

.gform_wrapper .gfield_required {
  color: #c08b22 !important;
}

.gfield_label {
  font-size: 18px !important;
  color: #444444;
  font-weight: normal !important;
  margin: 0 !important;
  text-transform: uppercase;
}

.gform_wrapper .ginput_container {
  margin-top: 4px !important;
}

.gform_wrapper .ginput_container input[type="text"] {
  height: 38px;
  margin: 0;
  background-color: #efefef;
  background: #efefef;
  border-radius: 0;
  border-width: 0;
  font-size: 15px !important;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.gform_wrapper .ginput_container select {
  margin: 0;
  border-radius: 0;
  border-width: 0;
  font-size: 15px !important;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  -webkit-appearance: none;
  background: #efefef url("/wp-content/themes/genesis-sample/assets/images/arrow-down.svg") no-repeat !important;
  background-position: 97% !important;
  margin-bottom: 0px;
}

.gform_wrapper .ginput_container textarea {
  min-height: 100px;
  margin: 0;
  background-color: #efefef;
  background: #efefef;
  border-radius: 0;
  border-width: 0;
  font-size: 15px !important;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.gform_wrapper .ginput_container input[type="text"]:focus, .gform_wrapper .ginput_container textarea:focus {
  color: #000;
  border: 1px solid #c08b22 !important;
  box-shadow: inherit;
  background-color: #efefef;
  background: #efefef;
}

#gform_submit_button_1 {
  border: 2px solid #c08b22;
  color: #c08b22;
  background-color: transparent !important;
  background: transparent !important;
  padding: 9px 54px 9px 16px;
  border-radius: 30px;
  background: url("/wp-content/themes/genesis-sample/assets/images/btn-arrow-sprite.png") no-repeat !important;
  background-position: 91px 3px !important;
  transition: none;
  font-size: 13px;
  font-family: 'MontserratBold';
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  width: auto;

}

#gform_submit_button_1:hover {
  border: 2px solid #286f8a;
  color: #286f8a;
  background-position: 91px -30px !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0px !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  border-top: 0px solid #c89797 !important;
  border-bottom: 0px solid #c89797 !important;
  padding-bottom: 10px !important;
  padding-top: 0px !important;
  box-sizing: border-box;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #d70000 !important;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #444 !important;
}

.gform_wrapper .validation_message {
  color: #d70000 !important;
  font-weight: normal !important;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'MontserratSemiBold' !important;
  font-size: 12px !important;
}

.contact-sidebar {
  margin-top: 5px;
}

.gform_wrapper div.validation_error {
  display: none;
}

.affhousing-menu {
  pointer-events: none;
}

.nav-wrap .sub-menu li:nth-child(4) {
  margin-bottom: 9px;
  margin-top: 4px;
}

.third_level_top_menu a {
  margin-bottom: -10px !important;
  top: -15px;
  left: 20px;
}

@media (max-width: 1199px) {
  .gform_wrapper ul li.gfield {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .third_level_top_menu a {
    margin-bottom: 0 !important;
    top: -10px;
    left: 20px;
    position: absolute !important;
  }

  .contact-sidebar {
    margin-bottom: 50px;
  }

  .gform_wrapper {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  .gform_wrapper ul li.gfield {

    margin-right: 0;
  }
}

/* For Hubspot Form*/
.hbspt-form {
  margin-top: 5px !important;
  margin-bottom: 50px !important;
  margin-right: 80px;
}

.hbspt-form .hs-form-field {
  padding-right: 16px;
  margin-bottom: 30px;
}

.hbspt-form ul li.gfield {
  margin-top: 0 !important;
  padding-top: 0;
  margin-bottom: 30px;
}

.hbspt-form .hs-form-required {
  color: #c08b22 !important;
}

.hs-form-field label {
  font-size: 18px !important;
  color: #444444;
  font-weight: normal !important;
  margin: 0 !important;
  text-transform: uppercase;
}

.hbspt-form .hs-form {
  margin-top: 4px !important;
}

.hbspt-form .hs-form input[type="text"], .hbspt-form .hs-form input[type="email"], .hbspt-form .hs-form input[type="tel"] {
  height: 38px;
  margin: 0;
  background-color: #efefef;
  background: #efefef;
  border-radius: 0;
  border-width: 0;
  font-size: 15px !important;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.hbspt-form .hs-form select {
  margin: 0;
  border-radius: 0;
  border-width: 0;
  font-size: 15px !important;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  -webkit-appearance: none;
  padding: 6px 10px !important;
  background: #efefef url("/wp-content/themes/genesis-sample/assets/images/arrow-down.svg") no-repeat !important;
  background-position: 97% !important;
  margin-bottom: 0;
}

.hbspt-form .hs-form textarea {
  min-height: 100px;
  margin: 0;
  background-color: #efefef;
  background: #efefef;
  border-radius: 0;
  border-width: 0;
  font-size: 15px !important;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.hbspt-form .hs-form input[type="text"]:focus, .hbspt-form .hs-form textarea:focus {
  color: #000;
  border: 1px solid #c08b22 !important;
  box-shadow: inherit;
  background-color: #efefef;
  background: #efefef;
}

.hs_submit .hs-button {
  border: 2px solid #c08b22;
  color: #c08b22;
  background-color: transparent !important;
  background: transparent !important;
  padding: 9px 54px 9px 16px;
  border-radius: 30px;
  background: url("/wp-content/themes/genesis-sample/assets/images/btn-arrow-sprite.png") no-repeat !important;
  background-position: 91px 3px !important;
  transition: none;
  font-size: 13px;
  font-family: 'MontserratBold';
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  width: auto;
}

.hs_submit .hs-button:focus {
  border: 2px solid #286f8a;
  color: #286f8a;
  background-position: 91px -30px !important;
}

.hs_submit .hs-button:hover {
  border: 2px solid #286f8a;
  color: #286f8a;
  background-position: 91px -30px !important;
}

.hbspt-form .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0px !important;
}

.hbspt-form .field_description_below .gfield_description {
  padding-top: 5px !important;
}

.hbspt-form .hs-error-msg {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: 0px solid #c89797 !important;
  border-bottom: 0px solid #c89797 !important;
  padding-bottom: 10px !important;
  padding-top: 0px !important;
  box-sizing: border-box;
}

.hbspt-form li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #d70000 !important;
}

.hbspt-form .gfield_error .gfield_label {
  color: #444 !important;
}

.hbspt-form .hs-error-msg {
  color: #d70000 !important;
  font-weight: normal !important;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'MontserratSemiBold' !important;
  font-size: 12px !important;
}

.hbspt-form .hs-error-msgs label {
  color: #d70000 !important;
  font-weight: normal !important;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'MontserratSemiBold' !important;
  font-size: 12px !important;
}

.hbspt-form div.validation_error {
  display: none;
}

@media (max-width: 1199px) {
  .hbspt-form ul li.gfield {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .hbspt-form {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  .hbspt-form ul li.gfield {
    margin-right: 0;
  }
}

/*End Hub Spot form */
.form-group label {
  font-size: 18px;
  color: #444444;
  margin: 0 0 2px;
}

.form-control {
  height: 38px;
  margin: 0;
  background-color: #efefef;
  background: #efefef;
  border-radius: 0;
  border-width: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.form-control::placeholder {
  color: #444;
}

.form-control:focus {
  color: #000;
  border-color: #c08b22;
  box-shadow: inherit;
  background-color: #efefef;
  background: #efefef;
}

.footer {
  background: #162835;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer > .container {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.footer li a {
  font-family: MontserratRegular;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  display: block;
}

.footer li a:hover {
  text-decoration: none;
  color: #c08b22;
}

.align-box.social a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.social img {
  max-height: 21px;
  width: auto;
}

.align-box.social {
  float: right;
}

.align-box.social a {
  margin: 0 6px;
}

.lument-copyright {
  padding-top: 25px;
  padding-left: 0;
}

.lument-copyright p {
  font-family: MontserratMedium;
  font-size: 12px;
  color: #fff;
  line-height: normal;
}

.lument-copyright p.copy-text {
  font-size: 10px;
  padding-left: 0;
  margin: 0;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:nth-last-child(1) > .sub-menu, .genesis-responsive-menu .genesis-nav-menu l:nth-last-child(1) > .sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item:nth-last-child(2) > .sub-menu, .genesis-responsive-menu .genesis-nav-menu l:nth-last-child(2) > .sub-menu {
  right: 0;
}

body {
  font-family: MontserratRegular;
}

.large-title {
  font-family: MontserratRegular;
  font-size: 85px;
  font-weight: normal;
  line-height: 91px;
  letter-spacing: 4.6px;
  color: #444444;
  text-transform: uppercase;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'MontserratMedium', sans-serif;
}

h1, .h1 {
  font-size: var(--font-size-lument-h1);
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #444444;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: var(--font-size-lument-h2);
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #444444;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: var(--font-size-lument-h3);
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}

h4, .h4 {
  font-size: var(--font-size-lument-h4);
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}

h5, .h5 {
  font-size: var(--font-size-lument-h5);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}

h6, .h6 {
  font-size: var(--font-size-lument-h6);
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444444;
}

p, .pera {
  font-family: MontserratRegular;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: normal;
  color: #444444;
}

label {
  font-family: MontserratMedium;
  font-size: 23px;
  font-weight: normal;
  color: #c08b22;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.site-inner {
  min-height: calc(100vh - 312px);
}

.modal-backdrop.show {
  opacity: 0.8;
}

.quote-pera {
  font-family: MontserratMedium;
  font-size: 28px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: normal;
  color: #444444;
}

.quote-name {
  font-family: MontserratMedium;
  font-weight: normal;
  line-height: 26px;
  color: #444444;
  font-size: 25px;
  letter-spacing: 1.25px;
}

.quote-title {
  font-family: MontserratMedium;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #444444;
  letter-spacing: 1.25px;
}

.gold-bg {
  background: #c08b22;
  background-color: #c08b22;
}

.dark-blue-bg {
  background: #162835;
  background-color: #162835;
}

.dark-bg {
  background: #020000;
  background-color: #020000;
}

.white-bg {
  background: #ffffff;
  background-color: #ffffff;
}

.light-blue-bg {
  background: #286f8a;
  background-color: #286f8a;
}

.dark-grey-bg {
  background: #dbdbdb;
  background-color: #dbdbdb;
}

.light-gold-bg {
  background: #d9b06e;
  background-color: #d9b06e;
}

.maroon-bg {
  background: #a55a29;
  background-color: #a55a29;
}

.dark-blue-bg2 {
  background: #0d1a21;
  background-color: #0d1a21;
}

.grey-bg2 {
  background: #e6e7e8;
  background-color: #e6e7e8;
}

.light-grey-bg {
  background: #efefef;
  background-color: #efefef;
}

.grey-bg {
  background: #444444;
  background-color: #444444;
}

.inner-main-wrapper {
  padding: 60px 0 0px;
}

.wrapper_single_key_up {
  display: none;
  top: 46px;
  width: 100%;
  border: solid 2px #c08b22 !important;
  padding: 20px 0 10px 10px;
  border-top: none;
  border-top: 0px !important;
  background: #fff;
  padding-top: 20px !important;
  position: absolute;
  border-radius: 20px;
  border-top: 2px solid #c08b22 !important;
  margin-top: -3px;
}

.wrapper_single_key_up1 {
  max-height: 350px;
  overflow-y: auto;
}

.wrapper_single_key_up li a {
  font-size: 14px;
  display: block;
  margin-bottom: 14px;
  color: #444;
}

.wrapper_single_key_up li a:hover {
  color: #c08b22;
}

.search.search-wpb {
  position: relative;
}

.custom_search_form {
  position: absolute;
  top: -12px;
  right: -1px;
  display: none;
  width: 0;
  transition: width .3s ease-in-out;
  -webkit-transition: width .3s ease-in-out;
  z-index: 110;
}

.content-sidebar-wrap .content .facetwp-input-wrap {
  width: 100%;
}

.custom_search_form.width {
  width: 240px;
}

@media screen and (min-width: 460px) {
  .custom_search_form.width {
    width: 350px;
  }
}

.search-form-input {
  font-size: 14px;
}

.custom_search_form .search-form-input,
.content-sidebar-wrap .content .facetwp-search {
  padding: 6px 35px 7px 28px;
  border-radius: 22.6px;
  border: solid 2px #c08b22;
  color: #c08b22;
  font-family: 'MontserratBold';
  height: 39px;
  line-height: 18px;
  width: 100%;
}

.content-sidebar-wrap .content .facetwp-search {
  background-color: transparent;
}

.content-sidebar-wrap .content .facetwp-icon {
  margin-top: 10px;
}

.content-sidebar-wrap .content .facetwp-icon::before {
  content: none;
}

.custom_search_form .search-form-submit,
.content-sidebar-wrap .content .facetwp-icon {
  background-color: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  padding: 9px !important;
  width: 18px !important;
  background-image: url(../../images/searchicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  top: 3px;
}

.full-width-content .inner-main-wrapper > .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.inner-main-wrapper .alignnone {
  margin-bottom: 0;
}

.home_main .alignnone {
  margin-bottom: 0;
}

#video-popup .modal-dialog {
  max-width: 800px;
}

#video-popup .modal-content {
  background-color: transparent;
  border: none;
}

#video-popup .modal-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

#video-popup .modal-body {
  background-color: transparent;
  border: none;
  padding: 0;
}

#video-popup .close {
  padding: 15px !important;
  color: #c08b22;
  text-shadow: none;
  opacity: 1;
  font-size: 40px;
}

.search-container .search-form {
  position: relative;
  margin-bottom: 20px;
}

.search-container .search-field, .search-container .search-form-input {
  padding: 12px 35px 10px 28px;
  border-radius: 22.6px;
  border: solid 2px #c08b22;
  color: #c08b22;
  background: transparent;
  font-family: 'MontserratBold';
  height: 45px;
  line-height: 18px;
  width: 100%;
}

.search-container .search-submit, .search-container .search-form-submit {
  background-color: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  padding: 9px !important;
  width: 18px !important;
  background-image: url(/wp-content/themes/genesis-sample/images/searchicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  top: 13px;
  margin: 0 !important;
}

.pagination-search-left span {
  color: #c08b22;
  font-weight: bold;
  margin: 0;
}

.search-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
  border-top: 2px solid #c08b22;
  margin-top: 40px;
}

.search-bottom .post-nav {
  margin-top: 0;
}

.entry-content .search-form {
  width: 100% !important;
}

@media (max-width: 767px) {
  .inner_page_header.long-height-header::before {
    background-image: none;
  }

  .search-bottom .search-pagination {
    margin: 20px auto;
  }

  .search-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 2px solid #c08b22;
    flex-direction: column;
  }

  .search-bottom .btn.btn-outline-primary.next-btn.next-cus {
    float: left;
  }
}

.full-width-content .content {
  width: 100%;
}

.has-white-color ul {
  color: #fff;
}

/*Responsive css*/
@media (max-width: 767px) {
  .inner_page_header.long-height-header {
    min-height: auto;
    background-image: none !important;
  }

  .long-height-header-mobile-img {
    display: block;
  }

  .inner_page_header.long-height-header .inner_page_heading {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .inner_page_header.long-height-header .inner_page_heading h1 {
    margin: 0px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  header.site-header .nav-wrap ul {
    display: -ms-flexbox;
    display: flex;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-responsive-menu .genesis-nav-menu li.hover > .sub-menu {
    display: block;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item.sub-menu-color > .sub-menu {
    display: block;
  }
}

@media (max-width: 999px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .mobile-secondary-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .large-title {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 5px;
    color: #444444;
  }

  h1, .h1 {
    line-height: 1.10;
    letter-spacing: 2px;
  }

  h2, .h2 {
    line-height: normal;
    letter-spacing: 1.5px;
  }

  .inner-main-wrapper {
    padding: 20px 0 0;
  }
}

@media (max-width: 1199.98px) {
  header.site-header.fixed-header {
    background: #162835;
    height: auto !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    top: 0;
    z-index: 11;
    overflow: auto;
    max-height: 100vh;
  }

  .overlap-bg-box.after-scroll {
    height: auto !important;
  }

  .menu-toggle {
    margin: 0;
    padding: 0;
    color: transparent !important;
    right: 5px;
    width: 30px;
    height: 24px;
    top: -29px;
    position: absolute;
  }

  .menu-toggle {
    background-image: none;
  }

  .menu-toggle::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24H30V19.2H0V24ZM0 0V4.8H30V0H0ZM0 14.4H30V9.6H0V14.4Z' fill='white'/%3E%3C/svg%3E%0A");
  }

  .menu-toggle::before {
    width: 45px;
    height: 24px;
    color: #fff;
    right: 10px;
  }

  .menu-toggle.activated {
    background-image: url(../../images/toggleclosemenu.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  header.site-header .nav-wrap {
    background-color: #162835 !important;
    margin-top: 0 !important;
    padding: 0;
  }

  .menu-toggle.activated::before {
    content: "none";
    font-size: 0;
  }

  header.site-header .nav-wrap > .container {
    padding: 0 !important;
  }

  nav#genesis-nav-primary {
    background-color: #fff;
    margin-top: 20px;
  }

  .nav-wrap .ml-auto {
    padding: 0;
  }

  header.site-header .nav-wrap nav > ul, header.site-header .lument-mobiletp-menu ul {
    display: block !important;
  }

  header.site-header .nav-wrap nav.nav-primary li a {
    color: #162835 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    padding: 10px 25px !important;
    border-bottom: solid 1px #162835 !important;
    margin: 0 !important;
  }

  .sub-menu-toggle, .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
    color: #c08b22;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu, .genesis-nav-menu .sub-menu a {
    background-color: #e6e7e8 !important;
  }

  .sub-menu-toggle:before {
    font-weight: bold;
  }

  .sub-menu-toggle:before {
    content: none;
  }

  .sub-menu-toggle {
    background-image: url(../../images/downarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
  }

  .sub-menu-toggle.activated {
    transform: rotate(180deg);
  }

  .lument-mobiletp-menu {
    display: block;
    background-color: #162835;
    padding-top: 30px;
  }

  header.site-header .nav-wrap nav.nav-primary .lument-mobiletp-menu li a {
    color: #fff !important;
    border-bottom: 0 !important;
    line-height: 56px !important;
  }

  .header-shadow {
    display: none;
  }

  .site-header {
    padding: 20px 15px !important;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu {
    padding: 15px 15px 15px 53px;
    width: 100%;
  }

  header.site-header .nav-wrap nav.nav-primary li.menu-item-has-children {
    border-bottom: solid 1px #162835 !important;
  }

  header.site-header .nav-wrap nav.nav-primary li.menu-item-has-children a {
    border-bottom: 0 !important;
  }

  .search-mobile-topmenu input.search-form-input {
    padding: 12px 14px 10px 33px;
    border-radius: 22.6px;
    border: solid 2px #c08b22;
    color: #fff;
    background: transparent;
    font-family: 'MontserratBold';
  }

  .search-mobile-topmenu {
    padding: 30px 20px;
  }

  ::placeholder {
    color: #fff;
  }

  .search-form-submit {
    background-color: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    padding: 9px !important;
    width: 18px !important;
    background-image: url(../../images/searchicon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    position: absolute;
    right: 30px;
    bottom: 43px;
  }

  .lument-top-header nav ul li.login-icon-menu a:before, .nav-wrap nav ul li.login-icon-menu a:before {
    width: 24px;
    height: 22px;
    top: 2px;
  }

  .sub-menu-color a {
    background-color: #fff;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu li {
    width: 100%;
    padding: 10px 0;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu li a {
    line-height: 30px !important;
  }

  .lument-top-header .container, .nav-wrap .container {
    padding: 0;
  }
}

@media (max-width: 812px) {
  .footer {
    text-align: center;
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .footer .col-md-6 {
    padding-top: 50px;
  }

  .footer .widget {
    margin-bottom: 0;
  }

  .align-box.social {
    float: none;
    margin-top: 17px;
    margin-bottom: 10px;
  }

  .footer li {
    margin-bottom: 15px !important;
  }

  .lument-copyright {
    padding-left: 15px;
  }

  .lument-top-header {
    width: 74%;
    padding: 0 5px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .footer li a {
    font-size: 13px;
  }

  .footer {
    text-align: left;
  }

  .footer .col-md-6 {
    padding-top: 0;
  }

  .align-box.social {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lument-copyright {
    padding-left: 0;
  }
}

/*single-lument_offices css*/
.single-lument_offices-wrapper {
  position: relative;
}

.single-lument_offices-wrapper .map-image img {
  width: 100%;
}

.single-lument_offices .site-inner {
  max-width: 100%;
  padding-top: 0px;
}

.office-location-add {
  min-width: 503px;
  min-height: 343px;
  margin-left: 675px;
  padding: 45px;
  background-color: rgba(256, 256, 256, .9);
  max-width: 503px;
}

.office-location-add h1 {
  font-size: var(--font-size-lument-h1);
  text-transform: capitalize;
  letter-spacing: normal;
  font-family: MontserratRegular;
  margin-bottom: 27px;
}

.single-lument_offices-wrapper h2 {
  font-size: 30px;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 75px;
  margin-bottom: 60px;
}

.originator-row-wrapper h2 {
  font-size: 30px;
  margin-top: 77px;
  margin-bottom: 55px;
}

.originator-row-wrapper {
  padding-bottom: 70px;
}

.originator-row-wrapper .loan-originators {
  padding: 0px;
}

.office-contact-single {
  margin-top: 10px;
  display: block;
}

.office-contact-single a {
  color: #444;
}

.office-contact-single a:hover {
  color: #c08b22;
}

@media (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .office-location-add {
    margin-left: 425px;
    top: 10%;
  }

  .originator-row {
    margin-bottom: 0 !important;
  }

  .loan-originators .card {
    width: 49% !important;
    margin-bottom: 20px !important;
  }

  .home_top_bar {
    display: none;
  }

  .home header.site-header.fixed-header {
    top: 0 !important;
  }
}

@media (max-width: 1023px) {
  .third_level_top_menu a {
    margin-bottom: 0px !important;
    top: -10px;
    left: 20px;
    position: absolute !important;
  }

  .office-location-add {
    position: inherit;
    margin-left: 0;
    min-width: 100%;
    padding: 30px 0 50px;
    min-height: auto;
  }

  .originator-row-wrapper h2 {
    font-size: 30px;
    margin-top: 65px;
    margin-bottom: 20px;
  }

  .originator-row-wrapper {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .originator-row {
    margin-bottom: 0 !important;
  }

  .loan-originators .card {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}

/*single-lument_offices css*/
/*insight css start*/
.insight.related-article {
  padding-bottom: 65px;
}

.insight.related-article .card-deck {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.insight.related-article .card {
  margin-top: 20px;
  min-width: 375px;
  max-width: 375px;
  padding-bottom: 0;
}

.insight.related-article .slick-slide .card {
  min-width: 100%;
  max-width: 100%;
}

.insight.related-article .related-article-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.insight .lument-grid .card {
  margin-right: 26px;
}

.insight.related-article input.search-form-input {
  width: 280px;
}

.insight.related-article .d-flex.rc-filters {
  margin-bottom: 47px;
  position: relative;
}

.insight.related-article .icon {
  transform: rotate(-270deg);
}

.insight.related-article .card-body {
  padding-right: 10px;
}

.insight.related-article .card-title {
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.insights_results.lument-grid .card-title {
  margin: 0 0 11px 0;
  font-size: var(--font-size-lument-h5);
}

.insights_results.lument-grid .card {
  padding-bottom: 28px;
  padding-top: 28px;
  border-bottom: 2px solid rgba(236, 236, 236, 1);
  border-radius: 0;
}

.insights_results.lument-grid .card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

[data-name="all_types_pagination"] .facetwp-load-more {
  position: relative;
  padding: 9px 46px 9px 20px;
  border-radius: 30px;
  border: solid 2px var(--color-lument-gold);
  background: transparent;
  color: var(--color-lument-gold);
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.23;
  text-transform: uppercase;
}

[data-name="all_types_pagination"] .facetwp-load-more::before {
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8Y2lyY2xlIGN4PSIxNCIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI0JCODgzMiIvPg0KICAgIDxwYXRoIGQ9Ik0xMi41IDhMMTggMTMuNUwxMi41IDE5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K);
}

[data-name="all_types_pagination"] .facetwp-load-more:hover {
  border-color: #286f8a;
  color: #286f8a;
}

[data-name="all_types_pagination"] .facetwp-load-more:hover::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTQiIGZpbGw9IiMyODZGOEMiLz4KPHBhdGggZD0iTTEyLjUgOEwxOCAxMy41TDEyLjUgMTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K)
}

#load_more_insights {
  margin-top: 50px;
}

.insight.related-article .lument-grid .card img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1199px) {
  .insight .lument-grid .card:nth-child(2n) {
    margin-right: 0 !important;
  }

  .insight .lument-grid .card:nth-child(3n) {
    margin-right: 26px;
  }

  .insight.related-article .card {
    min-width: 48%;
    max-width: 48%;
  }

  .related-article.insight .chosen-container.chosen-container-single {
    width: 224px !important;
    margin-right: 28px;
  }

  .insight.related-article input.search-form-input {
    width: 228px !important;
  }
}

@media (max-width: 960px) {
  .related-article.insight .chosen-container.chosen-container-single {
    width: 200px !important;
  }

  .insight.related-article input.search-form-input {
    width: 200px !important;
  }
}

@media (max-width: 959px) {
  .related-article.insight .chosen-container.chosen-container-single {
    width: 100% !important;
  }

  .insight.related-article input.search-form-input {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .insight.related-article .card-body {
    padding-right: 0;
  }

  #load_more_insights {
    margin-top: 35px;
  }

  .insight.related-article .card {
    min-width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important;
    margin-right: 0 !important;
  }

  .insight.related-article {
    padding: 26px 0 56px;
  }

  .insight.related-article .d-flex.rc-filters {
    margin-bottom: 26px;
  }

  .insight.related-article .rc-dropdown {
    margin-bottom: 18px;
  }
}

/*insight css end*/
/*news css start*/
.news-block .insight.related-article .icon {
  transform: rotate(-360deg);
}

.news-block .news.insight.related-article .card {
  margin-top: 15px;
}

.news-block .news.insight.related-article .related-article-heading {
  justify-content: space-between;
}

.news.insight.related-article .related-article-heading {
  margin-top: 0;
}

#load_more_news {
  margin-top: 92px;
}

.news.insight.related-article .card {
  margin-top: 40px;
}

.news .inquiry-box {
  background-color: #efefef;
  margin-left: 24px;
  padding: 26px 15px;
  margin-top: -30px;
  padding-right: 9px;
}

.news.insight.related-article .d-flex.rc-filters {
  margin-bottom: 0;
  position: relative;
}

.news .article-date {
  color: #162835;
  font-size: 14px;
  font-family: 'MontserratBold';
}

.news.insight.related-article .card-title {
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  margin-top: 0;
}

.news .inquiry-box p {
  font-family: 'MontserratMedium';
  margin: 0;
  font-size: 15px;
}

.news .inquiry-box span {
  font-size: 15px;
}

.related-article.insight.news {
  background-color: transparent;
}

.news .sort {
  position: absolute;
  top: -30px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'MontserratBold';
  color: #c08b22;
}

.news .chosen-container.chosen-container-single {
  width: 374px !important;
  margin-right: 26px;
}

.news.insight.related-article input.search-form-input {
  width: 376px;
}

.news.related-article .card-header a, .article-date {
  font-size: 14px;
}

.news.related-article .card-header {
  padding-bottom: 16px;
}

@media (max-width: 1199px) {
  .news.related-article.insight .chosen-container.chosen-container-single {
    width: 274px !important;
    margin-right: 28px;
  }

  .news.insight.related-article input.search-form-input {
    width: 274px !important;
  }
}

@media (max-width: 959px) {
  #load_more_news {
    margin-top: 62px;
  }

  .news .related-article {
    padding: 26px 0 50px;
  }

  .news .sort {
    position: inherit;
    top: 0;
    margin-bottom: 10px;
  }

  .news.related-article.insight .chosen-container.chosen-container-single {
    width: 100% !important;
  }

  .news.insight.related-article input.search-form-input {
    width: 100% !important;
  }

  .news .inquiry-box {
    margin-left: 0;
    padding: 26px 15px;
    margin-top: 37px;
  }

  .news.insight.related-article .card {
    margin-top: 20px;
  }
}

@media (max-width: 959px) {
  .news.insight.related-article .card {
    margin-top: 25px !important;
  }
}

/*news css end*/
.location-map {
  max-width: 991px;
  margin: 0 auto;
}

/*body.page-template-template-offices,html{ overflow-x: hidden !important; }*/
.mapsvg {
  overflow: visible !important;
}

.mapsvg-with-marker-active .mapsvg-marker {
  opacity: 1 !important;
}

.mapsvg-marker {
  width: 11px;
  height: 11px;
  background-color: #c08a22;
  border-radius: 50%;
}

div.mapsvg-marker {
  margin-top: -2px;
}

div.mapsvg-marker * {
  margin-top: 0 !important;
}

.mapsvg-marker-image {
  vertical-align: top;
}

.mapsvg-marker.mapsvg-marker-active {
  background-color: #162835;
}

.mapsvg-marker.mapsvg-marker-active .mapsvg-marker-image {
  opacity: 0;
}

.quote-carousel .slick-prev {
  content: '';
  width: 56px;
  height: 57px;
  background-image: url('../images/arrow-left.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  left: -110px;
  top: 55%;
}

.quote-carousel .slick-next {
  width: 56px;
  height: 57px;
  background-image: url('../images/arrow-right.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  right: -110px;
  top: 55%;
}

/*home case study css start*/
.home-case-study .case_study_btn {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .home-case-study {
    background-image: none;
  }

  .home-case-study .case_study_btn {
    margin-top: 25px;
  }

  .home-case-study .casestudy-page {
    padding: 26px 0 29px;
  }

  .home-case-study .content-section {
    padding-bottom: 35px;
  }
}

/*home case study css end*/
/*home insight css start*/
.home-insight .related-article-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.home-insight .related-article {
  background-color: transparent;
  padding: 0;
}

.home-insight .related-article .card-header a {
  font-size: 14px;
  font-family: 'MontserratBold';
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-insight .article-date {
  font-size: 14px;
}

@media (max-width: 767px) {
  .home-insight .related-article .card-header a {
    font-size: 12px;
  }

  .home-insight .article-date {
    font-size: 12px;
  }

  .home-insight .related-article-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .home-insight .related-article-heading .btn.btn-outline-primary {
    margin-top: 0;
  }
}

/*home insight css end*/
/*home case study css start*/
.home-event .event-category {
  font-size: 14px;
}

.home-event .events-page {
  background: transparent;
  background-image: none;
}

.home-event h2 {
  margin-bottom: 50px;
}

.home-event .events-listing {
  grid-template-columns: auto;
}

.home-event-wrapper {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
}

.home-event-wrapper .media-left {
  max-width: 173px;
}

.home-event .container:last-of-type .events-listing.events_results .media {
  align-items: center;
  margin-bottom: 31px;
}

.home-event .container:last-of-type .events-listing .media-body {
  padding: 0 0px 0 15px;
}

.home-event .container:last-of-type {
  border-left: 2px solid #162835;
  padding-left: 82px;
}

.home-event .container:last-of-type .events-listing .media-body a {
  color: #444;
}

.home-event .container:last-of-type .events-listing .media-body a:hover {
  color: #c08b22
}

.home-event .events-page .btn-row button .icon {
  transform: rotate(-360deg);
}

.home-event .event_location a {
  color: #444444;
}

.home-event .event_location a:hover {
  color: #c08b22;
}

.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {
  word-break: initial;
}

.events-page .get_the_content {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .home-event .container:last-of-type .events-listing.events_results .media {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .home-event .container:last-of-type h2 {
    margin-bottom: 30px;
    border-top: 2px solid #162835;
    padding-top: 50px;
  }

  .home-event .container:last-of-type {
    border-left: 0px solid #162835;
    padding-left: 20px;
    padding-top: 72px;
  }

  .home-event-wrapper {
    display: block;
  }

  .events-page .get_the_content {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home-event .events-page .btn-row {
    margin-top: 25px;
  }

  .home-event .container:last-of-type .events-listing.events_results .media {
    margin-bottom: 23px;
  }

  .home-event .events-listing .media {
    margin-bottom: 20px;
  }

  .home-event h2 {
    margin-bottom: 40px;
    letter-spacing: 1.8px;
  }

  .home-event-wrapper .media-left {
    display: none;
  }

  .home-event .container:last-of-type .events-listing .media-body {
    padding: 0 0px 0 0px;
  }

  .wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {
    padding: 5px;
  }

}

/*home case study css end*/
/*accordian css start*/
.lument_custom_accordion .wp-block-jarvis-pane:first-child .jv-blocks-accordion-header {
  border-top-width: 1px;
}

.lument_custom_accordion .jv-accordion-header-wrap .jv-blocks-accordion-header.jv-accordion-panel-active {
  border-bottom-width: 0px;
}

/*accordian css end*/
.post-image {
  margin-bottom: 38px;
}

/* add font size in li text*/
.post-template-default ul > li {
  font-size: 17px;
}

/* top banner css */
.top-banner-text {
  font-weight: bolder;
  animation: blinkToptext 5s linear infinite;
}

@keyframes blinkToptext {
  0% {
    color: #fff;
  }
  25% {
    color: #213b4d;
  }
  50% {
    color: #fff;
  }
  75% {
    color: #213b4d;
  }
  100% {
    color: #fff;
  }
}

.top-bar-enabled .home_top_bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: initial;
  color: #fff;
  background-color: #C08B22;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-bar-enabled #notifications {
  text-align: center;
  margin-bottom: 0;
}

.home_top_bar p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 1199.98px) {
  header.site-header.fixed-header.top-bar-enabled {
    padding-top: 50px !important;
  }
}

@media (max-width: 1199px) {
  .home_top_bar {
    display: block;
    top: auto;
    bottom: 0;
    height: auto;
  }

  .top-bar-enabled .home_top_bar {
    position: fixed;
    bottom: 0;
    top: auto;
    margin-bottom: 0;
    width: 100vw;
    padding: 15px;
  }
}

/* top banner end css */

/* menu iteam css */
.fourth_level_top_menu a {
  margin-bottom: -10px !important;
  top: -15px;
  left: 40px;
}

/* sale team page css */
.sales-cat-heading {
  margin-bottom: 50px !important;
}

.multihousing-cat-list {
  padding-top: 0 !important;
}

.affordable-cat-list {
  padding-top: 50px !important;
}

.content-sidebar-wrap .content .facetwp-facet {
  margin-bottom: 0;
  padding-top: 17px;
  border-top: 2px solid rgba(236, 236, 236, 1);;
}

.content-sidebar-wrap .content .facetwp-search-column .facetwp-type-search {
  border-top: none;
}

.content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card .card-header {
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 5px;
}

.content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card .card-title {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card {
    flex-direction: row;
    margin-right: 0;
  }

  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card a {
    width: 40%;
    margin-top: 3px;
  }

  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card .card-wrapper {
    width: calc(60% - 32px);
    margin-left: 32px;
  }

  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card .card-header {
    padding-top: 0;
  }
}

@media screen and (min-width: 959px) {
  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results {
    flex-direction: column;
  }

  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card a {
    width: 28.5%;
  }

  .content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card .card-wrapper {
    width: calc(71.5% - 36px);
  }
}

.content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card .separator {
  padding: 0;
  color: #162835;
  border-left: solid 1px #162835;
  width: 1px;
  margin: 0 16px;
  font-size: 10px;
}

.display-none {
  display: none !important;
}

.facetwp-pager .facetwp-page.next,
.facetwp-pager .facetwp-page.prev,
.event-card-btn {
  border-radius: 50px;
  color: #c08b22;
  padding: 3px 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #c08b22;
  transition: all 0.3s linear;
}

.facetwp-pager .facetwp-page,
.event-card-btn {
  transition: all 0.3s linear;
  border-radius: 50px;
  font-weight: 400;
  padding: 2px 9px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.facetwp-pager .facetwp-page.first {
  padding: 0 9px;
}

.facetwp-pager a.facetwp-page:not([href]):not([tabindex]):not(.dots):hover,
.facetwp-pager a.facetwp-page:not([href]):not([tabindex]):not(.dots):focus {
  background-color: #286f8a;
  color: #fff;
  font-weight: 400;
}

.facetwp-pager .facetwp-page.active,
.facetwp-pager .facetwp-page.active:hover {
  background-color: #c08b22;
  color: #fff;
  font-weight: 400;
}

.facetwp-facet.facetwp-type-pager .facetwp-pager a.facetwp-page.next:hover,
.facetwp-facet.facetwp-type-pager .facetwp-pager a.facetwp-page.prev:hover,
.facetwp-facet.facetwp-type-pager .facetwp-pager a.facetwp-page.next:focus,
.facetwp-facet.facetwp-type-pager .facetwp-pager a.facetwp-page.prev:focus,
.event-card-btn:focus,
.event-card-btn:hover {
  border-color: #286f8a;
  color: #286f8a;
  background-color: transparent;
}

.facetwp-pager .facetwp-page.next::after,
.facetwp-pager .facetwp-page.prev::before,
.event-card-btn::after,
.event-card-btn::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background-color: #c08b22;
  transition: all 0.3s linear;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.facetwp-pager .facetwp-page.prev::before {
  content: '\00FE64';
  margin-right: 8px;
}

.facetwp-pager .facetwp-page.next::after,
.event-card-btn::after {
  content: '\00FE65';
  margin-left: 8px;
}

.facetwp-pager .facetwp-page.next:hover::after,
.facetwp-pager .facetwp-page.prev:hover::before,
.facetwp-pager .facetwp-page.next:focus::after,
.facetwp-pager .facetwp-page.prev:focus::before,
.event-card-btn:hover::after,
.event-card-btn:focus::after {
  background-color: #286f8a;
  color: #fff;
}

.content-sidebar-wrap .content .lument-grid.insights_results.facetwp_results .card a.event-card-btn {
  width: 100%;
}

.event-card-btn {
  margin-bottom: 0;
  margin-top: 8px;
  border: none;
  padding: 8px 8px 8px 0;
  justify-content: flex-start;
}

.event-card-btn::after {
  color: #c08b22;
  background-color: transparent;
  margin-left: 2px;
}

.event-card-btn:focus,
.event-card-btn:hover {
  border: none;
}

.event-card-btn:focus::after,
.event-card-btn:hover::after {
  color: #286f8a;
  background-color: transparent;
}


[data-type="checkboxes"] .facetwp-counter {
  display: none;
}

.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header.jv-accordion-panel-active,
.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header.jv-accordion-panel-active:hover,
.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header.jv-accordion-panel-active:focus,
.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header,
.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header:hover,
.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header:focus {
  border: none;
  outline: none;
}

.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header .jv-blocks-accordion-icon-trigger {
  margin-left: 0;
  border: none !important;
}

.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header .jv-blocks-accordion-icon-trigger::before {
  left: 11px;
}

.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header .jv-blocks-accordion-icon-trigger::before,
.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header .jv-blocks-accordion-icon-trigger::after {
  top: 13px;
}

.wp-block-jarvis-accordion .custom-accordion .jv-blocks-accordion-header .jv-blocks-accordion-icon-trigger::after {
  right: 8px;
}

.wp-block-jarvis-accordion .custom-accordion .jv-accordion-panel.jv-accordion-panel-active .jv-accordion-panel-inner,
.wp-block-jarvis-accordion .custom-accordion .jv-accordion-panel .jv-accordion-panel-inner {
  border: none;
}

.wp-block-jarvis-accordion .custom-accordion .jv-accordion-panel .jv-accordion-panel-inner {
  padding-left: 0;
  padding-bottom: 0;
}

.wp-block-jarvis-column.custom-column {
  margin-bottom: 0 !important;
}

.page-template-template-offices .site-inner {
  min-height: auto;
}

.page-template-template-offices .small-height-header,
.single-lument-offices .small-height-header {
  min-height: 290px;
}

@media screen and (min-width: 1023.98px) {
  .page-template-template-offices .small-height-header,
  .single-lument-offices .small-height-header {
    min-height: 360px;
  }
}

.page-template-template-offices .inner_page_header h1,
.single-lument-offices .inner_page_header h1 {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  font-family: 'MontserratSemiBold', sans-serif;
  margin-bottom: 80px;
}

.single-lument-offices .inner_page_header h2 {
  margin-bottom: 59px;
}
@media only screen and (max-width: 640px) {
  .single-lument-offices .inner_page_header h2{
    font-size: 38px;
  }
}
@media only screen and (max-width: 360px) {
  .single-lument-offices .inner_page_header h2{
    font-size: 36px;
  }
}
.page-template-template-offices .office-heading {
  padding-top: 60px;
  margin-bottom: 40px;
}

.page-template-template-offices .office-heading h2 {
  padding-bottom: 20px;
}

.page-template-template-offices .office-heading p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.page-template-template-offices .office-location {
  padding: 45px 0 100px;
  background-color: #efefef;
}

.page-template-template-offices main .container {
  max-width: 985px;
}

.page-template-template-offices .office-location .container > h3 {
  font-size: 20px;
  padding-bottom: 47px;
}

.page-template-template-offices #accordion .card-header {
  padding: 12px 0;
}

.page-template-template-offices .office-location .card-header h5 button {
  font-size: 14px;
}

.single-lument_offices-wrapper {
  padding-top: 75px;
}

.single-lument_offices-wrapper .container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1023.98px) {
  .single-lument_offices-wrapper .container {
    flex-direction: row;
  }
}

@media screen and (min-width: 1023.98px) {
  .single-lument_offices-wrapper .office-location-description {
    width: 75%;
    flex-shrink: 0;
  }
}

.single-lument_offices-wrapper .office-location-add {
  margin-left: 0;
  padding: 30px 0 20px;
  min-height: initial;
}

@media screen and (min-width: 1023.98px) {
  .single-lument_offices-wrapper .office-location-add {
    padding: 55px 0 20px 60px;
    border-left: 1px solid black;
    width: 25%;
  }
}

.single-lument_offices-wrapper .office-location-add p {
  font-size: 16px;
  line-height: 1.7;
}

.office-location-description {
  padding-right: 20px;
}

.office-location-description h1,
.office-location-description h2,
.office-location-description h3,
.office-location-description h4,
.office-location-description h5,
.office-location-description h6 {
  text-transform: initial;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0;
}

@media screen and (min-width: 1023.98px) {
  .office-location-description {
    padding-right: 45px;
  }
}

.office-location-description h2 {
  font-size: 31px;
}
.single-office__address h2,
.single-office__address h5 {
  margin-top: 0;
  margin-bottom: 53px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
}
.single-office__address h5 {
  margin-bottom: 40px;
}
.single-office__address--with-phone h2 {
  margin-bottom: 24px;
}
.single-office__address{
  width: 100%;
  border-bottom: 1px solid #C69739;
}
.single-office__phone-link {
  color: #444444;
}
.office-location-description p {
  font-size: 16px;
  line-height: 1.7;
}

.single-lument-offices main .container {
  max-width: 985px;
}

.single-lument-offices .loan-originators .card {
  width: 231px;
}

.single-lument-offices .loan-originators .card-img-top img {
  max-width: 125px;
  max-height: 125px;
}

.single-lument-offices .loan-originators .card .card-body {
  padding: 0;
}

.single-lument-offices .loan-originators .list-group + .card-body {
  padding-top: 5px;
}

.single-lument-offices .loan-originators .card-body + hr {
  width: 90px;
  margin-bottom: 8px;
  margin-top: 12px;
}

.single-lument-offices .loan-originators .card .card-title a {
  font-size: 15px;
  font-weight: 400;
}

.single-lument-offices .loan-originators .card .card-text {
  font-size: 12px;
  line-height: 1.2;
}

.single-lument-offices .loan-originators .card .list-group-item {
  font-size: 12px;
}

.single-lument-offices .originator-row-wrapper > h2 {
  margin-top: 34px;
  margin-bottom: 48px;
  font-size: 24px;
}

.single-lument-offices .offices-cta__button span {
  margin-right: 0;
}

.single-lument-offices .originator-row-wrapper--first {
  padding-bottom: 30px;
}

.offices-cta {
  --button-color: var(--cta-button-custom, #ffffff);

  padding: 45px 27px 52px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 73%;
}

.offices-cta h1,
.offices-cta h2,
.offices-cta h3,
.offices-cta h4,
.offices-cta h5,
.offices-cta h6 {
  margin-bottom: 6px;
  text-transform: unset;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0;
}

.offices-cta p {
  font-size: clamp(1.125rem, 0.9583rem + 0.3472vw, 1.375rem);
  line-height: 1.68;
}

.offices-cta__button-container {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}

.offices-cta__button {
  padding-left: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  color: var(--button-color);
  border-color: var(--button-color);
}

.offices-cta__button:hover {
  color: var(--color-lument-gold);
  border-color: var(--color-lument-gold);
}

.offices-cta__button span {
  margin-right: 4px;
}

.offices-cta__button .icon {
  background: var(--button-color);
}

.offices-cta__button:hover .icon {
  background: var(--color-lument-gold);
}

.offices-cta__button .icon path {
  fill: var(--color-lument-gold);
}

.offices-cta__button:hover .icon path {
  fill: var(--button-color);
}

@media screen and (min-width: 992px) {
  .offices-cta {
    padding-top: 43px;
    padding-bottom: 62px;
  }

  .offices-cta h1,
  .offices-cta h2,
  .offices-cta h3,
  .offices-cta h4,
  .offices-cta h5,
  .offices-cta h6 {
    margin-bottom: 13px;
    text-transform: unset;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: 0;
  }

  .offices-cta p {
    line-height: 1.2;
  }
}

.multi-bg-custom .jv-row-column-wrap {
  background-color: #e5e6e7;
}

@media only screen and (max-width: 1221px) {
  .specialties-custom-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.specialties-custom-row .wp-block-image img{
  width: 100%;
  height: auto;
}

/* Generate Blocks */

/* Lument Accordion design */
.LumentAccordiondesign.gb-accordion__item-open {
  background-color: #f5f5f5;
}

.LumentAccordiondesign span.gb-text {
  font-family: 'MontserratMedium';
}

.LumentAccordiondesign {
  transition: all 0.3s;
}

/* Lument Accordion design */

/* Termsheet- Fannie Mae With Accordion */
.new-generate-query-block a {
  color: #444444;
  display: flex;
}

.new-generate-query-block .gb-looper-8421e466 {
  gap: 3%;
}

/* Termsheet- Fannie Mae With Accordion */

/* Contact CTA */
.new-contact-cta {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.new-contact-cta .icon {
  background: #fff;
  border-radius: 100% !important;
  transform: translate(13px, 0);
}

.new-contact-cta .icon svg{
  width: 28px !important;
  height: 28px !important;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  padding: 3px;
  transition: all 0.15s ease-in-out;
}

.new-contact-cta .icon svg path{
  fill: #c08b22;
}

.new-contact-cta a:hover .icon svg {
  background: #162835;
}

.new-contact-cta-inner {
  max-width: 1180px;
  min-width: 1180px;
}

@media screen and (max-width: 1210px) {
  .new-contact-cta-inner {
    max-width: 100%;
    min-width: auto;
  }
}

/* Contact CTA */

/* new-btn-for-generate-btn */

.new-btn-for-generate-btn .new-btn-for-generate-btn-inner-icon {
  border-radius: 100% !important;
  transform: translate(13px, 0);
}

.new-btn-for-generate-btn svg {
  width: 28px !important;
  height: 28px !important;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  padding: 3px;
  transition: all 0.15s ease-in-out;
}

.new-btn-for-generate-btn .new-btn-for-generate-btn-inner-icon svg path {
  transform: translate(1px, 0px);
}

.new-btn-for-generate-btn .download-icon .new-btn-for-generate-btn-inner-icon {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-btn-for-generate-btn .download-icon .new-btn-for-generate-btn-inner-icon svg{
  padding: 0;
  width: 19px !important;
  height: 12px !important;
  margin-left: 1px;
}


.new-btn-for-generate-btn.new-btn-for-generate-btn-white-gold .new-btn-for-generate-btn-inner-icon {
  background: #fff;
}

.new-btn-for-generate-btn.new-btn-for-generate-btn-white-gold .new-btn-for-generate-btn-inner-icon svg path {
  fill: #c08b22;
}

.new-btn-for-generate-btn.new-btn-for-generate-btn-gold-white .new-btn-for-generate-btn-inner-icon {
  background: #c08b22;
}

.new-btn-for-generate-btn.new-btn-for-generate-btn-gold-white .new-btn-for-generate-btn-inner-icon svg path {
  fill: #fff;
}

/*hover for new btn */
a.new-btn-for-generate-btn.new-btn-for-generate-btn-hover-svg-white:hover svg {
  background: #fff;
}

a.new-btn-for-generate-btn.new-btn-for-generate-btn-hover-svg-white:hover svg path {
  fill: #c08b22;
}

a.new-btn-for-generate-btn.new-btn-for-generate-btn-hover-svg-blue:hover .new-btn-for-generate-btn-inner-icon{
  background: #286f8a;
}

a.new-btn-for-generate-btn.new-btn-for-generate-btn-hover-svg-blue:hover svg path {
  fill: #fff;
}

a.new-btn-for-generate-btn.new-btn-for-generate-btn-hover-svg-dark-blue:hover svg {
  background: #162835;
}

a.new-btn-for-generate-btn.new-btn-for-generate-btn-hover-svg-dark-blue:hover svg path {
  fill: #fff;
}
/*hover for new btn */
/* new-btn-for-generate-btn */

/* basic styles for new blocks */

.fw-500-important {
  font-weight: 500 !important;
}

.gold-hover-link:hover a {
  color: #c08b22;
}

.transition-all-0-2 a {
  transition: all 0.2s ease-in-out 0s;
}

.font-family-MontserratBold,
.font-family-MontserratBold a,
.font-family-MontserratBold button{
  font-family: 'MontserratBold';
}

/* basic styles for new blocks */

/* Generate Blocks */

/* feature-article.php */
.feature-article {
  padding: 0px 0px 95px;
}
.feature-article .card {
  border: 0;
}

.feature-article .card-content__top {
  display: flex;
  align-items: center;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 7px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  font-size: 11px;
}

.feature-article .card-content__top .link-ui {
  font-size: 11px;
  font-family: 'MontserratBold';
  text-transform: uppercase;
  letter-spacing: 0;
}

.feature-article .card-content__top .separator {
  padding: 0;
  color: #162835;
  border-left: solid 1px #162835;
  width: 1px;
  height: 13px;
  margin: 0 5px;
  font-size: 10px;
}

.feature-article .card-content__top .article-date {
  font-size: 11px;
}

.feature-article .card-title a {
  color: #444;
}

.feature-article .card > .card-body > p.card-text {
  font-size: 14px !important;
  line-height: 18px !important;
}

@media screen and (min-width: 767px) {
  .feature-article .card {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .feature-article .card .card-img,
  .feature-article .card .card-content {
    max-width: 360px;
  }

  .feature-article .card-content__top {
    padding-top: 0;
  }

  .feature-article .card-title a {
    line-height: 30px !important;
  }
}

@media screen and (min-width: 1100px) {
  .feature-article .card .card-img {
    max-width: 500px;
  }
}
/* feature-article.php */

.height-form-28-to-37 {
  height: clamp(28px, 1.125vw + 24.4px, 37px);
}