
   
   

  
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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


:root{
  --body-font-family: ProximaNova, Arial, Helvetica, sans-serif; 
  --body-font-family-bold: ProximaNova, Arial, Helvetica, sans-serif;
  
  --border-radius-sm: 0.5rem;
  --border-radius-default: 0.75rem;
  --border-radius-lg: 1.5rem;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
  overflow-x: hidden;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html{
  font-size: 16px;
  overflow-x: hidden;
  background-color: ;
}

body{
  background-color: #fff;
  font-family: ProximaNova, Arial, Helvetica, sans-serif; 
  font-size: 1rem;
  line-height: 1.64;
  color: #212529;
}
  

@media ( min-width: 768px ) {
  html{ 
    overflow-x: auto; 
    font-size: 17px;
  }
}


@media ( min-width: 992px ) {

}
.page-center,
.header-container,
.footer-container{
  padding: 0 18px; 
}

.page-center:after{
  content: '';
  display: block;
  clear: both;
}

.row-fluid{
  margin-left: -18px;
  margin-right: -18px;
  width: auto !important;
}

.row-fluid:after{
  content: '';
  display: block;
  clear: both;
}

.row-fluid .widget-span{
  min-height: 0; 
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 0 !important;
  float: left;
  width: 100%;
}

.row-fluid .widget-span.col-has-form{
  padding-left: 36px;
  padding-right: 36px;
}

.widget-span.col-xs-1{ width: 8.33333333%; }
.widget-span.col-xs-2{ width: 16.66666667%; }
.widget-span.col-xs-3{ width: 25%; }
.widget-span.col-xs-4{ width: 33.33333333%; }
.widget-span.col-xs-5{ width: 41.66666667%; }
.widget-span.col-xs-6{ width: 50%; }
.widget-span.col-xs-7{ width: 58.33333333%; }
.widget-span.col-xs-8{ width: 66.66666667%; }
.widget-span.col-xs-9{ width: 75%; }
.widget-span.col-xs-10{ width: 83.33333333%; }
.widget-span.col-xs-11{ width: 91.66666667%; }
.widget-span.col-xs-12{ width: 100%; }

.body-container .page-center{
  padding-left: 36px;
  padding-right: 36px;
}

.body-container .page-center > .widget-span{
  padding: 0; 
}

.widget-type-space{
  display: none;
}


@media ( min-width: 768px ) {
  
  .page-center > .widget-span.span12{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .page-center,
  .header-container,
  .footer-container{
    max-width: 768px;
    padding-left: 36px;
    padding-right: 36px;
    margin-left: auto;
    margin-right: auto;
  }
 
  .widget-span.col-sm-1{ width: 8.33333333%; }
  .widget-span.col-sm-2{ width: 16.66666667%; }
  .widget-span.col-sm-3{ width: 25%; }
  .widget-span.col-sm-4{ width: 33.33333333%; }
  .widget-span.col-sm-5{ width: 41.66666667%; }
  .widget-span.col-sm-6{ width: 50%; }
  .widget-span.col-sm-7{ width: 58.33333333%; }
  .widget-span.col-sm-8{ width: 66.66666667%; }
  .widget-span.col-sm-9{ width: 75%; }
  .widget-span.col-sm-10{ width: 83.33333333%; }
  .widget-span.col-sm-11{ width: 91.66666667%; }
  .widget-span.col-sm-12{ width: 100%; }
  
  .body-container > .row-fluid-wrapper > .row-fluid{
    margin: 0;
  }
  
} 


@media ( min-width: 992px ) {
  
  body.narrow .page-center,
  body.narrow .header-container,
  body.narrow .footer-container{
    max-width: 840px;
  }
  
  .page-center,
  .header-container,
  .footer-container{
    max-width: 1024px;
  }
  
  .row-fluid .widget-span.col-has-form{
    padding-left: 18px;
    padding-right: 18px;
  }
  
  .widget-span.col-md-1{ width: 8.33333333%; }
  .widget-span.col-md-2{ width: 16.66666667%; }
  .widget-span.col-md-3{ width: 25%; }
  .widget-span.col-md-4{ width: 33.33333333%; }
  .widget-span.col-md-5{ width: 41.66666667%; }
  .widget-span.col-md-6{ width: 50%; }
  .widget-span.col-md-7{ width: 58.33333333%; }
  .widget-span.col-md-8{ width: 66.66666667%; }
  .widget-span.col-md-9{ width: 75%; }
  .widget-span.col-md-10{ width: 83.33333333%; }
  .widget-span.col-md-11{ width: 91.66666667%; }
  .widget-span.col-md-12{ width: 100%; }
  
  
  .widget-type-space{
    display: block;
    min-height: 1px;
  }

} 


@media ( min-width: 1160px ) {
  
  .page-center,
  .header-container,
  .footer-container{
    max-width: 1272px;
  }
  
  .widget-span.col-lg-1{ width: 8.33333333%; }
  .widget-span.col-lg-2{ width: 16.66666667%; }
  .widget-span.col-lg-3{ width: 25%; }
  .widget-span.col-lg-4{ width: 33.33333333%; }
  .widget-span.col-lg-5{ width: 41.66666667%; }
  .widget-span.col-lg-6{ width: 50%; }
  .widget-span.col-lg-7{ width: 58.33333333%; }
  .widget-span.col-lg-8{ width: 66.66666667%; }
  .widget-span.col-lg-9{ width: 75%; }
  .widget-span.col-lg-10{ width: 83.33333333%; }
  .widget-span.col-lg-11{ width: 91.66666667%; }
  .widget-span.col-lg-12{ width: 100%; }

} 

@media ( min-width: 992px ) {
  .row-fluid .widget-span.offset-md-1{ margin-left: 8.333333% !important; }
}

@media ( min-width: 1160px ) {
  .row-fluid .widget-span.offset-lg-2{ margin-left: 16.666667% !important; }
}
.hs_cos_wrapper_type_rich_text img{
  max-width: 100%;
  height: auto !important;
}

@font-face {
    font-family: "ProximaNova";
    font-weight: 400;
    src: url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-regular-webfont.eot#iefix") format("eot"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-regular-webfont.woff") format("woff"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-regular-webfont.ttf") format("truetype");
}
@font-face {
    font-family: "ProximaNova";
    font-weight: 700;
    src: url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-bold-webfont.eot#iefix") format("eot"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-bold-webfont.woff") format("woff"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-bold-webfont.ttf") format("truetype");
}
@font-face {
    font-family: "ProximaNova";
    font-weight: 800;
    src: url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-extrabold-webfont.eot#iefix") format("eot"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-extrabold-webfont.woff") format("woff"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/proximanova-extrabold-webfont.ttf") format("truetype");
}
@font-face {
    font-family: "Noe-Bold";
    src: url("https://content.foolwealth.com/hubfs/fonts/noe-display-bold.eot?#iefix") format("eot"), url("https://content.foolwealth.com/hubfs/fonts/noe-display-bold.woff") format("woff"), url("https://content.foolwealth.com/hubfs/fonts/noe-display-bold.ttf") format("truetype");
}
@font-face {
    font-family: "Noe-Medium";
    src: url("https://content.foolwealth.com/hubfs/fonts/noe-display-medium.eot?#iefix") format("eot"), url("https://content.foolwealth.com/hubfs/fonts/noe-display-medium.woff") format("woff"), url("https://content.foolwealth.com/hubfs/fonts/noe-display-medium.ttf") format("truetype");
}
/*@font-face {
    font-family: "GothamCondensed-Book";
    src: url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/gothamcondensed-book-webfont.woff") format("woff"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/gothamcondensed-book-webfont.woff2") format("woff");
}
@font-face {
    font-family: "GothamCondensed-Medium";
    src: url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/gothamcondensed-medium-webfont.woff") format("woff"), url("https://6069836.fs1.hubspotusercontent-na1.net/hubfs/6069836/fonts/gothamcondensed-medium-webfont.woff2") format("woff");
}*/

h1, .h1, 
h2, .h2,  
h3, .h3, 
h4, .h4,  
h5, .h5,    
h6, .h6,
.display{
  font-family: "Noe-Medium", Georgia, serif;
  font-weight: 400;
  line-height: 1.11;
  margin: 1.25rem 0 0.5rem;   
}    



.display{
  font-size: 3rem;
  font-family: "Noe-Bold", Georgia, serif;
}

h1, .h1{    
  font-size: 1.802rem;
  font-family: "Noe-Bold", Georgia, serif;
}
h2, .h2{
  font-size: 1.602rem;
}
h3, .h3{
  font-size: 1.424rem;
}
h4, .h4{
  font-size: 1.266rem;
}
h5, .h5{
  font-size: 1.125rem; 
}
h6, .h6{
  font-size: 1rem;
}

.sans-serif{
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
}

.lead{
  font-size: 1.25rem;
  line-height: 1.4;
}

small,
.small{
  font-size: 90%;
}

i, em{
  font-style: italic;
}

b, strong{
  font-weight: 700;
/*   font-family: ProximaNova, Arial, Helvetica, sans-serif; /* This is messed up - the Font-Face setup needs to use a common font name and weights for bold/regular etc... */ */
}


.display{
  letter-spacing: -2px;
}
.display-1{
  font-size: 2.281em; 
}
.display-2{
  font-size: 2.027rem; 
}

a{
  color: #006BA6;
}

a:not(.btn):hover,
a:not(.btn):focus{
  text-decoration: none;
  color: #175381;
}

hr{
  border: 0;
  border-top: 1px solid #C7C7C7;
  width: 100%;
  margin: 24px auto;
}

ul, ol, p, dl{
  margin: 1rem 0;
}

  

  
ul, ol{
  padding-left: 30px; 
}

li{
 margin-bottom: 10px; 
}

li:last-child{
  margin-bottom: 0;
}

.list-checks {
  list-style: none;
  padding: 0;
  max-width: 728px;
}

.list-checks li{
  position: relative;
  line-height: 1.5;
  padding-left: 36px;
}

.list-checks li + li{
  margin-top: 6px;
}

.list-checks li:before{
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.66 25.56'%3E%3Cpath fill='%23007A33' d='M30.81,0l-1.4,1.41L10.72,20.09l-6.6-5.78L2.62,13,0,16l1.5,1.31,8,7,1.41,1.22,1.31-1.31,20-20,1.44-1.41L30.81,0Z' /%3E%3C/svg%3E");
}



sup{
  position: relative;
  top: -0.75em;
  font-size: 0.75em;
}



ul {
  list-style: square;
}
ul ul{
  list-style: disc; 
}
ul ul ul{
  list-style: circle; 
}



ol {
  list-style: decimal;
}
ol ol{
  list-style: lower-latin; 
}
ol ol ol{
  list-style: lower-roman; 
}

.tiny{
  font-size: 65%;
}

small, .small{
  font-size: 85%;
}

.large{
  font-size: 115%;
}

.hs_cos_wrapper_type_rich_text > *:first-child,
.wysiwyg > *:first-child{
  margin-top: 0;
}
.hs_cos_wrapper_type_rich_text > *:last-child,
.wysiwyg > *:last-child{
  margin-bottom: 0;
}


@media ( min-width: 768px ) {
  
  
  
  .display{
    font-size: 3.38rem;
  }
  h1, .h1{
    font-size: 2.65rem;
  }
  h2, .h2{
    font-size: 2.074rem;
  }
  h3, .h3{   
    font-size: 1.528rem;
  }
  h4, .h4{
    font-size: 1.34rem;
  }
  h5, .h5{
    font-size: 1.1rem; 
  }
  
  .display-1{
    font-size: 3.083rem;
  }
  .display-2{
    font-size: 2.486rem;
  }
  
  .list-2col{
    columns: 2; 
  }

 
} 


@media ( min-width: 992px ) {
  
  h2, .h2{
    font-size: 2.274rem;
  }
  h3, .h3{   
    font-size: 1.628rem;
  }
  h4, .h4{
    font-size: 1.44rem;
  }
  h5, .h5{
    font-size: 1.2rem; 
  }
  
  .display-1{
    font-size: 3.583rem;
  }
  .display-2{
    font-size: 2.986rem;
  }

} 


@media ( min-width: 1160px ) {
  
/*   .display{
    font-size: 4.25rem;
  } */

}
.img-circle{
  border-radius: 100%;
}

.img-border{
  border: 6px solid #EBEBEB; 
}

.img-left-cutoff img{
  width:90%;
  max-width: 700px;
}

@media only screen and (max-width: 990px){
  .img-left-cutoff img{
    margin-bottom:30px;
  }
}   
.masthead{
  position: relative;
}

body.sticky-masthead{
  padding-top: 64px;
}

body.sticky-masthead .header-container-wrapper{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;   
  z-index: 101;
  
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);


}

body.blue-1100-masthead .header-container-wrapper{
  background: #00205b;
}

.header-container-wrapper{
  position: relative;
  z-index: 100;
  background: #007A33;  
  color: #fff;
}

.header-container-wrapper .widget-type-logo{
  padding: 12px 0;
}

.header-container-wrapper .widget-type-logo,
.header-container-wrapper .widget-type-logo *{
  float: left;
}

.header-container-wrapper .widget-type-logo img{
  height: 42px !important;
  max-width: none !important;
  width: auto !important;
}



.masthead .btn{
  position: absolute;
  top: 50%;
  font-size: 14px;
  padding: 8px 10px;
  right: 18px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

body.load .masthead .btn{
  opacity: 1;
}

.masthead-cta{
  text-align: right;
  display: inline-block;
  text-decoration: none;
  color: currentColor !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.masthead-cta:hover,
.masthead-cta:focus{
  opacity: 0.75;
}

.masthead-cta span{
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: ;
}


#mastheadNavToggle{
  display: flex;
  align-items: center;
  border: 0;
  padding: 9px 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Noe-Medium", Georgia, serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
#mastheadNavToggle:hover, #mastheadNavToggle:focus{
  cursor: pointer;
}
#mastheadNavToggle .burger{
  margin-left: 6px; 
}
#mastheadNavToggle.open + .masthead-nav{
  transform: translateY(0);
  opacity: 1;
}

.masthead-nav{
  font-weight: 300;
  background: #007A33;
  margin-top: 68px;
  padding: 0 18px 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-175%);
/*   will-change: transform;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out 0.125s; */
}
.masthead-nav .submenu{
  display: none;
  padding: 0 9px;
  font-size: 14px;
  margin-bottom: 9px;
}
.masthead-nav a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
}

.masthead-nav a:hover,
.masthead-nav a:focus{
  color: #fff;
  text-decoration: underline;
}

.masthead-nav .btn{
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
  display: block;
  font-weight: 300;
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  transition: background 200ms ease-in-out;
  border: 1px solid #fff;
  padding: 9px 12px !important;
}
.masthead-nav .btn + .btn{
  margin-top: 9px;
}
.masthead-nav .btn-secondary{
  background: #2b71e6 !important;
}
.masthead-nav .btn-secondary:focus,
.masthead-nav .btn-secondary:hover{
  background: #6ca3ff !important;
}
.masthead-nav > li:last-child{
  margin-top: 9px;
}
.masthead-nav li.has-submenu > a{
  padding-right: 16px;
  position: relative;
}

.masthead-nav li.has-submenu > a:after{
  border-top-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  transition: transform 0.25s ease-in-out;
  transform: rotate(-90deg);
}
.masthead-nav li.has-submenu.open > a:after{
  transform: rotate(0deg);
}
.masthead-nav li.has-submenu.open > .submenu{
  display: block;
}


  
@media ( min-width: 768px ) {
  
  body.sticky-masthead{   
    padding-top: 102px;
  }  
  
  
    .header-container-wrapper .widget-type-logo{
      padding: 24px 0;
    }
  
  
  
    .header-container-wrapper .widget-type-logo img{
      height: 54px !important;
    }
  
  
  .masthead .btn{
    display: inline-block;
    font-size: 16px;
    padding: 12px 18px;
  }
  
  .masthead-cta{
    font-size: 18px;  
    padding: 6px 0;
  }

  .masthead-cta span{
    font-size: 14px;
  }
  
  
} 


@media ( min-width: 992px ) {
  
  
  
  
  
  .masthead .icon-list{
    margin: 1rem 0;
  }
  
  .masthead-nav > li{
    margin: 0 12px;  
  }
  
  #mastheadNavToggle{
    display: none;
  }
  
  .masthead-nav {
    margin: 14px 0;
    font-size: 14px;
    display: inline-block;
    width: auto;
    float: right;
    background: transparent;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0) !important;
  }
  
  .masthead-nav > li{
    position: relative;
    margin: 0 9px;
    width: auto;
    display: inline-block;
    float: left;
  }
  .masthead-nav > li:first-child{
    margin-left: 0;
  }
  .masthead-nav > li:last-child{
    margin-right: 0;
    margin-top: 8px;
  }
  .masthead-nav > li > a{
    padding: 18px 0;
    line-height: 1;
    display: inline-block;
  }
  
  .masthead-nav a:hover,
  .masthead-nav a:focus{
    text-decoration: none;
  }
  
  .masthead-nav li.has-submenu > a:after{
    transform: rotate(0deg);
  }
  
  .masthead-nav li.has-submenu:hover > .submenu,
  .masthead-nav li.has-submenu.open > .submenu{
    z-index: 100;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  
  .masthead-nav .submenu{
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    background: #15171a;
    color: #fff;
    padding: 8px 18px;
    left: -30px;
    width: 205px;
  }
  
  .masthead-nav .submenu li{
    margin: 10px 0;
  }
  
  .masthead-nav .submenu a{
    padding: 0;
    opacity: 0.85;
  }
  
  .masthead-nav .submenu a:hover,
  .masthead-nav .submenu a:focus{
    opacity: 1;
  }
  
  .masthead-nav .btn{
    display: inline-block;
    font-size: 14px;
  }
  .masthead-nav .btn + .btn{
    margin-left: 6px;
    margin-top: 0;
  }
  
} 


@media ( min-width: 1160px ) {
  
  
  
  
  
}
html,
.footer-container-wrapper{
  background-color: #15171a;
}

.footer-container-wrapper{
  padding: 48px 0;
}

.footer-container-wrapper .legal{
  text-align: center;
  color: #fff;
  font-size: 12px;
  max-width: 960px;
  margin: 0 auto !important;
  float: none !important;
}

.legal a{
  color: #fff;
}

.legal a:hover,
.legal a:focus{
  color: #fff;
}

.legal-left{
  margin-bottom: 12px;
}

  
@media ( min-width: 768px ) {
  
  .footer-container-wrapper{
    padding: 64px 0;
  }

} 


@media ( min-width: 992px ) {} 


@media ( min-width: 1160px ) {}
nav ul,
nav li{
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
}
  

.has-submenu > a:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

.burger{
  position: relative;
  width: 18px;
  height: 14px;
  display: inline-block;
}
.burger-meat,
.burger-meat:before,
.burger-meat:after{
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
}

.burger-meat{
  top: 50%;
  transform: translateY(-50%);
}

.burger-meat:before{
  top: -6px;
}
.burger-meat:after{
  bottom: -6px;
}
.hero{
  padding: 84px 0 54px;
  text-align: center;
}

.hero .row-fluid {
  position: relative;
}

.hero .heading{
  font-weight: 400; 
  color: inherit;
  margin: 12px 0 0 0; 
  line-height: 1.2;
}  

.hero-kicker{
  font-family: "Noe-Medium", Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.125rem;
}

.hero-resource-img{
  max-height: 250px;
  overflow: hidden;
}

@media ( min-width: 768px ) {
  .hero-header{
    max-width: 600px;
  }
}

@media ( min-width: 992px ) {
  .hero{
    text-align: left;
  }
  .hero-header{
    max-width: 690px;
  }
  .hero-text{
    padding-right: 60px !important;
  }
  .hero-video,
  .hero-img{
    max-width: 620px;
  }
  
  .hero-resource-img{
    position: absolute;
    max-height: none;
    bottom: 0;
    right: 18px;
  }
  .hero-resource-img img{
    max-height: 360px;
    display: block;
    margin: 0 auto;
  }
}   
.alert > *:last-child{
  margin-bottom: 0; 
}

.alert p,
.alert ul,
.alert ol{
  margin-bottom: 0.5rem;
}   
    
    
.card{
  background-color: #fff;
  padding: 36px !important;
  
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15), 0px 6px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15), 0px 6px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15), 0px 6px 15px rgba(0, 0, 0, 0.1);

 
  position: relative;
  z-index: 100;
  width: 100%;
  border-radius: 0.75rem;
}   

.card[data-has-accent]:not([style*="--accent-color:#ffffff"]){
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card[data-has-accent]:not([style*="--accent-color:#ffffff"]):before {
  content: '';
  display: block;
  height: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--accent-color);
  position: absolute;
}

.card[data-has-accent]:not([style*="--accent-color:#ffffff"]) .card-header{
  margin-top: 1rem !important;
}

.card:after{
  content: '';
  display: block;
  clear: both;
}

.card-body > *:first-child{
  margin-top: 0 !important; 
}

.card-form .widget-span,
.card-form .row-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* .card .card-form-header{
  padding: 16px 36px;
  background: #0d204a;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: -36px -18px 0 !important;
  width: auto;
  border-radius: 2px 2px 0 0;
  float: none;
}
 */
.card-hero-overlap{
  margin-top: 18px !important; 
}

.card .widget-type-header *{
  margin-top: 0;
}

.card-icon{
  height: 96px;
  width: auto;
  display: block;
  will-change: transform;
  transition: transform 0.2s ease-in-out;
  margin: 0 auto;
}

.card-content{
  line-height: 1.25;
}

.card-flex-row{
  margin-left: -9px;
  width: auto;
  margin-right: -9px;
}

.card-flex-row .row-fluid-wrapper > .row-fluid > .widget-span[data-widget-type="cell"],
.card-flex-row .row-fluid-wrapper > .row-fluid > .widget-span[data-widget-type="widget_container"]{
  padding: 36px !important;
}

.widget-span[data-widget-type="widget_container"] .hs_cos_wrapper_widget + .hs_cos_wrapper_widget{
  margin-top: 18px;
}

  
@media ( max-width: 767px ) {
  .card.card-hero-overlap{
/*     max-width: calc( 100% ); */
    margin: 0 auto !important;
    float: none !important;
    clear: both;
  }
}

@media ( min-width: 768px ) {
  
  .card--padding-lg .card-body{
    padding: 42px; 
  }
  
  .card-content{
    margin-top: 1rem;
  }

  .card-content--lg{
    line-height: 1.4;
    font-size: 1.25rem; 
  }
  
  
  .card-flex-row .row-fluid-wrapper > .row-fluid > .widget-span[data-widget-type="cell"],
  .card-flex-row .row-fluid-wrapper > .row-fluid > .widget-span[data-widget-type="widget_container"]{
    padding: 42px !important;
    display: flex;
    flex-direction: column;
    margin: 0 auto !important;
    float: none;
    justify-content: center;
  }
  
  
}


@media ( min-width: 992px ) {
  .card-hero-overlap{
    position: relative;
    right: 15px;
    margin-top: -144px !important; 
  }
  
  .card-icon{
    height: 122px;
  }
  .card-flex-row{
    margin-left: 0;
    margin-right: 0;
  }
  .card-flex-row .row-fluid-wrapper > .row-fluid{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  
  .card-flex-row .row-fluid-wrapper > .row-fluid:before,
  .card-flex-row .row-fluid-wrapper > .row-fluid:after{
    display: none;
  }
  
  .card-flex-row .row-fluid-wrapper > .row-fluid > .widget-span[data-widget-type="cell"],
  .card-flex-row .row-fluid-wrapper > .row-fluid > .widget-span[data-widget-type="widget_container"]{
    margin: 0 !important;
  }
  
} 


@media ( min-width: 1160px ) {

}  
.btn{
  all: initial;
  display: inline-block;
  text-decoration: none;
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  padding: 0.65rem 1.75rem 0.55rem;
  border-radius: 1.5rem;
  cursor: pointer; 
  text-align: center;
  transition: background-color 0.1s ease-in-out;
  box-shadow: none;
  
  
  border: 1px solid transparent;
   
  
}


  .btn-primary {
    
    
      background-color: #007A33 !important;
    
  }
  .btn-primary:hover,
  .btn-primary:focus{
    outline: none;
    
      color: #fff !important;
    
    
      background-color: #00661f !important;
    
  }

 .btn-outline.btn-primary{
    
      border-color: #007A33;
      color: #007A33 !important;
    
  }

  .btn-outline.btn-primary:hover,
  .btn-outline.btn-primary:focus{
    
      border-color: #007A33;
    
  }


  .btn-secondary {
    
    
      background-color: #006BA6 !important;
    
  }
  .btn-secondary:hover,
  .btn-secondary:focus{
    outline: none;
    
      color: #fff !important;
    
    
      background-color: #005792 !important;
    
  }

 .btn-outline.btn-secondary{
    
      border-color: #006BA6;
      color: #006BA6 !important;
    
  }

  .btn-outline.btn-secondary:hover,
  .btn-outline.btn-secondary:focus{
    
      border-color: #006BA6;
    
  }


  .btn-light {
    
      color: #006BA6 !important;
    
    
      background-color: #fff !important;
    
  }
  .btn-light:hover,
  .btn-light:focus{
    outline: none;
    
    
      background-color: #ebebeb !important;
    
  }

 .btn-outline.btn-light{
    
      border-color: #fff;
      color: #fff !important;
    
  }

  .btn-outline.btn-light:hover,
  .btn-outline.btn-light:focus{
    
      background-color: #fff !important;
    
  }



.btn-outline{
  background-color: transparent !important;
}

.btn-outline:hover,
.btn-outline:focus{
  color: #fff !important;
}

.btn-light.btn-outline:hover,
.btn-light.btn-outline:focus{
  color: #006BA6 !important;
}


.btn-sm {
  
    padding: 9px 18px;
  
  
    font-size: 0.8rem;
  
  
}

.btn-lg {
  
    padding: 0.9rem 2.25rem 0.85rem 2.25rem;
  
  
    font-size: 1.25rem;
  
  
}

.cta-promo{
  display: block;
  text-decoration: none;
  padding: 24px 45% 24px 24px;
  position: relative;
  overflow: hidden;
  color: #37393B;
  background: #f5f3ee;
  box-shadow: inset 0 0 0 1px #DDDBD6;
  /*color: #fff;
  background: rgb(0,107,166);
  background: linear-gradient(315deg, #37393B 0%, #212224 100%);*/
  transition: box-shadow 0.2s ease-in-out;
}
.cta-promo:hover,
.cta-promo:focus{ 
  color: #37393B !important;
  outline: none;
  box-shadow: inset 0 0 0 1px #43B02A;
}
.cta-promo:hover .cta-img,
.cta-promo:focus .cta-img{ 
  transform: rotate(10deg) translateY(-50%);
}
.cta-promo .cta-kicker{
  font-size: 0.7rem;
  text-transform: uppercase;  
}
.cta-promo .cta-header{  
  font-size: 1.15rem;
  line-height: 1.25;
  font-family: lato;
  letter-spacing: 0.05em;
  margin: 0 0 12px 0;
}
.cta-promo .cta-img{
  width: 50%;
  height: auto;
  top: 50%;
  right: -36px;
  position: absolute;
  transform: translateY(-50%);
  will-change: transform;
  backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding-right: 0 !important;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 9px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  -webkit-transform: translate(0);
  transform: translate(0);
}

/* .modal.show .modal-dialog {
  transform: $modal-show-transform;
}
 */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  margin: 0 auto;
  min-height: calc(100% - 18px);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 18px);
  content: "";
}


.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 1.5rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #6b6b6b;
}

.modal-backdrop.fade{ opacity: 0; }
.modal-backdrop.fade.show{ opacity: .9; }


.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 12px 18px;
  background-color: #007A33;
  color: #fff;
  position: relative;
}

.modal-title{
  margin: 0;
  font-size: 24px;
  line-height: 24px;
}

.modal-header .close{
  border: 0;
  padding: 0;
  padding: 18px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  color: currentColor;
  opacity: 0.75;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  font-weight: 400;
  background: transparent;
  overflow: hidden;
}

.modal-header .close:hover,
.modal-header .close:focus{
  outline: none;
  opacity: 1;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 18px;
}
.modal-body > *:first-child{
  margin-top: 0;
}
.modal-body > *:last-child{
  margin-bottom: 0;
}

.modal-image{
  margin-bottom: 18px;
}

.modal-image img{
  max-width: 100%;
  height: auto;
  display: block;
  width: 96px;
  margin: 0 auto;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}


@media ( min-width: 768px ) {
  .modal-dialog{
    margin-top: 0;
    margin-bottom: 0;
    max-width: 696px; 
    margin-left: auto;
    margin-right: auto;
  }
  .modal-header,
  .modal-header .close{
    padding: 24px 36px;
  }
  .modal-body{
    padding: 36px;
  }
  .modal-image{
    margin-bottom: 0;
  }
  .modal-image img{
    width: auto;
  }
} 


@media ( min-width: 992px ) {
  
  
  
} 


@media ( min-width: 992px ) {
  .modal-lg{
    max-width: 800px;
  }
}
.embed-responsive{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before{
  display: block;
  content: "";
}

.embed-responsive iframe,
.embed-responsive video,
.embed-responsive embed,
.embed-responsive-item{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.embed-responsive-21by9:before{ padding-top: 42.857143%; }
.embed-responsive-16by9:before{ padding-top: 56.25%; }
.embed-responsive-4by3:before{ padding-top: 75%; }
.embed-responsive-1by1:before{ padding-top: 100%; }

/*
 * Variables 
 * */










































   
































     


 













.grecaptcha-badge{
  width: 100% !important;
  box-shadow: none !important;
  text-align: center;
  background-color: #1a73e8;
  position: relative;
}
.grecaptcha-badge:after{
  content: '';
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  background: #f9f9f9;
}
.grecaptcha-logo{
  position: relative;
  z-index: 1;
}

.hs-form, 
.hs-form *{
  box-sizing: border-box; 
}

.form-title{
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.hs-form p:empty{
  display: none;
}

.hs-field-desc{
  border: 0;
  margin: 0;
}

.hs-richtext *:first-child{
  margin-top: 0 !important;
}

.hs-richtext *:last-child{
  margin-bottom: 0 !important;
}

.hs-form fieldset{
  margin-left: -9px !important; 
  margin-right: -9px !important; 
  max-width: none !important;
}

.hs-form fieldset:after{
  content: '';
  display: block;
  clear: both;
}

.hs-field-desc{
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 8px;
}
.hs-field-desc p{
   margin: 0;
}

.hs-form-field,
.hs-richtext{
  width: 100%;
  float: left;
  margin-bottom: 16px;
}

.hs-form fieldset .hs-form-field,
.hs-richtext{ 
  padding-left: 9px !important; 
  padding-right: 9px !important;
}

.hs-form-field > label{
  font-weight: 400;
  line-height: 1.35;
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
/*   font-size: 16px;  */
}

.hs-form-required{
  display: inline-block;
  margin-left: 3px;
  color: #a94442;
}

.hs-form-field .input{
  margin-right: 0 !important; 
  margin-top: 4px;
}

.hs-input::-webkit-input-placeholder{
  color: #999; 
/*   opacity: 0; */
}

.hs-form-placeholders .hs-input::-webkit-input-placeholder{
  opacity: 1;
}
.hs-form-placeholders .hs-form-field > label{
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0;
}

.hs-form-placeholders .hs-form-field .input{
  margin-top: 0;
}

.hs-form-white-text .form-title,
.hs-form-white-text label,
.hs-form-white-text .hs-form-required,
.hs-form-white-text .hs-richtext,
.hs-form-white-text .submitted-message,
.hs-form-white-text p,
.hs-form-white-text a,
.hs-form-white-text .hs-field-desc{
  color: #fff !important;
}

.hs-form-white-text .hs-input,
.hs-form-white-text .hs-input:focus{
  border-color: transparent !important;
}

/* .hs-form-white-text .hs-button{
  background-color: #fff;
  color: #006BA6;
} */

.hs-form-white-text .hs-button:hover,
.hs-form-white-text .hs-button:focus{
  color: #fff;
}

.hs-form-white-text p a{
  color: #fff !important;
  text-decoration: underline;
}
  

.hs-input.hs-fieldtype-intl-phone{
  width: 100% !important;
}

.hs-input[type="text"],
.hs-input[type="password"],
.hs-input[type="email"],
.hs-input[type="tel"],
.hs-input[type="url"],
.hs-input[type="number"],
.hs-input[type="date"],
select.hs-input,
textarea.hs-input{
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  background-color: #fff;
  color: #212529;
  padding: 12px;
}

select{
  background-size: 44px 44px;
  background-position: right center;
  background-image: url(https://6266330.fs1.hubspotusercontent-na1.net/hubfs/6266330/_TEMPLATE%20IMAGES_/UI/dropdown-arrow@2x.png);
  background-repeat: no-repeat;
  padding-right: 56px !important;
}

textarea.hs-input{
  height: 75px;
  line-height: 1.43;
}

.hs-input:focus{
  border-color: #9f9f9f; 
  outline: none;
}

.hs-form .inputs-list{
  list-style: none !important;
  padding: 0;
  margin: 12px 0 0 0;
}

.hs-form-checkbox, 
.hs-form-booleancheckbox, 
.hs-form-radio {
  margin: 6px 0
}

.hs-form-checkbox input,
.hs-form-booleancheckbox input, 
.hs-form-radio input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px !important;
  width: 20px !important;
  margin: 0 !important
}

.hs-form-checkbox label, 
.hs-form-booleancheckbox label, 
.hs-form-radio label {
  padding-left: 26px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
  position: relative
}

.hs-form-checkbox label:hover input + span:after, 
.hs-form-booleancheckbox label:hover input + span:after, 
.hs-form-radio label:hover input + span:after {
  border-color: #9f9f9f;
}

.hs-form-checkbox label input + span:before, 
.hs-form-checkbox label input + span:after, 
.hs-form-booleancheckbox label input + span:before, 
.hs-form-booleancheckbox label input + span:after, 
.hs-form-radio label input + span:before, 
.hs-form-radio label input + span:after {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0
}

.hs-form-checkbox label input + span:before, 
.hs-form-booleancheckbox label input + span:before, 
.hs-form-radio label input + span:before {
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center
}

.hs-form-checkbox label input + span:after, 
.hs-form-booleancheckbox label input + span:after, 
.hs-form-radio label input + span:after {
  z-index: 0;
  border: 1px solid #C7C7C7;
  background: #fff;
}

/* .hs-form-checkbox input[type=checkbox] + span:after, 
.hs-form-booleancheckbox input[type=checkbox] + span:after, 
.hs-form-radio input[type=checkbox] + span:after {
  border-radius: 2px
} */

.hs-form-checkbox input[type=radio] + span:before, 
.hs-form-checkbox input[type=radio] + span:after, 
.hs-form-booleancheckbox input[type=radio] + span:before, 
.hs-form-booleancheckbox input[type=radio] + span:after, 
.hs-form-radio input[type=radio] + span:before, 
.hs-form-radio input[type=radio] + span:after {
  border-radius: 100%
}

.hs-form-checkbox input[type=checkbox]:checked + span:before, 
.hs-form-booleancheckbox input[type=checkbox]:checked + span:before, 
.hs-form-radio input[type=checkbox]:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23007A33' d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3E%3C/svg%3E")
}

.hs-form-checkbox input[type=radio]:checked + span:before, 
.hs-form-booleancheckbox input[type=radio]:checked + span:before, 
.hs-form-radio input[type=radio]:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ccircle fill='%23007A33' cx='4' cy='4' r='4' /%3E%3C/svg%3E")
}

.hs-form-booleancheckbox label{
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span{
  margin: 0 !important;
}

.hs-form .hs-error-msgs{
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
}
.hs-error-msgs li{
  margin: 0;
  line-height: 1.15;
}
.hs-error-msgs li + li{
  margin-top: 4px;
}
.hs-form .hs-error-msgs label{
  font-weight: 600; 
  font-size: 13px;
  margin-bottom: 0;
  color: #a94442;
}

.hs_error_rollup{
  margin-bottom: 12px;
}

.legal-consent-container{
  color: #838383;
  font-size: 14px;
}

.hs-secure-text{
  line-height: 16px;
  font-size: 14px;
  position: relative;
  padding: 0 32px;
  margin: 12px auto 0;
  display: flex;
  color: #838383;
  justify-content: center;
}
.hs-secure-text:before{
  height: 16px;
  width: 16px;
  margin-right: 9px;
  content: '';
  display: flex-item;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55.17 64.8'%3E%3Cpath fill='%23838592' d='M49.17,64.8H6a6,6,0,0,1-6-6V27.61a6,6,0,0,1,6-6H7.16V20.43h0a20.39,20.39,0,1,1,40.77,0c0,.42,0,.8,0,1.17h1.19a6,6,0,0,1,6,6V58.8A6,6,0,0,1,49.17,64.8ZM27.67,7.2A13.22,13.22,0,0,0,14.46,20.4h0v1.2H40.81v-.09a9.61,9.61,0,0,0,.06-1.1A13.2,13.2,0,0,0,27.67,7.2ZM48,31.23a2.4,2.4,0,0,0-2.4-2.4h-36a2.41,2.41,0,0,0-2.4,2.4v24a2.4,2.4,0,0,0,2.4,2.4h36a2.39,2.39,0,0,0,2.4-2.4ZM28.17,50.38H27a3,3,0,0,1-3-3V39.1a3,3,0,0,1,3-3h1.2a3,3,0,0,1,3,3v8.29A3,3,0,0,1,28.17,50.38Z' /%3E%3C/svg%3E");
}

.legal-consent-container{
  font-size: 13px;
}

.hs_submit{
  clear: both;
}

.hs_submit .form-directional-cue{
  pointer-events: none;
  z-index: 0;
  font-size: 1.15rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-align: left;
  line-height: 1;
}
.hs_submit .form-directional-cue span{
  margin-bottom: 0.5rem; 
}
.hs_submit .form-directional-cue:before{
  content: '';
  width: 7rem;
  height: 6rem;
  display: block;
  background: url(https://www.foolwealth.com/hubfs/Directional%20Cues/arrow-hand-drawn.svg);
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-size: contain;
}

.hs-button{
  padding: 0.9rem 2.25rem 0.85rem 2.25rem;
  display: inline-block;
  margin: 0 auto;
  border: 0;    
  width: auto;
  color: #fff;
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  background-color: #006BA6;
  border-radius: 1.5rem;
  transition: background-color 0.1s ease-in-out;
  white-space: normal;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  
/*   max-width: 400px; */
}

.hs-button:hover,
.hs-button:focus{
  background-color: #005792; 
}



@media ( min-width: 768px ) {
  
  .hs-form fieldset.form-columns-2 .hs-form-field{
    width: 50%;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field{
    width: 33.3333%;
  }
  
} 


@media ( min-width: 992px ) {
  
} 


@media ( min-width: 1160px ) {
  .hs_submit .form-directional-cue{
    font-size: 1.25rem;
  }
} 

.form-text-white .actions{
  text-align: center;
}

.form-text-white .hs-button{
  margin: 0 auto;
}

.form-text-white,
.form-text-white a:not(.btn),
.form-text-white .hs-error-msg,
.form-text-white .hs-error-msgs label{
  color: #fff !important;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circleFade {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}


.animate-shake{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

/*
 * Variables 
 * */










































   
































     


 













/**
<svg class="loader-svg" viewBox="22 22 44 44">
    <circle class="loader-circle" cx="44" cy="44" r="20.2" fill="none" stroke-width="3.6">
    </circle>
</svg>
**/
.loader{
  height: 40px;
  width: 40px;
  margin: 40px auto !important;
  animation: rotate360 1.4s linear infinite;
}

.loader-primary{
  color: #007A33;
}

.loader-secondary{
  color: #006BA6;
}

.loader-light{
  color: #fff;
}

.loader-sm{
  height: 30px;
  width: 30px;
  margin: 30px auto;
}

.loader-svg{
  display: inline-block;
  line-height: 1;
}

.loader-circle{
  animation: circleFade 1.4s ease-in-out infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0px;
  stroke: currentColor;
}   
.fade {
  transition: opacity .15s linear;
}

.fade.show{
  opacity: 1;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

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

.bg-primary{
  background-color: #007A33;
}

.bleed-x > .hs_cos_wrapper{
  margin-left: -18px;
  margin-right: -18px;
}

.overlay{
  position: relative;
}

.overlay .page-center{
  position: relative;
  z-index: 1;
}

.overlay:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.overlay-white-trans-y:after{
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay-mobile:after{
  background: #000;
  opacity: 0.75;
}

.overlay-mobile .heading,
.overlay-mobile p,
.overlay-mobile ul,
.overlay-mobile ol{
  color: #fff;
}

/* Padding */

.pb,
.py{
  padding-bottom: 18px !important;
}
.pt,
.py{
  padding-top: 18px !important;
}
.pb-lg,
.py-lg{
  padding-bottom: 45.0px !important;
}
.pt-lg,
.py-lg{
  padding-top: 45.0px !important;
}
.pt-xl,
.py-xl{
  padding-top: 54px !important;
}
.pb-xl,
.py-xl{
  padding-bottom: 54px !important;
}

/* Margin */
.mb,
.my{
  margin-bottom: 18px !important;
}
.mt,
.my{
  margin-top: 18px !important;
}
.mb-lg,
.my-lg{
  margin-bottom: 36px !important;
}
.mt-lg,
.my-lg{
  margin-top: 36px !important;
}

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

/* Text Utilities */

.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}

.text-primary{
  color: #007A33;
}
.text-secondary{
  color: #006BA6;
}

.text-400{
  font-weight: 400 !important;
}
.text-700{
  font-weight: 700 !important;
}

.text-muted{
  color: ;
}

.text-no-transform{
  text-transform:none;
}
.text-sans-serif{
  font-family: ProximaNova, Arial, Helvetica, sans-serif !important; 
}

.center-block,
.widget-span.center-block{
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  display: block;
}

.pt-0,
.py-0{
  padding-top: 0 !important;
}

.pl-0,
.px-0{
  padding-left: 0 !important;
}

.pr-0,
.px-0{
  padding-right: 0 !important;
}

.pb-0,
.py-0{
  padding-bottom: 0 !important;
}

.mt-0,
.my-0{
  margin-top: 0 !important;
}

.mb-0,
.my-0{
  margin-bottom: 0 !important;
}


.mt-1 {
  margin-top: 5.94px !important;
}
.mb-1 {
  margin-bottom: 5.94px !important;
}
.my-1 {
  margin-top: 5.94px !important;
  margin-bottom: 5.94px !important;
}
.pt-1 {
  padding-top: 5.94px !important;
}
.pb-1 {
  padding-bottom: 5.94px !important;
}
.py-1 {
  padding-top: 5.94px !important;
  padding-bottom: 5.94px !important;
}

.mt-2 {
  margin-top: 9.0px !important;
}
.mb-2 {
  margin-bottom: 9.0px !important;
}
.my-2 {
  margin-top: 9.0px !important;
  margin-bottom: 9.0px !important;
}
.pt-2 {
  padding-top: 9.0px !important;
}
.pb-2 {
  padding-bottom: 9.0px !important;
}
.py-2 {
  padding-top: 9.0px !important;
  padding-bottom: 9.0px !important;
}

.mt-3 {
  margin-top: 18px !important;
}
.mb-3 {
  margin-bottom: 18px !important;
}
.my-3 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.pt-3 {
  padding-top: 18px !important;
}
.pb-3 {
  padding-bottom: 18px !important;
}
.py-3 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.mt-4 {
  margin-top: 27.0px !important;
}
.mb-4 {
  margin-bottom: 27.0px !important;
}
.my-4 {
  margin-top: 27.0px !important;
  margin-bottom: 27.0px !important;
}
.pt-4 {
  padding-top: 27.0px !important;
}
.pb-4 {
  padding-bottom: 27.0px !important;
}
.py-4 {
  padding-top: 27.0px !important;
  padding-bottom: 27.0px !important;
}

.mt-5 {
  margin-top: 36px !important;
}
.mb-5 {
  margin-bottom: 36px !important;
}
.my-5 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.pt-5 {
  padding-top: 36px !important;
}
.pb-5 {
  padding-bottom: 36px !important;
}
.py-5 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.mt-6 {
  margin-top: 45.0px !important;
}
.mb-6 {
  margin-bottom: 45.0px !important;
}
.my-6 {
  margin-top: 45.0px !important;
  margin-bottom: 45.0px !important;
}
.pt-6 {
  padding-top: 45.0px !important;
}
.pb-6 {
  padding-bottom: 45.0px !important;
}
.py-6 {
  padding-top: 45.0px !important;
  padding-bottom: 45.0px !important;
}


.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
  float: none !important;
}


.d-none{
  display: none !important;
}
.d-block{
  display: block;
}


.text-white{
  color: #fff;
}
.text-muted{
  color: #6b6b6b;
}

.bg--primary {
  background-color: #007A33;
}

.bg--primary_dark {
  background-color: #15171a;
}

.bg--secondary {
  background-color: #006BA6;
}

.bg--grey_100 {
  background-color: #EBEBEB;
}

.bg--grey_200 {
  background-color: #C7C7C7;
}

.bg--grey_300 {
  background-color: #b3b3b3;
}

.bg--grey_400 {
  background-color: #838383;
}

.bg--grey_500 {
  background-color: #6b6b6b;
}


/* Hr */
.hr-directional-down{
  max-width: 80px;
  border: 0 !important;
  position: relative;
  height: 34px;
}

.hr-directional-down:before{
  content: '';
  background-color: #ccc;
  height: 2px; width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.hr-directional-down:after {
  content: '';
  display: block;
  height: 44px;
  width: 44px;
  position: absolute;
  background-image: url(https://foolwealth.com/hubfs/Branding/Logos/mfwm-logo-solo.png);
  background-position: center;
  background-size: 34px;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: #f5f3ee;
}


@media ( max-width: 991px ) {
  .reverse-mobile-order > .row-fluid-wrapper > .row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }
}


@media ( min-width: 768px ) {
  
  .overlay-mobile:after{
    display: none;
  }
  
  .overlay-mobile .heading,
  .overlay-mobile p,
  .overlay-mobile ul,
  .overlay-mobile ol{
    color: #28292a;
  }
    
  .bleed-x .hs_cos_wrapper{
    margin-left: 0;
    margin-right: 0;
  }
}


@media ( min-width: 992px ) {
  
  .pt-lg,
  .py-lg{
    padding-top: 54px !important;
  }
  .pb-lg,
  .py-lg{
    padding-bottom: 54px !important;
  }
  
  .pt-xl,
  .py-xl{
    padding-top: 90px !important;
  }
  .pb-xl,
  .py-xl{
    padding-bottom: 90px !important;
  }
  
  .d-md-block{
    display: block !important;
  }
  
  .text-lg-left{
    text-align: left;
  }

}    



