

a {
  color: #e4ce9b;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

.pillar-template .header-container-wrapper {
  box-shadow: none;
}
.new-header.transparent-header {
  background: none;
  transition: all .2s;
}
.new-header.transparent-header .primary-menu .hs-menu-wrapper > ul a span {
  background: #395775;
}
.new-header.transparent-header.sticky {
  background: #395775;
}
.new-header.transparent-header.sticky .primary-menu .hs-menu-wrapper > ul a span {
  background: #fff;
  color: #395775;
}
.new-header.transparent-header.sticky .primary-menu .hs-menu-wrapper > ul a:hover span {
  color: #395775 !important;
}
.pillar-template .top-banner .overlay {
  background-color:rgba(57,87,117, .73);
}
.pillar-template .ch-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.pillar-template .ch-menu ul li {
  width: 50%;
  margin: 0;
}
.pillar-template .ch-menu ul li a {
  display: flex;
  align-items: center;
  background: 0;
  border: 0;
  text-decoration: none;
  color: #395775;
  padding: 30px 15px;
}
.pillar-template .ch-menu ul li:last-of-type {
  display: flex;
}
.pillar-template .ch-menu ul li:last-of-type span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.pillar-template .ch-menu ul li:last-of-type span img {
  flex-shrink: 0;
}
.pillar-template .ch-menu ul li:last-of-type p {
  text-decoration: underline;
  font-size: 26px;
  color: #395775;
}
.pillar-template .ch-menu ul li:last-of-type a {
  flex: 300px 0 1;
  margin-right: 30px;
}
.pillar-template .ch-menu h3 {
  margin: 0 10px 0 0;
  font-size: 100px;
  text-decoration: none;
  color: #395775;
  padding-right: 20px;
  border-right: 1px solid #395775;
  width: 80px;
  flex: 80px 0 0;
}
.pillar-template .ch-menu p {
  margin: 0;
  color: #000;
  font-size: 26px;
  line-height: normal;
  text-align: left;
  
}

.pillar-template .bottom-content {
  text-align: center;
  padding: 100px 0 150px;
}
.pillar-template .bottom-content-section .page-center {
  float: none;
  max-width: 1190px !important;
  margin: 0 auto;
  padding: 0 20px;
}
.pillar-template .bottom-content h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 50px;
  color: #395775;
}
.pillar-template .bottom-content p {
  font-size: 22px;
  font-weight: 300;
  margin: 0 auto 50px;
  color: #000;
  max-width: 700px;
}
.pillar-template .bottom-content a.button {
  background: #395775;
  border: none;
  border-radius: 0;
  font-weight: 300;
  width: auto;
  padding: 18px 80px;
  max-width: none;
  border: 2px solid #395775;
}
.pillar-template .bottom-content a.button:hover {
  background: #fff;
  color: #395775;
  border: 2px solid #395775;
}
/*
.pillar-template .footer-container-wrapper {
  background: #395775;
}
.pillar-template .footer-container-wrapper .footer-social i {
  color: #395775;
}
.pillar-template .footer-container-wrapper .container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1190px !important;
  margin: 0 auto;
  padding: 0 20px;
}*/
.pillar-template .menu-header {
  font-family: "Verlag A";
  font-size: 40px;
  color: #395775;
}

@media(max-width: 767px) {
  .new-header.transparent-header {
    background: #395775;
  }
  .pillar-template .menu-header {
    font-size: 24px;
  }
  .pillar-template .ch-menu ul {
    flex-direction: column;
    align-items: center;
  }
  .pillar-template .ch-menu ul li {
    width: 100%;
    margin: 0;
    max-width: 450px;
  }
  .pillar-template .ch-menu h3 {
    font-size: 48px;
    width: auto;
    flex: 30px 0 0;
  }
  .pillar-template .ch-menu ul li:last-of-type p {
    font-size: 18px;
  }
  .pillar-template .ch-menu ul li:last-of-type a {
    flex: 300px 1 1;
    margin-right: 0;
  }
}

/* Chapter Nav */

.pillar-template .ch-nav-bar {
  position: fixed;
  top: 98px;
  width: 100%;
  opacity: 0;
  z-index: 9;
  padding: 10px 0;
  transition: ease all .3s;
  background: #E4CE9B;
}
.pillar-template .ch-nav-bar .page-center {
  max-width: 1050px !important;
}
.pillar-template .ch-nav-bar .ch-nav {
  float: left;
  cursor: pointer;
}
.pillar-template .ch-nav-bar .ch-nav button {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  line-height: 16px;
  padding: 0 10px 0 0;
}
.pillar-template .ch-nav-bar .ch-nav button .fa {
  font-size: 16px;
}
.pillar-template .ch-nav-bar .ch-nav button,
.pillar-template .ch-nav-bar .ch-nav p {
  float: left;
}
.pillar-template .ch-nav-bar .ch-nav p,
.pillar-template .ch-nav-bar .form-link {
  font-size: 16px;
  line-height: 1em;
  margin: 0 auto;
}
.pillar-template .ch-nav-bar .form-link {
  text-decoration: none;
  float: right;
}
.pillar-template .ch-nav-bar .form-link img {
  position: relative;
  top: -2px;
  padding-right: 7px;
}

.pillar-template .ch-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.95);
}
.pillar-template .ch-overlay .overlay-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  border: none;
  background: url(//cdn2.hubspot.net/hubfs/349216/Images/Pillar%20Page/afpa_icon_close.svg) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  cursor: pointer;
}
.pillar-template .ch-overlay nav {
  position: relative;
  top: 25%;
  height: 60%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.pillar-template .ch-overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.pillar-template .ch-overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}


@media (max-width: 900px) {
  .pillar-template .ch-nav-bar { 
    display: none;
  }
}

.pillar-template .chapters {
  background: none;
}
.pillar-template .ch-overlay .chapters {
  max-width: 1190px !important;
  text-align: center;
}
.pillar-template .section3 .chapter,
.pillar-template .ch-overlay .chapter {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
  margin: 30px auto 0;
}
.pillar-template .section3 .chapter a,
.pillar-template .ch-overlay .chapter a {
  text-decoration: none;
  border: none !important;
}
.pillar-template .ch-overlay .chapter a {
      color: gray;
}
.pillar-template .section3 .chapter .ch-title,
.pillar-template .ch-overlay .chapter .ch-title {
  font-weight: 600;
  color: #0FBCF9;
  margin-bottom: 5px;
  font-size: 21px;
}
.pillar-template .section3 .chapter .ch-descr,
.pillar-template .ch-overlay .chapter .ch-descr {
  margin: 0 auto;
  display: inline;
}
.pillar-template .section3 .chapter:hover .ch-descr,
.pillar-template .ch-overlay .chapter:hover .ch-descr {
  border-bottom: 2px solid;
  border-color: inherit;
}
.pillar-template .section3 .chapter .ch-img,
.pillar-template .ch-overlay .chapter .ch-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 51px 0;
  margin-bottom: 10px;
  border-bottom: 10px solid #1E272E;
  -webkit-transition: ease all .3s;
  -moz-transition: ease all .3s;
  -o-transition: ease all .3s;
  -ms-transition: ease all .3s;
  transition: ease all .3s;;
}

@media (min-width: 551px) {
  .pillar-template .section3.section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pillar-template .section3 .chapter,
  .pillar-template .ch-overlay .chapter {
    width: 49%;
  }
}

@media (min-width: 801px) {
  .pillar-template .section3 .chapter,
  .pillar-template .ch-overlay .chapter {
    width: 32%;
  }
}

@media (min-width: 1025px) {
  .pillar-template .section3.section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pillar-template .section3 .chapter,
  .pillar-template .ch-overlay .chapter {
    width: 24%;
  }
}

@media(max-width: 767px) {
  .chapter-wrap p.chapter-num {
    font-size: 50px !important;
  }
  .chapter-wrap p.chapter-title {
    font-size: 24px !important;
  }
}

@media (max-width: 550px) {
  .pillar-template .section3 .chapter .ch-img, 
  .pillar-template .ch-overlay .chapter .ch-img {
    padding: 75px;
  }
}

.chapter-list form {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

.chapter-list form input[type="submit"]:hover{
  color: white !important;
  opacity: 0.9;
}

.chapter-list .hs_cos_wrapper_type_form .actions {
    text-align: center;
}