@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css?Roboto:300,300i,400,400i,500,500i,700,700i,900');*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:28px;
	color:#282828;
}
a {
    text-decoration: none;
    color: #1e73be;
}
    a:hover {
        color: #1e73be;
    }
h1{}
h2{ font-size:3.125rem; line-height:3.75rem; font-weight:500; color:#282828; }
h3{ font-size:2.5rem; line-height:3.125rem; }
h4{ font-size:1.875rem; line-height:2.5rem;}
h5{font-size:1.5rem; line-height:2.125rem;}
h6{ font-size:20px; }
h2 span{font-weight:200;}
.btn {
    background-color: #1e73be;
    color: white;
    padding: 10px 2rem;
    text-decoration: none;
    font-size: 18px;
    transition: .3s;
    border-radius: 3px;
}
.btn:hover{background-color:black; color:white !important;}
.btn_spacing {margin-left:10px;}
.btn2{background-color:gray; color:white; padding:10px 2rem; text-decoration:none; margin-left:10px; font-size:18px; transition:.3s; border:0; border-radius: 3px;}
.btn2:hover{background-color:black; color:white !important;}
.center_box{box-shadow:0 0 10px silver; padding:4rem; width:60%;}
.center_box p{padding:20px 0;}
.login_form input[type="text"], .login_form input[type="password"]{display:block; padding:5px 10px; margin:0 0 20px 0; width:80%;}
.section1 .left_links a{display:block; padding:10px 0; color:gray;}
.section1 .left_links a:hover{text-decoration:underline;}
.section1 .left_links {
    background-color: #F7F7F7;
    padding: 20px;
    border-top: 3px solid #1e73be
}
.section1 .left_links p.head, .section1 .right_box p.head{text-transform:uppercase; color:black; font-weight:600; padding-top:20px;}
.section1 .left_links img{padding:10px 0 0 0;}
.section1{padding:5rem 0;}
.section1 .right_box{background-color:#F7F7F7; padding:20px;}
.section1 .right_box p{margin-bottom:5px;}
.section1 .right_box.inner{margin-top:30px;}
.section1 .right_box.inner .banner{display:flex; align-items:center; justify-content:space-between;width:100%;}
.section1 .right_box.inner .banner .btn {margin-left:10px;}
.section1 .right_box.inner img{width:75%;}
.section1 .right_box.inner .profile{max-width:50%;max-height:500px;width:unset;}
footer{padding:5rem 0; background-color:#F2F2F2;}
.ftr_section a{color:#505050; font-size:16px; margin:0 4px;}
.ftr_section a:hover{color:silver}
.ftr_section p{color:#505050; padding-top:10px;}
section.breadcrumb_section {
    padding: 3rem 0;
    background-color: #1e73be;
    color: white;
} .register_section{padding:5rem 0;}
.register_section .phone_email{display:flex; align-items:center; justify-content:space-around;}
.register_section .phone_email a{color:black;}
.register_form{padding-top:30px;}
.register_form h6{font-weight:600; padding-bottom:10px;}
.register_form p{padding-bottom:10px;}
.register_form input[type="text"], .register_form select, .register_form input[type="password"], .register_form input[type="file"], .register_form input[type="email"], .register_form textarea{width:100%; padding:6px 10px; border:1px solid silver;}
.login_page{display:flex; align-items:center; justify-content:center; height:100vh;}
.section1 .both_buttons{display:flex; align-items:center;}
.change_pasasword input[type="password"]{width:100%; padding:6px 10px; border:1px solid silver;}
.section2{padding:5rem 0;}
.section2 table td, .section2 table th{border: 1px solid #dddddd; text-align: left; padding: 10px 15px;}
    .section2 table th {
        background-color: #1e73be;
        color: white;
    }
.section2 table{width:100%;}
.archives_tags a{display:inline-block; background-color:#eeeeee; border-radius:50px; padding:6px 1.4rem; margin:15px 5px 0px 0px; color:black;}
.archives_flex{display:flex; align-items:center; justify-content:space-between; box-shadow:0 0 5px silver; padding:2rem; border-radius:10px;}
.archives{justify-content:space-between; box-shadow:0 0 5px silver; padding:2rem; border-radius:10px;}
.archives_left {font-size:.8em;line-height: 1.5em}
.archives_left h5{padding-bottom:5px; font-weight:600;}
.archives_left p a {color:black;text-decoration:underline;}
.resend_newsletter_form p{padding-bottom:10px;}
.resend_newsletter_form input[type="email"]{display:block; width:70%; padding:6px 10px; border:1px solid silver;}
.resend_newsletter_form input[type="submit"]{margin-top:20px;}
.library_blocks{background-color:black;  background-position:center; background-repeat:no-repeat; background-size:cover; display:flex; align-items:center; justify-content:center; padding:20px; height:300px; color:white; border-radius:10px; text-align:center;}
.library_blocks h5{text-shadow: 0px 0px 20px black;}
.library_blocks.bg1{background-color:#d7d7d7;}
.library_blocks.bg2{background-image:url('../images/retirement.jpg');}
.library_blocks.bg3{background-image:url('../images/markets.jpg');}
.library_blocks.bg4{background-image:url('../images/esg.jpg');}
.library_blocks.bg5{background-image:url('../images/personal_finance.jpg');}
.library_blocks.bg6{background-image:url('../images/insurance.jpg');}
.library_blocks.bg7{background-image:url('../images/tax_planning.jpg');}
.library_blocks.bg8{background-image:url('../images/women_money.jpg');}
.library_blocks.bg9{background-image:url('../images/social_security.jpg');}
.library_blocks.bg10{background-image:url('../images/estate_planning.jpg');}
.library_blocks.bg11{background-image:url('../images/hnw_henrys.jpg');}
.library_blocks.bg12{background-image:url('../images/family_money.jpg');}
.template_page .library_blocks{height:230px;}
.library_articles{align-items:center;}
.library_articles a { color: #1e73be;}
.library_articles a:hover{color:black}
.single_article_img{float:left; padding:20px 30px 20px 0;}
.single_article_para p{padding-bottom:20px;}
.single_article_para ul li{list-style-type: square; margin-bottom:10px;}
.single_article_para ul{padding-left:20px;}
.ext_content_box{box-shadow:0 0 5px silver; border-radius:10px;}
.ext_content_box h6{color:gray; padding:10px 20px 0 20px;}
.ext_content_box p{padding:10px 20px 20px 20px}
.ext_content_box img{border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius:100px;}
.template_head p{color: gray; padding: 5px 0 40px 0;}
.template_head h3{font-weight:600;}
.pull_right {float:right;}
.card {margin:1rem 0;}




@media(max-width:992px){
	html{
		font-size:75%;
	}
	p{
		font-size:16px;
		line-height:25px;
	}
	.archives_flex{
		flex-direction:column;
		align-items:flex-start;
	}
	.library_blocks{
		height:250px;
	}
	.space_btm{margin-bottom:30px;}
	.library_articles{align-items:flex-start;}
}

@media(max-width:767px){
	.login_form input[type="text"], .login_form input[type="password"] {
		width: 100%;
	}
	.center_box {
		width: 90%;
	}
	.section1 .right_box.inner .banner{display:flex; flex-direction:column; align-items:flex-start;width:100%;}
	.section1 .right_box.inner img{padding-bottom:20px;}
	.resend_newsletter_form input[type="email"]{width:100%;}
}





/* Navigation bar CSS */


:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-darken: hsl(0, 0%, 20%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}


.header {
  /* position: fixed; */
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.75rem 0;
  z-index: 100;
  background: white;
  -webkit-box-shadow: var(--shadow-medium);
          box-shadow: var(--shadow-medium);
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}
.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: black;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
    .header .menu > ul > li .menu-subs {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 1.75rem;
        padding: 1rem 2rem;
        z-index: 109;
        opacity: 0;
        visibility: hidden;
        border-radius: 0.25rem;
        border-top: 3px solid #1e73be;
        background: var(--color-white);
        -webkit-box-shadow: var(--shadow-medium);
        box-shadow: var(--shadow-medium);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: black;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: #4102a6;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #4102a6;
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #4e8cb5;
}
.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}

@media screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0;
  }

  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    margin-top: -0.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
    .header .menu-mobile-toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: #4e8cb5;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
  .header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-toggle span:nth-child(2), .header .menu-mobile-toggle span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    background: var(--color-white);
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color:black;
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-white);
  }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: white;
        border: 0;
        background-color: #1e73be;
    }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
    text-transform: capitalize;
  }
    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: white;
        background-color: #1e73be;
        border: 0;
    }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 993px) {
    .menu-options a {
        display: inline-block;
        background-color: #eeeeee;
        border-radius: 50px;
        padding: 6px 1.4rem;
        margin: 0px 0px 0px 0px;
        color: black;
    }
}