/* Bootstrap theme customized with Pinegrow Web Editor */
/* Nothing goes below this note */
/* Global Variables and JR SCSS ONLY - Custom theme CSS goes in theme.scss */
@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }

.a_jr_pad_sm {
  padding: 1rem 0; }
  @media (min-width: 576px) {
    .a_jr_pad_sm {
      padding: 1.25rem 0; } }
  @media (min-width: 768px) {
    .a_jr_pad_sm {
      padding: 1.5rem 0; } }
  @media (min-width: 992px) {
    .a_jr_pad_sm {
      padding: 1.75rem 0; } }

.a_jr_pad_md {
  padding: 2rem 0; }
  @media (min-width: 576px) {
    .a_jr_pad_md {
      padding: 2.25rem 0; } }
  @media (min-width: 768px) {
    .a_jr_pad_md {
      padding: 2.5rem 0; } }
  @media (min-width: 992px) {
    .a_jr_pad_md {
      padding: 2.75rem 0; } }

.a_jr_pad_lg {
  padding: 3rem 0; }
  @media (min-width: 576px) {
    .a_jr_pad_lg {
      padding: 3.25rem 0; } }
  @media (min-width: 768px) {
    .a_jr_pad_lg {
      padding: 3.5rem 0; } }
  @media (min-width: 992px) {
    .a_jr_pad_lg {
      padding: 3.75rem 0; } }

.content-area {
  display: block;
  width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

aside {
  padding-bottom: 10px;
  padding-top: 10px; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.site {
  word-wrap: break-word; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit; }

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .wp-block-image .alignleft {
    display: table;
    float: left;
    margin-right: 1.5em; }
    @media (max-width: 768px) {
      .wp-block-image .alignleft {
        float: none;
        margin: 1rem auto; } }
  .wp-block-image .alignright {
    display: table;
    float: right;
    margin-left: 1.5em; }
    @media (max-width: 768px) {
      .wp-block-image .alignright {
        float: none;
        margin: 1rem auto; } }
  .wp-block-image .aligncenter {
    text-align: center;
    margin: 0 auto; }

.entry-footer span {
  padding-right: 10px; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

article figure {
  margin: 0px; }

article figure.wp-block-table {
  width: 100%; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote,
blockquote.has-text-align-left {
  margin: .5rem 0 1.5rem 1.5rem;
  padding: .5rem 0 .5rem 1.5rem;
  border-left: 3px solid #072b49;
  overflow: hidden; }
  blockquote p:last-of-type,
  blockquote.has-text-align-left p:last-of-type {
    margin-bottom: 0; }

blockquote.has-text-align-right {
  margin: .5rem 1.5rem 1.5rem 0;
  padding: .5rem 1.5rem .5rem 0;
  border-right: 3px solid #072b49;
  border-left: none; }

blockquote.has-text-align-center {
  border: none;
  margin: .5rem 1.5rem 1.5rem 1.5rem; }

.wp-block-table {
  display: table; }
  .wp-block-table th {
    padding: 4px 4px;
    text-align: left; }
  .wp-block-table td {
    margin: 0;
    padding: 15px;
    border: 1px solid #989696; }

.jr-clear {
  clear: both; }

#TB_window {
  padding-bottom: 15px; }
  #comments label:not(label.wp-comment-cookies-consent) {
    width: 100%; }
  #comments input,
  #comments area {
    border: 1px solid #002b49; }
  #comments input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px 40px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #002b49;
    border: 3px solid #072b49;
    min-width: 100%; }
    #comments input[type="submit"]:hover {
      background-color: #d6a842; }
  #comments .comment-form-comment textarea {
    width: 100%; }
  #comments .comment-form-email,
  #comments .comment-form-author {
    width: 50%;
    float: left; }
  .widget-area .widget {
    list-style-type: none;
    margin-bottom: 1.5em; }
  .widget-area .widget_ul_outer {
    padding: .5rem; }
  .widget-area .widget ul li {
    margin-bottom: 5px; }
  .widget-area .widget li {
    list-style-type: none; }
  .widget-area .widget ul {
    padding-left: 0; }

aside .widget_search {
  margin-bottom: 1rem; }
  .woocommerce .woocommerce-column--1, .woocommerce .woocommerce-column--2 {
    max-width: 100% !important; }
  .woocommerce .quantity .qty {
    border-radius: .75rem;
    font-size: 20px;
    margin-right: 1rem; }
  .woocommerce button.button.alt,
  .woocommerce a.button.alt {
    color: #ffffff;
    background-color: #072b49;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: .75rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .woocommerce button.button.alt:hover,
    .woocommerce a.button.alt:hover {
      background-color: #d6a842; }
  .woocommerce .woocommerce-breadcrumb {
    margin: 1em auto; }
  .woocommerce .woocommerce-result-count {
    width: 50%;
    float: left; }
  .woocommerce .woocommerce-products-header__title page-title {
    margin-bottom: 25px; }
  .woocommerce .woocommerce-product-gallery figure {
    max-width: initial; }
    .woocommerce.archive .product mark, .woocommerce #single_woo .related .product mark {
      display: none; }
    .woocommerce.archive .product h2, .woocommerce #single_woo .related .product h2 {
      font-size: 20px;
      font-weight: bold;
      display: block;
      padding-top: 15px;
      margin: .5rem 0 0 0;
      padding: 10px 5px;
      text-align: center; }
      @media (min-width: 768px) {
        .woocommerce.archive .product h2, .woocommerce #single_woo .related .product h2 {
          text-align: left; } }
    .woocommerce.archive .product span.price, .woocommerce #single_woo .related .product span.price {
      display: block;
      width: 100%;
      padding-bottom: 15px;
      text-align: center;
      color: #2E2E2E; }
      @media (min-width: 768px) {
        .woocommerce.archive .product span.price, .woocommerce #single_woo .related .product span.price {
          text-align: left; } }
    .woocommerce.archive .product a, .woocommerce #single_woo .related .product a {
      color: #2E2E2E;
      text-decoration: none; }
      .woocommerce.archive .product a img, .woocommerce #single_woo .related .product a img {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.33);
                box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.33);
        padding: 2rem .5rem; }
    .woocommerce.archive .product a.button, .woocommerce #single_woo .related .product a.button {
      margin-bottom: 15px;
      padding: 1rem 0.5rem;
      border-radius: .75rem;
      border: 4px #072b49 solid;
      font-weight: bold;
      min-width: 290px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-size: 16px;
      background-color: #fff;
      text-align: center;
      color: #072b49; }
      .woocommerce.archive .product a.button:hover, .woocommerce #single_woo .related .product a.button:hover {
        text-decoration: none;
        background: #072b49;
        color: #fff; }
    .woocommerce.archive .product span.onsale, .woocommerce #single_woo .related .product span.onsale {
      background-color: #2d9004;
      border-radius: 0px;
      font-weight: 400;
      text-transform: uppercase; }
  .woocommerce #single_woo .related h2:first-of-type {
    text-transform: capitalize; }
  .woocommerce .woocommerce-pagination {
    margin-top: 30px; }
    .woocommerce .woocommerce-checkout label,
    .woocommerce .woocommerce-checkout input,
    .woocommerce .woocommerce-checkout span.woocommerce-input-wrapper {
      display: block;
      width: 100%; }
    .woocommerce .woocommerce-checkout input[type="radio"],
    .woocommerce .woocommerce-checkout input[type="checkbox"] {
      width: 20px !important;
      float: left;
      margin-top: 10px !important; }
    .woocommerce .woocommerce-checkout span input {
      border: 1px solid #F2F2F2;
      border-radius: 5px;
      padding: 5px; }
    .woocommerce .woocommerce-checkout #order_review_heading {
      clear: both; }
    .woocommerce .woocommerce-checkout .create-account label, .woocommerce .woocommerce-checkout .create-account #createaccount {
      width: inherit; }
    .woocommerce .woocommerce-checkout .col-1, .woocommerce .woocommerce-checkout .col-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important;
      float: left; }
    .woocommerce .woocommerce-MyAccount-navigation ul {
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .woocommerce .woocommerce-MyAccount-navigation ul li {
        list-style: none; }
        .woocommerce .woocommerce-MyAccount-navigation ul li a {
          display: block;
          width: 100%;
          padding: 15px;
          text-transform: uppercase;
          font-weight: 300; }
  .woocommerce .widget-area {
    padding-top: 40px; }
  .woocommerce .widget-area .widget {
    margin-bottom: 25px; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #072b49; }

#jr-header {
  top: 0;
  background: #fff;
  z-index: 999999;
  left: 0;
  -webkit-box-shadow: 2px 0px 3px #cacaca;
          box-shadow: 2px 0px 3px #cacaca; }
  #jr-header #menu_items {
    left: 0;
    position: fixed;
    background-color: #072b49;
    color: #fff;
    min-width: 100%;
    padding: .5rem 0;
    bottom: 0;
    width: 100%;
    z-index: 99999; }
    #jr-header #menu_items .motion_wrapper {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-height: 40px;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 13px 0; }
      #jr-header #menu_items .motion_wrapper .inner {
        text-align: center;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #jr-header #menu_items .motion_wrapper .inner .img-wrapper {
          border: 1px solid #fff;
          border-radius: 50px;
          padding: 0.25rem;
          width: 35px;
          height: 35px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 0.5rem; }
        #jr-header #menu_items .motion_wrapper .inner img {
          height: 14px; }
  @media (min-width: 576px) {
    #jr-header #menu_items {
      display: none; } }

#mobile_jr_menu {
  background-color: rgba(0, 0, 0, 0.49);
  position: fixed;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 99999;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow-y: scroll;
  left: 0;
  top: 0; }
  #mobile_jr_menu .inner_jr_mobile {
    width: 80%;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    margin-bottom: 120px; }
    @media (min-width: 576px) {
      #mobile_jr_menu .inner_jr_mobile {
        width: 70%; } }
    @media (min-width: 768px) {
      #mobile_jr_menu .inner_jr_mobile {
        width: 40%; } }
  #mobile_jr_menu .inner_jr_mobile .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  #mobile_jr_menu .inner_jr_mobile .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%; }
  #mobile_jr_menu .inner_jr_mobile > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 10px; }
  #mobile_jr_menu .inner_jr_mobile li {
    list-style-type: none;
    padding: 1rem 10px;
    width: 100%; }
  #mobile_jr_menu .inner_jr_mobile .ubermenu-search-submit {
    background-color: #d6a842;
    width: 40px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    border: none; }
  #mobile_jr_menu .inner_jr_mobile #search_mobile {
    width: 100%;
    border: 0 solid;
    background-color: #e6e6e6;
    font-size: 20px;
    padding: 4px 10px; }
  #mobile_jr_menu .inner_jr_mobile #menu_search_form_mobile {
    margin: 10px 20px 30px; }
  #mobile_jr_menu #inner_mobile_2.mobile_click {
    border-top: 1px solid #c3c3c3; }
  #mobile_jr_menu #inner_mobile_2 ul {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 10px; }
  #mobile_jr_menu .inner_jr_mobile a {
    color: #002b49;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  #mobile_jr_menu #mobile_search {
    margin-bottom: .5rem; }
  #mobile_jr_menu .head_searches form {
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1rem; }
  #mobile_jr_menu .head_searches form > .input-group {
    position: relative; }
  #mobile_jr_menu .head_searches .input-group input#s {
    padding: .5rem .5rem .5rem 30px;
    height: 100%;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
  #mobile_jr_menu .head_searches .input-group .submit.btn-primary {
    padding: .25rem .5rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  #mobile_jr_menu .input-group > .search_icon_menu {
    z-index: 2;
    position: relative;
    margin-right: -15px;
    left: 10px; }
  #mobile_jr_menu #wrapper_mm_1 {
    width: 100%;
    z-index: 3; }
  #mobile_jr_menu #wrapper_mm_1 ul#ul_mm_1 {
    padding-left: .5rem; }
  #mobile_jr_menu #wrapper_mm_1 .links_wrapper_mm_1 .links_mm_1 .rght_ions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #mobile_jr_menu #wrapper_mm_1 .links_wrapper_mm_1 .rght_ions .img_collapsed {
    width: 12px; }
  #mobile_jr_menu #mobile_jr_inner #ul_mm_1 .rght_ions .active {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 22px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  #mobile_jr_menu #mobile_jr_menu #ul_mm_1 .links_mm_1 .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    -ms-flex-item-align: center;
        align-self: center; }
  #mobile_jr_menu #mobile_jr_inner .ul_mm_1 li .links_mm_1 {
    font-size: 1.25rem;
    color: #525252; }
  #mobile_jr_menu #mobile_jr_inner #mobile_upper_content #topper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
    font-size: 1.25rem;
    color: #072b49; }
  #mobile_jr_menu .location_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #mobile_jr_menu span.locations_arrow {
    width: 80px;
    background-color: #d6a842;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    margin-top: -10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.standard_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem; }
  .standard_nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
  .standard_nav .stand_menu_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1rem;
    padding-right: 1rem; }
  .standard_nav .stand_menu_ul > .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: .25rem;
    padding-right: .25rem;
    position: relative;
    color: var(--dark);
    font-weight: bold;
    text-align: center; }
  .standard_nav .menu-item {
    position: relative; }
    .standard_nav .menu-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 1rem;
      padding-right: 1rem;
      text-decoration: none;
      font-weight: bold;
      color: var(--dark); }
    @media (max-width: 1199px) {
      .standard_nav .menu-item a {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
    .standard_nav .menu-item .carrot {
      margin-left: .25rem; }
  .standard_nav .sub-menu > .menu-item {
    width: 100%;
    background-color: var(--white); }
    .standard_nav .sub-menu > .menu-item:hover {
      background-color: #072b49; }
    .standard_nav .sub-menu > .menu-item:first-child {
      border-radius: 0.5rem 0.5rem 0 0; }
    .standard_nav .sub-menu > .menu-item:last-child {
      border-radius: 0 0 0.5rem 0.5rem; }
    .standard_nav .sub-menu > .menu-item.menu-item-has-children .menu-item {
      background-color: #bb1a29; }
      .standard_nav .sub-menu > .menu-item.menu-item-has-children .menu-item:hover {
        background-color: #8e141f; }
  .standard_nav .stand_menu_ul > .menu-item-has-children > .sub-menu {
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 50%;
    top: 100%;
    position: absolute;
    z-index: 99;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 4px 3px 5px #aaaaaa;
            box-shadow: 4px 3px 5px #aaaaaa;
    background-color: var(--white);
    border-radius: 0.5rem;
    overflow: hidden; }
  @media (max-width: 1199px) {
    .standard_nav .stand_menu_ul > .menu-item-has-children:last-child .sub-menu {
      -webkit-transform: translateX(-75%);
          -ms-transform: translateX(-75%);
              transform: translateX(-75%); } }
  .standard_nav .stand_menu_ul > .menu-item-has-children:last-child .sub-menu .menu-item .sub-menu {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0; }
  .standard_nav .menu-item-has-children .sub-menu .menu-item .sub-menu {
    position: absolute;
    display: none;
    top: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    right: 0; }
  .standard_nav .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .standard_nav .menu-item-has-children .sub-menu a {
    color: var(--black);
    padding: .5rem 2rem;
    white-space: pre; }
  .standard_nav .menu-item-has-children .sub-menu .menu-item:hover a {
    color: var(--white); }

#mega_nav_wrapper {
  visibility: hidden;
  overflow: hidden; }

#dt_menu_wrapper_1 .menuText {
  font-weight: bold;
  margin-bottom: .25rem; }

#dt_menu_wrapper_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#desktopFlyOut {
  height: 300px;
  background-color: #072b49; }

#sub_wrapper {
  position: absolute;
  top: 0;
  z-index: -1;
  visibility: hidden; }

#dt_menu_wrapper_1 #dt_menu_back_1 {
  position: absolute;
  top: 0; }

#dt_menu_wrapper_1 #dt_menu_i_inner_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.stand_menu_ul > .menu-item-has-children:last-child .sub-menu .menu-item .sub-menu {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0; }

.standard_nav #logoLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.stand_menu_ul .menu-item i {
  margin-left: 0.5rem; }

#wrapper-navbar .searchProducts {
  width: 100%; }

@media (min-width: 992px) {
  #wrapper-navbar .searchProducts {
    margin-left: 2rem; } }

#wrapper-navbar #logoLink img#jr_head_logo {
  max-width: 100%;
  width: auto; }

#wrapper-navbar .product-search .product-search-form button {
  background-image: url("../a_images/Search-Icon.svg");
  background-color: var(--primary-1);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-width: 0;
  padding: 1.5rem;
  margin-left: -1px; }

#wrapper-navbar #product-search-form-0 input {
  border-width: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding-left: 2rem; }

#wrapper-navbar .cartCount #cartIcon {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#wrapper-navbar .cartCount {
  position: relative;
  margin-right: 1.5rem;
  margin-top: 10px; }

#wrapper-navbar .cartCount #cartCountNumber {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--primary-1);
  color: var(--white);
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#jr-header #wrapper-navbar .standard_nav #jr_menu_mobile {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.twoColTextImage {
  position: relative;
  padding-bottom: 4rem;
  padding-top: 4rem; }

.twoColTextImage.secondary .backgroundColor {
  background-color: #F1F1F1; }

.twoColTextImage .textColumn {
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.offsetBorderBox.twoColTextImage .imgWrapper {
  top: calc((7.5% + .5rem) *-1); }

.twoColTextImage .imgWrapper {
  position: relative;
  height: 115%;
  top: -7.5%;
  min-height: 300px; }

.twoColTextImage.secondary .imgWrapper .offsetBorder {
  background-color: #CCCCCC; }

.offsetBorderBox.twoColTextImage .offsetBorder {
  display: block; }

.twoColTextImage .imgWrapper .offsetBorder {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -1rem;
  bottom: -1rem;
  display: none; }

.offsetBorderBox.twoColTextImage .offsetBorder {
  display: block; }

.twoColTextImage .imgWrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.twoColTextImage.primary .backgroundColor {
  background-color: #072b49; }

.twoColTextImage.primary .textColumn {
  color: #fff; }

.twoColTextImage.primary .imgWrapper .offsetBorder {
  background-color: #CCCCCC; }

.twoColTextImage.primary h2 {
  color: #fff; }
  .twoColTextImage.none .textColumn h1,
  .twoColTextImage.none .textColumn h2,
  .twoColTextImage.none .textColumn h3,
  .twoColTextImage.none .textColumn h4,
  .twoColTextImage.none .textColumn h5,
  .twoColTextImage.none .textColumn h6 {
    color: inherit; }

.sepporate .line.primary {
  background-color: #072b49; }

.sepporate .line.secondary {
  background-color: #d6a842; }

.sepporate .line.tertiary {
  background-color: #b53631; }

.sepporate .line.light {
  background-color: #F4F0F0; }

.sepporate .line.dark {
  background-color: #002b49; }

.sepporate .line.black {
  background-color: #002b49; }

.sepporate .line.white {
  background-color: #fff; }

.sepporate .line.transparent {
  background-color: rgba(0, 0, 0, 0); }

.sepporate .line.gray-footer-bg {
  background-color: #F1F1F1; }

.sepporate .line.gray-light {
  background-color: #F1F1F1; }

.sepporate .line.gray-med-light {
  background-color: #E4E4E4; }

.sepporate .line.gray-med {
  background-color: #CCCCCC; }

.sepporate .line.gray-med-dark {
  background-color: #9F9F9F; }

.sepporate .line.red-dark {
  background-color: #d5a740; }

.sepporate .line.red-light {
  background-color: #A76E73; }

.sepporate .line.gold-dark {
  background-color: #BF8300; }

.sepporate .line.gold-light {
  background-color: #EDCA7D; }

.sepporate .line.gray-dark {
  background-color: #757575; }

.sepporate .line.success {
  background-color: #28a745; }

.sepporate .line.info {
  background-color: #17a2b8; }

.sepporate .line.warning {
  background-color: #ffc107; }

.sepporate .line.danger {
  background-color: #dc3545; }

.is-style-image-border-radius {
  border-radius: 1rem; }

.is-style-image-border-radius-lg {
  border-radius: 1.5rem; }

.is-style-col-border-radius > * {
  border-radius: 1rem; }

.is-style-col-border-radius-lg > * {
  border-radius: 1.5rem; }

.is-style-col-border-radius-rd-cap > * {
  border-radius: 2rem; }

.is-style-col-drop-shadow > * {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 0px 16px #CCCCCC;
          box-shadow: 0px 0px 16px #CCCCCC; }

.is-style-drop-shadow {
  -webkit-box-shadow: 0px 0px 16px #CCCCCC;
          box-shadow: 0px 0px 16px #CCCCCC; }

.is-style-subheader {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: all-round-gothic, sans-serif; }

.innerBlocks .wrapper .content {
  z-index: 1;
  position: relative; }

.innerBlocks.hasBackground .gradientBackground {
  opacity: .75; }

.innerBlocks.hasBackground .content {
  color: white;
  text-shadow: 0.5px 0px 2px rgba(0, 0, 0, 0.26); }
  .innerBlocks.hasBackground .content h1,
  .innerBlocks.hasBackground .content h2,
  .innerBlocks.hasBackground .content h3,
  .innerBlocks.hasBackground .content h4,
  .innerBlocks.hasBackground .content h5,
  .innerBlocks.hasBackground .content h6 {
    color: #fff; }

.hasBackground.innerBlocks .gbFullWidth {
  background-size: cover; }
  .linkArrow.primary a {
    color: #072b49; }
  .linkArrow.primary svg {
    fill: #072b49; }
  .linkArrow.secondary a {
    color: #d6a842; }
  .linkArrow.secondary svg {
    fill: #d6a842; }
  .linkArrow.tertiary a {
    color: #b53631; }
  .linkArrow.tertiary svg {
    fill: #b53631; }
  .linkArrow.light a {
    color: #F4F0F0; }
  .linkArrow.light svg {
    fill: #F4F0F0; }
  .linkArrow.dark a {
    color: #002b49; }
  .linkArrow.dark svg {
    fill: #002b49; }
  .linkArrow.black a {
    color: #002b49; }
  .linkArrow.black svg {
    fill: #002b49; }
  .linkArrow.white a {
    color: #fff; }
  .linkArrow.white svg {
    fill: #fff; }
  .linkArrow.transparent a {
    color: rgba(0, 0, 0, 0); }
  .linkArrow.transparent svg {
    fill: rgba(0, 0, 0, 0); }
  .linkArrow.gray-footer-bg a {
    color: #F1F1F1; }
  .linkArrow.gray-footer-bg svg {
    fill: #F1F1F1; }
  .linkArrow.gray-light a {
    color: #F1F1F1; }
  .linkArrow.gray-light svg {
    fill: #F1F1F1; }
  .linkArrow.gray-med-light a {
    color: #E4E4E4; }
  .linkArrow.gray-med-light svg {
    fill: #E4E4E4; }
  .linkArrow.gray-med a {
    color: #CCCCCC; }
  .linkArrow.gray-med svg {
    fill: #CCCCCC; }
  .linkArrow.gray-med-dark a {
    color: #9F9F9F; }
  .linkArrow.gray-med-dark svg {
    fill: #9F9F9F; }
  .linkArrow.red-dark a {
    color: #d5a740; }
  .linkArrow.red-dark svg {
    fill: #d5a740; }
  .linkArrow.red-light a {
    color: #A76E73; }
  .linkArrow.red-light svg {
    fill: #A76E73; }
  .linkArrow.gold-dark a {
    color: #BF8300; }
  .linkArrow.gold-dark svg {
    fill: #BF8300; }
  .linkArrow.gold-light a {
    color: #EDCA7D; }
  .linkArrow.gold-light svg {
    fill: #EDCA7D; }
  .linkArrow.gray-dark a {
    color: #757575; }
  .linkArrow.gray-dark svg {
    fill: #757575; }
  .linkArrow.success a {
    color: #28a745; }
  .linkArrow.success svg {
    fill: #28a745; }
  .linkArrow.info a {
    color: #17a2b8; }
  .linkArrow.info svg {
    fill: #17a2b8; }
  .linkArrow.warning a {
    color: #ffc107; }
  .linkArrow.warning svg {
    fill: #ffc107; }
  .linkArrow.danger a {
    color: #dc3545; }
  .linkArrow.danger svg {
    fill: #dc3545; }

.linkArrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .linkArrow a {
    padding-right: .6rem;
    font-size: 1rem;
    font-weight: bold; }
    .linkArrow a:hover {
      text-decoration: none; }

.linkArrow:hover svg,
.linkArrow:hover > img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px); }

.linkArrow svg,
.linkArrow img {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  min-width: 8px; }

.tb_gb .gbFullWidth {
  width: 100vw;
  position: absolute;
  height: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
          transform: translateX(-50vw); }

.sectionBreak .wrapper {
  position: relative; }

.offsetImgRow .offsetImgCol img {
  height: auto;
  max-width: initial;
  position: absolute;
  top: 0;
  max-height: 100%; }

.offsetImgRow.left .offsetImgCol img {
  right: 32px;
  border-bottom-right-radius: 6.25rem;
  border-top-right-radius: 1rem; }

.offsetImgRow.right .offsetImgCol img {
  left: 32px;
  border-bottom-left-radius: 6.25rem;
  border-top-left-radius: 1rem; }

@media (max-width: 991px) {
  .offsetImgRow.right .offsetImgCol img {
    position: relative;
    max-width: 100%;
    left: 0;
    border-top-right-radius: 6.25rem;
    border-bottom-right-radius: 1rem; } }

.right.offsetImgRow .offsetImgCol:first-child {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media (max-width: 991px) {
  .offsetImgRow.left .offsetImgCol img {
    position: relative;
    max-width: 100%;
    right: 0;
    border-top-left-radius: 6.25rem;
    border-bottom-left-radius: 1rem; } }

@media (min-width: 1400px) {
  .offsetImgRow.right .offsetImgCol img {
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6.25rem 1rem; } }

@media (min-width: 1400px) {
  .offsetImgRow.left .offsetImgCol img {
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6.25rem 1rem; } }

.markSol {
  height: 100%; }

.markSol > .wrapper {
  padding: 3.75rem 2.5rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s; }

.markSolRow > div {
  margin-bottom: 2rem; }

.markSol .wrapper .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.markSol .wrapper .innerWrapper .icon {
  min-width: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 992px) {
  .markSol .wrapper .innerWrapper.flex-lg-row .content,
  .markSol .wrapper .innerWrapper.flex-md-row .content {
    padding-right: 1rem; } }

.markSol .wrapper .innerWrapper .flex-row-reverse .content {
  padding-left: 1rem; }
  .markSol .wrapper .innerWrapper .icon svg,
  .markSol .wrapper .innerWrapper .icon img {
    width: 100%; }

.markSol .wrapper .hovBorder {
  width: 100%;
  background-color: var(--tertiary);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  height: 10px; }

.markSol.hover .wrapper:hover {
  -webkit-box-shadow: 0px 0px 16px #CCCCCC;
          box-shadow: 0px 0px 16px #CCCCCC; }

.markSol .wrapper:hover .hovBorder {
  opacity: 1; }

a.markSol {
  text-decoration: none; }

.markSol .wrapper:hover .hovBorder {
  opacity: 1; }

.markSol .flex-column-reverse .icon {
  padding-bottom: 1.25rem; }

.markSol .flex-column-reverse .icon.fullTop {
  margin-top: -3.75rem;
  width: calc(100% + 5rem); }

.ul-col-1 {
  -webkit-columns: 1;
          columns: 1; }

.ul-col-2 {
  -webkit-columns: 2;
          columns: 2; }

.ul-col-3 {
  -webkit-columns: 3;
          columns: 3; }

.ul-col-4 {
  -webkit-columns: 4;
          columns: 4; }

ul.g-list.dot-list li::marker {
  color: #072b49;
  font-size: 1.5rem; }

ul.g-list.check-list li {
  list-style-type: none;
  width: 100%;
  min-width: 100%; }

ul.g-list.check-list li:before {
  content: "";
  background-image: url("../a_images/tb-checkmark.png");
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center; }

ul.g-list li {
  padding-right: 1.5rem;
  margin-bottom: 1rem; }

.unListBlock ul.g-list li .title {
  margin-bottom: 0.5rem; }

#product-page-wrapper .heroWrapper {
  margin-bottom: 2rem; }

#archive-product-page-wrapper .heroContainer .col-fl .bg-img {
  background-image: url("https://www.crownhm.com/wp-content/uploads/Website_Crown_Loan-Products_House-Photo.png"); }

.gbSection {
  border-radius: 1rem; }

.btn.jr_guten_btn.btn-secondary {
  color: var(--white);
  font-weight: bold; }

@media (max-width: 575px) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.5rem; } }

:root {
  --primary: #072b49;
  --secondary: #d6a842;
  --tertiary: #b53631;
  --light: #F4F0F0;
  --dark: #002b49;
  --black: #002b49;
  --white: #fff;
  --transparent: rgba(0, 0, 0, 0);
  --gray-footer-bg: #F1F1F1;
  --gray-light: #F1F1F1;
  --gray-med-light: #E4E4E4;
  --gray-med: #CCCCCC;
  --gray-med-dark: #9F9F9F;
  --red-dark: #d5a740;
  --red-light: #A76E73;
  --gold-dark: #BF8300;
  --gold-light: #EDCA7D;
  --gray-dark: #757575;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --border-radius: 1rem;
  --border-radius-sm: 0.5rem;
  --border-radius-lg: 1.5rem;
  --font-family-sans-serif: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* Create Guetenburg Color Options
--------------------------------------------- */
.has-primary-color {
  color: #072b49; }

.has-primary-background-color {
  background-color: #072b49; }

.has-secondary-color {
  color: #d6a842; }

.has-secondary-background-color {
  background-color: #d6a842; }

.has-tertiary-color {
  color: #b53631; }

.has-tertiary-background-color {
  background-color: #b53631; }

.has-light-color {
  color: #F4F0F0; }

.has-light-background-color {
  background-color: #F4F0F0; }

.has-dark-color {
  color: #002b49; }

.has-dark-background-color {
  background-color: #002b49; }

.has-black-color {
  color: #002b49; }

.has-black-background-color {
  background-color: #002b49; }

.has-white-color {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }

.has-transparent-color {
  color: rgba(0, 0, 0, 0); }

.has-transparent-background-color {
  background-color: rgba(0, 0, 0, 0); }

.has-gray-footer-bg-color {
  color: #F1F1F1; }

.has-gray-footer-bg-background-color {
  background-color: #F1F1F1; }

.has-gray-light-color {
  color: #F1F1F1; }

.has-gray-light-background-color {
  background-color: #F1F1F1; }

.has-gray-med-light-color {
  color: #E4E4E4; }

.has-gray-med-light-background-color {
  background-color: #E4E4E4; }

.has-gray-med-color {
  color: #CCCCCC; }

.has-gray-med-background-color {
  background-color: #CCCCCC; }

.has-gray-med-dark-color {
  color: #9F9F9F; }

.has-gray-med-dark-background-color {
  background-color: #9F9F9F; }

.has-red-dark-color {
  color: #d5a740; }

.has-red-dark-background-color {
  background-color: #d5a740; }

.has-red-light-color {
  color: #A76E73; }

.has-red-light-background-color {
  background-color: #A76E73; }

.has-gold-dark-color {
  color: #BF8300; }

.has-gold-dark-background-color {
  background-color: #BF8300; }

.has-gold-light-color {
  color: #EDCA7D; }

.has-gold-light-background-color {
  background-color: #EDCA7D; }

.has-gray-dark-color {
  color: #757575; }

.has-gray-dark-background-color {
  background-color: #757575; }

.has-success-color {
  color: #28a745; }

.has-success-background-color {
  background-color: #28a745; }

.has-info-color {
  color: #17a2b8; }

.has-info-background-color {
  background-color: #17a2b8; }

.has-warning-color {
  color: #ffc107; }

.has-warning-background-color {
  background-color: #ffc107; }

.has-danger-color {
  color: #dc3545; }

.has-danger-background-color {
  background-color: #dc3545; }

.green_none {
  visibility: hidden; }

.home-connect {
  background-image: url("../a_images/Home-Kitchen-Mortgage.jpg");
  background-position: center center;
  background-size: cover; }

.jr_col_card {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.jr_card {
  border-radius: 1.5rem;
  border: 1px solid #F3F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden; }
  .jr_card .icon_circle {
    border-radius: 50%;
    background-color: #b53631;
    padding: 1.25rem;
    margin-top: 1rem; }
  .jr_card .icon_wrapper i {
    font-size: 3rem;
    color: #d6a842; }
  .jr_card .inner_wrapper {
    padding: 0 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%; }
  .jr_card .read_m i {
    margin-left: 0.25rem;
    top: 1px;
    position: relative; }
  .jr_card .sub_title_wrapper {
    font-weight: lighter;
    margin-bottom: 1rem; }
  .jr_card .center_wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .jr_card .icon_wrapper {
    margin-bottom: 1rem; }

.site {
  /* Make sure embeds and iframes fit their containers. */ }
  .site a.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px; }
  .site #site_content #content:focus {
    outline: none; }
  .site embed,
  .site iframe,
  .site object {
    max-width: 100%; }

footer.jr_footer {
  margin-top: 1.5rem; }

#site_content p a {
  font-weight: bold; }

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: none;
  border-radius: 0.5rem; }
  #gform_wrapper_2.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 150px; }
    #gform_wrapper_2.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
      border-radius: 1rem;
      width: 100%; }
  .gform_footer input[type="submit"] {
    color: #ffffff;
    outline: none;
    border: 0px;
    background-color: #072b49;
    padding: 1rem 3rem;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 1rem;
    width: 80%;
    margin: 0 auto; }
    .gform_footer input[type="submit"]:hover {
      background-color: #d6a842; }

#page #primary {
  margin-top: 1em; }

.jr_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.blog_left_image {
  margin-bottom: 1rem;
  margin-right: 1rem;
  float: left;
  max-width: 150px;
  padding-top: 0.5rem; }

#jumbotron_wrapper {
  border-bottom: 1px solid;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #jumbotron_wrapper h1 {
    margin-bottom: 0; }

#search_box {
  margin-bottom: 2rem; }

#mobile_searchform .mobile_s_icon {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 0.5rem; }

#content #primary article {
  margin-bottom: 4rem;
  width: 100%;
  clear: both;
  overflow: auto; }

#content #primary article footer.entry-footer {
  margin-top: 1rem; }

ul#menu-main-navigation li > a i,
ul#menu-main-navigation li > span i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

ul#menu-main-navigation li > a:hover i,
ul#menu-main-navigation li > span:hover i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.nav-tabs .active.nav-link {
  color: var(--primary) !important; }

.nav-tabs .active.nav-link {
  background-color: var(--transparent) !important;
  border: 0; }

.custom-shape-divider-bottom-1639655296 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (max-width: 575px) {
  .custom-shape-divider-bottom-1639655296 {
    background-image: url("../a_images/AdobeStock_256055913.png");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -16px;
    width: calc(100% + 32px); } }

.custom-shape-divider-bottom-1639655296 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
  bottom: -2px; }

.custom-shape-divider-bottom-1639655296 .shape-fill {
  fill: #FFFFFF; }

div#hero-sec {
  background-image: url("../a_images/AdobeStock_256055913.png");
  position: relative;
  background-size: cover;
  background-position: 250px 0; }

#why-choose .col1 {
  background-color: var(--gray-footer-bg);
  padding: 2.5rem 2.5rem 4rem;
  border-radius: 1rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

#why-choose ul li {
  margin-bottom: 1.5rem;
  font-size: 1.25rem; }

#why-choose .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem; }

@media (max-width: 767px) {
  #why-choose .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

#why-choose h2 {
  padding-bottom: 2.5rem;
  text-align: center;
  margin: auto;
  width: 50%; }

#money-back .money-img img {
  border-bottom-left-radius: 6.25rem; }

#money-back img {
  border-bottom-left-radius: 6.25rem; }

#money-back h2 {
  color: #fff; }

#money-back .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

#money-back .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (max-width: 767px) {
  #get-started .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

#get-started .col1 {
  position: relative; }

#get-started .col2 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#work-with-crown .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem; }

@media (max-width: 767px) {
  #work-with-crown .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

#work-with-crown .col1 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

@media (max-width: 991px) {
  #work-with-crown .col1 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; } }

@media (max-width: 767px) {
  #work-with-crown .col1 {
    margin-bottom: 2rem; } }

#work-with-crown .col2 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

#work-with-crown .gray-boxes {
  background-color: var(--gray-light);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 2rem; }

@media (max-width: 991px) {
  #work-with-crown .gray-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; } }

#find-loan-officers .content-block {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#find-loan-officers .text-block {
  background-color: var(--gray-footer-bg);
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#resources .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem; }

#apply-now .wrapper {
  padding: 4rem 2rem;
  border-radius: 1rem;
  background-color: rgba(7, 43, 73, 0.9);
  width: 44%; }

div#apply-now {
  background-image: url("../a_images/AdobeStock_228016837.png");
  background-position: center center;
  background-size: cover; }

.custom-shape-divider-bottom-1639757085 {
  /* position: absolute */
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 100px; }

.custom-shape-divider-bottom-1639757085 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px; }

.custom-shape-divider-bottom-1639757085 .shape-fill {
  fill: #F1F1F1; }

div#apply-now .container {
  padding: 5rem 0 8rem 0; }

#page-wrapper {
  overflow: auto; }

#front-page-wrapper.a_jr_pad_md {
  padding-bottom: 0; }

#jr_wrapper_footer {
  position: relative;
  padding-top: 1rem; }

div#header-top {
  background-color: #072b49;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }

div#header-top .wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto; }

@media (max-width: 767px) {
  div#header-top .wrapper {
    grid-template-columns: 1fr; } }

div#header-top .icon-block {
  text-align: center; }

@media (max-width: 767px) {
  div#header-top .icon-block {
    grid-area: 1 / 1 / 1 / 3;
    margin-bottom: 1rem; } }

div#header-top .text-block a {
  color: var(--white);
  text-decoration: none; }

div.icon-block svg {
  margin-right: 0.4rem; }

div#get-started .text-block {
  text-align: center; }

@media (min-width: 992px) {
  div#get-started .text-block {
    width: 80%;
    text-align: left; } }

@media (min-width: 1400px) {
  div#get-started .text-block {
    margin-left: auto;
    margin-right: auto; } }

div#reviews .wrapper {
  background-color: var(--gray-footer-bg); }

div#reviews .review-block {
  background-color: var(--gray-footer-bg);
  border-radius: 0.62rem; }

.outer {
  position: relative;
  /* width: 100% */
  /* height: 100vh */
  overflow: hidden;
  background-color: #F1F1F1;
  border-radius: 0.62rem; }

.inner {
  position: relative;
  /* display: flex */
  /* height: 100% */
  overflow: hidden; }

.slides-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* width: 100% */
  overflow: hidden; }

.slide {
  position: relative;
  height: 100%;
  /* display: flex */
  /* justify-content: center */
  /* align-items: center */
  overflow: hidden; }

.dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  margin: 12px 3px;
  cursor: pointer;
  float: left; }

.dots {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 16px; }

#leftArrow {
  left: 12px; }

#rightArrow {
  right: 12px; }

.arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  cursor: pointer;
  opacity: 0.75;
  width: 40px;
  height: 40px;
  stroke-width: 8px;
  stroke: white;
  fill: transparent; }

a.text-secondary:hover {
  color: var(--secondary) !important; }

div#calculate-payment {
  background-color: var(--gray-light);
  padding-top: 4rem;
  padding-bottom: 4rem; }

div#calculate-payment .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem; }

div.form-input .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

div.form-output .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

div#calculate-payment .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#calculate-payment .form-output {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div.form-input .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div.form-input .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div.form-input .form-lb-input {
  border-bottom: 1px solid #CCCCCC; }

div.form-input .wrap-fields {
  margin-bottom: 2rem; }

div#calculate-payment .wrap-fields label {
  font-weight: bold;
  margin-bottom: 1rem; }

div#home-loan .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#home-loan .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#home-loan .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#home-loan .bg-img {
  background-image: url("../a_images/AdobeStock_222115653.png"); }

div#cta.container {
  padding: 3rem 7rem 3rem 7rem;
  background-color: var(--gray-footer-bg);
  margin-top: 6.25rem;
  border-radius: 0.62rem; }

div#mortgage-process .text-block {
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 0 7rem 0 7rem; }

div#mortgage-process .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem; }

div#mortgage-process .row > * {
  padding: 4rem 1rem;
  background-color: var(--gray-footer-bg);
  border-radius: 0.62rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

div#mortgage-process .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 2rem 4rem 2rem;
  background-color: var(--gray-footer-bg);
  border-radius: 0.62rem; }

div#mortgage-process .col3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem 2rem 4rem 2rem;
  background-color: var(--gray-footer-bg);
  border-radius: 0.62rem; }

div#money-back .bg-img {
  background-image: url("../a_images/AdobeStock_419921747.png");
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 250px 0;
  height: 42rem; }

a.btn-outline-secondary:hover {
  color: #fff; }

div#reviews .title {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: bold; }

div#reviews .cust-name {
  font-size: 0.87rem;
  font-weight: bold;
  color: #002b49; }

div#work-with-crown .sub-title {
  font-size: 1.5rem;
  font-weight: bold; }

div#find-loan-officers .name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.62rem; }

div#resources .sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002b49; }

div#resources .text-primary:hover {
  color: #d5a740 !important; }

div#money-back {
  background-image: url("../a_images/AdobeStock_331223309.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem; }

div#money-back .wrapper {
  border-radius: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 75%;
  background-color: rgba(7, 43, 73, 0.9);
  margin-left: auto;
  margin-right: auto; }

div#money-back .h2-sec {
  color: #d6a842;
  font-size: 2.5rem; }

div#money-back p {
  text-align: center;
  color: #fff; }

div#about-money-back .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem; }

@media (max-width: 767px) {
  div#about-money-back .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 767px) {
  div#about-money-back .col1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; } }

@media (max-width: 991px) {
  div#about-money-back .bg-img {
    border-top-left-radius: 15rem; } }

div#cta .sub-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #002b49; }

div#mortgage-process .sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002b49; }

div#about-apply-now {
  background-image: url("../a_images/couple-enjoying-new-home.jpg");
  background-position: center center;
  background-size: cover; }

div#about-apply-now .container {
  padding: 5rem 0 8rem 0; }

div#about-apply-now .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: var(--primary);
  opacity: 0.9;
  width: 44%;
  margin-left: auto; }

#hero-sec .h1-sec {
  font-size: 1.5rem;
  color: #d6a842;
  margin-top: 1rem; }

div#about-executive .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#about-executive .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#about-executive .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#about-executive .bg-img {
  background-image: url("../a_images/AdobeStock_222115653.png"); }

div#our-executives .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 1.25rem */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* justify-content: space-between */ }

div#our-executives .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.62rem;
  background-color: #F1F1F1;
  overflow: hidden; }

div#our-executives .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#our-executives .col3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#our-executives .executive-name {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.62rem; }

div#our-executives .text-block {
  padding: 1.25rem 0 0 0;
  text-align: center; }

div#our-executives .collapse-content {
  padding: 1.3rem;
  text-align: left; }

div#our-executives .executive-designation {
  margin-bottom: 0.62rem; }

div#our-executives .col-fl {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  /* border-radius: 0.62rem */
  overflow: hidden;
  background-color: #F1F1F1; }

div#learn-more .container {
  padding: 5rem 0 10rem 0; }

div#learn-more .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: var(--primary);
  opacity: 0.9; }

div#learn-more .btn {
  background-color: #fff;
  color: #072b49;
  border: solid 2px #fff; }

div#learn-more .btn:hover {
  background-color: #d5a740;
  color: #fff;
  border: solid 2px #d5a740; }

div#learn-more {
  background-image: url("../a_images/AdobeStock_453707969.png");
  background-position: center center;
  background-size: cover; }

div#explore-branch .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#explore-branch .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#explore-branch .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#explore-branch .bg-img {
  background-image: url("../a_images/AdobeStock_266172197.png");
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 0 15rem;
  height: 42rem;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0; }

div#explore-branch .text-block {
  width: 65%; }

div#explore-branch {
  /* overflow: hidden */ }

div#explore-branc-location .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#explore-branc-location .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#explore-branc-location .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#explore-branc-location .bg-img {
  background-image: url("../a_images/AdobeStock_266172197.png"); }

@media (max-width: 991px) {
  div#branch-locations .col-fl {
    margin-bottom: 2rem; } }

div#branch-locations .location-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.62rem; }

div#branch-locations svg {
  margin-right: 0.62rem;
  -ms-flex-preferred-size: 3.5rem;
      flex-basis: 3.5rem;
  max-width: 40px;
  max-height: 40px; }

div#branch-locations .location-id {
  margin-bottom: 1rem; }

div#branch-locations .inner-wrapper {
  background-color: #F1F1F1;
  padding: 2.2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

div#branch-locations .btn-link {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #002b49;
  padding: 0; }

div#branch-locations .card-header {
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 2rem; }

div#find-branch {
  background-position: center center;
  background-size: cover; }

.resourceFooter {
  background-image: url("../a_images/AdobeStock_208924622.png"); }

div#find-branch .container {
  padding: 5rem 0 10rem; }

div#find-branch .wrapper {
  padding: 3rem;
  border-radius: 0.62rem;
  background-color: rgba(7, 43, 73, 0.9);
  width: 50%;
  margin-left: auto; }

@media (max-width: 1199px) {
  div#find-branch .wrapper {
    width: 55%; } }

@media (max-width: 767px) {
  div#find-branch .wrapper {
    width: 100%; } }

div#branch-locations .location-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.heroContainer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 991px) {
  div.heroContainer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

div.heroContainer .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.heroContainer .col-fl {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.heroContainer .col-fl:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

@media (max-width: 991px) {
  div.heroContainer .col-fl {
    width: 100%;
    margin-top: 3rem; } }

#branch-child-page-wrapper #about-money-back h2 {
  width: 76%; }

div#branch-child-page-wrapper #about-money-back .btn-outline-secondary {
  padding-left: 1.87rem;
  padding-right: 1.87rem;
  margin-left: 1rem; }

.get-in-touch {
  background-image: url("../a_images/AdobeStock_192052356.png");
  background-position: center center;
  background-size: cover; }

div#get-in-touch .container {
  padding: 5rem 0 10rem; }

div#get-in-touch .wrapper {
  padding: 3rem;
  border-radius: 0.62rem;
  background-color: var(--gray-med-light);
  width: 50%;
  margin-left: auto; }

@media (max-width: 767px) {
  div#get-in-touch .wrapper {
    padding: 3rem;
    width: 100%;
    margin-left: auto; } }

div#loan-officer-near-you .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#loan-officer-near-you .col-fl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#loan-officer-near-you .bg-img {
  background-image: url("../a_images/AdobeStock_287066143.png"); }

div#help-you-with .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#help-you-with .col-fl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#help-you-with .service {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 1rem; }

div#help-you-with .inner-wrapper {
  padding: 3rem;
  background-color: #F1F1F1;
  border-radius: 0.62rem; }

div#archive-loan-officers .content-block {
  border-radius: 0.62rem;
  margin-bottom: 1rem; }

div#archive-loan-officers .text-block {
  background-color: var(--white);
  border-radius: 0 0 0.62rem 0.62rem; }

div#archive-loan-officers .name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.62rem; }

div#archive-loan-officers {
  background-color: #F1F1F1; }

div#archive-connect-with {
  background-image: url("../a_images/AdobeStock_207028990.png");
  background-position: center center;
  background-size: cover; }

div#archive-connect-with .container {
  padding: 5rem 0 8rem 0; }

div#single-meet .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 991px) {
  div#single-meet .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

div#single-meet .col-fl {
  /* flex: 1.5 */
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

div#single-meet .bg-img {
  background-image: url("../a_images/Image%2010.png");
  background-position: left top;
  background-size: contain;
  border-radius: 0 0 0 15rem;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: 100%;
  background-repeat: no-repeat; }

@media (max-width: 991px) {
  div#single-meet .bg-img {
    background-position: center top; } }

div#single-meet .title {
  font-size: 3.5rem;
  line-height: 1; }

div#single-meet .designation {
  font-size: 1.5rem; }

div#single-meet .icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  margin-right: 1rem; }

div#single-meet .text-block h1 {
  line-height: 1; }

div#single-meet .col-fl2 {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
  top: 0;
  right: 0;
  width: 40%; }

@media (max-width: 991px) {
  div#single-meet .col-fl2 {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
    margin-top: 2rem; } }

div#single-meet .headline {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem; }

div#archive-connect-with .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: rgba(7, 43, 73, 0.9);
  width: 44%;
  margin-left: auto;
  margin-bottom: 4rem; }

div#single-meet .btn-block .btn-outline-secondary {
  padding-left: 1.87rem;
  padding-right: 1.87rem; }

div#single-get-started {
  background-image: url("../a_images/couple-enjoying-new-home.jpg");
  background-position: center center;
  background-size: cover; }

div#single-get-started .container {
  padding: 5rem 0 8rem 0; }

div#single-get-started .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: rgba(7, 43, 73, 0.9);
  width: 44%;
  margin-left: auto; }

@media (max-width: 767px) {
  div#single-get-started .wrapper {
    width: 70%; } }

.blogStyle .sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #002b49;
  border-bottom: 1px solid #9F9F9F;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

div#archive-blog-category {
  background-color: #F1F1F1; }

div#archive-get-started {
  background-image: url("../a_images/AdobeStock_206879282.png");
  background-position: center center;
  background-size: cover; }

div#archive-get-started .container {
  padding: 5rem 0 8rem 0; }

div#archive-get-started .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: rgba(7, 43, 73, 0.9);
  width: 44%; }

div#archive-blog-category2 {
  background-color: #F1F1F1; }

div#archive-hero-sec {
  background-color: #F1F1F1; }

.custom-shape-divider-bottom-1640247280 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2; }

.custom-shape-divider-bottom-1640247280 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px; }

@media (max-width: 991px) {
  .custom-shape-divider-bottom-1640247280 svg {
    height: 50px; } }

.custom-shape-divider-bottom-1640247280 .shape-fill {
  fill: #FFFFFF; }

div#single-post-hero-sec .hero-text-block {
  width: 55%;
  margin: auto; }

div#archive-hero-sec .hero-text-block p {
  padding-left: 2rem;
  padding-right: 2rem; }

div#single-post-content .left-block {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

div#single-post-content .right-block {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

div#single-post-content .sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem; }

#singleBlogSidebar ul.menu {
  padding-left: 0; }

#singleBlogSidebar ul.menu li {
  font-size: 1.25rem;
  border-bottom: 1px solid #d5a740;
  line-height: 2;
  list-style-type: none; }

div#single-post-content .related-title {
  font-style: italic;
  margin-bottom: 0.9rem; }

div#single-post-content .sidebar {
  padding: 1.8rem 3rem 5rem 3rem;
  background-color: #F1F1F1; }

div#single-post-get-started {
  background: -webkit-linear-gradient(239deg, #f1f1f1 0%, #F1F1F100 100%), url("../a_images/Mom-Child-New-Home.jpg");
  background: -o-linear-gradient(239deg, #f1f1f1 0%, #F1F1F100 100%), url("../a_images/Mom-Child-New-Home.jpg");
  background: linear-gradient(211deg, #f1f1f1 0%, #F1F1F100 100%), url("../a_images/Mom-Child-New-Home.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

div#single-post-get-started .container {
  padding: 5rem 0 8rem 0; }

div#single-post-get-started .wrapper {
  border-radius: 0.62rem;
  width: 40%;
  margin-left: auto; }

div#single-post-hero-sec {
  background-position: center center;
  background-size: cover;
  background-image: url("../a_images/Couple-Researching-Mortgage.jpg"); }

div#archive-resources-hero-sec .hero-text-block p {
  width: 35%; }

/* .blog-post-section .content-block {
    flex: auto;
} */
div#archive-featured-resources.blog-post-section .text-block {
  background-color: #fff; }

div#archive-explore-resourses h2 {
  width: 60%;
  margin: auto; }

div#archive-explore-resourses .btn-primary {
  border-color: #fff; }

div#archive-explore-resourses .btn-primary:hover {
  background-color: #fff;
  color: #072b49; }

div#archive-resources-need-help {
  background-image: url("../a_images/AdobeStock_453707969.png");
  background-position: center center;
  background-size: cover; }

div#archive-resources-need-help .container {
  padding: 5rem 0 8rem 0; }

div#archive-resources-need-help .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: var(--primary);
  opacity: 90%;
  width: 60%;
  margin: auto; }

div#archive-resources-hero-sec {
  background: -webkit-gradient(linear, right top, left top, from(#F1F1F100), color-stop(44%, #F1F1F16F), to(#f1f1f1)), url("../a_images/AdobeStock_206879282.png");
  background: -webkit-linear-gradient(right, #F1F1F100 0%, #F1F1F16F 44%, #f1f1f1 100%), url("../a_images/AdobeStock_206879282.png");
  background: -o-linear-gradient(right, #F1F1F100 0%, #F1F1F16F 44%, #f1f1f1 100%), url("../a_images/AdobeStock_206879282.png");
  background: linear-gradient(270deg, #F1F1F100 0%, #F1F1F16F 44%, #f1f1f1 100%), url("../a_images/AdobeStock_206879282.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 35rem;
  padding-top: 8rem;
  padding-bottom: 8rem; }

div#single-resources-top-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#single-resources-top-sec .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-resources-top-sec .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-resources-top-sec .bg-img {
  background-image: url("../a_images/AdobeStock_287066143.png");
  background-position: right;
  height: 35rem; }

div#single-resources-third-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem; }

div#single-resources-third-sec .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-resources-third-sec .bg-img {
  background-image: url("../a_images/AdobeStock_129544691.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 35rem;
  border-radius: 0 0 15rem 0; }

div#single-resources-third-sec .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-resources-fourth-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#single-resources-fourth-sec .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-resources-fourth-sec .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-resources-fourth-sec .bg-img {
  background-image: url("../a_images/AdobeStock_331223309.png");
  background-position: right;
  background-size: cover;
  border-radius: 0 0 0 15rem;
  height: 35rem;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto; }

div#single-resources-sixth-sec {
  background-image: url("../a_images/AdobeStock_208924622.png");
  background-position: center center;
  background-size: cover; }

div#single-resources-sixth-sec .container {
  padding: 5rem 0 8rem 0; }

div#single-resources-sixth-sec .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: var(--primary);
  opacity: 0.9;
  width: 44%;
  margin-left: auto; }

div#archive-product-mortgage-services-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#archive-product-mortgage-services-sec .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#archive-product-mortgage-services-sec .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#archive-product-mortgage-services-sec .bg-img {
  background-image: url("../a_images/AdobeStock_427484739.png");
  background-position: right;
  height: 35rem; }

div#archive-our-product-sec .text-block {
  background-color: #fff; }

div#archive-product-need-help-sec {
  background-image: url("../a_images/AdobeStock_207028990.png");
  background-position: center center;
  background-size: cover; }

div#archive-product-need-help-sec .container {
  padding: 5rem 0 8rem 0; }

div#archive-product-need-help-sec .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: var(--primary);
  opacity: 0.9;
  width: 44%;
  margin-left: auto; }

div#archive-product-need-help-sec .btn-outline-secondary {
  border: 2px solid #fff;
  color: #fff; }

div#archive-product-need-help-sec h2 {
  width: 76%; }

div#archive-product-filter-sec .text-block {
  background-color: #F1F1F1;
  text-align: center;
  border-radius: 0.62rem;
  padding: 3em 0.5rem; }

div#single-product-reverse-mortgage-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

div#single-product-reverse-mortgage-sec .col1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-product-reverse-mortgage-sec .col2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

div#single-product-reverse-mortgage-sec .bg-img {
  background-image: url("../a_images/AdobeStock_282205860.png");
  background-position: right;
  height: 35rem; }

div#single-product-reverse-mortgage-sec .btn-outline-secondary {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

div#single-product-borrower-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem; }

div#single-product-borrower-sec .left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

div#single-product-borrower-sec .right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  background-color: #F1F1F1;
  border-radius: 0.62rem; }

div#single-product-borrower-sec .title {
  font-size: 1.5rem; }

div#single-product-borrower-sec svg {
  margin-right: 0.5rem; }

div#single-product-taxfree-sec .title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem; }

div#single-product-taxfree-sec .text-block {
  padding: 3rem 0.8rem 3rem 0.8rem;
  background-color: #F1F1F1;
  border-radius: 0.62rem;
  text-align: center;
  width: 75%; }

div#single-product-taxfree-sec .innerwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem; }

div#single-product-get-money-sec {
  background-image: url("../a_images/AdobeStock_139547617.png");
  background-position: center center;
  background-size: cover; }

div#single-product-get-money-sec .container {
  padding: 5rem 0 8rem 0; }

div#single-product-get-money-sec .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: var(--primary);
  opacity: 0.9;
  width: 44%;
  margin-left: auto; }

div#contact-us-form-sec .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem; }

div#contact-us-form-sec .left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-top: 3rem; }

div#contact-us-form-sec .right {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  background-color: #F1F1F1;
  border-radius: 0 0 0 11rem; }

div#contact-us-form-sec .text-block > .title {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 1rem; }

div#contact-us-form-sec .icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem; }

div#contact-us-applay-sec {
  background-image: url("../a_images/AdobeStock_453707969.png");
  background-position: center center;
  background-size: cover; }

div#contact-us-applay-sec .container {
  padding: 5rem 0 8rem 0; }

div#contact-us-applay-sec .wrapper {
  padding: 4rem 2rem;
  border-radius: 0.62rem;
  background-color: rgba(7, 43, 73, 0.9);
  width: 60%;
  margin: auto auto 2rem; }

div#reviews2 .title {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: bold; }

div#reviews2 .cust-name {
  font-size: 0.87rem;
  font-weight: bold;
  color: #002b49; }

div#reviews2 .carousel-item {
  background-color: #F1F1F1;
  padding: 1rem; }

@media (min-width: 992px) {
  div#reviews2 .carousel-item {
    background-color: #F1F1F1;
    padding: 2rem 3rem; } }

div#reviews2 p {
  color: #002b49; }

div#reviews2 .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #072b49; }

div#reviews2 .carousel-inner {
  border-radius: 1rem; }

div#reviews2 .carousel-control-prev {
  display: none; }

div#reviews2 .carousel-control-next {
  display: none; }

div#calculate-payment .left {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

div#calculate-payment .right {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

div#calculate-payment .lbl_total {
  font-size: 3rem;
  margin-bottom: 0.5rem; }

div#calculate-payment .lbl_subhead {
  font-size: 1.5rem;
  margin-bottom: 1.5rem; }

div#calculate-payment .lbl_title {
  font-size: 1.3rem;
  font-weight: bold; }

div#calculate-payment .lbl_amount {
  font-size: 1.3rem;
  font-weight: bold; }

div#calculate-payment .lbl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }

div#calculate-payment .right {
  background-color: #072b49;
  color: #fff;
  padding: 3rem 2rem 7rem 2rem;
  border-radius: 0.62rem 0 0 7rem;
  position: absolute;
  left: 60%; }

div#calculate-payment .lbl_border {
  border-bottom: 1px solid #fff;
  margin: 3rem 0 2rem 0; }

@media (max-width: 575px) {
  div#front-page-wrapper #hero-sec {
    background: none; }
  div#hero-sec .hero-text-block {
    width: 100% !important; }
  div#hero-sec .h1-sec {
    width: 100%; }
  div#hero-sec .btn-primary {
    margin-bottom: 1rem;
    margin-right: 0 !important; }
  div#why-choose h2 {
    width: 78%; }
  div#why-choose .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem; }
  div#why-choose .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem; }
  div#why-choose .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

#why-choose .col2 {
  background-color: var(--primary);
  padding: 2.5rem 2.5rem 4rem;
  color: var(--white);
  border-radius: 1rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

@media (max-width: 575px) {
  div#work-with-crown .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#work-with-crown .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#work-with-crown h2 {
    width: 100%; }
  div#work-with-crown p {
    width: 100% !important; }
  div#work-with-crown .sub-title {
    width: 100%;
    font-size: 1.25rem; }
  div#work-with-crown .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#money-back .wrapper {
    width: 100%; }
  div#money-back h2 {
    width: 100%;
    font-size: 1.5rem; }
  div#money-back .h2-sec {
    width: 100%;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  div#money-back p {
    width: 100%; }
  div#get-started .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem; }
  div#get-started .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#get-started .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0.9rem;
    padding-right: 0.9rem; }
  div#work-with-crown .btn-primary {
    width: 100%; }
  div#get-started .btn-primary {
    width: 100%; }
  div#get-started .text-block {
    width: 100%; }
  div#money-back .btn-secondary {
    width: 100%; }
  div#calculate-payment .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#calculate-payment .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#calculate-payment .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
    left: 0;
    border-radius: 0;
    padding-bottom: 3rem; }
  div#calculate-payment .container {
    padding: 0; }
  div#find-loan-officers .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  div#find-loan-officers .content-block {
    width: 48%;
    margin-bottom: 1rem; }
  div#find-loan-officers .btn-primary {
    margin-bottom: 1rem;
    width: 100%; }
  div#find-loan-officers .btn-outline-primary {
    width: 100%; }
  div#resources .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#resources .btn-primary {
    width: 100%; }
  div#apply-now .wrapper {
    width: 100%;
    text-align: center; }
  div#why-choose h3 {
    text-align: center; } }

footer .footer-logo-sec {
  margin-top: 3.5rem;
  margin-bottom: 1.37rem; }

.footer-logo-sec .icon {
  margin-right: 1.5rem;
  float: left; }

.footer-logo-sec .logo-img-title {
  font-size: 0.87rem;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 0.4rem; }

footer .footer-logo-sec .logo-img-desc {
  font-size: 0.87rem;
  color: var(--black);
  font-weight: normal; }

.webaddress .title {
  font-size: 0.87rem;
  font-weight: bold;
  color: var(--black); }

.webaddress .link {
  font-size: 0.87rem;
  color: var(--dark);
  font-weight: normal; }

footer .footer-botom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

footer .footer-botom-menu .left {
  max-width: 295px; }

footer .nav .nav-link {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--black); }

footer .nav .active.nav-link h3 {
  color: var(--secondary) !important; }

footer .footer-botom-menu .right {
  padding-top: 1.87rem;
  padding-left: 1.87rem;
  padding-right: 1.87rem;
  background-color: var(--white);
  border-radius: 0.62rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

footer .tab-pane h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 1.75rem; }

footer .disclaimer-sec-1 {
  font-size: 0.75rem;
  color: var(--black);
  font-weight: normal; }

footer .disclaimer-sec-2 {
  font-size: 0.75rem;
  color: var(--black);
  font-weight: bold;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

footer .footer-bottom {
  background-color: var(--primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--white);
  font-size: 1rem; }

.iconset1 svg,
.iconset2 svg {
  margin: 1rem; }

div.iconset1 {
  background-color: var(--gray-light); }

div.iconset2 {
  background-color: #072b49; }

div#our-executives .collapse-wrapper {
  background-color: #E4E4E4; }

@media (max-width: 575px) {
  div#home-loan .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#home-loan .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 3rem; }
  div#home-loan .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div.hero .text-block {
    width: 100% !important;
    padding-right: 0 !important; }
  div#home-loan {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#cta.container {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0; }
  div#mortgage-process {
    padding-top: 3rem !important; }
  div#mortgage-process .text-block {
    padding-left: 1rem;
    padding-right: 1rem; }
  div#mortgage-process .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#mortgage-process .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#mortgage-process .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#mortgage-process .col3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#about-money-back .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#about-money-back .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#about-money-back .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem; }
  div#about-money-back .bg-img {
    height: 300px;
    border-radius: 0; }
  div#about-money-back .text-block {
    width: 100% !important; }
  div#about-money-back .btn-secondary {
    width: 100%;
    margin-bottom: 1rem; }
  div#reviews {
    padding-top: 3rem !important; }
  div#reviews .review-block {
    padding-left: 3rem !important; }
  div#about-apply-now .wrapper {
    width: 100%; }
  div#about-apply-now .btn-secondary {
    width: 100%; }
  div#contact-us-form-sec .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem; }
  div#contact-us-form-sec .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 3rem !important; }
  div#contact-us-form-sec .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0;
    padding: 3rem !important; }
  div#contact-us-applay-sec .wrapper {
    width: 100%; }
  div#contact-us-applay-sec {
    margin-top: 3rem !important; }
  div#about-executive {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#about-executive .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#about-executive .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#about-executive .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#about-executive .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0;
    margin-top: 3rem; }
  div#about-executive .text-block {
    width: 100% !important; }
  div#our-executives {
    padding-top: 0 !important; }
  div#our-executives .text-block {
    padding-top: 0 !important; }
  div#about-executive .btn-outline-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  div#explore-branc-location .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#explore-branc-location .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#explore-branc-location .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#explore-branc-location .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div#explore-branc-location .text-block {
    width: 100%; }
  div#explore-branc-location {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#branch-locations .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#branch-locations .col-fl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#find-branch .wrapper {
    width: 100%; }
  div#find-branch .btn-secondary {
    width: 100%;
    margin-bottom: 1rem; }
  div#find-branch .btn-outline-secondary {
    width: 100%; }
  div#find-branch {
    margin-top: 3rem !important; }
  div#loan-officer-near-you .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#loan-officer-near-you .col-fl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#loan-officer-near-you .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div#loan-officer-near-you .text-block {
    width: 100% !important; }
  div#loan-officer-near-you {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#help-you-with .container {
    padding-top: 0rem !important;
    padding-bottom: 3rem !important; }
  div#help-you-with .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#help-you-with .col-fl {
    width: 100%; }
  div#help-you-with .text-block {
    width: 100% !important; }
  div#help-you-with .btn-primary {
    width: 100%;
    margin-bottom: 3rem; }
  div#archive-loan-officers {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-loan-officers .content-block {
    width: 48%;
    /* padding-right: 1rem */ }
  div#archive-connect-with .wrapper {
    width: 100%; }
  div#archive-connect-with .container {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important; }
  div#archive-product-mortgage-services-sec .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#archive-product-mortgage-services-sec .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#archive-product-mortgage-services-sec .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#archive-product-mortgage-services-sec .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div#archive-product-mortgage-services-sec .text-block {
    width: 100% !important; }
  div#archive-product-mortgage-services-sec .btn-secondary {
    width: 100%;
    margin-bottom: 3rem; }
  div#archive-product-mortgage-services-sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-product-filter-sec {
    padding-top: 0rem !important; }
  div#archive-our-product-sec {
    padding-top: 3rem !important; }
  .blog-post-section .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div.blog-post-section .content-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#archive-product-need-help-sec .wrapper {
    width: 100%; }
  div.btnwrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div.btnwrapper .btn-secondary {
    width: 100%;
    margin-bottom: 1rem; }
  div.btnwrapper .btn-outline-secondary {
    width: 100%; }
  div#archive-product-need-help-sec .container {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important; }
  div#archive-product-need-help-sec {
    margin-top: 1rem !important; }
  div#archive-resources-hero-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: 25rem; }
  div#archive-resources-hero-sec .hero-text-block p {
    width: 75%; }
  div#archive-featured-resources {
    padding-top: 3rem !important; }
  div#archive-resources-latest-blogs {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-explore-resourses {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-resources-need-help .wrapper {
    width: 100%; }
  div#archive-resources-need-help .container {
    padding-top: 3rem;
    padding-bottom: 6rem; }
  div#archive-hero-sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-hero-sec .hero-text-block {
    width: 100% !important; }
  div.hero-buttons {
    padding-bottom: 3rem !important; }
  div#archive-latest-blogs.blog-post-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-blog-category.blog-post-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-blog-category2.blog-post-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#archive-get-started .wrapper {
    width: 100%; }
  div#archive-get-started .container {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important; }
  div.heroContainer {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div.heroContainer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div.heroContainer .col-fl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div.heroContainer .btn-outline-primary {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  div.heroContainer .text-block p {
    width: 100%; }
  div#branch-child-page-wrapper #about-money-back h2 {
    width: 100%; }
  div#about-money-back .icon-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem; }
  div#branch-child-page-wrapper #about-money-back .btn-outline-secondary {
    width: 100%;
    margin-left: 0; }
  div#get-in-touch {
    margin-top: 3rem !important; }
  div#get-in-touch .wrapper {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
  div#get-in-touch .btn-secondary {
    width: 100%;
    margin-bottom: 1rem; }
  div#get-in-touch .btn-outline-secondary {
    width: 100%; }
  div#single-meet .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-meet .col-fl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-meet .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div#single-meet .contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-meet .contact-info .icon-block {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
  div#single-meet .icon-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-meet .btn-secondary {
    width: 100%;
    margin-bottom: 1rem; }
  div#single-meet .btn-outline-secondary {
    width: 100%;
    margin-bottom: 3rem; }
  div#single-reviews {
    padding-top: 3rem !important; }
  div#single-get-started {
    margin-top: 3rem !important; }
  div#single-get-started .wrapper {
    width: 100%; }
  div#single-get-started .container {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important; }
  div#single-post-hero-sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#single-post-hero-sec .hero-text-block {
    width: 100%; }
  div#single-post-content {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#single-post-content .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-post-content .left-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-post-content .right-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-post-get-started .wrapper {
    width: 100%; }
  div#single-post-get-started .container {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important; }
  div#single-product-reverse-mortgage-sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#single-product-reverse-mortgage-sec .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-product-reverse-mortgage-sec .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-product-reverse-mortgage-sec .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-product-reverse-mortgage-sec .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div#single-product-reverse-mortgage-sec .text-block {
    width: 100% !important; }
  div#single-product-borrower-sec {
    padding-top: 0rem !important;
    padding-bottom: 3rem !important; }
  div#single-product-borrower-sec .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-product-borrower-sec .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-product-borrower-sec .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-product-taxfree-sec {
    padding-top: 3rem !important; }
  div#single-product-taxfree-sec .innerwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-product-taxfree-sec .text-block {
    width: 100%; }
  div#single-product-get-money-sec .container {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important; }
  div#single-product-get-money-sec .wrapper {
    width: 100%; }
  div#single-resources-top-sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  div#single-resources-top-sec .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-resources-top-sec .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-resources-top-sec .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-resources-top-sec .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div#single-resources-second-sec {
    padding-top: 0 !important;
    padding-left: 3rem;
    padding-right: 3rem; }
  div#single-resources-third-sec {
    padding: 3rem !important; }
  div#single-resources-third-sec .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-resources-third-sec .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-resources-third-sec .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-resources-third-sec .bg-img {
    height: 30rem;
    border-radius: 0; }
  div#single-resources-third-sec .text-block {
    width: 100% !important; }
  div#single-resources-second-sec .text-block {
    text-align: justify !important; }
  div#single-resources-second-sec h2 {
    text-align: center; }
  div#single-resources-fourth-sec .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  div#single-resources-fourth-sec .col1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-resources-fourth-sec .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  div#single-resources-fourth-sec .bg-img {
    position: relative;
    left: 0;
    height: 30rem;
    border-radius: 0; }
  div#single-resources-fourth-sec .text-block {
    width: 100% !important; }
  div#single-resources-fourth-sec {
    padding-top: 0 !important;
    padding-bottom: 3rem !important; }
  div#single-resources-fifth-sec {
    padding-top: 0rem !important; }
  div#single-resources-sixth-sec {
    margin-top: 3rem !important; }
  div#single-resources-sixth-sec .container {
    padding-top: 3rem !important;
    padding-bottom: 6rem !important; }
  div#single-resources-sixth-sec .wrapper {
    width: 100%; }
  div#single-resources-top-sec .text-block {
    width: 100% !important; } }

div#why-choose .col1 ul {
  list-style: none;
  padding: 0;
  list-style-position: outside;
  margin: 0;
  text-indent: -1rem;
  padding-left: 2.2rem; }

div#why-choose .col1 li::before {
  content: "\2022";
  color: #072b49;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  padding-right: 1rem; }

div#why-choose .col2 ul {
  list-style: none;
  padding: 0;
  list-style-position: outside;
  margin: 0;
  text-indent: -1rem;
  padding-left: 2.2rem; }

div#why-choose .col2 li:before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  padding-right: 1rem; }

@media (max-width: 575px) {
  div#archive-product-filter-sec select.custom-select {
    padding-left: 1rem;
    padding-right: 1rem; } }

div#archive-product-filter-sec select.custom-select {
  background-image: url("../a_images/Icon%20material-filter-list.png");
  background-size: 1.5rem;
  color: var(--dark);
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 576px) {
  div#archive-product-filter-sec select.custom-select {
    width: 75%; } }

@media (max-width: 575px) {
  div.carousel .carousel-indicators { }
  div#get-started .btn-secondary {
    width: 100%; }
  div#work-with-crown .relators {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem; }
  div#work-with-crown .icon {
    margin: auto; }
  div#work-with-crown .relators .text-block,
  div#work-with-crown .officers .text-block {
    text-align: center; }
  div#work-with-crown .officers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem; } }

.btn-secondary:hover {
  background-color: #BF8300;
  border-color: #BF8300; }

@media (max-width: 575px) {
  div#why-choose .col1 ul {
    padding-left: 1.2rem; }
  div#why-choose .col2 ul {
    padding-left: 1.2rem; } }

div.heroContainer .bg-img {
  margin: auto;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 0 15rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-repeat: no-repeat;
  min-height: 500px; }

@media (min-width: 1400px) {
  div.heroContainer .bg-img {
    margin: 0;
    position: relative;
    width: 100%;
    border-top-right-radius: 15rem; } }

@media (max-width: 991px) {
  div.heroContainer .bg-img {
    height: 300px;
    position: relative;
    background-size: cover;
    width: 100%;
    border-bottom-left-radius: 8rem;
    border-top-right-radius: 8rem; } }

@media (max-width: 575px) {
  div.heroContainer .bg-img {
    height: 200px;
    border-radius: 0rem;
    background-size: cover; } }

@media (max-width: 575px) {
  div#single-product-reverse-mortgage-sec .btn-outline-secondary {
    margin-bottom: 3rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  div#archive-loan-officers .text-block {
    padding: 1rem; }
  div#archive-connect-with .wrapper {
    width: 100%;
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  div#archive-connect-with .wrapper {
    width: 100%;
    text-align: center; }
  div#find-loan-officers .row {
    row-gap: 2rem; }
  div .find-loan-btns .btn-primary {
    margin-right: 0 !important;
    margin-bottom: 1rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  div#find-loan-officers .text-block {
    padding: 1rem; }
  div#archive-product-need-help-sec .wrapper {
    width: 100%; } }

#find-loan-officers h3 {
  margin-bottom: 0.62rem; }

@media (min-width: 576px) and (max-width: 767px) {
  div#archive-product-need-help-sec .wrapper {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  div#archive-product-need-help-sec .wrapper {
    width: 60%; } }

@media (min-width: 576px) and (max-width: 767px) {
  div#resources .row {
    row-gap: 2rem; }
  div#why-choose h2 {
    width: 100%; }
  div#money-back .wrapper {
    width: 100%; }
  div#work-with-crown h2 {
    width: 100%; }
  div#work-with-crown .sub-title {
    width: 100%; }
  div#apply-now .wrapper {
    width: 100%;
    text-align: center; }
  div#reviews2 .carousel-item {
    height: 30rem; }
  div#hero-sec {
    background-position-x: initial !important;
    background-size: initial !important; }
  div#hero-sec .h1-sec {
    width: 100%; }
  div#hero-sec .hero-buttons .btn-primary {
    margin-bottom: 1rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  div#hero-sec .h1-sec {
    width: 100%; }
  div#hero-sec {
    background-size: initial;
    background-position-x: initial; }
  div#why-choose h2 {
    width: 100%; }
  div#money-back .wrapper {
    width: 100%; }
  div#reviews2 .carousel-item {
    height: 30rem; }
  div#work-with-crown h2 {
    width: 100%; }
  div#work-with-crown .sub-title {
    width: 100%; }
  div#apply-now .wrapper {
    width: 100%;
    text-align: center; }
  div#single-resources-sixth-sec .wrapper {
    width: 100%;
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767px) {
  div#single-resources-fifth-sec .row {
    row-gap: 2rem; }
  div#single-resources-sixth-sec .wrapper {
    width: 100%;
    text-align: center; } }

#hero-sec .hero-text-block {
  width: 55%; }

@media (min-width: 1200px) {
  #hero-sec .hero-text-block {
    max-width: 500px; } }

@media (max-width: 991px) {
  #hero-sec .hero-text-block {
    width: 75%; } }

@media (max-width: 767px) {
  #hero-sec .hero-text-block {
    width: 87%; } }

#money-back .text-block {
  padding-left: 3rem;
  padding-right: 3rem; }

@media (max-width: 575px) {
  #money-back .text-block {
    padding-left: 1rem;
    padding-right: 1rem; }
  #work-with-crown .col1 .text-block {
    padding-right: 2rem; } }

#work-with-crown .col1 .text-block {
  padding-right: 0; }

#hero-sec #heroGradient {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#e4e4e4), color-stop(46%, #e4e4e4), color-stop(55%, rgba(228, 228, 228, 0.62)), color-stop(63%, rgba(230, 230, 230, 0.4)), color-stop(70%, rgba(231, 231, 231, 0)), to(rgba(229, 229, 229, 0)));
  background-image: -webkit-linear-gradient(left, #e4e4e4 0%, #e4e4e4 46%, rgba(228, 228, 228, 0.62) 55%, rgba(230, 230, 230, 0.4) 63%, rgba(231, 231, 231, 0) 70%, rgba(229, 229, 229, 0) 100%);
  background-image: -o-linear-gradient(left, #e4e4e4 0%, #e4e4e4 46%, rgba(228, 228, 228, 0.62) 55%, rgba(230, 230, 230, 0.4) 63%, rgba(231, 231, 231, 0) 70%, rgba(229, 229, 229, 0) 100%);
  background-image: linear-gradient(90deg, #e4e4e4 0%, #e4e4e4 46%, rgba(228, 228, 228, 0.62) 55%, rgba(230, 230, 230, 0.4) 63%, rgba(231, 231, 231, 0) 70%, rgba(229, 229, 229, 0) 100%);
  z-index: 1; }

@media (max-width: 575px) {
  #hero-sec #heroGradient {
    display: none; } }

#hero-sec > .container {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem; }

@media (max-width: 575px) {
  #hero-sec > .container {
    margin-bottom: 0; } }

#get-started .col1 img {
  max-width: initial;
  position: absolute;
  top: 0;
  right: 32px;
  border-bottom-right-radius: 6.25rem;
  border-top-right-radius: 1rem;
  height: auto;
  max-height: 100%; }

@media (min-width: 1400px) {
  #get-started .col1 img {
    height: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6.25rem 1rem; } }

@media (max-width: 991px) {
  #get-started .col1 img {
    position: relative;
    max-width: 100%;
    right: 0;
    border-top-left-radius: 6.25rem;
    border-bottom-left-radius: 1rem; } }

#wrapper-navbar #logoLink #jr_head_logo {
  width: 265px;
  height: 40px; }

.icon-block span {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: bold; }

@media (max-width: 767px) {
  #header-top .wrapper .applyNow {
    grid-area: 2 / 1 / 2 / 2; }
  #header-top .wrapper .text-block {
    grid-area: 2 / 3 / 2 / 2; } }

#jr_wrapper_footer #footerWrapperInner {
  background-color: var(--gray-footer-bg); }

#branch-locations img {
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover; }

#find-loan-officers .row .content-block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 300px; }

@media (max-width: 1399px) {
  #find-loan-officers .row .content-block img {
    height: 240px !important; } }

@media (max-width: 991px) {
  #find-loan-officers .row .content-block img {
    height: 325px !important; } }

@media (max-width: 575px) {
  #find-loan-officers .row .content-block img {
    height: 270px; }
  #find-loan-officers .row .content-block img {
    height: 325px; } }

.heroContainer .text-block .bDescription p br {
  margin-bottom: 1rem;
  display: block;
  content: ''; }

#about-money-back .text-block .icon-buttons {
  max-width: 500px; }

#find-loan-officers .noPerson img {
  border-bottom: 2px solid #072b49; }

#find-loan-officers .row .designation::hover {
  text-decoration: none; }

#branch-child-page-wrapper #heroWrapper .heroContainer .bg-img {
  background-image: url("https://www.crownhm.com/wp-content/uploads/Crown-Location-Placeholder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

#branch-parent-page-wrapper #heroWrapper .heroContainer .bg-img {
  background-image: url("https://www.crownhm.com/wp-content/uploads/2025/10/Crown-Desktop-Wallpaper_Branches_9-25.jpg"); }

.faq_wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .faq_wrapper .faq_q .v_plus {
    width: 2px;
    height: 18px;
    background-color: #d6a842;
    position: absolute; }
  .faq_wrapper .faq_q .h_plus {
    width: 18px;
    height: 2px;
    position: absolute;
    background-color: #d6a842; }
  .faq_wrapper .faq_q .plus_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #BF8300;
    padding: 12px; }
  .faq_wrapper .faq_q:hover .pm_icons {
    background-color: #072b49;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .faq_wrapper .faq_q:hover {
    color: #002b49;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .faq_wrapper .faq_q.active {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .faq_wrapper .faq_q.active .v_plus {
      opacity: 0; }
  .faq_wrapper .faq_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .75rem 1.5rem;
    cursor: pointer;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #F1F1F1; }
  .faq_wrapper .faq_q span {
    color: #002b49;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold; }
  .faq_wrapper .faq_q:hover span {
    color: #002b49; }
  .faq_wrapper .icon {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem; }
  .faq_wrapper .faq_a {
    background-color: #fff;
    overflow: hidden;
    position: relative; }
  .faq_wrapper .faq_a .inner {
    padding: 2rem 1.5rem; }
    .faq_wrapper .faq_a .inner .row {
      margin-bottom: 1rem; }
  .faq_wrapper .faqs_list {
    margin-bottom: 2px; }
  .faq_wrapper .faq_swipe {
    /* border-right: 10px solid $primary; */
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0; }

#single-meet #getToKnow {
  margin-bottom: 3rem; }

.heroContainer {
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media (min-width: 992px) {
  .heroContainer {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media (min-width: 1200px) {
  .heroContainer {
    padding-top: 7rem;
    padding-bottom: 7rem; } }

.heroContainer .hero-text-block {
  padding-right: 6rem; }

@media (max-width: 1199px) {
  .heroContainer .hero-text-block {
    padding-right: 1rem; } }

.heroContainer .col-fl-text .text-block {
  padding-right: 1rem;
  margin-bottom: 2rem; }

@media (min-width: 1400px) {
  .heroContainer .col-fl-text .text-block {
    max-width: 80%; } }

.heroWrapper {
  position: relative; }

#find-loan-officers .selectState select.js-wpv-filter-trigger {
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 1rem;
  border-bottom-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  background-color: rgba(0, 0, 0, 0); }

#find-loan-officers .selectState {
  width: 100%;
  margin-bottom: 3rem; }

.overlapFooter {
  margin-bottom: -116px; }

#loByState form {
  width: 100%; }

span.ast {
  font-size: 0.85rem;
  line-height: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -15px;
  position: relative; }

.blogStyle .sub-title a {
  color: var(--black); }

.blogStyle .content-block img {
  border-radius: 0.5rem;
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem; }

.blogStyle .content-block .text-block {
  padding-top: 0.5rem; }

.blogStyle > div {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row.blogStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

form#searchsubmitBlog .input-group {
  border-bottom: 2px solid #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

input#bs.field {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  color: #002b49 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.25rem; }

input#bs.field::-webkit-input-placeholder {
  color: #002b49;
  padding-left: 0.25rem; }

input#bs.field:-ms-input-placeholder {
  color: #002b49;
  padding-left: 0.25rem; }

input#bs.field::-ms-input-placeholder {
  color: #002b49;
  padding-left: 0.25rem; }

input#bs.field::placeholder {
  color: #002b49;
  padding-left: 0.25rem; }

#blogSearch {
  margin-bottom: 3rem;
  margin-top: 2rem; }

#archive-blog-hero-sec h1 {
  margin-bottom: 2rem; }

input#searchsubmitBlog {
  background-image: url("../a_images/Search-Icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0); }

#archive-blog-hero-sec #subText.hero-text-block {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1400px) {
  #archive-blog-hero-sec #subText.hero-text-block {
    padding-left: 2rem;
    padding-right: 2rem; } }

#archive-blog-hero-sec {
  background-color: var(--gray-light); }

.heroGradImg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative; }

.heroGradImg > .container {
  z-index: 3;
  position: relative; }

.heroGradImg .gradImgWrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#76121c), color-stop(29%, rgba(119, 19, 29, 0.81)), to(rgba(118, 18, 28, 0.25)));
  background-image: -webkit-linear-gradient(bottom, #76121c 0%, rgba(119, 19, 29, 0.81) 29%, rgba(118, 18, 28, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, #76121c 0%, rgba(119, 19, 29, 0.81) 29%, rgba(118, 18, 28, 0.25) 100%);
  background-image: linear-gradient(to top, #002b49 0%, rgb(0 43 73 / 81%) 29%, rgb(0 43 73 / 25%) 100%); }

#single-post-hero-sec.heroGradImg.resourceArchive .gradImgWrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.94)), color-stop(31%, rgba(255, 255, 255, 0.94)), color-stop(69%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 31%, rgba(255, 255, 255, 0.55) 69%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 31%, rgba(255, 255, 255, 0.55) 69%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 31%, rgba(255, 255, 255, 0.55) 69%, rgba(255, 255, 255, 0) 100%); }

#single-post-hero-sec.resourceArchive .hero-text-block {
  margin-left: 0;
  width: 50%; }

@media (max-width: 991px) {
  #single-post-hero-sec.resourceArchive .hero-text-block {
    margin-left: 0;
    width: 60%; } }

@media (max-width: 767px) {
  #single-post-hero-sec.resourceArchive .hero-text-block {
    margin-left: 0;
    width: 90%; } }

@media (max-width: 575px) {
  #single-post-hero-sec.resourceArchive .hero-text-block {
    width: 100%; } }

@media (min-width: 992px) {
  #single-post-hero-sec.resourceArchive .hero-text-block p {
    width: 80%; } }

#archive-get-started.archive-resources {
  background-image: url("../a_images/Mortgate-Deal-Closed).jpg"); }

#archive-get-started.archive-resources .container div.wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: 0; }

#gotBack {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem; }

#single-resources-page-wrapper .heroWrapper {
  margin-bottom: 2rem; }

#find-branch.find-branch {
  background-image: url("../a_images/AdobeStock_208924622.png"); }

#find-branch.childResourceFooter {
  background-image: url("../a_images/Couple-In-New-Home.jpg"); }

#find-branch.archiveProductFooter {
  background-image: url("../a_images/Reviwing-Mortgage-Rate-Couple.jpg");
  background-position: center 25%; }

ul.check-list li > * {
  margin-left: 2rem; }

.exGrid {
  display: grid;
  grid-template-rows: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 992px) {
  .exGrid {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 567px) and (max-width: 991px) {
  .exGrid {
    grid-template-columns: 1fr 1fr; } }

.exGrid .card-bios {
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.exGrid .cardBioWrapper {
  background-color: var(--gray-med-light); }

@media (max-width: 567px) {
  .exGrid .exCol:nth-of-type(1) {
    grid-row: 1; }
  .exGrid .exCol:nth-of-type(2) {
    grid-row: 3; }
  .exGrid .exCol:nth-of-type(3) {
    grid-row: 5; }
  .exGrid .exCol:nth-of-type(4) {
    grid-row: 7; }
  .exGrid .exCol:nth-of-type(5) {
    grid-row: 9; }
  .exGrid .exCol:nth-of-type(6) {
    grid-row: 11; }
  .exGrid .exCol:nth-of-type(7) {
    grid-row: 13; }
  .exGrid .exCol:nth-of-type(8) {
    grid-row: 15; }
  .exGrid .exCol:nth-of-type(9) {
    grid-row: 17; }
  .exGrid .exCol:nth-of-type(10) {
    grid-row: 19; }
  .exGrid .exCol:nth-of-type(11) {
    grid-row: 21; }
  .exGrid .exCol:nth-of-type(12) {
    grid-row: 23; }
  .exGrid .exCol:nth-of-type(13) {
    grid-row: 25; }
  .exGrid .exCol:nth-of-type(14) {
    grid-row: 27; }
  .exGrid .cardBioWrapper:nth-of-type(1) {
    grid-row: 2; }
  .exGrid .cardBioWrapper:nth-of-type(2) {
    grid-row: 4; }
  .exGrid .cardBioWrapper:nth-of-type(3) {
    grid-row: 6; }
  .exGrid .cardBioWrapper:nth-of-type(4) {
    grid-row: 8; }
  .exGrid .cardBioWrapper:nth-of-type(5) {
    grid-row: 10; }
  .exGrid .cardBioWrapper:nth-of-type(6) {
    grid-row: 12; }
  .exGrid .cardBioWrapper:nth-of-type(7) {
    grid-row: 14; }
  .exGrid .cardBioWrapper:nth-of-type(8) {
    grid-row: 16; }
  .exGrid .cardBioWrapper:nth-of-type(9) {
    grid-row: 18; }
  .exGrid .cardBioWrapper:nth-of-type(10) {
    grid-row: 20; }
  .exGrid .cardBioWrapper:nth-of-type(11) {
    grid-row: 22; }
  .exGrid .cardBioWrapper:nth-of-type(12) {
    grid-row: 24; }
  .exGrid .cardBioWrapper:nth-of-type(13) {
    grid-row: 26; }
  .exGrid .cardBioWrapper:nth-of-type(14) {
    grid-row: 28; } }

@media (min-width: 567px) and (max-width: 991px) {
  .exGrid .exCol:nth-of-type(-n+2) {
    grid-row: 1; }
  .exGrid .exCol:nth-of-type(n+3):nth-of-type(-n+4) {
    grid-row: 3; }
  .exGrid .exCol:nth-of-type(n+5):nth-of-type(-n+6) {
    grid-row: 5; }
  .exGrid .exCol:nth-of-type(n+7):nth-of-type(-n+8) {
    grid-row: 7; }
  .exGrid .exCol:nth-of-type(n+9):nth-of-type(-n+10) {
    grid-row: 9; }
  .exGrid .cardBioWrapper:nth-of-type(-n+2) {
    grid-row: 2;
    grid-column: 1/3; }
  .exGrid .cardBioWrapper:nth-of-type(n+3):nth-of-type(-n+4) {
    grid-row: 4;
    grid-column: 1/3; }
  .exGrid .cardBioWrapper:nth-of-type(n+5):nth-of-type(-n+6) {
    grid-row: 6;
    grid-column: 1/3; }
  .exGrid .cardBioWrapper:nth-of-type(n+7):nth-of-type(-n+8) {
    grid-row: 8;
    grid-column: 1/3; }
  .exGrid .cardBioWrapper:nth-of-type(n+9):nth-of-type(-n+10) {
    grid-row: 10;
    grid-column: 1/3; } }

@media (min-width: 992px) {
  .exGrid .exCol:nth-of-type(-n+3) {
    grid-row: 1; }
  .exGrid .exCol:nth-of-type(n+4):nth-of-type(-n+6) {
    grid-row: 3; }
  .exGrid .exCol:nth-of-type(n+7):nth-of-type(-n+9) {
    grid-row: 5; }
  .exGrid .exCol:nth-of-type(n+10):nth-of-type(-n+12) {
    grid-row: 7; }
  .exGrid .exCol:nth-of-type(n+13):nth-of-type(-n+15) {
    grid-row: 9; }
  .exGrid .cardBioWrapper:nth-of-type(-n+3) {
    grid-row: 2;
    grid-column: 1/4; }
  .exGrid .cardBioWrapper:nth-of-type(n+4):nth-of-type(-n+6) {
    grid-row: 4;
    grid-column: 1/4; }
  .exGrid .cardBioWrapper:nth-of-type(n+7):nth-of-type(-n+9) {
    grid-row: 6;
    grid-column: 1/4; }
  .exGrid .cardBioWrapper:nth-of-type(n+10):nth-of-type(-n+12) {
    grid-row: 8;
    grid-column: 1/4; }
  .exGrid .cardBioWrapper:nth-of-type(n+13):nth-of-type(-n+15) {
    grid-row: 10;
    grid-column: 1/4; } }

.exIntroP {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem; }

@media (min-width: 576px) {
  .exIntroP {
    width: 75%;
    margin: 0 auto; } }

.exCol .inner-wrapper {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.exCol .inner-wrapper:hover {
  background-color: var(--primary);
  color: var(--white); }

.exCol .inner-wrapper a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.exCol .inner-wrapper:hover a {
  color: var(--white);
  text-decoration: none; }

.exCol a:not(.collapsed) ~ .inner-wrapper {
  background-color: var(--primary); }

.exCol a:not(.collapsed) ~ .inner-wrapper a {
  color: var(--white);
  text-decoration: none; }

.exCol a:not(.collapsed) ~ .inner-wrapper .icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.exCol .inner-wrapper .icon svg {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.exGrid .exCol > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 315px;
  background-image: url("../a_images/noPerson.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.exGrid .exCol > a > img {
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top; }

#emmp_div_span {
  font-size: 3.5rem; }
  @media (max-width: 576px) {
    #emmp_div_span {
      font-size: 2.25rem; } }
  #front-page-wrapper .mcalc label {
    font-weight: bold; }
  #front-page-wrapper .mcalc-color {
    background-color: transparent !important; }
    #front-page-wrapper .mcalc-color > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 992px) {
        #front-page-wrapper .mcalc-color > div {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #front-page-wrapper .mcalc-color > div .mcalc-main {
        background-color: transparent !important; }
        #front-page-wrapper .mcalc-color > div .mcalc-main #wpmc1_send_mail {
          background-color: #d6a842 !important;
          border-radius: 0.5rem; }
      #front-page-wrapper .mcalc-color > div .mcalc-values {
        background-color: #072b49;
        border-radius: 1rem 0 0 10rem; }

#mortCalc {
  margin-top: 3rem;
  overflow: auto; }

#front-page-wrapper .blogStyle .content-block img {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

#front-page-wrapper .blogStyle .content-block .text-block {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: var(--gray-light);
  padding: 1rem; }

.threeRecent.blogStyle .content-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#front-page-wrapper .blogStyle .content-block .text-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#singleBlogSidebar ul.menu li a {
  color: var(--black); }

#single-post-hero-sec .hero-text-block h1 {
  text-shadow: 1px 0px 3px rgba(0, 0, 0, 0.87); }

.carousel-item .carousel-caption {
  position: relative;
  left: 0;
  top: 0; }

.inner-wrapper .service a {
  color: var(--black); }

.footer-botom-menu .tab-menu ul li a {
  color: var(--black); }

.footer-botom-menu .tab-menu ul li {
  list-style-type: none;
  margin-bottom: 0.5rem; }

.footer-botom-menu .tab-menu ul {
  padding-left: 0; }

#calcWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #calcWrapper form {
    margin-bottom: 0; }

#mortgage-process .row > div .icon {
  text-align: center;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  #about-us-page-wrapper #get-started .row.wrapper div img {
    -o-object-position: 700px;
       object-position: 700px; } }

@media (min-width: 1400px) {
  #about-us-page-wrapper #get-started .row.wrapper div img {
    -o-object-position: 0;
       object-position: 0; } }

#find-branch.childProductFooter {
  background-image: url("../a_images/AdobeStock_139547617.png"); }

@media (max-width: 575px) {
  .iphone-icon {
    display: none; }
  .mobile-icon-android {
    display: none; } }

@media (max-width: 575px) {
  .iphone-icon {
    display: none; }
  .mobile-icon-android {
    display: none; }
  .mobile-app-icon {
    max-width: 200px; } }

@media (min-width: 576px) {
  .mobile-app-icon {
    display: none; } }

.wp-site-blocks {
  overflow: hidden; }

@media (max-width: 575px) {
  .mobile-row-center {
    text-align: center;
    padding-bottom: 3rem; }
  .phone-column-text {
    text-align: center; }
  .mobile-hand {
    display: none; } }

@media (min-width: 576px) and (max-width: 768px) {
  .phone-column-image {
    margin-bottom: -8.5rem; } }

@media (min-width: 1025px) {
  .app-icon-desktop {
    margin-left: -5rem; } }
/* Absolute Life / Connect with Crown Section */
.absolute-life {
    text-align: center;
    margin: 4rem 0 0 0;
	margin-bottom: 0 !important;
}

/* Variant: add bottom margin back */
.absolute-life.withbottom {
    margin: 4rem 0 !important; /* force override */
}
.absolute-life .al-title {
    font-size: 2.5rem;             /* match h2 sizing */
    font-family: "Lato", sans-serif;
    font-weight: 900;              /* heavy like other headings */
    line-height: 1.2;
    color: #002b49;                /* Crown heading/nav blue */
    margin-bottom: 0.5rem;
}

.absolute-life .al-subtitle {
    font-size: 1rem;               /* body size */
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #002b49;                /* body text color */
    margin-bottom: 1.5rem;
}

.absolute-life .social-icons a {
    display: inline-block;
    margin: 0 15px;
    font-size: 1.7rem;             /* larger for visibility */
    color: #6c757d;                /* neutral grey by default */
    transition: color 0.3s ease, transform 0.2s ease;
}

.absolute-life .social-icons a:hover {
    color: #002b49;                /* Crown blue on hover */
    transform: scale(1.1);         /* subtle grow effect */
}
