/*
Theme Name: Rivkin Wealth Advisors
Theme URI: http://example.com/my-minimal-theme
Author: Your Name
Author URI: http://example.com
Description: A minimal WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rivkin-wealth-advisors
*/
:root {
  --ff-secondary: "Helvetica Neue", sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

.pw-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pw-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-20 {
  display: inline-table;
  width: 20%;
  min-width: 130px;
}
.col-20 .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
}

.col-80 {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  align-items: center;
}
.col-80 #btn-bars {
  opacity: 1;
  transition: all 0.75s;
  margin-right: 20px;
  color: #fff;
  background: transparent;
  padding: 5px;
  /*font-size: 25px;*/
  font-size: 2.1em;
  border: none;
  cursor: pointer;
}
.col-80 #btn-bars img {
  width: 45px;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  transition: all 0.75s;
  opacity: 1;
}
.menu__item {
  margin: 0 10px;
}
.menu__item__link {
  text-decoration: none;
  color: #334740;
  font-weight: 500;
  /*font-size: 19px;*/
  font-size: 1.6em;
  padding: 2px 10px;
}

.header-scrolled {
  background: #646262;
  opacity: 0.8;
}
.header-scrolled .menu {
  opacity: 0;
}
.header-scrolled .col-80 #btn-bars {
  opacity: 1;
}
.header-scrolled .logo-header {
  max-width: 120px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.menu-mobile-container {
  background: #000000;
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  transition: all 0.75s;
  padding: 35px;
}

#btn-close {
  color: #ffffff;
  background: transparent;
  border: none;
  /*font-size: 25px;*/
  font-size: 2.1em;
  position: absolute;
  right: 15%;
  top: 5vh;
  padding: 15px;
  cursor: pointer;
}

#btn-close img {
  display: table;
  width: 48px;
  height: auto;
}

.menu-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10vh;
  margin-left: 25px;
}
.menu-mobile__item {
  margin-bottom: 15px;
}
.menu-mobile__item__link {
  text-decoration: none;
  color: #ffffff;
  /*font-size: 21px;*/
  font-size: 1.8em;
  padding: 5px;
}
.menu-mobile__item__last {
  margin-top: 50px;
}

.menu-mobile-container.open {
  right: 0 !important;
}

#preload {
  background: #334740;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#preload img {
  max-width: 500px;
  height: auto;
  display: table;
  margin: 0 auto;
  animation: loader-inner 3s infinite ease-in;
}

@keyframes loader-inner {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  #btn-bars {
    opacity: 1 !important;
  }
  .menu {
    opacity: 0 !important;
    display: none;
  }
  .menu-mobile-container {
    width: 80%;
  }
  .col-20 .logo-header {
    max-width: 100px;
    margin: 0;
  }
  header {
    padding: 5px 0;
  }
}
.section-title-mobile {
  display: block;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #acae9c;
  /* text-transform: uppercase; */
  /*font-size: 19px;*/
  font-size: 1.6em;
  padding: 5px;
}

#btn-smsf {
  background: transparent;
  border: none;
  margin-top: 30px;
}

@media (max-width: 800px) {
  .menu-mobile__item {
    margin-bottom: 10px !important;
  }
  .menu-mobile__item__link {
    font-size: 1em;
  }
}
.main-header-text {
  font-size: 46px;
  width: 50%;
  font-weight: 300;
}
@media (max-width: 800px) {
  .main-header-text {
    font-size: 36px !important;
    width: 70% !important;
    font-weight: 300 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.header-text {
  font-weight: bold;
  font-size: 16px !important;
  margin-bottom: 3px !important;
}

.small-text {
  font-size: 18px;
  font-weight: 300;
}
.small-text--inactive {
  color: #000000;
}
.small-text--inactive:link, .small-text--inactive:active {
  color: #000000;
}

.nav-mobile__wrapper {
  inset: 9% 0 0 0;
}

.smsf-footer {
  margin-top: 120px;
}

.pw-footer {
  padding: 60px 0;
}

.logo-footer {
  display: table;
  max-height: 400px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: -10%;
}

.aling-center {
  align-items: center !important;
}

.flex-footer {
  width: 100%;
  padding: 0 90px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.flex-footer__item {
  margin-right: 60px;
}
.flex-footer__item__title {
  color: #334740;
  display: block;
  /*font-size: 16px;*/
  font-size: 1.3em;
  margin-bottom: 20px;
  font-weight: 500;
}
.flex-footer__item__line {
  display: block;
  /*font-size: 14px;*/
  font-size: 1.3em;
  font-weight: 300;
  color: #334740;
}
.flex-footer__item__line a {
  color: #334740;
}
.flex-footer__item__line b {
  /*font-size: 14px;*/
  /*font-size: 1.3em;*/
}

.content-footer {
  width: 100%;
}

@media (min-width: 800px) {
  .footer-get-in-touch-section .main-header-text {
    width: 30%;
    margin: 0 !important;
  }
  .footer-get-in-touch-section .footer-col-40 {
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .footer-get-in-touch-section .col-70 {
    width: 70%;
    display: flex;
  }
}
@media (max-width: 800px) {
  .pw-footer .block:before {
    display: none;
  }
  .pw-footer .col-20 {
    display: none;
  }
  .flex-footer {
    padding: 15px;
    flex-wrap: wrap;
  }
  .pw-footer .col-80 {
    width: 100%;
  }
  .flex-footer__item {
    margin-right: 35px;
    margin-bottom: 35px;
  }
  .flex-footer__item:nth-child(1) {
    width: 100%;
  }
  .flex-footer__item__title {
    /*font-size: 21px;*/
    font-size: 1em;
    margin-bottom: 10px;
  }
  .flex-footer__item__line {
    /*font-size: 17px;*/
    font-size: 1em;
  }
  .flex-footer__item__line b {
    /*font-size: 15px;*/
    /*font-size: 1.3em;*/
  }
  .logo-footer {
    max-height: 230px !important;
    max-width: 230px !important;
  }
  .footer-col-40 {
    margin-bottom: 10px !important;
  }
}
.footerC {
  font-size: 14px;
  font-weight: 300;
  align-items: center;
}

.footer-bottom {
  border-top: black;
  border-top-style: groove;
  border-top-width: 1px;
  padding-top: 1em;
  padding-bottom: 2em;
  margin-top: 3em;
  align-items: center;
}
.footer-bottom__links {
  display: flex;
}
.footer-bottom__links a {
  color: #000000;
}
.footer-bottom__links a:link, .footer-bottom__links a:active {
  color: #000000;
}
.footer-bottom__small-links {
  font-size: 13px;
  padding-right: 10px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .footer-bottom__small-links {
    border: 0px !important;
    font-size: 16px;
  }
}
.footer-bottom__small-links:not(:last-of-type) {
  border-right: 1px solid black;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 800px) {
  .footer-bottom {
    border-top-style: none !important;
    padding: 0px !important;
  }
  .footer-bottom__links {
    flex-direction: column !important;
  }
}

.footer-green {
  padding: 60px 0;
}

.disclaimer {
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 200;
  margin-top: 10px;
  text-align: justify;
  flex-direction: column;
}

.footer-big-logo {
  width: 33%;
}
@media screen and (max-width: 800px) {
  .footer-big-logo {
    width: 100%;
  }
}

.footer-contacts {
  margin: 0% 0% !important;
  width: 100%;
}

.footer-green .flex-footer__item__title {
  color: #e0dac4;
}
.footer-green .flex-footer__item__line {
  color: #e0dac4;
}
.footer-green .flex-footer__item__line a {
  color: #e0dac4;
}

.pw-footer-green {
  padding: 0 !important;
}

.footer-menu-secondary {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  font-size: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 48rem) {
  .footer-menu-secondary {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-menu-secondary__list {
  list-style: none;
}
.footer-menu-secondary__item {
  display: inline-block;
  margin-bottom: 0.688rem;
}
.footer-menu-secondary__last {
  border-right: 1px solid black;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  font-size: 10px !important;
}
.footer-menu-secondary__link {
  color: black !important;
}

@media screen and (max-width: 48rem) {
  .row-spacing-bottom {
    display: inherit !important;
    margin: 0 10% 7% 10% !important;
  }
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueRoman.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLight.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLightItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThin.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThinItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLight.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLightItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMedium.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMediumItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBold.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBoldItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavy.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavyItalic.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlack.woff) format("woff");
}
@font-face {
  font-family: helvetica neue;
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlackItalic.woff) format("woff");
}
body {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.4;
}

.line-divider:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0dac4;
  position: absolute;
  left: -1%;
  z-index: 9;
}
@media (max-width: 800px) {
  .line-divider:before {
    top: 0;
  }
}
@media (max-width: 800px) {
  .line-divider--hide-on-responsive:before {
    display: none;
  }
}

.p-relative {
  position: relative;
}

@media (min-width: 800px) {
  .pw-page {
    margin-top: 60px;
  }
}
.pw-page {
  /*margin-top: 60px;*/
}
.pw-page .col-content {
  width: 100%;
  /*h1, h2{
          font-weight: 300;
          font-size: 45px;
      }

      p{
          font-size: 24px;
          margin-bottom: 25px;
      }

      p.highlight{
          font-size: 32px;
          margin-bottom: 25px;
          line-height: 39px;
      }*/
}

.text-page .col-content {
  padding: 45px 90px;
  /*p{
          font-size: 22px;
          margin-bottom: 20px;
          line-height: 32px;
      }*/
}
.text-page .block .col-20 {
  /*h3 {
            font-size: 22px;
         }*/
}

.block.bg-grey {
  background: #f1f1f1 !important;
}

.p-35 {
  /*font-size: 35px;*/
  font-size: 3em;
}

.p-21 {
  /*font-size: 21px;*/
  font-size: 1.8em;
}

.p-14 {
  /*font-size: 14px;*/
  font-size: 1.2em;
}

.p-16 {
  /*font-size: 16px;*/
  font-size: 1.3em;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.link-more {
  display: block;
  margin-top: 45px;
  text-decoration: underline;
}

.t-under {
  text-decoration: underline;
}

.mb-25 {
  display: table;
  margin-bottom: 25px;
}

.mb-35 {
  display: table;
  margin-bottom: 35px;
}

.c-green {
  color: #334740;
}

.mw-350 {
  display: table;
  max-width: 350px;
}

.text-justify {
  text-align: justify;
}

@media (max-width: 800px) {
  .privacy-policy-page .col-content {
    padding: 30px !important;
  }
  .privacy-policy-page .block .col-20 {
    padding: 15px 5px !important;
  }
  .text-page .col-content p {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    line-height: 26px !important;
    font-weight: 300 !important;
    text-align: justify;
  }
  .text-page .block .col-20 h3 {
    font-size: 16px !important;
  }
  .disclaimer-page .col-content {
    padding: 30px !important;
  }
  .disclaimer-page .block .col-20 {
    padding: 15px 5px !important;
  }
  .p-35 {
    /*font-size: 35px;*/
    font-size: 2.4em;
  }
  .p-21 {
    /*font-size: 21px;*/
    font-size: 1.2em;
  }
  .p-14 {
    /*font-size: 14px;*/
    font-size: 0.85em;
  }
  .p-16 {
    /*font-size: 16px;*/
    font-size: 0.85em;
  }
}
.block-container {
  display: flex;
}
.block-container__left {
  width: 20%;
}
.block-container__right {
  width: 80%;
}

.max-width-limit {
  max-width: 1400px;
  margin: 0 auto;
}

.new-login-form .auth__form {
  min-height: 45vh !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 420px !important;
}

.new-login-form .form__input {
  border-radius: 0;
  border: none;
  background: transparent;
  color: #E0DAC4;
  border-bottom: 1px solid #E0DAC4;
  font-size: 14px !important;
}

.new-login-form .btn.btn-primary.btn-block {
  font-size: 19px;
  color: #E0DAC4;
  background: transparent !important;
  border: 1px solid #E0DAC4;
  border-radius: 30px;
  max-width: 210px;
  margin-bottom: 30px;
}

.recovery-item {
  font-size: 14px !important;
  margin-top: 0 !important;
  display: table !important;
  text-decoration: none !important;
  color: #E0DAC4 !important;
  margin-left: 5px;
}

button.section-title {
  display: block;
  color: #778174;
  font-size: 21px;
  margin: 20px 15px 20px 0;
  text-align: right;
  position: relative;
  border: none;
  background: transparent;
  width: 95%;
  cursor: pointer;
}

button.section-title.section-active {
  color: #334740;
}

button.section-title.section-active::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/arrow.png");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.details {
  text-align: right;
  margin-top: 55px;
  display: block;
  margin-right: 15px;
}
.details__item {
  margin: 10px 0;
  font-weight: 300;
  font-size: 16px;
  color: #334740;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.details__item__img {
  display: inline-table;
  width: auto;
  height: 21px;
  margin-left: 6px;
}

.item-card {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 750px;
}
.item-card__name span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.item-card__account span {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.item-card__update span {
  color: #A3A3A4;
  font-weight: 300;
  margin-top: 25px;
  display: table;
  font-size: 14px;
}
.item-card__value span {
  color: #334740;
  font-size: 16px;
}
.item-card__action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 115px;
  margin-top: 45px;
}
.item-card__action__see {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
}
.item-card__action__see img {
  display: inline-table;
  width: 25px;
  height: 25px;
}
.item-card__action__down {
  margin-top: 0 !important;
  margin-right: 10px;
}
.item-card__action__down img {
  display: inline-table;
  width: 25px;
  height: 25px;
}
.item-card__action__open {
  margin-top: 0 !important;
}
.item-card__action__open img {
  display: inline-table;
  width: 25px;
  height: 25px;
}

.new-managed__disclaimer {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  max-width: 750px;
  margin-bottom: 35px;
}
.new-managed__disclaimer__title {
  color: #334740;
  font-size: 27px !important;
  font-weight: 500;
  margin: 15px 0 30px 0 !important;
}
.new-managed__disclaimer p {
  font-size: 14px !important;
  margin-bottom: 15px !important;
  line-height: 26px !important;
  text-align: justify !important;
  font-weight: 300;
}

.new-managed__user__title {
  color: #334740;
  font-size: 21px !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.new-managed__user {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  max-width: 750px;
  margin-bottom: 35px;
}
.new-managed__user__label {
  color: #334740;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 15px 0 0px 0 !important;
}
.new-managed__user__value {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 800px) {
  .manage-page .pw-container .pw-row .col-80 .col-content {
    padding: 10px !important;
  }
  .investor-login-page .col-20, .forgot-password-page .col-20 {
    display: none !important;
  }
  .forgot-password-page .block.bg-white::before {
    display: none !important;
  }
  .forgot-password-page .col-80 {
    width: 100%;
  }
  .forgot-password-page .col-content {
    padding: 15px 20px !important;
  }
  .item-card {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .item-card-right {
    margin-top: 30px;
  }
  .item-card__action {
    margin-top: 15px;
  }
}
.manage-content {
  display: none;
}

.manage-content.tab-content-active {
  display: table;
}

.new-managed__disclaimer p.new-managed__disclaimer__title {
  color: #334740 !important;
  font-weight: 500 !important;
  font-size: 21px !important;
}

#tab2 {
  width: 100%;
}

@media (max-width: 800px) {
  .hide-mobile, .hidden-mobile {
    display: none;
  }
  .hide-desk {
    display: block;
  }
  .manage-page .col-80 {
    width: 100% !important;
  }
  /*.title-page .col-20{
      display: none;
  }*/
  .pw-page .col-content h1 {
    font-size: 24px;
    margin: 35px auto 0 0;
  }
  .item-card__name span {
    font-weight: 300;
    font-size: 15px;
  }
  .item-card__account span {
    font-weight: 300;
    font-size: 14px;
  }
  .item-card__update span {
    font-weight: 300;
    margin-top: 15px;
    font-size: 14px;
  }
  .item-card__value span {
    font-size: 14px;
  }
  .item-card__action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 115px;
    margin-top: 25px;
  }
  .item-card__action__see {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
  }
  .item-card__action__see img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card__action__down {
    margin-top: 0 !important;
    margin-right: 10px;
  }
  .item-card__action__down img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card__action__open {
    margin-top: 0 !important;
  }
  .item-card__action__open img {
    display: inline-table;
    width: 25px;
    height: 25px;
  }
  .item-card-left {
    width: 70%;
  }
  .item-card-right {
    width: 30%;
    margin-top: 0 !important;
  }
  .new-managed__disclaimer p {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    line-height: 17px !important;
    font-weight: 300 !important;
  }
  .new-managed__user__title {
    font-size: 20px !important;
  }
  .new-managed__user__label {
    font-size: 18px !important;
  }
  .new-managed__user__value {
    font-size: 18px !important;
  }
  .investor-login-page .col-80 {
    width: 100% !important;
  }
  .investor-login-page .col-content {
    padding: 30px;
  }
  /**revisar aca**/
  .block.bg-green .col-20 {
    /*display: none !important;*/
  }
}
@media (min-width: 800px) {
  .hide-mobile {
    display: block;
  }
  .hide-desk {
    display: none;
  }
}
.forgot-password-page h1 {
  color: #334740;
  font-size: 32px !important;
}

.forgot-form {
  display: table;
  margin: 0;
  max-width: 600px;
}
.forgot-form .woocommerce-Input.woocommerce-Input--text.input-text {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0 !important;
  font-size: 18px;
  font-weight: 200;
}
.forgot-form .woocommerce-Button {
  border-color: #334740 !important;
  border-radius: 30px;
  padding: 13px 40px;
  font-size: 19px;
  color: #334740 !important;
  font-weight: 300 !important;
  font-family: "Helvetica Neue", sans-serif !important;
  background: transparent !important;
}

.page-especial .section__title {
  color: #334740;
  font-size: 32px !important;
  font-weight: 300 !important;
  margin-bottom: 7vh;
}
.page-especial .woocommerce-message {
  border-top: none;
  background: transparent;
  background: transparent;
  padding: 10px 35px !important;
  font-size: 21px;
  color: #334740;
  border: 1px solid #ccc;
  border-radius: 30px;
  max-width: 450px;
  position: relative;
}
.page-especial .woocommerce-message::before {
  display: none !important;
}
.page-especial .woocommerce-message::after {
  content: "";
  width: 37px;
  height: 37px;
  background-image: url(/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/check.png);
  background-size: cover;
  position: absolute;
  top: 3px;
  right: 7px;
}
.page-especial .container-confirmation p {
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
}

@media (min-width: 800px) {
  .page-especial {
    padding-left: 30%;
  }
  .page-especial .container {
    max-width: 700px;
    margin: 0;
  }
}
.smsf-member {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  max-width: 750px;
}
.smsf-member__title {
  color: #334740;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.smsf-member__group {
  margin-bottom: 25px;
}
.smsf-member__group__name {
  display: block;
  color: #334740;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.smsf-member__group__value {
  display: block;
  color: #334740;
  font-size: 18px;
  font-weight: 300;
}

.smsf-total {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  max-width: 750px;
}
.smsf-total__title {
  color: #334740;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.smsf-total__mount {
  color: #334740;
  font-size: 30px;
  font-weight: 500;
  display: block;
}
.smsf-total .smsf-total__togle {
  position: relative;
}
.smsf-total .smsf-total__togle button {
  border: none;
  background: transparent;
  color: #334740;
  font-size: 48px;
  margin: 15px auto;
  display: table;
  cursor: pointer;
  transition: all 0.5s;
}
.smsf-total__update {
  text-align: center;
  display: none;
}
.smsf-total .smsf-total__link {
  position: absolute;
  right: 0;
  top: 10px;
  margin-top: 0;
  text-decoration: none;
  color: #334740;
  display: flex;
  align-items: center;
}
.smsf-total .smsf-total__link span {
  font-size: 17px;
  font-weight: 300;
}
.smsf-total .smsf-total__link img {
  display: inline-table;
  width: 25px;
  height: auto;
  margin-left: 5px;
}

.arrow-toggle.smsf-open i {
  transform: rotateZ(180deg);
}

#menu-smsf {
  display: none;
}

#menu-smsf-1, #menu-smsf-2, #menu-smsf-3 {
  border: none;
  font-weight: 300;
  cursor: pointer;
  background-color: transparent;
  background: transparent;
}

.smsf-active {
  text-decoration: underline;
}

#smsf-tab2, #smsf-tab3 {
  display: none;
}

.item-doc {
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  max-width: 750px;
  position: relative;
  min-height: 210px;
}
.item-doc__list {
  margin-top: 25px;
}
.item-doc__list__files {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.item-doc__list__files li {
  display: inline-table;
  width: 50%;
  padding: 5px 0;
}
.item-doc__list__files li span {
  font-weight: 300;
}
.item-doc__list__files li .icon-clip {
  width: 30px;
  margin-bottom: -12px;
  margin-right: 5px;
}
.item-doc__header {
  position: relative;
}
.item-doc__header__name {
  font-size: 23px;
  font-weight: 500;
  color: #32463F;
}
.item-doc__header__attach {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  cursor: pointer;
}
.item-doc__header__attach .icon-check {
  display: inline-table;
  width: 35px;
  height: 35px;
}
.item-doc__header__attach .icon-upload {
  display: inline-table;
  width: 100px;
  padding-top: 5px;
}

.nav-pills__panel__title {
  border-bottom: none !important;
}

.icon-load {
  margin-top: 9px;
  margin-right: 5px;
  display: none;
}

.doc-section h4 {
  color: #6C7A75;
  font-size: 19px;
  display: block;
  margin-bottom: 25px;
}

.flex-list-doc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-list-doc__item {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-list-doc__item img {
  width: 30px;
  margin-right: 5px;
  margin-bottom: -10px;
}
.flex-list-doc__item a.document--link-1 {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

@media (max-width: 800px) {
  .item-doc__header__name {
    font-size: 20px;
    padding-top: 45px;
    display: block;
  }
  .item-doc__list__files li {
    width: 100%;
  }
  .flex-list-doc__item {
    width: 100% !important;
  }
  .smsf-total .smsf-total__togle button {
    padding-top: 40px;
  }
  .smsf-total .smsf-total__link {
    right: auto !important;
  }
  .smsf-total__title {
    font-size: 25px;
  }
  .smsf-total__update p {
    text-align: center !important;
  }
}
.alert.alert-danger.js-alert-doc {
  text-align: left;
  background: #F0D0D3;
  color: #84203E;
  padding: 20px 10px;
  max-width: 740px;
  margin-bottom: 15px;
  border-radius: 15px;
  border: 2px dashed #84203E;
}

.modal__close__btn img {
  width: 32px;
}

.modal__title {
  font-size: 19px !important;
  color: #3E514A;
  margin-top: 25px;
}

.modal__dialogue {
  border-radius: 25px !important;
}

.modal__content {
  padding: 35px !important;
}

.modal__body .table.table--default {
  border: none;
}

.modal__body .table tbody tr:nth-child(even),
.modal__body .table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.modal__body .table--default th, .modal__body .table--default td {
  border-top: 1px solid transparent;
  padding-left: 0;
}

.disclaimers.text-below {
  font-style: normal;
  text-align: justify;
}

.modal__footer .btn.btn-secondary {
  font-family: "Helvetica Neue", sans-serif;
  background: #3E514A;
  font-weight: 200 !important;
  border-radius: 30px;
  font-size: 17px;
  padding: 10px 35px;
}

.video-bg {
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  .video-bg .pw-container .pw-row .col-20 {
    display: none;
  }
}
@media (max-width: 800px) {
  .video-bg .pw-container .pw-row .col-80 {
    width: 100%;
  }
}

#bg-video::-webkit-media-controls, #bg-video::-webkit-media-controls-start-playback-button, #bg-video::slotted::-webkit-media-controls-container, #bg-video:host::shadow::-webkit-media-controls-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}
#bg-video *::-webkit-media-controls-panel,
#bg-video *::--webkit-media-controls-play-button,
#bg-video ::-webkit-media-controls-start-playback-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}

@media (min-width: 800px) {
  #bg-video {
    width: 100%;
    height: auto;
    display: block;
  }
}
.video-bg__text {
  position: absolute;
  top: 70%;
  left: 20%;
  color: #e0dac4;
  font-weight: 300;
  font-size: 2.5em;
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .video-bg__text {
    bottom: 10%;
    /*font-size: 35px !important;*/
    font-size: 3em;
  }
}

.col-25 {
  display: inline-table;
  width: 25%;
  padding: 15px;
}

.col-75 {
  display: inline-table;
  width: 75%;
  padding: 15px;
}

.block .col-20 {
  padding: 15px;
}
@media (max-width: 800px) {
  .block .col-20 {
    padding-left: 0px;
  }
}
.block .col-20 h3 {
  text-align: right;
  /*font-size: 26px;
        font-weight: 500;*/
  max-width: 210px;
  line-height: 1.1;
}
.block .pw-row {
  align-items: baseline;
}

.bg-green {
  background: #334740;
}

.col-content {
  padding: 60px 90px;
  /*p{
        font-size: 26px;
        line-height: 35px;
        font-weight: 200;
    }

    a{
        font-size: 22px;
        margin-top: 25px;
        display: table;
        text-decoration: underline;
    }*/
}

.bg-green .col-content {
  color: #e0dac4;
}
.bg-green .col-content a {
  color: #9b9f8f;
}
.bg-green .section-title {
  color: #e0dac4;
}

.bg-white .col-content {
  color: #334740 !important;
}
.bg-white .col-content a {
  color: #334740 !important;
}
.bg-white .section-title {
  color: #334740;
}

.col-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}
.col-flex__item {
  border-top: 2px solid #e0dac4;
  font-weight: 500;
  /*font-size: 16px;*/
  font-size: 1.3em;
  padding: 10px 20px 10px 5px;
  width: 125px;
  line-height: 25px;
}
.col-flex__item__fix {
  margin-top: 0;
  text-decoration: none !important;
}

.col-flex-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.col-flex-img__item {
  width: 20%;
}
.col-flex-img__item__img {
  height: 90px;
  display: table;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .video-bg {
    max-height: 100vh;
  }
  .video-bg video {
    width: 100%;
    height: 100vh;
    object-fit: none;
    object-position: center center;
  }
  .video-bg__text {
    top: 62%;
    right: 10%;
    /*font-size: 30px !important;*/
    font-size: 1.8em;
    font-weight: 200 !important;
    padding-left: 25px;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .video-bg__text {
    right: inherit;
    left: 0;
    padding: 0 25px;
    top: 68%;
  }
}
@media (max-width: 800px) {
  .block .col-20 h3 {
    /*font-size: 21px;*/
  }
  .col-content {
    padding: 50px 30px;
    width: 100%;
  }
  .col-content p {
    /*font-size: 16px;
    line-height: 22px;*/
  }
  .col-content a {
    /*font-size: 16px;*/
    margin-top: 15px;
  }
  .block {
    position: relative;
  }
  .col-flex {
    flex-wrap: wrap;
  }
  .col-flex__item {
    font-weight: 400;
    /*font-size: 15px;*/
    font-size: 0.8em;
    width: 48%;
    line-height: 18px;
  }
  .col-flex-img__item__img {
    height: 46px;
  }
  .col-flex-img__item {
    width: 30%;
  }
  .col-flex-img {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.with-cicle {
  position: relative;
  margin-right: 5px;
}

.with-cicle::before {
  content: "";
  width: 124%;
  height: 200%;
  position: absolute;
  left: -27px;
  border: 1px solid transparent;
  top: -23px;
  background-image: url(/wp-content/themes/rivkin-blog-ms-report-child-private-wealth/assets/icons/circulo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 209px;
  top: -19px;
  left: -32px;
  height: 70px;
}

/* Adjustments for Windows OS */
.windows-os .with-cicle::before {
  /* Adjust the top and left values slightly if needed */
  top: -15px;
  left: -29px;
}

.text-especial {
  font-size: 1.8em;
  line-height: 35px;
  text-align: left !important;
  display: table;
}

.with-underline {
  border-bottom: 1px solid;
}

@media (min-width: 800px) {
  .title-partners {
    padding-top: 40px;
  }
  .aling-flex-start {
    align-items: flex-start !important;
  }
  .col-flex-img__item a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .col-flex-img {
    /*max-width: 90% !important;*/
    margin-left: -15px !important;
  }
}
@media screen and (min-width: 48rem) {
  .banner__body .banner__title, .banner__body .banner__copy {
    display: block;
    padding-left: 1.182rem;
    max-width: initial;
    text-align: left;
    margin-right: 10px;
  }
}
.banner__copy.btn-primary-outline {
  max-width: 140px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  border: none;
  margin-left: 1.182rem;
  padding: 0.7rem 1rem;
  letter-spacing: 1.1px;
  margin-bottom: 0.875rem;
}
.banner__copy.btn-primary-outline:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

.card__img-featured {
  height: 142px;
}

.rivkin-wealth .hero {
  background-color: #e9eae9;
  padding-bottom: 4rem;
}
.rivkin-wealth .section {
  padding-bottom: initial;
  padding-top: 1.5rem;
}
.rivkin-wealth .section__header-centered > div {
  gap: 0.5rem;
}
.rivkin-wealth .section__title {
  font-weight: 300;
  font-family: var(--ff-tertiary);
}
.rivkin-wealth .card__footer {
  justify-content: space-between;
}
.rivkin-wealth .card-inverted .card__footer {
  background-color: #fff;
}
.rivkin-wealth .card__middle {
  background-color: #fff;
}
.rivkin-wealth .main-grid .card__list {
  max-height: 423px;
}

.about-us-page {
  /*margin-top: 60px;*/
}
.about-us-page .col-content {
  width: 100%;
  /*h1, h2{
      font-weight: 300;
      font-size: 45px;
  }*/
  /*p{
      font-size: 24px;
      margin-bottom: 25px;
  }

  p.highlight{
      font-size: 32px;
      margin-bottom: 25px;
      line-height: 39px;
  }*/
}

.section-our-team .col-content {
  padding: 50px 90px !important;
}

.flex-team {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.member {
  width: 100%;
  max-width: 370px;
  margin-bottom: 65px;
}
.member__img {
  display: table;
  width: 100%;
  height: auto;
}
.member__name {
  display: block;
  font-size: 1.8em;
  margin: 20px 0 0px 0;
  color: #334740;
}
.member__position {
  display: block;
  font-size: 1.3em;
  margin: 5px 0 25px 0;
}
.member__description {
  display: block;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 300;
}
.member__link__connect {
  display: block !important;
  color: #84908C !important;
  font-size: 1.2em !important;
  text-decoration: underline;
}

.block.bg-white.section-our-team .pw-row {
  align-items: flex-start !important;
}
@media (max-width: 800px) {
  .about-us-page {
    /*margin-top: 60px;*/
  }
  .about-us-page .col-content h1, .about-us-page .col-content h2 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .about-us-page .col-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-us-page .col-content p.highlight {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .section-our-team .col-content {
    padding: 20px !important;
    padding-right: 0px !important;
  }
  .col-content h2 {
    margin-left: 8px;
  }
  .member {
    margin-bottom: 45px;
  }
  .member__name {
    font-size: 20px;
  }
  .member__position {
    font-size: 14px;
  }
  .member__description {
    font-size: 14px;
    line-height: 20px;
  }
  .member__link__connect {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .text-especial.p-21.fw-200.mb-35 {
    font-size: 1.1em !important;
    line-height: inherit !important;
  }
  .with-cicle::before {
    display: none;
  }
}
.bg-white .col-content a.member__link__connect {
  color: #84908C !important;
}

.flex-services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10% 5% 2% 5%;
}

.service {
  background: #E0DAC4;
  width: 100%;
  max-width: 440px;
  margin-bottom: 80px;
  z-index: 9;
  padding: 80px 40px 25px 40px;
  position: relative;
}
.service__name {
  display: block;
  font-size: 1.3em;
  color: #334740;
  margin-bottom: 25px;
  font-weight: 500;
}
.service__description {
  display: block;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 25px;
  margin-bottom: 40px;
  text-align: left;
  min-height: 320px;
  overflow: hidden;
}
.service__img {
  display: table;
  width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
}
.service__link__connect {
  display: block;
  position: relative;
}
.service__link__connect span {
  font-size: 1.1em;
  text-decoration: underline;
  color: #778174;
}
.service__link__connect img {
  display: table;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.border-right-green {
  position: relative;
}

.border-right-green:before {
  content: "";
  width: 500px;
  height: 100%;
  background: #334740;
  position: absolute;
  top: 0;
  right: -25%;
}

.col-content-green {
  margin-left: 40px;
  background: #334740;
  padding: 40px 0;
}

@media (max-width: 800px) {
  .border-right-green:before {
    display: none;
  }
  .col-content-green {
    margin-left: 5px;
    background: transparent;
  }
  .col-content-green-off {
    margin-top: 2em;
  }
  .service {
    margin-bottom: 60px;
    z-index: 9;
    padding: 60px 20px 15px 20px;
  }
  .service__name {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .service__description {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 30px;
    min-height: 260px;
  }
  .service__img {
    display: table;
    width: 100px;
    top: -50px;
  }
  .service__link__connect {
    display: block;
    position: relative;
  }
  .service__link__connect span {
    font-size: 15px;
    text-decoration: underline;
    color: #778174;
  }
  .service__link__connect img {
    width: 20px;
  }
}
.portfolio {
  width: 100% !important;
  max-width: 370px !important;
  margin-bottom: 65px !important;
  text-decoration: none !important;
  display: inline-table !important;
}
.portfolio__img {
  display: table !important;
  width: 100% !important;
  height: auto !important;
}
.portfolio__name {
  display: block !important;
  font-size: 1.8em !important;
  margin: 20px 0 0px 0 !important;
  color: #334740;
  font-weight: 400;
}
.portfolio__position {
  display: block !important;
  font-size: 1.3em !important;
  margin: 0px 0 25px 0 !important;
  font-weight: 400;
}
.portfolio__description {
  display: block !important;
  font-size: 1.2em !important;
  font-weight: 200 !important;
  line-height: 25px !important;
  margin-bottom: 40px !important;
  text-align: left !important;
  min-height: 225px;
}

.portfolio-page {
  margin-top: 60px;
}
.portfolio-page .col-content {
  width: 100%;
  /*padding: 45px 90px;*/
  /*h1, h2{
          font-weight: 300;
          font-size: 45px;
          margin: 60px 0 0 0;
      }*/
  /*p{
          font-size: 24px;
          margin-bottom: 25px;
      }*/
  /*p.highlight{
          font-size: 32px;
          margin-bottom: 25px;
          line-height: 39px;
      }*/
}

.flex-portfolio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.container-video {
  max-height: 50vh;
  overflow: hidden;
}
.container-video video {
  margin-top: -15%;
}
@media (max-width: 800px) {
  .container-video video {
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 800px) {
  .portfolio-page {
    margin-top: 60px;
  }
  .portfolio-page .col-content {
    /*h1, h2{
              font-weight: 300;
              font-size: 35px;
          }

          p{
              font-size: 18px;
              margin-bottom: 20px;
          }

          p.highlight{
              font-size: 22px;
              margin-bottom: 20px;
              line-height: 22px;
          }*/
  }
  .portfolio {
    margin-bottom: 45px;
  }
  .portfolio__name {
    font-size: 20px;
  }
  .portfolio__position {
    font-size: 14px;
  }
  .portfolio__description {
    font-size: 14px;
    line-height: 20px;
  }
  .with-video::before {
    display: none !important;
  }
}
.flex-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-contact .col-60 {
  width: 60%;
  display: inline-table;
  padding-right: 25px;
  /*h3{
          font-size: 32px;
          font-weight: 300;
          margin-bottom: 25px;
      }

      p{
          font-size: 20px;
          margin-bottom: 17px;
          line-height: 27px;
      }*/
}
.flex-contact .col-40 {
  width: 40%;
  display: inline-table;
  padding-left: 25px;
  /*h2{
          font-size: 28px;
          font-weight: 500;
          margin-bottom: 25px;
      }*/
}

.line-contact {
  margin-bottom: 15px;
}
.line-contact__name {
  font-weight: 500;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value {
  font-weight: 300;
  font-size: 1.1em;
  display: block;
  margin: 3px 0;
}
.line-contact__value a {
  margin-top: 0;
  font-size: 1.1em;
}

.container-map {
  margin-top: 45px;
}
.container-map iframe {
  width: 100%;
  min-height: 20vh;
  max-width: 270px;
}

@media (max-width: 800px) {
  .col-40,
  .col-60 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-contact .col-60 h3 {
    font-size: 12px !important;
  }
  .flex-contact .col-60 p {
    font-size: 10px;
    margin-bottom: 15px;
    line-height: 15px;
  }
  .flex-contact .col-40 h2 {
    display: none;
  }
  .line-contact__name,
  .line-contact__value,
  .line-contact__value a {
    font-size: 12px;
  }
}
.just-mobile {
  display: none;
}

@media (max-width: 800px) {
  .col-content {
    padding: 50px 30px 15px !important;
    padding-right: 3px !important;
  }
  .just-mobile {
    padding-top: 22vh;
    display: table;
    padding-left: 18px;
    font-size: 12px;
  }
}
.contact-form {
  font-family: "Helvetica Neue", sans-serif !important;
  font-weight: 200 !important;
}
.contact-form label {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
}
.contact-form__input {
  padding-top: 10px;
  border: none;
  border-bottom: 1px #000 solid;
  font-weight: 200;
  width: 70%;
}
@media (max-width: 800px) {
  .contact-form__input {
    width: 100%;
  }
}
.contact-form__message {
  padding-top: 10px;
  font-weight: 200;
  width: 70%;
  border: none;
  border-bottom: 1px solid #000;
}
@media (max-width: 800px) {
  .contact-form__message {
    width: 100%;
  }
}
.contact-form__submit {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  margin-top: 25px;
  padding-top: 10px;
  border-radius: 8px;
  background-color: #e0dac4;
  border-color: #e0dac4;
  border-width: 1px;
  padding: 0.7em 6em;
  color: #000;
  border-style: groove;
  letter-spacing: 0.5px;
}
.contact-form__submit:hover {
  cursor: pointer;
}

.rivkin-wealth .article__title {
  font-weight: 300;
}

.table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  overflow-x: auto;
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.table__notification {
  border-spacing: 0 6px;
  width: 100% !important;
}
.table__notification thead tr {
  box-sizing: border-box;
  background: #f0f5fb;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
  border-radius: 3px 3px 0px 0px;
  font-family: var(--ff-sans-open);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 6px;
}
.table__notification thead tr th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.table__notification thead tr th:first-of-type {
  text-align: left;
}
@media screen and (min-width: 48rem) {
  .table__notification thead tr th:first-of-type {
    padding-left: 32px;
  }
}
.table__notification tbody tr {
  margin-bottom: 6px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
  border-radius: 3px 3px 0px 0px;
}
.table__notification tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-align: center;
}
.table__notification tbody tr td:first-of-type {
  text-align: left;
}
@media screen and (min-width: 48rem) {
  .table__notification tbody tr td:first-of-type {
    padding-left: 32px;
  }
}
.table strong {
  font-weight: 500 !important;
}
@media screen and (max-width: 85rem) {
  .table {
    display: block;
    position: relative;
    max-width: calc(100% - 20px);
  }
}
.table thead:not(.thead--default) {
  font-family: var(--ff-primary);
  height: 3.625rem;
  background: linear-gradient(89.91deg, #1e1a28 12.49%, #282634 58.34%);
}
.table thead:not(.thead--default) tr,
.table thead:not(.thead--default) th {
  font-size: var(--fs-p-sm);
  color: var(--clr-grey-100);
  font-weight: var(--fw-regular);
  text-transform: uppercase;
  padding: 0.75rem 1.75rem;
  text-align: left;
  border-color: transparent;
  border-width: 0;
  padding-right: 0.9rem;
  padding-left: 1.1rem;
}
@media screen and (max-width: 85rem) {
  .table thead:not(.thead--default) th:first-of-type {
    position: sticky;
    left: 0;
    z-index: 4;
    /*background: radial-gradient(
      50% 50% at 50% 50%,
      #30003c 0%,
      #140124 100%
    );*/
    background: linear-gradient(89.91deg, #1e1a28 12.49%, #282634 58.34%);
  }
  .table thead:not(.thead--default) th:not(:nth-of-type(2)) {
    width: 12%;
  }
  .table thead:not(.thead--default) th:nth-of-type(2) {
    width: 25%;
  }
}
.table .thead--default {
  background: white;
}
.table .thead--default tr,
.table .thead--default th {
  font-size: var(--fs-p-sm);
  color: var(--clr-grey-900);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  text-align: left;
  border-color: transparent;
  border-width: 0;
}
.table--default {
  border: 1px solid #eee;
}
.table--default th,
.table--default td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table--default th svg,
.table--default td svg {
  width: 20px;
}
.table--default thead th {
  font-weight: var(--fw-bold);
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table--default tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table--default td:first-of-type {
  font-weight: var(--fw-regular) !important;
  color: var(--clr-orange-900) !important;
  text-align: left;
}
.table--default td:first-of-type .copy {
  font-weight: var(--fw-regular) !important;
  color: var(--clr-orange-900) !important;
  text-align: left;
}
@media screen and (max-width: 85rem) {
  .table--default td:first-of-type {
    position: sticky;
    left: 0;
    z-index: 4;
    box-shadow: 2px 2px 2px rgba(225, 225, 225, 0.7);
    background-color: #fff;
    border: 1px solid var(--clr-grey-500);
  }
}
.table tbody {
  font-family: var(--ff-support);
  font-size: var(--fs-p-sm);
  font-weight: var(--fw-regular);
}
.table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table tbody td {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 85rem) {
  .table tbody tr td:not(:nth-of-type(2)) {
    min-width: 120px;
  }
  .table tbody tr td:nth-of-type(2) {
    min-width: 220px;
  }
}
.table tbody tr td:first-of-type {
  font-weight: var(--fw-bold);
  color: var(--clr-orange-400);
}
.table tbody tr td:first-of-type .copy {
  font-weight: var(--fw-bold) !important;
  color: var(--clr-orange-400) !important;
}
@media screen and (max-width: 85rem) {
  .table tbody tr td:first-of-type {
    position: sticky;
    left: 0;
    z-index: 4;
    box-shadow: 2px 2px 2px rgba(225, 225, 225, 0.7);
    background-color: #fff;
    border: 1px solid var(--clr-grey-500);
  }
}
.table tbody tr td.field--datetime {
  min-width: 111px;
}
.table--simple {
  width: auto !important;
  margin: 0 auto;
}
.table--simple thead td {
  padding: 1rem 1.5rem;
}
.table--simple thead td:first-of-type {
  font-weight: var(--fw-regular) !important;
  color: #fff !important;
}
@media screen and (max-width: 85rem) {
  .table--simple thead td:first-of-type {
    position: sticky;
    left: 0;
    background-color: #221f2d;
  }
}
.table--simple tbody td:first-of-type {
  font-weight: var(--fw-regular) !important;
  color: var(--clr-grey-900) !important;
}
.table--basic tbody {
  font-size: var(--fs-p-md);
}
.table--basic tbody th {
  padding: 0.5rem 1.5rem;
  border: solid 1px;
  background-color: #363345;
  color: #fff;
}
.table--basic tbody tr td {
  background-color: #fff;
  color: var(--clr-grey-700) !important;
  font-weight: var(--fw-regular) !important;
  border: solid 1px;
}
@media screen and (max-width: 85rem) {
  .table--basic tbody tr td {
    position: inherit !important;
    border: none;
  }
}

.total-box {
  display: flex;
}
.total-box .text {
  margin-left: auto;
  margin-right: 20px;
  max-width: 200px;
  display: flex;
  align-items: center;
  text-align: right;
  font-family: var(--ff-support);
}
.total-box .total {
  border: solid 1px #eee;
  color: #689150;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.total-box .total p {
  margin-left: 75px;
  margin-right: 75px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.details h3 {
  font-family: var(--ff-primary);
  font-weight: var(--fw-bold);
  color: var(--clr-grey-900);
}

.data-table-container {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #f7f7f7;
}

.data-table {
  display: table;
  width: 100%;
}
.data-table .data-row {
  display: table-row;
  width: auto;
  clear: both;
}
.data-table .data-row .data {
  text-align: left;
  float: left;
  display: table-column;
  width: 33%;
  margin-bottom: 10px;
}
.data-table .data-row .data h6 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 0.9em;
}
.data-table .data-row .data p {
  font-weight: 400;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 0;
}

.text-below {
  font-size: 16px;
  color: var(--clr-grey-700) !important;
  font-style: italic;
  margin-top: 1rem;
}
.text-below .disclaimers {
  color: var(--clr-grey-700) !important;
  font-size: 16px;
  margin-top: 0;
}

.document-container-box {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
}
.document-container-box .--document-col {
  width: 100%;
  margin: 2px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 48rem) {
  .document-container-box .--document-col {
    width: 49%;
  }
}
.document-container-box .--document-col .document-box {
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-top: 5px;
  width: 100%;
}
.document-container-box .--document-col .document-box .--document-box-header {
  padding: 10px;
  text-align: center;
  align-items: center;
  color: #000;
  display: flex;
  justify-content: space-around;
}
.document-container-box .--document-col .document-box .--document-box-header .--document-name {
  text-align: left;
  width: 50%;
}
.document-container-box .--document-col .document-box .--document-box-header .--document-attach-box {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 50%;
}
.document-container-box .--document-col .document-box .--document-box-header .--document-attach-box .noti-svg-loader {
  display: none;
}
.document-container-box .--document-col .document-box .--document-box-header .--document-attach-box .--document-uploaded-span {
  margin-right: 3px;
}
.document-container-box .--document-col .document-box .--document-box-header .--document-attach-box .--document-attach-upload-box {
  padding: 5px 10px;
  border-radius: 15px;
  background-color: rgba(169, 169, 169, 0.3019607843);
  min-width: 95px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
}
.document-container-box .--document-col .document-box .--document-box-header .--document-attach-box .--document-attach-upload-box svg {
  margin-right: 5px;
}
.document-container-box .--document-col .document-box .--document-box-files {
  margin: 10px 0;
}
.document-container-box .--document-col .document-box .--document-box-files ul {
  font-size: 0.9em;
  margin: 0;
  color: #000;
  padding-left: 15px;
  padding-right: 10px;
}
.document-container-box .--document-col .document-box .--document-box-files ul li {
  list-style: none;
}

.container-total {
  display: flex;
}
.container-total svg {
  width: 20px;
}
.container-total .references {
  display: flex;
  gap: 0.3px;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .container-total .references {
    width: 50%;
  }
}
.container-total .references div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.container-total .total-box {
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .container-total .total-box {
    width: 50%;
  }
}

.managed__disclaimers {
  font-size: 12px;
  color: grey;
  margin-top: 20px;
  font-family: var(--ff-support);
  font-style: italic;
}

.historical-performance td:nth-child(8).negative,
.historical-performance td:nth-child(9).negative {
  color: var(--clr-red-400);
}
.historical-performance td:nth-child(8).positive,
.historical-performance td:nth-child(9).positive {
  color: var(--clr-green-400);
}

.td-success {
  color: var(--clr-green-400);
}

.trading-table td:first-of-type,
.trading-table th:first-of-type {
  text-align: center !important;
}
.trading-table td:not(:first-of-type),
.trading-table th:not(:first-of-type) {
  text-align: left !important;
}

#asx-balanced td:last-of-type.negative,
#us-balanced td:last-of-type.negative,
#fx-and-liquid-markets td:last-of-type.negative,
#asx-blue-chip td:last-of-type.negative,
#asx-growth td:last-of-type.negative,
#asx-income td:last-of-type.negative,
.historical-performance-growth td:last-of-type.negative,
#us-growth td:last-of-type.negative {
  color: var(--clr-red-400);
}
#asx-balanced td:last-of-type.positive,
#us-balanced td:last-of-type.positive,
#fx-and-liquid-markets td:last-of-type.positive,
#asx-blue-chip td:last-of-type.positive,
#asx-growth td:last-of-type.positive,
#asx-income td:last-of-type.positive,
.historical-performance-growth td:last-of-type.positive,
#us-growth td:last-of-type.positive {
  color: var(--clr-green-400);
}

#fx-and-liquid-markets th:nth-child(3) {
  min-width: 130px;
}

#asx-event th:nth-child(2),
#long-short-strategy th:nth-child(2),
#discretionary_portfolio th:nth-child(2),
#asx-blue-chip th:nth-child(2) {
  min-width: 250px;
}

#long-short-strategy td:nth-child(9).negative {
  color: var(--clr-red-400);
}
#long-short-strategy td:nth-child(9).positive {
  color: var(--clr-green-400);
}

#asx-short-interest td:not(td:nth-child(2)),
#asx-short-interest th:not(th:nth-child(2)) {
  text-align: center !important;
}

#upcoming-ipo-table td:not(td:nth-child(2)),
#upcoming-ipo-table th:not(th:nth-child(2)) {
  text-align: center !important;
}

#us-top-momentum-stocks td:not(td:nth-child(2)):not(td:nth-child(3)),
#us-top-momentum-stocks th:not(th:nth-child(2)):not(th:nth-child(3)) {
  text-align: center !important;
}

#us-growth {
  /*td:not(:nth-child(2)) {
    text-align: center !important;
  }*/
}
#us-growth th:nth-child(1) {
  min-width: 125px;
}
#us-growth th:nth-child(2) {
  min-width: 245px;
}
#us-growth th:nth-child(6) {
  min-width: 150px;
}

#asx-blue-chip th:nth-child(2) {
  min-width: 215px;
}
#asx-blue-chip th:nth-child(4) {
  min-width: 130px;
}

#asx-income th:nth-child(1) {
  min-width: 125px;
}
#asx-income th:nth-child(2) {
  min-width: 215px;
}
#asx-income th:nth-child(4) {
  min-width: 130px;
}
#asx-income th:nth-child(8) {
  min-width: 142px;
}
#asx-income th:nth-child(8) {
  max-width: 70px;
}
#asx-income th:nth-child(9) {
  max-width: 70px;
}
#asx-income th:nth-child(10) {
  max-width: 110px;
}

#asx-growth th:nth-child(2) {
  min-width: 215px;
}
#asx-growth th:nth-child(6) {
  min-width: 130px;
}

#asx-event td:nth-child(9).negative {
  color: var(--clr-red-400);
}
#asx-event td:nth-child(9).positive {
  color: var(--clr-green-400);
}

#discretionary_portfolio th:nth-child(12) {
  max-width: 75px;
}
#discretionary_portfolio th:nth-child(13) {
  min-width: 104px;
}
#discretionary_portfolio th:nth-child(2) {
  min-width: 150px;
}
#discretionary_portfolio td {
  padding: 1rem 1.1rem;
}
#discretionary_portfolio td.field--readmore {
  min-width: 80px;
}
#discretionary_portfolio td.field--readmore .updates-panel__read-more {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
#discretionary_portfolio td:nth-child(13).negative {
  color: var(--clr-red-400);
}
#discretionary_portfolio td:nth-child(13).positive {
  color: var(--clr-green-400);
}

:root {
  --column-width: 200px;
}

.grid-container {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  font-weight: 200;
}
@media (max-width: 800px) {
  .grid-container {
    position: relative;
    font-size: 13px;
    grid-template-columns: 200px repeat(3, var(--column-width));
  }
}
.grid-container--bg-gray {
  background-color: #e9eae9;
}

.grid-item {
  padding: 5px;
  text-align: center;
  padding: 20px 5px;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
}
.grid-item--fixed {
  position: sticky;
  top: 0;
}
.grid-item__header {
  background-color: #e0dac4;
  color: #000000;
  font-weight: 400;
  padding: 35px 5px;
  text-align: center;
}
.grid-item__header--inverted {
  background-color: #e9eae9;
  color: #e0dac4;
}
.grid-item--total {
  border: solid 1px #f2f2f2;
}
.grid-item__field--center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 48rem) {
  .rivkin-wealth .main-grid {
    padding-top: 0px;
  }
  .rivkin-wealth .main-grid .card-featured .card__body img {
    object-position: center right;
  }
}

@media screen and (max-width: 48rem) {
  .rivkin-wealth .section__header {
    padding-top: 20px;
  }
}

.calculator-container {
  font-weight: 200;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 48rem) {
  .calculator-container {
    flex-direction: column;
  }
}
.calculator-container > div {
  width: 70%;
  padding-bottom: 10px;
}
@media screen and (max-width: 48rem) {
  .calculator-container > div {
    width: 100%;
  }
}
.calculator-container .summary-table {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.calculator-container .summary-table h2 {
  font-weight: 500;
  color: rgb(75, 192, 192);
}
.calculator-container form {
  width: 25%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 48rem) {
  .calculator-container form {
    width: 100%;
    margin-bottom: 50px;
  }
}
.calculator-container form input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 5px;
  font-size: 16px;
  outline: none;
}
.calculator-container form .annual-contribution-currency {
  font-size: 12px;
  margin-top: 3px;
}
.calculator-container #summary {
  margin-bottom: 40px;
}
.calculator-container .grid-container {
  grid-template-columns: 33% 33% 33%;
}
.calculator-container .grid-item__header {
  padding: 15px 5px;
}
.calculator-container .grid-item {
  padding: 10px 5px;
}
.calculator-container .division296Results {
  margin-top: 20px;
  font-size: 14px;
}
.calculator-container .division296Results p {
  margin: 5px 0;
}
.calculator-container #division296Form {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  width: 400px;
}

/*# sourceMappingURL=style.css.map */
