.expansionForm .meet-the-author-section {
  max-width: 1032px;
  margin: 0 auto;
  margin-top: 80px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.expansionForm .meet-the-author-section .meet-the-author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 3rem auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 660px) {
  .expansionForm .meet-the-author-section .meet-the-author-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.expansionForm .meet-the-author-section .meet-the-author {
  display: inline-block;
  position: relative;
}
.expansionForm .meet-the-author-section .meet-the-author img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.expansionForm .meet-the-author-section .meet-the-author-info {
  margin-left: 3rem;
}
.expansionForm .meet-the-author-section .meet-the-author-info .author-name {
  font-size: 30px;
}
@media screen and (max-width: 660px) {
  .expansionForm .meet-the-author-section .meet-the-author {
    width: 100px;
  }
  .expansionForm .meet-the-author-section .meet-the-author img {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }
  .expansionForm .meet-the-author-section .meet-the-author-info {
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 27.5rem) {
  .expansionForm .layout-container__base--centered {
    padding: 0 6.125rem;
  }
}
@media (min-width: 65rem) {
  .expansionForm .layout-container__base--centered {
    padding: 0 8.125rem;
  }
}
@media (min-width: 80rem) {
  .expansionForm .layout-container__base--centered {
    padding: 0 9.375rem;
  }
}
@media screen and (min-width: 90rem) {
  .expansionForm .layout-container__base--centered {
    padding: 0 16.875rem;
  }
}

.longForm .basicHero__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.25rem;
  padding-bottom: 1rem;
}
.longForm .basicHero__container .heading1 {
  font-size: 2.5rem;
}
.longForm .basicHero__textLine {
  text-transform: none;
}
.longForm .basicHero__textLine .introCopy {
  font-size: 1rem;
}
.longForm .basicHero__textLine p {
  margin-top: 0;
}
.longForm .basicHero__content {
  max-width: 120rem;
  padding: 0;
}
@media (min-width: 27.5rem) {
  .longForm .basicHero__container {
    padding: 0 3.125rem;
    padding-bottom: 1rem;
  }
  .longForm .basicHero__container .heading1 {
    font-size: 3rem;
  }
  .longForm .basicHero__content {
    padding: 0;
  }
  .longForm .layout-container__base--centered {
    padding: 0 6.125rem;
  }
  .longForm .basicHero__textLine .introCopy {
    font-size: 1.375rem;
  }
}
@media (min-width: 46.9375rem) {
  .longForm .basicHero__container--gradient:before {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(18%, black), color-stop(7.83%, rgba(0, 0, 0, 0)), color-stop(17.25%, #000), color-stop(48.83%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(0, black 18%, rgba(0, 0, 0, 0) 7.83%, #000 17.25%, rgba(0, 0, 0, 0) 48.83%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0, black 18%, rgba(0, 0, 0, 0) 7.83%, #000 17.25%, rgba(0, 0, 0, 0) 48.83%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 65rem) {
  .longForm .basicHero__container {
    padding: 0 3.125rem;
    padding-bottom: 1rem;
  }
  .longForm .basicHero__container .heading1 {
    font-size: 4rem;
  }
  .longForm .basicHero__content {
    padding: 0;
  }
  .longForm .layout-container__base--centered {
    padding: 0 13.125rem;
  }
}
@media (min-width: 80rem) {
  .longForm .basicHero__container {
    padding: 0 4.375rem;
    padding-bottom: 1rem;
  }
  .longForm .basicHero__content {
    padding: 0;
  }
  .longForm .layout-container__base--centered {
    padding: 0 13.375rem;
  }
}
@media screen and (min-width: 90rem) {
  .longForm .basicHero__container {
    padding: 0 11.875rem;
    padding-bottom: 1rem;
  }
  .longForm .basicHero__content {
    max-width: 120rem;
    padding: 0;
  }
  .longForm .layout-container__base--centered {
    padding: 0 24.875rem;
  }
}
.longForm .meet-the-author-section {
  max-width: 1032px;
  margin: 0 auto;
  margin-top: 80px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.longForm .meet-the-author-section .meet-the-author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 3rem auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 660px) {
  .longForm .meet-the-author-section .meet-the-author-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.longForm .meet-the-author-section .meet-the-author {
  display: inline-block;
  position: relative;
}
.longForm .meet-the-author-section .meet-the-author img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.longForm .meet-the-author-section .meet-the-author-info {
  margin-left: 3rem;
}
.longForm .meet-the-author-section .meet-the-author-info .author-name {
  font-size: 30px;
}
@media screen and (max-width: 660px) {
  .longForm .meet-the-author-section .meet-the-author {
    width: 100px;
  }
  .longForm .meet-the-author-section .meet-the-author img {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }
  .longForm .meet-the-author-section .meet-the-author-info {
    margin-left: 0;
    text-align: center;
  }
}

.longForm .pullQuote,
.expansionForm .pullQuote {
  font-size: 1.25rem;
}
@media (min-width: 46.9375rem) {
  .longForm .pullQuote,
.expansionForm .pullQuote {
    font-size: 2.25rem;
  }
}

.text.base-rich-text h2 .text-navy {
  color: #15264c;
}

.text.base-rich-text h1,
.text.base-rich-text h2,
.text.base-rich-text h3,
.text.base-rich-text h4,
.text.base-rich-text h5,
.text.base-rich-text h6 {
  line-height: 1.1;
  letter-spacing: 0;
}

.text__base h1,
.text__base h2,
.text__base h3,
.text__base h4,
.text__base h5,
.text__base h6 {
  line-height: 1.1;
  letter-spacing: 0;
}

.text.base-rich-text h2 {
  margin: 1rem 0;
}

.articleTitle2 {
  font-size: 1.375rem;
}

.floatLeft .text.base-rich-text .text__base > p:first-child, .floatLeft .text.base-rich-text .text__base > h2:first-child, .floatLeft .text.base-rich-text .text__base > h3:first-child,
.floatRight .text.base-rich-text .text__base > p:first-child,
.floatRight .text.base-rich-text .text__base > h2:first-child,
.floatRight .text.base-rich-text .text__base > h3:first-child {
  margin: 1rem 0;
}
@media (min-width: 46.9375rem) {
  .floatLeft .text.base-rich-text .text__base > p:first-child, .floatLeft .text.base-rich-text .text__base > h2:first-child, .floatLeft .text.base-rich-text .text__base > h3:first-child,
.floatRight .text.base-rich-text .text__base > p:first-child,
.floatRight .text.base-rich-text .text__base > h2:first-child,
.floatRight .text.base-rich-text .text__base > h3:first-child {
    margin: 0;
  }
}

#headerSection hr {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.guideHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guideHeader > p {
  padding-right: 1rem;
}

.iconsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.floatLeft .aem-Grid .image.parbase, div.floatLeft .aem-Grid .basicTile.parbase {
  float: none;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 46rem) {
  div.floatLeft .aem-Grid .image.parbase, div.floatLeft .aem-Grid .basicTile.parbase {
    float: left;
    margin-right: 1.5rem;
    margin-left: -1.75rem;
  }
}
div.floatLeft .text.base-rich-text.aem-GridColumn--default--none {
  float: none;
  width: 100%;
}

@media (min-width: 46rem) {
 div.floatRight .aem-Grid .basicTile.aem-GridColumn--default--7  {
    float: right;
    margin-left: 1.5rem;
    margin-right: -1.75rem;
  }
  div.floatRight .aem-Grid .basicTile.aem-GridColumn--default--6  {
    float: right;
    margin-left: 1.5rem;
    margin-right: -1.75rem;
  }
}

div.floatRight .aem-Grid .image.parbase, div.floatRight .aem-Grid .basicTile.parbase {
  float: none;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 46rem) {
  div.floatRight .aem-Grid .image.parbase, div.floatRight .aem-Grid .basicTile.parbase {
    float: right;
    margin-left: 1.5rem;
    margin-right: -1.75rem;
  }
}
div.floatRight .text.base-rich-text.aem-GridColumn--default--none {
  float: none;
  width: 100%;
}

div.floatOffLeft .image__base {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 46rem) {
  div.floatOffLeft .image__base {
    width: 58%;
    float: left;
    margin-right: 1.75rem;
    margin-left: -1.75rem;
  }
}

div.floatOffRight .image__base {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 46rem) {
  div.floatOffRight .image__base {
    width: 58%;
    float: right;
    margin-left: 1.75rem;
    margin-right: -1.75rem;
  }
}

.book-now-strikethrough {
  background-color: white;
  margin-top: -2rem !important;
  margin-left: 1rem !important;
  padding: 0 0.5rem !important;
  position: absolute;
}
@media (min-width: 46rem) {
  .book-now-strikethrough {
    margin-top: -2.375rem !important;
  }
}

.editorial__firstLetter {
  color: #DF1B7C;
  font-size: 10.25rem;
  font-weight: bold;
  float: left;
  margin: 55px 0.05em 30px 0px;
}
@media only screen and (max-width: 768px) {
  .editorial__firstLetter {
    font-size: 6rem;
    margin: 30px 0.05em 15px 0px;
  }
}

.quoteCenter {
  text-align: center;
  margin: 80px auto;
  color: #000066;
  width: 55%;
}
.quoteCenter::after, .quoteCenter::before {
  content: "";
  color: #00A3E0;
  width: 64px;
  height: 8px;
  background-color: #00a3e0;
  border: none;
  display: block;
  margin: 16px auto;
}

.quoteRight {
  text-align: left;
  margin: 15px 0px 0px 30px;
  margin-right: -10%;
  color: #000066;
  float: right;
  width: 55%;
}
.quoteRight::after, .quoteRight::before {
  content: "";
  color: #00A3E0;
  width: 64px;
  height: 8px;
  background-color: #00a3e0;
  border: none;
  display: block;
  margin: 16px 0px;
}

.quoteLeft {
  text-align: left;
  margin: 15px 30px 0px 0px;
  color: #000066;
  float: left;
  width: 55%;
}
.quoteLeft::after, .quoteLeft::before {
  content: "";
  color: #00A3E0;
  width: 64px;
  height: 8px;
  background-color: #00a3e0;
  border: none;
  display: block;
  margin: 16px 0px;
}
.socialClass .social{
  top: -65px !important;
}
@media only screen and (max-width: 768px) {
.socialClass .social{
  top: 0px !important;
  position: relative !important;
}
}