:root {
    --inside-block: 6vw;
    --outside-block: 8vw;
    --common-margin: 5%;
    --common-top-bot-padding: 4em;
    --static-top-bot-padding: 70px;
  }
  @media only screen and (min-width: 2001px) {
    :root {
      --outside-block: 160px;
      --inside-block: 120px;
    }
  }
  @media only screen and (max-width: 1680px) {
    :root {
      --outside-block: 5vw;
      --inside-block: 4.5vw;
    }
  }
  @media only screen and (max-width: 1366px) {
    :root {
      --static-top-bot-padding: 63px;
    }
  }
  @media only screen and (max-width: 800px) {
    :root {
      --static-top-bot-padding: 59px;
    }
  }
  @media only screen and (max-width: 700px) {
    :root {
      --static-top-bot-padding: 42px;
    }
  }
  @media only screen and (max-width: 700px) {
    :root {
      --common-top-bot-padding: 2.5em;
    }
  }
  @media only screen and (max-width: 500px) {
    :root {
      --inside-block: 0%;
    }
  }
  #breadcrumbs {
    color: #F8F8F8;
  }
  #breadcrumbs a {
    color: #F8F8F8;
  }
  #page {
    background: #efefef;
  }
  .banner.blue-overlay {
    padding: 12em 0px 11em;
  }
  @media only screen and (max-width: 800px) {
    .banner.blue-overlay {
      margin-bottom: 0em;
    }
  }
  .banner.blue-overlay:after {
    background-color: #FF4800;
    opacity: 0.7;
  }
  .intro-section {
    z-index: 5;
    transition: margin-top 0.5s ease;
  }
  @media only screen and (max-width: 800px) {
    .intro-section {
      margin-top: 0em !important;
    }
  }
  .intro-section:after {
    content: "";
    background: #F8F8F8;
    position: absolute;
    top: 0px;
    left: 0px;
    right: calc(var(--inside-block) + var(--outside-block));
    bottom: 0px;
    z-index: -1;
  }
  @media only screen and (max-width: 1000px) {
    .intro-section:after {
      right: 0;
    }
  }
  .intro-section .section-outer {
    position: relative;
  }
  .intro-section .section-outer:after {
    content: "";
    background: #F8F8F8;
    position: absolute;
    top: 0px;
    left: 0px;
    right: calc(var(--inside-block) + var(--outside-block));
    bottom: 0px;
    z-index: -1;
  }
  @media only screen and (max-width: 1000px) {
    .intro-section .section-outer:after {
      right: 0;
    }
  }
  .intro-section .section-inner .heading-col {
    width: initial;
  }
  .intro-section .section-inner .content-col {
    width: initial;
    padding-top: 12px;
    padding-right: 8%;
    padding-bottom: var(--common-top-bot-padding);
  }
  .intro-section .section-inner .content-col p:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 1180px) {
    .intro-section .section-inner .content-col {
      padding-right: 0%;
    }
  }
  @media only screen and (max-width: 800px) {
    .intro-section .section-inner .content-col {
      padding-right: 0%;
      padding-top: 0;
    }
  }
  .intro-section .section-inner .left {
    max-width: 760px;
  }
  @media screen and (max-width: 1180px) {
    .intro-section .section-inner .left {
      max-width: none;
      width: 100%;
      padding-right: 12%;
    }
  }
  .intro-section .section-inner .rfp-note {
    max-width: 400px;
    margin-top: 210px;
  }
  @media only screen and (max-width: 1500px) {
    .intro-section .section-inner .rfp-note {
      width: 210px;
    }
  }
  @media only screen and (max-width: 1250px) {
    .intro-section .section-inner .rfp-note {
      width: 100%;
      margin-top: 0;
      margin-bottom: 55px;
      max-width: 800px;
      padding-right: 70px;
    }
  }
  @media screen and (max-width: 1180px) {
    .intro-section .section-inner .rfp-note {
      max-width: none;
      padding-right: 12%;
    }
  }
  .intro-section .section-inner .rfp-note .text {
    border-top: 1px solid #bcbcbc;
    margin-top: 20px;
    padding-top: 26px;
  }
  .intro-section .section-inner .rfp-note a {
    color: #E3FF24;
    font-weight: 500;
  }
  .intro-section .section-inner .rfp-note a:hover {
    color: #767a00;
  }
  .intro-section .section-outer .page-name-overlay {
    text-align: left;
    margin: 0;
    padding-left: var(--inside-block);
    line-height: 0.7;
  }
  .intro-section .section-outer .section-inner.middle-content {
    padding-bottom: 0px;
    justify-content: initial;
    column-gap: 0;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  @media only screen and (max-width: 1250px) {
    .intro-section .section-outer .section-inner.middle-content {
      display: block;
    }
  }
  @media only screen and (max-width: 800px) {
    .intro-section .section-outer .section-inner.middle-content {
      padding-bottom: 0px;
    }
  }
  @media only screen and (max-width: 600px) {
    .intro-section .section-outer .section-inner.middle-content {
      flex-direction: column;
    }
    .intro-section .section-outer .section-inner.middle-content .heading-col {
      width: 100%;
    }
    .intro-section .section-outer .section-inner.middle-content .content-col {
      width: 100%;
    }
  }
  @media screen and (max-width: 1180px) {
    .intro-section #gform_wrapper_2 {
      max-width: none;
    }
  }
  .intro-section #gform_wrapper_2 ::placeholder {
    color: #53565a;
    opacity: 1;
    font-weight: 700 !important;
  }
  .intro-section #gform_wrapper_2 :-ms-input-placeholder {
    color: #53565a;
    opacity: 1;
    font-weight: 700 !important;
  }
  .intro-section #gform_wrapper_2 ::-ms-input-placeholder {
    color: #53565a;
    opacity: 1;
    font-weight: 700 !important;
  }
  .intro-section #gform_wrapper_2 .gform_fields {
    grid-column-gap: 5%;
  }
  .intro-section #gform_wrapper_2 .gform_fields .gfield .ginput_container label {
    max-width: initial;
    font-size: 20px;
  }
  @media only screen and (max-width: 1366px) {
    .intro-section
      #gform_wrapper_2
      .gform_fields
      .gfield
      .ginput_container
      label {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 800px) {
    .intro-section
      #gform_wrapper_2
      .gform_fields
      .gfield
      .ginput_container
      label {
      font-size: 17px;
    }
  }
  .intro-section #gform_wrapper_2 .gform_fields .gfield .ginput_container input,
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    textarea,
  .intro-section #gform_wrapper_2 .gform_fields .gfield .ginput_container select {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 14px;
    height: initial;
    color: #53565a;
    border-bottom: 1px solid #87898b;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    input:focus,
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    textarea:focus,
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    select:focus {
    background: #F8F8F8;
  }
  .intro-section #gform_wrapper_2 .gform_fields .gfield .ginput_container select {
    background: #F8F8F8;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    .nice-select {
    border: none;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 14px;
    height: initial;
    color: #53565a;
    border-bottom: 1px solid #87898b;
    width: 100%;
    border-radius: 0;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    .nice-select
    .list {
    width: 100%;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    .nice-select
    .option {
    width: 100%;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    .nice-select
    .option:after {
    display: none;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container
    textarea {
    height: 165px;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container.ginput_container_checkbox
    .gfield_checkbox
    input
    + label {
    padding-left: 55px;
  }
  .intro-section
    #gform_wrapper_2
    .gform_fields
    .gfield
    .ginput_container.ginput_container_checkbox
    .gfield_checkbox
    input
    + label:after {
    border-radius: 0;
  }
  .intro-section #gform_wrapper_2 .custom-button:hover input {
    color: #F8F8F8 !important;
  }
  .location-section {
    background: #efefef;
    padding-bottom: calc(275px + var(--common-top-bot-padding));
  }
  @media only screen and (max-width: 1250px) {
    .location-section {
      padding-bottom: calc(200px + var(--common-top-bot-padding));
    }
  }
  @media only screen and (max-width: 800px) {
    .location-section {
      padding-bottom: calc(150px + var(--common-top-bot-padding));
    }
  }
  .location-section .section-inner.middle-content {
    position: relative;
    padding-bottom: 0;
  }
  .location-section .locations-list {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    flex-wrap: wrap;
  }
  .location-section .image {
    width: 100%;
    height: 550px;
    position: absolute;
    left: 0;
    padding: 0 var(--inside-block);
    margin-top: var(--common-top-bot-padding);
  }
  @media only screen and (max-width: 1250px) {
    .location-section .image {
      height: 400px;
    }
  }
  @media only screen and (max-width: 800px) {
    .location-section .image {
      height: 300px;
    }
  }
  .location-section .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .location-section .location {
    border-top: 1px solid #bcbcbc;
    padding-top: 22px;
  }
  @media only screen and (max-width: 1400px) {
    .location-section .location {
      flex: 0 0 calc(50% - 30px);
      margin-bottom: 30px;
    }
    .location-section .location:nth-child(3),
    .location-section .location:nth-child(4) {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 800px) {
    .location-section .location {
      flex: 0 0 100%;
      max-width: 300px;
    }
    .location-section .location:nth-child(3) {
      margin-bottom: 30px;
    }
  }
  .location-section .location .location-details {
    display: flex;
    margin-bottom: 7px;
    font-size: 18px;
  }
  .location-section .location .location-details:last-child {
    margin-bottom: 0px;
  }
  .location-section .location .location-details .text {
    line-height: 1.6;
  }
  .location-section .location .location-details svg {
    position: relative;
    top: 4px;
    margin-right: 14px;
  }
  .location-section .location .get-directions {
    color: #E3FF24;
    font-family: "Poppins", "Times New Roman", Times, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
  }
  .location-section .location .get-directions svg {
    top: 0;
  }
  .location-section .location .get-directions svg path {
    transition: fill 0.2s ease;
    fill: #E3FF24;
  }
  .location-section .location .get-directions .text {
    line-height: 0;
  }
  .location-section .location .get-directions:hover {
    color: #767a00;
  }
  .location-section .location .get-directions:hover svg path {
    fill: #767a00;
  }
  .more-contact-section {
    padding-top: calc(275px + var(--common-top-bot-padding));
  }
  @media only screen and (max-width: 1250px) {
    .more-contact-section {
      padding-top: calc(200px + var(--common-top-bot-padding));
    }
  }
  @media only screen and (max-width: 800px) {
    .more-contact-section {
      padding-top: calc(150px + var(--common-top-bot-padding));
    }
  }
  .more-contact-section .section-inner.middle-content {
    padding-top: 0;
  }
  .more-contact-section .contact-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 60px;
  }
  .more-contact-section .contact-list .icon {
    display: flex;
    align-items: center;
    height: 85px;
  }
  @media only screen and (max-width: 800px) {
    .more-contact-section .contact-list {
      /* display: block;
      max-width: 300px; */
      column-gap: 0px;
    }
    .more-contact-section .contact-list .more-contact {
      margin-bottom: 20px;
      display: block;
    }
  }
  .more-contact-section .more-contact {
    color: #53565a;
    width: 25%;
  }
  .more-contact-section .more-contact .tertiary-heading {
    border-top: 1px solid #bcbcbc;
    margin-top: 18px;
    padding-top: 25px;
    color: #53565a;
    transition: color 0.2s ease;
  }
  @media only screen and (max-width: 800px) {
    .more-contact-section .more-contact .tertiary-heading {
      margin-top: 10px;
      padding-top: 20px;
    }
  }
  .more-contact-section .more-contact:hover .tertiary-heading {
    color: #E3FF24;
  }
  #page .gform_wrapper .gform-icon--close:before {
    position: relative;
    top: -19px;
    left: -15px;
  }
  #page .gform_wrapper .gform_validation_errors > h2 {
    padding-left: 35px;
    line-height: 1.2;
  }
  #page .gform_wrapper .gform_validation_error_link {
    pointer-events: none;
  }
  #page .gform_wrapper .gform_validation_errors > ol {
    padding-left: 35px;
  }
  #page .gform_wrapper .gform_validation_errors > ol li {
    list-style-type: none !important;
  }
  #page .gform_wrapper .gform_validation_errors {
    padding: 25px 30px 25px 30px;
  }
  #page .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,
  #page
    .gform_wrapper
    .gform_fields
    .gfield.gfield_error
    .ginput_container
    textarea {
    border-left: none;
  }
  #page .gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
    padding: 5px 0px 5px 10px;
  }
  .gform_confirmation_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .gform_confirmation_message {
    /* height: 100px; */
    display: flex;
    align-items: center;
    background: var(--Wealth);
    padding: 30px;
    line-height: 1.4;
    color: #F8F8F8;
    margin-bottom: 200px;
  }
  @media only screen and (max-width: 1250px) {
    .gform_confirmation_message {
      margin-bottom: 0;
    }
    .more-contact-section .contact-list{
        flex-wrap: wrap;
    }
    .more-contact-section .more-contact {

        width: 45%;
      }
  } /*# sourceMappingURL=contact.css.map */
