<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url("https://use.typekit.net/jfc3wav.css");
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700');

:root {
  --merriweather: 'Merriweather Sans', sans-serif;
  --super-clarendon: superclarendon, serif;
  
  --dark-blue:#004a88;
  --light-blue:#3db5e6;
  --green:#76bd22;
  --purple:#8200ff;
  --orange:#ff8300;
  --light-gray:#f5f5f5;
}



*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

body {
	margin:0px; 
  padding:0px;
	font-family: var(--merriweather), Arial, sans-serif;
	background:#fff;
	font-size:1rem; 
  line-height:135%; 
	color:#000;
} 

.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}

.container {
	float:none; clear:both; margin:0px auto; padding:0px;
	width:100%; height:auto; 	
}
.padded-container {
	padding:64px 0px;
}
.row {
	float:none; 
  clear:both; 
  margin:0px auto; 
  padding:0px 18px; 
	width:100%; 
  height:auto; 
	max-width:1280px; 
  box-sizing:border-box;
}

div[class*='column'] {
  position:relative;
	float:left; 
  margin:0px auto; 
  padding:28px 28px; 
  height:auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.column5 { width:5%; }
.column10 { width:10%; }
.column15 { width:15%; }
.column20 { width:20%; }
.column25 { width:25%; }
.column30 { width:30%; }
.column33 { width:33%; }
.column35 { width:35%; }
.column40 { width:40%; }
.column45 { width:45%; }
.column50 { width:50%; }
.column55 { width:55%; }
.column60 { width:60%; }
.column65 { width:65%; }
.column66 { width:66%; }
.column70 { width:70%; }
.column75 { width:75%; }
.column80 { width:80%; }
.column85 { width:85%; }
.column90 { width:90%; }
.column100 { width:100%; }

h1 {
    font-size: 1.5rem;
    line-height: 145%;
    font-weight: 700;
    margin: 1.3rem 0;
}

h2 {
    font-family: var(--super-clarendon);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 130%;
    margin: 2rem 0;
}

h3 {
    font-size: 1.4rem;
    line-height: 145%;
    font-weight: 700;
    margin: 1.3rem 0;
}

h4 {
    font-size: 1.2rem;
    color: var(--light-blue);
    margin: 1.2rem auto;
}

h5 {
    font-weight: 700;
    font-size: 1.06rem;
    margin: 0.3rem auto;
}

h6 {
    font-weight: 400;
    font-size: 0.75rem;
    margin: 1rem 0;
}

p {
	font-size:1rem;
	line-height:135%;
	margin:1rem auto;
	padding:0;
}
a {
	transition: 180ms ease all; 
	text-decoration:none;
	color:var(--dark-blue);
}
a:hover {
	color:var(--light-blue);
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}

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

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

.clear {	clear:both; float:none; display:block; position:relative; }

input, textarea, select {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
	padding:12px 24px;
	margin:8px auto; 		
	border:1px #ccc solid; 
}

a.button, input[type="submit"] {
    display: inline-block;
    position: relative;
    margin: 1.8rem auto;
    padding: 18px 44px;
    width: auto;
    height: auto;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 500;
    border: 0px;
    background: var(--light-blue);
    color: white;
    cursor:pointer;
    -webkit-transition: 180m ease all;
    transition: 180ms ease all;
}

a.button:hover, input[type="submit"]:hover {
	background:var(--dark-blue);
	color:#fff;
}





















/* HEADER
 * ========================= */

.header-spacer {
    display: block;
    position: relative;
    clear: both;
    float: none;
    width: 100%;
    height: 137px;
}

.container.header {
    position: fixed;
    z-index: 1000;
    background: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.23);
    padding-top: 48px;
    transition: 180ms ease all;
}

.container.header.scrolled {
    padding-top: 0;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.34);
}

.container.header .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 12px;
}

.header .logo-container {
    flex: 0 0 320px;
    max-width: 320px;
    padding-bottom: 16px;
}

.header .logo-container img, .header .logo-container a {
    display: block;
    position: relative;
    z-index: 1000;
}

.header .navigation-container {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    display: inline-block;
}
.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: left;
}

.navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    display: block;
}

.header-container ul li a {
    position: relative;
    font-size: 1rem;
    line-height: 100%;
    font-family: var(--merriweather);
    font-weight: 700;
    padding: 16px 18px;
}

.navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1&gt;a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 24px);
    margin-top: -12px;
    background: var(--dark-blue);
}

.navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1:last-of-type &gt;a:after {
    display: none;
}


.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
    position: relative;
    transition: 180ms ease all;
}

.navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
    color: white;
    background: var(--dark-blue);
    white-space: nowrap;
    min-width: 148px;
    padding: 18px 24px;
    display: block;
}

.mobile-menu {
    display: none;
}

@media all and (min-width:969px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:hover a {
      background: var(--dark-blue);
      color: white;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts&gt;ul li.hs-item-has-children:hover&gt;ul.hs-menu-children-wrapper {
      display: block;
      opacity: 1.0;
      visibility: visible;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:hover a {
      background: var(--dark-blue);
      color: white;
  }
  .navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper a:hover {
      background: #336699;
  }
}

















/* HERO SLIDER
 * =========================== */

.hero-slide {
    min-height: clamp(400px,35vw,600px);
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.column50.copy-box {
    text-align: center;
}

.hero-slide.centered .column50.copy-box {
    width: 960px;
    float: none;
    clear: both;
    max-width:100%;
}

.copy-box p {
    font-weight: 400;
    font-size: 1.1rem;
}

.copy-box h3:first-of-type {
    margin-top:0;
}

ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    bottom: 24px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

ul.slick-dots li {
    list-style: none;
    margin: 0 5px;
}

ul.slick-dots li button:hover, ul.slick-dots li.slick-active button {
    background: black;
}
ul.slick-dots li button {
    display: block;
    font-size: 0;
    border: 0;
    background: gray;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    transition: 180ms ease all;
    cursor: pointer;
}

.slick-dots li button:focus { outline: none; }
.slick-slide:focus { outline: none; }

.hero-slider a.button:hover {
    background: #808080 !important;
    color: White !important;
}



/* SPECIFIC TEXT LAYOUTS
 * ============================= */

.about-slider-module div#hs_cos_wrapper_module_160009620732848_ {
    display: block;
    margin: 0 auto;
    max-width: 440px;
}

div#hs_cos_wrapper_module_160043466852622_ {
    display: block;
    margin: 0 auto;
    max-width: 448px;
}

.support-service-hero div#hs_cos_wrapper_module_160044328758621_ {
    display: block;
    margin: 0 auto;
    max-width: 470px;
}

.custom-learning-hero .copy-box p {
    max-width: 424px;
}

.vilt-hero-slider div#hs_cos_wrapper_module_160062376066233_ {
    display: block;
    margin: 0 auto;
    max-width: 460px;
}

.vilt-hero-slider div#hs_cos_wrapper_module_160062376066233_ p:nth-of-type(2) {
    max-width: 420px;
}
.vilt-hero-slider div#hs_cos_wrapper_module_160062376066233_ p:nth-of-type(3) {
    max-width: 400px;
}

.microlearning-hero div#hs_cos_wrapper_module_160069484488720_ {
    display: block;
    margin: 0 auto;
    max-width: 424px;
}

.digital-learning-hero div#hs_cos_wrapper_module_160069831276463_ {
    display: block;
    margin: 0 auto;
    max-width: 430px;
}




























/* COLOR CONTENT BLOCKS
 * ============================ */

.color-content-block {
    position: relative;
    padding: 0 0 0 29%;
}

.color-block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.color-content-block &gt; a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

img.color-block-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.color-content-block div[class*='column'] {
    z-index: 5;
}

.color-content-block div[class*='column'] p {
    color: white;
    margin-top: 1.1rem;
}

.color-content-blocks-container h3 {
    color: var(--light-blue);
    margin-top: 3rem;
}

p.content-title {
    font-size: 1.3rem;
    font-weight: 700;
}































/* LOGO CAROUSEL
 * ======================== */
.container.logo-carousel-container {
    padding: 48px 0;
}

.logo-carousel-container.logo-slider-container .row {
    max-width: 920px;
}

.logo-carousel-container .column100 h3 {
    margin-top: 0;
}

.logo-carousel-container p {
    font-size: 1.03rem;
}

.logo-carousel {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.logo-carousel.logo-slider {
    display:block; 
}

.logo-slider .slick-track {
  display: flex;
}
.logo-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

li.logo {
  position:relative; 
}

li.logo a {
 display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}

li.logo img {
    display: block;
    padding: 10px;
    max-height: 172px;
    max-width: 275px;
}

a.slick-arrow {
    display: flex !important;
    position: absolute;
    z-index: 100;
    top: 0;
    height: 100%;
    width: 72px;
    border: 0px;
    background: transparent;
    font-size: 48px;
    line-height: 100%;
    color: #dcdcdc;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

a.slick-arrow i {
	transition:180ms;
}

a.slick-prev.slick-arrow {
    left: -72px;
}

a.slick-next.slick-arrow {
    right: -72px;
}

a.slick-prev:hover i {
	transform: translateX(-20px);
}

a.slick-next:hover i {
	transform: translateX(20px);
}





















/*FEATURE CAROUSEL
 * ======================== */
.container.feature-carousel-container {
    padding: 48px 0;
}

.feature-carousel-container.resources-slider-container .row {
    max-width: 850px;
}

.feature-carousel-container .column100 h3 {
    margin-top: 0;
}

.feature-carousel-container p {
    font-size: 1.03rem;
}

.feature-carousel {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.feature-carousel.resources-slider {
    display:block; 
}

.feature-slider .slick-track {
  display: flex;
}
.feature-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

li.feature {
  position:relative; 
}

Li.feature a {
 display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}

li.feature img {
    display: block;
    padding: 10px 0px 10px 0px;
    max-height: 250px;
    max-width: 400px;
}

a.slick-arrow {
    display: flex !important;
    position: absolute;
    z-index: 100;
    top: 0;
    height: 100%;
    width: 72px;
    border: 0px;
    background: transparent;
    font-size: 48px;
    line-height: 100%;
    color: #dcdcdc;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

a.slick-arrow i {
	transition:180ms;
}

a.slick-prev.slick-arrow {
    left: -72px;
}

a.slick-next.slick-arrow {
    right: -72px;
}

a.slick-prev:hover i {
	transform: translateX(-20px);
}

a.slick-next:hover i {
	transform: translateX(20px);
}










/* TESTIMONIAL CAROUSEL
 * ==================================== */


.container.testimonial-carousel-container {
    padding: 48px 0 148px 0;
}

ul.testimonial-carousel {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.testimonial-carousel .slick-track {
  display: flex;
}
.testimonial-carousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .column100 {
  padding-top:0; 
}

blockquote {
    margin: 0 0 24px 0;
}

cite {
    display: block;
    width: 100%;
    text-align: right;
    font-style: italic;
}

.testimonial-carousel ul.slick-dots {
    bottom: -64px;
}

.testimonial-carousel ul.slick-dots li button:hover, .testimonial-carousel ul.slick-dots li.slick-active button {
    background: white;
}
.testimonial-carousel ul.slick-dots li button {
    background: #ababab;
}

.container.testimonial-carousel-container.featured-testimonial-container {
    padding: 96px 0 72px 0;
}

.featured-testimonial-container .testimonial-carousel {
    width: 840px;
    max-width: 100%;
}

.featured-testimonial blockquote, .featured-testimonial cite {
    font-size: 1.4rem;
    line-height: 150%;
    font-weight:300;
}

.featured-testimonial blockquote {
  text-align:center; 
}
































/* TEAM MEMBER MODULE
 * ==================================== */

.container.team-module-container {
    padding: 32px 0 64px 0;
}

.row.team-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.team-member {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 16px;
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
    width: calc(100% / 6);
}

.team-member a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.team-member .team-intro img {
    display: block;
    width: 100%;
    height: 183px;
    object-fit: cover;
}

.team-member .team-intro h4 {
    color: black;
    font-size: 1.1rem;
    text-align: center;
    margin: 1rem auto;
}

.team-expanded {
    width: 720px;
    max-width: 100%;
}

.team-headshot {
    float: left;
    padding-right: 24px;
    width: 209px;
}

.team-headshot img {
    width: 100%;
    max-width: 185px;
    height: 198px;
    object-fit: cover;
}

.team-profile {
    display: block;
    float: left;
    width: calc(100% - 209px);
}

.team-expanded h4 {
    margin-top: 0;
}

.team-expanded h4 span {
    display: block;
    color: black;
    font-size: 1.02rem;
    font-weight: 400;
}

.fancybox-button--arrow_left, .fancybox-button--arrow_right {
    display: none !important;
}
















































/* RESOURCES MODULE
 * =============================== */
.container.resources-container {
    padding: 48px 0 84px 0;
}

.introduction-row h3, .introduction-row h2, .introduction-row h4 {
    margin-top: 0;
}

.row.resources-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.resources-row div[class*='column'] {
    padding: 12px;
    margin:0;
    transition: 160ms ease all;
}

.resources-row div[class*='column']:hover {
    transform: translateY(-8px);
}

.resources-row .resource.inactive {
    opacity: 0.1;
    transform: scale(0.75);
}

.resource img {
    display: block;
    position: relative;
    width: 100%;
    height: 172px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.resource.featured img {
    height: 248px;
}

.resource a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.resource-info {
    background: white;
    border-radius: 0 0 3px 3px;
    padding: 6px;
    box-sizing: border-box;
    min-height: 70px;
}

.featured .resource-info {
    min-height: 92px;
    padding: 12px;
}

.resource-info p {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 300;
}

.featured .resource-info p {
    font-size: 1.05rem;
}

.resource-info p.resource-label {
    color: var(--dark-blue);
}

ul.resource-filter {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

ul.resource-filter a {
    display: block;
    padding: 9px 24px;
    margin: 0 8px;
    border: 2px #f1f1f1 solid;
    border-radius: 2px;
    background: #f8f8f8;
    color: gray;
}

ul.resource-filter a.active, ul.resource-filter a:hover {
    background: var(--green);
    color: white;
    border-color: #5b901b;
}























/* CALL TO ACTION MODULE
 * =============================== */

.container.call-to-action-container .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 32px 0;
    min-height: 368px;
    position:relative;
}

.container.call-to-action-container .row.align-right {
    justify-content: flex-end;
}
.container.call-to-action-container .row.align-left {
    justify-content: flex-start;
}

.container.call-to-action-container .row.align-center_left {
    justify-content: flex-start;
}

.container.call-to-action-container .row.align-center_right {
    justify-content: flex-end;
}

.call-to-action-container .row.align-center {
    justify-content: center;
}

.call-to-action-container .row div[class*='column'] {
    margin: 0;
}

.call-to-action-container h3 {
    font-size: 1.6rem;
}
.call-to-action-container p {
    font-size: 1.1rem;
}

p.cta-button {
    text-align: center;
}

p.cta-button a.button {
    margin: 1rem auto;
}

p.cta-button a.button:hover {
    background: #808080 !important;
    color: White !important;
}


































/* FEATURED IMAGE MODULE
 * ============================== */

.featured-image-container .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    min-height: 375px;
    position:relative;
    box-sizing:border-box;
}



























/* BUBBLE COLUMNS &amp; PILLARS MODULE
 * ================================= */

.container.bubbles-container, 
.container.pillars-container {
    padding: 64px 0;
}

.bubbles-container .row.introduction-row,
.pillars-container .row.introduction-row{
    max-width: 720px;
}

.row.bubbles-row,
.row.pillars-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.column33.bubble {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 24px 12px;
}

.bubble-title {
    display: flex;
    width: 100%;
    position: relative;
    background: #46abba;
    padding: 24px 48px;
    z-index: 2;
    box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.5);
    border-radius: 48px 48px 0 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.bubble-title h4 {
    color: white;
    margin: 0;
    text-align: center;
}

.bubble-copy:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 32px 0;
    border-color: transparent #46abba transparent transparent;
    position: absolute;
    top: 0;
    left: -18px;
    z-index: 1;
}

.bubble-copy:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 16px 0 0;
    border-color: #46abba transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
}

.bubble-copy {
    display: block;
    position: relative;
    flex: 1;
    z-index: 1;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 0 0 24px 24px;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 24px 32px;
    box-sizing: border-box;
    min-height: 260px;
}

.bubble-copy p:first-of-type {
    margin-top: 0;
}
.bubble-copy p {
    text-align: center;
}

.bubble-copy a {
    display: inline-block;
    color: var(--light-blue);
    font-weight: 700;
    font-size: 1.1rem;
    margin: 1rem auto 0;
}

.bubble-copy a:hover {
    color: var(--orange);
}

.pillars-row div[class*='column'] {
    display: block;
    background: #f4f6f7;
    padding: 0;
    border-radius: 32px 32px 0 0;
}

.column50.pillar {
    width: calc(50% - 32px);
    margin: 0 16px 64px 16px;
}

.column33.pillar {
    width: calc(33.333% - 32px);
    margin: 0 16px 64px 16px;
}

.column25.pillar {
    width: calc(25% - 32px);
    margin: 0 16px 64px 16px;
}

p.pillar-title {
    margin: 0px;
    display: flex;
    border-radius: 32px 32px 0 0;
    padding: 12px 15%;
    background: #12bcc6;
    color: white;
    font-weight: 700;
    box-shadow: inset 0px -10px 30px 0px rgba(0,0,0,0.25);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 84px;
    box-sizing: border-box;
}

p.pillar-body {
    margin: 0;
    padding: 2.5rem 12%;
}

.pillar:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -48px;
    height: 48px;
    width: 100%;
    background: #12bcc6;
    box-shadow: inset 0px -10px 30px 0px rgba(0,0,0,0.25);
}
























/* STEPS MODULE
 * ================================== */

.container.steps-container {
    padding: 48px 0 64px 0;
}

.steps-container .row.introduction-row, .steps-container .row.outro-row {
    max-width: 980px;
}

.row.steps-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    overflow:hidden;
    padding:0 18px;
}

.column25.step {
    width: calc(25% - 68px);
    margin: 0 34px 48px 34px;
    background: var(--light-gray);
    border-radius: 16px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.34);
    padding: 28px 0;
}

.column25.step p {
    text-align: center;
    padding: 0 20px;
}

p.step-title {
    font-weight: 700;
    font-size: 1.09rem;
    margin: 1.4rem 0;
}

.step-count {
    position: relative;
    display: flex;
    padding: 0 48px 0 16px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    z-index: 1;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-bottom: 2.5rem;
}

.step-count span {
    display: flex;
    position: absolute;
    background: white;
    border: 8px #000 solid;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(24px,-50%);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.55);
}

.step-point {
    display: block;
    position: absolute;
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 32.9px;
}

.step-end {
    display: block;
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 38px;
}

.step-end:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 24px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    display: block;
    z-index: 1;
    content: '';
}






















/* ICON BOXES MODULE
 * ============================== */

.container.icon-boxes-container {
    padding: 48px 0 64px 0;
}

.row.icon-boxes-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.icon-boxes-row div[class*='column'] {
    margin: 0 18px 36px 18px;
    padding: 24px 18px;
    border-radius: 24px;
    box-shadow: -2px 1px 0px 2px white, inset -10px 1px 18px 10px rgba(0,0,0,0.24);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

.column33.box {
     width: calc(33.3333% - 36px);
}

.column25.box {
     width: calc(25% - 36px);
}

.column20.box {
     width: calc(20% - 36px);
}

.box p {
    margin: 0.5rem auto;
}

.box p.title {
    font-weight: 700;
    font-size: 1rem;
}

.box p.copy {
    font-size: .9rem;
    padding-bottom: 12px;
}

.box img {
    display: block;
    width: 84px;
    height: 84px;
    object-fit: contain;
    object-position: center;
    margin-top: auto;
}

.microlearning-boxes .box p {
    margin: 0;
}

.microlearning-boxes .box img {
    height: 64px;
}





























/* CIRCLE GRAPH MODULE
 * ================================= */

.container.circle-graph-container {
    padding: 48px 0 96px 0;
}

.row.circle-graph-row {
    overflow: visible;
    position: relative;
    padding: 72px 0;
}

img.circle-graph {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
}

.circle-graph-row .column33.text-center {
    padding: 48px 76px;
}

































/* CIRCLES MODULE
 * ================================= */

.container.circles-container {
    padding: 64px 0 96px 0;
}

.circles-container .row.introduction-row {
    max-width: 1080px;
}

.row.circles-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
}

.circles-row .circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 8px solid #ededed;
    box-shadow: -4px 4px 10px rgba(0,0,0,0.65), inset 20px 10px 24px 5px rgba(0,0,0,0.15);
    margin: 48px 12px;
}

.circles-row .circle:nth-of-type(odd) {
    transform: translateY(-48px);
}

.circles-row .circle p {
    font-weight: 700;
    color: white;
    padding: 0 12px;
    font-size: 0.9rem;
    margin: 0;
}






















/* SPEECH BUBBLE MODULE
 * ================================= */

.container.speech-bubble-container {
    padding: 64px 0 96px 0;
    background: linear-gradient(90deg, rgba(195,208,215,1) 0%, rgba(221,228,232,1) 100%);
}

.speech-bubble-container .row.introduction-row {
    max-width: 840px;
}

.row.speech-bubble-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.speech-bubble {
    width: 240px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 180px;
    margin: 48px 0;
    position: relative;
}

.speech-bubble.tight-speech {
    margin: 48px -18px;
}

.speech-bubble:nth-of-type(odd) {
    width: 210px;
    transform: translateY(-25%);
}

.speech-bubble p {
    margin: 0;
    padding: 12px 13% 12px 15%;
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.speech-bubble:nth-of-type(even) p {
    color: var(--orange);
}
.speech-bubble:nth-of-type(odd) p {
    color: #2fb2ca;
    padding: 12px 12px 12px 8px;
}

.speech-bubble img {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: calc(50% + 18px);
    left: 0;
    transform: translateY(-50%);
}

.speech-bubble:nth-of-type(odd) img {
    transform: translateY(-50%) scaleX(-1);
}



.speech-bubble.tight-speech:nth-of-type(1) {
    transform: translate(32px,-50%);
    z-index: 3;
}

.speech-bubble.tight-speech:nth-of-type(1) p {
    padding: 24px 24px 24px 18px;
}

.speech-bubble.tight-speech:nth-of-type(2) {
    transform: translateY(20%);
}

.speech-bubble.tight-speech:nth-of-type(3) {
    width: 270px;
    transform: translateY(-30%);
}

.speech-bubble.tight-speech:nth-of-type(3) p {
    padding: 12px 44px 12px 32px;
}



























/* OVAL COLUMNS MODULE
 * =========================================== */

.container.ovals-container {
    padding: 64px 0 96px 0;
    background: linear-gradient(0deg, rgba(195,208,215,1) 0%, rgb(253 253 253) 100%);
}

.ovals-container .row.introduction-row {
    max-width: 840px;
}

.row.ovals-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.column33.oval {
    width: calc(33.33333% - 36px);
    margin: 12px 18px;
    padding: 6px 48px;
    border-radius: 64px;
    border-bottom: 2px solid white;
    border-top: 2px solid black;
    box-shadow: inset 0px 0px 30px 18px rgba(0,0,0,0.15);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 112px;
}

.column33.oval p {
    margin: 0 auto;
    padding: 0;
    font-weight: 300;
    text-align:center;
}
























/* BLOG 
 * ============================ */

.g-b1-banner.banner-bkg {    
    background-size: cover;
}

.g-b1-banner.banner-bkg h1 {
    color: white;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
}

.overlay-t3 {
    padding: 10vw 0;
    background: rgba(93,93,93,0.45);
}

.lightBkg-t1 {
    background-color: #f9f9f9;
}

#topics-menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#topics-menu ul li {
    margin: 0 10px;
    padding: 0;
}

#topics-menu ul li a {
    padding: 2px 6px;
    color: #595959;
    font-weight: 300;
    font-size: 0.9rem;
    max-width: 100%;
    border-bottom: 1px solid transparent;
    border-top: 0;
    margin: 0;
}

#topics-menu li:hover a {
    border-bottom: 1px solid var(--dark-blue);
}

.row.blog-listing-row .post-listing {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.post-listing .post-item {
    width: calc(33.33333% - 36px);
    box-sizing: border-box;
    position: relative;
    border: 2px var(--light-gray) solid;
    margin: 18px;
}

.post-listing .post-item .post-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.hs-featured-image-wrapper {
    width: 100%;
}

.hs-featured-image-wrapper a {
    display: block;
    width: 100%;
    height: auto;
}

.hs-featured-image-wrapper a img {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
}

.post-item .blog-post-list-wrapper {
    box-sizing: border-box;
    padding: 0 28px 28px 28px;
}

.post-item h3 {
    margin-bottom: 0.4rem;
}

.hubspot-author_data p a:hover {
    color: var(--light-blue);
}
.hubspot-author_data p a {
    color: #a7a7a7;
}
.hubspot-author_data p {
    font-size: 0.85rem;
    margin-top: 0;
    color: #a7a7a7;
}

.post-item .post-summary p {
    margin-top: 0px;
}

@media all and (min-width:960px) {

  .post-listing .post-item:first-of-type {
      width: calc(100% - 36px);
      margin:48px 18px;
  }

  .post-listing .post-item:first-of-type .post-content {
      flex-flow: row wrap;
      align-items: stretch;
  }
  
  .post-listing .post-item:first-of-type .post-content &gt; div {
      flex: 0 0 50%;
      width: 50%;
      max-width: 50%;
  }
  
  .post-listing .post-item:first-of-type .hs-featured-image-wrapper a img {
      min-height: 320px;
  }
  
  .post-listing .post-item:first-of-type .post-content .blog-post-list-wrapper {
      padding: 32px 48px 32px 32px;
  }
  
  .post-listing .post-item:first-of-type .post-content .blog-post-list-wrapper h3 {
      font-size: 1.8rem;
      margin-bottom: 1rem;
  }

}

.blog-pagination {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px !important;
}

.main-post-content p, .main-post-content li {
    font-weight: 300;
    line-height: 170%;
}

.main-post-content h1 {
    font-size: 2.5rem;
}

.sidebar &gt; .row-fluid-wrapper:first-of-type {
    margin-top: 72px;
}

.sidebar &gt; .row-fluid-wrapper {
    border: 2px solid var(--light-gray);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 32px 24px;
    margin-bottom: 48px;
}

.sidebar h4 {
    margin: 0.2rem 0;
}

.sidebar input[type="submit"] {
    margin: 0.4rem auto;
    font-weight: 700;
}

.widget-module ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-module ul li {
    margin-bottom: 8px;
}

a.filter-expand-link {
    margin: 8px 0 14px 0;
    display: inline-block;
}

p#hubspot-topic_data {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
}

.custom-share ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.custom-share ul li:first-of-type {
    margin-right: 18px;
    font-weight: 400;
    color: gray;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.custom-share a {
    display: block;
    margin: 0 12px 0 0;
}
.custom-share i {
    font-size: 24px;
    display: block;
    box-sizing: border-box;
    color: white;
    line-height: 100%;
    padding: 8px;
    background: var(--dark-blue);
}
.custom-share li .fa-facebook {
    background-color: #3b5999;
}
.custom-share li .fa-twitter {
    background-color: #1da1f3;
}
.custom-share li .fa-google-plus {
    background-color: #da5534;
}
.custom-share li .fa-linkedin {
    background-color: #0078b8;
}
.custom-share li .fa-pinterest {
    background-color: #cb2028;
}

.span12.widget-span.widget-type-social_sharing {
    margin-top: 28px;
}

.new-2020-template .header-container-wrapper {
    background: transparent;
    position: relative;
    transition: inherit;
    padding-bottom: 20px;
}



























/* FOOTER
 * ======================================= */

.footer-container-wrapper {
    background: var(--dark-blue);
    color: white;
    padding-top: 24px;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: var(--light-blue);
}

ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

ul.social-links li {
    margin: 0 24px;
}

ul.social-links li a {
    display: block;
    font-size: 24px;
    line-height: 100%;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li:last-of-type a:after {
    opacity: 0.0;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a:after {
    content: '|';
    position: absolute;
    top: 3px;
    right: 12px;
    color: white;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    padding: 4px 32px 4px 0;
    font-size: 0.95rem;
    line-height: 100%;
    position: relative;
}

.footer .col100.text-center {
    padding-top: 12px;
}

p.copyright {
    margin-top: 0;
    font-size: 0.85rem;
}





































/* FIGHTING LIFT-OFF PACK &amp; HUBSPOT
 * ================================== */

.global-sticky-header-offset, .solid-nav .body-container-wrapper {
    margin-top: 0px !important;
}

.footer p, .footer span, .footer div {
    font-family: var(--merriweather) !important;
    font-size: 1rem;
    line-height: 130%;
    font-weight:400 !important;
    color: white;
}

.flexible-content-row-fluid .span12.widget-span.widget-type-cell.dnd-column {
    padding: 0px;
    margin: 0;
}

fieldset {
    max-width: 100% !important;
}
























/* MEDIA QUERIES
 * ========================
 * ------------------------
 * ======================== */

@media all and (max-width:1280px) {  
  
}
@media all and (max-width:1080px) {  
  
  .column25 {
      width: 50%;
  }
  
  .column25.step {
      width: calc(50% - 68px);
  }
  
  img.circle-graph {
      opacity: 0.2;
      width: calc(100% - 48px);
  }
  
  .column33.bubble, .column25.bubble {
      width: 50%;
  }
  
  .column33.box {
       width: calc(50% - 36px);
  }

  .column25.box {
       width: calc(50% - 36px);
  }

  .column20.box {
       width: calc(33.33333% - 36px);
  }
  
  .column50.pillar {
      width: calc(50% - 32px);
      margin: 0 16px 64px 16px;
  }

  .column33.pillar {
      width: calc(50% - 32px);
      margin: 0 16px 64px 16px;
  }

  .column25.pillar {
      width: calc(50% - 32px);
      margin: 0 16px 64px 16px;
  }
  
  .color-content-block div[class*='column'] {
      width: 100%;
  }
  
  .color-content-block .column75 {
      padding-top: 0;
  }
  .color-content-block .column25 {
      padding-bottom: 0;
  }
  
  .row.circles-row {
      width: 100%;
      max-width: 480px;
  }
  
  .circles-row .circle {
      margin: 24px 12px;
  }
  
  .circles-row .circle:nth-of-type(odd) {
      transform: translateY(0);
  }

}
@media all and (max-width:968px) {
  .container.header {
      padding-top: 24px;
  }
  .header-spacer {
      height: 91px;
  }
  .header .logo-container {
      flex: 0 0 224px;
      max-width: 224px;
      padding-bottom: 12px;
  }
  .mobile-menu {
      position: relative;
      z-index: 999;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px;
      color: var(--dark-blue);
      font-size: 20px;
      cursor:pointer;
  }
  .header .navigation-container {
      position: fixed;
      z-index: 500;
      height: 100%;
      width: 100%;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      top: calc(100% + 12px);
      left: 0;
      background: rgba(255,255,255,0.95);
      transition:240ms ease all;
  }
  .header.opened .navigation-container {
      top:0; 
  }
  .navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  .navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1&gt;a:after {
      display:none; 
  }
  .navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1.hs-item-has-children &gt; a:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f107";
      display: inline-block;
      position: relative;
      top: 0;
      width: auto;
      background: transparent;
      margin-top: 0;
      margin-left: 8px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      position: relative;
      display: none;
      opacity: 1.0;
      visibility: visible;
  }
  .navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
      background: transparent;
      color: var(--light-blue);
  }
  .navigation-container .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper a:hover {
      background: transparent;
  }
  
  
  
  .hero-slide.copy-left-hero {
      background-position: right -1vw !important;
      background-size: 112vw auto !important;
      padding-top: 54vw;
  }
  
  .hero-slide.copy-left-hero .column50.copy-box {
      width: 100%;
      background: #f8f8f8;
  }
  
  .container.circle-graph-container {
      padding: 36px 0;
  }
  
  .row.circle-graph-row {
      padding: 164px 0 0;
  }
  
  .circle-graph-row .column33.text-center {
      padding: 28px;
      width: 100%;
      max-width: 480px;
      float: none;
  }
  
  img.circle-graph {
      opacity: 1.0;
      top: 0;
      height: 148px;
      transform: translate(-50%,0);
      max-width: 100%;
  }
  
  .featured-image-container div[class*='column'] {
      width: 100%;
      float: none;
      max-width: 480px;
  }

  .call-to-action-container .column40 {
      width: 65%;
  }

  .call-to-action-container .row div[class*='column'] {
    z-index:2; 
  }
  
  .call-to-action-container .row:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(255,255,255,0.88);
  }
  
  div#hs_cos_wrapper_module_160054105516776 .call-to-action-container .row:after {
      background: rgba(0,0,0,0.45);
  }
  
  .hs-content-id-35006649177 div#hs_cos_wrapper_module_160018447003336 .call-to-action-container .row:after {
      background: rgba(0,0,0,0.35);
  }
  
  .logo-carousel.logo-slider a.slick-prev {
      left: 12px;
      width: 48px;
  }
  .logo-carousel.logo-slider a.slick-next {
      right: 12px;
      width: 48px;
  }
  
  .row.resource-filter-row .column100 {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
  }
  
  ul.resource-filter {
      max-width: 480px;
      width: 100%;
      margin: 0 auto;
  }
  
  ul.resource-filter li {
      flex: 0 0 calc(50% - 12px);
      width: calc(50% - 12px);
      margin: 0 0 6px 0;
      text-align: center;
  }
  
  .row.resources-row {
      justify-content: center;
  }
  
  .featured.column33 {
      width: 100%;
      max-width: 480px;
      float: none;
  }
  
  .post-listing .post-item {
      width: calc(50% - 24px);
      margin: 12px;
  }
  
  .team-member {
      flex: 0 0 25%;
      max-width: 25%;
      width: 25%;
  }
  
  .row.speech-bubble-row {
      max-width: 480px;
      width: 100%;
  }
  
  .speech-bubble {
      width: 212px !important;
      margin: 24px 0 !important;
  }
  
  .speech-bubble:nth-of-type(odd) {
      width: 212px !important;
      transform: translateY(-20%) !important;
  }
  
  .speech-bubble.tight-speech:nth-of-type(2) {
      transform: translateY(0%);
  }
  
  .column33.oval {
      width: calc(50% - 36px);
  }
  
  .footer .column50 {
      width: 100%;
      text-align: center;
      padding: 12px;
  }
  .footer .column50 ul {
      display: flex;
      width: 100%;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center;
  }
  
  
  div#hs_cos_wrapper_module_160043685675841 .column70 {
      padding-top: 0;
      transform: translateY(-48px);
  }
  div#hs_cos_wrapper_module_160043685675841 .column30 {
      padding-bottom: 0;
  }
  
  div#hs_cos_wrapper_module_160044647818541 .column70 {
      padding-top: 0;
      transform: translateY(-38px);
  }
  div#hs_cos_wrapper_module_160044647818541 .column30 {
      padding-bottom: 0;
  }
  
  
  
}
@media all and (max-width:768px) {
  
  html {
      font-size: 14px;
  }
  
  h2 {
      font-size: 1.9rem;
  }
  
  .row {
      padding: 0 6px;
  }
  
  div[class*='column'] {
      padding: 12px;
  }
  
  .hero-slider div[class*='column'] {
      padding:28px; 
  }
  
  .row.resources-row {
      justify-content: center;
  }
  
  .row.blog-listing-row .post-listing {
      justify-content: center;
  }
  
  .post-listing .post-item {
      width: 100%;
      margin: 12px;
      max-width: 480px;
  }
  
  .column25 {
      width: 100%;
      max-width: 480px;
  }
  
  .column25.step {
      width: calc(100% - 48px);
      margin: 0 24px 48px 24px;
      max-width: calc(100% - 48px);
  }
  
  .column33.bubble, .column25.bubble {
      width: 100%;
      max-width: 480px;
  }
  
  .column33.box {
      width: calc(100% - 36px);
      max-width: 400px;
  }

  .column25.box {
       width: calc(100% - 36px);
       max-width: 400px;
  }

  .column20.box {
       width: calc(100% - 36px);
        max-width: 400px;
  }
  
  .column50.pillar {
      width: calc(100% - 24px);
      margin: 0 12px 64px 12px;
      max-width: 480px;
  }

  .column33.pillar {
      width: calc(100% - 24px);
      margin: 0 12px 64px 12px;
      max-width: 480px;
  }

  .column25.pillar {
       width: calc(100% - 24px);
      margin: 0 12px 64px 12px;
      max-width: 480px;
  }
  
  img.color-block-image {
      width: 50%;
  }
  
  .team-member {
      flex: 0 0 33.333%;
      max-width: 33.333333%;
      width: 33.33333%;
  }
  
  div#hs_cos_wrapper_module_160069832786569 br {
      display: none;
  }
  
  .column33.oval {
      width: 100%;
      max-width: 400px;
  }


}
@media all and (max-width:481px) {
  
  h2 {
      font-size: 1.5rem;
  }
  
  .hero-slider p br {
   display:none; 
  }
  
  .section.post-body img {
      float: none !important;
      width: 100% !important;
      display: block !important;
      margin: 12px auto !important;
  }
  
  .main-post-content h1 {
      font-size: 1.8rem;
  }
  
  .container.call-to-action-container .row {
      padding: 0;
      min-height:240px;
  }
  
  .call-to-action-container .row div[class*='column'] {
      width: 100%;
  }
  
  a.slick-arrow {
      display: none !important;
  }
  
  li.logo img {
      max-width: 148px;
      width: 100%;
      max-height: 96px;
      height: auto;
      object-fit: contain;
  }
  
  .resource.featured img {
      height: 200px;
  }
  
  ul.resource-filter a {
      font-size: 0.9rem;
      padding: 8px;
  }
  
  div#topics-menu {
      display: none;
  }
  
  .team-member {
      flex: 0 0 50%;
      max-width: 50%;
      width: 50%;
  }
  
  .team-headshot {
      float: none;
      padding-right: 0;
      padding-bottom: 12px;
  }
  
  .team-profile {
      float: none;
      width: 100%;
  }
  
  .row.speech-bubble-row {
      flex-flow: column;
  }
  
  .speech-bubble {
      margin: 12px 0 !important;
  }
  .speech-bubble:nth-of-type(odd) {
      transform: translateY(0) !important;
  }
  
  
  .container.call-to-action-container.container-align-right,
  .container.call-to-action-container.container-align-center_right {
      background-position: 10% 0 !important;
  }
  
  .container.call-to-action-container.container-align-left,
  .container.call-to-action-container.container-align-center_left {
      background-position: 90% 0 !important;
  }
  
  .footer .column50:first-of-type ul {
      flex-flow: column;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
      padding: 4px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a:after {
      display:none; 
  }
}</pre></body></html>