﻿@charset "UTF-8";
@font-face {
  font-family: "Euclid";
  src: url("fonts/Euclid Circular A/EuclidCircularA-Regular.woff2") format("woff2"), url("fonts/Euclid Circular A/Euclid Circular A Regular.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("fonts/Euclid Circular A/EuclidCircularA-Regular.woff2") format("woff2"), url("fonts/Euclid Circular A/Euclid Circular A Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("fonts/Euclid Circular A/EuclidCircularA-Medium.woff2") format("woff2"), url("fonts/Euclid Circular A/Euclid Circular A Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url("fonts/Euclid Circular A/EuclidCircularA-SemiBold.woff2") format("woff2"), url("fonts/Euclid Circular A/Euclid Circular A SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
#ControlBar_ControlPanel {
  z-index: 999999;
}

#ControlEditPageMenu > li > a {
  padding-bottom: 19px;
  height: 55px;
}

#ControlNav > li > a, #ControlBar_CustomMenuItems > li > a, #ControlActionMenu > li > a {
  padding-bottom: 20px;
  height: 53px;
}

.DNNEmptyPane {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none !important;
}

.dnnSortable.ui-sortable, .dnnSortable.ui-droppable {
  padding: 0 15px;
}

.cke_editable {
  background: #fff;
  margin: 0;
  padding: 20px;
}

.ItemIcon {
  width: 16px !important;
  height: 16px !important;
}

.dnnCheckbox .mark {
  background-color: transparent;
}

.EditBarEmptyPane {
  width: auto !important;
}

div.actionMenu {
  display: block !important;
}
div.actionMenu .dnn_mact {
  margin-top: -121px !important;
  margin-left: -87px !important;
  width: 75px;
}
div.actionMenu .dnn_mact li:hover {
  border-color: transparent;
}
div.actionMenu .dnn_mact li:hover .fa {
  color: #111;
}
div.actionMenu .fa {
  color: #fff;
}

.DnnModule {
  position: static;
}
.DnnModule > a {
  display: none;
}

.container-item-edit {
  float: right;
}

.dnnEditState .contact-bar .dnnModuleManager.dnnSortable {
  min-height: 0px !important;
}
.dnnEditState .contact-bar .content {
  display: none;
}
.dnnEditState .mobile-block {
  display: block !important;
}
.dnnEditState .filters-content .item {
  display: block !important;
}

.dnnModuleManager .DnnModule.floating > div.dnnDragHint + a ~ * {
  display: none !important;
}

.dnnInlineEditingMask {
  z-index: 2;
}

.container .dnnModuleManager {
  padding: 0 !important;
}

#dnnModuleDigitalAssetsSelectionToolbar, #dnnModuleDigitalAssetsListViewToolbar, #dnnModuleDigitalAssetsListContainer {
  min-height: 40px;
}

div.dnnModuleDigitalAssetsGrid {
  padding-bottom: 100px;
}

body.dnnEditState {
  margin-top: 120px;
}

.btn, a.btn, .btn:visited, input[type=button] {
  background: none;
  color: #474A47;
  padding: 7px 10px 5px;
  border-radius: 0;
  z-index: 15;
  font-size: 18px;
  font-family: "Euclid", "Arial", sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-weight: 300;
  text-decoration: none !important;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .btn, a.btn, .btn:visited, input[type=button] {
    padding: 7px 15px 5px;
  }
}
.btn:before, a.btn:before, .btn:visited:before, input[type=button]:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: 0;
}
.dropdown .btn:before, .dropdown a.btn:before, .dropdown .btn:visited:before, .dropdown input[type=button]:before {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.dropdown .btn.show:before, .dropdown a.btn.show:before, .dropdown .btn:visited.show:before, .dropdown input[type=button].show:before {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transform: rotate(90deg);
}
.btn:focus-visible, a.btn:focus-visible, .btn:visited:focus-visible, input[type=button]:focus-visible {
  color: #474A47 !important;
}
.btn:hover, a.btn:hover, .btn:visited:hover, input[type=button]:hover {
  background-color: #94F587;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #474A47;
}
.btn.btn-alt:hover, a.btn.btn-alt:hover, .btn:visited.btn-alt:hover, input[type=button].btn-alt:hover {
  background-color: #FFFFFF;
}
.btn.btn-investment-funds, a.btn.btn-investment-funds, .btn:visited.btn-investment-funds, input[type=button].btn-investment-funds {
  background: #FFFFFF;
}
.btn.btn-investment-funds:hover, a.btn.btn-investment-funds:hover, .btn:visited.btn-investment-funds:hover, input[type=button].btn-investment-funds:hover {
  background: #BBB;
}
.btn.btn-kiwisaver, a.btn.btn-kiwisaver, .btn:visited.btn-kiwisaver, input[type=button].btn-kiwisaver {
  background: #94F587;
}
.btn.btn-kiwisaver:hover, a.btn.btn-kiwisaver:hover, .btn:visited.btn-kiwisaver:hover, input[type=button].btn-kiwisaver:hover {
  background: #BBB;
}
.btn.btn-wealth, a.btn.btn-wealth, .btn:visited.btn-wealth, input[type=button].btn-wealth {
  background: #474A47;
  color: #FFFFFF;
}
.btn.btn-wealth:hover, a.btn.btn-wealth:hover, .btn:visited.btn-wealth:hover, input[type=button].btn-wealth:hover {
  background: #BBB;
  color: #474A47;
}
.btn.btn-main, .btn.btn-underline, a.btn.btn-main, a.btn.btn-underline, .btn:visited.btn-main, .btn:visited.btn-underline, input[type=button].btn-main, input[type=button].btn-underline {
  border: 1px #474A47 solid;
  border-radius: 36px;
  padding: 10px 36px;
  font-weight: 700;
  color: #474A47;
}
.btn.btn-main:before, .btn.btn-underline:before, a.btn.btn-main:before, a.btn.btn-underline:before, .btn:visited.btn-main:before, .btn:visited.btn-underline:before, input[type=button].btn-main:before, input[type=button].btn-underline:before {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn.btn-main:hover, .btn.btn-underline:hover, a.btn.btn-main:hover, a.btn.btn-underline:hover, .btn:visited.btn-main:hover, .btn:visited.btn-underline:hover, input[type=button].btn-main:hover, input[type=button].btn-underline:hover {
  /*text-decoration: underline !important;*/
  background: #94F587;
  border-color: #94F587;
}
.btn.btn-main:active, .btn.btn-underline:active, a.btn.btn-main:active, a.btn.btn-underline:active, .btn:visited.btn-main:active, .btn:visited.btn-underline:active, input[type=button].btn-main:active, input[type=button].btn-underline:active {
  text-decoration: none !important;
  border-color: transparent;
}
.btn.btn-main:active:before, .btn.btn-underline:active:before, a.btn.btn-main:active:before, a.btn.btn-underline:active:before, .btn:visited.btn-main:active:before, .btn:visited.btn-underline:active:before, input[type=button].btn-main:active:before, input[type=button].btn-underline:active:before {
  transform: rotate(90deg);
}
.btn.btn-main.active, .btn.btn-underline.active, a.btn.btn-main.active, a.btn.btn-underline.active, .btn:visited.btn-main.active, .btn:visited.btn-underline.active, input[type=button].btn-main.active, input[type=button].btn-underline.active {
  /*text-decoration: underline !important;
  text-underline-offset: 8px;*/
}
.btn.btn-main.active:before, .btn.btn-underline.active:before, a.btn.btn-main.active:before, a.btn.btn-underline.active:before, .btn:visited.btn-main.active:before, .btn:visited.btn-underline.active:before, input[type=button].btn-main.active:before, input[type=button].btn-underline.active:before {
  transform: rotate(90deg);
}
.bg-pattern .btn.btn-main:hover, .bg-pattern .btn.btn-underline:hover, .bg-pattern a.btn.btn-main:hover, .bg-pattern a.btn.btn-underline:hover, .bg-pattern .btn:visited.btn-main:hover, .bg-pattern .btn:visited.btn-underline:hover, .bg-pattern input[type=button].btn-main:hover, .bg-pattern input[type=button].btn-underline:hover {
  /*background: $tertiary-color;
  color: $secondary-color;*/
}
.bg-pattern-black .btn.btn-main, .bg-pattern-black .btn.btn-underline, .bg-pattern-black a.btn.btn-main, .bg-pattern-black a.btn.btn-underline, .bg-pattern-black .btn:visited.btn-main, .bg-pattern-black .btn:visited.btn-underline, .bg-pattern-black input[type=button].btn-main, .bg-pattern-black input[type=button].btn-underline {
  color: #FFFFFF;
}
.bg-black .btn.btn-main, .bg-black .btn.btn-underline, .bg-black a.btn.btn-main, .bg-black a.btn.btn-underline, .bg-black .btn:visited.btn-main, .bg-black .btn:visited.btn-underline, .bg-black input[type=button].btn-main, .bg-black input[type=button].btn-underline {
  /*color: $tertiary-color;*/
  color: #000;
  background: #94F587;
  border-radius: 20px;
  padding: 6px 10px 6px 16px;
  margin: 16px 5px 0px 0px;
  width: 150px;
  text-align: center;
}
@media (max-width: 575px) {
  .btn.btn-main, .btn.btn-underline, a.btn.btn-main, a.btn.btn-underline, .btn:visited.btn-main, .btn:visited.btn-underline, input[type=button].btn-main, input[type=button].btn-underline {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .btn.btn-main:before, .btn.btn-underline:before, a.btn.btn-main:before, a.btn.btn-underline:before, .btn:visited.btn-main:before, .btn:visited.btn-underline:before, input[type=button].btn-main:before, input[type=button].btn-underline:before {
    margin-left: -25px !important;
  }
  .btn.btn-main.open-fancybox, .btn.btn-underline.open-fancybox, a.btn.btn-main.open-fancybox, a.btn.btn-underline.open-fancybox, .btn:visited.btn-main.open-fancybox, .btn:visited.btn-underline.open-fancybox, input[type=button].btn-main.open-fancybox, input[type=button].btn-underline.open-fancybox {
    display: inline-grid;
  }
}
.btn.btn-main:hover, a.btn.btn-main:hover, .btn:visited.btn-main:hover, input[type=button].btn-main:hover {
  border: 1px #94F587 solid;
}
.btn.btn-simple, a.btn.btn-simple, .btn:visited.btn-simple, input[type=button].btn-simple {
  margin: 0;
  padding-left: 0;
  background: none;
  text-decoration: none !important;
  text-underline-offset: 8px;
}
.btn.btn-simple:before, a.btn.btn-simple:before, .btn:visited.btn-simple:before, input[type=button].btn-simple:before {
  content: none;
}
.btn.btn-simple:hover, a.btn.btn-simple:hover, .btn:visited.btn-simple:hover, input[type=button].btn-simple:hover {
  text-decoration: underline !important;
}
.btn.btn-simple:active, a.btn.btn-simple:active, .btn:visited.btn-simple:active, input[type=button].btn-simple:active {
  border-color: transparent;
}
.bg-black .btn.btn-simple, .bg-black a.btn.btn-simple, .bg-black .btn:visited.btn-simple, .bg-black input[type=button].btn-simple {
  color: #FFFFFF;
}
.btn.btn-wipe, a.btn.btn-wipe, .btn:visited.btn-wipe, input[type=button].btn-wipe {
  background: none;
  position: relative;
}
.btn.btn-wipe:after, a.btn.btn-wipe:after, .btn:visited.btn-wipe:after, input[type=button].btn-wipe:after {
  content: "";
  width: 0%;
  background-color: #94F587;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.btn.btn-wipe:hover:after, a.btn.btn-wipe:hover:after, .btn:visited.btn-wipe:hover:after, input[type=button].btn-wipe:hover:after {
  width: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn.btn-primary, a.btn.btn-primary, .btn:visited.btn-primary, input[type=button].btn-primary {
  background: #94F587;
  padding: 12px 52px;
  border: none;
  border-radius: 28px;
  color: #474A47;
  font-weight: 700;
}
.btn.btn-primary:before, a.btn.btn-primary:before, .btn:visited.btn-primary:before, input[type=button].btn-primary:before {
  position: relative;
  top: -1px;
}
.btn.btn-primary:hover, a.btn.btn-primary:hover, .btn:visited.btn-primary:hover, input[type=button].btn-primary:hover {
  background: #474A47;
  border-color: #94F587;
  color: #FFFFFF;
}
.btn.btn-primary:active, a.btn.btn-primary:active, .btn:visited.btn-primary:active, input[type=button].btn-primary:active {
  background: #94F587;
  border-color: #000000;
  color: #474A47;
}
.btn.btn-login, a.btn.btn-login, .btn:visited.btn-login, input[type=button].btn-login {
  color: #BCBDB4 !important;
  background: transparent;
  border-color: #BCBDB4;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 20px 8px;
  text-underline-offset: 8px;
  border-radius: 20px;
}
.btn.btn-login:before, a.btn.btn-login:before, .btn:visited.btn-login:before, input[type=button].btn-login:before {
  content: none;
}
.btn.btn-login:hover, a.btn.btn-login:hover, .btn:visited.btn-login:hover, input[type=button].btn-login:hover {
  color: #000000 !important;
  background: #94F587;
  border-color: #94F587;
}

.btn.btn-login, a.btn.btn-login, .btn:visited.btn-login, input[type=button].btn-login {
  font-size: 12px;
  font-weight: 600;
  text-underline-offset: 8px;
  border-radius: 20px;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

i.fa-regular {
  color: #FFFFFF;
}

.bg-black .btn.btn-underline.position-absolute:hover, .bg-white-green-outline .p-3:hover {
  background: #474A47;
  color: #FFF;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #474A47;
}

.bg-black .btn.btn-underline.position-absolute {
  font-size: 18px;
}

.bg-white-green-outline.p-3 h4 {
  font-size: 27px;
}

.bg-white-green-outline.p-3 p {
  font-size: 18px;
}

.btn.btn-underline.position-absolute, .buttons > a.btn.btn-underline {
  font-size: 13px;
}

.bg-black .btn.btn-underline.position-absolute:hover, .bg-white-green-outline .p-3:hover {
  background: #474A47;
  color: #FFF;
}

.bg-light-grey.h-100.p-3 .btn-underline {
  margin-top: 1.5rem;
}

/*buttons showing even though there is no HREF nor text link, component is widely used on other parts as well thus the hack*/
#dnn_ctr3411_View_ScopeWrapper .btn-primary,
#dnn_ctr3412_View_ScopeWrapper .btn-primary,
#dnn_ctr3414_View_ScopeWrapper .btn-primary {
  visibility: hidden;
}

.dnnLogin {
  margin-top: 2rem;
}

#dnn_ctr786_HtmlModule_lblContent {
  margin-top: 2rem;
}

*:focus {
  outline: none 0 !important;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  color: #737373;
  font-size: 18px;
  background: #fff;
  font-family: "Euclid", "Arial", sans-serif;
  font-weight: 300;
}
html.mm-opened body {
  padding-top: 0;
}
@media (max-width: 1199px) {
  body {
    font-size: 18px;
  }
}

#Form {
  background: #fff;
}

.main-content {
  margin-top: 155px;
  min-height: 50vh;
}
@media (max-width: 1199px) {
  .main-content {
    margin-top: 75px;
  }
}
@media (max-width: 575px) {
  .main-content {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .main-content .DnnModule {
    padding: 0px 0 0;
  }
}
.main-content .container {
  /*        @media(max-width: $screen-sm-max) {
      .row {
          .DnnModule {
              .row {
                  > div {
                      padding-left: 30px;
                      padding-right: 30px;

                      .row {
                          > div {
                              padding-left: 0px;
                              padding-right: 0px;
                          }
                      }
                  }
              }
          }
      }
  }*/
}
@media (max-width: 1199px) {
  .main-content .container {
    /*            padding-left: 0;
    padding-right: 0;*/
  }
  .main-content .container .row {
    /*                //padding-left: 0;
    //padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;

    > * {
        padding-left: 0;
        padding-right: 0;
    }*/
  }
  .main-content .container .row .DnnModule { /*
.row {
    > div {
        padding-left: 0px;
        padding-right: 00px;

        .row {
            > div {
                padding-left: 0px;
                padding-right: 0px;
            }
        }
    }
}*/ }
  .main-content .container .row .DnnModule .content-image {
    /*                      > * {
        padding-left: 0px;
        padding-right: 0px;
    }

    > .text-container {
        padding-left: 30px;
        padding-right: 30px;
    }*/
  }
  .main-content .container .row .DnnModule .content-image-top {
    /*                            @media(min-width: $screen-md-min) and (max-width: $screen-md-max) {
        .text-container {
            padding-left: 0;
        }
    }*/
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .main-content .container .row .DnnModule .content-image-top > div:not(.text-container) {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 250px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    /*max-width: 1360px;*/
  }
}
@media (min-width: 1500px) and (max-width: 1503px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1620px;
  }
}
@media (min-width: 1504px) and (max-width: 1663px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1404px;
  }
}
@media (min-width: 1664px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1564px;
  }
}

.full-width-module {
  margin-top: 30px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw; /* Prevents the element from exceeding the viewport width */
  overflow: hidden; /* Ensures no overflow */
}
@media (min-width: 768px) {
  .full-width-module {
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .full-width-module {
    margin-top: 60px;
  }
}

img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 0px;
}

.dropdown .dropdown-menu {
  left: -5px;
}

.bg-green {
  background-color: #94F587;
  color: #737373;
}

.bg-black {
  background-color: #000000;
  color: #737373;
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
  color: #737373;
}

.bg-red {
  background-color: #ED3B1B;
  color: #000000;
}

.bg-light-grey {
  background-color: #F5F5F5;
  color: #000000;
}

.bg-pattern {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-pattern-green {
  background-color: #94F587;
  background-image: url("images/green-background-2.jpg");
}

.bg-pattern-white {
  background-color: #FFFFFF;
  background-image: url("images/white-background-2.jpg");
}

.bg-pattern-black {
  background-color: #474A47;
  background-image: url("images/black-background-2.jpg");
}
.bg-pattern-black * {
  color: #FFFFFF;
}

.bg-white-green-outline {
  border-top: 16px solid #94F587;
  border-bottom: 16px solid #94F587;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #FFF;
}
.bg-white-green-outline .btn {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 5px;
}

.fa-ul {
  margin-left: 1.5em;
}

hr {
  opacity: 1;
  border-top: 1px solid #474A47;
}

.tooltip-inner {
  background-color: #94F587;
  opacity: 1 !important;
  font-weight: 600;
  color: #474A47;
}

.tooltip.bs-tooltip-auto .tooltip-arrow::before {
  border-top-color: #94F587 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #94F587 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #94F587 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #94F587 !important;
}

.bg-marble {
  background-image: url("/Portals/_default/Skins/PieFunds/images/Pie_Wealth_Marble.jpg");
  background-repeat: no-repeat;
}
@media (min-width: 1510px) {
  .bg-marble {
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .bg-marble {
    /* .text-container {
        margin-top: 10rem !important;
    }*/
  }
  .bg-marble .brochure-container {
    text-align: right;
  }
  .bg-marble .brochure-container img {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .bg-marble {
    /*.text-container {
        margin-top: 6em;
    }*/
  }
}
@media (max-width: 992px) {
  .bg-marble .brochure-container img {
    max-width: 100%;
  }
}
@media (min-width: 951px) and (max-width: 991px) {
  .bg-marble .text-container {
    padding: 0 8rem;
  }
}
@media (min-width: 926px) and (max-width: 950px) {
  .bg-marble .text-container {
    padding: 0 8.5rem;
  }
}
@media (min-width: 900px) and (max-width: 925px) {
  .bg-marble .text-container {
    padding: 0 8rem;
  }
}
@media (min-width: 876px) and (max-width: 899px) {
  .bg-marble .text-container {
    padding: 0 7rem;
  }
}
@media (min-width: 851px) and (max-width: 875px) {
  .bg-marble .text-container {
    padding: 0 5rem;
  }
}
@media (min-width: 826px) and (max-width: 850px) {
  .bg-marble .text-container {
    padding: 0 6rem;
  }
}
@media (min-width: 800px) and (max-width: 825px) {
  .bg-marble .text-container {
    padding: 0 4rem;
  }
}
@media (min-width: 750px) and (max-width: 799px) {
  .bg-marble .text-container {
    padding: 0 3rem;
  }
}
@media (min-width: 726px) and (max-width: 749px) {
  .bg-marble .text-container {
    padding: 0 8rem;
  }
}
@media (min-width: 700px) and (max-width: 725px) {
  .bg-marble .text-container {
    padding: 0 7.5rem;
  }
}
@media (min-width: 576px) and (max-width: 699px) {
  .bg-marble .text-container {
    padding: 0 5.5rem;
  }
}
@media (max-width: 575px) {
  .bg-marble .text-container {
    padding: 0 2rem;
  }
  .bg-marble .text-container h1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .bg-marble {
    padding-bottom: 2rem;
  }
  .bg-marble .text-container h1 {
    display: none;
  }
}

#dnn_ctr608_HtmlModule_lblContent .text-container .Head, #dnn_ctr608_HtmlModule_lblContent .text-container div {
  color: #474A47;
}
#dnn_ctr608_HtmlModule_lblContent .btn.btn-primary {
  font-weight: bold;
  margin: 1.5rem 18px 0 0;
}
#dnn_ctr608_HtmlModule_lblContent h4 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-right: 10px;
}
@media (min-width: 1400px) {
  #dnn_ctr608_HtmlModule_lblContent .bg-marble-full .text-container,
  #dnn_ctr608_HtmlModule_lblContent .bg-marble .text-container {
    margin-top: 2rem !important;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.bg-marble-full {
  background-image: url("/Portals/_default/Skins/PieFunds/images/Pie_Wealth_Marble.jpg");
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .full-width.bg-light-grey.py-5 {
    padding: 0.5em 0 !important;
  }
  #dnn_Div22 .content.mb-5 {
    margin-bottom: -1.5rem !important;
  }
}
#dnn_ctr513_HtmlModule_lblContent h3,
#dnn_ctr514_HtmlModule_lblContent h3 {
  color: #474A47;
}

#dnn_ctr515_dnnTITLE_titleLabel {
  color: #474A47;
}

footer {
  color: #FFFFFF;
}
footer p, footer a {
  font-size: 14px;
  color: #FFFFFF;
}
footer p {
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  footer p {
    margin-bottom: 20px;
  }
}
footer a:focus {
  text-decoration: underline;
}
footer .footer {
  background: #1d1d1f;
  padding: 30px 0px;
}
footer .footer .content {
  margin: 0 !important;
}
footer .footer .footer-top {
  margin-bottom: 5px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footer .footer-top {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  footer .footer .footer-top {
    padding-bottom: 120px;
  }
}
footer .footer .footer-bottom {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  footer .footer .footer-bottom {
    margin-bottom: 40px;
  }
}
footer .footer .footer-bottom .Normal, footer .footer .footer-bottom p, footer .footer .footer-bottom a, footer .footer .footer-bottom a:link, footer .footer .footer-bottom span, footer .footer .footer-bottom li {
  font-size: 12px;
  line-height: 14px;
  color: #9D9D9D;
  font-weight: 300;
}
footer .footer .footer-bottom-right {
  text-align: left;
  margin-top: 20px;
}
footer .footer .footer-bottom-right ul {
  display: block;
  padding: 0;
  list-style: none;
}
footer .footer .footer-bottom-right ul li {
  display: block;
}
footer .footer .footer-bottom-right ul li:after {
  content: "";
  margin: 0;
}
footer .footer .footer-bottom-right ul a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer .footer-bottom-right ul a:visited {
  color: #9D9D9D;
}
@media (min-width: 992px) {
  footer .footer .footer-bottom-right {
    text-align: right;
    margin-top: 0;
  }
  footer .footer .footer-bottom-right ul {
    display: flex;
    justify-content: flex-end;
  }
  footer .footer .footer-bottom-right ul li {
    display: inline;
  }
  footer .footer .footer-bottom-right ul li:not(:last-child):after {
    content: "|";
    margin: 0 10px;
  }
}
footer .footer a, footer .footer a:visited, footer .footer a:link {
  color: #fff;
}
footer .footer a .fas, footer .footer a:visited .fas, footer .footer a:link .fas {
  color: #94F587 !important;
  display: block;
  font-size: 1em;
  margin: 0 0 15px;
}
footer .footer a:hover, footer .footer a:visited:hover, footer .footer a:link:hover {
  color: #94F587;
}
footer .footer .logo {
  width: 200px;
  display: block;
}
footer .footer .logo img {
  height: 50px !important;
}
@media (min-width: 992px) {
  footer .footer .logo img {
    height: 65px !important;
  }
}
@media (min-width: 1200px) {
  footer .footer .logo img {
    height: 85px !important;
  }
}
@media (max-width: 1199px) {
  footer .footer .logo {
    width: 200px;
  }
}
@media (max-width: 991px) {
  footer .footer .logo {
    width: 250px;
  }
}
footer .footer .DnnModule ul {
  margin-bottom: 30px;
  padding: 0px;
  list-style-type: none;
}
@media (min-width: 576px) {
  footer .footer .DnnModule ul {
    margin-bottom: 20px;
  }
}
footer .footer .DnnModule ul.social-icons li {
  display: inline-block;
  line-height: 24px !important;
}
footer .footer .DnnModule ul.social-icons li a.social-icon {
  width: 33px;
  height: 33px;
  color: #FFFFFF;
  margin-right: 7px;
  font-size: 28px;
}
footer .footer .DnnModule ul.social-icons li a.social-icon:hover, footer .footer .DnnModule ul.social-icons li a.social-icon:focus {
  color: #94F587;
}
footer .footer .DnnModule ul li {
  padding: 0px;
  margin: 0px;
  line-height: 22px;
}
footer .footer .footer-bottom .Normal, footer .footer .footer-bottom p, footer .footer .footer-bottom a,
footer .footer .footer-disclaimer .Normal,
footer .footer .footer-disclaimer p,
footer .footer .footer-disclaimer a {
  font-size: 10px;
  line-height: 14px;
  color: #9D9D9D;
  font-weight: 300;
}
footer .footer .footer-bottom a,
footer .footer .footer-disclaimer a {
  text-decoration: underline;
}
footer .footer .footer-bottom a:hover,
footer .footer .footer-disclaimer a:hover {
  color: #FFFFFF;
}
footer .footer .footer-bottom a:focus,
footer .footer .footer-disclaimer a:focus {
  color: #FFFFFF;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 0px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #000000;
  margin: 0;
}
@media (max-width: 319px) {
  header {
    text-align: center;
  }
}
.controlpanel header {
  top: 53px;
}
header hr {
  margin: 0;
}
header .container-bg {
  background: #FFF;
  width: 100%;
}
header .logo {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 86px;
  margin: 0px 0px;
  padding: 15px 0px 10px;
}
@media (max-width: 1199px) {
  header .logo {
    height: 54px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 4px;
  }
}
header .logo img {
  max-width: 100%;
  height: 100% !important;
  padding-bottom: 9px;
}
header .logo img.header-logo.desktop {
  display: none;
}
@media (min-width: 768px) {
  header .logo img.header-logo.desktop {
    display: block;
  }
}
header .logo img.header-logo.mobile {
  display: none;
}
@media (max-width: 767px) {
  header .logo img.header-logo.mobile {
    display: block;
  }
}
header .menu-container {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: 0px;
}
@media (min-width: 576px) {
  header .menu-container {
    float: right;
    text-align: right;
    margin: 25px 0 0;
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  header .menu-container {
    margin: 3px 0 9px;
    margin-top: 3px;
  }
}
@media (max-width: 575px) {
  header .menu-container {
    margin: 0;
    margin-top: 0px;
  }
}
header .menu-container .links {
  font-size: 1.2em;
  font-weight: 600;
  /*padding-right: 30px;*/
  padding-bottom: 5px;
  color: #FFF;
}
header .menu-container .links .fab {
  margin-right: 4px;
}
header .menu-container .links a {
  color: #000000 !important;
}
@media (max-width: 1199px) {
  header .menu-container .links {
    display: none;
  }
}
header .extra-links {
  display: inline-block;
  list-style-type: none;
  float: right;
}
@media (max-width: 576px) {
  header .extra-links {
    padding-left: 5px !important;
  }
}
header .extra-links > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
header .extra-links > li > a, header .extra-links > li > .dropdown > a {
  color: #474A47;
  text-decoration: none;
  width: 42px;
  height: 42px;
  text-align: center;
}
@media (max-width: 1199px) {
  header .extra-links > li > a, header .extra-links > li > .dropdown > a {
    padding: 8px 6px;
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  header .extra-links > li > a, header .extra-links > li > .dropdown > a {
    padding: 8px 5px;
    font-size: 0.8em;
    width: 30px;
    width: 42px;
  }
}
header .extra-links > li > a.user, header .extra-links > li > .dropdown > a.user {
  font-size: 1.3em;
  color: #000000;
  width: 52px;
  height: 52px;
  text-align: center;
}
@media (max-width: 1199px) {
  header .extra-links > li > a.user, header .extra-links > li > .dropdown > a.user {
    font-size: 1.2em;
    margin-top: 14px;
    width: 50px;
    height: 52px;
  }
}
@media (max-width: 400px) {
  header .extra-links > li > a.user, header .extra-links > li > .dropdown > a.user {
    font-size: 1.2em;
    width: 30px;
    height: 52px;
  }
}
header .extra-links > li > a.toggle-nav, header .extra-links > li > .dropdown > a.toggle-nav {
  margin-top: 0;
  font-size: 1.5em;
  border-radius: 50%;
}
header .extra-links > li > a.toggle-nav i, header .extra-links > li > .dropdown > a.toggle-nav i {
  display: none;
  position: relative;
}
header .extra-links > li > a.toggle-nav i.active, header .extra-links > li > .dropdown > a.toggle-nav i.active {
  display: block;
  z-index: 10;
}
@media (max-width: 1199px) {
  header .extra-links > li > a.toggle-nav, header .extra-links > li > .dropdown > a.toggle-nav {
    font-size: 1.6em;
  }
}
@media (max-width: 1199px) {
  header .extra-links > li .dropdown {
    position: static;
  }
  header .extra-links > li .dropdown .dropdown-menu {
    background: #F5F5F5;
    width: 100%;
    margin-top: 16px !important;
  }
  header .extra-links > li .dropdown .dropdown-menu li {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 1199px) and (min-width: 576px) {
  header .extra-links > li .dropdown .dropdown-menu li a {
    max-width: 540px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  header .extra-links > li .dropdown .dropdown-menu li a {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  header .extra-links > li .dropdown .dropdown-menu {
    margin-top: 3px !important;
  }
}
header .extra-links > li.social a {
  padding: 6px 3px;
  font-size: 1.5em;
}
header .extra-links > li.toggle-nav-container {
  display: none;
}
@media (max-width: 1199px) {
  header .extra-links > li.toggle-nav-container {
    display: inline-block;
  }
}
@media (min-width: 350px) {
  header .extra-links {
    margin: 0;
  }
}
@media (max-width: 349px) {
  header .extra-links {
    margin: -2px -5px 0 -10px;
  }
}
header.scroll {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.45);
}
@media (max-width: 1199px) {
  header.scroll {
    padding: 0px 0;
  }
}
header.scroll .full-width-container {
  display: none;
}
header.scroll .full-width-container .contact-header p {
  margin: 0px;
}
header.scroll .menu-container {
  margin-top: 40px;
  -webkit-transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
@media (max-width: 1025px) {
  header.scroll .menu-container {
    margin: 3px 0 9px;
    margin-top: 3px;
  }
}
@media (max-width: 1399px) {
  header.scroll .menu-container {
    margin-top: 0px;
  }
}
header.scroll .menu-container .phone {
  display: none;
}

.btn-secondary {
  background-color: #BCBDB4 !important;
  color: #000;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding-left: 25px !important;
  width: 150px;
  text-align: left;
  border: 1px #BCBDB4 solid;
  padding: 2px 5px 2px 24px !important;
}
.btn-secondary:hover {
  background-color: #94F587 !important;
  border: 1px #94F587 solid;
}
.btn-secondary:hover .fa-solid.fa-play {
  background-color: #BCBDB4 !important;
}
.btn-secondary .fa-solid.fa-play {
  text-align: right;
  background: #94F587;
  border-radius: 30px;
  height: 30px;
  padding: 10px 11px 0px;
}
@media (min-width: 768px) {
  .btn-secondary .fa-solid.fa-play {
    width: 30px;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .btn-secondary .fa-solid.fa-play {
    margin-left: 5px;
  }
}

@media (min-width: 350px) and (max-width: 1200px) {
  .btn-secondary {
    padding: 9px 5px 9px 24px !important;
  }
}
@media (max-width: 349px) {
  .btn-secondary {
    padding: 9px 5px 9px 17px !important;
  }
}
h1 {
  font-family: "Euclid", "Arial", sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.about h1 {
  font-size: 34px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}
h1 .as-at {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em !important;
    line-height: normal !important;
  }
}

h2 {
  font-family: "Euclid", "Arial", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.5em !important;
    line-height: 1.5em !important;
  }
}

h3 {
  font-family: "Euclid", "Arial", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-family: "Euclid", "Arial", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}
@media (max-width: 991px) {
  h4 {
    font-size: 26px;
  }
}
h4 + hr {
  border-top: 1px solid #474A47;
}

h5 {
  color: #737373;
  font-size: 25px;
  line-height: 28px;
  font-family: "Euclid", "Arial", sans-serif;
  font-weight: 300;
}

.Head {
  margin-bottom: 0;
}

.background-dark h1, .background-dark h2, .background-dark h3, .background-dark h4, .background-dark h5, .background-dark p,
.banner.banner-black h1,
.banner.banner-black h2,
.banner.banner-black h3,
.banner.banner-black h4,
.banner.banner-black h5,
.banner.banner-black p {
  color: #FFFFFF;
}

.background-dark,
.banner.background-dark {
  color: #FFFFFF;
}
.background-dark h1,
.banner.background-dark h1 {
  font-size: 38px;
  color: #94F587;
  font-weight: 400;
}

.banner h5 {
  margin-top: 15px;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .banner h5 {
    font-size: 18px;
  }
}

b, strong {
  font-weight: 600;
}

ul {
  margin-left: 0px;
}

p, .Normal, .NormalDisabled, .NormalDeleted, ul, li {
  color: #474A47;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
}

.main-content ul, .main-content ol {
  margin-left: 10px;
  padding-left: 1.2rem;
  list-style-type: disc;
}
.main-content ul li, .main-content ol li {
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

.banner .Normal {
  margin: 0px;
}

.quote-body {
  color: #D5D4CE;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .quote-body {
    font-size: 22px;
    line-height: 35px;
  }
}

.quote-footer {
  color: #D5D4CE;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.quote-rating {
  display: none;
  /*font-size: 30px;
  color: $green;*/
}

/*///// LINKS /////*/
a, a:visited, input[type=button], input[type=submit], .contact .LiveForm.Custom .Field.Submitbutton input {
  text-decoration: none;
  cursor: pointer;
  word-wrap: break-word;
  color: #000000;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 15;
}
.main-content a, .main-content a:visited, .main-content input[type=button], .main-content input[type=submit], .main-content .contact .LiveForm.Custom .Field.Submitbutton input {
  text-decoration: underline;
}
.main-content h2 a, .main-content h2 a:visited, .main-content h2 input[type=button], .main-content h2 input[type=submit], .main-content h2 .contact .LiveForm.Custom .Field.Submitbutton input {
  text-decoration: none;
}
.main-content h2 a:hover, .main-content h2 a:visited:hover, .main-content h2 input[type=button]:hover, .main-content h2 input[type=submit]:hover, .main-content h2 .contact .LiveForm.Custom .Field.Submitbutton input:hover {
  text-decoration: underline;
}
a:hover, a:visited:hover, input[type=button]:hover, input[type=submit]:hover, .contact .LiveForm.Custom .Field.Submitbutton input:hover {
  color: #2DC448;
}

.text-color-green {
  color: #94F587;
}

.text-color-black {
  color: #000000;
}

.text-color-white {
  color: #FFFFFF;
}

.text-color-red {
  color: #ED3B1B;
}

.text-color-light-grey {
  color: #F5F5F5;
}

nav {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}
@media (max-width: 991px) {
  nav {
    display: none;
  }
}
nav ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%;
}
@media (max-width: 1399px) {
  nav ul {
    margin: 0px 6px 0px;
  }
}
nav ul > li {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
}
nav ul > li[data-id="70"] > a, nav ul > li[data-id="70"] a:visited, nav ul > li[data-id="70"] span, nav ul > li[data-id="70"] span a, nav ul > li[data-id="71"] > a, nav ul > li[data-id="71"] a:visited, nav ul > li[data-id="71"] span, nav ul > li[data-id="71"] span a, nav ul > li[data-id="72"] > a, nav ul > li[data-id="72"] a:visited, nav ul > li[data-id="72"] span, nav ul > li[data-id="72"] span a {
  font-weight: 400;
}
nav ul > li[data-id="70"] > a:before, nav ul > li[data-id="70"] a:visited:before, nav ul > li[data-id="70"] span:before, nav ul > li[data-id="70"] span a:before, nav ul > li[data-id="71"] > a:before, nav ul > li[data-id="71"] a:visited:before, nav ul > li[data-id="71"] span:before, nav ul > li[data-id="71"] span a:before, nav ul > li[data-id="72"] > a:before, nav ul > li[data-id="72"] a:visited:before, nav ul > li[data-id="72"] span:before, nav ul > li[data-id="72"] span a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0em 5px 16px;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav ul > li[data-id="70"] > a.current:before, nav ul > li[data-id="71"] > a.current:before, nav ul > li[data-id="72"] > a.current:before {
  transform: rotate(90deg);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav ul > li > a, nav ul > li a:visited, nav ul > li span, nav ul > li span a {
  font-weight: 300;
  display: block;
  color: #000000;
  position: relative;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none !important;
  text-underline-offset: 8px;
}
nav ul > li:hover a, nav ul > li:hover a:visited, nav ul > li:focus a, nav ul > li:focus a:visited {
  color: #474A47;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: underline !important;
}
nav ul > li a.current {
  text-decoration: underline !important;
}
nav ul > li .dropdown-toggle:after {
  content: none;
  display: none;
}
nav ul > li .dropdown {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  left: 0px;
  text-align: left;
  margin-left: 0px;
  padding: 5px 0 0;
  width: 250px;
  z-index: -1;
  -webkit-transform: translateY(-2em);
  -moz-transform: translateY(-2em);
  -o-transform: translateY(-2em);
  transform: translateY(-2em);
}
nav ul > li .dropdown > li {
  background: #FFFFFF;
  width: 100%;
  padding: 0px 5px;
  border: none;
}
nav ul > li .dropdown > li a, nav ul > li .dropdown > li a:visited {
  font-weight: 300;
  text-transform: none;
  color: #474A47;
  font-size: 15px;
  line-height: 1.5em;
  padding: 15px 30px 15px 10px;
  border: none;
  text-decoration: none !important;
}
nav ul > li .dropdown > li:hover a, nav ul > li .dropdown > li:hover a:visited {
  color: #474A47;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: underline !important;
}
nav ul > li .dropdown > li span {
  padding: 0px 30px;
}
nav ul > li .dropdown > li .dropdown {
  display: none;
}
nav ul > li:hover .dropdown {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
nav #navigation > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end; /* Default alignment for all list items to the right */
}
nav #navigation > ul > li {
  flex: 0 1 auto;
  text-align: right;
}
nav #navigation > ul > li[data-id="70"], nav #navigation > ul > li[data-id="71"], nav #navigation > ul > li[data-id="72"] {
  text-align: left;
}
nav #navigation > ul > li[data-id="72"] {
  margin-right: auto; /* Pushes the remaining items to the right */
}

#mm-navigation.mm-menu {
  background: #F5F5F5;
  color: #474A47;
  margin-top: 65px;
  width: 100%;
  max-width: 100%;
  transform: translate3d(0, 0, 0) !important;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*title*/
}
@media (min-width: 576px) {
  #mm-navigation.mm-menu {
    margin-top: 78px;
  }
}
html.mm-opening #mm-navigation.mm-menu {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 0, 0) !important;
}
@media (min-width: 1200px) {
  html.mm-opening #mm-navigation.mm-menu {
    display: none !important;
  }
}
#mm-navigation.mm-menu .logo {
  background-image: url("../../images/logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 27px;
  margin: 0 auto;
  width: 179px;
  display: block;
}
#mm-navigation.mm-menu .mm-panels {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
@media (min-width: 768px) {
  #mm-navigation.mm-menu .mm-panels {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #mm-navigation.mm-menu .mm-panels {
    max-width: 960px;
  }
}
#mm-navigation.mm-menu .mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
#mm-navigation.mm-menu .mm-panels > .mm-panel > .mm-listview {
  margin: 20px 15px;
}
#mm-navigation.mm-menu .mm-panels > .mm-panel > .mm-listview:first-child, #mm-navigation.mm-menu .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
#mm-navigation.mm-menu .mm-listview > li {
  /*arrow*/
  /*menu item*/
  /*menu item text*/
  /*submenu*/
}
#mm-navigation.mm-menu .mm-listview > li .mm-next {
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
#mm-navigation.mm-menu .mm-listview > li .mm-next:after, #mm-navigation.mm-menu .mm-listview > li .mm-next:after {
  content: none;
  display: none;
  border-color: rgba(255, 255, 255, 0.5);
  right: 49px;
  top: 25px;
}
#mm-navigation.mm-menu .mm-listview > li:not(.mm-divider)::after {
  border: none;
  left: 20px;
}
#mm-navigation.mm-menu .mm-listview > li > a, #mm-navigation.mm-menu .mm-listview > li > span {
  color: #474A47;
  font-size: 15px;
  padding: 12px 10px;
  font-weight: 300;
  text-decoration: none;
  text-underline-offset: 8px;
}
#mm-navigation.mm-menu .mm-listview > li > a:hover, #mm-navigation.mm-menu .mm-listview > li > a:focus, #mm-navigation.mm-menu .mm-listview > li > span:hover, #mm-navigation.mm-menu .mm-listview > li > span:focus {
  text-decoration: underline;
}
#mm-navigation.mm-menu .mm-listview > li a.current {
  text-decoration: underline !important;
}
#mm-navigation.mm-menu .mm-listview > li.mm-opened > a.mm-next, #mm-navigation.mm-menu .mm-listview > li.mm-opened > .mm-panel, #mm-navigation.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, #mm-navigation.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: transparent;
  padding: 0px;
}
#mm-navigation.mm-menu .mm-listview > li.mm-selected > a {
  background: none;
}
#mm-navigation.mm-menu .mm-listview > li .dropdown {
  margin-bottom: 15px;
}
#mm-navigation.mm-menu .mm-listview > li.dropdown-submenu a {
  padding: 8px 25px 8px 36px;
}
#mm-navigation.mm-menu .mm-listview > li.dropdown-submenu:last-of-type:not(.mm-divider)::after {
  border: 0 none;
}
#mm-navigation.mm-menu .mm-listview > li .dropdown-toggle:after {
  display: none;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li[data-id="70"] > a:not(.mm-next), #mm-navigation.mm-menu #mm-1 > .mm-listview > li[data-id="71"] > a:not(.mm-next), #mm-navigation.mm-menu #mm-1 > .mm-listview > li[data-id="72"] > a:not(.mm-next) {
  font-weight: 400;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li[data-id="70"] > a:not(.mm-next):before, #mm-navigation.mm-menu #mm-1 > .mm-listview > li[data-id="71"] > a:not(.mm-next):before, #mm-navigation.mm-menu #mm-1 > .mm-listview > li[data-id="72"] > a:not(.mm-next):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0em 5px 16px;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  margin-right: 10px;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li[data-id="72"] {
  margin-bottom: 30px;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li > a:not(.mm-next) {
  margin-right: 0px;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li > a:not(.mm-next):before {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li.mm-opened > a:not(.mm-next) {
  text-decoration: underline;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li.mm-opened > a:not(.mm-next):before {
  transform: rotate(90deg);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#mm-navigation.mm-menu #mm-1 > .mm-listview > li .btn {
  font-weight: 400 !important;
  width: 100%;
  margin-top: 15px;
}
#mm-navigation.mm-menu .mm-navbar {
  height: 60px;
  line-height: 35px;
  padding: 0 40px;
}
#mm-navigation.mm-menu .mm-navbar > *, #mm-navigation.mm-menu .mm-navbar a {
  color: rgba(255, 255, 255, 0.3);
}
#mm-navigation.mm-menu .mm-navbar .mm-btn {
  height: 60px;
  width: 60px;
}
#mm-navigation.mm-menu .mm-navbar .mm-btn:before, #mm-navigation.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.3);
}
#mm-navigation.mm-menu #mm-0 .mm-title {
  padding: 16px 0;
}
#mm-navigation.mm-menu span.dropdown-toggle a {
  color: #FFF;
}

#mm-blocker {
  display: none !important;
}

.accordion-wrapper, .accordion-item {
  font-weight: 600;
  border-bottom: 1px solid #737373;
}
.accordion-header {
  background: #474A47;
  color: #FFFFFF;
  padding: 9px 50px 9px 40px;
}
.accordion-content {
  display: none;
}
.accordion-content .accordion-item {
  border-bottom: 1px solid #737373;
}
.accordion-content .accordion-item:last-of-type {
  border-bottom: none;
}
.accordion-content .accordion-content {
  margin-bottom: 5px;
}
.accordion-content .accordion-wrapper {
  border-bottom: none;
}
.accordion-content .accordion-wrapper .accordion-toggle {
  border-top: 1px solid #737373;
}
.accordion-toggle {
  padding: 9px 50px 9px 40px;
  position: relative;
  cursor: pointer;
}
.accordion-toggle h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .accordion-toggle {
    padding: 10px 50px 10px 40px;
  }
}
.accordion-toggle:before {
  position: absolute;
  left: 5px;
  right: auto;
  top: 50%;
  font-size: 1em;
  transform: translateY(-50%);
}
.accordion-toggle.active:before {
  transform: rotate(90deg);
  top: 35%;
}
.accordion-toggle:hover {
  background: #94F587;
}
.accordion-toggle span.number {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 18px 0px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .accordion-toggle span.number {
    font-size: 28px;
    padding: 10px 0px;
  }
}
.accordion-toggle span.number {
  text-indent: -9999px;
  display: inline-block;
  width: 1em;
  overflow: hidden;
}
.accordion-toggle span.number::before {
  content: "+";
  text-indent: 0;
  position: absolute;
  left: 0;
  transform: translateY(-40%);
  font-size: 30px;
  font-weight: 500;
  color: currentColor;
}
.accordion-toggle.active span.number::before {
  content: "–";
}
.accordion-item {
  border-bottom: 1px solid #737373;
  padding: 10px 13px 9px 40px;
  font-size: 16px;
  /*        @media (max-width:@screen-md-max) {
      .horizontal-padding(15px);
  }*/
}
.accordion-item-content {
  font-weight: 300;
}
@media (min-width: 576px) {
  .accordion-item-content {
    display: table;
    width: 100%;
    vertical-align: middle;
  }
}
@media (min-width: 576px) {
  .accordion-item-content div {
    display: table-cell;
  }
}
.accordion-item-content div.link {
  width: 150px;
}
.accordion-item-content div.link a {
  font-weight: 600;
}
.accordion-item-content div.link i {
  margin-left: 11px;
}

.investment-pillars {
  border-top: 1px solid #737373;
}
.investment-pillars .accordion-content {
  border-top: none;
}
.investment-pillars .accordion-content img {
  max-height: 170px;
  max-width: 190px;
}
.investment-pillars .accordion-toggle {
  padding: 8px 50px 8px 40px;
  color: #737373;
}
@media (max-width: 991px) {
  .investment-pillars .accordion-toggle {
    padding: 15px 60px 15px 75px;
  }
}
.investment-pillars .accordion-toggle h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .investment-pillars .accordion-toggle h4 {
    font-size: 28px;
  }
}
.investment-pillars .accordion-toggle:before {
  position: absolute;
  right: 5px;
  left: auto;
  top: 50%;
  font-size: 1.25em;
  transform: translateY(-50%);
  border-width: 10px 0em 9px 25px;
}
.investment-pillars .accordion-toggle.active:before {
  transform: rotate(90deg);
  top: 35%;
}
.investment-pillars .accordion-toggle h4 {
  margin-bottom: 0.1rem;
}
.investment-pillars .accordion-item {
  padding: 10px 13px 30px 100px;
}
@media (max-width: 991px) {
  .investment-pillars .accordion-item {
    padding: 10px 13px 30px 75px;
  }
}
.investment-pillars .accordion-wrapper:first-child .accordion-content .accordion-item-content img {
  max-height: 130px;
}

.faq-accordion {
  margin-bottom: 50px;
}

.banner {
  height: 545px;
  position: relative;
  /*Quotes/Testimonials Redesign*/
  /*End of Quotes/Testimonials Redesign*/
}
.inner .banner {
  height: 420px;
}
.banner h1 {
  font-family: "Euclid", "Arial", sans-serif;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.banner-black {
  background: #000000;
}
.banner-white {
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .banner {
    height: 300px;
  }
}
.banner .background-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
}
.banner .background-image.background-image-top-right {
  background-position: top right;
  background-repeat: no-repeat;
}
.banner .video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.banner .background-video {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background-position: top right;
  left: 50%;
  transform: translateX(-50%);
}
.article-cta .banner .background-video {
  width: auto !important;
}
.article-cta .banner .background-video + div {
  z-index: 10;
}
@media (max-width: 991px) {
  .banner .background-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
  }
}
.banner .banner-content {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .banner-pane .banner .banner-content > .row > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .banner-pane .banner .banner-content .container > .row > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.banner.banner-short {
  height: 300px;
  position: relative;
  display: flex;
}
.dnnEditState .banner.banner-short {
  height: auto;
}
.banner.banner-short > div.banner-content {
  z-index: 10;
  align-self: center;
  width: 100%;
  /*position: relative;*/
}
.banner.banner-short .background-image {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background-position: 100% 0%;
  /*@media(max-width: $screen-md-max) {
      height: 250px;
      top: auto;
      bottom: 0;
  }*/
}
.banner.banner-short.bg-black h1 {
  color: #94F587;
}
@media (max-width: 991px) {
  .banner.banner-short {
    min-height: 300px;
    height: auto;
  }
}
.banner.banner-panel {
  margin-bottom: 1rem;
  height: 640px;
}
@media (max-width: 991px) {
  .banner.banner-panel {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .banner.banner-panel {
    margin-bottom: 250px;
  }
}
@media (max-width: 320px) {
  .banner.banner-panel {
    margin-bottom: 300px;
  }
}
.banner.banner-panel .banner-content {
  z-index: 15;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .banner.banner-panel .banner-content {
    margin-top: 300px;
  }
}
.banner.banner-panel .banner-content > div > div {
  padding: 3rem;
  padding-right: 6rem;
}
.banner.banner-panel .banner-image {
  position: absolute;
  top: 20px;
  height: 610px;
  right: 0;
  width: 100%;
  z-index: 14;
}
@media (max-width: 991px) {
  .banner.banner-panel .banner-image {
    height: 500px;
  }
}
.banner.banner-panel .banner-image > div {
  position: relative;
}
@media (max-width: 991px) {
  .banner.banner-panel .banner-image > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.banner.bg-pattern {
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .banner.bg-pattern {
    height: 350px;
  }
}
.banner.bg-pattern img {
  position: absolute;
  z-index: 9;
}
.banner .ContainerPane {
  z-index: 10;
}
.banner .as-at {
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  color: #FFFFFF;
}
.banner .as-at.sm {
  font-size: 18px;
}
@media (min-width: 1600px) {
  .banner.bg-warm-grey-1 .banner-content {
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  .banner.bg-warm-grey-1 .banner-content {
    padding-right: 4px;
  }
}
@media (min-width: 576px) {
  .banner.bg-warm-grey-1 .banner-content .container {
    padding: 3em 18px;
  }
}
@media (max-width: 575px) {
  .banner.bg-warm-grey-1 .banner-content {
    padding: 2rem 0 1.5rem !important;
  }
}

.pie-investor-banner {
  padding-bottom: 50px;
}
.pie-investor-banner .overflow-banner {
  margin: 0;
}
@media (min-width: 992px) {
  .pie-investor-banner .overflow-banner {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.pie-investor-banner .overflow-banner .bg-pattern {
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}
.pie-investor-banner .overflow-banner .bg-pattern > div {
  height: 400px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .pie-investor-banner .overflow-banner .bg-pattern > div {
    height: 400px;
    margin-top: 0rem;
  }
}
.pie-investor-banner .overflow-banner .bg-pattern > div img {
  margin-top: 40px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .pie-investor-banner .overflow-banner .bg-pattern > div img {
    position: absolute;
    bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .pie-investor-banner .normal-banner {
    margin-top: -180px;
  }
  .pie-investor-banner .normal-banner > * {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.invest-now .pie-investor-banner .overflow-banner .bg-pattern {
  z-index: 9;
}
@media (max-width: 991px) {
  .invest-now .pie-investor-banner .overflow-banner .bg-pattern {
    padding-top: 80px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .invest-now .pie-investor-banner .overflow-banner .bg-pattern {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.invest-now .pie-investor-banner .overflow-banner .bg-pattern > div .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .invest-now .pie-investor-banner .overflow-banner .bg-pattern > div .btn {
    text-align: left;
    margin-bottom: 15px;
    padding: 7px 15px 5px;
  }
}
.invest-now .pie-investor-banner .overflow-banner .bg-pattern > div .btn.btn-underline:hover {
  background: #94F587;
}
.invest-now .pie-investor-banner .overflow-banner .bg-pattern > div .btn:hover {
  background: #FFFFFF;
  color: #474A47;
}
.invest-now .pie-investor-banner .overflow-banner .bg-pattern > div img {
  height: 60px !important;
}
@media (max-width: 991px) {
  .invest-now .pie-investor-banner .overflow-banner .bg-pattern > div {
    height: auto;
  }
}
@media (max-width: 991px) {
  .invest-now .pie-investor-banner .overflow-banner {
    margin-top: -100px;
  }
}
.invest-now .pie-investor-banner .normal-banner .bg-pattern {
  z-index: 10;
}
.invest-now .pie-investor-banner .normal-banner .bg-pattern > div img {
  height: 60px !important;
}
@media (max-width: 991px) {
  .invest-now .pie-investor-banner .normal-banner .bg-pattern > div {
    height: auto;
  }
}
@media (max-width: 991px) {
  .invest-now .pie-investor-banner .normal-banner {
    margin-top: 0px;
  }
}

.documents.filters-content .item {
  border-top: 1px solid #737373;
}
.documents.filters-content .item .accordion-header.Investment {
  display: none;
}
.documents.filters-content .item .accordion-item.Investment {
  display: none;
}
.documents.filters-content .item .accordion-item.InvestmentKiwiSaver {
  display: block !important;
}
.documents.filters-content .item .accordion-item a {
  text-decoration: none;
}
.documents.filters-content .item .accordion-item-content .name {
  color: #474A47;
}
.documents.filters-content .item .accordion-item-content .link a, .documents.filters-content .item .accordion-item-content .link i {
  color: #474A47;
}
.documents.filters-content .item .accordion-wrapper.Investment {
  display: none;
}
.documents.filters-content .item .accordion-wrapper.InvestmentKiwiSaver {
  display: block !important;
}
.documents.filters-content .item .accordion-content {
  display: none;
  border-top: 1px solid #000000;
}
.documents.filters-content .item .accordion-toggle.active {
  background: #94F587;
}
.documents-single {
  border-top: 12px solid #94F587;
  border-bottom: 12px solid #94F587;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.documents-single .btn {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 5px;
}

.filters .buttons a {
  margin-bottom: 5px;
  text-align: left;
}
@media (max-width: 767px) {
  .filters .buttons a {
    display: block;
  }
}
.filters .buttons a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0em 5px 16px;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  margin-right: 10px;
  transform: scale(0.8);
}
.filters.documents-filters {
  margin-bottom: 30px;
}
.filters.fund-type-filters {
  margin-top: 30px;
  /* Show the inner circle when the radio button is checked */
}
.filters.fund-type-filters .form-check-input[type=radio] {
  display: none;
}
.filters.fund-type-filters .custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin-left: -1.25em !important;
  margin-right: 5px;
}
.filters.fund-type-filters .custom-radio:after {
  content: "";
  display: block;
  width: 68%;
  height: 60%;
  background-color: #94F587;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.filters.fund-type-filters .form-check-input[type=radio]:checked + .custom-radio::after {
  opacity: 1;
}

[data-geo-address]::-webkit-input-placeholder {
  color: transparent;
}
[data-geo-address]:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
[data-geo-address]::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
[data-geo-address]:-ms-input-placeholder {
  color: transparent;
}
[data-geo-address]::placeholder {
  color: transparent;
}

.loading {
  margin-top: -75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px !important;
  height: 150px !important;
}
@media (min-width: 576px) and (max-width: 991px) {
  .came-from-join-simple .loading {
    bottom: 150px;
  }
}
.loading-wrapper {
  position: fixed;
  border-radius: 6px;
  /*        @media (min-width: $screen-sm-min) {
      position: absolute;
  }*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 105;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.loading-wrapper.show.initial-load-complete {
  background-color: rgba(255, 255, 255, 0.5);
}
.loading-wrapper.loaded {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  opacity: 0;
  z-index: auto;
  background-color: rgba(255, 255, 255, 0);
}

.form-select-wrapper {
  /*.custom-select {
      background: none;
  }*/
}
.form-select-wrapper-inline {
  display: inline-block;
  /*.fa-stack {
      .form-group-icon .form-group & {
          top: auto;
          right: -40px;
          bottom: 2px;
      }
  }*/
}

.form-text {
  display: block;
}
.form .input-control {
  position: relative;
}
.form .input-control:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0em 5px 16px;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 10px;
}
.form-style-1 .form-container {
  background: #efefed;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 576px) {
  .form-style-1 .form-container {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.form-style-1 ::-webkit-calendar-picker-indicator {
  color: rgba(148, 245, 135, 0);
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E.b49d5f3d-99dd-4c0d-8def-9c2f06cc158b,.e1bfb63a-f488-4b4f-981e-53d33136015d%7Bfill:none;stroke:%2394f587;stroke-linejoin:round;stroke-width:1.5px;%7D.e1bfb63a-f488-4b4f-981e-53d33136015d%7Bstroke-linecap:round;%7D%3C/style%3E%3C/defs%3E%3Cg id='ea38ecee-3d0f-4d20-b601-f0853dee30aa' data-name='Icons'%3E%3Cg id='f0fc6643-33d8-48ed-8d5a-5f3be5c96003' data-name='calendar-add'%3E%3Crect id='ac47ab67-11e0-49d0-b4be-5291df20109f' data-name='Rectangle' class='b49d5f3d-99dd-4c0d-8def-9c2f06cc158b' x='3.125' y='5.625' width='18.75' height='16.25' rx='1.5'/%3E%3Cpath id='faece7fa-e699-49e9-b5c8-7128b2c10f65' data-name='Path-3' class='b49d5f3d-99dd-4c0d-8def-9c2f06cc158b' d='M3.125,10.625h18.75'/%3E%3Cpath id='e5acf1c9-9e23-440b-addd-a5829e94b84d' data-name='Path-4' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M8.125,7.5V3.125'/%3E%3Cpath id='a1035b1a-146e-475b-808e-e126e2db16cd' data-name='Path-5' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M16.875,7.5V3.125'/%3E%3Cpath id='a7e04562-40a0-4520-a513-acd5353f473e' data-name='Path-4' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M8.125,14.58v-.83'/%3E%3Cpath id='a54097ef-7745-41ea-8b99-063b9009fdef' data-name='Path-5' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M16.875,14.58v-.83'/%3E%3Cpath id='b471ccca-366d-402e-b199-cf1261161a0b' data-name='Path-5' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M12.5,14.58v-.83'/%3E%3Cpath id='b20171e1-0d97-4b7a-b9df-186f7810956e' data-name='Path-4' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M8.125,18.681v-.83'/%3E%3Cpath id='f002e807-753d-41c5-aed0-a9bf4c479508' data-name='Path-5' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M16.875,18.681v-.83'/%3E%3Cpath id='a814bde1-25fc-486e-87c1-a52ea73006b1' data-name='Path-5' class='e1bfb63a-f488-4b4f-981e-53d33136015d' d='M12.5,18.681v-.83'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 0.5rem;
  bottom: 5px;
  position: relative;
}
.form-style-1 .form-group-icon ::-webkit-calendar-picker-indicator {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.form-style-1 div .custom-radio .custom-control-label::before, .form-style-1 div .custom-checkbox .custom-control-label::before {
  box-shadow: none;
  border: 1px solid #000000;
  height: 1rem;
  width: 1rem;
  top: 3px;
}
.form-style-1 div .custom-radio .custom-control-input:focus + .custom-control-label::before, .form-style-1 div .custom-checkbox .custom-control-input:focus + .custom-control-label::before {
  border-color: #000000;
}
.form-style-1 div .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23202e3f'/%3E%3C/svg%3E");
  background-size: 30%;
  top: -0.55rem;
  left: -2.25rem;
  width: 2.5rem;
  height: 2.5rem;
}
.form-style-1 .form-group {
  padding: 10px;
  background: #fff;
  border-radius: 2.5px;
}
.form-style-1 .form-group-wrapper {
  /*padding-top: 10px;*/
  padding-bottom: inherit;
  background-color: #fff;
  border-radius: 2.5px;
}
.form-style-1 .form-group-wrapper .form-group {
  padding-top: 10px;
  /*padding-bottom: 0;*/
}
.form-style-1 .form-group-wrapper .form-control {
  border-color: #000000 !important;
  box-shadow: inset 0 -2px 0 -1px #000000 !important;
}
.form-style-1 .form-group-wrapper .form-control:hover {
  border-color: #94F587 !important;
  box-shadow: inset 0 -2px 0 -1px #94F587 !important;
}
.form-style-1 .form-group-wrapper .form-control:focus {
  border-color: #474A47 !important;
  box-shadow: inset 0 -2px 0 -1px #474A47 !important;
  outline: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.form-style-1 label {
  font-size: 1rem;
  width: 100%;
}
.form-style-1 label.custom-control-label {
  color: #474A47;
}
.form-style-1 h5 {
  font-size: 1rem;
  width: 100%;
  text-transform: none;
}
.form-style-1 .form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #474A47;
}
.form-style-1 .form-control[multiple] {
  margin-top: 7px;
}
.form-style-1 .form-control[multiple] option {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-style-1 .form-control:hover {
  border-color: #94F587 !important;
  box-shadow: inset 0 -2px 0 -1px #94F587 !important;
}
.form-style-1 .form-control:focus {
  border-color: #474A47 !important;
  box-shadow: inset 0 -2px 0 -1px #474A47 !important;
}
.form-style-1 .form-select {
  border-color: #000000 !important;
  box-shadow: inset 0 -2px 0 -1px #000000 !important;
  padding-left: 0;
  border: none;
  border-radius: 0;
  color: #474A47;
}
.form-style-1 .form-select:hover {
  border-color: #94F587 !important;
  box-shadow: inset 0 -2px 0 -1px #94F587 !important;
}
.form-style-1 .form-select:focus {
  border-color: #474A47 !important;
  box-shadow: inset 0 -2px 0 -1px #474A47 !important;
}
.form-style-1 .form-select-wrapper {
  position: relative;
}
.form-style-1 .form-select-wrapper:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(180deg);
  content: "\f2ec";
  font-weight: 900;
  font-family: "Font Awesome 6 Sharp";
  color: #94F587;
  font-size: 0.8em;
  pointer-events: none;
}
.form-style-1 .form-select-wrapper .form-select {
  background: none;
}
.form-style-1 .input-group-prepend .form-select-wrapper {
  margin-right: 1rem;
}
.form-style-1 .input-group-prepend .form-select-wrapper::before {
  top: 6px;
  font-size: 1em;
}
.form-style-1 a {
  color: #000000;
}
.form-style-1 a.btn {
  color: #fff;
  text-transform: none;
}
.form-style-1 a:not(.btn):hover {
  text-decoration: none !important;
}
.form-style-1b .form-container {
  background: #efefed;
}
.form-style-1b .container-group {
  padding: 10px;
}
.form-style-1b .bottom-nav {
  padding-top: 0.2rem;
  padding-right: 0.2rem;
}
.form-style-1b a {
  text-decoration: underline;
}
.form-style-1b a:focus {
  color: #a6a6a6;
}
.form-style-1b a:not(.btn) {
  text-decoration: underline !important;
}
.form-style-1b a:not(.btn):focus {
  text-decoration: none !important;
}
.form-style-1b a.btn, .form-style-1b .btn {
  margin-bottom: 15px;
  background-color: #94F587;
  color: #474A47;
  border-radius: 6px;
}
.form-style-1b a.btn:after, .form-style-1b .btn:after {
  background: no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' fill='none' stroke='%235e1e8c' stroke-linecap='round' stroke-linejoin='round' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M1.489 1.613L5.5 5.624l4.011-4.011' stroke-width='2'/%3E%3Cpath d='M1.403 9.365h8.194' stroke-width='2.043'/%3E%3C/svg%3E");
  border-radius: 0;
  left: auto;
  right: 20px;
  width: 15px;
  height: 15px;
}
.form-style-1b a.btn:hover, .form-style-1b .btn:hover {
  background-color: #7cfba0;
  border-color: #7cfba0;
}
.form-style-1b a.btn:hover:after, .form-style-1b .btn:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' fill='none' stroke='%23202e3f' stroke-linecap='round' stroke-linejoin='round' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M1.489 1.613L5.5 5.624l4.011-4.011' stroke-width='2'/%3E%3Cpath d='M1.403 9.365h8.194' stroke-width='2.043'/%3E%3C/svg%3E");
}
.form-style-1b a.btn:focus, .form-style-1b .btn:focus {
  /*background-color: darken(@lighter-purple-color-5, 20%);
  border-color: darken(@lighter-purple-color-5, 20%);
  color: #fff;*/
}
.form-style-1b a.btn.btn-primary, .form-style-1b .btn.btn-primary {
  width: 100%;
}
.form-style-1b .step-footer #wizardJoin.form-style-1.form-style-1b {
  padding: 20px 0 15px 0;
}

[data-bs-toggle=modal] {
  cursor: pointer;
}

.file-status {
  display: block;
  margin-top: 10px;
}

.btn-close {
  float: right;
}

.progress-wrp {
  opacity: 0;
  border: 1px solid #94F587;
  position: relative;
  height: 30px;
  margin: 0 0 10px 0;
  text-align: left;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.progress-wrp.show {
  opacity: 1;
}
.progress-wrp .progress-bar {
  height: 100%;
  background-color: #94F587;
  width: 0;
  color: #fff;
  text-align: center;
}

.step h2 {
  margin: 0 0 40px 0;
  text-align: left;
}
.step h5 {
  margin-bottom: 40px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.267em;
}
@media (min-width: 768px) {
  .step h5 {
    font-size: 1.667em;
  }
}
.step legend {
  font-size: 1em;
  color: #111;
}
.step .custom-file {
  text-align: left;
}
.step .custom-file-input.is-invalid ~ .invalid-feedback {
  margin-top: 10px;
}
.step .custom-file-label {
  text-align: center;
}
.step .form-group {
  margin-bottom: 10px;
}
.step .form-group label {
  margin-bottom: 0;
}
.step p {
  margin: 0 0 20px 0;
  text-align: left;
}
.step a:not(.btn) {
  text-decoration: underline;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(148, 245, 135, 0.5);
}

.inner .form-builder-canvas {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .inner .form-builder-canvas {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.inner .form-builder-canvas .tabbed-forms {
  float: none;
  height: auto !important;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content {
  display: flex;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row {
  width: 100%;
  height: auto !important;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row label + span {
  font-weight: 600;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .input-group {
  padding: 5px 15px 0px;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(1), .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) {
  padding-top: 5px;
  border-top: 1px solid #474A47;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(1) .form-canvas-label, .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) .form-canvas-label {
  display: none;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) {
  background: #F5F5F5;
  border-bottom: 1px solid #474A47;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(3) {
  width: 50%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(3) {
    width: 100%;
  }
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(4) {
  margin-top: 30px;
  width: 50%;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(4) .content-field {
  padding: 5px 0px 5px 15px;
}
@media (max-width: 991px) {
  .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(4) .content-field {
    padding: 5px 0px;
  }
}
@media (max-width: 991px) {
  .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(4) {
    width: 100%;
    margin-top: 10px;
  }
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .multiple-choice-radio {
  cursor: pointer;
  position: relative;
  padding: 10px; /* Add padding for better visual appearance */
  /* Hide the actual radio button */
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .multiple-choice-radio span {
  line-height: 1.15em;
  padding: 0px 30px 0px 10px;
  margin-left: 15px;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .multiple-choice-radio label {
  border: 1px solid #000000;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .multiple-choice-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .multiple-choice-radio input[type=radio]:checked + label {
  box-shadow: inset 0 0 0 1px #e5e5e5, inset 0 0 0 3px #fff;
  background-color: #474A47;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .content-field {
  width: 100% !important;
  display: block;
  position: relative;
  left: 0% !important;
  padding: 5px 0px 5px 0px;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .dnnFormItem input[type=text], .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .dnnFormItem select, .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .dnnFormItem textarea, .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .dnnFormItem input[type=email], .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .dnnFormItem input[type=search], .inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .dnnFormItem input[type=password] {
  border: 0;
  border-bottom: 1px solid #474A47;
  box-shadow: none;
  font-size: 17px;
  margin-bottom: 2px;
  margin-top: 8px;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .dnnFormItem textarea.multiline-text {
  margin-top: 8px;
  padding-bottom: 170px;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row small {
  font-size: 14px;
}
.inner .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row .form-canvas-label {
  display: none;
}
.inner .form-builder-canvas .tabbed-forms ~ .form-submit {
  padding: 0px;
  z-index: 10;
  position: relative;
  margin-top: -80px;
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  .inner .form-builder-canvas .tabbed-forms ~ .form-submit {
    padding: 0px !important;
    margin-top: 0px;
    width: 100%;
  }
}
.inner .form-builder-canvas .tabbed-forms ~ .form-submit .dnnPrimaryAction {
  color: #474A47;
  background: #94F587;
  border: 1px #94F587 solid;
  border-radius: 32px !important;
  padding: 15px 32px;
  text-shadow: none;
  font-weight: 600;
  box-shadow: none;
}
.inner .form-builder-canvas .tabbed-forms ~ .form-submit .dnnPrimaryAction:hover {
  color: #FFFFFF;
  background: #474A47;
  border-color: #474A47;
}
.inner .form-builder-canvas .tabbed-forms ~ .form-submit .dnnPrimaryAction:active {
  color: #474A47;
  background: #94F587;
  border-color: #94F587;
}
@media (max-width: 991px) {
  .inner .form-builder-canvas .tabbed-forms ~ .form-submit .dnnPrimaryAction {
    width: 100%;
    margin-right: 0px;
    max-width: 4rem;
  }
}
.inner .form-builder-canvas .error-message {
  background: #E53B1D;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 6px;
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row {
  border: none;
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(1) {
  width: 50%;
  margin-top: 0px;
  background: none;
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(1) .content-field {
  padding: 5px 15px 5px 0px;
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(1) .content-field:nth-child(1) .form-group {
  border-top: 1px solid #000000;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(1) {
    width: 100%;
  }
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) {
  margin-top: 0px;
  width: 50%;
  background: none;
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) .content-field {
  padding: 5px 0px 5px 15px;
}
@media (max-width: 991px) {
  .inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) .content-field {
    padding: 5px 0px 5px 0px;
  }
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) .content-field:nth-child(1) .form-group {
  border-top: 1px solid #000000;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) .content-field:nth-child(1) .form-group {
    border-top: none;
  }
}
@media (max-width: 991px) {
  .inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(2) {
    width: 100%;
    margin-top: 0px;
  }
}
.inner .careers-form .form-builder-canvas .tabbed-forms .tabbed-form-content .content-row:nth-child(3) {
  margin-top: 0px;
}
.inner .careers-form .form-builder-canvas .tabbed-forms + .form-submit {
  padding: 0px;
  z-index: 10;
  position: relative;
}

/*** Bootstrap Form overrides ***/
.form-check {
  cursor: pointer;
}
.form-check-input {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #474A47;
  border-color: #474A47;
}
.form-check-label {
  color: #474A47;
  cursor: pointer;
}

.LiveForm.PieFunds {
  font-family: "Euclid", "Arial", sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  line-height: normal;
  position: relative;
  /*    .Field.Required {
      input, textarea, select {
          border-left: 2px solid red;
          padding-left: 5px;
      }

      .CkEditor {
          textarea {
              border: 0;
          }
      }

      .Radiobutton, .Checkbox {
          table {
              padding-left: 6px;
              display: inline-block;
          }
      }

      .CkEditor {
          textarea {
              border: 0;
          }
      }

      tags {
          border-left: 2px solid red;
          padding-left: 5px;
      }
  }*/
}
.LiveForm.PieFunds td, .LiveForm.PieFunds th, .LiveForm.PieFunds table, .LiveForm.PieFunds .Field input, .LiveForm.PieFunds .Field select, .LiveForm.PieFunds .Field textarea, .LiveForm.PieFunds .Field button {
  font-family: "Euclid", "Arial", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
.LiveForm.PieFunds table {
  text-align: left;
  margin: 0;
  width: auto;
  font-size: 17px;
}
.LiveForm.PieFunds .Field input, .LiveForm.PieFunds .Field select, .LiveForm.PieFunds .Field textarea {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #474A47;
  font-family: "Euclid", "Arial", sans-serif;
  font-size: 17px;
  background: transparent;
  width: 100%;
}
.LiveForm.PieFunds .Field input.error, .LiveForm.PieFunds .Field select.error, .LiveForm.PieFunds .Field textarea.error {
  border-color: #474A47;
}
.LiveForm.PieFunds .Field label.error {
  background: #ED3B1B;
  color: #FFFFFF;
  padding: 1px 5px;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 5px;
}
.LiveForm.PieFunds .Submitbutton {
  /*.Submit-Align-Right {
      &:before {
          @include button-arrow;
          position: absolute;
          top: 40%;
          left: 20px;
      }
  }*/
}
.LiveForm.PieFunds .Submitbutton input.bSubmit {
  color: #474A47;
  background: #94F587;
  border: 1px #94F587 solid;
  border-radius: 30px;
  margin: 5px;
  padding: 12px;
  width: 155px;
  text-decoration: none;
  font-weight: 700;
}
.LiveForm.PieFunds .Submitbutton input.bSubmit:hover {
  color: #FFFFFF;
  background: #474A47;
  border-color: #474A47;
}
.LiveForm.PieFunds .Submitbutton input.bSubmit:active {
  color: #474A47;
  background: #94F587;
  border-color: #94F587;
}
.LiveForm.PieFunds .thank-you {
  padding-top: 100px;
}
.LiveForm.PieFunds .page-break-section > .Field {
  box-sizing: border-box;
  float: none;
  vertical-align: top;
}
.LiveForm.PieFunds .page-break-section > .Field:nth-child(1) {
  margin-top: -20px;
}
.LiveForm.PieFunds .page-break-section > .Field:nth-child(1) .Field-Container {
  margin-top: 42px !important;
  padding-top: 22px;
  padding-bottom: 20px;
  border-top: 1px solid #474A47;
  border-bottom: 1px solid #474A47;
}
.LiveForm.PieFunds .page-break-section > .Field:nth-child(2) {
  width: 50%;
  padding-right: 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  .LiveForm.PieFunds .page-break-section > .Field:nth-child(2) {
    width: 100%;
  }
}
.LiveForm.PieFunds .page-break-section > .Field:nth-child(3) {
  width: 50%;
  display: inline-block;
}
.LiveForm.PieFunds .page-break-section > .Field:nth-child(3) .content-field {
  padding: 5px 0px 5px 15px;
}
@media (max-width: 991px) {
  .LiveForm.PieFunds .page-break-section > .Field:nth-child(3) .content-field {
    padding: 5px 0px;
  }
}
@media (max-width: 991px) {
  .LiveForm.PieFunds .page-break-section > .Field:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
}
.LiveForm.PieFunds .page-break-section > .Field > ul {
  padding-left: 0px;
}
.LiveForm.PieFunds .page-break-section > .Field > ul [class*=form-col-] {
  width: 100%;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton .Field-Container, .LiveForm.PieFunds .page-break-section > .Field.Checkbox .Field-Container {
  margin: 10px 0px 8px 2px;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table, .LiveForm.PieFunds .page-break-section > .Field.Checkbox table {
  padding-left: 6px;
  display: inline-block;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td, .LiveForm.PieFunds .page-break-section > .Field.Checkbox table tr td {
  padding-right: 30px;
  display: inline-block;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td input, .LiveForm.PieFunds .page-break-section > .Field.Checkbox table tr td input {
  width: auto;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td label, .LiveForm.PieFunds .page-break-section > .Field.Checkbox table tr td label {
  margin-left: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td, .LiveForm.PieFunds .page-break-section > .Field.Checkbox table tr td {
    display: inline-block;
    padding: 10px 30px 10px 0px;
  }
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton label.error, .LiveForm.PieFunds .page-break-section > .Field.Checkbox label.error {
  margin-left: 10px;
  /*                @media(min-width: $screen-lg-min) {
      position: absolute;
      right: 40px;
      top: 15px;

      ~ div {
          background: red;
      }
  }

  @media(min-width: $screen-xxl-min) {
      position: absolute;
      right: 120px;
      top: 15px;

      ~ div {
          background: red;
      }
  }*/
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td input {
  visibility: hidden;
  margin-left: -10px;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td input:checked + label:before {
  box-shadow: inset 0 0 0 1px #e5e5e5, inset 0 0 0 3px #fff;
  background-color: #000000;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td label {
  position: relative;
  cursor: pointer;
}
.LiveForm.PieFunds .page-break-section > .Field.Radiobutton table tr td label:before {
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  background-color: #fff;
  margin: 0;
  transition: 0.1s;
  transform: translateZ(0);
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  left: -28px;
  top: 0px;
  content: "";
  border: 1px solid #000000;
}
.LiveForm.PieFunds .page-break-section > .Field.Textarea textarea {
  padding-bottom: 210px;
}
.LiveForm.PieFunds .label_hidden {
  display: none;
}
.LiveForm.PieFunds ul.page-break-section {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
.LiveForm.PieFunds ul.page-break-section > li,
.LiveForm.PieFunds ul li.Field.BrowseFile ul li,
.LiveForm.PieFunds .ui-state-highlight {
  list-style: none;
}
.LiveForm.PieFunds .Field-Container {
  position: relative;
}
.LiveForm.PieFunds .Submit-Align-Left {
  text-align: left;
}
.LiveForm.PieFunds .Submit-Align-Center {
  text-align: center;
}
.LiveForm.PieFunds .Submit-Align-Right {
  /*text-align: left;*/
  background: #FFF;
}
.LiveForm.PieFunds label.InlineEdit form input {
  width: 100px !important;
}
.LiveForm.PieFunds .Field-Tooltip {
  position: absolute;
  right: -275px;
  top: 0px;
  max-width: 250px;
  min-width: 250px;
  border: 4px solid #333;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px #666;
  white-space: normal;
  display: none;
  z-index: 99999;
}
.LiveForm.PieFunds .Field-Tooltip-Arrow {
  border-color: transparent #333 transparent transparent;
  border-style: solid;
  border-width: 10px;
  left: -24px;
  top: 7px;
  position: absolute;
  height: 0;
  width: 0;
}
.LiveForm.PieFunds .Field.Datetime .Field-Tooltip {
  right: -295px;
}
.LiveForm.PieFunds .Field .Field-Container, .LiveForm.PieFunds .Field .Field-Container-Wide label, .LiveForm.PieFunds .Field .Field-SubLabel-Container {
  font-size: 11px;
  margin: 5px 0 4px 2px;
}
.LiveForm.PieFunds .Field .Field-SubLabel-Container {
  margin: 2px 0 10px 0;
  display: block;
}
.LiveForm.PieFunds tags {
  margin: 0;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  font-size: 13px;
  color: #666;
}

ul.Form_Navigation:before {
  top: 30px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

ul.Form_Navigation, ul.Form_title {
  list-style: square outside;
  list-style: none;
  display: inline-flex;
  background: transparent;
  padding: 11px;
  width: 100%;
}

ul.Form_Navigation {
  padding: 0;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

ul.Form_Navigation li, ul.Form_title li {
  list-style: none;
}

ul.Form_Navigation li a, ul.Form_title li a {
  color: #0091cd;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}

ul.Form_Navigation li.active a, ul.Form_title li.active a {
  color: #000;
  font-size: 12px;
  background: #dcdcdc;
}

ul.Form_Navigation li a:hover, ul.Form_title li a:hover {
  color: #000;
  background: #dcdcdc;
}

ul.Form_Navigation li.active a:hover, ul.Form_title li.active a:hover {
  background: #ccc;
}

.funds .number {
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .funds .number {
    font-size: 42px;
    line-height: 42px;
  }
}
.funds .status {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #474A47;
  width: 100%;
  padding: 5px;
  text-align: center;
}
.funds .status.Open {
  background: #94F587;
  color: #474A47;
}
.funds.list .item {
  margin-bottom: 0.5rem;
  background: #FFF;
  border-top: 16px solid #94F587;
  border-bottom: 16px solid #94F587;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 15px 0px 0px;
}
.funds.list .item .btn {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 5px;
}
.funds.list .item .fund-name h4 {
  color: #737373;
  font-size: 30px;
  font-weight: 700;
  margin: 10px auto -5px;
}
.funds.list .item .fund-name, .funds.list .item .description {
  padding: 0px 12px;
}
.funds.list .item .description {
  min-height: 120px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .funds.list .item .description {
    min-height: 0px;
  }
}
.funds.list .item .description p {
  color: #737373;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}
@media (max-width: 575px) {
  .funds.list .item .description p {
    margin-bottom: 0px;
  }
}
.funds.list .item .return .text {
  font-weight: 600;
}
.funds.list .item .grid {
  display: grid;
}
.funds.list .item .grid .grid-row {
  display: flex;
}
.funds.list .item .grid .grid-row .grid-col {
  flex: 1;
  padding: 10px 1px;
  text-align: center;
  /*&:nth-child(n+2) {
  border-left: 1px solid $light-grey;
  }*/
}
.funds.list .item .grid .grid-row .grid-col small {
  color: #9D9D9D;
  font-size: 0.75em;
  display: block;
  margin-bottom: 10px;
}
.funds.list .item .grid .grid-row .grid-col p.figure {
  color: #474A47;
  font-size: 17px;
  margin: 0px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .funds.list .item .grid .grid-row .grid-col:nth-child(n+1) {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  .funds.list .item .grid .grid-row .grid-col:nth-child(n+1) {
    padding-right: 0;
  }
}
.funds.list .item .grid .grid-row:last-child .grid-col {
  text-align: left;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .funds.list {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 1199px) {
  .funds.list > div {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .funds.list > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.funds.detail .awards img {
  margin-top: 15px;
  max-width: 180px !important;
}
.funds.detail .btn-primary {
  border-color: #FFFFFF;
}
.funds.detail .btn-primary:hover {
  background: #474A47;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funds.detail .col-lg-4 {
    padding-left: 1.5rem !important;
  }
}
.funds.detail .risk-rating-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 516px;
}
@media (min-width: 1200px) {
  .funds.detail .risk-rating-container {
    max-width: 456px;
  }
}
.funds.detail .risk-rating-container .risk-rating {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .funds.detail .risk-rating-container .risk-rating {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .funds.detail .risk-rating-container .risk-rating {
    gap: 10px;
  }
}
.funds.detail .risk-rating-container .risk-rating .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #F5F5F5;
  border-radius: 50%;
  font-weight: 300;
  color: #000000;
}
.funds.detail .risk-rating-container .risk-rating .circle.rating {
  background: #94F587;
}
@media (max-width: 767px) {
  .funds.detail .risk-rating-container .risk-rating .circle {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .funds.detail .risk-rating-container .risk-rating .circle {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .funds.detail .risk-rating-container .risk-rating .circle {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 350px) {
  .funds.detail .risk-rating-container .risk-rating .circle {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.funds.detail .risk-rating-container .labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5px;
}
.funds.detail .risk-rating-container .labels .risk-label {
  font-size: 12px;
  font-weight: 300;
}
.funds .fund-invest-cta .cta {
  height: 100px;
  margin-bottom: 15px;
}
.funds .fund-invest-cta .cta .btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funds .fund-invest-cta .cta .btn:hover {
  background: #474A47;
  color: #94F587;
}
.funds .fund-invest-cta .call > div {
  padding: 30px 15px;
  text-align: center;
  background: #474A47;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funds .fund-invest-cta .call > div p {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .funds .fund-invest-cta {
    height: 144px;
  }
  .funds .fund-invest-cta .cta {
    height: 144px;
    margin-bottom: 0px;
  }
  .funds .fund-invest-cta .call > div {
    height: 144px;
  }
}
.funds.fund-resources .documents-single, .funds.past-quarterly-update .documents-single {
  background: #F5F5F5;
}
.funds.fund-resources .documents-single .btn-underline, .funds.past-quarterly-update .documents-single .btn-underline {
  margin-top: 1.5rem;
}

.single-chart text {
  font-family: "Euclid", "Arial", sans-serif;
}

.tooltip-inside {
  text-align: center;
  font-family: "Euclid", "Arial", sans-serif;
}
.tooltip-inside .percentage {
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.bg-marble-full.fund-cards-kiwisaver h2 {
  color: #737373;
  font-size: 41px;
  font-weight: 600;
  margin: 3.5rem auto;
  line-height: 1.5;
}
.bg-marble-full.fund-cards-kiwisaver .funds.list.ordered-list {
  padding: 0 0 3rem;
}
.bg-marble-full.fund-cards-kiwisaver .funds.list.ordered-list .buttons {
  margin-left: 1rem;
}
.bg-marble-full.fund-cards-kiwisaver .funds.list.ordered-list .grid-row {
  align-items: flex-end;
}

.bg-marble-full.fund-cards-investmentfunds {
  /*    .fund-name {

          h4 {
              color: $warm-grey1;
          }
      }*/
}
@media (max-width: 1399px) {
  .bg-marble-full.fund-cards-investmentfunds {
    background-repeat: repeat-y;
  }
}
.bg-marble-full.fund-cards-investmentfunds h2 {
  color: #737373;
  font-size: 41px;
  font-weight: 600;
  margin: 2rem auto 0.5rem;
  line-height: 1.5;
}
.bg-marble-full.fund-cards-investmentfunds p {
  color: #737373;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}
.bg-marble-full.fund-cards-investmentfunds .funds.list.ordered-list {
  padding: 0 0 3rem;
}
.bg-marble-full.fund-cards-investmentfunds .funds.list.ordered-list p.figure {
  font-size: 20px !important;
}
.bg-marble-full.fund-cards-investmentfunds .funds.list.ordered-list .grid-row {
  align-items: flex-end;
}
.bg-marble-full.fund-cards-investmentfunds .description p {
  font-size: 19px !important;
  margin: 0.5rem 0;
  line-height: 36px;
}
.bg-marble-full.fund-cards-investmentfunds .btn.investment-funds {
  padding: 12px 52px;
  font-size: 18px;
  margin: 0 0 2rem 1rem;
  color: #474A47;
  border: 1.5px solid #474A47;
  display: inline-flex;
}
.bg-marble-full.fund-cards-investmentfunds .btn.investment-funds:hover {
  border-color: #94F587;
}

.market-insights-latest .article-date {
  font-size: 15px;
}
.market-insights-latest .article-author-name {
  font-size: 26px;
}
.market-insights-latest .article-image {
  position: relative;
  padding: 0;
}
.market-insights-latest .article-image a {
  margin-top: 0;
  min-height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .market-insights-latest .article-image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .market-insights-latest .article-image a {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .market-insights-latest .article-image a {
    height: 200px;
  }
}
.market-insights-latest h2 a {
  text-decoration: none;
  color: #FFF;
}
.market-insights-latest h2 a:hover {
  text-decoration: none;
  color: #2DC448;
}

.market-insights-article .article-banner {
  height: 300px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .market-insights-article .article-banner {
    height: 47vw;
  }
}
.market-insights-article .article-author {
  font-size: 18px;
  padding-top: 30px;
  /*@media (min-width:$screen-xxl-min) {
      padding-right: 50px;
  }*/
}
.market-insights-article .article-author img {
  width: 130px !important;
}
.market-insights-article .article-author .author-details .btn {
  width: 250px;
}
@media (min-width: 1200px) {
  .market-insights-article .article-author .author-details .btn {
    width: 100%;
  }
}
.market-insights-article .article-author .author-details .btn-alt {
  background: #F5F5F5;
}
@media (min-width: 1200px) {
  .market-insights-article .article-author .author-details {
    padding-left: 150px;
  }
}
@media (min-width: 1200px) {
  .market-insights-article .article-author {
    padding-top: 15px;
  }
}
.market-insights-article .article-detail .article-detail-header {
  font-size: 18px;
}
.market-insights-article .article-detail .article-detail-content {
  color: #474A47;
}
.market-insights-article .article-detail .article-detail-content h5 {
  margin-bottom: 35px;
}
.market-insights-article .article-detail .article-cta .banner.bg-pattern {
  height: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .market-insights-article .article-detail .article-cta .banner.bg-pattern {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .market-insights-article .article-detail .article-cta .banner .background-video {
    height: auto;
  }
}
.market-insights-article .article-detail .article-cta .bg-light-grey {
  height: 150px;
}
@media (max-width: 991px) {
  .market-insights-article .article-detail .article-cta .bg-light-grey {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .market-insights-article .article-detail .article-cta .bg-light-grey {
    height: auto;
  }
}
.market-insights-article .article-detail .article-cta .btn {
  right: -90px;
  top: 50%;
  font-size: 16px;
  text-transform: capitalize;
  /*&:before {
      margin-right: 10px;
  }*/
}
.market-insights-article .article-detail .article-cta .btn-black {
  background: #474A47;
  color: #FFFFFF;
  border: 1px solid #474A47;
  /*&:not(:hover) {
      border: 1px solid $secondary-color;
  }*/
}
.market-insights-article .article-detail .article-cta .btn-black:hover {
  background: #94F587 !important;
  color: #474A47 !important;
}
.market-insights-article .article-detail .article-cta .btn-green {
  background: #94F587;
  border-color: #000000;
}
.market-insights-article .article-detail .article-cta .btn-grey {
  background: #F5F5F5;
  border: 1px solid #000000;
}
@media (min-width: 768px) {
  .market-insights-article .article-detail .article-cta .btn {
    transform: translateY(-50%);
  }
}
.market-insights-article .related-articles-block {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .market-insights-article .related-articles-block {
    margin-bottom: 25px;
  }
}
.market-insights-article .related-articles-block .article-date {
  font-size: 15px;
}
.market-insights-article .related-articles-overlay {
  height: 100%;
}
.market-insights-article .related-articles-overlay a {
  text-decoration: none;
}
.market-insights-article .related-articles-overlay a:hover h3, .market-insights-article .related-articles-overlay a:hover div {
  color: #FFF;
}
.market-insights-article .socials a {
  width: 38px;
  font-weight: 900;
  font-size: 23px;
}

.market-insights-listing .article-author-image img {
  aspect-ratio: 2/2;
}
.market-insights-listing .article-date {
  font-size: 15px;
}
.market-insights-listing .btn:before {
  font-size: 13px;
}

.carousel-title-container .Head,
.carousel-title-container #dnnTITLE_titleLabel {
  display: block;
  margin: 2rem 0 1.5rem;
  color: #737373;
  font-size: 30px;
  font-family: "Euclid", "Arial", sans-serif;
  padding-top: 3rem;
  border-bottom: 1px solid #737373;
}

.content.py-2 h1 {
  margin-top: 1.5rem;
}

.our-team .item .image {
  /*            @include image-container;
  background: black;*/
}
.our-team.filters-content .item {
  display: none;
}
.our-team.portfolio-team {
  margin-bottom: 1.5rem;
}
.our-team.portfolio-team .item {
  padding: 12px;
}
@media (max-width: 767px) {
  .our-team.portfolio-team .item {
    padding: 0 12px;
  }
}
.our-team.portfolio-team .item .image {
  position: relative;
}
.our-team.portfolio-team .item .image video {
  margin-top: 60px;
  margin-bottom: 50px;
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .our-team.portfolio-team .item .image video {
    margin-top: 85px;
    margin-bottom: 76px;
  }
}
.our-team.portfolio-team .item .image .play-video {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  width: 120px;
  height: 120px;
  text-align: center;
}
.our-team.portfolio-team .item .image .play-video:hover {
  background: rgb(0, 0, 0);
}
.our-team.portfolio-team .item .image .play-video.playing {
  transform: translate(0%, 0%);
  top: 0px;
  right: 0px;
  left: auto;
  width: 50px;
  height: 50px;
  padding: 9px;
}
.our-team.portfolio-team .item .image .play-video.playing:hover {
  background: rgb(255, 255, 255);
}
.our-team.portfolio-team .item .image .play-video.playing:hover span {
  color: #000;
}
.our-team.portfolio-team .item .image .play-video.playing span {
  font-size: 1em !important;
  line-height: 10px !important;
  margin-left: 0px;
}
.our-team.portfolio-team .item .image .play-video.playing span.fa-play {
  display: none;
}
.our-team.portfolio-team .item .image .play-video.playing span.fa-xmark {
  display: inline-block;
}
.our-team.portfolio-team .item .image .play-video span {
  display: inline-block;
  vertical-align: middle;
  line-height: 90px;
  margin-left: 10px;
}
.our-team.portfolio-team .item .image .play-video span.fa-xmark {
  display: none;
}
.our-team.portfolio-team .item .image .play-video span.fa-play {
  display: inline-block;
}

.popup-our-team-description {
  max-width: 1320px;
  padding: 80px;
}
.popup-our-team-description .image {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  background: #474A47;
  margin-bottom: 30px;
}

a.fancybox-close {
  position: absolute;
  right: 17px;
  top: 16px;
  font-weight: bold;
  font-size: 0.89em;
}

.fancybox-close-small {
  display: none;
}

.slick-next, .slick-prev {
  color: #000000;
  width: 40px;
  z-index: 999;
  top: 0;
  /*    
  &:before {
      color: $black;
      font-size: 28px;
      @include button-arrow-lg;
      margin: 0px;

      @media(min-width: $screen-lg-min) {
          font-size: 36px;
      }

      z-index: 999;
  }*/
}

.slick-prev {
  left: 95%;
  /*  
  left: -5px;
  @media(min-width: $screen-lg-min) {
      left: -44px;
  }

  &:before {
      transform: rotate(180deg);
  }*/
}

.slick-next {
  /*    
  right: -5px;
  @media(min-width: $screen-lg-min) {
      right: -0px;
  }
  */
}

.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

ul.slick-dots {
  bottom: 45px;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0px;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button:before {
  font-size: 16px;
  color: #d9d9d9;
  opacity: 1;
}
ul.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.market-insight-carousel ul.slick-dots {
  bottom: -45px;
}
.market-insight-carousel ul.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}
@media (max-width: 767px) {
  ul.slick-dots {
    bottom: 20px;
  }
}

.banner ul.slick-dots {
  bottom: -20px;
}
@media (max-width: 767px) {
  .banner ul.slick-dots {
    bottom: -20px;
  }
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner.bg-green li button:before {
  color: #75a689;
}
.banner.bg-green li.slick-active button:before {
  color: #000;
}
.banner.bg-warm-grey-1 {
  background-color: #737373;
}

.why-pie {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .why-pie {
    margin: 40px 0 0 0;
  }
}
.why-pie .slide {
  padding: 0 20px 0 0;
  text-align: left;
}
.why-pie h3 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.8rem;
  line-height: 30px;
}

.market-insight-carousel.slick-slider {
  font-size: 26px;
  line-height: 30px;
}
.market-insight-carousel.slick-slider .slide .article-author-image {
  border-width: 13px !important;
}
.market-insight-carousel.slick-slider .slide .article-author-image img {
  aspect-ratio: 2/2;
}
.market-insight-carousel.slick-slider .slide .article-date {
  font-size: 15px;
}
.market-insight-carousel.slick-slider .slide .btn:before {
  font-size: 13px;
}
.market-insight-carousel.slick-slider .slick-track {
  margin-left: 0;
}

.market-insight-carousel ul.slick-dots {
  display: none !important;
}
.market-insight-carousel .slick-prev,
.market-insight-carousel .slick-next {
  position: absolute;
  top: -3rem;
  right: 1rem;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
}
.market-insight-carousel .slick-prev::before,
.market-insight-carousel .slick-next::before {
  content: none;
}
@media (max-width: 575px) {
  .market-insight-carousel .slick-prev,
  .market-insight-carousel .slick-next {
    width: 32px;
    height: 32px;
  }
}
.market-insight-carousel .slick-prev {
  left: auto;
  right: 5rem;
  background-image: url("/Portals/0/images/icons/pie_warmgrey1_arrow_left.svg");
}
@media (max-width: 575px) {
  .market-insight-carousel .slick-prev {
    right: 3rem;
  }
}
.market-insight-carousel .slick-next {
  right: 1rem;
  background-image: url("/Portals/0/images/icons/pie_warmgrey1_arrow_right.svg");
}
@media (max-width: 425px) {
  .market-insight-carousel .market-insight-carousel .slick-prev,
  .market-insight-carousel .market-insight-carousel .slick-next {
    width: 32px !important;
    height: 32px !important;
    background-size: 32px 32px !important;
  }
  .market-insight-carousel .market-insight-carousel .slick-prev {
    left: 0.5rem !important;
    right: auto !important;
  }
  .market-insight-carousel .market-insight-carousel .slick-next {
    right: 0.5rem !important;
    left: auto !important;
  }
}
@media (max-width: 991px) {
  .market-insight-carousel .slick-next {
    right: 0.5rem;
  }
}

.banner.bg-warm-grey-1 div {
  background-color: #737373;
}
@media (max-width: 575px) {
  .banner.bg-warm-grey-1 div {
    /* increase Pie_ActiveGreen_SpeechMarks.svg size for smaller resolutions */
  }
  .banner.bg-warm-grey-1 div .col-1.col-md-1.col-lg-1 {
    padding: 0;
    margin-left: 12px;
  }
}

h5 span.Head {
  color: #D5D4CE;
  font-weight: bold;
  font-size: 28px;
}

.quotes-container .slick-prev,
.quotes-container .slick-next {
  top: -5.5rem;
  width: 56px;
  height: 56px;
}
.quotes-container .slick-prev::before,
.quotes-container .slick-next::before {
  content: none;
}
@media (max-width: 575px) {
  .quotes-container .slick-prev,
  .quotes-container .slick-next {
    width: 48px;
    height: 48px;
  }
}
.quotes-container .slick-prev {
  left: auto;
  right: 5rem;
  background-image: url("/Portals/0/images/icons/pie_ecru_arrow_left.svg");
}
@media (max-width: 575px) {
  .quotes-container .slick-prev {
    right: 4rem;
  }
}
.quotes-container .slick-next {
  right: 1rem;
  background-image: url("/Portals/0/images/icons/pie_ecru_arrow_right.svg");
}
@media (max-width: 991px) {
  .quotes-container .slick-next {
    right: 0.5rem;
  }
}

#subscribe-footer h1 {
  margin: 0 0 20px;
}
#subscribe-footer .subscribe-form .inputs {
  padding: 4px 0;
}
@media (min-width: 992px) {
  #subscribe-footer .subscribe-form .inputs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#subscribe-footer .subscribe-form input {
  border-radius: 0px;
  border: 0;
  background: none;
  padding: 4px 0px;
  margin: 0 0 20px;
  width: 100%;
  border-bottom: 1px solid #000000;
  font-weight: 300;
}
#subscribe-footer .subscribe-form .input-control:before {
  display: none !important;
}
#subscribe-footer .subscribe-form p {
  font-size: 0.889em;
  margin-top: 10px;
}
#subscribe-footer .subscribe-form p a {
  text-decoration: underline !important;
}
#subscribe-footer .btn[type=submit] {
  float: right;
  margin-right: 0;
}
@media (max-width: 991px) {
  #subscribe-footer .btn[type=submit] {
    /*padding-right: 0;*/
  }
}
@media (min-width: 992px) {
  #subscribe-footer .btn[type=submit] {
    margin-right: 19px;
  }
}
#subscribe-footer .btn[type=submit]:hover {
  border: 1px #94F587 solid;
}

.icon-info-2 {
  position: absolute;
  top: -3px;
  right: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' fill='none' stroke='%2394f587' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M12.5 12.071v4.738m0-8.581v.763' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.205'/%3E%3Ccircle cx='12.5' cy='12.5' r='7.5' stroke-linejoin='round' stroke-width='1.328'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.main-content .DnnModule-Visualizer table {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  width: 100% !important;
  border: 0;
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table tbody tr {
    height: 45px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-bottom: 2px;
  }
  .main-content .DnnModule-Visualizer table tbody tr.active {
    height: 100%;
    font-weight: 600;
  }
  .main-content .DnnModule-Visualizer table tbody tr.active span {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .main-content .DnnModule-Visualizer table tbody tr.active span:before {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    transform: rotate(90deg);
  }
}
.main-content .DnnModule-Visualizer table td, .main-content .DnnModule-Visualizer table th {
  padding: 10px 30px;
  border: 0;
}
@media (max-width: 1200px) {
  .main-content .DnnModule-Visualizer table td, .main-content .DnnModule-Visualizer table th {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table td, .main-content .DnnModule-Visualizer table th {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .main-content .DnnModule-Visualizer table td, .main-content .DnnModule-Visualizer table th {
    padding: 13px 20px;
  }
}
.main-content .DnnModule-Visualizer table td:first-of-type, .main-content .DnnModule-Visualizer table th:first-of-type {
  text-align: left;
  padding-left: 6.5%;
}
@media (max-width: 1200px) {
  .main-content .DnnModule-Visualizer table td:first-of-type, .main-content .DnnModule-Visualizer table th:first-of-type {
    padding-left: 46px;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table td:first-of-type, .main-content .DnnModule-Visualizer table th:first-of-type {
    padding-left: 20px;
    position: relative;
    /*                &:before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f054";
        float: right;
        font-weight: 400;
    }

    &.active:before {
        content: "\f078";
    }*/
  }
}
.main-content .DnnModule-Visualizer table td:last-of-type, .main-content .DnnModule-Visualizer table th:last-of-type {
  padding-right: 6.5%;
}
@media (max-width: 1200px) {
  .main-content .DnnModule-Visualizer table td:last-of-type, .main-content .DnnModule-Visualizer table th:last-of-type {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table td:last-of-type, .main-content .DnnModule-Visualizer table th:last-of-type {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table th {
    display: none;
  }
}
.main-content .DnnModule-Visualizer table td {
  position: relative;
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table td {
    display: block;
    text-align: right;
  }
  .main-content .DnnModule-Visualizer table td[data-label]::before {
    content: attr(data-label) ": ";
    padding: 0 10px 0 0;
    position: absolute;
    left: 30px;
  }
  .main-content .DnnModule-Visualizer table td:not([data-label]) {
    display: none;
  }
}
.main-content .DnnModule-Visualizer table tr.fund td:last-child {
  display: none;
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table tr.fund td:last-child {
    display: block;
    text-align: left;
  }
  .main-content .DnnModule-Visualizer table tr.fund td:last-child:before {
    content: "";
  }
}
.main-content .DnnModule-Visualizer table tr.chart td {
  padding: 0px !important;
  margin: 0px;
}
.main-content .DnnModule-Visualizer table.funds-table {
  border-bottom: 1px solid black;
}
.main-content .DnnModule-Visualizer table.funds-table td:first-of-type {
  min-width: 25%;
}
.main-content .DnnModule-Visualizer table.funds-table td:first-of-type a, .main-content .DnnModule-Visualizer table.funds-table td:first-of-type span {
  text-decoration: none;
  text-underline-offset: 8px;
}
.main-content .DnnModule-Visualizer table.funds-table td:first-of-type a:hover, .main-content .DnnModule-Visualizer table.funds-table td:first-of-type span:hover {
  text-decoration: underline;
  color: #474A47;
}
.main-content .DnnModule-Visualizer table.funds-table td:first-of-type a:before, .main-content .DnnModule-Visualizer table.funds-table td:first-of-type span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0em 5px 16px;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table.funds-table td:first-of-type a {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-content .DnnModule-Visualizer table.funds-table td:first-of-type span {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table.funds-table td:first-of-type {
    cursor: pointer;
  }
}
.main-content .DnnModule-Visualizer table.funds-table td:last-of-type {
  white-space: nowrap;
}
.main-content .DnnModule-Visualizer table.funds-table.performance {
  font-size: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance thead {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance {
    font-size: 16px;
  }
  .main-content .DnnModule-Visualizer table.funds-table.performance + p {
    font-size: 16px;
  }
  .main-content .DnnModule-Visualizer table.funds-table.performance thead {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance + p {
    padding: 0px 30px;
  }
}
.main-content .DnnModule-Visualizer table.funds-table.performance .view-chart {
  font-size: 1em;
  font-weight: 600;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  border-radius: 50%;
}
.main-content .DnnModule-Visualizer table.funds-table.performance .view-chart, .main-content .DnnModule-Visualizer table.funds-table.performance .download {
  width: 30px;
  height: 30px;
  padding-top: 2px;
  border-radius: 50%;
  background: #94F587;
  color: #474A47;
  text-align: center;
}
.main-content .DnnModule-Visualizer table.funds-table.performance td, .main-content .DnnModule-Visualizer table.funds-table.performance th {
  padding: 10px 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance td, .main-content .DnnModule-Visualizer table.funds-table.performance th {
    padding: 8px 8px;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance td, .main-content .DnnModule-Visualizer table.funds-table.performance th {
    padding: 8px 8px;
    text-align: right;
    padding: 10px 60px 10px 30px;
  }
}
.main-content .DnnModule-Visualizer table.funds-table.performance td:first-of-type, .main-content .DnnModule-Visualizer table.funds-table.performance th:first-of-type {
  padding-left: 15px;
  padding: 10px 0px;
  width: 250px;
  text-align: left;
}
@media (max-width: 1199px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance td:first-of-type, .main-content .DnnModule-Visualizer table.funds-table.performance th:first-of-type {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance td:first-of-type, .main-content .DnnModule-Visualizer table.funds-table.performance th:first-of-type {
    width: 100%;
    padding: 10px 30px 10px 30px;
  }
  .main-content .DnnModule-Visualizer table.funds-table.performance td:first-of-type:before, .main-content .DnnModule-Visualizer table.funds-table.performance th:first-of-type:before {
    content: none;
  }
}
.main-content .DnnModule-Visualizer table.funds-table.performance th {
  line-height: normal;
}
.main-content .DnnModule-Visualizer table.funds-table.performance tfoot {
  display: none;
  background: #FFF;
  z-index: 99;
}
@media (max-width: 991px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance tfoot {
    display: none !important;
  }
}
.main-content .DnnModule-Visualizer table.funds-table.performance tfoot.fixed {
  position: fixed;
  top: 140px;
  width: 101%;
  display: block;
  margin-left: -2px;
  padding-left: 2px;
}
@media (max-width: 1199px) {
  .main-content .DnnModule-Visualizer table.funds-table.performance tfoot.fixed {
    top: 80px;
  }
}
.main-content .DnnModule-Visualizer table.funds-table.performance tfoot.fixed td {
  padding-top: 25px;
}
.main-content .DnnModule-Visualizer table.funds-table .funds-table-header {
  background: #474A47;
}
.main-content .DnnModule-Visualizer table.funds-table .funds-table-header td {
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  padding: 8px 0px 6px 20px !important;
}

.table-alt.table-heading-alt-bold {
  /* Alternate row background color */
  /* Bold text for every second, fourth, sixth, etc., column in headers and body cells */
}
.table-alt.table-heading-alt-bold th {
  font-weight: 300;
}
.table-alt.table-heading-alt-bold tbody tr:nth-child(odd) {
  background-color: #F5F5F5; /* Light gray color, adjust as needed */
}
.table-alt.table-heading-alt-bold th:nth-child(even), .table-alt.table-heading-alt-bold td:nth-child(even) {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .table-alt.table-heading-alt-bold td {
    font-weight: 300;
  }
  .table-alt.table-heading-alt-bold td:nth-child(2n) {
    font-weight: 600;
  }
}

.dropzone {
  border: 0;
  min-height: 0;
  width: 100%;
}
.form-style-0 .dropzone {
  border: 1px dashed #F5F5F5;
  border-radius: 5px;
}
.dropzone .upload-area {
  display: inline-block;
  padding: 20px 10px;
  border: 1px dashed #1d1d1f;
  border-radius: 5px;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 320px) {
  .dropzone .upload-area {
    padding-top: 30px;
    padding-bottom: 30px;
    /*width: 49%;*/
  }
}
.form-style-1 .dropzone .upload-area {
  padding-right: 60px;
  padding-left: 20px;
  background: url("/DesktopModules/KiwiSaverJoinForm/Images/icon-drag-and-drop.svg") no-repeat right 20px center;
  background-size: 35px;
}
.dropzone .upload-area-link {
  display: block;
  /*margin-right: 1%;*/
  text-align: left;
  color: #737373;
}
@media (min-width: 320px) {
  .dropzone .upload-area-link {
    margin-bottom: 0;
    /*padding: 40px 10px;*/
    /*width: 49%;*/
  }
}
.dropzone .upload-area-drag-drop {
  display: block;
  text-align: left;
  color: #474A47;
}
.form-style-0 .dropzone.dz-drag-hover {
  background-color: #94F587;
  color: #fff;
}
.dropzone.dz-drag-hover .upload-area {
  background-color: #94F587;
  border-style: solid;
  border-color: #94F587;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 1;
  color: #fff;
}
.dropzone.dz-drag-hover .stand-out {
  color: #fff;
}
.dropzone .dz-message {
  margin-top: 0;
  margin-bottom: 0;
}
.dropzone .dz-preview .dz-image {
  border-radius: 4px;
}
.dropzone .dz-preview .dz-progress {
  margin-top: -20px;
}
.dropzone .dz-preview .dz-error-message {
  width: auto;
  top: 170px;
  right: -10px;
}
.dropzone .dz-preview .dz-error-message::after {
  left: 47%;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  margin-top: -38px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  border-radius: 1px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.45);
}
.dropzone .dz-preview.dz-processing .dz-progress .dz-upload {
  background: #94F587;
}
.dropzone svg g path {
  fill: #94F587;
  fill-opacity: 0.95;
}
.dropzone .stand-out {
  text-decoration: underline;
}

.dz-image-preview.dz-complete .dz-details {
  cursor: pointer;
}

[data-unit-price-value], .unit-price-as-at-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-unit-price-value].show, .unit-price-as-at-wrapper.show {
  opacity: 1;
}

.fancybox-container {
  z-index: 10000000000000000;
}

a.fancybox-close {
  position: absolute;
  right: 17px;
  top: 16px;
  font-weight: bold;
  font-size: 0.89em;
}

.fancybox-close-small {
  display: none !important;
}

.popup {
  max-width: 990px;
  display: none;
  padding: 70px 80px 45px;
}
@media (max-width: 767px) {
  .popup {
    max-width: 740px;
    padding: 53px 45px 29px;
    font-size: 0.899em;
  }
}
@media (max-width: 575px) {
  .popup {
    max-width: 95%;
    padding: 40px 30px 25px;
  }
}
.popup h4 {
  text-transform: uppercase;
  margin: 0 0 9px;
  font-size: 1.35em;
}
.popup#invest-now {
  max-width: 560px;
}
.popup .block-choice {
  border: 4px solid #F5F5F5;
  border-radius: 3px;
  padding: 29px 25px;
  margin-bottom: 30px;
}
.popup .block-choice h3 {
  text-transform: none;
}
.popup .block-choice .logo img {
  max-height: 130px;
  margin: 20px auto 60px;
}
@media (max-width: 767px) {
  .popup .block-choice .logo img {
    max-height: 100px;
    margin: 10px auto 45px;
  }
}
.popup .block-choice .btn {
  padding: 15px 28px;
  width: 100%;
  text-align: left;
  margin-top: 0px;
}
.popup .block-choice .btn:after {
  float: right;
}
.popup .block-choice .link {
  width: 100%;
  padding: 0 30px 0 25px;
}
@media (max-width: 767px) {
  .popup .block-choice .link {
    padding: 0;
  }
}
.popup .block-choice .link i {
  float: right;
  padding: 4px 0 0;
}

.modal-no-border {
  border: none;
}

.modal-header {
  padding-bottom: 10px;
  border-bottom: none;
}
.modal-header .close-button-text {
  margin-top: 0;
  margin-right: 0;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 400;
}

h3.modal-title {
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.2em;
}

.modal-juno-redirect .logo-from {
  padding: 0 0 40px 0;
}
.modal-juno-redirect .logo-to {
  padding: 20px 0 40px 0;
  max-width: 400px;
}
.modal-juno-redirect img {
  max-width: 130px;
}
.modal-juno-redirect .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.container-icon.exclusions h4 {
  height: 70px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .container-icon.exclusions h4 {
    height: auto;
  }
}
.container-icon.exclusions .image {
  max-width: 55px;
}
@media (max-width: 1199px) {
  .container-icon.exclusions .image {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .container-icon.exclusions .image {
    max-width: 40px;
  }
}
.container-icon .image {
  max-width: 60px;
}
@media (max-width: 1199px) {
  .container-icon .image {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .container-icon .image {
    max-width: 40px;
  }
}

.join-simple {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .join-simple {
    margin-top: 2rem;
  }
}
.white-bg .join-simple {
  margin-bottom: 0;
}
.home .join-simple h2 {
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: center;
}
@media (min-width: 576px) {
  .home .join-simple h2 {
    text-align: left;
  }
}
.join-simple .join-contact {
  margin-top: 30px;
  text-align: left;
}
.join-simple .icon-bg {
  max-width: 30px;
}

.came-from-join-simple .hidden-join-simple {
  display: none;
}
.came-from-join-simple .wizard-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}
.came-from-join-simple .step-1 .column-left {
  width: 100%;
}

.wizard-wrapper {
  position: relative;
  z-index: 109;
}

.wizard-narrow .wizard-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}

.affiliate-show {
  display: none;
}

.came-from-join-refer .area-referred-by,
.came-from-affiliate .area-referred-by {
  display: none;
}
.came-from-join-refer .affiliate-show,
.came-from-affiliate .affiliate-show {
  display: block;
}

.refer-join {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.refer-join input:focus::-webkit-input-placeholder {
  color: transparent;
}
.refer-join input:focus:-moz-placeholder {
  color: transparent;
}
.refer-join input:focus::-moz-placeholder {
  color: transparent;
}
.refer-join input:focus:-ms-input-placeholder {
  color: transparent;
}
@media (min-width: 576px) {
  .refer-join .loading {
    bottom: 0;
  }
}
.refer-join .btn[disabled=disabled] {
  display: inline-block !important;
}
.refer-join .form-group.terms {
  margin-bottom: 50px;
}
.refer-join .form-group.terms .invalid-feedback {
  margin-top: 20px;
  font-size: 1em;
  font-weight: 600;
}

.refer-invite .invalid-feedback {
  clear: both;
}
@media (min-width: 576px) {
  .refer-invite .loading {
    bottom: 120px;
  }
}

#wizardJoin.form-style-1 {
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 {
    margin-bottom: 50px;
  }
}
#wizardJoin.form-style-1 .loading-wrapper {
  z-index: 109;
}
#wizardJoin.form-style-1 .steps-nav {
  text-align: center;
}
#wizardJoin.form-style-1 .steps-nav li.nav-item {
  display: inline-block;
  padding: 0;
}
#wizardJoin.form-style-1 .steps-nav li.nav-item:before {
  display: none;
}
#wizardJoin.form-style-1 .steps-nav li.nav-item span.nav-link {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #fff;
  font-weight: 600;
  line-height: 42px;
  padding: 0;
  margin: 0 6px 27px;
  color: #F5F5F5;
}
#wizardJoin.form-style-1 .steps-nav li.nav-item span.nav-link.active {
  color: #fff;
  background: #F5F5F5;
}
@media (min-width: 768px) {
  #wizardJoin.form-style-1 .steps-nav li.nav-item span.nav-link {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  #wizardJoin.form-style-1 .steps-nav li.nav-item span.nav-link {
    width: 78px;
    height: 78px;
    line-height: 78px;
    font-size: 1.5em;
  }
}
#wizardJoin.form-style-1 .wizard-header-alert {
  display: none;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
#wizardJoin.form-style-1.came-from-join-refer .wizard-header-alert {
  display: block;
}
#wizardJoin.form-style-1 .title-main {
  margin: 0;
  padding: 15% 30% 15% 30px;
  background-size: 35%;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 320px) {
  #wizardJoin.form-style-1 .title-main {
    padding-top: 12%;
    padding-bottom: 12%;
    background-size: 25%;
  }
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 .title-main {
    padding-top: 10%;
    padding-bottom: 10%;
    background-size: 20%;
  }
}
#wizardJoin.form-style-1 .step-title {
  display: none;
}
#wizardJoin.form-style-1 .step-title small {
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
}
#wizardJoin.form-style-1[data-step="1"] .step-title-step1 {
  display: inline-block;
}
@media (max-width: 419px) {
  #wizardJoin.form-style-1[data-step="1"] .title-main {
    font-size: 1.5em;
  }
  #wizardJoin.form-style-1[data-step="1"] .wizard-header-container {
    background-size: 25%;
  }
}
#wizardJoin.form-style-1[data-step="2"] .step-title-step2 {
  display: inline-block;
}
#wizardJoin.form-style-1[data-step="2"] .title-main {
  padding-right: 23%;
}
#wizardJoin.form-style-1 .icon-bg {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#wizardJoin.form-style-1 .icon-info {
  float: right;
  color: #F5F5F5;
  font-size: 0.8em;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 .icon-info {
    margin-right: -50px;
  }
}
#wizardJoin.form-style-1 .icon-info-2 {
  float: right;
}
#wizardJoin.form-style-1 h2 {
  font-size: 1.5em;
  margin-bottom: 34px;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 h2 {
    font-size: 2em;
  }
}
#wizardJoin.form-style-1 h2.margin-top {
  margin-top: 50px;
}
#wizardJoin.form-style-1 p {
  margin: 0;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 p {
    font-size: 0.8em;
  }
}
#wizardJoin.form-style-1 .card-title {
  margin: 0;
}
#wizardJoin.form-style-1 .card-title h2 {
  margin: 0 0 1rem 0;
  padding: 1rem;
  font-size: 1.2em;
  background-color: #94F587;
  border-radius: 5px;
  color: #474A47;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 .card-title h2 {
    font-size: 1.5em;
  }
}
#wizardJoin.form-style-1 .card-title .user {
  float: none;
  margin: 2px 0;
  vertical-align: middle;
}
#wizardJoin.form-style-1 .card-title .user .pic {
  background: #94F587;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-transform: uppercase;
  cursor: default;
}
@media (max-width: 575px) {
  #wizardJoin.form-style-1 .card-title .user .pic {
    display: none;
  }
}
#wizardJoin.form-style-1 .card-title .user .pic input[type=submit] {
  color: #fff;
}
#wizardJoin.form-style-1 .card-title .user .details {
  display: inline-block;
  padding: 0 0 0 15px;
  margin: 0;
  vertical-align: middle;
  cursor: default;
}
@media (max-width: 319px) {
  #wizardJoin.form-style-1 .card-title .user .details {
    font-size: 0.8em;
  }
}
#wizardJoin.form-style-1 .card-title .user .details p {
  margin: 0;
}
#wizardJoin.form-style-1 .card-title .applicant-delete {
  float: right;
  padding: 19px 5px 19px 19px;
  color: #F5F5F5;
  font-size: 1.25em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#wizardJoin.form-style-1 .card-title .applicant-delete:hover {
  color: #94F587;
}
#wizardJoin.form-style-1 h5 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}
#wizardJoin.form-style-1 h5.no-margin {
  margin-bottom: 0;
}
#wizardJoin.form-style-1 h5.margin-top {
  margin-top: 50px;
}
#wizardJoin.form-style-1 .icon-bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#wizardJoin.form-style-1 .icon-ird {
  height: 30px;
  width: 30px;
}
#wizardJoin.form-style-1 .icon-clock {
  height: 31px;
  width: 30px;
}
#wizardJoin.form-style-1 .icon-thumbs-up {
  height: 30px;
  width: 30px;
}
#wizardJoin.form-style-1 .icon-user {
  height: 26px;
  width: 34px;
}
#wizardJoin.form-style-1 .btn {
  border-color: transparent;
}
#wizardJoin.form-style-1 .btn.grey {
  width: 100%;
}
#wizardJoin.form-style-1 .btn.alt {
  background: #94F587;
  color: #474A47;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
}
#wizardJoin.form-style-1 .btn.alt::before {
  content: none;
}
#wizardJoin.form-style-1 .btn.alt:hover {
  background-color: #474A47;
  color: #FFFFFF;
}
#wizardJoin.form-style-1 .btn.alt:focus-visible {
  border-color: #474A47;
}
#wizardJoin.form-style-1 .btn.btn-primary {
  padding: 13px 50px;
  border-radius: 26px;
  width: auto;
  font-weight: 600;
}
#wizardJoin.form-style-1 .btn.btn-primary::before {
  content: none;
}
#wizardJoin.form-style-1 .btn.btn-primary:hover {
  background: #474A47;
  border-color: #94F587;
  color: #FFFFFF;
}
#wizardJoin.form-style-1 .btn.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 31, 0.5);
}
#wizardJoin.form-style-1 .step-2 h5 {
  margin-bottom: 5px;
}
#wizardJoin.form-style-1 .guardian1-new h5, #wizardJoin.form-style-1 guardian2-new h5 {
  margin-bottom: 5px;
}
#wizardJoin.form-style-1 ul.nav-tabs {
  margin: 0;
  padding-left: 30px;
  border-color: transparent;
}
#wizardJoin.form-style-1 ul.nav li.nav-item {
  margin: 0 0 -1px 0;
  padding: 0;
  z-index: 100;
  width: 100%;
  position: relative;
  z-index: 0;
  font-size: 16px;
  list-style-type: none;
  text-align: center;
  width: auto;
}
#wizardJoin.form-style-1 ul.nav li.nav-item.active.tab-step {
  z-index: 108;
}
#wizardJoin.form-style-1 ul.nav li.nav-item.active::before {
  left: -6px;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0;
}
#wizardJoin.form-style-1 ul.nav li.nav-item.active::after {
  border-color: #efefed;
  color: #efefed;
}
#wizardJoin.form-style-1 ul.nav li.nav-item.active::before, #wizardJoin.form-style-1 ul.nav li.nav-item.active::before {
  color: #efefed;
  border-color: #efefed;
}
#wizardJoin.form-style-1 ul.nav li.nav-item.active .nav-link {
  background-color: #efefed;
}
#wizardJoin.form-style-1 ul.nav li.nav-item::before, #wizardJoin.form-style-1 ul.nav li.nav-item::after {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 5px;
  content: "";
}
#wizardJoin.form-style-1 ul.nav li.nav-item::before {
  left: -6px;
  width: 6px;
  height: 6px;
  border: 1px solid #D5D4CE;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0;
  color: #D5D4CE;
}
#wizardJoin.form-style-1 ul.nav li.nav-item::after {
  right: -5px;
  border: 1px solid #efefed;
  border-bottom-left-radius: 5px;
  border-width: 0 0 1px 1px;
  box-shadow: -5px 5px 0 2px;
  color: #D5D4CE;
}
#wizardJoin.form-style-1 ul.nav li.nav-item .nav-link {
  padding-left: 2em;
  padding-right: 2em;
  border-color: transparent;
  background-color: #D5D4CE;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  color: #474A47;
}
#wizardJoin.form-style-1 ul.nav li.nav-item:first-child {
  z-index: 100;
}
#wizardJoin.form-style-1 ul.nav li.nav-item:nth-child(2) {
  z-index: 99;
}
#wizardJoin.form-style-1 ul.nav li.nav-item:nth-child(3) {
  z-index: 98;
}
#wizardJoin.form-style-1 ul.nav li.nav-item:last-child {
  text-align: right;
}
@media (max-width: 575px) {
  #wizardJoin.form-style-1 ul.nav li.nav-item .nav-text {
    display: none;
  }
}
@media (max-width: 767px) {
  #wizardJoin.form-style-1 ul.nav li.nav-item .nav-text {
    font-size: 0.75em;
  }
}
#wizardJoin.form-style-1 ul.nav li.nav-item .active {
  background-color: #F5F5F5;
}
#wizardJoin.form-style-1 ul.nav li.nav-item .icon-info {
  float: none;
  position: relative;
  right: auto;
  color: #F5F5F5;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 ul.nav li.nav-item .icon-info {
    margin-right: 0.5rem;
  }
}
#wizardJoin.form-style-1 ul.nav li.nav-item .icon-info .fa {
  font-size: 3.5em;
}
#wizardJoin.form-style-1 ul.nav li.nav-item .icon-info .icon-text {
  line-height: 3.5em;
}
#wizardJoin.form-style-1 .step {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 .step {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 .step .align-right {
    margin-left: auto;
    float: none;
    order: 2;
    z-index: 99;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.15);
  }
}
#wizardJoin.form-style-1 .step-content {
  padding: 30px 30px 0 30px;
  /*        @media (min-width:$screen-lg-min) {
      padding: $step-content-padding-vertical-lg $step-content-padding-horizontal-lg;
  }*/
}
#wizardJoin.form-style-1 .step-content h2 {
  font-size: 1.5em;
}
#wizardJoin.form-style-1 .step .bottom-nav {
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 15px;
}
#wizardJoin.form-style-1 .step .bottom-nav .btn {
  text-decoration: none;
}
#wizardJoin.form-style-1 .step .bottom-nav .btn::before {
  content: none;
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.prev, #wizardJoin.form-style-1 .step .bottom-nav .btn.next, #wizardJoin.form-style-1 .step .bottom-nav .btn.save-later {
  width: 100%;
  /*padding: 13px 10px;*/
  text-align: center;
  padding: 12px 25px;
  border: none;
  border-radius: 28px;
  color: #474A47;
  font-weight: 600;
}
@media (min-width: 768px) {
  #wizardJoin.form-style-1 .step .bottom-nav .btn.prev, #wizardJoin.form-style-1 .step .bottom-nav .btn.next, #wizardJoin.form-style-1 .step .bottom-nav .btn.save-later {
    width: 30%;
  }
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.next {
  float: right;
}
@media (min-width: 320px) {
  #wizardJoin.form-style-1 .step .bottom-nav .btn.next {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #wizardJoin.form-style-1 .step .bottom-nav .btn.next {
    width: 30%;
  }
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.next:hover {
  background: #474A47;
  border-color: #474A47;
  color: #FFFFFF;
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.save-later {
  margin: 15px 0 0 0;
  width: 100%;
  background-color: #F5F5F5;
  border: 1px solid #474A47;
}
@media (min-width: 320px) {
  #wizardJoin.form-style-1 .step .bottom-nav .btn.save-later {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    width: 48%;
  }
}
@media (min-width: 768px) {
  #wizardJoin.form-style-1 .step .bottom-nav .btn.save-later {
    margin: 0 25px;
    padding-left: 40px;
    padding-right: 40px;
    float: right;
    width: auto;
    min-width: 30%;
  }
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.save-later:hover {
  background-color: #1d1d1f;
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.save-later:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 29, 31, 0.5);
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.prev {
  color: #F5F5F5;
}
@media (min-width: 768px) {
  #wizardJoin.form-style-1 .step .bottom-nav .btn.prev {
    padding-left: 0;
    width: auto;
    text-align: left;
  }
}
#wizardJoin.form-style-1 .step .bottom-nav .btn.prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0d9";
  vertical-align: 0;
  font-size: 1em;
  margin-right: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  #wizardJoin.form-style-1 .step .step.step-1 .step-content.bottom-nav .next {
    width: 100%;
  }
}
#wizardJoin.form-style-1 .step .step.step-2 .step-content {
  /*padding-bottom: 40px;*/
}
#wizardJoin.form-style-1 .step .step.step-3 .step-content {
  /*padding-bottom: 10px;*/
}
#wizardJoin.form-style-1 .step .column {
  padding: 0;
}
#wizardJoin.form-style-1 .step .form-group .file-description {
  display: block;
  padding-bottom: 5px;
}
#wizardJoin.form-style-1 .step .form-group .aml-check-wrapper .file-description {
  padding-bottom: 0;
  font-size: 0.667em;
  color: #474A47;
  line-height: 18px;
}
#wizardJoin.form-style-1 .step-footer {
  padding: 0 30px 30px 30px;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1 .step-footer {
    padding: 15px 30px 30px 30px;
  }
}
#wizardJoin.form-style-1 label {
  color: #474A47;
}
#wizardJoin.form-style-1 label.custom-control-label {
  color: #474A47;
}
#wizardJoin.form-style-1 .form-group {
  padding: 10px;
}
#wizardJoin.form-style-1 .form-group-icon {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
#wizardJoin.form-style-1 .form-group-icon .form-group {
  padding-right: 32px;
}
#wizardJoin.form-style-1 .form-group-icon-spacing-lg .form-group {
  padding-right: 50px;
}
#wizardJoin.form-style-1 .form-group-icon fieldset.form-group .icon-info {
  top: 42px;
}
#wizardJoin.form-style-1 .form-group-icon .icon-info {
  position: absolute;
  top: 31px;
  right: 0;
}
#wizardJoin.form-style-1 .form-group-icon .icon-info-2 {
  position: absolute;
  top: 31px;
  right: 10px;
}
#wizardJoin.form-style-1 .form-group-wrapper .form-group.inline {
  margin-bottom: 0;
  padding: 10px;
}
#wizardJoin.form-style-1 .form-group-wrapper .form-group.inline legend {
  margin-bottom: 0;
}
#wizardJoin.form-style-1 .form-group.inline .custom-control {
  margin-right: 15px;
}
#wizardJoin.form-style-1 .form-group.inline legend {
  float: left;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-size: 1rem;
  color: #474A47;
  width: 100%;
}
#wizardJoin.form-style-1 .form-group.fund-type .icon-info {
  margin-left: 10px;
}
#wizardJoin.form-style-1 .form-group.fund-type .custom-radio-icon {
  margin-bottom: 30px;
  width: 100%;
}
#wizardJoin.form-style-1 .form-group.fund-type .custom-radio-icon .fa {
  font-size: 2.3em;
  color: #F5F5F5;
}
#wizardJoin.form-style-1 .form-group.fund-type .custom-radio-icon .icon-text {
  font-size: 1.125em;
  line-height: 2.125em;
}
#wizardJoin.form-style-1 .form-group.fund-type .custom-radio-icon:last-child {
  margin-bottom: 0;
}
@media (min-width: 320px) {
  #wizardJoin.form-style-1 .form-group.fund-type .custom-radio-icon {
    margin-bottom: 0;
    width: 32%;
  }
}
#wizardJoin.form-style-1 .form-group.terms label {
  margin-bottom: 8px;
}
#wizardJoin.form-style-1 .form-group.terms label a {
  font-weight: 400;
}
#wizardJoin.form-style-1 .form-group.terms label a:hover {
  opacity: 0.8;
}
#wizardJoin.form-style-1 .form-group.terms .control-wrapper .custom-control:last-child {
  /*margin-bottom: 15px;*/
}
#wizardJoin.form-style-1 .form-text {
  color: #474A47;
}
#wizardJoin.form-style-1 .form-check {
  position: relative;
}
#wizardJoin.form-style-1 .form-check-input:checked {
  background-color: #FFFFFF;
  border-color: #474A47;
}
#wizardJoin.form-style-1 .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
}
#wizardJoin.form-style-1 .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
#wizardJoin.form-style-1 .applicant-field-dropdown {
  /*&.valid, &:checked {
      color: $light-grey;
  }*/
}
#wizardJoin.form-style-1 .applicant-field-dropdown option {
  color: rgba(0, 0, 0, 0.87);
}
.wizard-step .row {
  margin: 0;
}
.wizard-step .steps-nav {
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .wizard-step .steps-nav {
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .wizard-step .steps-nav {
    margin-top: 13px;
    margin-bottom: 43px;
  }
}
@media (min-width: 1200px) {
  .wizard-step .steps-nav {
    margin-bottom: 33px;
  }
}

.icon-desc {
  margin: 0 0 31px;
}
.icon-desc * {
  vertical-align: middle;
}
.icon-desc .icon-bg {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .join-page .col-lg-push-1 {
    left: 4.15555% !important;
  }
}

.if-different {
  display: none;
}
@media (max-width: 575px) {
  .if-different {
    font-size: 0.7em;
  }
}

.instructions {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .instructions {
    margin-top: 70px;
  }
}
.instructions * {
  text-align: center !important;
}
.instructions.bottom {
  position: absolute;
  bottom: 5px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .instructions.bottom {
    padding-right: 30px;
  }
}
.instructions.fund-type {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .instructions.fund-type {
    margin-top: 70px;
  }
}
.instructions .icon {
  border: 2px solid #F5F5F5;
  color: #F5F5F5;
  padding: 0;
  border-radius: 100%;
  font-size: 2.7em;
  height: 102px;
  width: 102px;
  margin: 0 auto 30px;
  line-height: 102px;
  position: relative;
}
@media (min-width: 768px) {
  .instructions .icon {
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 3.7em;
  }
}
.instructions .icon .add-icon {
  font-family: "Font Awesome 5 Pro";
  content: "\f055";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 0.4em;
  background: #fff;
}
.instructions .icon.circle {
  line-height: 91px;
}
@media (min-width: 768px) {
  .instructions .icon.circle {
    line-height: 116px;
  }
}
.instructions .icon.circle i {
  background: #F5F5F5;
  color: #fff;
  border-radius: 100%;
  height: 54px;
  width: 54px;
  font-size: 0.7em;
  line-height: 52px;
}
@media (min-width: 768px) {
  .instructions .icon.circle i {
    height: 63px;
    width: 63px;
    font-size: 0.7em;
    line-height: 63px;
  }
}
.instructions-identity-information {
  position: absolute;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .instructions-identity-information {
    padding-right: 30px;
  }
}

.identity-country-other-wrapper {
  display: none;
  margin-bottom: 1rem;
}
.form-style-1 .identity-country-other-wrapper {
  padding: 10px;
}
.id-country-other .identity-country-other-wrapper {
  display: block;
}
.identity-country-other-wrapper p:last-child {
  margin-bottom: 0;
}

.add-applicant {
  margin: 0;
}
.add-applicant .btn-width-icon {
  margin-top: 27px;
}

.join-complete-guardian-details {
  display: none;
}
.join-complete-guardian-details p {
  margin-bottom: 10px;
}

.join-complete-guardian-number {
  font-weight: 700;
}

.join-complete-guardian-1-number,
.join-complete-guardian-2-number {
  font-weight: 700;
}

.table.table-condensed td:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .table.table-condensed td:first-child {
    padding-bottom: 0;
  }
}
.table.table-condensed td:last-child {
  width: 100%;
}
@media (max-width: 767px) {
  .table.table-condensed td:last-child {
    padding-top: 0;
    padding-left: 0;
  }
}

.join-contact {
  text-align: center;
}
.step-1 .join-contact {
  padding: 20px 0 0 0;
  text-align: left;
  font-size: 1em;
}
@media (min-width: 576px) {
  .step-1 .join-contact {
    position: absolute;
    bottom: 16px;
    padding: 0;
  }
}
.join-contact ul.contact li {
  padding-left: 0;
  padding-bottom: 5px;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .join-contact ul.contact li {
    font-size: 1em;
  }
}
.join-contact ul.contact li::before {
  content: none;
}
.join-contact ul.contact li a {
  text-decoration: none;
}

.identity-type-container {
  /*margin-bottom: 30px;*/
}

.help-pir:hover {
  color: #F5F5F5;
}

.terms-heading {
  font-size: 1.125em;
  font-weight: normal;
}
@media (max-width: 319px) {
  .terms-heading {
    display: inline-block;
    padding-right: 50px;
  }
}

#wizardJoin.form-style-1.form-style-1b {
  /*    .wizard-header-container {
      background: url('/DesktopModules/JifJoinForm/Images/piggy-bank-smiling-with-coins.svg') no-repeat 92% 50%;
      background-size: 36%;
      background-position-y: 45%;

      @media (min-width: 420px) {
          background-size: 36%;
          background-position-x: 95%;
          background-position-y: 55%;
      }

      @media (min-width: $screen-xs-min) {
          background-size: 30%;
          background-position-x: 97%;
          background-position-y: 55%;
      }
  }*/
  /*    .step-title {
      display: block;

      small {
          display: block;
          line-height: 1.6em;
          @include text-medium;

          > small {
              font-size: 90%;
          }
      }
  }*/
}
#wizardJoin.form-style-1.form-style-1b .wizard-header-container p {
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
#wizardJoin.form-style-1.form-style-1b .btn.btn-sm {
  padding: 0.25rem 1.3rem;
}
#wizardJoin.form-style-1.form-style-1b .btn.btn-download {
  position: relative;
  color: #474A47;
  background-color: #94F587;
  text-decoration: none;
}
#wizardJoin.form-style-1.form-style-1b .btn.btn-download::before {
  position: absolute;
  top: 12px;
  right: 35px;
  content: "\f33d";
  font-weight: 900;
  font-family: "Font Awesome 6 Sharp";
  border: none;
}
#wizardJoin.form-style-1.form-style-1b .btn.btn-download:hover {
  background-color: #474A47;
  border-color: #474A47;
  color: #FFFFFF;
}
#wizardJoin.form-style-1.form-style-1b .step .bottom-nav {
  padding-top: 0.2rem;
}
#wizardJoin.form-style-1.form-style-1b .step .bottom-nav .btn.next.disabled {
  background-color: #F5F5F5;
}
#wizardJoin.form-style-1.form-style-1b .step .bottom-nav .btn.save-later {
  background-color: #fff;
  color: #474A47;
}
#wizardJoin.form-style-1.form-style-1b .step .bottom-nav .btn.save-later:hover {
  background-color: #1d1d1f;
  color: #fff;
}
#wizardJoin.form-style-1.form-style-1b .step .bottom-nav .btn.save-later:focus {
  color: #000;
}
#wizardJoin.form-style-1.form-style-1b .step .bottom-nav .btn.save-later:focus:hover {
  color: #fff;
}
#wizardJoin.form-style-1.form-style-1b .card-title h3 {
  margin: 1rem 0 0 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}
@media (min-width: 320px) {
  #wizardJoin.form-style-1.form-style-1b .card-title h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1.form-style-1b .card-title h3 {
    text-align: left;
  }
}
#wizardJoin.form-style-1.form-style-1b .card-title p, #wizardJoin.form-style-1.form-style-1b .card-title li {
  font-size: 1rem;
}
#wizardJoin.form-style-1.form-style-1b .card-title p {
  margin-top: 10px;
}
#wizardJoin.form-style-1.form-style-1b .card-title ul {
  margin: 0;
}
#wizardJoin.form-style-1.form-style-1b .card-title li {
  padding-bottom: 0;
}
#wizardJoin.form-style-1.form-style-1b ul.nav li.nav-item {
  margin-right: 10px;
}
#wizardJoin.form-style-1.form-style-1b ul.nav li.nav-item .nav-link {
  padding-left: 1em;
  padding-right: 1em;
}
#wizardJoin.form-style-1.form-style-1b .title-main {
  padding: 10% 30px 5% 30px;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 320px) {
  #wizardJoin.form-style-1.form-style-1b .title-main {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media (min-width: 576px) {
  #wizardJoin.form-style-1.form-style-1b .title-main {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
#wizardJoin.form-style-1.form-style-1b .fund-choice-wrapper {
  display: none;
}
#wizardJoin.form-style-1.form-style-1b .fund-choice-wrapper.show {
  display: block;
}
#wizardJoin.form-style-1.form-style-1b .fund-choice-wrapper .fund-type {
  display: none;
  padding: 10px 10px 0 10px;
}
#wizardJoin.form-style-1.form-style-1b .fund-choice-wrapper .fund-type.show {
  display: block;
}
#wizardJoin.form-style-1.form-style-1b .fund-choice-wrapper .form-group {
  margin-bottom: 0;
  padding: 0;
}
#wizardJoin.form-style-1.form-style-1b .fund-choice-wrapper .form-group-icon .form-group {
  padding: 0;
}
#wizardJoin.form-style-1.form-style-1b .form-group-icon {
  margin-bottom: 0;
}
#wizardJoin.form-style-1.form-style-1b .form-group-icon .form-group {
  padding-right: 10px;
}
#wizardJoin.form-style-1.form-style-1b .form-group-icon .icon-info-2 {
  top: 28px;
  right: 12px;
}
#wizardJoin.form-style-1.form-style-1b .form-group-icon .form-control {
  padding-right: 30px;
}
#wizardJoin.form-style-1.form-style-1b .form-group.form-group-indented {
  padding-left: 1.6rem;
}
#wizardJoin.form-style-1.form-style-1b p {
  color: #474A47;
  font-size: 1rem;
}
#wizardJoin.form-style-1.form-style-1b p.unique-phone {
  margin-top: 10px;
}
#wizardJoin.form-style-1.form-style-1b .investment-payment-method-internet-banking p {
  margin-bottom: 10px;
}
.form-style-1b .flow-top {
  padding: 15px;
  background-color: #efefed;
  font-size: 1em;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.form-style-1b .flow-outside {
  padding: 15px;
  text-align: center;
}
.form-style-1b .flow-bottom {
  padding: 15px;
  background-color: #94F587;
  font-size: 1em;
  text-align: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.form-style-1b .modal-body a {
  text-decoration: underline;
}
.form-style-1b .modal-body a:hover {
  text-decoration: none;
}
.form-style-1b .modal-body a:focus {
  text-decoration: underline;
}
.form-style-1b .modal-body li {
  padding-bottom: 2px;
}
.form-style-1b .modal-body i {
  color: #1d1d1f;
}
.form-style-1b .icon-arrow-down {
  margin: 0 auto;
}
.form-style-1b .form-select {
  border-color: #F5F5F5 !important;
  box-shadow: inset 0 -2px 0 -1px #F5F5F5 !important;
}
.form-style-1b .form-check-input.hide {
  display: none;
}
.form-style-1b div .custom-radio .custom-control-label::before, .form-style-1b div .custom-checkbox .custom-control-label::before {
  border-width: 2px;
}
.form-style-1b div .custom-radio .custom-control-label.hide::before, .form-style-1b div .custom-checkbox .custom-control-label.hide::before {
  display: none;
}
.form-style-1b .form-group {
  border-radius: 5px;
}
.form-style-1b .form-group-wrapper {
  margin-bottom: 1rem;
  border-radius: 5px;
}
.form-style-1b .form-group-wrapper .form-group {
  margin-bottom: 0;
}
.form-style-1b .form-group-wrapper .form-control {
  border-color: #F5F5F5 !important;
  box-shadow: inset 0 -2px 0 -1px #F5F5F5 !important;
}
.form-style-1b .fund-group {
  margin-bottom: 1rem;
  padding-bottom: 10px;
}
.form-style-1b .fund-heading {
  padding: 5px 0 5px 0;
  background: #474A47;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.form-style-1b .investment-payment-type-options {
  margin-top: 1rem;
}
.form-style-1b .invalid-feedback {
  font-style: italic;
}

.fullscreen-modal {
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (min-width: 768px) {
  .fullscreen-modal {
    padding: 17px !important;
  }
}
.fullscreen-modal .modal-dialog {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.fullscreen-modal .modal-content {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  align-self: stretch;
}
.fullscreen-modal .modal-body {
  padding: 0 !important;
}
.fullscreen-modal .modal-header {
  background-color: #fff;
}
.fullscreen-modal .modal-footer {
  background-color: #fff;
}

.pdf-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.hide-upload-area .upload-area-wrapper,
.custom-radio.hide {
  display: none !important;
}

.hide-id-fields .id-field-wrapper {
  display: none !important;
}

.hide-upload-area .upload-area-wrapper:not(.hide) {
  display: block !important;
}

.js-country-wrapper:not(.hide-upload-area) .upload-area-wrapper {
  display: block !important;
}

.js-country-wrapper.id-country-other .upload-area-wrapper {
  display: none !important;
}

.id-country-other .id-type-selector-wrapper {
  display: none !important;
}
.id-country-other .proof-of-id-container {
  display: none;
}

.hide-aml-check .aml-check-wrapper {
  display: none;
}

.show-poa-area .poa-type-container {
  display: block;
}

.hide-id-verification .id-country-wrapper, .hide-id-verification .id-verification-wrapper {
  display: none;
}

.hide-id-verification .id-country-wrapper, .hide-id-verification .id-verification-wrapper {
  display: none;
}
