@charset "UTF-8";
/**
 * Theme Name: rivkin-blog-ms-report-child-super
 * Template:   rivkin-blog-ms-report-child-super
 * Author: Tomás Bolognesi
 * Version: 1.0
 */
:root {
  --clr-accent: #439F90;
  --clr-primary-400: #801517 !important;
  --btn-primary-color: var(--clr-primary-400);
  --btn-primary-hover-color: lighten(var(--clr-primary), 10%);
  --btn-primary-active-color: darken(var(--clr-primary), 10%);
  --btn-primary-disabled-color: #CCCCCC;
  --btn-accent-color: var(--clr-accent);
  --btn-accent-hover-color: lighten(var(--clr-accent), 10%);
  --btn-accent-active-color: darken(var(--clr-accent), 10%);
  --btn-accent-disabled-color: #CCCCCC;
}

.btn-round {
  background: unset !important;
}

.btn.btn-primary {
  background-color: var(--btn-primary-color) !important;
  border: 1px solid var(--btn-primary-color) !important;
}
.btn.btn-primary:hover {
  background-color: var(--btn-primary-hover-color);
}
.btn.btn-primary:active {
  background-color: var(--btn-primary-active-color);
}
.btn.btn-primary:disabled {
  background-color: var(--btn-primary-disabled-color);
  cursor: not-allowed;
}
.btn.btn-primary-outline {
  border: 1px solid var(--btn-primary-color) !important;
  color: var(--btn-primary-color) !important;
}
.btn.btn-primary-outline:hover {
  background-color: var(--btn-primary-hover-color);
}
.btn.btn-primary-outline:active {
  background-color: var(--btn-primary-active-color);
}
.btn.btn-primary-outline:disabled {
  background-color: var(--btn-primary-disabled-color);
  cursor: not-allowed;
}
.btn.btn-accent {
  background-color: var(--btn-accent-color) !important;
  border: 1px solid var(--btn-accent-color) !important;
}
.btn.btn-accent:hover {
  background-color: var(--btn-accent-hover-color);
}
.btn.btn-accent:active {
  background-color: var(--btn-accent-active-color);
}
.btn.btn-accent:disabled {
  background-color: var(--btn-accent-disabled-color);
  cursor: not-allowed;
}
.btn.btn-accent-outline {
  border: 1px solid var(--btn-accent-color) !important;
  color: var(--btn-accent-color) !important;
}
.btn.btn-accent-outline:hover {
  background-color: var(--btn-accent-hover-color);
}
.btn.btn-accent-outline:active {
  background-color: var(--btn-accent-active-color);
}
.btn.btn-accent-outline:disabled {
  background-color: var(--btn-accent-disabled-color);
  cursor: not-allowed;
}

header {
  background: #fff;
}

.empty-header {
  display: none;
  height: 150px;
  width: 100%;
}

.main-page {
  width: 100%;
  height: auto;
  display: flex;
}
.main-page__image {
  background-image: url("assets/images/main-image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.main-page .left-side-50 {
  float: left;
}
.main-page .right-side-50 {
  background-color: black;
  width: 50%;
  float: left;
  color: white;
  font-size: 14px;
}

.main-left-side-text {
  margin: 40% 20% 30% 20%;
  color: white;
  max-width: 400px;
}
.main-left-side-text .welcome {
  font-size: 31pt;
  font-weight: 300;
  margin-bottom: 30px;
}
.main-left-side-text .welcome-second {
  font-size: 21pt;
  font-weight: 200;
}

.main-right-side-text {
  margin: 25% auto 7% 15%;
  max-width: 60%;
  font-weight: 200;
  font-size: 13pt;
  text-align: justify;
}

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

body {
  position: relative;
  font-family: Helvetica;
}

.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%;
}

.row-spacing-header {
  margin: 0% 10% 0 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-spacing-header .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 31pt;
  letter-spacing: 12px;
}

.row-spacing-bottom {
  margin: 0 10% 0% 10%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.row-spacing-bottom .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
}

.main-header-text {
  font-size: 46px;
  width: 50%;
  font-weight: 300;
}

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

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

.col-50 {
  display: inline-table;
  width: 50%;
}
.col-50 .logo-header {
  display: table;
  margin: 15px auto;
  max-width: 160px;
  color: white;
}

.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: #334740;
  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: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  position: fixed;
}
.header-scrolled .menu {
  opacity: 0;
}
.header-scrolled .col-80 #btn-bars {
  opacity: 1;
}
.header-scrolled .logo-header {
  max-width: 120px;
}

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

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

#btn-close {
  color: #e0dac4;
  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: 20vh;
  margin-left: 12vh;
}
.menu-mobile__item {
  margin-bottom: 30px;
}
.menu-mobile__item__link {
  text-decoration: none;
  color: #000;
  /*font-size: 21px;*/
  font-size: 21pt;
  padding: 5px;
  font-weight: 500;
  line-height: normal;
}
.menu-mobile__item__last {
  margin-top: 50px;
}
.menu-mobile__subItem {
  margin-bottom: 5px;
  font-weight: 300;
}
.menu-mobile__subItem__subItemlink {
  text-decoration: none;
  color: #000;
  /*font-size: 21px;*/
  font-size: 14pt;
  padding: 5px;
  font-weight: 200;
  line-height: normal;
}
.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-left: 5px;
  }
  header {
    padding: 5px 0;
  }
}
@media (max-width: 1500px) {
  body:before {
    left: 20% !important;
  }
}
.section-title-mobile {
  display: block;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #acae9c;
  /* text-transform: uppercase; */
  /*font-size: 19px;*/
  font-size: 1.2em;
  padding: 5px;
}

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

@media (max-width: 800px) {
  #btn-bars {
    opacity: 1 !important;
  }
  .menu {
    opacity: 0 !important;
    display: none;
  }
  .menu-mobile-container {
    width: 80%;
  }
  .col-20 {
    width: 40% !important;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .col-20 .logo-header {
    max-width: 100px !important;
    margin-left: 5px !important;
  }
  .col-50 {
    width: 100% !important;
    max-height: 130vh !important;
    min-height: 100vh !important;
  }
  header {
    padding: 5px 0;
  }
  .main-page {
    display: inline-grid !important;
  }
  .main-page__image {
    background-image: url("assets/images/main-image-responsive.png");
  }
  .main-left-side-text {
    margin: 60% 10% 20% 10% !important;
  }
  .main-left-side-text .welcome {
    font-size: 32px !important;
    max-width: 400px !important;
    font-weight: 200 !important;
  }
  .main-left-side-text .welcome-second {
    font-size: 18px !important;
    max-width: 200px !important;
    font-weight: 200 !important;
  }
  .main-right-side-text {
    font-size: 16px !important;
    max-width: 100% !important;
    margin: 10% 10% 20% 10% !important;
  }
  .button-about {
    padding: 0.5em 4em !important;
    margin-top: 0px !important;
  }
  .menu-mobile {
    margin-top: 15vh !important;
    margin-left: 6vh !important;
  }
  .menu-mobile__item {
    margin-bottom: 15px !important;
  }
  .menu-mobile__item__link {
    font-size: 14pt !important;
    font-weight: 500 !important;
    padding-left: 0px;
  }
  .menu-mobile__subItem {
    margin-bottom: 5px;
    font-size: 14pt !important;
    font-weight: 200 !important;
  }
  .row-spacing-bottom {
    display: inherit !important;
    margin: 0 10% 7% 10% !important;
  }
  .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: 16px !important;
    font-weight: 300 !important;
  }
  .footer-bottom {
    border-top-style: none !important;
    padding: 0px !important;
  }
  .footerC {
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
  }
  .spacer {
    display: none !important;
  }
  .disclaimer {
    width: 80% !important;
    text-align: justify !important;
  }
  .row-spacing-header .logo-header {
    font-size: 21pt !important;
    letter-spacing: 10px !important;
    font-family: "Helvetica Neue", sans-serif;
  }
  .row-spacing-header {
    margin: 0% 2% 0 10% !important;
  }
}
.typeform-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  background-color: #801517;
  color: #ffffff;
  text-decoration: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  box-sizing: border-box;
  font-family: inherit;
}
.typeform-banner:hover {
  background-color: #6a1214;
  color: #ffffff;
  text-decoration: none;
}
.typeform-banner__text {
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 0.15em;
}
.typeform-banner__btn {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #801517;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 2px;
  white-space: nowrap;
  line-height: 1;
}

@media screen and (max-width: 47.999rem) {
  .typeform-banner {
    margin-top: calc(var(--mobile-nav-height, 64px) + 12px);
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    flex-wrap: nowrap;
  }
  .typeform-banner__text {
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .typeform-banner__btn {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    white-space: nowrap;
  }
}
.nav-top .nav-top__list .nav-top__item .nav-top__link.active {
  color: #801517 !important;
}

.nav-mobile__item:first-of-type {
  margin-top: 0px !important;
}

.nav-top .nav-top__list .nav-top__item .nav-top__link:hover {
  color: #000 !important;
}

.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;
}

@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;
  letter-spacing: 0.5px;
}

button {
  cursor: pointer;
}

@media (max-width: 800px) {
  body:before {
    display: none;
  }
}
.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;
}

.mt-50 {
  margin-top: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

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

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.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;
  }
}
.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: #801517;
  border-bottom: 1px solid #801517;
  font-size: 14px !important;
}

.new-login-form .btn.btn-primary.btn-block {
  font-size: 19px;
  color: #801517;
  background: transparent !important;
  border: 1px solid #801517 !important;
  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: #801517 !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;
  }*/
  .manage-page .block:before {
    display: none !important;
  }
  .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;
  }
  .block.bg-green:before {
    display: none !important;
  }
  /**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: block;
}

#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;
}

.home-page {
  /*margin-top: 60px;*/
}
.home-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: justify;
}
.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;
}
.block.bg-white.section-our-team .section-title {
  padding-top: 7vh;
}

.block .col-20 {
  padding: 15px;
}
.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;
}

@media (max-width: 800px) {
  .home-page {
    /*margin-top: 60px;*/
  }
  .home-page .col-content h1,
  .home-page .col-content h2 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .home-page .col-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .home-page .col-content p.highlight {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .col-80 {
    width: 70%;
  }
  .col-20 {
    width: 30%;
  }
  .section-our-team .col-content {
    padding: 20px !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) {
  .home-page .block.bg-green:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e0dac4;
    position: absolute;
    left: 32%;
    top: 0;
  }
  .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;
}

.header-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-header {
  padding-top: 10%;
  padding-bottom: 5%;
}
.home-header__text {
  color: #000;
  font-size: 33.4pt;
  font-weight: 200;
}
@media (max-width: 800px) {
  .home-header__text {
    font-size: 32px !important;
    max-width: 400px !important;
    font-weight: 200 !important;
  }
}
@media (max-width: 800px) {
  .home-header {
    padding-top: 25%;
  }
}

.home-desc {
  margin: 5% 0%;
}
.home-desc__first-para {
  font-size: 14pt;
  font-weight: 300;
  text-align: justify;
}
@media (max-width: 800px) {
  .home-desc__first-para {
    font-size: 16px !important;
  }
}
.home-desc__second-para {
  display: flex;
  align-items: baseline;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: justify;
}
@media (max-width: 800px) {
  .home-desc__second-para {
    display: block;
  }
}
.home-desc__col-20 {
  font-weight: 500;
  font-size: 21pt;
  max-width: 85px;
  margin-right: 5rem;
  letter-spacing: 0.5px;
  color: #576c62;
}
@media (max-width: 800px) {
  .home-desc__col-20 {
    font-size: 16px !important;
    max-width: 100%;
    font-weight: 400;
    margin-bottom: 2rem;
  }
}
.home-desc__col-20-red {
  color: #801517;
}
.home-desc__col-20--blue {
  color: #1c4080;
}
.home-desc__col-80 {
  font-weight: 200;
  font-size: 14pt;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (max-width: 800px) {
  .home-desc__col-80 {
    font-size: 16px !important;
  }
}
.home-desc__learn-more {
  margin-top: 22px;
  text-decoration: underline;
  font-size: 14pt;
  /* visited link */
}
.home-desc__learn-more a:visited,
.home-desc__learn-more a:hover,
.home-desc__learn-more a:link,
.home-desc__learn-more a:active {
  color: #000000;
}
@media (max-width: 800px) {
  .home-desc__learn-more {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .home-desc {
    display: block;
  }
}

.home-third-section {
  background-color: lightgray;
}
.home-third-section__desc {
  font-weight: 200;
  font-size: 16pt;
  word-spacing: 1px;
  padding: 5% 0%;
  text-align: justify;
}
.home-third-section__desc__link {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .home-third-section__desc {
    font-size: 16px !important;
  }
}

.home-history {
  display: flex;
}
@media (max-width: 800px) {
  .home-history {
    display: block;
  }
}
.home-history-text {
  display: block !important;
  width: 55%;
  margin-right: 15%;
}
@media (max-width: 800px) {
  .home-history-text {
    font-size: 16px !important;
    width: initial !important;
    font-weight: 400;
    margin: 0 10% 7% 10% !important;
  }
}
.home-history-text__title {
  margin: 5rem 0% 2rem 0%;
  font-size: 30pt;
  font-weight: 400;
}
@media (max-width: 800px) {
  .home-history-text__title {
    font-size: 11pt !important;
    max-width: 100%;
    font-weight: 400;
    margin-bottom: 2rem;
  }
}
.home-history-text__text {
  font-size: 12pt;
  font-weight: 200;
  text-align: justify;
}
@media (max-width: 800px) {
  .home-history-text__text {
    font-size: 16px !important;
  }
}
.home-history-text__quote {
  font-size: 16pt;
  font-weight: 300;
}
.home-history-text__rule {
  font-size: 16pt;
  font-weight: 500;
}
.home-history-pic img {
  max-height: 37rem;
}
@media (max-width: 800px) {
  .home-history-pic img {
    max-height: initial;
    width: 100%;
  }
}

.home-text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
.home-text-container .text-box {
  width: 50%;
  padding: 0 25px;
}
@media (max-width: 800px) {
  .home-text-container .text-box {
    width: 100%;
  }
}
.home-text-container--title-fixed-padding .text-box {
  text-align: left;
}
@media (max-width: 800px) {
  .home-text-container--title-fixed-padding .text-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-text-container--title-fixed-padding .text-box:first-child {
  padding-left: 0;
}
.home-text-container--title-fixed-padding .text-box:nth-child(2) {
  padding-right: 0;
}

.home-percentage-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.home-percentage-container .percentage-box {
  width: 27%;
}
@media (max-width: 800px) {
  .home-percentage-container .percentage-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-percentage-container--numbers {
  text-align: left;
}
.home-percentage-container--numbers .percentage-box {
  background-color: #dad9d9;
  padding: 5% 1%;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.home-percentage-container--numbers .percentage-box span {
  position: absolute;
  top: -35px;
  left: 38%;
  background-color: #801517;
  color: #fff;
  padding: 10px 24px;
  border-radius: 100%;
  font-size: 21pt;
  font-family: "Seasons";
}
.home-percentage-container--numbers .percentage-box__number {
  color: #801517;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 21pt;
  font-family: "Helvetica Neue", sans-serif;
  padding: 0px 15px;
}
.home-percentage-container--numbers .percentage-box__description {
  font-weight: 200;
  font-size: 14pt;
  padding: 0px 15px;
}
.home-percentage-container--numbers .percentage-box__learn-more {
  padding: 0px 15px;
  font-size: 14pt;
  color: #000000;
}

.simple-text {
  padding: 0px 22%;
  font-size: 14pt;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 800px) {
  .simple-text {
    padding: 0;
  }
}

.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;
  }
  .just-mobile {
    padding-top: 22vh;
    display: table;
    padding-left: 18px;
    font-size: 12px;
  }
}
.contact-desc {
  margin-top: 5%;
}
.contact-desc .col-50 {
  width: 50%;
}
.contact-desc__container {
  display: flex;
  flex-wrap: wrap;
}
.contact-desc__group {
  margin: 0 0 1rem 0.5rem;
  width: 45%;
}
.contact-desc__title {
  font-size: 15pt;
  font-weight: 400;
}
.contact-desc__detail {
  font-size: 13pt;
  font-weight: 300;
}

.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: var(--clr-primary-400);
  border-color: var(--clr-primary-400);
  border-width: 1px;
  padding: 0.7em 6em;
  color: #fff;
  border-style: groove;
  letter-spacing: 0.5px;
}
.contact-form__submit:hover {
  cursor: pointer;
}

.about-team {
  margin: 5% 0%;
}
.about-team__title-para {
  font-size: 21pt;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.about-team__first-para {
  font-size: 14pt;
  font-weight: 200;
}

.team-pics-section {
  display: flex;
  flex-wrap: wrap;
}
.team-pics-section__body {
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .team-pics-section__body img {
    width: 100%;
  }
}
.team-pics-section__pic-area {
  margin-bottom: 4rem;
  width: 33%;
}
@media (max-width: 800px) {
  .team-pics-section__pic-area {
    width: 100%;
  }
}
.team-pics-section__name {
  font-size: 21pt;
  font-weight: 400;
}
.team-pics-section__designation {
  font-size: 16pt;
  font-weight: 400;
}

.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;
  }
  .just-mobile {
    padding-top: 22vh;
    display: table;
    padding-left: 18px;
    font-size: 12px;
  }
}
.contact-desc {
  margin-top: 5%;
}
.contact-desc .col-50 {
  width: 50%;
}
.contact-desc__container {
  display: flex;
  flex-wrap: wrap;
}
.contact-desc__group {
  margin: 0 0 1rem 0.5rem;
  width: 45%;
}
.contact-desc__title {
  font-size: 15pt;
  font-weight: 400;
}
.contact-desc__detail {
  font-size: 13pt;
  font-weight: 300;
}

.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: var(--clr-primary-400);
  border-color: var(--clr-primary-400);
  border-width: 1px;
  padding: 0.7em 6em;
  color: #fff;
  border-style: groove;
  letter-spacing: 0.5px;
}
.contact-form__submit:hover {
  cursor: pointer;
}

.begin-your-smsf .text-box-container {
  display: flex;
}
@media (max-width: 800px) {
  .begin-your-smsf .text-box-container {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .begin-your-smsf .text-box-container .text-box {
    width: 100%;
  }
}
.begin-your-smsf .text-box-container .text-box {
  width: 50%;
  text-align: left;
}
.begin-your-smsf .text-box-container .text-box:first-child {
  margin-right: 50px;
}
.begin-your-smsf .text-box-container .text-box__description h3 {
  margin-bottom: 20px;
  font-weight: 500;
}
.begin-your-smsf--table {
  flex-flow: column;
}
@media (max-width: 800px) {
  .begin-your-smsf--table {
    max-width: 300px;
    overflow: auto;
  }
}
.begin-your-smsf--table .text-box__title {
  color: #000000;
}
.begin-your-smsf--table .text-box__table {
  width: 100%;
}
@media (max-width: 800px) {
  .begin-your-smsf--table .text-box__table {
    width: auto;
  }
}

.page-smsf {
  font-family: "Helvetica Neue", sans-serif !important;
}

.text-box__title {
  color: #801517;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 21pt;
  position: relative;
  /* visited link */
}
.text-box__title a:visited,
.text-box__title a:hover,
.text-box__title a:link,
.text-box__title a:active {
  color: inherit;
}
.text-box__title a {
  text-decoration: underline;
}
.text-box__title--float-left {
  padding-right: 45px;
  text-align: right;
}
@media (max-width: 800px) {
  .text-box__title--float-left {
    text-align: left;
    padding-right: inherit;
  }
}
.text-box__title .left-icon img {
  position: absolute;
  width: 40px;
  left: -40px;
  top: -2px;
}
.text-box__title .right-icon img {
  position: absolute;
  width: 40px;
  margin-left: 10px;
}
.text-box__description {
  font-weight: 200;
  margin-bottom: 40px;
  font-size: 14pt;
}
.text-box__description h3 {
  position: relative;
  padding-left: 20px;
}
.text-box__description .left-icon img {
  position: absolute;
  width: 40px;
  left: -16px;
  top: -6px;
}
.text-box__description .more-info {
  margin-top: 10px;
  display: block;
  position: relative;
  padding: 10px 0px 10px 45px;
  color: #000000;
}
.text-box__description .more-info a:visited,
.text-box__description .more-info a:hover,
.text-box__description .more-info a:link,
.text-box__description .more-info a:active {
  color: #000000;
}
.text-box__description .more-info a.underline {
  text-decoration: underline;
}
.text-box__description .more-info img {
  position: absolute;
  width: 70px;
  top: -15px;
}
.text-box--center {
  text-align: center;
}

.percentage-box {
  background-color: #DAD9D9;
  padding: 5% 4%;
  color: #000;
}
.percentage-box__number {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 34.1pt;
  font-family: "Seasons";
}
.percentage-box__description {
  font-weight: 200;
  font-size: 14pt;
  padding: 0px 15px;
}
.percentage-box--center {
  text-align: center;
}
.percentage-box--bg-red {
  background-color: #801517;
  color: #fff;
}

: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;
    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: #801517;
  color: #ffffff;
  padding: 35px 5px;
  text-align: center;
}
.grid-item__header--inverted {
  background-color: #e9eae9;
  color: #801517;
}
.grid-item--total {
  border: solid 1px #f2f2f2;
}
.grid-item__field--center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  padding: 0.5rem 3rem;
}

.nav-pills__container {
  display: flex;
  min-height: 500px;
  width: 100%;
  font-family: var(--ff-support);
  flex-direction: column;
}
@media screen and (min-width: 48rem) {
  .nav-pills__container {
    flex-direction: row;
  }
}
.nav-pills__container .nav-pills__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48rem) {
  .nav-pills__container .nav-pills__menu {
    width: 200px;
    margin-bottom: unset;
  }
}
.nav-pills__container .nav-pills__menu .nav-pills__item {
  margin-bottom: 3px;
  width: 100%;
  border: 1px solid #eee;
  padding-left: 1rem;
}
@media screen and (min-width: 48rem) {
  .nav-pills__container .nav-pills__menu .nav-pills__item {
    border: unset;
    padding-left: unset;
  }
}
.nav-pills__container .nav-pills__menu .nav-pills__link {
  display: block;
  width: 100%;
  padding: 10px;
  padding-left: 0;
  text-align: left;
  border: none;
  cursor: pointer;
  color: var(--clr-grey-900);
}
.nav-pills__container .nav-pills__menu .nav-pills__link:hover {
  color: var(--clr-primary);
}
.nav-pills__container .nav-pills__menu .nav-pills__link--active {
  color: var(--clr-primary);
}
.nav-pills__container .nav-pills__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .nav-pills__container .nav-pills__content {
    width: calc(100% - 200px);
  }
}
.nav-pills__container .nav-pills__content .nav-pills__panel {
  display: none;
  padding: 20px;
}
.nav-pills__container .nav-pills__content .nav-pills__panel--active {
  padding-top: 0 !important;
  display: block;
}

.nav-pills__panel {
  width: 100%;
}
.nav-pills__panel__title {
  font-family: "Helvetica Neue", sans-serif !important;
  font-weight: 500 !important;
  color: var(--clr-grey-700);
  font-size: 20px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .nav-pills__panel__title {
    font-size: 25px;
  }
}
.nav-pills__separator {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.nav-pills__item--help {
  margin-top: 1rem !important;
  border-top: 1px solid #eee !important;
  padding-top: 1rem !important;
  padding-right: 1.5rem;
}
.nav-pills__item--help svg {
  width: 38px;
  fill: var(--clr-primary);
  stroke: var(--clr-primary);
}
.nav-pills__item--help .help__heading {
  font-weight: 400 !important;
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 16px;
  color: var(--clr-grey-700);
  margin-top: 0.5rem;
}
.nav-pills__item--help .help__text {
  font-family: var(--ff-support);
  font-size: 14px;
  color: var(--clr-grey-700);
  margin-top: 0.5rem;
  text-align: left;
}

.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;
}

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