body.pillar-10-chap {
  color: #333;
}

img {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25;
  margin: 0 auto 20px;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}

p {
  font-weight: 400;
  line-height: 1.65;
  margin: 0 auto 15px;
}

.chapters .page-center,
.chapter-list .page-center {
  display: block;
  float: none !important;
  margin: 0 auto !important;
  max-width: 840px !important;
  width: 100% !important;
  padding: 0px 15px;
}

.section {
  padding: 60px 0px;
}

span#hs_cos_wrapper_my_social_sharing {
    display: flex;
    justify-content: center;
    flex-flow: row-reverse;
}

/* Vertically centred content */
@media (min-width: 768px) {
  .table-display:not(.align-top) .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  .table-display.align-top .row-fluid {
    display: flex;
  }
  .bottom.download.section {
    padding-left: 50px;
}
}

@media (max-width: 500px) {
 .child-trigger i {
   top: 50% !important; 
  }
}


/* Banner */
.top-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
.top-banner .overlay {
  position: relative;
  background-color: rgba(0,0,0,0.45);
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 50px 0;
}
.top-banner h1 {
  margin-bottom: 10px;
  color: #fff;
}
.top-banner p {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 45px;
}
.top-banner .banner-share p {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 auto 5px;
}
.top-banner i {
  color: #fff;
  font-size: 30px;
  margin: 0px 2px;
}
img.down-arrow {
  display: inline-block;
  margin-top: 50px;
}

/* Intro Section */
.introduction {
  text-align: center;
  background: #f9f9f9;
}
.introduction h2,
.introduction p {
  color: ;
}
.introduction p {
  font-size: 18px;
}

/* Download Section */
.download .above-form-text {
  text-align: center;
  margin-bottom: 40px;
}
.download .widget-type-linked_image {
  text-align: center;
}
.download .widget-type-linked_image img {
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.download input.hs-input {
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  box-shadow: inset 1px 1px 4px -1px rgba(0,0,0,0.20);
  border-radius: 3px;
  height: 39px;
}
.download .field.hs-form-field label {
  display: block;
  margin-bottom: 0;
}
.download a.hs-button.large.primary {
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  color: white;
  background: ;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.download.bottom .page-center {
  max-width: 1100px !important;
}
.download.bottom .form-text p {
  font-size: 20px;
}
.download.bottom .widget-type-form {
  margin: 15px auto 15px 0;
  width: min(650px, 100%);
}


/* Individual Chapter */
.chapter-wrap {
  position: relative;
}
.chapter-wrap .chapter-banner {
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.chapter-wrap .chapter-content {
  clear: both;
  padding-top: 60px;
}
.chapter-wrap p.chapter-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.chapter-wrap p.chapter-num {
  color: ;
  text-decoration: underline;
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  margin: 0 auto;
}
.chapter-wrap .intro-text {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.chapter-wrap .main-text {
  font-size: 16px;
  line-height: 1.4;
}
.chapter-wrap .main-text h3 {
  font-size: 21px;
}
.chapter-wrap .main-text ul {
  margin: 10px 0px 25px;
}
.chapter-wrap .main-text li {
  margin-bottom: 10px;
}
.chapter-wrap img {
  margin-bottom: 20px;
}
.chapter-wrap .quote {
  padding: 0px 30px;
}
.chapter-wrap .quote {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  border-left: 2px solid ;
  padding: 0px 30px;
  margin: 45px 0px;
}
.chapter-wrap p.quoter {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.chapter-wrap .resources.section {
  background: #f9f9f9;
  margin-top: 60px;
}
.chapter-wrap .resources .page-center {
  max-width: 870px !important;
}
.chapter-wrap .resources .single-resource {
  display: inline-block;
  vertical-align: top;
  margin: 18px;
}
.chapter-wrap .resource-boxes {
  opacity: 1;
  transition: ease all .3s;
}
.chapter-wrap .resource-boxes:hover {
  opacity: 0.75;
}
.chapter-wrap .resources h4 {
  font-size: 36px;
  margin-top: 0px;
}
.chapter-wrap .resource-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.chapter-wrap .resources .resource-boxes p,
.chapter-wrap .resources .resource-boxes p a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: ;
}
.chapter-wrap .resources .resource-boxes a.read-more {
  color: ;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid ;
  padding-bottom: 1px;
}

/* Table of Contents Chapter Menu */
.chapters {
  background: #f9f9f9;
}
.chapters .page-center,
.chapter-modal .page-center {
  max-width: 1180px !important;
}
.chapters .menu-header {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.ch-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.ch-menu ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px auto;
}
.ch-menu ul li a {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(151,151,151,0.5);
  padding: 30px 26px;
  height: 100%;
}
.ch-menu h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
  color: ;
  margin: 0 auto 20px;
}
.ch-menu p {
  color: ;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
}
.ch-menu .ch-hover {    
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: 0;
  transition: ease all .3s;
}
.ch-menu a:hover .ch-hover {
  opacity: 1;
  z-index: 1;
}
.ch-menu .ch-hover,
.ch-menu .ch-hover .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
}
.ch-menu .ch-hover .overlay {
  background: rgba(0,0,0,0.5);
}
.ch-menu .ch-hover h3,
.ch-menu .ch-hover .fa {
  position: relative;
}
.ch-menu .ch-hover h3 {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  top: 49%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.ch-menu .ch-hover .fa {
  font-size: 20px;
  top: 0;
  padding-left: 18px; 
}

/* Sticky Side Chapter Nav */
.side-chapter-nav {
  display: block;
  position: absolute;
  left: -175px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3;
  max-width: 145px !important;
  transition: ease all .3s;
}
.side-chapter-nav.is_stuck {
  position: fixed;
  left: 0 !important;
}
.side-chapter-nav ul {
  list-style-type: none;
  font-family: ;
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  margin: 0 auto;
}
.side-chapter-nav ul li a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: rgba(,0.55);
  padding: 13px 0;
  margin: 0 auto;
}
.side-chapter-nav ul li a,
.side-chapter-nav .nav-download {
  border-left: 8px solid transparent;
  padding-left: 20px;
}
.side-chapter-nav ul li a span {
  display: none;
}
.side-chapter-nav ul li a.active span {
  display: inline-block;
}
.side-chapter-nav ul li a.active,
.side-chapter-nav ul li a.active span{
  text-decoration: underline;
}
.side-chapter-nav ul li a:hover,
.side-chapter-nav ul li a.active,
.side-chapter-nav .nav-download:hover,
.side-chapter-nav .nav-download.active {
  border-left: 8px solid ;
}
.side-chapter-nav ul li a:hover,
.side-chapter-nav ul li a.active,
.side-chapter-nav .nav-download:hover,
.side-chapter-nav .nav-download a:hover {
  color: ;
}
.side-chapter-nav .nav-download .fa {
  position: relative;
  left: -5px;
  font-size: 28px;
  color: ;
  padding-top: 7px;
}
.midnightHeader.chapter-banner ul li a,
.midnightHeader.chapter-banner .nav-download .fa {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}
.midnightHeader.chapter-banner ul li a:hover,
.midnightHeader.chapter-banner ul li a.active,
.midnightHeader.chapter-banner .nav-download:hover,
.midnightHeader.chapter-banner .nav-download.active {
  border-color: #fff;
}
.side-chapter-nav .midnightInner {
  overflow: hidden !important;
}

/* Sticky Bottom Chapter Nav */
.bottom-chapter-nav {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  font-family: ;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  padding: 0;
  transition: ease all .3s;
}
.bottom-chapter-nav.hidden {
  bottom: -175px;
}
.bottom-chapter-nav .view-chapters {
  display: inline-block;
  cursor: pointer;
  padding: 17px 15px;
}
.bottom-chapter-nav .view-chapters * {
  vertical-align: middle;
}
.bottom-chapter-nav .ch-menu-trigger,
.bottom-chapter-nav .ch-title {
  display: inline-block;
}
.bottom-chapter-nav .ch-menu-trigger,
.bottom-chapter-nav .ch-menu-trigger:before,
.bottom-chapter-nav .ch-menu-trigger:after {
  position: relative;
  content: '';
  width: 30px;
  height: 3px;
  background: ;
  border-radius: 8px;
  margin-right: 15px;
}
.bottom-chapter-nav .ch-menu-trigger:before,
.bottom-chapter-nav .ch-menu-trigger:after {
  position: absolute;
}
.bottom-chapter-nav .ch-menu-trigger:before {
  top: -6px;
}
.bottom-chapter-nav .ch-menu-trigger:after {
  top: 6px;
}
.bottom-chapter-nav .download {
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: bottom;
  background: #009e69;
  width: 100%;
  max-width: min(240px, 50%);
  padding: 18px 20px;
}
.bottom-chapter-nav .download .fa {
  font-size: 16px;
  padding-right: 15px;
}

/* Chapter Menu Modal */
.chapter-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  padding-top: 50px;
}
.chapter-modal .ch-menu ul li {
  margin-top: 15px;
  margin-bottom: 15px; 
}
.chapter-modal .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.mobile-chapter-nav,
.chapter-modal {
  display: none;
}

/* Back To Top */
.to-top a {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 85px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  border-radius: 50%;
  background: ;
  opacity: 0.4;
  transition: ease all .3s;
}
.to-top a:hover { 
  opacity: 0.8;
}
.to-top a.hide {
  right: -100px;
}

/* Forms */
body .hs-form-field {
  margin-bottom: 15px;
}

body .hs-form-field > label {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

body label .hs-form-required {
  display: inline-block;
  color: #f00;
  margin-left: 5px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  border: 1px solid #C5C5C5;
  padding: 0px 15px;
  margin: 0;
}

body select {
  min-height: 1px;
}

body textarea {
  min-height: 200px;
  padding: 15px;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('//cdn2.hubspot.net/hubfs/142915/_einstein/External%20Pillar/down-arrow.png');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 10px;
}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style-type: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Errors */
.hs_error_rollup {
  display: none;
}
.hs-error-msgs {
  position: absolute;
  list-style-type: none;
  color: #f00;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}
@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}
#caldays {
  margin-bottom: 4px;
}

/* Submit */
.hs-button.primary.large {
  margin-top: 15px !important;
}


/* Buttons */
.hs-button.primary.large, 
.button {
  display: inline-block;
  width: 100%;
  max-width: 215px;
  background: ;
  font-family: ;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: ease all .3s;
  -webkit-appearance: none;
  border-radius: 8px;
  border: none;
  padding: 15px;
  margin: 10px auto 0;
}
.hs-button.primary.large:hover, 
.button:hover {
  background: ;
}


/* Media Queries */    
@media (min-width: 550px) {	
  .ch-menu ul li {
    width: 46%;
    margin: 15px 2%;
  }
}
    
@media (min-width: 768px) {	    
  .top-banner .overlay {
    padding-top: 50px;
  }
  .top-banner .overlay .page-center {
    display: table;
    height: 95vh;
  }
  .top-banner .overlay .page-center .row-fluid {
    display: table-cell;
    vertical-align: middle;
  }

  .resources .single-resource {
	  width: 44%;
  }
  
  .bottom.download .content-side {
    padding-right: 5%;
  }
  .bottom.download .widget-type-linked_image {
    padding-top: 15px;
  }
  
  .ch-menu ul li {
    width: 29%;
    margin: 22px 2%;
  }
}

@media (max-width: 1024px) {
  .side-chapter-nav {
    display: none; 
  }
  
  .bottom-chapter-nav {
    display: block;
  }
}

@media (max-width: 767px) {  
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  } 
  
  .top-banner .overlay {
    padding: 100px 0 50px;
  }
  
  .download .widget-type-linked_image {
    margin-bottom: 25px;
  }
  .bottom.download .widget-type-linked_image {
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .chapter-wrap .chapter-banner {
    height: 200px;
  }
  .chapter-wrap p.chapter-title {
    font-size: 36px;
  }
  
  .bottom-chapter-nav .ch-title {
    display: none;
  }
  
  .to-top a {
    right: 15px;
    bottom: 65px;
  }
  
  .pillar-page-a .page-center {
    padding: 0 20px !important;
  }