/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1200px;
}


.dnd-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1200px;
}





body {
  
  color: rgba(112, 108, 110, 1.0);
  
  font-family: Gotham;
  font-weight: 300;
  font-size: 20px; 
  background-color:#fff;
  link: rgba(11, 94, 134, 1.0);
  alink: rgba(11, 94, 134, 1.0);
  vlink: rgba(11, 94, 134, 1.0);
}


a {
  font-family: Gotham;
  color: rgba(11, 94, 134, 1.0);
  background-color: transparent;
}

a:hover,
a:focus {
  color: rgba(49, 72, 135, 1.0);
  background-color: transparent;
}

a:active {
  color: rgba(60, 143, 183, 1.0);
  background-color: transparent;
}
a:visited { color: rgba(11, 94, 134, 1.0); }
p a { text-decoration: underline; }

h1 {
  
  color: rgba(112, 108, 110, 1.0);
  
  font-family: Gotham;
  font-size: 36px;
  font-weight: 400;
}

@media(max-width: 659px) {
  h1 {
    font-size: 27.99999999972px;
  }
}


h2 {
  
  color: rgba(112, 108, 110, 1.0);
  
  font-family: Gotham;
  font-size: 30px;
  font-weight: 400;
}

@media(max-width: 659px) {
  h2 {
    font-size: 24.0px;
  }
}

@media(max-width: 479px) {
  h2 {
    font-size: 21.0px;
  }
}



h3 {
  
  color: rgba(112, 108, 110, 1.0);
  
  font-family: Gotham;
  font-size: 22px;
  font-weight: 300;
}


h4 {
  
  color: rgba(112, 108, 110, 1.0);
  
  font-family: Gotham;
  font-size: 14px;
  font-weight: 500;
}

h5 {
  
  color: rgba(112, 108, 110, 1.0);
  
  font-family: Gotham;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  
  color: rgba(112, 108, 110, 1.0);
  
  font-family: Gotham;
  font-size: 12px;
  font-weight: 300;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}

h1, h2, h3, h4, h5, h6, p, li {
  color: rgba(92, 88, 90, 1.0);
}






form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Gotham;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(112, 108, 110, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(49, 72, 135, 1.0);
  border-color: rgba(49, 72, 135, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #fff;
  border-color: rgba(49, 72, 135, 0.9);
  color: rgba(49, 72, 135, 0.9);
}

.hs-button:active,
.button--primary:active {
  background-color: #fff;
  border-color: rgba(49, 72, 135, 0.9);
  color: rgba(49, 72, 135, 0.9);
}
.hs-button:focus,
.button--primary:focus {
  outline: 2px dotted rgba(49, 72, 135, 0.9); 
}
.hs-form label {
  color: rgba(49, 72, 135, 1.0);
}

.hs-form legend {
  color: rgba(49, 72, 135, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(49, 72, 135, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: #000;
  outline: 2px dotted rgba(49, 72, 135, 0.9); 
}

.fn-date-picker .pika-table thead th {
  color: rgba(112, 108, 110, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #706c6e;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Gotham;
}

.fn-date-picker td.is-today .pika-button {
  color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494a52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}





table tr th,
table tr td {
  border-color: rgba(221, 221, 221, 1.0);
  color: rgba(112, 108, 110, 1.0);
}

table tr th {
  color: rgba(112, 108, 110, 1.0);
}

table tr:nth-child(even) td {
  background-color: rgba(249, 249, 249, 1.0);
}

table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 1.0);
}

thead th,
thead td {
  background-color: rgba(217, 237, 247, 1.0);
  color: rgba(112, 108, 110, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0) !important;
  color: rgba(112, 108, 110, 1.0) !important;
}

table,
tbody + tbody {
  border-color: rgba(221, 221, 221, 1.0);
}

table tr:hover td {
    background-color: rgba(243, 243, 243, 1.0);
}








header.header .header-top-group{
  background-color: rgba(49, 72, 135, 0.9);
}

.header__container {
  max-width: 1200px;
}

.header-bottom-content-group p{
  color: rgba(0, 0, 0, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Gotham;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}


.custom-menu-primary .hs-menu-wrapper>ul>li { padding: 7px 10px; }
@media(max-width: 1100px){
 .custom-menu-primary .hs-menu-wrapper>ul>li { padding: 7px 5px; } 
}





footer.footer {
  background-color: rgba(49, 72, 135, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background-image: url(//7693603.fs1.hubspotusercontent-na1.net/hubfs/7693603/Wealthstream_Advisors_July2020/Images/background_footer.jpg);
}

.footer-form h3.form-title{
  color: rgba(255, 255, 255, 1.0);
}

.footer-form form .hs-input:focus {
  outline: 2px dotted #fff; 
}
.footer-form form input.hs-button.primary.large:focus {
  outline: 2px dotted #fff; 
} 

footer.footer a {
  color: rgba(255, 255, 255, 1.0);
  text-decoration:underline;
}

footer.footer a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer__container {
  max-width: 1200px;
}






.content-wrapper {
  max-width: 1200px;
}


.blog-post__date {
  border-color: #706c6e;
}

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

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #484446;
}

.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: #989496;
}

.blog-tag-filter__menu-link--active-item:after {
  
}

.blog-pagination__link {
  color: #706c6e;
}

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

.blog-pagination__number-link:focus { 
  border: none; 
  outline-width: 2px;
}
.blog-pagination__number-link:hover {
    border: 1px solid #b0c1d4;
}

.blog-post__title {
  color: #706c6e;
  font-family:Gotham;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 659px){
  body {
    font-size: 14.0px;
}
}

#topicFilter fieldset {
  border: 0; 
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

.readOnly {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}



/* client success template styles */

.page-center {
  float:none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.clientSuccess-intro {
   background-color: #314887; 
   color: #fff; 
   padding: 50px 0; 
}
.clientSuccess-intro,
.clientSuccess-intro h2,
.clientSuccess-intro h3,
.clientSuccess-intro h4 {
   color: #fff;
}
.clientSuccess-intro p {
  font-size:20px;
  line-height: 2;
}
.clientSuccess-profile {
   background-color: #f2f2f2; 
   padding: 50px 0; 
}
.clientSuccess-profile h2,
.clientSuccess-profile h3,
.clientSuccess-profile h4,
.clientSuccess-profile strong {
  color:#314887; 
}

   
.clientSuccess-content {
   background-color: #fff; 
   padding: 50px 0; 
}
.clientSuccess-prefoot {
   background-color: #3B8BB4; 
   color: #fff; 
   padding: 50px 0; 
}

.clientSuccess-content blockquote {
  position: relative;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  color: #2E6497;
  border: 0;
  padding:0;
  margin: 80px 0 40px;
}
.clientSuccess-content blockquote:before {
  content:'';
  display:block;
  position: absolute;
  top: -30px;
  left:0;
  width: 140px;
  height: 6px;
  background:#3B8BB4;
}


.header-menu {
  width: 70%;
  float:right;
}
/* header blurb area - fix for mobile */
@media screen and (max-width: 1090px) {
.header-bottom-group {
    padding-top: 80px;
}



@media (prefers-reduced-motion: reduce) {
  *, .hs-button , a { 
      transition:none; 
      --animation-duration: 0;
      --transiton-duration: 0;
  }
}



.blog-header__subtitle { display:none; }