@font-face {
  font-family: "Helvetica_Neue_LT_Std_77_Bold_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_77_Bold_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique";
  src: url("../fonts/Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_65_Medium";
  src: url("../fonts/Helvetica_Neue_LT_Std_65_Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_57_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_57_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_55_Roman";
  src: url("../fonts/Helvetica_Neue_LT_Std_55_Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_47_Light_Condensed";
  src: url("../fonts/Helvetica_Neue_LT_Std_47_Light_Condensed.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica_Neue_LT_Std_45_Light";
  src: url("../fonts/Helvetica_Neue_LT_Std_45_Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --font_77_bold: "Helvetica_Neue_LT_Std_77_Bold_Condensed";
  --font_67_medium: "Helvetica_Neue_LT_Std_67_Medium_Condensed_Oblique";
  --font_65_medium: "Helvetica_Neue_LT_Std_65_Medium";
  --font_57: "Helvetica_Neue_LT_Std_57_Condensed";
  --font_55_roman: "Helvetica_Neue_LT_Std_55_Roman";
  --font_47_light: "Helvetica_Neue_LT_Std_47_Light_Condensed";
  --font_45_light: "Helvetica_Neue_LT_Std_45_Light";
}

.font_77_bold {
  font-family: var(--font_77_bold) !important;
}

.font_67_medium {
  font-family: var(--font_67_medium) !important;
}

.font_65_medium {
  font-family: var(--font_65_medium) !important;
}

.font_57 {
  font-family: var(--font_57) !important;
}

.font_55_roman {
  font-family: var(--font_55_roman) !important;
}

.font_47_light {
  font-family: var(--font_47_light) !important;
}

.font_45_light {
  font-family: var(--font_45_light) !important;
}

.text_xxl {
  font-size: 56px !important;
  line-height: 1.1 !important;
}
@media (max-width: 767px) {
  .text_xxl {
    font-size: 36px !important;
  }
}

.text_xl {
  font-size: 44px !important;
  line-height: 1.2272727273 !important;
}
@media (max-width: 767px) {
  .text_xl {
    font-size: 32px !important;
  }
}

.text_xml {
  font-size: 38px !important;
  line-height: 1.0789473684 !important;
}
@media (max-width: 767px) {
  .text_xml {
    font-size: 28px !important;
  }
}

.text_lsg {
  font-size: 26px !important;
  line-height: 1.3846153846 !important;
}
@media (max-width: 767px) {
  .text_lsg {
    font-size: 20px !important;
  }
}

.text_lg {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
@media (max-width: 767px) {
  .text_lg {
    font-size: 16px !important;
  }
}

.text_sm {
  font-size: 16px !important;
  line-height: 1.1875 !important;
}
@media (max-width: 767px) {
  .text_sm {
    font-size: 14px !important;
  }
}

.text_xs {
  font-size: 14px !important;
  line-height: 1.1428571429 !important;
}

.text_xss {
  font-size: 12px !important;
  line-height: 1.4166666667 !important;
}

.cta span {
  font-size: 14px !important;
  font-family: var(--font_65_medium) !important;
  letter-spacing: 1px;
}

#contact-page {
  padding: 0 0 5rem;
  /* Form CSS */
  /* Search Result page CSS */
  /* Form CSS End */
  /* Admin Bar CSS Start */
  /* Admin Bar CSS End */
}
#contact-page .form-container {
  border: 1px solid #d0e5ec;
}
@media (max-width: 993px) {
  #contact-page .form-container {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  #contact-page .form-container {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  #contact-page .am_contact-info-item {
    border: 0px;
  }
  #contact-page .am_contact-info-item:not(:last-child) {
    border-right: 1px solid #00dbef;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #contact-page .am_contact-info-item:nth-child(2) {
    border: 0px;
  }
}
#contact-page .am_contact-info-item {
  width: calc(29% - 66.66px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0px 20px;
}
@media only screen and (max-width: 1200px) {
  #contact-page .am_contact-info-item {
    width: calc(48% - 66.66px);
  }
}
@media only screen and (max-width: 767px) {
  #contact-page .am_contact-info-item {
    width: 100%;
    padding-top: 3rem;
  }
}
#contact-page .am_contact-info-item .icon {
  min-height: 110px;
}
#contact-page .am_contact-info-item .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
#contact-page .am_contact-info-item .contact span {
  line-height: 0;
  margin-right: 10px;
}
#contact-page .am_contact-info-item .contact a {
  color: #fff;
  text-decoration: none;
}
#contact-page .am_contact-info-item .hidden {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #contact-page .am_contact-info-item .hidden {
    display: none;
  }
}
#contact-page .am_contact-info-item .cta {
  margin-top: 30px;
}
#contact-page textarea {
  resize: none;
}
#contact-page #edit-submit {
  margin-left: 0 !important;
}
#contact-page .user-login-form {
  width: 100% !important;
  margin: 25px 0;
}
@media (min-width: 1140px) {
  #contact-page .user-login-form {
    max-width: 820px;
    max-width: 51.25rem;
  }
}
@media (min-width: 960px) {
  #contact-page .user-login-form {
    max-width: 800px;
    max-width: 40rem;
    margin: auto;
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 580px) {
  #contact-page .user-login-form {
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
#contact-page .user-login-form {
  padding: 40px 15px;
  padding: 2.5rem 0.9375rem;
}
#contact-page .user-login-form .form-item-name {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 960px) {
  #contact-page .user-login-form .form-item label {
    font-size: 18px;
    font-size: 1.3rem;
  }
}
#contact-page .user-login-form .form-item label {
  margin-bottom: 20px;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: #00244a;
}
#contact-page .form-item label,
#contact-page .form-actions label {
  display: block;
  font-weight: bold;
}
#contact-page .user-login-form .form-item .form-text {
  width: 100%;
  height: 70px;
  height: 3.5rem;
  line-height: 70px;
  line-height: 3.5rem;
  border: 0;
  padding: 0 18px;
  padding: 0 1.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #666666;
  background-color: #d9d9d9;
}
@media (min-width: 960px) {
  #contact-page .user-login-form .form-item .description,
  #contact-page .user-login-form .form-item .description,
  #contact-page .user-login-form .form-item .description {
    font-size: 16px;
    font-size: 1rem;
  }
}
#contact-page .user-login-form .form-item .description,
#contact-page .user-login-form .form-item .description,
#contact-page .user-login-form .form-item .description {
  margin-top: 20px;
  margin-top: 0.5rem;
  font-size: 18px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #666666;
}
@media (min-width: 960px) {
  #contact-page .user-login-form .form-actions,
  #contact-page .user-login-form .form-actions,
  #contact-page .user-login-form .form-actions {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
}
#contact-page .user-login-form .form-actions,
#contact-page .user-login-form .form-actions,
#contact-page .user-login-form .form-actions {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 0;
  text-align: left;
}
#contact-page .user-login-form .form-actions .form-submit {
  height: 50px;
  height: 3.125rem;
  border: 0;
  border-radius: 3px;
  padding-right: 30px;
  padding-right: 2rem;
  padding-left: 30px;
  padding-left: 2rem;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  line-height: 50px;
  line-height: 3.125rem;
  color: #ffffff;
  background-color: #002749;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  border-radius: 0px;
}
#contact-page .user-login-form .form-actions .form-submit:hover {
  color: #ffffff;
  background-color: #0085ca;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
#contact-page .webform-submission-contact-us-salesforce-form input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  border: none;
  border-bottom: 1px solid #d0e5ec !important;
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form input::-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form input::placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form input::-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form input::-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
  opacity: 1;
}
#contact-page .webform-submission-contact-us-salesforce-form input:-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
  opacity: 1;
}
#contact-page .webform-submission-contact-us-salesforce-form input::-ms-input-placeholder {
  /* IE10+ */
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page #edit-firstcontainer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}
#contact-page #edit-firstcontainer .webform-flex--1 {
  width: 50%;
  flex: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
#contact-page .js-form-type-textarea {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  border: none;
  border-bottom: 1px solid #d0e5ec !important;
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea::placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
  opacity: 1;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea:-moz-placeholder {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
  opacity: 1;
}
#contact-page .webform-submission-contact-us-salesforce-form textarea::-ms-input-placeholder {
  /* IE10+ */
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
}
#contact-page #edit-country-of-residency {
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #002749;
  padding: 10px 0px;
  border: none;
  border-bottom: 1px solid #d0e5ec !important;
  background-color: transparent;
}
#contact-page .js-form-type-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#contact-page .js-form-type-checkbox input {
  width: auto !important;
}
#contact-page .form-submit {
  background-color: #0085ca;
  padding: 12px 30px !important;
  line-height: 1;
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman";
  color: #ffffff !important;
  display: inline-block;
  width: unset !important;
  margin-top: 20px;
  cursor: pointer;
}
#contact-page #edit-privacy-notice--description {
  font-size: 20px !important;
}
#contact-page #edit-country-of-residency option {
  background-color: transparent !important;
  background: transparent !important;
  font-size: 16px;
  line-height: 20.8px;
  font-family: "Helvetica Neue LT Std 55 Roman" !important;
  color: #002749 !important;
}
@media only screen and (max-width: 767px) {
  #contact-page #edit-firstcontainer .webform-flex--1 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #contact-page #edit-actions {
    padding-left: 10px;
  }
  #contact-page .js-form-type-checkbox {
    align-items: flex-start;
  }
  #contact-page .js-form-type-checkbox input {
    margin-right: 10px;
  }
  #contact-page #edit-firstcontainer {
    margin-left: 0;
    margin-right: 0;
  }
}
#contact-page #edit-help-link {
  display: none;
}
#contact-page #edit-keys {
  background: transparent;
  padding: 12px;
  font-family: "helvetica_neue_lt_std65Md";
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #000000;
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #002749;
  width: 100%;
}
#contact-page .form-item-keys {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block !important;
  padding-left: 10px;
  padding-right: 10px;
}
#contact-page #edit-submit {
  padding: 12px;
  font-family: "helvetica_neue_lt_std65Md";
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #fff;
  background: #0085ca;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 105px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 39px;
}
#contact-page .am_search-results {
  margin: 0px 0px 25px 0px;
}
#contact-page .am_search-results h3 {
  font-size: 25px;
  text-align: center;
}
#contact-page #search-form {
  padding-top: 70px;
}
#contact-page .js-form-item label {
  display: none !important;
}
#contact-page #block-amindia-content > h2 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin-top: 25px;
  font-size: 30px;
}
#contact-page #block-amindia-content ol {
  list-style: none;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#contact-page .am_search-results .container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#contact-page #toolbar-administration {
  z-index: 999;
}
#contact-page .toolbar-fixed .wrapper .am_header {
  margin-top: 80px;
}
#contact-page .toolbar-fixed .wrapper {
  margin-top: 62px;
}
#contact-page .toolbar-fixed .am_header .am_header-navigation--desktop-flyout--mega {
  top: 9.4rem;
}
#contact-page .toolbar-fixed .wrapper .content {
  margin-top: 10px !important;
}
#contact-page .am_insights .insight-item .insight-item-image {
  overflow: hidden;
}
#contact-page .am_insights .insight-item .insight-item-image img {
  width: 100%;
  transition: all 0.3s ease;
}
#contact-page .am_insights .insight-item:hover .insight-item-image > img {
  transition: all 0.3s ease;
  transform: scale(1.25);
}
#contact-page .ui-widget-overlay {
  opacity: 0.5 !important;
}
.webform-confirmation-modal .webform-confirmation-modal--content {
  display: none !important;
}
.webform-confirmation-modal {
  background: #002749;
  border: none !important;
}
.webform-confirmation-modal .ui-dialog-titlebar {
  background: #002749 !important;
  color: #fff !important;
  padding: 10px !important;
  border: none !important;
}
#edit-secondcontainer {
  display: flex;
  flex-direction: column; /* Arrange children in a column */
  gap: 10px; /* Optional: space between items */
}
#edit-secondcontainer .webform-flex--1 {
  padding: 5px; /* Padding for better visibility */
}
#contact-page #edit-country-of-residency {
  width: 100%;
}
#contact-page .path-insights .am_insight-article ol li {
  font-family: "Helvetica Neue LT Std 55 Roman";
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
#contact-page .am_insight-article .tags span {
  padding: 0.875rem 1rem;
  border: 1px solid #d0e5ec;
  text-decoration: none;
  font-family: "helvetica_neue_lt_std67MdCn";
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #002749;
}/*# sourceMappingURL=contact-page.css.map */