.card .content__img{height:100px;object-fit:cover;width:100%}.content__title{font-size:1.5rem}.card .content__title{flex:1}.post-card__card-title-link{color:var(--primary-text);font-size:1.25rem;font-weight:600;line-height:120%;text-decoration:none}.content__label{font-size:.85rem;margin-bottom:.25rem;margin-top:.75rem}.card .content__label .content__label-date{color:var(--color-blue);font-weight:700}.content__author{align-items:center;background:hsla(0,0%,86%,.2);border-radius:var(--border-radius);display:inline-flex;font-size:.85rem;margin-top:1rem;padding:.5rem;text-decoration:none}.content__author h6{color:var(--color-dark);font-size:1rem;margin-bottom:.25rem;margin-top:0;max-width:100%;white-space:normal}.content__author h6:hover{color:var(--color-blue)}.content__author-avatar{align-items:center;background:hsla(0,0%,86%,.8);border-radius:100%;display:flex;height:48px;justify-content:center;margin-right:.5rem;overflow:hidden;width:48px}.content__author-avatar-image{height:100%;object-fit:cover;transition:var(--transition);width:100%}.tile:hover .content__author-avatar-image{height:120%;width:120%}.blog-post__timestamp,[class*=label-date]{color:var(--color-gray_shade40);display:block;font-size:calc(var(--blog-post-font-size)*.72);font-weight:300;line-height:150%}.blog-post__label-date strong{font-weight:500}.card .content__author-avatar img{height:100%;object-fit:cover;width:100%}.card .content__author a{color:var(--black);font-weight:600}@media (max-width:1200px){.card .content__title{font-size:1.25rem}}.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{align-items:center;background:rgba(0,0,0,.75);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100000}.modal__container{background-color:#fff;border-radius:4px;box-sizing:border-box;height:100%;max-width:740px;overflow-y:auto;padding:30px;width:50%}@supports (display:flex){.modal__container{height:auto;max-height:80vh}}.modal__header{display:block;height:30px;margin-bottom:20px;position:relative}@supports (display:flex){.modal__header{align-items:center;display:flex;height:auto;justify-content:space-between;margin-bottom:0}}.modal__title{left:20px;position:absolute;top:20px}.modal__close{background:transparent;border:0;cursor:pointer;margin:0;padding:0;position:absolute;right:20px;top:20px}@supports (display:flex){.modal__close,.modal__title{position:static}}.modal__header .modal__close:before{content:"\2715"}.modal__content{margin-bottom:10px;margin-top:10px}@supports (display:flex){.modal__content{line-height:1.5;margin-bottom:2rem;margin-top:2rem}}.modal__btn{-webkit-appearance:button;border-radius:.25rem;border-style:none;border-width:0;color:rgba(0,0,0,.8);cursor:pointer;font-size:.875rem;line-height:1.15;margin:0;overflow:visible;padding:.5rem 1rem;text-transform:none;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn-primary{background-color:#00449e;color:#fff}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.modal__container button{cursor:pointer!important;outline:none}.modal__container h2.modal__title{color:#595959}.modal__header{align-items:center;display:flex;justify-content:space-between}.modal__title{box-sizing:border-box;color:#00449e;font-size:1.25rem;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.modal__close{font-size:24px}.modal__content{color:rgba(0,0,0,.8);line-height:1.5;margin-bottom:2rem;margin-top:2rem}.modal__btn{-webkit-appearance:none;background-color:#e6e6e6;border-radius:4px;padding:10px 15px}@media only screen and (min-device-width:320px) and (max-device-width:480px){.modal__container{min-width:90%!important;width:90%!important}@supports (display:flex){.modal__container{min-width:90%!important;width:90%!important}}}:root{--blog-post-x-padding:3rem;--blog-post-content-width:620px;--blog-post-width:calc(var(--blog-post-content-width) + var(--blog-post-x-padding)*2);--blog-post-font-size:1.125rem;--blog-post-line-height:150%}@media (min-width:1400px){:root{--blog-post-font-size:1.125rem;--blog-post-content-width:700px}}@media (max-width:1200px){:root{--blog-post-x-padding:3rem}}@media (max-width:990px){:root{--blog-post-font-size:1.05rem;--blog-post-x-padding:2rem;--blog-post-content-width:580px}}@media (max-width:768px){:root{--blog-post-font-size:1rem;--blog-post-content-width:520px}}@media (max-width:620px){:root{--blog-post-font-size:1rem;--blog-post-x-padding:1.5rem;--blog-post-width:calc(98% - var(--blog-post-x-padding)*2);--blog-post-line-height:160%}}@media (max-width:520px){:root{--blog-post-x-padding:1rem;--blog-post-width:calc(100% - var(--blog-post-x-padding)*2)}.content-wrapper .blog-post{padding:.5rem}}.blog-post{color:var(--primary-text);margin:0 auto;max-width:960px}.blog-post__meta{margin-bottom:1.4rem}.blog-post__meta a{text-decoration:underline}.blog-post__tags svg{height:auto;margin-right:.35rem;width:15px}.blog-post__tag-link{font-size:.875rem}.hs-blog-post h1{font-size:2rem;font-weight:600;line-height:1.19;margin-bottom:.8rem}.hero--blog-post h2{font-size:1.2rem;font-style:italic;font-weight:400;margin-bottom:0}.blog-post,.blog-post :is(p,ul,li){font-size:var(--blog-post-font-size);font-weight:400;line-height:var(--blog-post-line-height)}.blog-post .content__author h6{font-weight:600}.blog-post .content__author h6,.preheader{font-size:calc(var(--blog-post-font-size)*.65)}.blog-post ol,.blog-post ul{line-height:170%}.blog-post :is(h2,.h2){font-size:calc(var(--blog-post-font-size)*2);font-weight:600}.blog-post h3{font-size:calc(var(--blog-post-font-size)*1.77778);font-weight:500}.blog-post h4{font-size:calc(var(--blog-post-font-size)*1.5);font-weight:600}.blog-post h5{font-size:calc(var(--blog-post-font-size)*1.25);font-weight:600}.blog-post h6{font-size:calc(var(--blog-post-font-size)*1.125)}@media (min-width:1400px){.hs-blog-post h1{font-size:2.25rem}}@media (max-width:1199px){.hs-blog-post h1{font-size:2rem}}@media (max-width:990px){.hs-blog-post h1{font-size:1.8rem;margin-bottom:0}.blog-post h2{font-size:calc(var(--blog-post-font-size)*1.75)}.blog-post h3{font-size:calc(var(--blog-post-font-size)*1.5)}.blog-post h4{font-size:calc(var(--blog-post-font-size)*1.25)}.blog-post h5{font-size:calc(var(--blog-post-font-size)*1.125)}.blog-post h6{font-size:calc(var(--blog-post-font-size)*1.025)}}.blog-post__body span>p+h2,.blog-post__body span>p+h3{margin-top:3rem}.blog-post__body span>*+ol,.blog-post__body span>*+p,.blog-post__body span>*+ul{margin-top:1rem}.blog-post__body span>a:not([data-hs-anchor=true])+*,.blog-post__body span>div+*,.blog-post__body span>ol+*,.blog-post__body span>section,.blog-post__body span>ul+*{margin-top:2.5rem}.blog-post__body span>section:first-of-type{margin-top:0}.blog-post li>ol,.blog-post li>ul{margin-top:.5rem!important}.blog-post li>ol{list-style:lower-alpha}.blog-post__body span>div:not(.table-of-contents):not(.blog-cta__button),.blog-post__body span>div:not(.table-of-contents):not(.blog-cta__button) li,.blog-post__body span>ol:not(.table-of-contents),.blog-post__body span>ol:not(.table-of-contents) li,.blog-post__body span>ul:not(.table-of-contents),.blog-post__body span>ul:not(.table-of-contents) li{margin-bottom:.5rem}.blog-post section+hr{margin-bottom:2rem;margin-top:2rem}.blog-post hr+section{margin-top:0}.blog-post__body span>.row-fluid{grid-gap:var(--column-gap)}.blog-post__body span>.row-fluid .span{margin-top:0}.table-of-contents{background:rgba(73,67,203,.05);border-radius:var(--border-radius);margin-bottom:2rem;padding:1.5rem}.table-of-contents :is(ul,ol,p){margin-bottom:0;margin-left:0;padding:0}.table-of-contents li{margin-left:2rem}.table-of-contents li:last-of-type{margin-bottom:0}:root{--top-overlap:-12rem}.content-wrapper{padding-left:0;padding-right:0}.content-wrapper .blog-post,.hero__content-overlap{background:#fff;max-width:var(--blog-post-width);position:relative;width:100%;z-index:10}.hero__content-overlap h1{margin-bottom:0}.content-wrapper .blog-post,.hero__content .content-wrapper{padding:0 var(--blog-post-x-padding)}.content-wrapper .blog-post{padding-top:2rem}.hero__content-overlap{border-radius:var(--border-radius) var(--border-radius) 0 0;color:var(--primary-text);margin:auto;margin-top:var(--top-overlap);padding-bottom:0;padding-top:var(--blog-post-x-padding);position:relative}@media (max-width:990px){.hero__content-overlap{padding-bottom:1rem}}@media (max-width:1200px){.hero__content-overlap{padding-bottom:calc(var(--blog-post-x-padding)/2)}}@media (max-width:767px){.hero__content-overlap{padding-bottom:1rem}}.hero__content-overlap{padding-left:0;padding-right:0}.blog-post__body{padding-top:2rem;position:relative}@media (max-width:990px){.content-wrapper .blog-post{padding:1rem 2rem 2rem}}.blog-post__has-sidebar{--sidebar-width:20%}.blog-post__has-sidebar .content-wrapper{padding-right:var(--sidebar-width);position:relative}.blog-post__has-sidebar aside{position:absolute;right:0;width:var(--sidebar-width)}.blog-related-posts{background-color:#f8fafc;margin-top:2rem}.blog-related-posts h2{text-align:center}.blog-related-posts__list{display:flex;flex-wrap:wrap}.blog-related-posts__post{flex:0 0 100%;padding:1rem}.blog-cta__content p{line-height:120%}@media screen and (min-width:768px){.blog-related-posts__post{flex:0 0 50%}.blog-cta__content{margin-right:1rem}}@media screen and (min-width:1000px){.blog-related-posts__post{flex:0 0 33.33333%}}.blog-related-posts__image{height:auto;max-width:100%}.blog-related-posts__title{margin:.7rem 0}.blog-comments{margin:0 auto;max-width:680px}.blog-comments .hs-submit{text-align:center}.blog-comments .comment-reply-to{border:0}.blog-comments .comment-reply-to:focus,.blog-comments .comment-reply-to:hover{background-color:transparent;text-decoration:underline}@media (min-width:768px){.v2-new-posts-row>.row-fluid>.span6{width:50%}.v2-new-posts-row>.row-fluid>.span6:first-of-type{border-right:2px solid var(--color-light);padding-right:3rem}.v2-new-posts-row>.row-fluid>.span6:last-of-type{padding-left:3rem}}.body-container--blog-index section.content{background:#fff;border-radius:var(--border-radius);padding:2rem;position:relative}.section__title{font-size:1.25rem;font-weight:700;margin-bottom:2rem}.card-row .card{flex:1 calc(33.33333% - 1rem);margin-bottom:1rem;margin-left:1rem;max-width:calc(33.33333% - 1rem)}.advanced-blog-content .card .content__title{font-size:1.125rem}.advanced-blog-content .card .card__img{height:140px}@media (max-width:767px){.card-row .card{flex:1 calc(50% - 1rem);max-width:calc(50% - 1rem)}}.tile{overflow:hidden;position:relative}.tile *{color:#fff}.tile,.tile__body{background-color:transparent}.tile__body{padding:2rem}.tile:before{background:var(--color-purple);content:" ";opacity:.8;z-index:-1}.tile:before,.tile__img{height:100%;left:0;position:absolute;top:0;width:100%}.tile__img{object-fit:cover;z-index:-2}.tile-masonry>.tile:nth-of-type(4n):before{background:var(--color-violet)}.tile-masonry{font-size:1rem}.tile-masonry .content__label+.button{margin-top:.5em}.tile-masonry .content__title{font-size:1.25em;margin-bottom:.5em}.tile-masonry .content__label{font-size:1em;font-weight:600;margin-top:0}.tile-masonry .content__author{font-size:.85em}.tile .preheader{font-size:.85em;margin-bottom:.85rem}@media (min-width:991px){.tile-masonry .tile:first-of-type .content__title,.tile-masonry[data-count="4"]>.tile:nth-of-type(2) .content__title{font-size:2.125em}.tile-masonry .tile:first-of-type .content__label{font-size:1.125em}.tile-masonry .tile:first-of-type .content__author,.tile-masonry[data-count="4"]>.tile:nth-of-type(2) .content__author{font-size:1em;padding:.75rem}.tile-masonry .tile:first-of-type .content__author-avatar,.tile-masonry[data-count="4"]>.tile:nth-of-type(2) .content__author-avatar{height:2.5rem;margin-right:1rem;width:2.5rem}}@media (max-width:990px){.tile-masonry .content__title{font-size:1.85em;margin-bottom:.5em}}.card-grid .card,.content--link-fill{position:relative;transition:.2s ease-in-out}.card-grid .card:hover,.content--link-fill:hover{transform:scale(1.025)}.card__full-width-image{object-fit:cover;width:100%}@media (max-width:990px){.tile__body{padding:1.5rem}.tile{font-size:.85rem}}.blog_breadcrumbs a{color:#fff}.blog_breadcrumbs{color:var(--color-light);position:absolute;top:-2rem}.blog_breadcrumbs .seperator{opacity:.5}.blog_breadcrumbs p{display:flex;font-size:.8rem;letter-spacing:.025rem;grid-gap:.5rem}.blog_breadcrumbs a{color:var(--color-green);white-space:nowrap}.breadcrumb_last{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:768px){.breadcrumb_last,.seperator{display:none}.blog_breadcrumbs a{color:#fff;font-weight:500}.blog_breadcrumbs a:before{content:"back to "}}.blog_breadcrumbs a:hover{font-weight:500}.blog-post .bg-blue .button--blue{color:#fff#}.blog-cta,.blog-cta-container{background-color:var(--color-light);border-radius:var(--border-radius);padding:1.5rem}.blog-cta{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.blog-cta.post-blog-cta-container{justify-content:space-between;margin-bottom:1.5rem;margin-top:0;padding:.65rem 1rem}.post-blog-cta-container h6{font-size:calc(var(--blog-post-font-size)*1)}.blog-cta.post-blog-cta-container .blog-cta__button{flex:0;margin:0}.blog-cta.post-blog-cta-container .blog-cta__button a.button{--button-background:var(--color-green);border-radius:.2rem;font-size:1rem;padding:.5rem 1rem}.blog-cta .hs_submit.hs-submit{text-align:center}.blog-cta input:not([type=submit]){background:#fff}.no-bg{background-color:transparent}.blue-bg{background-color:var(--color-primary)}.light-bg{background-color:var(--color-light)}.blog-cta a{white-space:nowrap}.blog-cta__content :last-child{margin-bottom:0}.blog-cta a.cta_button{color:#fff}@media (min-width:768px){.blog-cta .blog-cta__content h3{flex:1}.blog-cta .blog-cta__button{align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0}}@media screen and (max-width:767px){.blog-cta{grid-gap:.5rem;flex-flow:column;text-align:center}}.blog-cta{margin:1rem 0}.blog-cta h3{color:#000;font-size:1.5rem;letter-spacing:.3px;line-height:1.3em}.blog-cta--blue{background:var(--color-light);border-radius:var(--border-radius);padding:1rem}.blog-cta--blue h1,.blog-cta--blue h2,.blog-cta--blue h3,.blog-cta--blue h4,.blog-cta--blue h5,.blog-cta--blue h6,.blog-cta--blue p{color:var(--primary-text);margin-bottom:0}.blog-cta{padding-bottom:1rem;padding-top:1rem}.blog-related-posts{padding:4rem 0}.blog-related-posts .content-wrapper{padding:0 4rem}.blog-related-posts article{transition:var(--transition)}.blog-related-posts article:hover{transform:scale(1.05)}@media (min-width:990px){.blog-related-posts article{max-width:33.33333%}}@media (max-width:767px){.blog-related-posts .card-row .card{flex:1 100%;margin-left:0;max-width:100%}}.blog-related-posts .post-card-placeholder,.blog-related-posts .post-card__card-image-wrapper{height:200px}.blog-related-posts .post-card__card-image-wrapper img{height:100%;object-fit:cover;width:100%}.post-card__card-image{object-fit:cover;width:100%}.post-card__card-content h6{margin-bottom:.5rem;margin-top:.5rem}.simple-listing .card-grid>.card,.simple-listing .tile-grid>.tile{--column:2;--column-width:calc(100%/var(--column) - 1rem)}.blog-index__post-author{align-items:center;display:flex}.blog-index__post-author-image{border-radius:50%;height:auto;height:48px;margin-right:.35rem;object-fit:cover;width:48px}.blog-index__post-author,.blog-index__post-image--small,.blog-index__post-tags,.blog-index__post-timestamp,.blog-index__post-title{margin:0 0 .7rem}.content__author{margin-right:auto;padding:.5rem 1rem}.blog-post .content__author{display:inline-flex;margin-bottom:1rem;margin-left:-1rem}.blog-post__details{border-bottom:2px solid var(--color-light);border-top:2px solid var(--color-light);padding-bottom:.75rem;padding-top:.75rem}@media (min-width:520px){.blog-post__details{display:flex}}@media (min-width:768px){.blog-post__details{border-bottom:2px solid var(--color-light);border-top:2px solid var(--color-light);padding-bottom:.75rem;padding-top:.75rem}}.blog-post .content__author{background:unset;border-radius:unset;flex:1;margin-bottom:0;margin-left:0;margin-right:1rem;padding:unset}.blog-post-author{margin-bottom:1rem;margin-top:1rem}.blog-post-author .content-wrapper{max-width:var(--blog-post-width);padding:0 4rem}.blog-author__inner{padding:2rem}.blog-post-author .blog-author__author-name a{color:#fff;text-decoration:none}.blog-post-author .blog-author__author-name{flex:1}.blog-post-author .blog-author__author-image-wrapper img{object-fit:cover}.blog-post-author .blog-author__author-image-wrapper{height:100px;position:relative;width:100px}@media (min-width:768px){.blog-post-author .blog-author__author-image-wrapper{flex:1;height:100%;margin-right:2rem;max-width:200px;min-height:100%;width:100%}.blog-post-author .blog-author__inner{display:flex}}@media (max-width:767px){.blog-post-author .blog-author__author-image-wrapper img{margin-bottom:1rem;max-width:380px}}.blog-post-author .blog-author__author-image-wrapper img{border-radius:var(--border-radius);overflow:hidden;width:100%}@media (min-width:1400px){.blog-post .blog-post__label-date{display:flex;grid-gap:.25rem}.blog-post .blog-post__label-date strong:nth-of-type(2){border-left:1px solid var(--color-light);margin-left:.5rem;padding-left:.5rem}}.blog-post__label-date{align-items:center}.blog-post .blog-post__timestamp,.blog-post [class*=label-date]{margin-bottom:0}.blog-post .content__author-link{align-items:center;display:flex;grid-gap:.25rem;margin-left:.5rem;text-decoration:none}.blog-post .blog-index__post-author-image{height:36px;margin-right:0;width:36px}.blog-post .content__author{white-space:nowrap;grid-gap:.5rem}@media (max-width:501px){.blog-post__body img{float:none;width:100%}.blog-post{padding:1rem;width:98%}}.blog-post .blog-post__tags{background:var(--color-light);border-radius:var(--border-radius);margin:2rem 0;padding:1rem}.galaxy-table,.wp-block-table{font-size:.85rem;margin:0 0 1em;overflow-x:auto}.galaxy-table tr td{line-height:150%;padding:.5rem}.galaxy-table tr:first-of-type td{padding-top:1rem}.galaxy-table tr:last-of-type td{min-width:100px;padding-bottom:1rem}.galaxy-table tr:nth-of-type(n+2) td:first-of-type{font-size:.95rem;font-weight:600;min-width:120px}.galaxy-table tr td:first-of-type{padding-left:1rem}.galaxy-table tr td:last-of-type{padding-right:1rem}.galaxy-table tr td:nth-of-type(4){min-width:86px}.galaxy-table tr:nth-of-type(2n){background:var(--color-light)}.galaxy-table tr:first-of-type{color:var(--color-gray_shade40);font-size:.7rem;letter-spacing:.025rem;text-transform:uppercase}.galaxy-table tr:first-of-type td{vertical-align:bottom}@media (max-width:900px){.galaxy-table{overflow-x:scroll}.galaxy-table table{min-width:600px}}.cta-section-small{align-items:center}.cta-section-small div{margin-bottom:0}.cta-section-small .hs-cta-wrapper{margin:1rem}.cta-section-small .hs-cta-wrapper a{font-size:.95rem;margin-top:0;white-space:nowrap}[class*=hs-blog] .submitted-message p{margin:auto;max-width:600px;text-align:center}[class*=hs-blog] .callout{border-radius:var(--border-radius-small);color:var(--text-color);margin-bottom:1rem;min-width:200px;padding:1.5rem}[class*=hs-blog] .modal h4{font-size:1.85rem}[class*=hs-blog] .modal__content{margin-top:0}.blog-page .hero{padding-bottom:2rem;padding-top:20rem}.hero--Blog_Subscribe{background:var(--color-blue)}.example{--accent-width:2rem;--padding:1.5rem;background:var(--color-purple_tint90);border-radius:.5rem;margin-bottom:1rem;overflow:hidden;padding:var(--padding) var(--padding) var(--padding) calc(var(--padding) + var(--accent-width)/2);position:relative}.example:before{background:var(--color-blue);content:"";height:100%;left:0;position:absolute;top:0;width:calc(var(--accent-width)/4)}.example strong{color:var(--color-blue);display:block}.example p{margin:0!important;padding:0}.example--small{--accent-width:1rem;--padding:.7rem}.example--small,.example--small p{font-size:.85rem;line-height:160%}.example--small{background:var(--color-gray_tint70)}.example.example--small:before{background:var(--color-gray)}.example.example--small strong{color:var(--color-gray_shade70);display:inline}