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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Colors */
 /* Dark grey */
 /* Light grey */
 /* orange */
 /* black */
 /* orange */
 /* black */

 /* Light Grey */
 /* Grey */
 /* Dark Grey */

/* Typography */






*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* Reduces min-height on bootstrap structure */
.body-container .row-fluid [class*="span"] { min-height: 1px; }

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  color: #898989;
  font-family: 'Whitney A', 'Whitney B', arial, sans-serif;;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #f69200;
  text-decoration: none;
}
a:hover {
  color: #000000;  
}

img {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Whitney A', 'Whitney B', arial, sans-serif;;
  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;
}

hr {
  clear: both;
  color: #979797;
  background-color: #979797;
  height: 1px;
  border: none;
  margin: 45px 0;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #f69200;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #f69200;
  text-shadow: none;
}

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

.section {
  padding: 60px 0px;
}

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

/* Header Resets */

.container-fluid .row-fluid .custom-header .page-center {
	max-width: 966px !important;
}

.custom-header {
    z-index: 9999999999;
}

.header-search-box input[type="text"] {
	min-height: auto;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
	box-sizing: border-box !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;
}
.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: #383838;
}
.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: 5px 0px 8px;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  box-shadow: inset 1px 1px 4px -1px rgba(0,0,0,0.20);
  border-radius: 3px;
  height: auto;
  margin-right: 10px;
}
.download .field.hs-form-field label {
  font-size: 14px;
}
.download a.hs-button.large.primary {
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  color: white;
  background: #f69200;
  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;
}

.download form {
  padding: 10px;
}

@media screen and (max-width: 767px) {
    .download.section img {
        max-height: 66vh;
        width: auto !important;
    }
}

/* 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 {
  padding-top: 60px;
}
.chapter-wrap p.chapter-title {
  font-family: 'Whitney A', 'Whitney B', arial, sans-serif;;
  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: #000000;
  text-decoration: underline;
  font-family: 'Whitney A', 'Whitney B', arial, sans-serif;;
  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 #000000;
  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: #898989;
}
.chapter-wrap .resources .resource-boxes a.read-more {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 1px;
}

/* Table of Contents Chapter Menu */
.chapters {
  background: #F9F9F9;
  font-family: 'Whitney A', 'Whitney B', arial, sans-serif;;
}
.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;
}
.ch-menu ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px auto;
}
.ch-menu ul li a {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(151,151,151,0.5);
  padding: 30px 26px;
  min-height: 160px;
}
.ch-menu h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
  color: #f69200;
  margin: 0 auto 20px;
}
.ch-menu p {
  color: #383838;
  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; 
}

/* @media(max-width: 1100px){
  .top-banner .overlay .page-center {
  	height: 400px !important;
  }
} */

/* 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: 'Whitney A', 'Whitney B', arial, sans-serif;;
  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(246, 146, 0,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 #f69200;
}
.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: #f69200;
}
.side-chapter-nav .nav-download .fa {
  position: relative;
  left: -5px;
  font-size: 28px;
  color: #f69200;
  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: 'Whitney A', 'Whitney B', arial, sans-serif;;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: white;
  background: #898989;
  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: white;
  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: #f69200;
  width: 100%;
  max-width: 240px;
  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: #000000;
  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;
}

.selectric {
    max-width: 500px;
}
.selectric .button:hover {
    background: transparent;
}

.selectric .button {
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    margin: 0;
}

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 {}
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: relative;
  list-style-type: none;
  color: #f00;
  font-size: 14px;
  padding: 0;
  margin: 0 auto;
}

form select {
    height: 50px;
}

/* 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: #f69200;
  font-family: 'Whitney A', 'Whitney B', arial, sans-serif;;
  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: #000000;
}

.cbar {
  color: white;
	background: #F59131;
}

.cbar a {
  color: #fff !important;
  text-decoration: underline;
}

.cbar a:hover {
  text-decoration: none;
}
.chapter-wrap .cbar p:last-child {
  margin: 0;
}
.pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar p, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar li, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar span, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar label, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar h1, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar h2, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar h3, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar h4, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar h5, .pillar-10-chap #hs_cos_wrapper_widget_6528821366 .cbar h6 {
  color: #fff !important;
}

.pillar-10-chap .custom-footer {
  margin-top: 0;
}

.pillar-10-chap a.right-link.contact-visible {
    bottom: 148px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    text-overflow: unset;
}

.custom-footer .page-center {
    max-width: 966px !important;
}

.custom-footer-menu .hs-menu-wrapper ul li a {
    max-width: 100%;
    padding: 0;
}

/* 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 (min-width: 1000px) {	
	height: 65vh;
}

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

@supports ((display: -ms-grid) or (display: grid)) {
	.ch-menu ul {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-gap: 46px;
		padding: 22px;
	}

	.ch-menu ul li {
		width: 100%;
		margin: 0;
	}

	.ch-menu ul li a {
		height: 100%;
	}


	@media (min-width: 550px) {
		.ch-menu ul {
			-ms-grid-columns: 1fr 46px 1fr;
			grid-template-columns: 1fr 1fr;
		}
	}
	@media (min-width: 767px) {
		.ch-menu ul {
			-ms-grid-columns: 1fr 46px 1fr 46px 1fr;
			grid-template-columns: 1fr 1fr 1fr;
		}
	}
}

@supports ((display: -ms-grid) or (display: grid)) {
.resources.section > .page-center {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

@media screen and (min-width: 540px) {
    .resources.section > .page-center {
        -ms-grid-columns: 1fr 46px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 46px;
        padding: 0 25px;
    }
    .resources.section > .page-center > div:not(.single-resource) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/2/3;
    }
    .chapter-wrap .resources .single-resource {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
}