.page-nav {
  height: 66px;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 11;
}

.ipn {
  background: transparent;
  width: 100%;
  display: flex;
  position: relative;
  padding-left: 4em;
  padding-right: 4em;
  white-space: nowrap;
  overflow: inherit;
  max-width: 1440px;
  margin: 0 auto;
}

.ipn_n {
  width: 100%;
  box-sizing: content-box;
}

.ipn ul {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: inherit;
  white-space: nowrap;
  list-style-position: outside;
  line-height: 2.4;
}

.ipn ul a {
  font-family: Hurme, Open Sans, Helvetica, Arial, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #001e41;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.ipn li:hover a span {
  border-color: #009b74;
  transition: border-color 0.2s linear 0.2s;
}

.ipn .active a span {
  border-color: #009b74;
  transition: border-color 0.2s linear 0.2s;
}

.ipn ul li a span {
  border: solid transparent;
  border-width: 0 0 0.4rem;
  padding-bottom: 1.2em;
}

.ipn .active a {
  color: #009b74;
}

.ipn ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.stick {
  position: fixed;
  top: 0;
  z-index: 111;
  box-shadow: 0 0.6rem 0.7rem 0 #ababab;
  right: 0;
  left: 0;
  background: #fff;
}

#jump-to {
  display: none;
}

.ipn .click-button {
  margin-left: auto;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  text-decoration: none;
  padding: 1.46rem;
  min-width: 13rem;
  background: #2c5697;
  display: inline-block;
  text-align: center;
}

.ipn .button-holder {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .ipn .button-holder {
    right: calc(100% - 47rem);
  }
}

@media screen and (max-width: 768px) {
  .ipn {
    padding-left: 0;
    padding-right: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .ipn_n {
    flex-shrink: 0;
    width: 100%;
  }

  .ipn ul {
    text-align: center;
    display: none;
    background-color: #fff;
  }

  .ipn ul a {
    width: 100%;
    padding: 0.5rem;
    border-top: 0.04rem solid rgb(156, 158, 159);
    border-left: 0.2rem solid transparent;
  }

  .ipn .active a span {
    border-color: #fff;
  }

  .ipn .active a {
    border-color: #009b74;
    transition: border-color 0.2s linear 0.2s;
  }

  .ipn ul li {
    display: block;
  }

  #jump-to {
    position: relative;
    color: rgb(0, 30, 65);
    font-size: 1rem;
    font-weight: 600;
    padding: 1.6rem 0px;
    width: 100%;
    display: block;
    text-align: center;
  }

  .menu-open:after {
    border-top: 2px solid #2c5697;
    border-right: 2px solid #2c5697;
    -moz-transform: rotate(315deg) !important;
    -webkit-transform: rotate(315deg) !important;
    transition: linear 0.2s !important;
    transform: rotate(315deg) !important;
  }

  #jump-to:after {
    content: "";
    display: inline-block;
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2c5697;
    border-right: 2px solid #2c5697;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2.5em;
    transition: linear 0.2s;
  }

  .menu-open-ul {
    box-shadow: 0 0.6rem 0.7rem 0 #393939;
  }

  .menu-open-scroll {
    overflow-y: hidden;
  }

  .sticky-menu-mask-body-open {
    transition: linear 0.5s;
    position: absolute;
    left: 0;
    background: #000;
    width: 100%;
    opacity: 0.5;
    z-index: 99;
    cursor: pointer;
  }

  .ipn .button-holder {
    position: absolute;
    width: 100%;
  }

  .ipn .click-button {
    width: 100%;
  }

  .ipn .button-holder {
    right: 0;
  }
}

/* Learn About us */
.learn-more-block-container ul,
h3,
h2,
li {
  margin: 0;
  padding: 0;
}

.learn-more-block-container {
  background: #f5f5f5;
  padding-bottom: 4em;
  padding-top: 2em;
}

.learn-more-block-container > h2 {
  margin-bottom: 2rem;
  font-size: 2.75rem;
  font-weight: 400;
  word-break: break-word;
  line-height: 1.5;
}

.learn-more-list {
  display: flex;
  padding-left: unset !important;
  flex-direction: row;
  flex-wrap: nowrap;
  /* align-items: center; */
  justify-content: space-between;
}

.learn-more-list-item {
  list-style-type: none;
  margin-right: 2rem;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  /* height: 10rem; */
  background-color: #fff;
  border-left: 0.24rem solid #2c5697;
  transition: all 0.5s ease;
  transition-property: color, background-color;
  padding: 2rem;
  position: relative;
}

@media screen and (min-width: 1366px) {
  .learn-more-list-item {
    min-height: 21rem;
    width: 22.5%;
  }
}

@media screen and (max-width: 1023px) {
  .learn-more-list-item {
    height: auto;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .learn-more-list {
    flex-direction: column;
  }

  .learn-more-block-container > h2 {
    padding-left: 2rem;
  }

  .learn-more-list {
    flex-direction: column;
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}

.learn-more-list-item:hover {
  color: #fff;
  transition: all 0.3s ease;
  transition-property: color, background-color, border-color;
  background-color: #f1f7f9;
  border-color: #f1f7f9;
  text-decoration: none;
}

#sub-product-list-id .learn-more-list-item:hover {
  background-color: white !important;
}

.learn-more-list-item > h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 300;
  color: #001e41;
  text-rendering: optimizeLegibility;
}

.learn-more-link {
  font-size: 1.125rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  color: #2c5697;
  height: 100%;
  width: 100%;
  top: 0;
  font-weight: 600;
  z-index: 2;
}

#sub-product-list-id .learn-more-link {
  position: initial !important;
}

.learn-more-link span {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  display: flex;
  align-items: center;
}

.learn-more-next-icon {
  width: 20px;
  height: 20px;
  filter: invert(44%) sepia(17%) saturate(2275%) hue-rotate(182deg)
    brightness(85%) contrast(84%);
  margin-left: 1rem;
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .learn-more-list-item {
    min-height: 21rem;
    width: 21%;
  }

  .learn-more-list-item > h3 {
    font-size: 1.5rem !important;
  }

  .learn-more-block-container > h2 {
    padding-left: 0rem;
  }
}

/* Make a Claim */
.claim-container {
  max-width: 84.4rem;
  padding: 4em;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

.claim-left-img-container {
  float: left;
  width: calc(50% - 2.4rem);
  position: relative;
}

.claim-left-img-container img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.claim-right-content {
  width: calc(50% - 2.4rem);
  float: left;
  padding-left: 4rem;
  position: relative;
}

.coh-container.make-a-claim {
  display: flex;
  align-items: center;
}

.claim-right-heading {
  margin-bottom: 2rem;
  font-size: 3rem;
  display: block;
}

.claim-right-p {
  color: #888888;
  margin-bottom: 2rem;
  display: block;
  font-size: 1.2em;
  line-height: 1.5;
}

.claim-cta-btn {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  padding: 1.2rem;
  min-width: 12rem;
  background: #2c5697;
  display: inline-block;
  text-align: center;
}

.claim-cta-btn.clicked,
.claim-cta-btn:active {
  background: #001e41;
}

.claim-cta-btn.hover,
.claim-cta-btn:focus {
  background: #335695;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .claim-left-img-container {
    width: 50%;
  }

  .claim-right-content {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .claim-container {
    padding: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .claim-right-content {
    width: auto;
    padding-left: 0;
  }
  .claim-left-img-container {
    display: none;
  }
  .claim-cta-btn {
    width: 100%;
  }
}

/* Insight Block */
.amp_insight_block .coh-row-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
  text-decoration: none;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1366px) {
  .amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
    width: 30% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
    width: 29% !important;
  }
}

@media screen and (max-width: 1023px) {
  .amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
    width: 45% !important;
  }
}

@media screen and (max-width: 799px) {
  .amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
    width: 40% !important;
  }
}

@media screen and (max-width: 768px) {
  .amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
    width: 100% !important;
  }
}

.amp_insight_block h1.coh-heading {
  margin: 0rem 2rem 1rem 1rem;
  line-height: 1.2;
  color: #001e41;
  min-height: 5rem;
}

.amp_insight_block h2.coh-heading {
  margin: 0rem 1rem;
  line-height: 1.2;
  color: #001e41;
  min-height: 5rem;
  font-size: 2rem;
}

.amp_insight_block h3.coh-heading {
  margin: 2rem 2rem 1.2rem;
  line-height: 1.2;
  color: #001e41;
  min-height: 5rem;
  font-size: 1.9rem;
  z-index: 20;
}

.amp_insight_block p.coh-paragraph {
  font-size: 1rem;
  color: #545454;
  line-height: 1.2;
  padding: 0 2rem 4.5rem;
  display: inline-block;
}

.amp_insight_block img.coh-image.coh-image-responsive-xl {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.amp_insight_block a.coh-link {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #2c5697;
  font-weight: bold;
  bottom: 0;
  position: absolute;
  margin: 1em;
  left: 1em;
  z-index: 11;
}

.amp_insight_block .next-icon {
  width: 20px !important;
  margin-left: 10px;
  height: 20px;
  filter: invert(70%) sepia(78%) saturate(6713%) hue-rotate(203deg)
    brightness(83%) contrast(69%);
  transition: 0.5s;
}

.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  transition: linear 0.2s;
}
.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4:hover {
  background-color: rgba(51, 86, 149, 0.4);
}
.amp_insight_block a.coh-link:active {
  color: rgb(106, 51, 238);
}

/* Breadcrumbs */
ul.coh-breadcrumb {
  z-index: 2;
  position: absolute;
  padding-left: 4.4rem;
  max-width: 1440px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 2.55rem;
  text-decoration: none;
}

.coh-breadcrumb a {
  color: #001e41;
}

#reverse-color.coh-breadcrumb a {
  color: #fff;
}

.coh-breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 1rem;
}

.breadcrumb-back {
  display: none;
}

.coh-breadcrumb li:after {
  content: "›";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

#reverse-color.coh-breadcrumb li:after {
  color: #fff;
}

.coh-breadcrumb li:last-child {
  color: #001e41;
  font-weight: bold;
}

#reverse-color.coh-breadcrumb li:last-child {
  color: #fff;
  font-weight: bold;
}

.coh-breadcrumb li:last-child:after {
  display: none;
}

.coh-breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-back a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #2c5697;
  font-weight: 600;
}

.whitebreadcrumb.breadcrumb-back a {
  color: #fff;
}

.breadcrumb-back img {
  filter: invert(39%) sepia(9%) saturate(3998%) hue-rotate(181deg)
    brightness(99%) contrast(87%);
}

.whitebreadcrumb.breadcrumb-back img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  ul.coh-breadcrumb {
    display: none;
  }

  .breadcrumb-back {
    z-index: 2;
    position: absolute;
    display: inline-block;
    padding-left: 20px;
    margin-top: 2rem;
  }

  .breadcrumb-back-img {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
    filter: invert(44%) sepia(17%) saturate(2275%) hue-rotate(182deg)
      brightness(85%) contrast(84%);
    transform: rotate(180deg);
  }
}

/* Text Banner */
.amp_banner_text_content_page {
  position: relative;
  padding-left: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
}

.amp_banner_section_content_page:after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(90deg, #00c2f3, #00c4d0);
  margin: 0;
  padding: 0;
  height: 0.3rem;
}

@media print, screen and (max-width: 1023px) and (min-width: 768px) {
  .amp_banner_text_content_page > h2 {
    font-size: calc(0.65 * 3.2rem * 1.1);
    line-height: 1.6;
  }
}

.amp_banner_text_content_page > h1 {
  font-weight: 400;
  font-size: calc(0.65 * 4.2rem * 1.1);
  letter-spacing: calc(0.65 * (-0.05rem));
  color: #001e41;
  margin-bottom: calc(0.65 * 2.4rem);
  margin-top: 9rem;
  line-height: 1.2;
}

.amp_banner_text_content_page > h2 {
  font-weight: 400;
  font-size: calc(0.65 * 4.2rem * 1.1);
  letter-spacing: calc(0.65 * (-0.05rem));
  color: #001e41;
  margin-bottom: calc(0.65 * 2.4rem);
  margin-top: 9rem;
  line-height: 1.2;
}

.amp_banner_text_content_page span {
  color: #001e41;
  margin-bottom: calc(0.65 * 3.2rem);
  font-size: 1.6rem;
  line-height: 1.25;
  word-wrap: break-word;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  display: block;
}

.amp_banner_section_content_inner_page {
  background-color: #ffffff;
}

.amp_banner_section_content_inner_page::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(90deg, #00c2f3, #00c4d0);
  margin: 0;
  padding: 0;
  height: 0.3rem;
}

.amp_banner_section_content_inner_page .amp_banner_text_content_page > h2 {
  font-size: 3rem;
}

@media print, screen and (min-width: 319px) and (max-width: 1023px) {
  .amp_banner_text_content_page > h2 {
    margin-top: 7rem;
    font-size: 2.5rem;
  }

  .amp_banner_text_content_page span {
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .amp_banner_text_content_page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Blue Banner Box */
.blue_content_tile {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(163deg, #2c5697, #00c2f3);
  display: flex;
  justify-content: space-between;
}

.primary_tile_content {
  padding: 3.4rem 4rem;
  padding-right: 20.8rem;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.primary_tile_content h2 {
  font-size: 2.5rem;
  line-height: 1.18182;
  font-weight: 400;
}

.primary_tile_content_wrapper {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
}

.primary_tile_content_text {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}

.primary_tile_button {
  position: relative;
  right: 4em;
}

.primary_tile_button a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  padding: 1rem;
  min-width: 10rem;
  display: inline-block;
  text-align: center;
  color: #2c5697;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .blue_content_tile {
    display: block;
  }

  .primary_tile_content {
    padding: 2.4rem 2rem;
  }

  .primary_tile_content h2 {
    font-size: 2.5rem;
  }

  .primary_tile_content_wrapper {
    display: block;
  }

  .primary_tile_content_text {
    font-size: 1.4rem;
    margin-top: 1.8rem;
  }

  .primary_tile_button {
    position: initial;
    text-align: center;
  }

  .primary_tile_button a {
    padding: 1rem;
    font-size: 1.4em;
    width: 90%;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .primary_tile_button {
    width: 300px;
    padding-left: 20px;
  }
}
/* Text Blocks */
.plain_content_blocks .grid-x {
  display: flex;
  flex-flow: row wrap;
}

.plain_content_blocks .grid-x {
  margin: 0 auto;
  padding: 0px 3.2rem;
}

.plain_content_blocks .cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 2.4rem);
}

.plain_content_blocks .cell h2 {
  font-weight: 400;
  margin-bottom: 2rem;
  word-break: break-word;
  letter-spacing: -0.05rem;
  font-size: 2rem;
  line-height: 1.18182;
  color: #001e41;
}

.plain_content_blocks h2.coh-heading {
  font-size: 2.75rem;
  color: #001e41;
}

#howtoclaim.plain_content_blocks .rich_text_editor table tr:first-child {
  font-weight: normal;
  font-size: 1rem;
}

.plain_content_blocks h3 {
  font-size: 1.8em;
  line-height: 1.3em;
  margin-bottom: 1em;
  color: #001e41;
}

.plain_content_blocks .rich_text_editor h4 {
  margin-top: 3rem;
  color: #001e41;
  margin-bottom: 1.5rem;
  word-break: break-word;
  letter-spacing: 0.01rem;
  font-size: 1.3rem;
}

.plain_content_blocks .rich_text_editor .img-content {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.plain_content_blocks .rich_text_editor ol {
  list-style: none;
  counter-reset: li-counter;
  margin: 0 0 2.8rem 3rem;
}

#limited_service {
  background-color: #fff !important;
}

#limited_service .rich_text_editor ol,
ol.normallist {
  margin: 0 0 2.8rem 3rem !important;
  color: #545454;
  counter-reset: auto !important;
  list-style: decimal !important;
}

.plain_content_blocks .rich_text_editor ol li {
  counter-increment: li-counter;
  position: relative;
  line-height: 1.4rem;
  margin-bottom: 2.4rem;
  color: #545454;
  padding-left: 2.4rem;
}

#limited_service .rich_text_editor ol li,
ol.normallist li {
  counter-increment: none;
  position: initial;
  line-height: 1.4rem;
  margin-bottom: 1rem;
  color: #545454;
  padding-left: 0.5rem !important;
}

.plain_content_blocks .rich_text_editor ol.decimal li {
  list-style: decimal;
}

.plain_content_blocks .rich_text_editor ol.lower-alpha li {
  list-style: lower-alpha;
}

.plain_content_blocks .rich_text_editor ol.decimal li,
.plain_content_blocks .rich_text_editor ol.lower-alpha li {
  margin-bottom: 1.6rem;
  margin-top: 1.2rem;
  padding-left: 0.5rem;
}

.plain_content_blocks .rich_text_editor ol.decimal > li:before,
.plain_content_blocks .rich_text_editor ol.lower-alpha > li:before {
  display: none;
}

.plain_content_blocks .rich_text_editor table {
  width: 100%;
}

.plain_content_blocks .rich_text_editor table td {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #001e41;
  padding: 1.3rem 1.2rem 1.3rem 0.5rem;
  border-bottom: 0.1rem solid #ccd2d9;
}

.plain_content_blocks {
  padding-top: 2em;
  padding-bottom: 2em;
}

.plain_content_blocks:nth-child(1) {
  background-color: #f5f5f5;
}

/* .plain_content_blocks .rich_text_editor table tr:first-child {
    font-weight: 600;
    font-size: 1.1rem;
} */

.plain_content_blocks .rich_text_editor ol > li:before {
  position: absolute;
  line-height: 1em;
  left: -3rem;
  top: -0.2rem;
  content: counter(li-counter);
  font-size: 2.2rem;
  font-weight: 300;
  color: #001e41;
  width: 4rem;
  text-align: right;
}

#limited_service .rich_text_editor ol > li:before,
ol.normallist > li:before {
  display: none;
}

#aia-grid_pzero .plain_content_blocks {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#aia-full-box-id {
  padding-top: 0px;
  top: -25px;
}

.plain_content_blocks .rich_text_editor {
  color: #545454;
}

.plain_content_blocks .rich_text_editor p {
  margin-bottom: 1.8rem;
  font-size: 1rem;
  word-break: break-word;
  line-height: 1.6em;
}

.plain_content_blocks .rich_text_editor .heading {
  color: #001e41;
  font-size: 1.2rem;
}

.plain_content_blocks .rich_text_editor .heading-numbered {
  font-size: 4.2rem;
  line-height: 0.4rem;
  letter-spacing: -0.5rem;
  margin: 0 1rem 0 0;
  position: relative;
  top: 1rem;
  color: #001e41;
}

.plain_content_blocks .rich_text_editor ul {
  margin: 0 0 1.5rem 1.5rem;
  list-style-position: outside;
  line-height: 2.4;
  list-style-type: disc;
  margin-top: -1rem;
}

.plain_content_blocks .rich_text_editor ul li ul {
  margin-top: 1rem !important;
  list-style-type: circle;
}

.plain_content_blocks .rich_text_editor ul li ul li {
  list-style: circle;
}

.plain_content_blocks .rich_text_editor ul li ul li:before {
  content: "";
}

.plain_content_blocks .rich_text_editor ul li {
  list-style: none;
  position: relative;
  line-height: 1.7rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #545454;
  display: list-item;
  text-align: -webkit-match-parent;
}

.plain_content_blocks .rich_text_editor ul li:before {
  content: ".";
  color: #545454;
  display: inline-block;
  position: absolute;
  left: -1.5rem;
  font-size: 1.6rem;
  top: -0.4rem;
}

.plain_content_blocks .rich_text_editor a {
  color: #2c5697;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.plain_content_blocks .rich_text_editor a:hover {
  color: #335695;
}

.plain_content_blocks .rich_text_editor table th {
  border-bottom: 0.125rem solid #2c5697;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0.75rem 1.625rem 0.75rem 0;
}

.download {
  background: #e7e7e7;
  font-size: 1.1rem;
  line-height: 2.4rem;
  padding: 2rem;
  width: 100%;
  text-decoration: none !important;
}

.plain_content_blocks .rich_text_editor a.download > span {
  color: #2c5697;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
  line-height: 2.4rem;
}

.plain_content_blocks .rich_text_editor a.download {
  display: flex;
  align-items: center;
}

.download img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: 3rem;
  width: 3rem;
  margin-left: auto;
  float: right;
  margin-top: -7px;
}

.download:hover {
  background: #e1e1e1;
  text-decoration: underline !important;
}

span.download_desc {
  font-size: 1rem;
  font-weight: 100;
  color: #545454;
}

.download:hover .download_title {
  text-decoration: underline !important;
}

.download:hover .download_desc {
  text-decoration: none !important;
}

.download-alt {
  text-decoration: none !important;
}

span.download_title {
  font-size: 1.3rem !important;
  font-weight: bold !important;
  color: #2c5697 !important;
}

.download-alt:hover .download_title {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .download {
    font-size: 0.9em;
    display: flex;
    line-height: 1.4rem;
    align-items: center;
  }

  .download span {
    font-size: 0.8rem;
    font-weight: 100;
    color: #545454;
    position: relative;
    top: 1.3rem;
    display: contents;
    left: 0;
  }

  .plain_content_blocks .rich_text_editor {
    color: #545454;
    overflow-x: auto;
  }

  span.download_desc {
    display: block !important;
    top: 0;
    line-height: 1.5em;
    top: 0.5em;
    position: inherit;
    padding-bottom: 2rem;
    color: #000;
    font-size: 0.9rem;
  }

  span.download_title {
    line-height: 1.5em;
    top: 0;
    display: block;
    position: inherit;
    font-size: 1rem !important;
  }

  .plain_content_blocks .rich_text_editor ul {
    margin-top: 0;
  }
}

#documents .plain_content_blocks .rich_text_editor a {
  display: flex;
  align-items: center;
}

/* Features */
#features {
  background: #f5f5f5;
  padding-top: 2.8rem;
}

#features p {
  line-height: 1.4em;
}

.card-component-wrapper,
.card-component-info-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  display: block;
  padding-bottom: 2.8rem;
}

.card-component-wrapper .gird-x .cell-c4 {
  display: flex;
}

.card-component-info-wrapper {
  padding-top: 2.8rem;
}

.card-component-info-wrapper a {
  color: #2c5697;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.card-component-info-wrapper .card-component-info li a {
  color: #2c5697;
  font-weight: 600;
}

.card-component-wrapper .gird-x,
.card-component-info-wrapper .gird-x {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 0rem 3.5rem;
}

@media screen and (min-width: 1441px) {
  .card-component-wrapper .gird-x,
  .card-component-info-wrapper .gird-x {
    padding: 1rem 0rem;
  }
}

.card-component {
  border-left: 0.4rem solid #2c5697;
  width: calc(50% - 2.4rem);
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  background: #fff;
  padding: 1.5rem;
  color: #545454;
}

.card-component-info {
  border-left: 0.4rem solid #2c5697;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  background: #fff;
  padding: 1.5rem;
  color: #545454;
}

.card-component-info .phone_number {
  font-size: 1.2rem;
  color: #2c5697;
  font-weight: 600;
}

.phone_number:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f879";
  font-size: 1rem;
  padding-right: 0.5rem;
}

.card-component-info .card-icon-heading__heading {
  padding-left: 0;
}

.card-icon-heading__heading {
  font-weight: 400;
  color: #001e41;
  font-size: 1.5em;
  letter-spacing: 0.02rem;
  padding-left: 1em;
}

.feature-card-content ul {
  list-style-type: disc;
  padding: 2em 0em 0em 3em;
}

.feature-card-content ul li {
  margin-bottom: 2rem;
  list-style-position: outside;
  line-height: 1.4;
  /* font-size: 1.2em; */
  font-size: 16px;
}

.feature-card-content p,
.feature-card-content .coh-list-container p {
  font-size: 16px !important;
}

.card-icon-heading__icon .coh-image {
  width: 33px;
  height: 24px;
  top: 1.4em;
  position: relative;
  left: -0.7em;
}

@media screen and (max-width: 768px) {
  .card-component-wrapper .gird-x,
  .card-component-info-wrapper .gird-x {
    padding: 0;
  }

  .card-component,
  .card-component-info {
    width: calc(100% - 1.6rem) !important;
    margin-bottom: 3em;
  }

  .card-icon-heading__heading {
    font-size: 1.4em;
  }

  .feature-card-content ul li {
    font-size: 1em;
  }

  .plain_content_blocks .grid-x {
    padding: 0;
  }
}

/* Search Page */
.path-search-page .block-system-main-block,
.path-adviser-search-page .block-system-main-block {
  padding: 2rem 4rem 4rem 4rem;
  color: #545454;
  display: flow-root;
  max-width: 1440px;
  margin: 0 auto;
}

.search-form div:first-child {
  display: flex;
  position: relative;
  flex-direction: column;
}

.search-results {
  list-style: none !important;
}

.path-search-page li.node-readmore {
  border-top: 0px !important;
}

.path-search-page .search-form input[type="text"],
.path-adviser-search-page .search-form input[type="text"] {
  background: transparent;
  border: solid #545454 !important;
  border-width: 0 0 0.08rem !important;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 4rem;
  letter-spacing: -0.05rem;
  color: #2c5697;
  outline: none;
  padding-left: 0;
  padding-top: 0;
}

.path-search-page .search-form img,
.path-adviser-search-page .search-form img {
  position: absolute;
  right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  filter: invert(27%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(0%)
    contrast(50%);
  -webkit-font-smoothing: antialiased;
  display: inline;
  cursor: pointer;
  position: absolute;
  top: 3.3rem;
  z-index: 12;
}

.path-search-page .search-form .container-inline input[type="submit"] {
  display: none;
}

.path-search-page .search-help-link {
  display: none;
}

.path-search-page h2 {
  font-size: 1.1rem;
  line-height: 3.4rem;
  font-weight: 600;
}

.path-search-page ol li {
  margin: 0px;
  border-top: 0.08rem solid #ccd2d9;
  padding: 2rem 0;
}

.path-search-page ol li h3 a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #2c5697;
  margin-bottom: 1.2rem;
  display: block;
  font-weight: 600;
}

.path-search-page ol li h2 {
  font-weight: 100;
}

.path-search-page ol li h2 a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #2c5697;
  margin-bottom: 1.2rem;
  display: block;
  font-weight: 600;
}

.path-search-page ol li h2 a:before {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2c5697;
  border-right: 2px solid #2c5697;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: linear 0.2s;
  margin-right: 0.5rem;
}

.path-search-page ol li h3 a:hover {
  text-decoration: underline;
}

.path-search-page ol li h2 a:hover {
  text-decoration: underline;
}

.path-search-page ol li .search-result__snippet-info p {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #001e41;
}

.path-search-page .search-advanced {
  border: none;
  width: 25%;
  float: left;
  position: relative;
  z-index: 11;
}

details > .details-wrapper {
  padding: 0em 1.5em 1.5em 0rem;
}

.path-search-page .item-list {
  width: 75%;
  float: right;
}

.path-search-page .search-advanced fieldset {
  background: #fff;
  border: none;
  padding: 0;
}

.path-search-page span.fieldset-legend {
  font-weight: 600;
  margin: 0.5rem 0;
  display: inline-block;
}

.path-search-page .search-advanced:hover {
  border-color: #2c5697;
}

.path-search-page .search-advanced input[type="text"] {
  border: 0.08rem solid #a0a0a0;
  line-height: 1.6rem;
  padding: 3px;
  display: block;
  width: 100%;
  margin-top: 0.8rem;
}

.path-search-page .search-advanced input[type="submit"] {
  padding: 1rem;
  border: 0.08rem solid #2c5697;
  cursor: pointer;
  background-color: #2c5697;
  color: #fff;
  transition: linear 0.2s;
  display: inline-block;
}

.path-search-page .search-advanced input[type="button"] {
  padding: 1rem;
  border: 0.08rem solid #2c5697;
  cursor: pointer;
  background-color: #2c5697;
  color: #fff;
  transition: linear 0.2s;
  display: inline-block;
}

.path-search-page .search-results p {
  line-height: 1.5rem;
}

.path-search-page .search-advanced input[type="submit"]:hover {
  background-color: #fff;
  color: #545454;
  border: 0.08rem solid #545454;
}

.path-search-page .search-advanced input[type="button"]:hover {
  background-color: #fff;
  color: #545454;
  border: 0.08rem solid #545454;
}

.path-search-page summary {
  outline: none;
  padding: 0.2em 0.1em;
  font-weight: 600;
}

.path-search-page .search-advanced .action {
  display: flex;
}

.path-search-page .search-advanced .form-item-or {
  display: none;
}

.path-search-page .search-advanced .form-item-phrase label {
  display: none;
}

.path-search-page ul.no-search-results {
  list-style: disc;
  font-size: 0.95rem;
  line-height: 1.2rem;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .path-search-page .search-advanced {
    width: 100%;
  }

  .path-search-page .item-list {
    width: 100%;
    float: right;
    padding-left: 0;
    box-shadow: none;
  }

  .path-search-page .block-system-main-block {
    padding: 2rem;
  }

  .path-search-page .search-form img {
    top: 3rem;
  }

  .path-search-page .search-form input[type="text"] {
    line-height: 3rem;
  }

  .path-search-page .search-advanced input[type="button"] {
    margin: 0;
  }
}

/* Admin User and TFA Login */
.path-user.region.region-content {
  display: flex;
  flex-direction: column;
  margin: 4em;
}

.path-tfa.region.region-content {
  display: flex;
  flex-direction: column;
  margin: 4em;
}

.path-user div#block-amp-local-tasks {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.path-user div#block-amp-content {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: flex;
}

.path-tfa div#block-amp-content {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: flex;
}
.path-user .user-login-form,
.path-user .user-register-form,
.path-user .user-pass {
  padding: 2rem;
  background: #f5f5f5;
  margin-bottom: 5rem;
}

.path-tfa .user-login-form,
.path-tfa .user-register-form,
.path-tfa .user-pass {
  padding: 2rem;
  background: #f5f5f5;
  margin-bottom: 5rem;
}

.path-user input {
  padding: 0.8rem;
  width: 100%;
  appearance: none;
  position: relative;
  border: 0.08rem solid #545454;
  outline: none;
  font-size: 1rem;
  line-height: 1.4rem;
  background: #ffffff;
}

.path-tfa input {
  padding: 0.8rem;
  width: 100%;
  appearance: none;
  position: relative;
  border: 0.08rem solid #545454;
  outline: none;
  font-size: 1rem;
  line-height: 1.4rem;
  background: #ffffff;
}

.path-user input[type="checkbox"] {
  width: auto;
  padding: 0.5rem;
  appearance: auto;
}

.path-user label,
.path-tfa label {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.path-user .description,
.path-tfa .description {
  margin: 0px !important;
  font-size: 0.7rem !important;
  margin-top: 0.7rem !important;
  color: #545454;
}

.path-user input[type="submit"],
.path-tfa input[type="submit"] {
  padding: 0.8rem;
  width: 100%;
  transition: linear 0.2s;
  background: #00aae0;
  font-weight: bold;
  border: 0.08rem solid #00aae0 !important;
  color: #fff;
}

.path-user input[type="submit"]:hover {
  border: 0.08rem solid #2c5697 !important;
  background: #2c5697;
}

.path-tfa input[type="submit"]:hover {
  border: 0.08rem solid #2c5697 !important;
  background: #2c5697;
}

.path-user nav {
  display: flex;
}

.path-user .primary {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  line-height: inherit;
}

.path-user .tabs a {
  padding: 0.8rem !important;
  min-width: 6rem !important;
  text-align: center !important;
  color: #2c5697 !important;
  text-decoration: none !important;
}

.path-user .tabs a.is-active {
  background: #00aae0 !important;
  color: #fff !important;
}

.path-user div#edit-pass--description {
  margin: 10px;
}

.path-tfa div#edit-code--description {
  margin: 10px;
}

.path-user div#edit-name--description {
  margin: 10px;
}
.path-user.button:first-child,
.image-button:first-child {
  padding: 5px 10px;
}

/* Product Dropdown */
.productselectiontool-conatiner {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 1.8rem;
  margin: 0 auto;
  width: calc(100% - 2.4rem);
}

.productselectiontool-conatiner h2 {
  font-size: 2.75rem;
  word-break: break-word;
}

.product-selection-tool {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-selection-tool .right-inner {
  max-width: 30rem;
  margin: 0rem 0rem 0rem 2rem;
}

.product-selection-tool .right-inner p {
  color: #ffffff;
}

.product-selection-tool .right-inner-img {
  max-width: 30rem;
  margin: 0rem 0rem 0rem 2rem;
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
}

.product-selection-tool .right-inner .right-inner-img {
  max-width: 30rem;
  margin: 0rem 0rem 0rem 0rem;
}

.prod-select-dropdown {
  max-width: 50%;
  margin-right: 2rem;
  position: relative;
}

.vhidden {
  display: none;
}

.productselectiontool-conatiner .product-selection-tool select {
  text-overflow: ellipsis;
  box-sizing: border-box;
  white-space: nowrap;
  color: #2c5697;
  font-size: 1.2rem;
  line-height: 1.3rem;
  -webkit-appearance: none;
  display: block;
  padding: 1rem 3.5rem 1rem 2.4rem;
  position: relative;
  border: 0.08rem solid #545454;
  background: url("/themes/amp/images/arrow-down.png") 95%/8% no-repeat #fff;
  background-size: 1.5rem;
  max-width: 42rem;
  border-radius: 9px;
  width: 100%;
}

.productselectiontool-conatiner .product-selection-tool select:hover {
  border: 0.08rem solid #2c5697;
}

.productselectiontool-conatiner .product-selection-tool select option:checked {
  background: #009b74 linear-gradient(0deg, #009b74, #009b74) !important;
}

.productselectiontool-conatiner .product-selection-tool select option {
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 0.1rem solid #545454;
  background: #fff;
  padding: 1.4rem 2.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #001e41;
  box-sizing: border-box;
}

.prodselect-button {
  max-width: 30%;
  margin-left: 1rem;
}

.prodselect-button input {
  border-radius: 0px;
  color: #545454;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  padding: 1rem;
  min-width: 12rem;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  border: 0.08rem solid #545454;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .product-selection-tool {
    display: block;
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 2.6rem;
  }

  .prod-select-dropdown {
    position: relative;
    max-width: 100%;
    margin: 0px;
  }

  .productselectiontool-conatiner h2 {
    font-size: calc(0.625 * 3.6rem);
    padding-bottom: 2rem;
  }

  .product-selection-tool .right-inner-img {
    margin: 2rem 0rem 0rem 2.5rem;
    max-width: 100%;
    width: 100%;
  }

  .product-selection-tool .right-inner {
    margin: 0 !important;
    margin-right: 0 !important;
    margin-top: 2rem !important;
    max-width: 100%;
    width: 100%;
  }

  .product-selection-tool .right-inner h2 {
    padding-bottom: 1rem !important;
    line-height: 2.5rem !important;
  }

  .productselectiontool-conatiner .product-selection-tool select {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }

  .productselectiontool-conatiner .prodselect-button {
    max-width: 100%;
    margin-left: 0;
  }

  .productselectiontool-conatiner .btn-product-select {
    width: 100%;
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .product-selection-tool {
    display: block;
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 2.6rem;
  }

  .prod-select-dropdown {
    position: relative;
    max-width: 100%;
    margin: 0px;
  }

  .productselectiontool-conatiner h2 {
    font-size: calc(0.625 * 3.6rem);
    padding-bottom: 2rem;
  }

  /* .product-selection-tool .right-inner-img {
        margin: 2rem 0rem 0rem 0rem;
    } */

  .productselectiontool-conatiner .product-selection-tool select {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }

  .productselectiontool-conatiner .prodselect-button {
    max-width: 100%;
    margin-left: 0;
  }

  .productselectiontool-conatiner .btn-product-select {
    width: 100%;
    margin-top: 1em;
  }
}

/* Accordion Component */
.amp_accordion {
  /* background: #fff; */
  padding: 1.4rem 3.2rem;
  border-bottom: 0.08rem solid #828282;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.accordion_about_us {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.amp_accordion .grid-x {
  position: relative;
  margin: 0 auto;
  padding: 0 1.2rem;
  display: flex;
  flex-flow: row wrap;
}

.amp_accordion .cell {
  width: calc(100% - 2.4rem);
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  flex: 0 0 auto;
}

 .accrodian-ol-cls .amp_accordion .amp_accordion_heading h2 {
   font-weight: 400 !important;
 }

.amp_accordion .amp_accordion_heading h2 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 2.5rem;
}

.amp_accordion .amp_accordion_heading h2:after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2c5697;
  border-right: 2px solid #2c5697;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 1em;
  transition: linear 0.2s;
}

.active-accordian .amp_accordion_heading h2:after {
  -moz-transform: rotate(315deg) !important;
  -webkit-transform: rotate(315deg) !important;
  transition: linear 0.2s !important;
  transform: rotate(315deg) !important;
}

.amp_accordion .amp_accordion_content {
  color: #545454;
  font-size: 1rem;
  max-height: 0;
  overflow: hidden;
}

.amp_accordion h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.amp_accordion ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.amp_accordion .amp_accordion_content .cell {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}

.active-accordian .amp_accordion_content {
  max-height: 6000rem;
  padding: 1rem;
}
.icon-amp_apply {
  list-style-type: none;
}

.amp_accordion .rich-text-editor p {
  margin-bottom: 1.8rem;
  line-height: 1.5rem;
  color: #545454;
}

.amp_accordion h3 {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

.amp_accordion .amp_accordion_content ul {
  list-style: disc;
  margin: 0 0 2.5rem 1.25rem;
}

.amp_accordion .amp_accordion_content li {
  line-height: 2.4;
}

.amp_accordion .amp_accordion_content ul a {
  color: #2c5697;
  font-weight: 600;
}

.amp_accordion .amp_accordion_content ul a:hover {
  color: #335695;
  text-decoration: underline;
}

.amp_accordion .amp_accordion_content p a,
a.tellink {
  color: #2c5697;
  font-weight: 600;
}

.amp_accordion .amp_accordion_content p .download {
  display: flex;
  align-items: center;
  font-weight: 100;
}

.amp_accordion .amp_accordion_content p a:hover,
a.tellink:hover {
  color: #335695;
  text-decoration: underline;
}

.amp_accordion .amp_accordion_heading:hover h2 {
  text-decoration: underline;
}

.amp_accordion table {
  width: 100%;
  background-color: #f5f5f5;
}

.amp_accordion table td,
th {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #001e41;
  padding: 1.3rem 1.2rem 1.3rem 1.5rem;
  border-bottom: 0.1rem solid #ccd2d9;
  text-align: left;
  min-width: 9rem;
}

.amp_accordion table a {
  color: #2c5697;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .amp_accordion .amp_accordion_heading h2:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #2c5697;
    border-right: 2px solid #2c5697;
    right: 0em;
  }
  .amp_accordion .amp_accordion_heading h2 {
    line-height: 1.4rem;
    word-break: break-word;
    padding: 0.8em 0.5rem;
  }

  .amp_accordion .coh-wysiwyg {
    overflow-x: auto;
  }

  .amp_accordion .amp_accordion_content p .download {
    display: flex;
  }

  .amp_accordion {
    padding: 1.2rem;
  }

  .amp_accordion .cell {
    margin: 0;
    width: calc(100% - 0.4rem);
  }
}

/* ----start of product file block */
.product-file-block .rich_text_editor .coh-wysiwyg a {
  text-decoration: none;
  color: #2c5697;
  font-weight: 600;
}

.product-file-block .rich_text_editor .coh-wysiwyg a:hover {
  color: #335695;
  text-decoration: underline;
}

/* .product-file-block {
    background: #ffffff !important;
} */
/* end of product file block */

.fa-download:before {
  content: "\f019";
  margin-right: 5px;
}

/* Download Blocks */
.download-blocks {
  padding: 0px 1.5rem;
  width: 50%;
  float: left;
  margin-bottom: 2rem;
}

.download-blocks h5 {
  font-size: 1.3rem;
  line-height: 2.3rem;
  margin-bottom: 1.3rem;
}

.download-blocks .download {
  color: #2c5697;
  word-break: break-word;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  line-height: 1.4rem;
  padding: 1.5rem;
  font-size: 1rem;
}

.download-wrapper-block {
  background-color: #f5f5f5 !important;
}

@media screen and (max-width: 768px) {
  .download-blocks {
    padding: 0px 2.5rem;
    width: 100%;
    margin-bottom: 2rem;
  }

  .download-wrapper-block {
    display: flow-root !important;
  }
}

/* Inner Feature Box */
.cell-c4 {
  width: 33.33%;
  padding-bottom: 3rem;
}

.cell-c4 .card-component,
.cell-c4 .card-component-info {
  width: calc(100% - 1.4rem);
  border-left: 0.2rem solid #2c5697;
}

.cell-c4 p {
  font-size: 0.9rem;
  line-height: 1.7rem;
  word-break: break-word;
  margin-top: 1.4rem;
  padding-left: 1.4rem;
}

.cell-c4 .feature-card-content ul {
  list-style: none;
  padding-left: 1.4rem;
  line-height: 1.7rem;
  word-break: break-word;
  font-size: 0.9rem;
}

.cell-c4 .feature-card-content ul li {
  margin-bottom: 1.4rem;
}

.cell-c7 {
  width: 58.33333%;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .cell-c4 {
    padding-bottom: 0rem;
    width: calc(100% - 1rem);
  }
}

.cell-c6 {
  width: 50%;
  float: left;
}

.cell-c3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.cell-c6 .card-component {
  width: calc(100% - 1.4rem);
  border-left: 0.2rem solid #2c5697;
}

.cell-c6 p {
  font-size: 1rem;
  line-height: 1.7rem;
  word-break: break-word;
  margin-top: 1.4rem;
}

.cell-c6 .feature-card-content ul {
  list-style: none;
  padding-left: 1.4rem;
  line-height: 1.7rem;
  word-break: break-word;
  font-size: 0.9rem;
}

.cell-c6 .card-component-info .feature-card-content ul {
  list-style: disc;
  padding-left: 1.4rem;
  line-height: 1.7rem;
  word-break: break-word;
  font-size: 0.9rem;
}

.cell-c6 .feature-card-content ul li {
  margin-bottom: 1.4rem;
}

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

@media screen and (max-width: 768px) {
  .cell-c6 {
    padding-bottom: 0rem;
    width: calc(100% - 1rem);
  }
}

/* disclaimer */
.amp_disclaimer_block p {
  color: #545454;
}

/* product file block */
.product-file-block .rich_text_editor ul li {
  list-style: disc;
}

.product-file-block .rich_text_editor ul {
  margin-left: 1rem;
}

.product-file-block .rich_text_editor ul li:before {
  display: none;
}

/* Looking for more in eligible rollover page */
/* .grey_content_tile {
    display: flex;
    align-items: center;
    background: #f5f5f5;
}

.grey_content_tile .primary_tile_button a {
    text-align: center;
    background: #fff0;
    font-size: 16px;
    font-weight: 700;
    color: #2c5697;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 13px 38px;
    border-radius: 9px;
    border: 1px solid #2c5697;
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .3s ease-in-out;
}

.grey_content_tile .primary_tile_button a:hover {
    background: #2c5697;
    transition: linear .2s !important;
    color: #fff !important;
    -webkit-box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
    box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
} */

/*ROF1514 - My Resolution Life Product Grey Banner*/
.grey_content_tile {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.grey_content_tile .primary_tile_button a {
  background: #2c5697;
  color: #fff;
  border-color: #2c5697;
}
.grey_content_tile .wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.white_content_tile {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.white_content_tile .primary_tile_button a {
  background: #2c5697;
  color: #fff;
  border-color: #2c5697;
}
.white_content_tile .wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .grey_content_tile {
    display: block;
  }
}

/* feesandcosts */
.fees_container_wrapper .fees_body {
  display: flex;
  flex-flow: row wrap;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 1024px) {
  .fees_container_wrapper .fees_body_left_wrapper {
    width: calc(50% - 1.5rem);
    margin-right: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .fees_container_wrapper .fees_body_right_wrapper {
    width: calc(50% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.fees_body_left .fees_cost_download {
  background: #f5f5f5;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

.fees_container_wrapper span.fees_cost_download_heading {
  display: flex;
  align-items: center;
  color: #2c5697;
}

.fees_container_wrapper .pds_right_tile_header a {
  color: #2c5697;
  display: flex;
  align-items: center;
}

.fees_container_wrapper span.download__title {
  display: block;
  word-wrap: break-word;
  word-break: break-word;
}

.fees_container_wrapper span.fees_cost_download_heading img {
  margin-left: auto;
}

.fees_container_wrapper span.fees_left_tile_desc {
  color: #545454;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0 5.5rem 0 1.75rem;
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 1.1rem;
}

.fees_container_wrapper .pds_right_tile {
  padding: 1.5rem 2rem;
  color: #545454;
  background-color: #f5f5f5;
}

.pds_right_tile_header {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.pds_right_tile_header .amp-next-icon {
  margin-left: 1rem;
  transition: 0.5s;
}

.fees_body a {
  font-weight: 600;
  text-decoration: none;
}

.fees_body_left .fees_cost_download:hover {
  background: #e5e5e5;
  text-decoration: none;
}

.fees_body_left .fees_cost_download:hover .download__title {
  text-decoration: underline;
  color: #335695;
}

.fees_body_left .fees_cost_download:hover .fa-download:before {
  color: #335695;
}

div #feesandcosts {
  background: none;
}

.plain_content_blocks #fees {
  background: none;
}

@media screen and (max-width: 1023px) {
  .fees_body_left_wrapper {
    width: 100%;
  }

  .fees_body_right_wrapper {
    width: 100%;
  }
}

.pds_right_tile_header a:hover .amp-next-icon {
  transform: translateX(10px);
}

.fees_container_wrapper p {
  color: #545454;
  line-height: 1.5rem;
}

.pds_right_tile p {
  min-height: 5rem;
}

/* Tabs */
.page-portfolio-holdings-disclosure .amp_tabs .tab-links {
  height: 70px;
}

.amp_tabs .tab-links {
  height: 66px;
  background-color: #fff;
  display: flex;
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: content-box;
  overflow: inherit;
  white-space: nowrap;
  list-style-position: outside;
  line-height: 2.4;
}

.amp_tabs:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(90deg, rgb(0, 194, 243), rgb(0, 196, 208));
  height: 0.3rem;
  margin: 0px;
  padding: 0px;
}

.amp_tabs .tab-links li {
  list-style: none;
  margin-right: 1rem;
  padding: 0;
  display: inline-block;
  transition: linear 0.2s;
  border-color: transparent;
}

.amp_tabs .tab-links li a {
  font-family: Hurme, Open Sans, Helvetica, Arial, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #001e41;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: linear 0.2s;
}

.amp_tabs .tab-content {
  width: 100%;
  display: block;
  padding: 2em 4em 2em 4em;
  background: #f5f5f5;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.amp_tabs .tab-content .tab {
  display: none;
  transition: linear 0.2s;
  background-color: #fff;
  padding: 2rem;
}

.amp_tabs .tab-content .tab li ol {
  padding-left: 3rem;
}

.amp_tabs .tab-content .active {
  display: block;
  transition: linear 0.2s;
}

.amp_tabs .tab-links .active {
  border-bottom: 0.2rem solid #009b74;
  transition: border-color 0.2s linear 0.2s;
  color: #009b74;
}

.amp_tabs .tab-links .active a {
  color: #009b74;
}

.amp_tabs .tab-links li:hover {
  border-bottom: 0.2rem solid #009b74 !important;
  transition: border-color 0.2s linear 0.2s;
}
.mediacentrerte {
  padding: 1rem;
}

.amp_tabs .grid-x {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}

.amp_tabs .coh-wysiwyg {
  line-height: 1.8rem;
  color: #545454;
  z-index: 11;
  position: relative;
}

.amp_tabs .coh-wysiwyg h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  color: #000000;
}

.amp_tabs .coh-wysiwyg p {
  font-size: 1rem;
}

.amp_tabs .coh-wysiwyg a {
  color: #2c5697;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.amp_tabs .search_button {
  border: 1px solid #2c5697;
  padding: 1rem;
  display: block;
  margin-top: 1rem;
  width: 10rem;
  text-align: center;
  text-decoration: none !important;
  transition: linear 0.2s;
}

.amp_tabs ul {
  list-style: disc;
  font-size: 1rem;
  padding-left: 3rem;
}

.amp_tabs .blue_content_tile {
  margin-bottom: 0 !important;
}

.amp_tabs .search_button:hover {
  border: 1px solid #2c5697;
  background-color: #2c5697;
  color: #ffffff;
  transition: linear 0.2s;
}

.tab-content .amp_banner_text > h2 {
  font-size: 2.9rem !important;
}

.tab-content .content-container {
  padding: 2rem;
}

.tab-content .content-container h3 {
  color: #00aae0;
  font-size: 2rem !important;
  margin-bottom: 2rem;
}

.amp_tabs p {
  margin-bottom: 1rem;
}

.amp_tabs#tab_without_border:before {
  background: none;
}

@media screen and (max-width: 768px) {
  .amp_tabs .tab-links {
    display: none;
    overflow: visible;
    z-index: 99;
    width: 100%;
    padding: 0;
  }

  .amp_tabs .tab-content .tab {
    padding: 1rem;
  }

  .amp_tabs .amp_banner_text p {
    width: 70%;
  }

  .amp_tabs ul {
    padding-left: 1rem;
  }

  .amp_tabs .amp_banner_text h2 {
    width: 70%;
  }

  .amp_tabs .tab-links li {
    display: block;
    background: #fff;
    margin: 0;
    text-align: center;
    border-top: 0.08em solid #ccc;
  }

  .amp_tabs .tab-links .active {
    border-left: 0.2rem solid #2c5697;
    transition: border-color 0.2s linear 0.2s;
    border-bottom: none !important;
  }

  .amp_tabs .tab-links li a {
    width: 100%;
  }

  .amp_tabs .tab-content .coh-wysiwyg a {
    color: #2c5697;
    cursor: pointer;
    font-weight: bold;
  }

  .amp_tabs .grid-x {
    display: table;
  }

  .amp_tabs .tab-content {
    padding: 2em 2em 2em 2em;
  }

  .cell-c6 {
    padding-bottom: 0rem;
    width: calc(100% - 1rem);
  }

  .path-webform .cell-c6 {
    width: 100%;
  }

  .cell-c3 {
    padding-bottom: 0rem;
    max-width: 50%;
    width: 50%;
    display: table-cell;
  }

  #about_jump {
    position: relative;
    color: rgb(0, 30, 65);
    font-size: 1rem;
    font-weight: 600;
    background: rgb(255, 255, 255);
    padding: 1.6rem 0px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    z-index: 98;
    box-shadow: 0 0.1rem 0.8rem 0 #ababab;
  }

  #about_jump:after {
    content: "";
    display: inline-block;
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2c5697;
    border-right: 2px solid #2c5697;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2.5em;
    transition: linear 0.2s;
  }

  .amp_tabs .coh-wysiwyg h1 {
    line-height: 2.4rem;
    font-size: 2rem;
  }

  #supporting-your-customers .coh-wysiwyg h2:first-child {
    line-height: 2.4rem;
    font-size: 2rem;
  }

  .amp_tabs .tab-content .tab li ol {
    padding-left: 1.5rem;
  }
}

/* Case Study */
.case-study .grid-x {
  display: flex;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.cell-offset-1 {
  margin-left: calc(8.33333% + 1.2rem);
}

.case-study--facts .cell-c7,
.cell-c4 {
  padding: 0.8rem 1.8rem 0.8rem 0;
  flex: 0 0 auto;
  /* display: flex; */
}

@media screen and (max-width: 768px) {
  .cell-c4 {
    padding: 0 !important;
    flex: 0 0 auto;
    display: block !important;
  }
}

.quote {
  color: #001e41;
  display: flex;
  align-items: start;
  position: relative;
  background-color: #fff;
}

.quote-wrapper {
  z-index: 1;
  margin-left: -10rem;
  color: #fff;
  padding: 5.4rem;
  align-self: flex-start;
}

.quote-wrapper img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.facts:after {
  margin-left: 23em;
}

.case-study {
  background: #fff;
  padding: 2rem 2rem;
  padding-right: 0;
  max-width: 1440px;
  margin: 0 auto;
}

.facts p {
  font-size: 1rem;
  word-break: break-word;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  margin-right: 8rem;
  color: #545454;
}

.facts h3,
.facts h2 {
  color: #001e41;
  margin-bottom: 1.8rem;
  font-size: 2.2rem;
  line-height: 1.25;
}

.facts h3:first-child,
.facts h2:first-child {
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  .facts {
    margin-left: 0;
    width: 100%;
    padding: 1rem;
  }

  .case-study .grid-x {
    flex-flow: row wrap;
  }

  .quote {
    width: 100%;
    padding: 0rem 1rem 0.8rem 1rem;
    display: block;
  }

  .facts p {
    margin-right: 0;
  }

  .quote-wrapper {
    margin-left: 0;
    padding: 0;
  }

  .quote-wrapper img {
    top: -2rem;
    position: relative;
  }

  .facts h3:first-child,
  .facts h2:first-child {
    padding-top: 1rem;
  }
}

/* Executive Team */

.board-management-card {
  cursor: pointer;
  text-align: center;
  background: #f5f5f5;
  padding: 0.7rem;
  margin: 1rem;
}

.board-management-card-img {
  margin-bottom: 20px;
}

.board-management-card-img img {
  max-width: 100%;
  width: 100%;
}

.board-management-card-title {
  font-weight: 600;
  color: #004983;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.board-management-card-subtitle {
  font-size: 0.85rem;
  height: 75px;
  line-height: 16px;
}

.board-management-card-dropdown {
  position: relative;
  top: -2rem;
}

.board-management-card-dropdown-close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.board-management-card-dropdown-content {
  width: auto;
  background: #ebebeb;
  padding: 3rem;
  display: none;
}

.board-management-card-arrow-up {
  display: none;
  position: relative;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 18px solid #ebebeb;
}

.board-management-card-dropdown-content-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.board-management-card-dropdown-content-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #00aae0;
}

.rich-text-editor-container p {
  font-size: 1rem;
}

.rich-text-editor-container h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rich-text-editor-container ul {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 3rem;
  font-size: 1rem;
}

.close-executive {
  display: inline-block;
  right: 2rem;
  position: absolute;
  cursor: pointer;
  top: 2rem;
  border-radius: 2rem;
  padding: 0.5rem 0.7rem;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .board-management-card {
    min-height: 14rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .board-management-card {
    min-height: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .executive_team .grid-x {
    display: block;
  }

  .executive_team .cell-c3 {
    max-width: 100%;
    width: 100%;
    display: block;
  }

  .board-management-card {
    min-height: 8rem;
  }

  .board-management-card-subtitle {
    height: 6rem;
  }

  .board-management-card-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    margin: 0rem 3rem;
  }

  .executive_team .coh-wysiwyg {
    color: #545454;
    overflow-y: auto;
  }

  .board-management-card-dropdown-content {
    width: auto;
    word-break: break-word;
    padding: 1.5rem;
  }

  .board-management-card-dropdown-content-subtitle {
    font-size: 1.2rem;
  }

  .close-executive {
    right: -1rem;
    top: -1rem;
    background: #0e0000;
    color: #fff;
  }
}

.grid-component-wrapper .grid-x {
  display: flex;
  flex-flow: row wrap;
  padding: 3.2rem;
  padding-top: 0;
  max-width: 1440px;
  margin: 0 auto;
}

.grid-component-wrapper-np .grid-x {
  display: flex;
  flex-flow: row wrap;
}

.grid-component-wrapper .media-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.grid-component-wrapper .rich-text-editor {
  text-align: center;
}

.grid-component-wrapper,
.grid-component-wrapper-np .rich-text-editor h3 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.content-container {
  padding: 4rem;
}

.content-container h3 {
  color: #00aae0;
  font-size: 2.5rem !important;
  margin-bottom: 4rem;
}

.content-container h2 {
  color: #00aae0;
  font-size: 2.5rem !important;
  margin-bottom: 4rem;
  line-height: 2.4rem;
}

.content-container ul {
  list-style: disc;
  line-height: 2rem;
  font-size: 1rem;
  color: #545454;
  margin-left: 1rem;
}

.content-container p {
  font-size: 1.2rem;
  line-height: 2rem;
}

.image-container img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.content-container .rich-text-editor {
  margin-bottom: 2.1rem;
  width: 100%;
}

.content-container .cta {
  box-sizing: border-box;
  font-size: 1.2rem;
  display: block;
  padding: 1.5rem;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 2px solid #2c5697;
  color: #2c5697;
  background-color: transparent;
  transition: linear 0.2s;
  border-radius: 10px;
}

.content-container .cta:after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #2c5697;
  border-right: 3px solid #2c5697;
  -moz-transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
  position: relative;
  right: -2rem;
  transition: linear 0.2s;
}

.content-container .cta:hover {
  background: #2c5697;
  transition: linear 0.2s !important;
  color: #fff !important;
  -webkit-box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
  box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
}

.content-container .cta:hover:after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.grid-component-wrapper-np .cell-c4 {
  padding: 0 !important;
}

.grid-component-wrapper-np .non-white,
.white {
  padding: 2rem !important;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
}

.grid-component-wrapper-np .white {
  background-color: #ffffff;
  padding: 2rem !important;
  position: relative;
}

.grid-component-wrapper-np .non-white h3 {
  color: #001e41;
  font-size: 2rem !important;
  margin-top: 2rem;
}

.grid-component-wrapper-np .white h3 {
  font-size: 2rem !important;
  margin-top: 2rem;
}

.grid-component-wrapper-np .non-white .cta {
  padding: 1rem;
  font-size: 1rem;
  margin: 0 auto;
  border: 2px solid #001e41;
  color: #001e41;
  position: absolute;
  right: 25%;
  bottom: 3rem;
}

.grid-component-wrapper-np .white .cta {
  padding: 1rem;
  font-size: 1rem;
  margin: 0 auto;
  position: absolute;
  right: 25%;
  bottom: 3rem;
}

.grid-component-wrapper-np .non-white .cta:after {
  border-top: 3px solid #001e41;
  border-right: 3px solid #001e41;
}

.grid-component-wrapper-np .non-white .cta:hover {
  background-color: #001e41;
  color: #ffffff;
}

.grid-component-wrapper-np .non-white .cta:hover:after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.grid-component-wrapper .white-bg {
  background-color: #ffffff !important;
}

.grid-component-wrapper .white-bg .cell-c6 {
  padding: 1rem;
}

.cta-link {
  width: 100%;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #00aae0;
  font-size: 1rem;
  padding: 1rem;
  color: #fff;
  border-color: #00aae0;
  background-color: #00aae0;
  margin-top: 2rem;
  font-weight: bold;
  transition: linear 0.2s;
}

.help-link {
  color: #00aae0;
  font-size: 1rem;
  margin-top: 1rem;
  display: block;
  position: relative;
}

.help-link:after {
  content: "";
  background-image: url(/themes/amp/images/info1.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.3rem;
  margin-left: 0.5rem;
}

.grid-h2 {
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #00aae0;
}

.cta-link:hover {
  background-color: #ffffff;
  color: #00aae0;
}

.grid-component-wrapper .cell-c4 p,
.grid-component-wrapper .cell-c6 p {
  padding-left: 0;
  color: #545454;
  font-size: 1rem;
}

.grid-component-wrapper .white-bg .cell-c4 {
  display: flex;
  position: relative;
}

.grid-component-wrapper .white-bg .rich-text-editor {
  margin-bottom: 5rem;
}

.grid-component-wrapper .white-bg .rich-text-editor a {
  color: #00aae0;
}

.grid-component-wrapper .white-bg .cta-link {
  width: 60%;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #00aae0;
  font-size: 1rem;
  padding: 0.7rem;
  color: #fff;
  border-color: #00aae0;
  background-color: #00aae0;
  margin-top: 2rem;
  font-weight: bold;
  transition: linear 0.2s;
  position: absolute;
  bottom: 2rem;
  right: 23%;
}

.grid-component-wrapper .white-bg .media-block {
  margin-bottom: 2rem;
}

.grid-component-wrapper .white-bg .inner-wrapper {
  border: 1px solid #ccc;
  padding: 2rem;
}

.content-container a {
  color: #2c5697;
  cursor: pointer;
  font-weight: bold;
}

.grid-component-wrapper .amp_accordion .rich-text-editor {
  text-align: left !important;
}

#faq-grid .grid-h2 {
  display: block;
  width: 100%;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  color: #000000;
  text-align: left;
  padding-left: 2.3rem;
}

@media screen and (max-width: 768px) {
  .grid-component-wrapper .grid-x {
    padding: 1.2rem !important;
  }

  .grid-component-wrapper .cell-c4 {
    padding: 0;
    width: 100%;
  }

  .grid-component-wrapper .cell-c4 p {
    padding-left: 0;
  }

  .grid-component-wrapper .white-bg .cell-c4 {
    margin-bottom: 2rem;
    z-index: 20;
  }

  .grid-component-wrapper-np .cell-c6 {
    width: 100% !important;
  }

  .content-container {
    padding: 2rem;
  }

  .content-container h3 {
    font-size: 2.5rem !important;
    margin-bottom: 2rem;
  }

  .content-container h2 {
    font-size: 2.5rem !important;
    margin-bottom: 2rem;
  }

  .content-container .cta {
    width: 100%;
  }

  .grid-component-wrapper-np .cell-c4 {
    width: 100% !important;
  }

  .grid-component-wrapper-np .white .cta {
    position: initial;
    margin-bottom: 2rem;
  }

  .grid-component-wrapper-np .non-white .cta {
    position: initial;
    margin-bottom: 2rem;
  }
}

/* Find A Form */

.views-exposed-form label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #545454;
  z-index: 10;
  position: relative;
}

.views-exposed-form select {
  padding: 1rem;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.08rem solid #7fb3c1;
  background: url(/themes/amp/images/arrow-down.png) 95%/8% no-repeat #fff;
  background-size: 1.5rem;
  outline: none;
  line-height: 1.3rem;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.views-exposed-form select.error {
  border: 2px solid #545454 !important;
}

.views-exposed-form input[type="submit"]:first-child {
  display: none;
}

.path-search-page .views-exposed-form input[type="submit"]:first-child,
.path-adviser-search-page .views-exposed-form input[type="submit"]:first-child {
  display: block !important;
}

.views-exposed-form input[type="submit"] {
  float: right;
  padding: 0.8rem;
  max-width: 10rem;
  width: 100%;
  transition: linear 0.2s;
  color: #2c5697;
  font-weight: bold;
  border: 0.08rem solid #2c5697;
  border-radius: 9px;
}

.views-exposed-form input[type="submit"]:hover {
  background: #2c5697;
  transition: linear 0.2s !important;
  color: #fff !important;
  -webkit-box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
  box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
}

.view-footer {
  font-weight: bold;
  color: #00aae0;
}

.views-exposed-form .js-form-item {
  width: 32.5%;
}

.view-filters {
  padding: 1rem 4rem;
  position: relative;
  z-index: 11;
  top: -20px;
}

.view-empty {
  padding: 1rem 1rem;
}

.pager__items .is-active a {
  color: #fff !important;
}

.pager__item a {
  color: #2c5697;
  cursor: pointer;
}

.pager__item.is-active {
  font-weight: bold;
  border: 0.08rem solid #001e41;
  text-align: center;
  display: inline-block;
  background-color: #001e41;
  padding: 1rem 1.2rem;
  border-radius: 42px;
  color: #fff;
}

table.views-table {
  width: 100%;
}

td.views-field.views-field-field-form-type {
  padding: 2rem;
}

.view-content,
.view-footer {
  padding: 1rem 4rem;
}

.views-table th {
  min-width: 11rem;
}

span.tablesort.tablesort--asc {
  background: url(/themes/amp/images/arrow-down.png) no-repeat #fff;
  background-size: 1.2rem;
  position: relative;
  top: 0.2rem;
  width: 1.5rem;
}

span.tablesort.tablesort--desc {
  background: url(/themes/amp/images/arrow-down.png) no-repeat #fff;
  background-size: 1.2rem;
  transform: rotate(180deg);
  width: 1.2rem;
}

.views-field a {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1rem;
  /*text-decoration: underline;*/
  color: #2c5697;
  cursor: pointer;
}

.views-field h3 a {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
  /*text-decoration: underline;*/
  font-weight: bold;
  color: #2c5697;
  cursor: pointer;
}

.path-search-page .views-field h3 a:hover {
  text-decoration: underline;
}

.views-field p {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #545454;
  margin-bottom: 1rem;
}

.search-result-h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #545454;
}

@media screen and (max-width: 768px) {
  .views-exposed-form .js-form-item {
    width: 100%;
  }

  .view-filters {
    padding: 1rem;
  }

  .view-empty {
    padding: 1rem;
  }

  .view-content,
  .search-result-h3,
  .view-footer {
    padding: 1rem 1rem;
  }
}

/* News */
div#news-wrapper {
  padding: 4rem;
}

#news-wrapper .cell-c3 {
  margin: 0.5rem;
  background-color: #f5f5f5;
  max-width: 23%;
  position: relative;
  margin-bottom: 3rem;
}

#news-wrapper .rich-text-editor {
  padding: 1rem;
}

#news-wrapper h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin-bottom: 2rem;
  cursor: pointer;
}

#news-wrapper h2 {
  font-size: 1.3rem !important;
  line-height: 1.5rem;
  color: #ffffff;
  margin-bottom: 2rem;
  cursor: pointer;
}

#news-wrapper .image-container img {
  box-shadow: unset;
}

#news-wrapper h3,
#news-wrapper h2,
#news-wrapper h3 a,
#news-wrapper h2 a {
  color: #545454;
  cursor: pointer;
}

#news-wrapper p {
  position: absolute;
  bottom: 1rem;
  font-size: 0.8rem;
  color: #545454;
}

@media screen and (max-width: 768px) {
  #news-wrapper .grid-x {
    display: block;
  }

  div#news-wrapper {
    padding: 2rem;
  }

  #news-wrapper .cell-c3 {
    margin: 0;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
  }
}

#white-bg {
  background-color: #ffffff !important;
  padding-top: 0;
}

#white-bg-plain {
  background-color: #ffffff !important;
}

div#white-bg:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  /* background-image: linear-gradient(90deg,#00c2f3,#00c4d0); */
  margin: 0;
  padding: 0;
  height: 0.3rem;
}

#news-inner-page {
  position: relative;
}

#news-inner-page .amp_banner_text h2 {
  font-size: 2.4rem;
  color: #545454;
  line-height: 3rem;
}

#news-inner-page .amp_banner_text {
  max-width: 70%;
  top: 3rem;
}

#news-inner-page p {
  font-size: 1rem;
  color: #545454;
}

#how-to-apply {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#how-to-apply .rich-text-editor h3 {
  margin-bottom: 0;
  min-height: 5rem;
}

#how-to-apply .rich-text-editor p {
  margin-top: 1rem;
  min-height: 6rem;
  padding-left: 0;
}

/* Forms */
.path-webform .amp-form-wrapper {
  padding: 2rem 4rem 0rem 4rem;
}

.path-webform .amp_banner_text_content_page p {
  font-size: calc(0.65 * 2rem);
  line-height: calc(0.65 * 2.8rem);
}

input:invalid {
  box-shadow: none;
}

.path-webform label.menu__btn {
  display: flex;
}

.path-webform .amp-form-wrapper select {
  padding: 1rem;
  width: 100%;
  padding-right: 1.8rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.08rem solid #545454;
  background: url(/themes/amp/images/arrow-down.png) 99%/6% no-repeat #fff;
  background-size: 1.5rem;
  outline: none;
}

.path-webform .amp-form-wrapper label {
  font-size: 1rem;
  color: #545454;
  pointer-events: none;
  margin-bottom: 0.5rem;
  left: 0;
  transition: all 0.2s ease;
}

.path-webform .amp-form-wrapper .form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  filter: grayscale(1);
}

.path-webform h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.path-webform .amp-form-wrapper h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.path-webform .amp_disclaimer_block h3 {
  margin-top: 0px !important;
  padding-top: 0px !important;
  font-size: 1.3rem;
}

.path-webform .webform-element-description {
  margin-top: 0.8rem;
  color: #828282;
  line-height: 1.4rem;
}

.path-webform label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  display: block;
}

.path-webform .amp-form-wrapper input {
  font-size: 1rem;
  line-height: 2rem;
  color: #545454;
  background: transparent;
  display: block;
  border: none;
  border-bottom: 0.1rem solid #545454;
  width: 100%;
  margin-bottom: 1.5rem;
}

.path-webform .amp-form-wrapper input[type="date"] {
  font-variant: small-caps;
}

.path-webform .amp-form-wrapper .form-type-checkbox {
  display: inline-flex !important;
}

.path-webform .amp-form-wrapper .form-type-checkbox label {
  margin-right: 1.5rem;
  width: 95%;
}
.path-webform .amp-form-wrapper input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 1rem;
}

.path-webform input[type="radio"] {
  display: inline-block;
  top: 0;
  left: 0;
  height: 1.4rem;
  width: 2.4rem;
  background: #fff;
  border: 0.1rem solid #545454;
  border-radius: 50%;
  margin: 0;
  margin-left: -0.5rem;
  box-shadow: unset;
}

.path-webform .inline-radio .form-radio {
  margin-left: 0rem;
}

.path-webform .form-checkboxes .form-item,
.form-radios .form-item {
  display: flex;
  margin-right: 1rem;
  flex-wrap: wrap;
}

.path-webform .form-checkboxes .form-item label,
.form-radios .form-item label {
  margin-top: 0.25rem;
}

.path-webform legend {
  font-size: 1.2rem !important;
  margin: 1rem 0rem 1rem 0rem !important;
  display: block !important;
  float: none !important;
}

.normal-legend legend {
  font-size: 1rem !important;
  font-weight: 100 !important;
  color: #545454;
}

.path-webform textarea {
  font-size: 1rem;
  line-height: 2.4rem;
  color: #545454;
  background: transparent;
  padding: 0 2rem 1.1rem 0;
}

.path-webform .amp-form-wrapper .form-item p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #545454;
}

.path-webform .amp-form-wrapper .form-item p a {
  color: #2c5697;
  text-decoration: underline;
  font-weight: bold;
}

.path-webform .amp-form-wrapper .form-item h6 {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.path-webform .field-suffix {
  display: block;
  color: #545454;
}

.path-webform .grid-x {
  display: flex;
  flex-flow: row wrap;
}

.path-webform .fieldset-wrapper-custom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.path-webform .cell-c6:first-child {
  padding-right: 1rem;
}

.path-webform .grid-x .fieldset-wrapper div:first-child {
  display: flex;
  margin-left: -0.3rem;
}

.path-webform .extra-margin .heading-tag {
  margin-bottom: 1.6rem !important;
}

.path-webform .heading-tag {
  font-weight: bold;
  font-size: 1.1rem;
}

.path-webform .amp-form-wrapper .input-wrapper input:focus,
.path-webform .amp-form-wrapper .input-wrapper input:hover {
  outline: none;
  border-bottom: 0.1rem solid #2c5697;
}

.path-webform .amp-form-wrapper .amp-icon-cancel:before {
  content: "X";
  color: #545454;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.multiselect_upload label.browse_to_upload {
  pointer-events: all;
  color: #2c5697;
  font-size: 1.2rem;
  line-height: 1em;
  text-decoration: none;
  padding: 1rem;
  min-width: 18rem;
  background: #fff;
  display: inline-block;
  text-align: center;
  transition: linear 0.2s;
  border: 1px solid #2c5697;
  cursor: pointer !important;
}

.multiselect_upload label.browse_to_upload:hover {
  background-color: #2c5697;
  color: #fff;
}

.multiselect_upload label[for="edit-document-upload-upload"] {
  font-size: 1.1rem;
  font-weight: bold;
}

.multiselect_upload .description {
  display: none;
}

.multiselect_upload .webform-managed-file-placeholder {
  color: #828282;
  line-height: 1.4rem;
  font-size: 0.9rem;
}

.webform-button--submit {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  padding: 1rem;
  min-width: 18rem;
  background: #2c5697;
  display: inline-block;
  text-align: center;
  margin-left: 4rem !important;
  margin-bottom: 4rem;
  transition: linear 0.2s;
  border: none;
}

.webform-button--submit:hover {
  background-color: #000000;
}

.captcha {
  margin: 1.5rem 0rem;
}

div#edit-privacy {
  margin: 1.5rem 0rem;
}

#edit-processed-text p {
  margin-bottom: 1rem;
}

#edit-important-info p {
  margin-bottom: 1rem;
}

#edit-processed-text ul {
  font-size: 1rem;
  color: #545454;
  line-height: 1.5rem;
  list-style: disc;
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.path-webform
  .paragraph.paragraph--type--important-information.paragraph--view-mode--default {
  margin: 0px 32px;
}

@media screen and (max-width: 768px) {
  .path-webform .amp-form-wrapper {
    padding: 0rem 1rem;
  }

  .path-webform .amp-form-wrapper label {
    display: inline-block;
  }

  .webform-button--submit {
    margin-left: 1rem;
  }

  .form-radios .form-item label {
    width: 70%;
  }

  .path-webform input[type="radio"] {
    margin-left: -0.5rem !important;
  }

  .webform-button--submit {
    margin: 0 auto !important;
    margin-bottom: 4rem !important;
  }

  .path-webform .inline-radio .form-radios .form-item label {
    width: auto !important;
    margin-right: 1rem;
  }

  .path-webform #edit-gender--wrapper {
    height: 6rem !important;
  }

  .amp-form-wrapper input[type="text"] {
    padding-right: 2rem;
  }

  .path-webform .grid-x .fieldset-wrapper div:first-child {
    margin-left: 0;
  }

  .path-webform .cell-c6:first-child {
    padding-right: 0;
  }

  .path-webform .amp-form-wrapper .form-item p {
    line-height: 1.8rem;
  }

  .path-webform .fieldset-legend {
    line-height: 1.6rem;
  }
}

.support-contact-table h5 {
  color: #00aae0;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.support-contact-table h3 {
  color: #00aae0;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.support-contact-table p {
  font-weight: bold;
}

.support-contact-table td {
  border-bottom: 0 !important;
}

.support-contact-table .color-span {
  color: #00aae0;
}

.support-contact-table td a {
  color: #001e41 !important;
}

.call-info a {
  color: #2c5697;
  font-weight: bold;
  text-decoration: underline;
}

.amp-anchor-tag {
  color: #2c5697;
  font-weight: bold;
  text-decoration: underline;
}

#cell-padding-container .cell-c4 {
  padding: 0.8rem 3.8rem 0.8rem 0rem !important;
}

@media screen and (max-width: 768px) {
  #cell-padding-container .cell-c4 {
    padding: 0 !important;
  }
}

/* Sitemap */
.sitemap {
  display: flow-root;
  flex-flow: row wrap;
  padding: 3rem 0rem 3rem 4.5rem;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.sitemap-item,
.sitemap-box-menu {
  width: 33.33%;
  padding: 0rem 6rem 2rem 0rem;
  flex: 0 0 auto;
  float: left;
}

.sitemap-item h2,
.sitemap-box-menu h2 {
  font-size: 1.4rem;
  color: #2c5697;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.sitemap-item a,
.sitemap-menu a {
  border-bottom: 1px solid #ccd2d9;
  margin: 0;
  text-decoration: none;
  color: #2c5697 !important; /*Important added since ul li active font color overriding this*/
  font-weight: 600;
  padding: calc(0.625 * 2.3rem) 0;
  font-size: 1rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  word-break: break-word;
  width: 100%;
  justify-content: space-between;
}

.sitemap-item a:hover img,
.sitemap-menu a:hover img {
  transform: translateX(20px);
}

.sitemap-item img,
.sitemap-menu img {
  display: block;
  filter: invert(7%) sepia(63%) saturate(3385%) hue-rotate(200deg)
    brightness(97%) contrast(102%);
  vertical-align: middle;
  max-width: 100%;
  height: 20px !important;
  transition: 0.5s;
}

.sitemap .sitemap-item ul,
.sitemap .sitemap-box ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.sitemap .sitemap-item ul ul,
.sitemap .sitemap-box ul ul {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .sitemap-item,
  .sitemap-box-menu {
    width: 100%;
    padding: 0rem 3rem 2rem 0rem;
    flex: 0 0 auto;
  }

  .sitemap {
    padding: 3rem 0rem 3rem 3rem;
  }
}

#footnote {
  background-color: #ffffff !important;
  padding: 0 !important;
}

#footnote-wp {
  background-color: #ffffff !important;
}

#page-not-found {
  background-color: #ffffff !important;
}

.amp_insights .insights-full-span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0 !important;
  z-index: 1;
}

.amp_insight_block .homepage-full-span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1rem;
  left: -1rem !important;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .align-right {
    float: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 50%;
  }
}

#g-recaptcha-response {
  display: block !important;
  position: absolute !important;
  margin: -5rem 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.financial-rating img {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .financial-rating img {
    width: 100%;
    margin: auto;
  }
}

.card-margin-top {
  margin-top: 2.8rem;
}

/* Site Alert */

.alert-primary-container {
  padding: 2em 2.5em 2em 3.4em;
  max-width: 1440px;
  margin: auto;
  font-weight: 600;
  color: #001e41;
  display: flex;
  justify-content: space-between;
}

.alert-primary-container p {
  color: #001e41;
  margin-right: 20px;
  line-height: 1.4;
}

.sitewide-alert .close {
  font-size: 1.8rem;
}

.sitewide-alert.alert.alert-primary {
  background-color: #f5f5f5;
  border-bottom: 0.23rem solid #00c2f3;
}

@media screen and (max-width: 768px) {
  .alert-primary-container {
    padding: 2em 1em;
  }
}

/*feedback css */
.content_feedback_link {
  background: #2c5697 none repeat scroll 0 0;
  margin: 0 -64px 0 0;
  padding: 10px 10px 10px;
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: rotate(270deg);
  display: none !important;
  color: #fff;
  z-index: 1000;
  border-radius: 7px 7px 0px 0px;
}
.content_feedback_link a {
  color: #000;
}
.content_feedback_link .ajax-progress-throbber .throbber {
  padding: 0 5px 0 !important;
}
.content_feedback_link .ajax-progress {
  padding: 11px 0 0 0 !important;
}

#fb-table tbody tr td:nth-last-child(1) a {
  padding: 0 4px;
}

.ui-dialog {
  position: fixed;
  height: auto;
  width: 530px !important;
  top: 19.5049px;
}

#drupal-modal input {
  font-size: 1rem;
  line-height: 2.4rem;
  color: #545454;
  background: transparent;
  display: block;
  border: none;
  border: 0.1rem solid #bdbdbd;
  width: 100%;
  margin: 1rem 0rem;
  border-radius: 4px;
}

.ajax-progress {
  display: none;
}

#drupal-modal textarea {
  margin: 1rem 0rem;
}

#drupal-modal label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  display: block;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 16px;
}

#drupal-modal .webform-ajax-form-wrapper .form-radios .form-item {
  margin-right: 0.6rem;
  display: inline-block;
}

#drupal-modal .webform-ajax-form-wrapper .form-radios .form-item label {
  background: #fff;
  position: relative;
  top: -30px;
  padding: 0.5rem;
  border-radius: 50%;
  color: #545454;
  text-align: center;
}

#drupal-modal .webform-ajax-form-wrapper .rate-selected {
  background: #009b74 !important;
  color: #fff !important;
  border: 0.1rem solid #009b74;
  width: 2.1rem;
  height: 2.1rem;
}

#drupal-modal .webform-ajax-form-wrapper .form-checkboxes .form-item label {
  display: inline-block;
}

#drupal-modal .webform-ajax-form-wrapper .form-checkboxes .form-item {
  display: block;
}

#drupal-modal input[type="radio"] {
  display: inline-block;
  top: 0;
  left: 0;
  height: 1.4rem;
  width: 2rem;
  background: #fff;
  border: 0.1rem solid #545454;
  border-radius: 50%;
  margin: 0;
}

#drupal-modal input[type="checkbox"] {
  display: inline !important;
  width: auto !important;
}

#drupal-modal .webform-progress {
  display: none;
}

#drupal-modal .progress-step {
  min-width: auto !important;
}

#drupal-modal .fieldset-wrapper {
  padding: 1rem;
  margin-bottom: 0.5rem;
  height: 3rem;
}

#drupal-modal .fieldset-legend {
  line-height: 1.5rem;
  font-size: 0.9rem;
}

#drupal-modal .webform-element-more--content {
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

#drupal-modal tr td {
  font-size: 0.7rem;
}

#drupal-modal tr td:last-child {
  text-align: right;
}

#drupal-modal table {
  width: 100%;
  margin-bottom: 1.5rem;
}

#durpal-modal .ui-button {
  transition: linear 0.2s;
  border-radius: 0;
}

#durpal-modal .ui-button:hover {
  background-color: #2c5697;
  color: white;
}

#drupal-modal .form-no-label {
  margin-top: 0;
  line-height: 1.3rem;
  font-size: 0.9rem;
  display: block;
  width: 100%;
  /* padding: 0rem 2rem 0rem 1rem; */
}

#drupal-modal .webform-button--submit {
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  padding: 0.53rem;
  background: #2c5697;
  display: inline-block;
  text-align: center;
  transition: linear 0.2s;
  border: none;
}

.ui-dialog .ui-dialog-titlebar {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  padding: 0.3em 1em;
  border-width: 1px 0 0 0;
  border-color: #fff;
  background: #fff;
}

.ui-dialog .ui-dialog-buttonpane button {
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0);
  color: #2c5697;
  border: none;
  font-weight: 100;
  min-width: auto;
  margin: 0.5em 0em 0.5em 0;
  border: 1px solid #2c5697;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background: #2c5697;
  transition: linear 0.2s !important;
  color: #fff !important;
  -webkit-box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
  box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
}

.ui-dialog .webform-element-more {
  border: 0.1rem solid #dcdcdc;
  padding: 1rem;
  font-size: 0.9rem;
}

.ui-dialog .webform-element-more.is-open {
  border-top: 0.2rem solid #2c5697;
}

.ui-dialog .webform-element-more--link a {
  width: 100%;
  display: block;
}

.ui-dialog .webform-element-more--link a:after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2c5697;
  border-right: 2px solid #2c5697;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2em;
  transition: linear 0.2s;
}

.ui-dialog .is-open .webform-element-more--link a:after {
  -moz-transform: rotate(315deg) !important;
  -webkit-transform: rotate(315deg) !important;
  transition: linear 0.2s !important;
  transform: rotate(315deg) !important;
}
.ui-dialog .webform-element-more--link:before {
  content: "";
}

.ui-dialog .webform-element-more.is-open .webform-element-more--link::before {
  content: "";
}
.ui-icon-closethick {
  opacity: 0.5;
}

.ui-dialog .webform-button--previous {
  position: absolute;
  left: 1rem;
  background-color: #fff !important;
  color: #000 !important;
  border: 0.08rem solid #ccc !important;
}

.ui-dialog textarea {
  border-color: #ccc;
  border-radius: 4px;
  padding: 0.8rem;
  font-size: 0.9rem;
}

.rating-table {
  padding: 0rem 2rem 0rem 1rem;
}

.ui-dialog .checkbox-wrapper .fieldset-wrapper {
  margin-bottom: 0.5rem !important;
  height: auto !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .ui-dialog {
    position: fixed;
    height: auto;
    width: 80% !important;
    top: 19.5049px;
    left: 10% !important;
  }

  .ui-dialog .form-radios .form-item label {
    width: auto;
  }

  .rating-table {
    display: none !important;
  }

  .ui-dialog fieldset {
    height: 13rem;
  }

  #drupal-modal table {
    display: none;
  }

  #drupal-modal .fieldset-wrapper {
    padding: 0rem;
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
}

/* AutoComplete */

.ui-autocomplete {
  top: 83px !important;
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  border: unset !important;
  box-shadow: rgb(0 0 0 / 50%) 0 35px 29px !important;
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  overflow: hidden;
}
.ui-autocomplete li a div {
  display: block !important;
}

.ui-autocomplete li.ui-menu-item:hover {
  background-color: #009b74 !important;
}

.ui-autocomplete .ui-autocomplete-field-group {
  display: none !important;
}

.ui-autocomplete li {
  border-color: #fff !important;
  border-width: 0 0 0 0 !important;
  border-bottom: 0.1rem solid #e5e5e5 !important;
  padding: 1.4rem 2rem !important;
}

.search-form-autocomplete {
  position: absolute !important;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  overflow: hidden;
}

.search-form-autocomplete .ui-autocomplete-field-group {
  display: none !important;
}

.search-form-autocomplete li {
  border-color: #fff !important;
  border-width: 0 0 0 0 !important;
  padding: 0px !important;
}

.search-form-autocomplete li a {
  padding: 1.4rem 2rem !important;
  display: inline-block;
  width: 100%;
}

.search-form-autocomplete li:hover a {
  background-color: #009b74 !important;
  border: 1px solid #009b74 !important;
}

.search-form-autocomplete li a:hover {
  background-color: #009b74 !important;
  border: 1px solid #009b74 !important;
  background: #009b74 !important;
}

.search-form-autocomplete li a.ui-state-active {
  background-color: #009b74 !important;
  border: 1px solid #009b74 !important;
  background: #009b74 !important;
}

.form-item-search-query .no-results li:hover {
  background-color: #009b74 !important;
  border: 1px solid #009b74 !important;
}

.form-item-search-query .no-results li:hover div {
  color: #fff;
}

ul[data-sa-theme="basic-blue"] .ui-autocomplete-fields > *:first-child {
  font-weight: normal;
  color: #545454;
  font-size: 1rem;
}

.form-autocomplete {
  background-image: none !important;
}

@media screen and (max-width: 768px) {
  .ui-autocomplete {
    top: 60px !important;
  }

  .search-form-autocomplete {
    width: 86% !important;
    min-width: 0 !important;
  }
}

/* COOKIE */
.eu-cookie-compliance-content {
  max-width: 95%;
}

.sliding-popup-bottom {
  -webkit-box-shadow: 0px -2px 18px 0px rgba(173, 173, 173, 1);
  -moz-box-shadow: 0px -2px 18px 0px rgba(173, 173, 173, 1);
  box-shadow: 0px -2px 18px 0px rgba(173, 173, 173, 1);
}

.eu-cookie-compliance-message {
  max-width: 85%;
  margin-left: 1rem;
}

button.agree-button.eu-cookie-compliance-default-button {
  background: rgba(255, 255, 255, 0);
  color: #2c5697;
  text-shadow: none;
  border-radius: 9px;
  box-shadow: none;
  padding: 10px 20px;
  border: 1px solid #2c5697;
  transition: 0.3s ease-in-out;
}

button.agree-button.eu-cookie-compliance-default-button:hover {
  background: #2c5697;
  transition: linear 0.2s !important;
  color: #fff !important;
  -webkit-box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
  box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
}

.sliding-popup-bottom a {
  color: #2c5697;
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-secondary-button {
  background: #2c5697;
  color: white;
  text-shadow: none;
  border-radius: inherit;
  box-shadow: none;
  padding: 10px 20px;
  margin-top: 1em;
  font-weight: 600;
  width: 10em;
}

.popup-content.eu-cookie-compliance-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eu-cookie-compliance-message p {
  line-height: 1.6;
  font-size: 0.8rem;
  display: block;
  margin: 0.2rem 0 0.4rem 0;
}

@media screen and (max-width: 600px) {
  .eu-cookie-compliance-hide-button {
    margin: auto;
  }
}

button.decline-button.eu-cookie-compliance-default-button {
  background: #9c9e9f;
  color: #ffffff;
}

.eu-cookie-compliance-hide-button:hover {
  background: #2c5697;
  background-image: none;
}

@media screen and (max-width: 768px) {
  .popup-content.eu-cookie-compliance-content {
    flex-direction: column;
  }
}

td.is-active {
  background-color: #fff;
}

.amp_acc_container .wrap {
  margin: 0 auto;
  padding: 1.4rem 3.2rem;
}

.amp_acc_container h3 {
  font-size: 1.8em;
  line-height: 1.3em;
  color: #001e41;
}

.amp_acc_container .cell {
  min-height: 0;
  min-width: 0;
  width: calc(100% - 2.4rem);
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.amp_acc_container {
  padding-top: 3rem;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .amp_acc_container .wrap {
    padding: 1.2rem;
  }
}

/*Portal Pages*/

.page-node-type-portal-page .node--unpublished {
  background-color: #fff !important;
}

.page-node-type-portal-page .amp_banner_text_content_page {
  padding-bottom: 0 !important;
}

.page-node-type-portal-page .amp_banner_section_content_page:after {
  height: 0 !important;
}

.page-node-type-portal-page .amp_banner_text_content_page > h2 {
  font-weight: 400;
  font-size: calc(0.65 * 4.2rem * 1.1);
  letter-spacing: calc(0.65 * (-0.05rem));
  color: #001e41;
  margin-top: 4rem;
  margin-bottom: 0rem;
  line-height: 1.2;
}

.page-node-type-portal-page .search-box {
  position: revert;
}
/*added by Rajat */
.path-search-page .search-advanced #edit-lang-fieldset {
  display: none;
}
.path-search-page .search-advanced .form-item-type-general-pages {
  display: none;
}
.path-search-page .search-advanced .form-item-type-article {
  display: none;
}
.path-search-page .search-advanced .form-item-type-page {
  display: none;
}
.path-search-page .search-advanced .form-item-type-portal-page {
  display: none;
}
.path-search-page .search-advanced .form-item-type-portal-form {
  display: none;
}
.path-search-page .search-advanced .form-item-type-choice-of-fund-products {
  display: none;
}
.path-search-page .search-advanced .form-item-type-unit-price {
  display: none;
}
/*.path-search-page .search-advanced .form-item-type-document{display:none;}*/
.search-advanced #edit-keywords-fieldset .form-item-negative {
  display: none;
}
.search-advanced #edit-keywords-fieldset {
  display: none;
}

.js-form-managed-file input.js-hide {
  width: 28.5% !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1em;
  text-decoration: none;
  padding: 1rem;
  min-width: 18rem;
  background: #2c5697;
  display: inline-block;
  text-align: center;
  transition: linear 0.2s;
  border: none;
  margin: 0;
}

.multiselect_upload input.js-hide {
  display: none !important;
}

.multiselect_upload input[type="submit"] {
  color: #545454;
  font-size: 1.2rem;
  line-height: 1em;
  text-decoration: none;
  padding: 1rem;
  min-width: 18rem;
  background: #fff;
  text-align: center;
  margin-bottom: 0;
  transition: linear 0.2s;
  display: block;
  margin-left: 0;
  border: 1px solid #545454;
  width: auto;
}

.multiselect_upload .remove-button {
  color: #545454;
  font-size: 1.2rem;
  line-height: 1em;
  text-decoration: none;
  padding: 1rem 4.2rem;
  min-width: 18rem;
  background: #fff;
  text-align: center;
  margin-bottom: 0;
  transition: linear 0.2s;
  display: inline;
  margin-left: 0;
  border: 1px solid #545454;
  width: auto;
  position: relative;
  cursor: pointer;
  bottom: -1rem;
}

.multiselect_upload .remove-button:hover {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}

.path-webform .multiselect_upload .form-type-checkbox {
  display: flex !important;
}

.multiselect_upload input[type="submit"]:hover {
  background-color: #c8451e;
  border-color: #c8451e;
  color: #fff;
}

.js-form-managed-file input.js-form-file {
  display: inline-block;
  width: 70%;
  float: left;
  margin-right: 1rem;
  border: 0.1rem solid #545454;
  line-height: 1.8rem;
  padding: 0.5rem;
}

.js-form-managed-file input[name="file_remove_button"] {
  width: 20%;
  border: 0.1rem solid #545454;
  display: inline;
}

.js-form-managed-file a {
  color: #2c5697;
}

@media screen and (max-width: 768px) {
  .js-form-managed-file input.js-form-file {
    width: 100%;
  }

  .js-form-managed-file input.js-hide {
    width: 100% !important;
  }
}

.page-node-type-portal-page .amp_helpful_block_wrapper p {
  border-bottom: 1px solid #ccd2d9;
}

.page-node-type-portal-page .amp_helpful_block_wrapper a {
  border: none;
}

.page-node-type-portal-page .amp_helpful_block_wrapper p:last-child {
  border: none;
}

#backtotop {
  background-size: 50px;
  width: 50px;
  height: 50px;
}

@media screen and (max-device-width: 600px) {
  #backtotop {
    right: 6px;
  }
}

.search-help {
  cursor: pointer;
  position: absolute;
  right: 0;
  padding-right: 4rem;
  z-index: 10;
}

.tooltiptext {
  visibility: hidden;
  width: 14rem;
  font-size: 1rem;
  background-color: #545454;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 0;
}

.search-help:hover .tooltiptext {
  visibility: visible;
}
/*hide search text from faq page*/
.hide-search {
  display: none;
}

.path-webform .form-container {
  width: 60%;
  float: left;
}
.path-webform .form-image-container {
  width: 40%;
  float: left;
}

#edit-header-banner {
  margin-top: 0;
  margin-bottom: 0;
}

.path-webform .image-container {
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(233, 233, 233, 1) 49%,
    rgba(255, 255, 255, 1) 100%
  );
}

.path-webform .image-container img {
  width: 71%;
  margin: 0rem 6rem;
  display: block;
}
.path-webform .content-container {
  z-index: 100;
  padding: 0rem 4rem 1rem 8rem;
}

.path-webform .campaign-submit {
  margin-bottom: 0;
}

.path-webform #edit-disclaimer .plain_content_blocks {
  background-color: #fff !important;
}

.path-webform .content-container img {
  left: 34rem;
  position: relative;
  display: inline;
  top: -1rem;
}

.form-image-container img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.path-webform .image-container {
  overflow: hidden;
  height: 500px;
}

.path-webform .campaign-form {
  display: flex !important;
}

.path-webform img[alt="marker"] {
  position: absolute;
  height: 60px;
  right: 22rem;
  top: 13rem;
}

div#preloader {
  text-align: center;
  top: 14rem;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(233, 233, 233, 1) 49%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 1rem;
  width: 100%;
  left: 0;
  font-weight: bold;
}

#confirmation_block {
  background-color: #fff !important;
}

#confirmation_block img {
  width: 60%;
  margin: 0 auto;
}

#campaign-block {
  background-color: #fff !important;
  padding-bottom: 0;
  padding-top: 0;
}

#campaign-block .inline-header {
  position: relative;
  top: -2rem;
  font-size: 2.4rem;
}

#campaign-block .inline-image {
  display: inline;
}

.dynamic-container .grid-x {
  position: relative;
}

.dynamic-container h3 {
  color: #001e41;
}

.dynamic-container p {
  font-size: 1rem;
  color: #545454;
}

.privacy label {
  display: inline-block;
}

.privacy .description {
  display: inline-block;
  margin-left: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
}

.privacy .description a {
  color: #001e41;
}

.privacy .form-required:after {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #campaign-block .inline-header {
    top: -1.3rem;
    font-size: 1.8rem;
  }

  #campaign-block .inline-image {
    width: 42%;
    height: 100%;
  }

  .dynamic-container h3 {
    font-size: 1.8rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .path-webform .form-container {
    width: 100%;
    float: left;
  }
  .path-webform .form-image-container {
    display: none;
  }

  .path-webform .content-container {
    z-index: 100;
    position: relative;
    padding: 1.2rem;
  }

  .path-webform .content-container img {
    left: 0;
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .path-webform .image-container {
    height: 300px;
  }

  .path-webform .image-container img {
    width: 80%;
    margin: 0rem 2.5rem;
  }

  #campaign-block .inline-image {
    display: inline;
    width: 100%;
    height: 100%;
  }

  #edit-captcha-container {
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  div#preloader {
    text-align: center;
    top: 8rem;
    position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(233, 233, 233, 1) 49%,
      rgba(255, 255, 255, 1) 100%
    );
    padding: 1rem;
    left: 0;
    width: 100%;
    font-weight: bold;
  }
}

/* .path-webform .grid-component-wrapper-np .grid-x {
    display: none;
} */

.graph-img {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .graph-img {
    width: 100%;
  }
}

/* New Banner Section */
.home-page-cta {
  background: #fff0;
  font-size: 1rem;
  padding: 1rem;
  color: #2c5697 !important;
  width: 8.9rem;
  border: 1px solid #2c5697;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
}

.home-page-cta:hover,
.home-page-cta:focus {
  background: #2c5697;
  transition: linear 0.2s !important;
  color: #fff !important;
  -webkit-box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
  box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
}

@media only screen and (max-width: 768px) {
  .home-page-cta {
    width: calc(0.62 * 14rem);
  }
}

.callout-box {
  background-color: #fff;
  padding: 1rem;
  border-left: 0.3rem solid #2c5697;
}

article.media--type-video video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  article.media--type-video video {
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  article.media--type-video video {
    height: 80vh;
  }
}

video {
  cursor: pointer;
}

span.badge {
  margin-left: 1rem;
  font-size: 0.9rem;
  color: #545454;
  background: #ededed;
  padding: 5px;
  border-radius: 4px;
}

.upload-information {
  color: #545454;
  line-height: 1.4rem;
  font-size: 0.9rem;
  display: inline-block;
  background: #ededed;
  padding: 1rem;
  border-radius: 5px;
  margin-top: 2rem !important;
}

.graph-img-full-width {
  width: 100%;
}

/* Newzeland Campaing */

.path-webform .wizard-container .amp-form-wrapper {
  padding: 2rem 4rem 2rem 4rem;
  margin: 0rem auto;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.path-webform .webform-progress {
  display: none;
  max-width: 50%;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.webform-progress-tracker.progress-tracker {
  margin-bottom: 0px;
}

.webform-progress-tracker .progress-marker {
  display: none;
}

.webform-progress-tracker .progress-step::after {
  display: none;
}

.progress-tracker--center .progress-step {
  padding: 1rem;
}

.progress-step.is-active {
  border-bottom: 4px solid #009b74;
}

.webform-progress-tracker .progress-title[role="link"] {
  color: #777;
}
.webform-progress-tracker .progress-title[role="link"]:hover,
.webform-progress-tracker .progress-title[role="link"]:focus {
  font-weight: bold;
  color: #777;
  text-decoration: none;
}

.path-webform .webform-button--next,
.path-webform .webform-button--previous {
  color: #2c5697;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  padding: 1rem;
  min-width: 18rem;
  background: #ffffff00;
  text-align: center;
  margin-left: 4rem !important;
  margin-bottom: 4rem;
  border: 1px solid #2c5697;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
}

.path-webform .webform-actions {
  display: flex;
}

.path-webform .webform-button--next:hover,
.path-webform .webform-button--next:focus,
.path-webform .webform-button--previous:hover,
.path-webform .webform-button--previous:focus {
  background: #2c5697;
  transition: linear 0.2s !important;
  color: #fff !important;
  -webkit-box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
  box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%);
}

.path-webform .webform-signature-pad {
  width: 30%;
}

.path-webform .webform-signature-pad canvas {
  width: 100%;
}

.path-webform .webform-signature-pad input {
  margin-bottom: 0px;
  width: 30%;
  font-size: 0.8rem;
  border: none;
  background: #d2d2d2;
  color: #545454;
  transition: linear 0.2s;
}

@media screen and (max-width: 768px) {
  .path-webform .webform-progress {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .webform-progress-tracker .progress-text {
    display: inline-block;
  }

  .path-webform .wizard-container .amp-form-wrapper {
    padding: 1rem;
    margin: 0rem;
    background: #fff;
  }

  .path-webform .webform-button--next,
  .path-webform .webform-button--previous {
    margin-left: 1rem !important;
    min-width: 10rem;
  }

  .path-webform .webform-button--submit {
    min-width: 10rem;
  }

  .path-webform .webform-signature-pad {
    width: 100%;
  }
}

ul.sf-menu a,
ul.sf-menu span.nolink {
  display: initial !important;
  padding: 1.8em 1.4em !important;
  color: #ffffff;
}

ul.sf-menu .sf-sub-indicator {
  display: none;
}

ul.sf-menu.menu ul li a {
  color: #001e41;
  line-height: 1rem;
  padding: 1rem !important;
  width: 100%;
  display: block !important;
  font-size: 0.9rem;
}

ul.sf-menu.menu ul {
  background: rgb(255, 255, 255);
  -moz-column-count: 3;
  -moz-column-gap: 1rem;
  -webkit-column-count: 3;
  -webkit-column-gap: 1rem;
  column-count: 3;
  column-gap: 1rem;
}

.faq .coh-wysiwyg h2 {
  margin: 2rem 2.5rem 1.2rem;
  line-height: 1.2;
  color: #001e41;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .faq .coh-wysiwyg h2 {
    /* margin: 2rem 1rem 1.2rem; */
    margin: 0;
    line-height: 1.2;
    color: #001e41;
    font-size: 2rem;
  }
}

.product-range-container h3 {
  font-size: 1.8em;
  line-height: 1.3em;
  margin-bottom: 1em;
  color: #001e41;
}

.productselectiontool-conatiner.insurance_content_dropdown {
  width: calc(100% - 1rem);
}

/* Focus Elements */
/* a:focus, select:focus, label:focus,
.card-component:focus,
.rich_text_editor:focus, div:focus, h1:focus, h2:focus, h3:focus, h4:focus  {
    outline: 0.16rem dashed #b59d6a;
}

input.btn-product-select:focus {
    outline: 0.16rem dashed #b59d6a;
}

select:focus {
    outline: 0.16rem dashed #b59d6a;
}

.claim-right-content:focus {
    outline: 0.16rem dashed #b59d6a;
}

.amp_banner_section:focus {
    outline: 0.16rem dashed #b59d6a;
}

.bg_pastel_grey:focus{
    outline: 0.16rem dashed #b59d6a;
    background: #f1f7f9;
}

.amp-main-menu a:focus {
    text-decoration: none;
    border-color: #00c2f3;
    transition: border-color .2s linear .2s;
}

.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4:focus-within {
    background: #f1f7f9;
}

.amp_insights .grid-x .contextual-component:focus-within {
	background: #f1f7f9;
	text-decoration: none;
}

.learn-more-list-item:focus-within {
	color: #fff;
	transition: all .3s ease;
	transition-property: color,background-color,border-color;
	background-color: #f1f7f9;
	border-color: #f1f7f9;
	text-decoration: none;
}

.ipn li:focus-within a span {
	border-color: #009b74;
	transition: border-color 0.2s linear 0.2s;
}

a:hover, select:hover, label:hover,
.card-component:hover, .rich_text_editor:hover,
div:hover, h1:hover, h2:hover, h3:hover, h4:hover {
    outline: none !important;
}  */

/*Video list and Modal*/
.video-list {
  padding: 0rem 4rem 0rem 4rem;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .video-list {
    padding: 0rem 1rem 0rem 1rem;
  }
}
.list-wrapper {
  list-style: none;
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  flex-direction: column;
}

.list-wrapper .list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: linear 0.2s;
  background-color: #f1f7f9;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.list-wrapper .list-items img {
  width: 400px;
}

.list-wrapper .list-description-container {
  padding: 1rem;
}

.list-wrapper h3 {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.list-wrapper .list-wrapper p {
  line-height: 1.3rem;
  font-size: 1rem;
}

.list-wrapper .list-items:hover {
  background-color: #bfdde5;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgb(126 126 126 / 75%);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  background: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .video-list {
    padding: 0rem 1rem 0rem 1rem;
  }

  .list-wrapper .list-items {
    display: flex;
    flex-direction: column;
  }

  .list-wrapper .list-items img {
    width: 100%;
  }

  .modal {
    padding: 0.2rem;
  }
}

/* rsa form */
p.form_indented {
  margin-left: 2.2rem;
}

.custom_composite_form td {
  padding: 0.5rem 1rem;
}

.custom_composite_form th {
  padding: 1rem;
}

.custom_composite_form td input {
  margin-top: 1rem;
}

.amount_dollar_field span.field-prefix {
  flex-basis: 2%;
  margin-bottom: 1.5rem;
}

.amount_dollar_field input {
  flex-basis: 95%;
}

.amount_dollar_field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.amount_dollar_field label {
  flex-basis: 100%;
}

.custom_composite_form
  td.webform-multiple-table--operations.webform-multiple-table--operations-two {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.disabled-button {
  background: #75a8c3 !important;
}

.alert-message {
  color: rgb(244, 67, 54) !important;
  font-size: 0.9rem !important;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .custom_composite_form
    td.webform-multiple-table--operations.webform-multiple-table--operations-two {
    margin-top: 15%;
  }
}

.path-webform .form-actions {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 2rem;
}

/* Login Slide*/

.login {
  position: absolute;
  z-index: 999999;
  background: #ffffff;
  height: 100%;
  right: 0;
  top: 0;
  width: 18.6em;
  padding: 1rem;
  transition-duration: 0.25s;
  display: none;
}

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

img.login__logo {
  width: 11rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.login ul li a {
  padding: 1.2rem 1.5rem;
  display: block;
  font-size: 1.1rem;
  width: 100%;
  color: #001e41;
}

.login ul li a::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-top: 2px solid #2c5697;
  border-right: 2px solid #2c5697;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
  position: absolute;
  right: 3em;
  transition: linear 0.2s;
}

a.login__btn-close {
  margin-top: 1rem;
  cursor: pointer;
}
.login__header {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
}
.login ul li {
  border-radius: 9px;
  transition: 0.3s ease-in-out;
}

.login ul li:hover {
  color: #fff;
  background: #009b74;
}

.login ul li:hover a {
  color: #fff;
}

.login ul li:hover a::after {
  border-color: #fff;
  right: 2.5em;
}

.login__open {
  display: block !important;
  right: 0 !important;
  box-shadow: -7px 1px 20px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -7px 1px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 1px 20px 0px rgba(0, 0, 0, 0.75);
}

.login_mask {
  transition: linear 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 99;
  cursor: pointer;
}

h3 span.search-count-text {
  display: none;
}

.search-count-text {
  display: inline-block;
  position: relative;
  top: 1rem;
}

#supporting-your-customers .coh-wysiwyg h2:first-child {
  font-size: 2em;
  margin: 0.67em 0;
}

/*3-column layout*/
#threecolumn {
  margin-top: 1rem;
  padding: 0rem;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 1440px) {
  #threecolumn {
    padding: 0rem 4.5rem;
  }
}

#threecolumn .grid-x {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#threecolumn .content-container h2 {
  color: #000000;
  font-size: 1.5rem !important;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}

#threecolumn .content-container p {
  font-size: 1rem;
  line-height: 2rem;
  color: #545454;
  padding-left: 0rem;
}

#threecolumn .cell-c4 {
  width: 30%;
  margin: 1rem;
  transition: linear 0.2s;
  cursor: pointer;
  text-align: initial;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  overflow: hidden;
}

#threecolumn .product_tile_link {
  position: absolute;
  bottom: 1.2rem;
  text-decoration: none;
  color: #2c5697;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}

#threecolumn .product_tile_link span {
  color: #2c5697;
  font-weight: 600;
  bottom: 1rem;
  position: absolute;
  left: 2rem;
}

#threecolumn .product_tile_link img {
  position: absolute;
  bottom: 1.35rem;
  left: 8em;
  top: unset;
}

#threecolumn .cta {
  display: none;
}
@media screen and (max-width: 1335px) and (min-width: 769px) {
  #threecolumn .cell-c4 {
    width: 29.2%;
  }
}

@media screen and (max-width: 768px) {
  #threecolumn {
    margin-top: 0;
    padding: 2rem;
  }

  #threecolumn .grid-x {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
}

/*2-column layout*/
#twocolumn {
  margin-top: 2rem;
  padding: 0rem 1rem 0rem 1rem;
  z-index: 10;
  position: relative;
}

#twocolumn .grid-x {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 3rem;
}

#twocolumn .content-container h2 {
  color: #000000;
  font-size: 2rem !important;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}

#twocolumn .content-container p {
  font-size: 1rem;
  line-height: 2rem;
  color: #545454;
  padding-left: 0rem;
}

#twocolumn .cell-c4 {
  width: 43%;
  margin: 1rem;
  transition: linear 0.2s;
  cursor: pointer;
  text-align: initial;
  min-height: 16rem;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  overflow: hidden;
}

#twocolumn .cell-c4:hover {
  background: #f1f7f9;
}

#twocolumn .product_tile_link {
  position: absolute;
  bottom: 1.2rem;
  text-decoration: none;
  color: #2c5697;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}

#twocolumn .product_tile_link span {
  color: #2c5697;
  font-weight: 600;
  bottom: 1rem;
  position: absolute;
  left: 2rem;
}

#twocolumn .product_tile_link img {
  position: absolute;
  bottom: 1.35rem;
  left: 8em;
  top: unset;
}

#twocolumn .cta {
  display: none;
}
@media screen and (max-width: 1335px) and (min-width: 769px) {
  #twocolumn {
    padding: 0rem 1rem 0rem 1rem;
  }

  #twocolumn .cell-c4 {
    width: 40%;
  }

  #twocolumn .grid-x {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #twocolumn {
    margin-top: 0;
    padding: 2rem;
  }

  #twocolumn .grid-x {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
  }
}

/*Custom DOB*/
.dob-wrapper .webform-element-description {
  font-size: 0.8rem;
  color: #a9a9a9;
}

.dob-wrapper div {
  display: inline;
}

.dob-wrapper label {
  display: inline;
}

.dob-wrapper .validation-dob {
  color: rgb(201 35 35);
}

/*css add by Rajat for hide save draft btn*/
.webform-submission-rsa-application-form-form .webform-button--draft {
  display: none;
}
.webform-submission-amp-retirement-savings-account-o-form
  .webform-button--draft {
  display: none;
}
/*end here -Rajat*/

/*Unit Prices Specific*/
.views-table th {
  padding: 1.3rem 1.2rem 1.3rem 0rem;
  border-color: #2c5697;
}

.view-unit-price .search-result-h3 {
  display: none;
}

.view-unit-price .form-actions {
  float: left;
  clear: inherit;
  margin-top: 2.9rem;
}

.view-unit-price .views-exposed-form input[type="submit"] {
  float: none;
  padding: 1.1rem;
}

.view-unit-price .view-header {
  font-size: 1.2rem;
  color: #545454;
  padding: 1rem 4rem;
}

.view-unit-price .view-grouping-header {
  font-size: 1.7rem;
  color: #545454;
  padding: 1rem 0rem;
}

.view-unit-price .view-grouping {
  padding-bottom: 3rem;
}

td.views-field {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #001e41;
  padding: 1.3rem 1.2rem 1.3rem 0rem;
  border-bottom: 0.1rem solid #ccd2d9;
}

.view-what-we-invest td.views-field {
  border-bottom: none;
}

table caption {
  display: table-caption;
  text-align: left;
  padding: 1rem 0rem;
  font-size: 1rem;
  color: #545454;
}

.borderless td {
  border: none !important;
}

.view-unit-price .view-footer p.footnote {
  font-size: 0.8rem;
  color: #545454;
}

/* unit price css changes for mutlilevel filter*/
.unit-price .views-exposed-form .js-form-item {
  width: 70%;
}

.unit-price .views-exposed-form .js-form-item .select-wrapper {
  width: 47%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .unit-price .views-exposed-form .js-form-item {
    width: 100%;
  }

  .unit-price .views-exposed-form .js-form-item .select-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .unit-price.view-unit-price .view-header {
    padding: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .unit-price .view-grouping-content {
    overflow: scroll;
    width: 100%;
  }
}

/*choice of fund css changes*/
.choice-of-fund .heading {
  font-size: calc(0.625 * 3.4rem);
  line-height: 1.18182;
  font-weight: 400;
  margin-bottom: calc(0.625 * 1.2rem);
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: calc(0.625 * -0.05rem);
  color: #001e41;
}

.choice-of-fund .view-header {
  padding: 2rem 4rem 0 4rem;
}

.choice-of-fund .view-content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #001e41;
}

.choice-of-fund .views-exposed-form .js-form-item {
  width: 32.5%;
  float: left;
  margin-top: 1rem;
}

.choice-of-fund .views-exposed-form .form-actions {
  width: 32.5%;
  float: left;
  clear: none;
}

.choice-of-fund .views-exposed-form .form-actions input {
  float: left;
  padding: 1.1rem;
  margin-left: 15px;
}

.choice-of-fund .view-content .your-fund-details h3 {
  margin-bottom: 30px;
}

.choice-of-fund .view-content table {
  width: 65%;
}

.choice-of-fund .view-content table td {
  padding: 15px 15px 15px 0;
}

.choice-of-fund .your-fund-pdf-downloads {
  margin-top: 30px;
}

.choice-of-fund .your-fund-pdf-downloads .plain_content_blocks {
  background-color: transparent !important;
}

.choice-of-fund .your-fund-pdf-downloads-blurb {
  margin-top: 10px;
}

.choice-of-fund .your-fund-pdf-downloads-blurb a {
  color: #2c5697;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
}

.choice-of-fund .your-fund-pdf-downloads-blurb a:hover {
  color: #335695;
}

.choice-of-fund .views-exposed-form input[type="submit"]:first-child {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .choice-of-fund .view-content table {
    width: 80%;
  }

  .choice-of-fund .views-exposed-form .js-form-item {
    width: 100%;
  }

  .choice-of-fund .views-exposed-form .form-actions {
    width: 100%;
  }

  .choice-of-fund .views-exposed-form .form-actions input {
    float: right;
  }

  .choice-of-fund .view-header {
    padding: 2rem 1rem 0rem 1rem;
  }
}

@media screen and (max-width: 600px) {
  .choice-of-fund .view-content table {
    width: 100%;
  }
}

/*added bt Rajat for RSA form*/
.hide-title .fieldset-legend {
  display: none;
}
.custom-height {
  line-height: 24px;
}

/*site wide alerts*/
.site-wide-alerts {
  background: #bae4d9;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
}

.site-wide-alerts-container {
  max-width: 1440px;
  margin: 0 auto;
  line-height: normal;
}

/*closure block*/
.closure-block {
  padding: 40px 2em;
  text-align: center;
  position: relative;
}

.closure-block h2 {
  color: #000000;
  font-size: 1.3rem !important;
  line-height: normal;
  font-weight: bold;
  padding: 0 1.1em;
}

/*adding close button*/
.closure-block .x {
  position: absolute;
  right: 2em;
  top: 2.4rem;
  width: 25px;
  height: 25px;
}

.closure-block .x::before,
.closure-block .x::after {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 20px;
  height: 3px;
  content: "";
  background-color: #000000;
  display: block;
}

.closure-block .x::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closure-block .x::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closure-block .x:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .closure-block .x {
    right: 0.75em;
    top: 0.75em;
  }
}
.footer-alerts {
  background: #bae4d9;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 20%);
  display: none;
}

.footer-alerts-container {
  max-width: 1440px;
  margin: 0 auto;
  line-height: normal;
}

/*closure block*/
.closure-block,
.closure-block-footer {
  padding: 40px 2em;
  text-align: center;
  position: relative;
}

.closure-block h2,
.closure-block-footer h2 {
  color: #000000;
  font-size: 1.3rem !important;
  line-height: normal;
  font-weight: bold;
  padding: 0 1.1em;
  margin-bottom: 0px !important;
}

.closure-block a,
.closure-block-footer a {
  color: #2c5697;
}

/*adding close button*/
.closure-block .x,
.closure-block-footer .x {
  position: absolute;
  right: 2em;
  top: 2.4rem;
  width: 25px;
  height: 25px;
}

.closure-block .x::before,
.closure-block .x::after,
.closure-block-footer .x::before,
.closure-block-footer .x::after {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 20px;
  height: 3px;
  content: "";
  background-color: #000000;
  display: block;
}

.closure-block .x::before,
.closure-block-footer .x::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closure-block .x::after,
.closure-block-footer .x::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closure-block .x:hover,
.closure-block-footer .x:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .closure-block .x,
  .closure-block-footer .x {
    right: 0.75em;
    top: 0.75em;
  }
}

/* find a form page - search box changes */
.find-a-form .view-filters {
  max-width: 1440px;
  margin: 0 auto;
}

.find-a-form .view-filters .form--inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.find-a-form .form--inline .form-actions {
  position: absolute;
  right: -10px;
  left: 0;
  bottom: -70px;
}

.find-a-form .views-exposed-form .js-form-item {
  width: 21.5%;
  margin-right: 1em;
}

.find-a-form .views-exposed-form .js-form-item select {
  padding: 1rem 2.5rem 1rem 1rem;
}

.find-a-form.find-a-form-nz .views-exposed-form .js-form-item {
  width: 31%;
}

.find-a-form .views-exposed-form .form-item-combine {
  width: 30%;
  margin-right: 0;
  margin-left: 40px;
  position: relative;
}

.find-a-form .views-exposed-form .form-item-combine .no-results {
  border: 1px solid #c5c5c5;
}

.find-a-form .views-exposed-form .form-item-combine .no-results li {
  border-bottom: 0.1rem solid #e5e5e5 !important;
  padding: 0.75rem 1rem !important;
  color: #545454;
}

.find-a-form .views-exposed-form .form-item-combine .no-results li a {
  color: #545454;
}

.find-a-form .views-exposed-form .form-item-combine input {
  width: 100%;
  font-weight: 300;
  letter-spacing: -0.05rem;
  color: #2c5697;
  outline: none;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  border-radius: 9px;
  height: 40px;
  padding: 10px 45px 10px 15px !important;
  border: 1px solid #7fb3c1 !important;
  z-index: 11;
  position: relative;
  transition: 0.2s linear;
  height: 54px;
  background-color: #fff;
  /* background: white url(/themes/amp/images/search.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 14px;
    background-size: 25px; */
}

.find-a-form .views-exposed-form .form-item-combine .form-item-combine-img {
  position: absolute;
  height: 25px;
  right: 15px;
  top: 46px;
  z-index: 110;
  cursor: pointer;
}

.find-a-form .views-exposed-form .form-item-combine label {
  position: relative;
}

.find-a-form .views-exposed-form .form-item-combine label::before {
  content: "OR";
  color: #003057;
  position: absolute;
  top: 315%;
  left: -40px;
  font-weight: bold;
}

.find-a-form .view-empty a {
  color: #2c5697;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.find-a-form-autocomplete {
  width: 100% !important;
}

.find-a-form-autocomplete li.ui-menu-item {
  padding: 0.25rem 1rem !important;
}

.find-a-form-autocomplete li.ui-menu-item a {
  position: relative;
  padding: 1em 1em 1em 0.4em;
  display: inline-block;
  width: 100%;
}

.find-a-form-autocomplete li.ui-menu-item.see-all-results {
  text-align: center;
}

.find-a-form-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  background-color: transparent !important;
  border-color: transparent !important;
}

.find-a-form-autocomplete li.ui-menu-item:hover {
  background-color: #009b74 !important;
}

@media screen and (max-width: 992px) {
  .find-a-form .view-filters .form--inline {
    flex-direction: column;
  }

  .find-a-form .views-exposed-form .js-form-item {
    width: 100%;
    margin-right: 1.5em;
  }

  .find-a-form .views-exposed-form .form-item-combine {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }

  .find-a-form .views-exposed-form .form-item-combine label::before {
    top: -40px;
    left: 50%;
  }

  .find-a-form.find-a-form-nz .views-exposed-form .js-form-item {
    width: 100%;
  }
}

/*Added by Rajat Dt 08/03/22*/
.path-findaform .view-filters {
  /* padding: 1rem 4rem !important; */
  position: relative;
  z-index: 11;
  top: -20px;
  margin-bottom: 40px;
}
/*Added by Rajat Dt 25/05/22*/
.thank-you-page .home-page-cta {
  text-decoration: none !important;
}

.path-findaform .view-content,
.search-result-h3,
.view-footer {
  padding: 1rem 4rem !important;
}

.path-search-page .view-search-page .field-content {
  line-height: 1.5rem;
}

.search-form-header .search-form-autocomplete li a {
  border-bottom: 1px solid #c5c5c5;
}

/*End here /*
/* Sweet Alert Minify code */
.swal2-popup.swal2-toast {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  padding: 1.25em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  margin: 0 0.625em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container {
  padding: 0.625em 0 0;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex: 1;
  flex-basis: auto !important;
  align-self: stretch;
  width: auto;
  height: 2.2em;
  height: auto;
  margin: 0 0.3125em;
  margin-top: 0.3125em;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.125em 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast
  .swal2-success
  [class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(
    .swal2-top-left
  ):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(
    .swal2-center-left
  ):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(
    .swal2-bottom-end
  ):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
  > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #2778c4;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #d14529;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel {
  border: 1px solid #ccc !important;
  border-radius: 0.25em;
  background: initial;
  background-color: #757575;
  color: #545454 !important;
  font-size: 1em;
}
.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}
.swal2-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type="number"] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-checkbox label,
.swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-checkbox input,
.swal2-radio input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}
.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 0 -2.7em;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success
  [class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}
[class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden="true"] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* added css for adviser search page */

.path-adviser-search-page .views-field h3 a:hover {
  text-decoration: underline;
}

/* Added for paxus user redirect modal: Starts */
.aia-modal {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.aia-modal .close-modal {
  display: none !important;
}

.aia-modal .modal-title {
  font-weight: normal;
  font-family: arial;
  margin: 0 auto;
  border-bottom: 2px #ececec solid;
  font-size: 2em;
  padding: 0px 5px 5px 5px;
}

.aia-modal .modal-content {
  border: #009b74 solid;
  border-top: 37px #009b74 solid;
  padding: 5px 5px 15px 5px;
}

.aia-modal .modal-header .close {
  padding: 10px 15px 15px 15px;
}

.aia-modal .modal-header .close {
  position: absolute;
  right: 0px;
  margin-right: 15px;
  font-size: 1.5em;
  color: #000000;
}

.aia-modal .modal-page-dialog {
  width: 80% !important;
}

.aia-modal .modal-header {
  width: 80%;
  margin: 0 auto;
}

.aia-modal .modal-body {
  width: 75%;
  margin: 0 auto;
  position: relative;
  padding: 0px 0px 15px 0px;
  margin-top: 10px;
}

.aia-modal .modal-body p {
  margin-bottom: 15px;
  font-size: 20px !important;
}

#aia_micro_site_redirect_info_desc #edit-aia-redirect {
  padding: 1rem 2.5rem 1rem 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.08rem solid #7fb3c1;
  background: url(/themes/amp/images/arrow-down.png) 95%/8% no-repeat #fff;
  background-size: 1.5rem;
  outline: none;
  line-height: 1.3rem;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  margin-top: 10px;
  width: 100%;
}

#edit-aia-redirect {
  color: grey;
  font-style: italic;
}

#edit-aia-redirect option + option {
  color: black;
  font-style: normal;
}

.aia-popup {
  visibility: hidden;
  line-height: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 430px) {
  .aia-modal .modal-title {
    font-size: 1.4em !important;
    padding-top: 3.3em !important;
  }

  .aia-modal .modal-header .close {
    padding-top: 3.3em !important;
  }
}

@media screen and (max-width: 930px) {
  .aia-modal .modal-header,
  .aia-modal .modal-page-dialog {
    width: 100% !important;
    margin-left: 0px;
  }

  .aia-modal .modal-title {
    font-size: 2em;
    padding-top: 1.4em;
    font-weight: 600;
  }

  .aia-modal .modal-body p {
    font-size: 17px !important;
    line-height: 25px;
  }

  .aia-modal .modal-header .close {
    margin-right: 5px;
    padding-top: 2.3em;
  }

  .aia-modal .modal-body {
    width: 90%;
  }

  .aia-modal .modal-content {
    border: transparent;
  }
}
/* Added for paxus user redirect modal: Ends */

/* Added for new find a form page: Start */
.find-a-form-page {
  margin-top: 5em !important;
}

.find-a-form-page .views-exposed-form .js-form-item {
  width: 43%;
}

.find-a-form-page #edit_field_products_id_chosen,
.find-a-form-page .views-exposed-form .js-form-item select {
  margin-left: 7% !important;
}

.find-a-form-page .chosen-single {
  height: auto !important;
  padding: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.08rem solid #7fb3c1;
  background: url(/themes/amp/images/arrow-down.png) 95%/8% no-repeat #fff !important;
  background-size: 1.5rem !important;
  outline: none;
  line-height: 1.3rem;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.find-a-form-page .chosen-container-single .chosen-single div b {
  display: none !important;
}

.find-a-form-page .chosen-drop {
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

i#fa-icon-auto,
i#fa-icon {
  position: relative;
  bottom: 10px;
  display: inline-block;
}

i#fa-icon-auto .tooltip_finaaform,
i#fa-icon .tooltip_finaaform {
  visibility: hidden;
  width: 255px;
  border-radius: 5px;
  padding: 5px 0;
  border: 3px #00ab84 solid;
  left: 2em;
  bottom: 0;
  text-align: left;
  position: absolute;
  z-index: 1;
  padding: 10px;
  font-family: arial;
  font-weight: 500;
  line-height: 22px;
}

#edit-request-id::placeholder,
input#edit-combine-val::placeholder {
  font-style: italic;
}

i#fa-icon-auto:hover .tooltip_finaaform,
i#fa-icon:hover .tooltip_finaaform {
  visibility: visible;
}

i#fa-icon-auto .tooltip_finaaform {
  width: 340px !important;
}

.cust_error {
  border: 1px red solid;
  border-radius: 9px;
}

.error-msg {
  color: red !important;
}

.error-msg-cls {
  margin-left: 7.5%;
  font-size: 15px !important;
  padding-top: 10px;
}

.no-result-found {
  padding-left: 3.5em;
}

.cust_error .chosen-single {
  border: none !important;
  border-radius: 9px;
}

.cust_reg {
  color: red;
}

.no_result span {
  display: block;
  padding: 1em 4.5em;
  font-weight: bold;
  color: #545454;
  font-size: 16px;
  line-height: 1.6;
}

.find-a-form-page .view-empty {
  padding: 0px;
  max-width: 1540px;
  margin: 0 auto;
}

.find-a-form-page .view-empty a {
  color: #2c5697;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.find-a-form-page .view-filters,
.find-a-form-page .search-result-h3,
.find-a-form-page .view-footer,
.find-a-form-page .view-content {
  max-width: 1540px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .find-a-form-page .views-exposed-form .js-form-item {
    width: 90%;
    padding-top: 1em;
  }

  .find-a-form-page #edit_field_products_id_chosen,
  .find-a-form-page .views-exposed-form .js-form-item select {
    margin-left: 0 !important;
  }

  /* .view-display-id-findaform_new_page .view-footer {
    padding: 1rem 4rem 1rem 1rem !important;
  } */

  .no-result-found {
    padding-left: 1em !important;
  }

  /* .view-display-id-findaform_new_page .search-result-h3 {
    padding: 1rem 4rem 1rem 1rem !important;
  } */

  .error-msg-cls {
    margin-left: 1%;
  }
}

@media screen and (max-width: 768px) {
  .find-a-form-page .views-exposed-form .form-item-field-products-id {
    overflow-x: hidden;
  }
  #fa-icon {
    display: none !important;
  }

  .no_result span {
    /* padding: 1em 1.5em; */
    padding: 1em 5px;
  }

  .error-msg-cls {
    margin-left: 1%;
  }
}

@media screen and (max-width: 430px) {
  .find-a-form-page .view-empty,
  .find-a-form-page .view-filters,
  .find-a-form-page .search-result-h3,
  .find-a-form-page .view-footer,
  .find-a-form-page .view-content {
    margin-left: 10px !important;
    padding-left: 15px !important;
  }
}
/* Added for new find a form page: Ends */

/* Find a Form CSS - Wave 2: Starts */
.find-a-form-new-wave #edit-reset {
  display: none !important;
}

.find-a-form-new-wave .view-filters {
  max-width: 1535px;
  margin: 0 auto;
  margin-top: 5em;
}

.find-a-form-new-wave .view-empty {
  padding: 0;
  margin: 0 auto;
  max-width: 1545px;
}

.find-a-form-new-wave .views-exposed-form .js-form-item {
  width: 43%;
}

.find-a-form-new-wave .chosen-single {
  height: auto !important;
  padding: 1rem;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.08rem solid #7fb3c1;
  background: url(/themes/amp/images/arrow-down.png) 97%/8% no-repeat #fff !important;
  background-size: 1.5rem !important;
  outline: none;
  line-height: 1.3rem;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.find-a-form-new-wave .chosen-container-single .chosen-single div b {
  display: none !important;
}

.find-a-form-new-wave .no-results,
.find-a-form-new-wave .find-a-form-autocomplete {
  margin-left: 7%;
  margin-top: -3px;
  border: 1px solid #7fb3c1 !important;
  z-index: 11;
}

.find-a-form-new-wave .search-result-h3,
.find-a-form-new-wave .view-content,
.find-a-form-new-wave .view-footer {
  margin: 0 auto;
  max-width: 1535px;
  padding: 1rem 4.5rem !important;
}

@media only screen and (max-width: 459px) {
  .find-a-form-new-wave .views-exposed-form .js-form-item {
    width: 100%;
  }
}

.find-a-form-new-wave .views-exposed-form .form-item-combine-val {
  margin-right: 0;
  margin-left: 10px;
  position: relative;
}

.find-a-form-new-wave .views-exposed-form .form-item-combine-val .no-results {
  border: 1px solid #c5c5c5;
}

.find-a-form-new-wave
  .views-exposed-form
  .form-item-combine-val
  .no-results
  li {
  border-bottom: 0.1rem solid #e5e5e5 !important;
  padding: 0.75rem 1rem !important;
  color: #545454;
}

.find-a-form-new-wave
  .views-exposed-form
  .form-item-combine-val
  .no-results
  li
  a {
  color: #545454;
}

.find-a-form-new-wave .views-exposed-form .form-item-combine-val input {
  width: 100%;
  font-weight: 300;
  letter-spacing: -0.05rem;
  color: #2c5697;
  outline: none;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  border-radius: 9px;
  height: 40px;
  padding: 10px 45px 10px 15px !important;
  border: 1px solid #7fb3c1 !important;
  z-index: 11;
  position: relative;
  transition: 0.2s linear;
  height: 54px;
  background-color: #fff;
  margin-left: 7%;
}

.find-a-form-new-wave #edit_field_products_id_chosen {
  margin-left: 7%;
}

.find-a-form-new-wave .chosen-drop {
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.find-a-form-new-wave
  .views-exposed-form
  .form-item-combine-val
  .form-item-combine-img {
  position: absolute;
  height: 25px;
  right: -15px;
  top: 46px;
  z-index: 110;
  cursor: pointer;
}

.find-a-form-new-wave .views-exposed-form .form-item-combine-val label {
  position: relative;
}

.find-a-form-new-wave .views-exposed-form .form-item-combine-val label::before {
  content: none;
  color: #003057;
  position: absolute;
  top: 315%;
  left: -40px;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .find-a-form-new-wave .views-exposed-form .form-item-combine-val input {
    margin-left: 0px;
  }

  .find-a-form-new-wave
    .views-exposed-form
    .form-item-combine-val
    .form-item-combine-img {
    right: 15px;
  }

  .find-a-form-new-wave .views-exposed-form .js-form-item select {
    padding: 1rem 2.5rem 1rem 1rem;
  }

  .find-a-form-new-wave .view-filters {
    margin-top: 0;
  }

  .find-a-form-new-wave .views-exposed-form .form-item-combine-val {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }

  .find-a-form-new-wave
    .views-exposed-form
    .form-item-combine-val
    label::before {
    top: -40px;
    left: 50%;
  }

  .find-a-form-new-wave .views-exposed-form .js-form-item {
    width: 90%;
    margin-right: 1.5em;
  }

  i#fa-icon-auto,
  i#fa-icon {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .find-a-form-new-wave .views-exposed-form .form-item-combine-val input {
    margin-left: 0px;
  }

  .find-a-form-new-wave
    .views-exposed-form
    .form-item-combine-val
    .form-item-combine-img {
    right: 15px;
  }

  .find-a-form-new-wave .views-exposed-form .js-form-item select {
    padding: 1rem 2.5rem 1rem 1rem;
  }

  .find-a-form-new-wave .view-filters {
    margin-top: 0;
  }

  .find-a-form-new-wave .view-empty,
  .find-a-form-new-wave .view-filters,
  .find-a-form-new-wave .search-result-h3,
  .find-a-form-new-wave .view-footer,
  .find-a-form-new-wave .view-content {
    margin-left: 10px !important;
    padding-left: 15px !important;
  }
}
/* Find a Form CSS - Wave 2: Ends */

/* Mega menu css: Starts */
/*
.cust_mega_menu .amp-multicolumn {
  left: -20em !important;
}

.cust_mega_menu .amp-multicolumn-column a {
  box-sizing: inherit;
}

.cust_mega_menu .amp-multicolumn-column .sf-depth-3 {
  font-weight: 500;
}

.cust_mega_menu .amp-multicolumn-wrapper > ol > li {
  width: calc(100% / 7) !important;
  float: left;
  box-sizing: border-box;
  border-bottom: none !important;
  word-wrap: break-word;
}

.cust_mega_menu .sf-no-children {
  border: 0px !important;
}

.cust_mega_menu .cust-child-wrapper {
  min-width: 275px;
}

.cust_mega_menu .cust-parent,
.cust_mega_menu .cust-child-wrapper li {
  width: 58%;
}

a.cust-child.is-active.sf-depth-3.first-a,
.cust_mega_menu .sf-multicolumn-column.amp-multicolumn-column {
  width: 100% !important;
}

.cust_mega_menu a.cust-parent.sf-depth-2.first-a:last-child {
  min-width: 155px !important;
}*/

.w-101 {
  width: 100.9% !important;
}

.sub-product-list {
  width: 66.5%;
}

.sub-product-tile {
  width: 45%;
}

.cust_heading {
  margin: 0 auto;
  max-width: 1540px;
  padding: 30px 0 0 70px;
}

@media screen and (max-width: 1180px) {
  /*.cust_mega_menu .cust-child-wrapper {
    min-width: 275px;
  }

  .cust_mega_menu .amp-multicolumn {
    left: -14.5em !important;
  }*/
}

@media screen and (max-width: 1024px) {
  /*.cust_mega_menu .cust-child-wrapper {
    min-width: 240px;
  }

  .cust_mega_menu .amp-multicolumn {
    left: -13em !important;
  }

  .menu__box .cust_mega_menu ul:last-child li,
  a.cust-parent.is-active {
    width: 31.7vw !important;
  }

  ul.sf-menu a,
  ul.sf-menu span.nolink {
    padding: 1.1em 1.3em !important;
  }*/
}

@media screen and (max-width: 932px) {
 /* .cust_mega_menu .amp-multicolumn {
    left: 0 !important;
  }

  .cust_mega_menu .amp-multicolumn-wrapper > ol > li {
    width: calc(100% / 1) !important;
  }

  .cust-parent {
    font-weight: 700;
  }

  .cust_mega_menu .amp-multicolumn-column .sf-depth-3 {
    width: 31.5vw !important;
  }*/

  .sub-product-list,
  .sub-product-tile {
    width: 100%;
  }

  .cust_heading {
    padding: 30px 0 0 70px;
  }
}

@media screen and (max-width: 844px) {
  /*.menu__box .cust_mega_menu ul:last-child li,
  .cust_mega_menu .amp-multicolumn-column .sf-depth-3,
  a.cust-parent.is-active {
    width: 35vw !important;
  }
*/
  .cust_heading {
    padding: 30px 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  /*.menu__box .cust_mega_menu ul:last-child li,
  .cust_mega_menu .amp-multicolumn-column .sf-depth-3,
  a.cust-parent.is-active {
    width: 40.5vw !important;
  }*/
}

@media screen and (max-width: 430px) {
  /*.menu__box .cust_mega_menu ul:last-child li,
  .cust_mega_menu .amp-multicolumn-column .sf-depth-3 {
    width: 72vw !important;
    display: flex;
  }

  a.cust-parent.is-active {
    width: 72.3vw !important;
  }*/
}

@media screen and (max-width: 390px) {
 /* .menu__box .cust_mega_menu ul:last-child li,
  .cust_mega_menu .amp-multicolumn-column .sf-depth-3,
  a.cust-parent.is-active {
    width: 79.8vw !important;
  }*/
}
/* Mega menu css: Ends */

.online-product .content-container a {
  color: black;
  font-size: 22px;
}

@media screen and (max-width: 1440px) {
  .online-product {
    padding: 0rem 3.6rem !important;
  }
}

#product-holdings {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* Product details CSS: Start */
.view-product-details .view-filters {
  padding: 0px;
}

.view-product-details .view-content {
  padding: 25px 0px 0px 0px;
}

.green_txt {
  color: #009b74;
}

.prod_table {
  display: table;
  text-align: left;
  width: 90%;
  margin: 3% auto 0;
  border-collapse: separate;
  font-weight: 400;
}

.prod_sec_table {
  /* margin-top: 6%; */
  margin-bottom: 2%;
}

.prod_table_row {
  display: table-row;
  background: #f6f7f9;
}

.prod_theader {
  display: table-row;
}

.prod_table_header {
  display: table-cell;
  border: #727272 1px solid;
  background: #2c5697;
  color: #fbfcfe;
  font-weight: 700;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  min-width: 120px;
}

.prod_table_header:first-child {
  border-left: #727272 1px solid;
}

.prod_table_header:last-child {
  border-right: #727272 1px solid;
}

.prod_table_small {
  display: table-cell;
  border: #727272 1px solid;
  border-top: none;
  border-right: none;
}

.prod_table_small:first-child {
  border-left: #727272 1px solid;
}

.prod_table_small:last-child {
  border-right: #727272 1px solid;
}

.prod_table_cell {
  font-size: 15px;
}

.prod_table_row > .prod_table_small > .prod_table_cell:nth-child(odd) {
  display: none;
  background: #2c5697;
  color: #fbf1e4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.prod_table_row > .prod_table_small > .prod_table_cell {
  padding-top: 10px;
  padding-bottom: 10px;
  /* color: #5b5b5b; */
  padding-left: 10px;
  padding-right: 10px;
}

.prod_table_row:nth-child(2n + 3) {
  background: #e9e9e9;
}

#results_txt {
  margin: auto 0;
}

#results_txt .prod_table_cell {
  display: block;
  font-size: 10px;
  background: none;
  border: none;
  color: black;
}

#results_txt .prod_table_row {
  background: none;
}

.prod_table_small-footer {
  font-size: 16px;
  padding-top: 1em;
  z-index: 11;
  position: relative;
}

#product-code-info,
#product-more-info {
  width: 90%;
  margin: 0 auto;
  line-height: 1.9em;
}

@media screen and (max-width: 900px) {
  .prod_table {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .prod_table {
    display: block;
  }
  .prod_table_row:nth-child(2n + 3) {
    background: none;
  }
  .prod_theader {
    display: none;
  }
  .prod_table_row > .prod_table_small > .prod_table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
  }
  .prod_table_cell {
    display: table-cell;
    width: 50%;
  }
  .prod_table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    /* padding-bottom: 20px; */
    border: #727272 1px solid;
    margin: 5% auto 0;
    text-align: center;
  }
  .prod_table_small {
    display: table-row;
  }
  .prod_table_row
    > .prod_table_small:first-child
    > .prod_table_cell:last-child {
    border-left: none;
  }
  .prod_table_row > .prod_table_small > .prod_table_cell:first-child {
    border-left: #727272 1px solid;
  }
  .prod_table_row
    > .prod_table_small:first-child
    > .prod_table_cell:first-child {
    border-top: #727272 1px solid;
  }
  .prod_table_row
    > .prod_table_small:first-child
    > .prod_table_cell:last-child {
    border-top: #727272 1px solid;
  }
  .prod_table_row
    > .prod_table_small:last-child
    > .prod_table_cell:first-child {
    border-right: none;
  }
  .prod_table_row > .prod_table_small > .prod_table_cell:last-child {
    border-right: #727272 1px solid;
    background: white;
    border-bottom: #727272 1px solid;
  }
}

#product-details-cls .chosen-single {
  height: auto !important;
  padding: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.08rem solid #7fb3c1;
  background: url(/themes/amp/images/arrow-down.png) 98%/8% no-repeat #fff !important;
  background-size: 1.5rem !important;
  outline: none;
  line-height: 1.3rem;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  text-decoration: none;
}

#product-details-cls .chosen-container-single .chosen-single div b {
  display: none !important;
}

#product-details-cls .chosen-drop {
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

#product-details-cls .chosen-results {
  margin: 0;
  padding: 0;
}

#product-details-cls .chosen-results li {
  line-height: 20px;
  font-size: 1rem;
  list-style: none;
  position: relative;
  margin-bottom: 0.2rem;
  color: inherit;
  display: list-item;
  text-align: -webkit-match-parent;
}

#product-details-cls .highlighted,
#product-details-cls .chosen-results li:hover {
  color: white !important;
}

#product-details-cls .chosen-search .chosen-search-input {
  font-size: 1.2em;
}

#product-details-cls .chosen-drop {
  margin-top: -8px;
}
/* Product details CSS: Ends */

/* Insights and News CSS: Starts */
#news_cust_id .grid-x {
  padding: 0 15px;
  margin-top: -1.5em;
}

#news_cust_id .grid-x a.coh-link {
  left: -1.4rem !important;
}

#news_cust_id .plain_content_blocks {
  padding-top: 0;
}

#news_cust_id .grid-x .contextual-component {
  margin-top: 2.5rem;
}

#insights_cust_id .coh-wysiwyg,
#news_cust_id .coh-wysiwyg {
  padding-top: 15px;
  margin-left: 0px;
  width: 100%;
}

#all-insights-section .inner-wrapper {
  padding: 0 2rem 2rem 2rem;
}

#insights_cust_id .cust_heading {
  padding: 20px 0 0 10px;
}

#all-insights-section .inner-wrapper {
  width: 100%;
}

#all-insights-section .media-block {
  margin: 0 auto;
}

.cust-insights .view-content {
  padding: 5px 13px !important;
  margin-bottom: 1.5em;
}

.cust-insights-cls .view-content {
  padding: 1rem 4.3rem !important;
}

#insights_cust_id .cust-insights .view-content {
  padding: 5px !important;
  margin-bottom: 1.5em;
}

#insights_cust_id .amp_insights {
  padding: 0;
  margin: 0;
}

#insights_cust_id .amp_insights .grid-x {
  padding: 0px 0px 0px 1rem;
}

#insights_cust_id .amp_insights .grid-x a.coh-link{
  left: -2rem !important;
}

#insights_cust_id .amp_insights a.coh-link.homepage-full-span:before {
  width: 103.5%;
}

.mb0 {
  margin-bottom: 0px !important;
}

#grid-x-cust a.coh-link {
  left: -1.4rem !important;
}

.cust-insights-cls #grid-x-cust a.coh-link {
  left: -1.2rem !important;
}

#insight-page-cust {
  background: none !important;
}

#grid-x-cust .coh-heading {
  width: 84%;
}

#grid-x-cust .coh-image {
  height: 230px !important;
}

#grid-x-cust .contextual-component {
  display: inline-block;
}

.insight-archived-block .view-filters {
  padding: 15px !important;
}

.insight-archived-block .view-empty {
  padding: 0;
}

.insight-archived-block .view-content,
.insight-archived-block .no_result span {
  padding: 0 20px;
}

.insight-archived-block .pager__item.is-active {
  line-height: 10px;
  padding: 10px;
  font-size: 15px;
}

#all-insights-section .white {
  padding: 1rem 2rem 2rem 2rem !important;
}

#all-insights-section .media-block img {
  filter: none;
  width: 80px;
  height: 80px;
}

.insight-archived-block .view-empty {
  padding: 1rem 1rem !important;
}
/*
#insight-sub-tabs ul {
  border: 1px red solid;
  display: inline-flex;
  overflow: visible;
}

#insight-sub-tabs ul li {
  display: inline-block;
  border-bottom: 0.2rem solid transparent;
  float: left;
}

#insight-sub-tabs ul li .active {
  border-bottom: 0.2rem solid #009b74;
} */

.cust-insights .no_result span {
  padding: 1em 4.5em 1em 0em;
}

.cust-insights .view-footer {
  padding: 1em 0.78em !important;
  color: #001e41;
  font-size: 17px;
}

@media screen and (max-width: 1024px) {
  #all-insights-section .media-block {
    height: auto;
  }
}
/* Insights and News CSS: Ends */

/* Unit prices CSS: Starts */
/* .unit-price-view-block {
  padding-top: 4.5rem;
} */

.unit-price-view-block .view-empty,
.unit-price-view-block .view-content,
.unit-price-view-block .view-footer {
  padding: 0 !important;
  margin: 0 auto;
}

.unit-price-view-block .no_result span {
  padding: 1.5em 4.5em 0 0.2em;
  margin: 0 auto;
  max-width: 1406px;
}

.unit-price-main .coh-container h2,
.prod_info_details {
  margin: 0 auto;
  max-width: 1402px;
}

[data-tab-info] {
  display: none;
}

.active[data-tab-info] {
  display: block;
}

.upcontainer {
  padding-top: 1em;
}

.uptab-content {
  margin-top: 1rem;
  /* padding-left: 1rem; */
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.uptab-content h3 {
  font-size: 1.1em !important;
}

.uptab-content h5 {
  text-align: left;
  font-size: 1rem;
  color: #545454;
  padding-left: 3.5rem;
}

.uptab-content .prod_table {
  margin: 2% auto 0;
  padding-bottom: 1.5em;
}

.uptabs {
  display: flex;
  font-family: Hurme, Open Sans, Helvetica, Arial, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #001e41;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: linear 0.2s;
}

.uptabs span {
  padding: 1em 2em;
  margin: 10px;
}

.uptabs span:nth-of-type(1) {
  margin-left: 0px;
}

.activetab,
.uptabs span:hover {
  cursor: pointer;
  color: black;
  color: #009b74;
  border-bottom: 0.2rem solid #009b74;
}

@media screen and (max-width: 430px) {
  .unit-price-view-block .view-empty,
  .unit-price-view-block .view-content,
  .unit-price-view-block .view-footer {
    padding: 1rem 2rem;
  }
}
/* Unit prices CSS: Ends */

/* Fees and cost css: Starts */
#products_dropdowns .view-content {
  padding: 0px;
}

#products_dropdowns .prod-select-dropdown {
  width: 55%;
  max-width: 100%;
  margin-right: 1.5rem;
}

#products_dropdowns .productselectiontool-conatiner {
  overflow: unset !important;
}

#product-into-id {
  z-index: 2;
}

#investment-products .chosen-single,
#retirement-products .chosen-single,
#superannuation-products .chosen-single {
  height: auto !important;
  padding: 1rem;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.08rem solid #7fb3c1;
  background: url(/themes/amp/images/arrow-down.png) 97%/8% no-repeat #fff !important;
  background-size: 1.5rem !important;
  outline: none;
  line-height: 1.3rem;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

#investment-products .chosen-container-single .chosen-single div b,
#retirement-products .chosen-container-single .chosen-single div b,
#superannuation-products .chosen-container-single .chosen-single div b {
  display: none !important;
}

#investment-products .chosen-drop,
#retirement-products .chosen-drop,
#superannuation-products .chosen-drop {
  font-size: 16px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

#investment-products .chosen-results,
#retirement-products .chosen-results,
#superannuation-products .chosen-results {
  margin: 0;
  padding: 0;
}

#investment-products .chosen-results li,
#retirement-products .chosen-results li,
#superannuation-products .chosen-results li {
  line-height: 20px;
  font-size: 1rem;
  list-style: none;
  position: relative;
  margin-bottom: 0.2rem;
  color: inherit;
  display: list-item;
  text-align: -webkit-match-parent;
}

#investment-products .highlighted,
#investment-products .chosen-results li:hover,
#retirement-products .highlighted,
#retirement-products .chosen-results li:hover,
#superannuation-products .highlighted,
#superannuation-products .chosen-results li:hover {
  color: white !important;
}

#investment-products .chosen-search .chosen-search-input,
#retirement-products .chosen-search .chosen-search-input,
#superannuation-products .chosen-search .chosen-search-input {
  font-size: 1.2em;
}

#investment-products .chosen-drop,
#retirement-products .chosen-drop,
#product-details-cls .chosen-drop {
  margin-top: -8px;
}
/* Fees and cost css: Ends */

/* Product documents: Starts */
.prod-doc-block .view-empty,
.prod-doc-block .view-content,
.prod-doc-block .view-footer {
  padding: 0 !important;
  margin: 0 auto;
}

.prod-doc-block .prod_table_small:first-child,
.prod-doc-block .prod_table_small {
  border: none !important;
  display: inline !important;
}

.prod-doc-block .prod_table_row {
  background: none;
}

.prod-doc-block .left {
  float: left;
}

.prod-doc-block .right {
  float: right;
}

.prod-doc-block .left,
.prod-doc-block .right {
  width: 45%;
  margin: 0;
}

.prod-doc-block .product-doc-title {
  font-size: 15px;
  line-height: 20px;
}

div#trustee-info {
  margin: 10px;
  padding-top: 3%;
  margin-left: -5.52% !important;
  clear: both;
}

.prod_info_details .download:after {
  border-bottom: 60px solid #bfdde5;
  border-left: 80px solid transparent;
}

.prod_sub_intro_details {
  margin-bottom: 1rem;
  margin-left: 0.4%;
  margin-top: -1.2rem;
  padding-top: 0;
}

.clr-br {
  line-height: 0px !important;
  margin: -10px !important;
  padding: 0 !important;
  clear: both;
  width: 100%;
  visibility: hidden;
}

@media screen and (max-width: 932px) {
  .prod-doc-block .left,
  .prod-doc-block .right {
    width: 100%;
    margin: 0;
    border: none;
    text-align: left;
  }

  .prod_table_row
    > .prod_table_small:first-child
    > .prod_table_cell:last-child {
    border: none;
  }
}

@media screen and (max-width: 1024px) {
  div#trustee-info {
    margin-left: 0 !important;
  }
  .prod-doc-block .left,
  .prod-doc-block .right {
    min-height: 135px !important;
  }
}
/* Product documents: Ends */

/* GSA and PHD pages: Starts */
#gsa-page .content-container {
  z-index: 10;
}

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

#srf-view-block .messages--error,
#nmrf-view-block .messages--error {
  display: none;
}


#srf-view-block .view-filters,
#srf-view-block .view-content,
#srf-view-block .view-footer,
#nmrf-view-block .view-filters,
#nmrf-view-block .view-content,
#nmrf-view-block .view-footer {
  padding: 1rem 1rem 0;
}

#srf-view-block .view-filters,
#nmrf-view-block .view-filters {
  @media screen and (max-width: 768px) {
    max-width: 414px;
  }
}

#nmrfdownload,
#srfdownload {
  padding-top: 0;
}

#nmrfdownload .grid-x,
#srfdownload .grid-x,
#srf-view-block .grid-x,
#nmrf-view-block .grid-x {
  padding: 0 15px !important;

  @media screen and (max-width: 768px) {
    padding: 0 !important;
  }
}

#srf-view-block .selected_total,
#nmrf-view-block .selected_total {
  width: 45%;
  margin-top: -66px !important;
  /* margin-bottom: 25px; */
  /*padding: 1rem;*/
  position: absolute;
  right: 0;
  @media screen and (max-width: 768px) {
    max-width: 400px;
    float: none;
    padding: 1rem 0;
    position: relative;
    width: 100% !important;
    margin-top: 40px !important;
  }
}

#srf-view-block .selected_total:not(:first-child),
#nmrf-view-block .selected_total:not(:first-child) {
    margin-top: 1rem !important;
}

.view-what-we-invest .view-grouping:not(:first-child) {
  margin-top: 5rem !important;
}

.view-what-we-invest table:not(:first-child) {
  margin-top: 5.3rem !important;
}

.view-what-we-invest table:first-of-type {
  margin-top: 0 !important;
}

 @media screen and (max-width: 768px) {
  .view-what-we-invest table:not(:first-child) {
    margin-top: 0 !important;
  }
}

.view-what-we-invest .view-grouping-header {
  text-align: left;
  font-size: 1.2rem;
  color: #545454;
  font-weight: bold;
  text-decoration: underline;
}

#srf-view-block .inv_identifier p,
#nmrf-view-block .inv_identifier p {
  margin: 0px;

  @media screen and (max-width: 768px) {
    margin: 10px 0;
  }
}

.product-phd-cls {
  margin-top: -2em !important;
}

.product-phd-cls .link-cls {
  padding-top: 2.5em;
  font-size: 16px;
}

.product-views p {
  line-height: 0px !important;
  font-size: 0 !important;
  margin-bottom: 0 !important;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}

.unit-price-cls,
.prod-document-cls {
  padding-top: 4em;
}

.view-not-in-used p {
  line-height: 1.6em !important;
  font-size: 1rem !important;
  margin-top: 3%;
  position: relative;
  z-index: 15;
}

.wol-cls ul li:before {
  color: red !important;
  font-size: 3.6rem !important;
  top: -0.9rem !important;
  list-style: circle !important;
}

/* GSA and PHD pages: Ends */

/* Insight Page - List: Start*/
div#insight_list_tabs,
.cust-insight-list {
  position: relative;
  z-index: 10;
}

div#insight_list_tabs .view-footer,
.cust-insight-list .view-footer {
  padding: 1rem 4.5rem !important;
}

.cust-insight-list .view-content,
.cust-insight-list .tab {
  padding: 0px 0px 0px 1% !important;
}

div#insight_list_tabs .view-content,
div#insight_list_tabs .tab {
  padding: 0px !important;
}

div#insight_list_tabs .ins_alignment,
.cust-insight-list .ins_alignment {
  margin-top: 0;
  background: none transparent !important;
}

.insight_listing ul {
  padding-left: 0.75rem;
}

@media screen and (max-width: 768px) {
  div#insight_list_tabs .coh-wysiwyg,
  .cust-insight-list .coh-wysiwyg {
    padding: 0rem;
  }
}

/* Insight Page - List: Ends */

/* Product Block - css: Starts */
ul li.font-18,
.plain_content_blocks ul li {
    font-size: 18px !important;
}

ol li.font-18,
.plain_content_blocks ol li {
    font-size: 18px !important;
    padding-top: 0.3rem;
}

ol li.font-18::before,
ol li.font-18::marker,
.plain_content_blocks .rich_text_editor ol > li::before {
    left: -2.5rem;
}

@media screen and (max-width: 932px) {
  ol li.font-18,
  .plain_content_blocks ol li,
  ul li.font-18,
  .plain_content_blocks ul li {
      font-size: 1rem !important;
  }
}

@media screen and (min-width: 1024px) {
  ol li.font-18,
  .plain_content_blocks ol li,
  ul li.font-18,
  .plain_content_blocks ul li {
     font-size: 18px !important;
  }
}

/* Product Block - css: Ends */

/* Executive Block - css: Starts */
div#executive-team-id {
  z-index: 20;
  position: relative;
  margin: 0 auto;
  max-width: 1570px;
  padding-top: 2.2em;
}

.container-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0 auto;
  max-width: 94%;
}

.ex-hr{
  border-style: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  /* margin-bottom: 20px; */
  margin-top: 30px;
  width: 100%;
}

.column {
  display: inline-table;
  padding: 10px;
  box-sizing: border-box;
}

.image-column {
  width: 35%;
}

.text-column {
  width: 65%;
  padding-top: 0px;
}

.text-column p {
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  color: #545454;
  padding: 0.3rem 0;
}

.text-column span {
  width: 100%;
  display: inline-block;
  padding: 0.3rem 0;
  font-size: 16px;
}

.ex-designation {
  color: #7fb3c1;
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1.5;
}

.ex-company {
  color: #b0aa7e;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.ex-qualification {
  font-weight: bold;
}

.image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .column {
      flex: 100%;
  }
}
/* Executive Block - css: Ends */


/* Product Category list item - css: Starts */
.product-cat-list .col2 .coh-list-item {
  width: 30%;
}

.product-cat-list .col2 {
  justify-content: flex-start !important;
}

.col2 li.coh-list-item:nth-of-type(2) {
    margin-left: 3.80rem !important;
}

.product-cat-list .col4 .coh-list-item {
  width: 24%;
}

@media (max-width: 1024px) {
  .product-cat-list .col4 .coh-list-item::after {
    border-left: 9rem solid transparent;
  }

  .col2 li.coh-list-item:nth-of-type(2) {
    margin-left: 2.25rem !important;
  }

  .product-cat-list .col4 .coh-list-item {
    padding: 0.5rem;
  }

  .product-cat-list .col4 .coh-list-item a {
    min-width: 11rem;
  }
}

@media (max-width: 768px) {
  .product-cat-list .col4 .coh-list-item::after {
    border-left: 12rem solid transparent !important;
  }

  .col2 li.coh-list-item:nth-of-type(2) {
    margin-left: 0 !important;
  }

 .product-cat-list .col4 .coh-list-item,
 .product-cat-list .col2 .coh-list-item {
    width: 100%;
  }
}

/* Product Category list item - css: Ends */

.page-portfolio-holdings-disclosure .messages--error,
.page-portfolio-holdings-disclosure .messages,
.page-portfolio-holdings-disclosure .messages__wrapper {
  display: none;
}


/* Hero Banner: Start */
.hero-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.hero-responsive-image {
  width: 100%;
  transition: transform 0.2s;
  object-fit: cover;
  min-height: 400px;
  height: calc(100vh - 650px);
  object-position: 80% 50%;
}

.hero-info-block {
  position: absolute;
  left: 5.3%;
  top: 10%;
  bottom: 10%;
  max-width: 465px;
  background: url(/themes/amp/images/transparent_tile_1.png) no-repeat;
}

.hero-info-block-right {
  right: 6.6% !important;
  left: auto !important;
}

.hero-headline-wrapper {
  margin: 1em 0 0.5em 0;
  font-size: 2rem;
  width: 450px;
  padding: 0px 0 0 30px;
  line-height: 2.2rem;
}

.hero-copy-over-wrapper {
  margin: 10px 0 0;
  width: 364px !important;
  line-height: 1.50rem;
  font-weight: 500;
  width: 87%;
  padding: 5px 0 0 30px;
}

.hero-find-out-more-button-1-holder {
  margin: 20px 0 20px 30px;
  position: relative;
  width: 175px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #2c5697;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 45px;
  text-align: center;
}

.hero-find-out-more-button-1-holder a {
  background: #2c5697 !important;
  color: #FFF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}

.hero-find-out-more-button-1-holder:hover {
    box-shadow: 10px 22px 24px 0 rgb(0 0 0 / 30%); /* Shadow at the bottom */
}

@media only screen and (max-width: 1368px) {
  .hero-copy-over-wrapper {
    padding: 10px 0 10px 30px;
  }
}

@media only screen and (max-width: 1180px) {
  .hero-info-block {
    max-width: 360px;
  }

  .hero-responsive-image {
    width: 100%;
    min-height: 310px;
    height: calc(100vh - 750px);
    object-position: 60% 60%;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px 5px 29px;
    font-size: 1.6rem;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 0px 20px 5px 29px;
    font-size: 1rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0px 25px;
    top: 5%;
    bottom: 5%;
  }

}

@media only screen and (max-width: 1024px) {
  .hero-info-block {
    max-width: 360px;
  }

  .hero-responsive-image {
      width: 100%;
      min-height: 310px;
      height: calc(90vh - 950px);
      object-position: 60% 60%;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 15px 20px 5px 29px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 0px 20px 5px 29px;
    font-size: 1rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0px 25px;
    top: 5%;
    bottom: 5%;
  }

}

@media only screen and (max-width: 820px) {
  .hero-responsive-image {
    width: 100%;
    min-height: 270px;
    height: calc(100vh - 870px);
    object-position: 75% 75%;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px 5px 29px;
    font-size: 1.6rem;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 0px 20px 5px 29px;
    font-size: 1rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0px 25px;
    top: 5%;
    bottom: 5%;
  }

}

@media only screen and (max-width: 768px) {
  .hero-info-block {
    max-width: 330px;
    left: 5.8%;
    bottom: 5.8%;
  }

  .hero-responsive-image {
    width: 100%;
    min-height: 280px;
    height: calc(100vh - 750px);
    object-position: 75% 75%;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 15px 20px 0px 29px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 0px 20px 5px 29px;
    font-size: 1rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0px 25px;
    top: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 430px) {
  .hero-info-block {
    max-width: 330px;
    left: 5.8%;
    bottom: 7%;
    padding-bottom: 15px;
  }

  .hero-responsive-image {
    width: 130%;
    min-height: 335px;
    height: calc(100vh - 700px);
    object-position: right;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 20px 5px 20px;
    line-height: 1.8rem;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 5px 20px 5px 29px;
    text-align: center;
    font-size: 1.2rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0 auto;
    top: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 390px) {
  .hero-info-block {
    max-width: 310px;
  }

  .hero-responsive-image {
    width: 140%;
    min-height: 290px;
    height: calc(100vh - 500px);
    object-position: right;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 20px 5px 20px;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 5px 20px 5px 29px;
    text-align: center;
    font-size: 1.2rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0 auto;
    top: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 375px) {
  .hero-info-block {
    max-width: 310px;
  }

  .hero-responsive-image {
    width: 140%;
    min-height: 325px;
    height: calc(100vh - 500px);
    object-position: right;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 15px 15px 5px 15px;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 0 15px 5px 15px;
    text-align: center;
    font-size: 1rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0 auto;
    top: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 360px) {
  .hero-info-block {
    max-width: 310px;
  }

  .hero-responsive-image {
    width: 140%;
    min-height: 290px;
    height: calc(100vh - 500px);
    object-position: right;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 15px 15px 5px 15px;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0;
    width: 98% !important;
    padding: 0 15px 5px 15px;
    text-align: center;
    font-size: 1rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0 auto;
    top: 5%;
    bottom: 5%;
  }
}

@media only screen and (max-width: 344px) {
  .hero-info-block {
    max-width: 310px;
  }

  .hero-responsive-image {
    width: 140%;
    min-height: 250px;
    height: calc(100vh - 600px);
    object-position: right;
  }

  .hero-headline-wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 15px 15px 5px 15px;
  }

  .hero-copy-over-wrapper {
    margin: 10px 0 0;
    width: 98% !important;
    padding: 0 15px 5px 15px;
    text-align: center;
    font-size: 1rem;
  }

  .hero-find-out-more-button-1-holder {
    margin: 0 auto;
    top: 5%;
    bottom: 5%;
  }
}


/* Custom Button and teaser view: Starts */
.l-unconstrained {
  margin: 4px 0 40px 0;
  position: relative;
}

.l-constrained {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.btn-row-5 {
  margin: 0 auto;
  position: relative;
  width: 89.5%;
}

.btn-row-5row-5>*,
.btn-row-13>* {
  float: left;
  margin: 0 5px 0 0;
}

.btn-row-13>*:last-child,
.btn-row-5>*:last-child {
  margin-right: 0 !important;
}

.button-holder-wrapper {
  width: 24%;
  background: #2c5697;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.button-holder-wrapper a {
  color: #fff;
}

.button-holder-wrapper a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.btn-group:before,
.btn-group:after {
  content: " ";
  display: table;
}

.btn-group:after {
  clear: both;
}

.teaser-col-17 {
  position: relative;
  width: 32%;
}

.product-name-1 {
  font-size: 1.2rem !important;
  font-weight: 550 !important;
  text-align: center !important;
  margin: 20px 30px !important;
}

.product-1-title {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-align: center !important;
  min-height: 130px !important;
  width: 88%;
  margin: 0 auto !important;
  line-height: 1.7rem;
}

.product-1-learn-more {
  color: #2c5697;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.product-1-learn-more a:visited,
.product-1-learn-more a:active,
.product-1-learn-more a {
  color: #2c5697;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #2c5697;
}

.product-1-learn-more a:hover {
  text-decoration-thickness: 4px;
  text-decoration-color: #2c5697;
}

.line-1 {
  height: 225px;
  width: 2px;
  background-color: #2c5697;
  margin-top: 2px !important;
}

.btn-row-13 .line-1:last-of-type {
  display: none;
}

.btn-row-13 {
  margin: 0 auto;
  position: relative;
  width: 94%;
}

@media (max-width: 1180px) {
  .product-1-title {
    width: 92%;
  }
}

@media (max-width: 1024px) {
  .product-1-title {
    font-size: 1.3rem !important;
    line-height: 1.5rem;
    min-height: 115px !important;
  }

  .product-name-1 {
    font-size: 1rem !important;
  }

}

@media (max-width: 932px) {
  .product-1-learn-more a:visited,
  .product-1-learn-more a:active,
  .product-1-learn-more a {
    position: absolute;
    right: 30%;
    top: 190px;
  }
}

@media (max-width: 915px) {
  .product-name-1 {
    font-size: 1.1rem !important;
  }

  .product-1-title {
    font-size: 1.2rem !important;
    line-height: 1.4rem;
    min-height: auto !important;
  }

  .product-1-learn-more a:visited,
  .product-1-learn-more a:active,
  .product-1-learn-more a {
    top: 185px !important;
    position: absolute;
    right: 30%;
  }
}

@media (max-width: 820px) {
  .product-name-1 {
    font-size: 1rem !important;
  }

  .product-1-title {
    font-size: 1.1rem !important;
    line-height: 1.3rem;
  }

  .product-1-learn-more a:visited,
  .product-1-learn-more a:active,
  .product-1-learn-more a {
    top: 175px !important;
    position: absolute;
    right: 30%;
  }

  .line-1 {
    height: 205px;
  }

}

@media (max-width: 768px) {
  .product-1-learn-more a:visited,
  .product-1-learn-more a:active,
  .product-1-learn-more a {
    top: auto !important;
    position: relative;
    right: auto;
  }

  .l-unconstrained {
    margin: 4px 0 0 0;
  }

  .btn-row-13 {
    width: 92%;
  }

  .teaser-col-17 {
    width: 100%;
  }

  .line-1 {
    height: auto;
    width: 94%;
    border: 1px #2c5697 solid;
    margin: 30px 10px 5px 10px !important;
  }

  .btn-group:after {
    margin-bottom: 30px;
  }

  .product-1-title {
    min-height: 60px !important;
  }

}

@media (min-width: 431px) and (max-width: 1024px) {
  .button-holder-wrapper {
    width: 47%;
    margin-bottom: 3px;
    margin-right: 4px;
  }
}

@media (max-width: 430px) {
  .button-holder-wrapper {
    width: 100%;
    margin-bottom: 3px;
  }

  .l-unconstrained {
    margin: 4px 0 2% 0;
  }

  .btn-row-13 {
    width: 92%;
  }

  .teaser-col-17 {
    width: 100%;
  }

  .line-1 {
    height: auto;
    width: 94%;
    border: 1px #2c5697 solid;
    margin: 30px 10px 5px 10px !important;
  }

  .btn-group:after {
    margin-bottom: 30px;
  }

  .product-1-learn-more a:visited,
  .product-1-learn-more a:active,
  .product-1-learn-more a {
    top: 12px !important;
    position: relative;
    right: auto;
  }

}

@media (max-width: 375px) {
  .product-1-title {
    min-height: 80px !important;
  }

  .product-1-learn-more a:visited,
  .product-1-learn-more a:active,
  .product-1-learn-more a {
    top: auto !important;
    position: relative;
    right: auto;
  }
}
/* Custom Button and teaser view: Ends */


/* Feature View Block: Start */
.m-top40 {
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  text-align: center;
}

.btn-row-6 {
  display: inline-flex;
  margin: 0 auto;
  width: 91%;
}

.btn-row-6>* {
  float: left;
  margin: 0 30px 0 0;
}

.btn-row-6>*:last-child {
  margin-right: 0 !important;
}

.btn-col-15 {
  margin: 10px;
  width: 23%;
  background: rgba(44, 86, 151, 0.1);
  min-height: 300px;
  transition: transform 0.3s ease;
  position: relative;
}

.btn-col-15:hover {
  transform: scale(1.05);
}

.putting-you-first-icon {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  width: 65px;
  height: 65px;
}

.feature-text-2 {
  font-size: 1.1rem !important;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
}

.putting-you-first-copy {
  margin: 15px auto 0;
  width: 87%;
  font-size: 1.3rem;
  line-height: 23px;
  text-align: center;
  min-height: 90px;
}

.btn-col-15 .product-1-learn-more {
  color: #2c5697;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px 25px 10px;
  position: absolute;
  bottom: 5px;
  left: 30%;
}

@media (max-width: 1280px) {
  .putting-you-first-copy {
    width: 86%;
  }
}

@media (max-width: 1180px) {
  .btn-col-15 {
    min-height: 275px;
    position: relative;
  }

  .feature-text-2 {
    font-size: 1.2rem !important;
    width: 100%;
  }

  .putting-you-first-copy {
    width: 83%;
    margin: 15px 15px 0px 15px;
    line-height: 19px;
    text-align: center;
    min-height: 75px;
    font-size: 14px !important;
  }

  .btn-col-15 .product-1-learn-more {
    position: absolute;
    bottom: -5px;
    left: 23%;
  }
}

@media (max-width: 1024px) {
  .putting-you-first-copy {
    width: 84%;
  }
}

@media (max-width: 932px) {
  .btn-row-6 .product-1-learn-more a:visited,
  .btn-row-6 .product-1-learn-more a:active,
  .btn-row-6 .product-1-learn-more a {
    position: relative;
    right: auto;
    top: auto !important;
    bottom: 25px;
    left: 40%;
  }

  .btn-row-6 {
    display: inline-block;
  }

  .btn-col-15 {
    width: 47%;
  }

  .putting-you-first-copy {
    width: 91%;
    margin: 15px 15px 0px 15px;
    min-height: 60px;
    font-family: 17px !important;
  }

}

@media (max-width: 915px) {
  .btn-col-15 .product-1-learn-more {
    padding: 0px 10px 0px 10px;
  }

  .btn-col-15 {
    min-height: 245px !important;
  }

  .putting-you-first-copy {
    width: 91%;
    min-height: 60px;
    font-family: 16px !important;
  }
}

@media (max-width: 820px) {
  .btn-col-15 .product-1-learn-more {
    padding: 0px 10px 0px 10px;
  }

  .btn-col-15 {
    min-height: 260px !important;
  }
}

@media (max-width: 786px) {
  .btn-col-15 {
    width: 46%;
  }

  .putting-you-first-copy {
    width: 90%;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .btn-col-15 {
    min-height: 260px;
  }

  .btn-col-15 .product-1-learn-more {
    padding: 0px 10px 0px 10px;
    bottom: 0px;
    left: 18%;
  }

}

@media (max-width:740px) {
  .btn-col-15 .product-1-learn-more {
    padding: 0px 10px 0px 10px;
    bottom: 0px;
    left: 17%;
  }
}

@media (max-width: 667px) {
  .btn-col-15 .product-1-learn-more {
    left: 13%;
    bottom: -5px;
  }
}

@media (max-width: 540px) {
  .btn-col-15 {
    width: 45%;
    min-height: 265px !important;
  }

  .putting-you-first-copy {
    font-size: 14px !important;
    margin-bottom: 8px;
  }

  .btn-col-15 .product-1-learn-more {
    left: 4%;
    bottom: -5px;
  }
}

@media (max-width: 430px) {
  .btn-row-6 {
    display: inline-block;
  }

  .btn-col-15 {
    width: 95%;
    margin: 0 10px 25px 10px;
  }

  .btn-col-15:last-child {
    margin-bottom: 0px;
  }

  .putting-you-first-copy {
    width: 88%;
    margin-top: 16px;
    font-size: 17px !important;
    margin-bottom: 7px;
    line-height: 1.4rem;
  }

  .btn-col-15 .product-1-learn-more {
    color: #2c5697;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 7px 10px 25px 10px;
    bottom: -25px;
    left: 20%;
  }

}

@media (max-width: 414px) {
  .btn-col-15 .product-1-learn-more {
      bottom: -23px;
      left: 19%;
    }
}

@media (max-width: 375px) {
  .putting-you-first-copy {
    width: 90%;
    margin-top: 16px;
    margin-bottom: 7px;
    line-height: 1.3rem;
  }

  .btn-col-15 .product-1-learn-more {
    bottom: -30px;
    left: 19%;
  }
}

@media (max-width: 360px) {
  .btn-col-15 .product-1-learn-more {
    left: 16%;
  }
}

/* Feature View Block: Ends*/

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

.col-1-cls {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.no-closure .x {
  display: none !important;
}

/* ALPW-3469: Utility Menu changes: Start */
.contextual-region .login__open{
  position: fixed;
}

.utility-menu #block-amplogin li {
  font-weight: 600;
}

.utility-menu #block-ampnzlogin li:first-of-type,
.utility-menu #block-amplogin li:first-of-type {
  margin-right: 10px;
}

.utility-menu #block-ampnzlogin li:nth-of-type(2) a,
.utility-menu #block-ampnzlogin li:nth-of-type(2) a,
.utility-menu #block-amplogin li:nth-of-type(2) a,
.utility-menu #block-amplogin li:nth-of-type(2) a {
  background: #ffffff !important;
  font-size: calc(0.625*1.6rem);
  padding: 0.8rem 2rem;
  border: 2px solid #2C5697 !important;
  border-radius: 14px;
  color :#001e41 !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 10 !important;
}

/* .utility-menu #block-ampnzlogin li:nth-of-type(2) a:hover,
.utility-menu #block-ampnzlogin li:nth-of-type(2) a:hover,
.utility-menu #block-amplogin li:nth-of-type(2) a:hover,
.utility-menu #block-amplogin li:nth-of-type(2) a:hover {
  background: #2c5697 !important;
  border: 2px solid #2c5697 !important;
  color: #ffffff !important;
} */

.utility-menu-cls {
  background: #ffffff !important;
  outline: none;
}

.utility-menu-cls #block-utilitymenu a:hover {
  background: #ffffff !important;
  box-shadow: inset 0 -1px 0 0 #001e41;
  border-radius: 0px;
}

.utility-menu-cls #block-utilitymenu a {
  color: #001e41 !important;
};

.utility-menu #block-ampnzlogin li {
  font-weight: 600;
}

/* ALPW-3469: Utility Menu changes: Ends */

/* ALPW-3472: New Banner css: Start */
.small-banner-link {
  font-size: calc(0.625*1.6rem);
  padding: 0.5rem 1rem;
  border: 2px solid #2C5697 !important;
  border-radius: 14px;
  position: relative;
  top: 0.55rem;
  font-weight: 600;
  background: #2c5697;
  color: #ffffff;
}

.small-banner-link:hover {
  background: #ffffff;
  color: #001e41 !important;
}

.banner-button-wrapper {
  position: relative;
}

/* .banner-sub-header-wrapper {
  position: absolute;
} */

@media only screen and (max-width: 430px) {
  .banner {
    height: 300px !important;
  }

  h1.banner__title {
    padding: 0 0 0 8px !important;
    margin: 0 !important;
    line-height: 32px !important;
  }

  .banner__text  {
    line-height: 1.5rem !important;
    overflow-y: inherit !important;
    width: 98%;
    margin: 10px 0 10px 0;
  }

  .banner__holder{
    padding-top: 60px !important;
  }

  p.scrollshowmorebannertext {
    display: none;
  }

}

@media only screen and (max-width: 844px) {
 .banner__holder {
   padding-top: 70px !important;
 }
}

@media only screen and (max-width: 820px) {
  .banner__holder {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 540px) {
  .banner__holder {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner {
    height: auto !important;
    padding-bottom: 20px;
  }

  .banner-button-wrapper{
    overflow-y: inherit !important;
  }

  p.scrollshowmorebannertext{
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  p.scrollshowmorebannertext {
    display: none;
  }
}

/* ALPW-3472: New Banner css: Ends */


/* PHP page css: Starts */
.active_new {
  border-bottom: none !important;
  color: #001e41 !important;
}

.active_new a{
  color: #001e41 !important;
}
/* PHP page css: Ends */

/* Small image css: Starts */
.rest-super-wrapper {
  display: flex;
  padding: 1rem 3.5rem 0.5rem 3.5rem;
  max-width: 1453px;
  margin: 0 auto;
}

.rest-super-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

.rest-super-card {
  width: 23%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 15px;
}

.rest-super-card img {
  width: 100%;
  height: auto;
}

.rest-super-content {
  padding: 16px;
}

.rest-super-content h2 {
  font-size: 1.8em !important;
  margin: -10px 0 2px 0 !important;
}

.rest-super-content p {
  margin-bottom: 25px;
  width: 100% !important;
  font-size: 17px !important;
  line-height: 1.3rem;
}

.rest-super-button {
  font-size: calc(0.625*1.6rem);
  padding: 0.5rem 1rem;
  border: 2px solid #2C5697 !important;
  border-radius: 0.5rem;
  font-weight: 600;
  background: #2c5697;
  color: #ffffff;
}

.rest-super-button:hover {
  background: #ffffff;
  color: #001e41 !important;
}

@media screen and (max-width: 1024px) {
  .rest-super-wrapper {
    padding: 1rem;
  }

  .rest-super-card {
    width: 47%;
  }
}

@media screen and (max-width: 430px) {
  .rest-super-wrapper {
    padding: 2rem;
  }

  .rest-super-card {
    width: 100%;
  }
}

/* Small image css: Ends */

/* Product Category item with description: Start */
.pci-tile-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  margin: 50px auto 20px auto;
  width: 89%;
  max-width: 1440px;
}

.pci-tile-row ul {
  width: 100%;
  display: contents;
}

.pci-heading {
  width: 100%;
}

.pci-heading h2 {
  margin: 4px;
}

.pci-tile {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  transition: box-shadow 0.3s ease;
  border-left: 0.4rem solid #00ab84;
  position: relative;
  width: 100%;
}

.pci-tile:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  /* Slightly stronger on hover */
}

.pci-25 li {
  max-width: calc(25% - 20px);
  flex: 1 1 calc(25% - 20px);
  min-height: 315px;
}

.pci-33 li {
  max-width: calc(33.33% - 20px);
  flex: 1 1 calc(33.33% - 20px);
}

.pci-50 li {
  max-width: calc(50% - 20px);
  flex: 1 1 calc(50% - 20px);
}

.pci-tile h3 {
  margin-top: 0;
  font-size: 22px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0px;
  /* min-height: 28%; */
  font-weight: 600;
  line-height: 1.1;
  color: #001E41;
}

.pci-tile .pci-description-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.pci-tile .pci-description-link p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.pci-tile .pci-description-link a {
  flex-shrink: 0;
}

.pci-tile p {
  font-size: 16px !important;
  line-height: 20px;
  width: 87%;
  color: #001E41;
  position: absolute;
  top: 95px;
}

.pci-tile a:visited,
.pci-tile a:active,
.pci-tile a {
  color: #2c5697;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration-color: #2c5697;
  font-weight: bold;
}

.pci-tile a:hover {
  text-decoration-thickness: 4px;
  text-decoration-color: #2c5697;
}

.pci-tile-row-3 {
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .pci-25 li,
  .pci-33 li,
  .pci-50 li {
    max-width: calc(33.33% - 20px);
    flex: 1 1 calc(33.33% - 20px);
  }

  .pci-33 li,
  .pci-50 li {
    min-height: 300px;
  }

  .pci-25 li {
    min-height: 315px;
  }
}

@media (max-width: 932px) {
  .pci-25 li,
  .pci-33 li,
  .pci-50 li {
    max-width: 50%;
    flex: 1 1 calc(50% - 20px);
    min-height: 260px;
  }

  .pci-tile p {
    top: 85px;
  }
}

@media (max-width: 430px) {
  .pci-25 li,
  .pci-33 li,
  .pci-50 li {
    max-width: 100%;
    flex: initial;
    min-height: 240px;
  }

  .pci-tile p {
    top: 80px;
  }
}

/* Product Category item with description: End */


/* New Sticky tabs: Start */
/* :root {
  --tab-bg: #ffffff;
  --tab-active-bg: #f8f8f8;
  --tab-border: #e0e0e0;
  --tab-text: #333333;
  --tab-active-text: #0066cc;
  --link-bg: #f0f0f0;
  --link-active-bg: #d9e9ff;
  --sticky-offset: 120px;
}

.sticky-cls-tabs {
  position: sticky;
  top: 0;
  background: var(--tab-bg);
  color: var(--tab-text);
  display: flex;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  z-index: 200;
  border-bottom: 1px solid var(--tab-border);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  max-width: 1440px;
}

.sticky-cls-tabs li {
  flex: 1;
  text-align: center;
}

.sticky-cls-tabs a {
  display: block;
  color: var(--tab-text);
  text-decoration: none;
  padding: 15px 10px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 3px solid transparent;
}

.sticky-cls-tabs a.active {
  color: var(--tab-active-text);
  border-bottom: 3px solid var(--tab-active-text);
  background: var(--tab-active-bg);
}

.sticky-cls-tabs a:hover {
  background: var(--tab-active-bg);
}

.sticky-cls-link-bar-container {
  position: sticky;
  top: 50px;
  background: var(--tab-active-bg);
  padding: 15px 10px;
  z-index: 999;
  border-bottom: 1px solid var(--tab-border);
}

.sticky-cls-link-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sticky-cls-link-bar a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: var(--tab-text);
  background: var(--link-bg);
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.sticky-cls-link-bar a:hover,
.sticky-cls-link-bar a.active {
  background: var(--link-active-bg);
  color: var(--tab-active-text);
}

.sticky-cls-dropdown {
  display: none;
  text-align: center;
  margin-top: 10px;
}

.sticky-cls-dropdown select {
  padding: 10px;
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  border: 1px solid var(--tab-border);
  background: white;
}

.sticky-cls-content-section {
  min-height: 100vh;
  padding: 30px 20px;
  scroll-margin-top: var(--sticky-offset);
  display: none;
}

.sticky-cls-content-section.active {
  display: block;
}

@media (max-width: 768px) {
  .sticky-cls-link-bar {
    display: none !important;
  }

  .sticky-cls-dropdown {
    display: block !important;
  }

  .sticky-cls-tabs a {
    padding: 12px 5px;
    font-size: 0.9rem;
  }
}

@media (min-width: 769px) {
  .sticky-cls-link-bar {
    display: flex !important;
  }

  .sticky-cls-dropdown {
    display: none !important;
  }
} */

/* New Sticky tbas: Ends
