<style>
@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');
</style>
@font-face { font-family: 'Aldrich'; src: url('https://info.rlwealthpartners.com/hubfs/Aldrich-Regular.ttf') format('truetype');}


/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-wide {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

/***** POST PAGE *************/

.post-page-full .blog-header-full {
 background-color: rgba(242, 245, 248, 1.0);
 margin-bottom: 50px;
 padding-top: 50px;
 padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .post-page-full .blog-header-full {
   padding-top: 50px;
   padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .post-page-full .blog-header-full {
   padding-top: 50px;
   padding-bottom: 50px;
  }
}


.blog-header__inner {
  margin: 0 auto;
  padding: 5.5rem 0 2.5rem;
}


.blog-header__title {
  text-align: left;
  margin-top: 1.1rem !important;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-header-standard {
  position: relative;
}

.blog-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-header-standard .container,
.blog-header-standard .container-slim {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
  }
}

.blog-related-posts__list,
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.blog-related-posts__list:after,
.blog-index:after {
  content: "";
  flex: auto;
}

.blog-related-posts__list {
  padding-bottom: 3rem;
}

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
}

.blog-related-posts__post,
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.blog-related-posts__post:hover,
.blog-index__post:hover {
  transform: scale(1.02);
}

.hhs-blog-card-inner {
  padding: 0px;
  height: 100%;
  position: relative;
}

.hhs-blog-card-inner .blog-index__post-content {
  padding: 20px;
}


.blog-index__post--small h2 a:hover {
  text-decoration: none;
}


/** FIX FOR RELATED POSTS **/

.blog-recent-posts__list p a.blog-recent-posts__post {
  background-color: transparent;
  -webkit-box-shadow: none;
   box-shadow: none;
  flex: none !important;
}

/** END **/


.blog-header__author-avatar {
  height: 120px;
  width: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #002D51;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-header__subtitle,
.blog-header__title {
 color: #ffffff
}




@media screen and (min-width: 768px) {
  .blog-related-posts__post,
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-related-posts__post,
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}

@media (max-width: 575px) {
  .blog-header__title,
  .blog-header__subtitle {
    text-align: center;
  }
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}

.blog-index__post-author {
  margin: 10px 0;
}

.blog-index__post--small .blog-index__post-image {
  margin-bottom: 15px;
}

.blog-index__post-author-image {
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
}

.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-timestamp {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.blog-index__post-content--small h2 {
  font-size: 28px;
}
.blog-index__post-content p {
  font-family: Poppins;
}
.blog-index__post-content a {
  color: #a71e2c;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family:  Poppins;
  margin: 0 auto 3.3rem;
  width: 100%;
  clear: both;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid  #002D51;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #444444;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: rgba(68, 68, 68, 0.5);
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #002D51;
  background-color: #002D51;
  color: #ffffff;
}

.blog-header__author-avatar {
  height: 150px;
  width: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #002D51;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hs-blog-social-share .hs-blog-social-share-list {
  margin-bottom: 3px;
}

.blog-post {
  margin: 0 auto;
  padding: 0 0 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta{
  margin: 1rem 0;
}
.blog-post__meta p {
  font-size: 0.9em;
}

.blog-post__meta a {
  text-decoration: none;
}

.hhs-tag-list ul {
 padding-left: 0px;
  display: table;
}

.hhs-tag-list li {
 list-style-type: none;
  display: block;
  float: left;
}

.blog-index__post-tag,
.blog-index__post-tag:hover,
.hhs-tag-list li a,
.hhs-tag-list li a:hover {
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(0, 45, 81, 1.0);
  text-decoration: none;
}

.blog-index__post-tag,
.hhs-tag-list li a,
.blog-post__tag-link {
  font-size: .6rem;
  text-transform: uppercase;
  padding: 7px 10px 5px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  font-weight: bold;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin: 0 5px 5px 0; 
  display: inline-block;
  line-height: 1;
}

.hhs-tag-list li a span {
  color: rgba(255, 255, 255, 1.0);
  font-size: .6rem;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-post__tag-link:hover,
.hhs-tag-list li a:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.hhs-tag-list .filter-expand-link {
  clear: both;
  display: block;
  margin-top: 15px;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h4 {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.blog-recent-posts__list {
  display: flex;
}

.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.blog-recent-posts__post:hover {
  transform: scale(1.02);
}

.blog-recent-posts__post h3 {
  padding: 1rem 1rem 0.5rem;
}
.blog-recent-posts__post p {
  padding: 0 1rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (max-width: 768px) {
  .blog-recent-posts__list {
    display: block; 
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3.2);
    margin: 10px;
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
  font-size: 1.25rem;
}

.blog-comments {
  margin: 0 auto;
  padding-bottom: 50px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0 {
  border-top: 0px !important;
}

.blog-comments .hs-form-booleancheckbox label {
  line-height: 1.6em !important;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.blog-comments .comment-reply-to:hover {
  transform: scale(1);
}

.blog-comments .replying-to {
 margin-bottom: 25px; 
  display: block;
}


 .hs-blog-social-share {
   padding: 10px 0 0 0;
   border-top: 1px solid rgba(0,0,0,0.2);
   border-bottom: 1px solid rgba(0,0,0,0.2);
   height: auto;
   width: 100%;
   height: auto !important;
 }


/*** FILTER OPTION ***/
.filter__header {
	padding: 16px;
	padding: 1rem;
	margin-bottom: 16px;
}

select.post__category-selector {
 height: auto !important;
  padding-right: 25px;
}

@media screen and (min-width: 768px) {
	.filter__header {
		padding: 1rem 0 0 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.filter__header .column--8 {
		-webkit-box-flex: 2;
		-ms-flex: 2 300px;
		flex: 2 300px;
	}
	.filter__header .column--4 {
		/*-webkit-box-flex: .5;
		-ms-flex: .5 300px;
		flex: .5 300px;*/
		margin-right: 20px;
	}
}


/*** END ***/


/***** POST SIDEBAR *************/

.sidebar-con {
 margin-bottom: 50px; 
}

/*** END ***/

 @media (max-width: 768px) {
   .blog-post__tags {
    margin-bottom: 25px;
  }
 }

/************************** THEME SETTINGS **************************/
/********************************************************************/

.blog-content-body {
  background-color: rgba(242, 245, 248, 1.0);
}

 /*** SET POST GRID CARD STYLE ***/

.blog-recent-posts__post,
.hhs-blog-card-inner {
 background-color: rgba(255, 255, 255, 1.0);
 
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  
}

.post-header .blog-header__inner {
  padding-bottom: 2.5rem !important;
}

.blog-index__post--small h2,
.blog-index__post--small h2 a,
.blog-recent-posts__title,
.blog-index__tag-heading {
  color: rgba(34, 34, 34, 1.0);
}

.blog-index__post--small h2 a:hover {
  color: rgba(0, 45, 81, 1.0);
}

.blog-recent-posts__post p,
.blog-index__post--small p,
.blog-index__tag-subtitle {
  color: rgba(68, 68, 68, 1.0);
}


.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: ;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #a71e2c;
}

.blog-pagination__link {
  color: #444444;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #a71e2c;
}

a.blog-index__post-author-name {
  line-height: 30px;
  font-size: 14px;
  color: rgba(68, 68, 68, 1.0);
}

a.blog-index__post-button {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: rgba(0, 45, 81, 1.0);
}


/*** POST PAGE STYLE ***/

.post-page-full {
  background-color: rgba(242, 245, 248, 1.0);
}

.container-slim.content-area-width {
  max-width: 990px !important;
}

/*** POST TYPOGRAPHY ****/

h1.blog-post__title {
  font-family: Poppins;
  color: #222222;
  font-size: 55px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post h2 {
  font-family: Aldrich;
  color: #222222;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post h3 {
  font-family: Aldrich;
  color: #222222;
  font-size: 37px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post h4,
#comments-listing .comment-from h4 {
  font-family: Aldrich;
  color: #222222;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post h5 {
  font-family: Aldrich;
  color: #222222;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  text-decoration: ;
  text-transform: uppercase;
}


.blog-post h6 {
  font-family: Aldrich;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: ;
  text-decoration: none;
  text-transform: uppercase;
}

#comments-listing .comment-body p,
.blog-post p,
.blog-post span {
  font-family: Poppins;
  color: #444444;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.5em;
}

.blog-post li {
  font-family: Poppins;
  color: #444444;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}


@media (max-width: 575px) {
  h1.blog-post__title {
    font-size: 35px;
  }
  .blog-post h2 {
    font-size: 32px;
  }
  .blog-post h3 {
    font-size: 28px;
  }
  .blog-post h4 {
    font-size: 24px;
  }
  .blog-post h5 {
    font-size: 18px;
  }
  .blog-post h6 {
    font-size: 16px;
  }
  .blog-post p {
    font-size: 18px;
  }
  .blog-post li {
    font-size: 18px;
  }
}

.blog-post__author {
  background-color: #002D51;
}




  .meta-author {display: none;}



  .blog-post__timestamp {display: none;}


.meta-author,
.meta-author a {
  color: rgba(68, 68, 68, 1.0);
}

h6.reading-minutes {
  color: rgba(68, 68, 68, 1.0);
}

.blog-post__tag-link,
.blog-post__tag-link:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 45, 81, 1.0);
}


#comments-listing .comment-date {
  color: rgba(68, 68, 68, 0.6) !important;
}

.blog-comments .hs-form .hs-field-desc,
.blog-comments .hs-form .legal-consent-container p {
  color: #444444;
}


#comments-listing .comment-reply-to {
  color: rgba(167, 30, 44, 1.0) !important;
}

.blog-post__timestamp {
  color: rgba(68, 68, 68, 1.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(0, 45, 81, 1.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(167, 30, 44, 1.0);
}