@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*REMOVED: ol, ul, li, */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

/*ol, ul {
  list-style: none;
}*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Zilla Slab", serif;
  border-top: 10px solid #064;
}
body.magazine-page {
  background-color: #064;
}

h1 {
  color: #333333;
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto 1rem;
  text-align: center;
}

h2, .schema-faq-question {
  display: block;
  color: #064;
  font-size: 1.75em;
  font-family: "Zilla Slab", serif;
  margin: 1em 0 0.25em 0;
  font-weight: bold;
}

h3, h4, h5, h6 {
  color: #064;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

img, object, video, embed{
  max-width: 100%;
  /* Prevents assets from breaking containers. Overriden if width is specified. */
  height: auto;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

.main-content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 1rem;
  background-color: #fff;
}

.content-container {
  padding-top: 1rem;
  width: 100%;
}
@media (min-width: 840px) {
  .content-container {
    width: 75%;
    margin: 0 auto 5rem;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 0;
  background-color: #064;
  color: #FFF;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin: 1em;
  letter-spacing: 1px;
}

.header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  font-size: 100%;
  background-color: #FFFFFF;
}
.header .category-nav,
.header .button-magazine,
.header .button-newsletter {
  display: none;
}
.header .search-container {
  text-align: right;
  white-space: nowrap;
}
.header .header-elements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.header .header-elements .header-title-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.header .header-elements .header-title-row .title-text {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
}
.header .header-elements .header-top-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: right;
      justify-content: right;
  -ms-flex-align: end;
      align-items: end;
}
@media (min-width: 840px) {
  .header .category-nav {
    display: inline-block;
    padding: 1em 2em 0.75em 0;
  }
  .header .category-nav a {
    color: #064;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
  }
  .header .category-nav a:not(:last-child):after {
    content: "/";
    margin: 0 5px 0 10px;
  }
  .header .button-magazine, .header .button-newsletter {
    display: block;
    margin: 1em 0;
  }
  .header .button-newsletter {
    font-size: 0.9em;
  }
  .header .button-magazine {
    background-color: #6C6F70;
    font-style: italic;
  }
  .header .header-elements {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .header .header-elements .header-title-row {
    gap: 3em;
  }
  .header .header-elements .header-title-row .title-text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .header .header-elements .header-title-row .title-text.magazine-title-text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .header .header-elements .header-title-row .title-text img {
    width: 100%;
  }
  .header .header-elements .header-top-row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header .hh-hamburger {
    display: none;
  }
}
.header form #s {
  vertical-align: middle;
  border: 1px solid #064;
  padding: 0.5em;
  color: #064;
  background-color: #FFF;
}
.header form #s:-ms-input-placeholder {
  color: #9EB28F;
  opacity: 1;
}
.header form #s::placeholder {
  color: #9EB28F;
  opacity: 1;
}
.header form #s:focus {
  background-color: #edf0ea;
}
.header form label.form-submit {
  display: inline-block;
}
.header form label.form-submit .header-search-btn {
  display: none;
}
.header form label.form-submit svg {
  height: 2em;
  margin: 0 0 0 0.25em;
  vertical-align: middle;
}
.header form label.form-submit svg:hover {
  cursor: pointer;
}
.header form label.form-submit svg .btn_search_background {
  fill: transparent;
  opacity: 0;
}
.header form label.form-submit svg .btn_search_icon {
  fill: #064;
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hh-hamburger {
  position: relative;
}
.hh-hamburger .hamburger-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: -0.65rem -0.65rem 0 0;
  background-color: rgba(0, 102, 68, 0.9);
  color: #FFF;
  padding: 1rem 6rem 1rem 1rem;
  z-index: 1;
}
.hh-hamburger.hamburger-open button.hamburger {
  position: relative;
  z-index: 2;
}
.hh-hamburger.hamburger-open .hamburger-overlay {
  display: block;
}
.hh-hamburger .hamburger-nav a {
  white-space: nowrap;
  color: #FFF;
  text-decoration: none;
  width: 100%;
  display: block;
  font-family: "Oswald", sans-serif;
}
.hh-hamburger .hamburger-nav a:hover {
  text-decoration: underline;
  color: #C7D28A;
}
.hh-hamburger .hamburger-nav .hamburger-categories a {
  font-size: 2em;
  margin: 0 0 0.5em 0.65em;
  position: relative;
}
.hh-hamburger .hamburger-nav .hamburger-categories a:before {
  content: "«";
  position: absolute;
  left: -0.65em;
}
.hh-hamburger .hamburger-nav .hamburger-buttons {
  border-top: 1px solid #FFF;
  padding-top: 1rem;
  margin-top: 1rem;
}
.hh-hamburger .hamburger-nav .hamburger-buttons a {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.hh-hamburger .hamburger-nav .hamburger-misc {
  border-top: 1px solid #FFF;
  padding-top: 1rem;
  margin-top: 1rem;
}
.hh-hamburger .hamburger-nav .hamburger-misc a {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.hh-hamburger .hamburger-nav .hamburger-logo a {
  text-align: center;
  margin-left: 3rem;
}
.hh-hamburger .hamburger-nav .hamburger-logo a svg {
  fill: white;
  width: 50%;
}

.footer {
  background-color: #064;
  color: #FFF;
  font-family: "Zilla Slab", serif;
  font-size: 100%;
  line-height: 1.2;
  padding-bottom: 2rem;
}
.footer .footer-legal {
  text-align: center;
}
.footer .footer-legal a {
  color: #FFF;
}
@media (min-width: 840px) {
  .footer .footer-legal > div {
    display: inline-block;
  }
  .footer .footer-legal > div:first-child:after {
    content: "|";
    padding-left: 0.65rem;
    margin-right: 0.65rem;
  }
}
.footer .footer-elements {
  background-color: #064;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 1rem;
}
.footer .footer-elements h3 {
  color: white;
}
.footer .footer-elements a {
  color: #FFF;
  line-height: 1.5;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.75);
          text-decoration-color: rgba(255, 255, 255, 0.75);
}
.footer .footer-elements a:hover {
  -webkit-text-decoration-color: unset;
          text-decoration-color: unset;
}
.footer .footer-elements > div {
  margin-bottom: 1rem;
}
.footer .footer-elements .footer-logo {
  text-align: center;
}
.footer .footer-elements .footer-logo svg {
  fill: #FFF;
  width: 15rem;
}
.footer .footer-elements .share-buttons {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.footer .footer-elements .share-buttons .share-button-text {
  display: none;
}
.footer .footer-elements .share-buttons svg {
  width: 3rem;
  margin-right: 0.3rem;
}
.footer .footer-elements .share-buttons svg .background {
  fill: #FFFFFF;
}
.footer .footer-elements .share-buttons svg .icon {
  fill: #006644;
}
.footer .footer-elements .footer-share-buttons,
.footer .footer-elements .footer-more-babson,
.footer .footer-elements .footer-contact {
  margin-bottom: 2rem;
}
.footer .footer-elements .footer-legal {
  text-align: center;
}
@media (min-width: 840px) {
  .footer .footer-elements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 0.65rem;
  }
  .footer .footer-elements .footer-logo {
    -ms-flex: 0 1 15%;
        flex: 0 1 15%;
    -ms-flex-order: 1;
        order: 1;
    margin-right: 2rem;
  }
  .footer .footer-elements .footer-logo svg {
    width: unset;
  }
  .footer .footer-elements .footer-contact {
    -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    -ms-flex-order: 2;
        order: 2;
  }
  .footer .footer-elements .footer-more-babson {
    -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    -ms-flex-order: 3;
        order: 3;
  }
  .footer .footer-elements .footer-share-buttons {
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    -ms-flex-order: 4;
        order: 4;
  }
}

.be-label {
  display: none;
}

.be-list, .be-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.be-list {
  list-style: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 44px;
  height: 36px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -4px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 44px;
  height: 8px;
  background-color: #064;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -14px;
}
.hamburger-inner::after {
  bottom: -14px;
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media (min-width: 840px) {
  .flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 2750px;
    width: 100%;
  }
  .flex-container .flex1 {
    -ms-flex-order: 1;
        order: 1;
    width: 66%;
  }
  .flex-container .flex2 {
    -ms-flex-order: 4;
        order: 4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 30%;
  }
  .flex-container .flex3 {
    -ms-flex-order: 2;
        order: 2;
    width: 66%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-container .flex3 .flex3a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .flex-container .flex3 .flex3b {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  .flex-container .flex3 .flex3c {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    background-color: #C7D28A;
    border-left: 1px solid #064;
    padding: 0 10px;
  }
  .flex-container .flex4 {
    -ms-flex-order: 5;
        order: 5;
    width: 30%;
  }
  .flex-container .column-break {
    position: relative;
    /*NOTE: this allows the vertical rule to be positioned*/
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 3;
        order: 3;
    width: 4%;
  }
  .flex-container .column-break .vertical-rule {
    display: none;
  }
}
@media (min-width: 840px) and (min-width: 840px) {
  .flex-container .column-break .vertical-rule {
    display: block;
    background-color: #064;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
}

.homepage-story {
  font-size: 100%;
  margin-bottom: 1.4em;
}
.homepage-story a {
  display: block;
  text-decoration: none;
}
.homepage-story .post-authors a,
.homepage-story .post-tags a,
.homepage-story .post-categories a {
  display: unset;
}
.homepage-story a.homepage-story-image {
  position: relative;
  margin-bottom: 0.4em;
}
.homepage-story a.homepage-story-image div {
  background-color: #000;
}
.homepage-story a.homepage-story-image div img {
  display: block;
}
.homepage-story .homepage-story-title {
  color: #3d3d3d;
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0.1em;
  font-weight: bold;
}
.homepage-story .homepage-story-excerpt {
  color: #333;
  font-family: "Zilla Slab", serif;
  font-weight: 100;
  font-size: 1em;
  /*NOTE: could use rem here to maintain excerpt font if we change font-size on the container */
  line-height: 1.4;
  margin-bottom: 0.2em;
}
.homepage-story.video a.homepage-story-image:after, .homepage-story.gallery a.homepage-story-image:after {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: block;
  width: 20%;
  height: auto;
  background-color: transparent;
  line-height: 0;
}
.homepage-story.video a.homepage-story-image:after {
  content: url("https://entrepreneurship.babson.edu/wp-content/themes/babson-ta/images/icon_video.svg");
}
.homepage-story.gallery a.homepage-story-image img {
  opacity: 0.8;
}
.homepage-story.gallery a.homepage-story-image:hover img {
  opacity: 1;
}
.homepage-story.gallery a.homepage-story-image:after {
  content: url("https://entrepreneurship.babson.edu/wp-content/themes/babson-ta/images/icon_gallery.svg");
}
.homepage-story.magazine a.homepage-story-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(102, 102, 102, 0.85);
  color: #FFF;
  padding: 0.3rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  content: "Babson Magazine";
}
.homepage-story.homepage-brief {
  display: -ms-flexbox;
  display: flex;
  gap: 0.65rem;
}
.homepage-story.homepage-brief a.homepage-story-image {
  -ms-flex-item-align: center;
      align-self: center;
}
.homepage-story.homepage-brief a.homepage-story-image img {
  width: 3rem;
  max-width: none;
}
.homepage-story.homepage-brief .homepage-story-title {
  font-weight: normal;
  font-size: 1.2rem;
}
.homepage-story.trending .homepage-story-title {
  font-weight: normal;
  font-size: 1.2rem;
}
.homepage-story:hover a.homepage-story-image img {
  opacity: 0.6;
}
.homepage-story:hover .homepage-story-title {
  text-decoration: underline;
}
.homepage-story .story-date,
.homepage-story .post-tags,
.homepage-story .post-categories,
.homepage-story .post-authors {
  margin: 0 0 1em 0;
}
.homepage-story .story-date a,
.homepage-story .post-tags a,
.homepage-story .post-categories a,
.homepage-story .post-authors a {
  color: #004e74;
  text-decoration: underline;
}

.template-type-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  max-width: 10%;
}
@media (min-width: 840px) {
  .template-type-icon {
    bottom: 1.8rem;
  }
}

.editors-picks {
  border-top: 1px solid #064;
  padding-top: 0.65rem;
  border-bottom: 1px solid #064;
  margin-bottom: 0.65rem;
}

.additional-stories-container .button-container {
  text-align: center;
}

.babson-magazine-container {
  border-top: 1px solid #064;
  padding-top: 0.65rem;
  margin-top: 0.65rem;
}

@media (min-width: 840px) {
  .editors-picks-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .editors-picks-container .homepage-story {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .editors-picks-container .homepage-story:nth-child(odd):last-child {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  .editors-picks-container .homepage-story .homepage-story-title {
    font-size: 1.2em;
  }

  .additional-stories-container {
    margin-right: 0.65rem;
  }
  .additional-stories-container .homepage-story {
    display: -ms-flexbox;
    display: flex;
  }
  .additional-stories-container .homepage-story .homepage-story-image {
    -ms-flex: 1;
        flex: 1;
  }
  .additional-stories-container .homepage-story .homepage-story-data {
    -ms-flex: 1;
        flex: 1;
    margin-left: 0.65rem;
  }
  .additional-stories-container .homepage-story .homepage-story-title {
    font-weight: normal;
    font-size: 1.2rem;
  }

  .babson-magazine-container {
    border-top: none;
    padding-top: 0;
  }
  .babson-magazine-container .homepage-story-title {
    font-weight: normal;
    font-size: 1.4rem;
  }
}
.trending-container {
  border-top: 1px solid #064;
  padding: 0.65rem 0 0 0;
}

.babson-briefs-container {
  border-top: 1px solid #064;
  padding: 0.65rem 0 0 0;
}

.earned-media-container {
  border-top: 1px solid #064;
  padding: 0.65rem 0 0 0;
}
.earned-media-container h3 {
  margin-bottom: 1.5em;
}
.earned-media-container .earned-media {
  margin-bottom: 2em;
}
.earned-media-container .earned-media .earned-media-title {
  font-family: "Zilla Slab", serif;
  font-size: 1.2em;
  margin-bottom: 0.2em;
  line-height: 1.1;
}
.earned-media-container .earned-media .earned-media-title a {
  color: #000;
  text-decoration: none;
}
.earned-media-container .earned-media .earned-media-title a:hover {
  text-decoration: underline;
}
.earned-media-container .earned-media .earned-media-source {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  color: #064;
  font-weight: bold;
}

.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 0.65rem;
}
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-container .feature-image-container {
  margin: 0 auto 1rem;
  font-size: 100%;
}
.story-container .featured-image-caption,
.story-container .wp-caption-text {
  line-height: 1.2;
  font-family: "Zilla Slab", serif;
  font-style: italic;
}
.story-container .wp-block-quote p {
  line-height: unset !important;
  margin: 0 !important;
}
.story-container .wp-block-quote p:first-child::first-line {
  font-size: inherit !important;
  color: inherit !important;
  margin: unset !important;
  line-height: inherit !important;
  float: none !important;
}
.story-container .wp-block-quote {
  color: #064;
  font-family: "Zilla Slab", serif;
  font-size: 1.5em;
  line-height: 1.2;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin: 1.5em 0;
  padding: 2rem 1rem;
  position: relative;
  clear: both;
}
.story-container .wp-block-quote cite {
  color: #333;
  font-family: "Zilla Slab", serif;
  font-size: 0.75em;
  font-style: italic;
  display: block;
  width: 100%;
  text-align: right;
}
.story-container .wp-block-quote cite:before {
  content: "—";
  margin-right: 5px;
}
.story-container .wp-block-quote:after {
  content: url("https://entrepreneurship.babson.edu/wp-content/themes/babson-ta/images/quote_box_gray.svg");
  position: absolute;
  top: -25px;
  left: 50%;
  margin: 0 -20px;
  background-color: #fff;
  padding: 10px 20px 0;
}
@media (min-width: 840px) {
  .story-container .featured-image-caption,
.story-container .wp-caption-text {
    text-align: right;
    width: 75%;
    margin: 0 0 0 auto;
  }
  .story-container .wp-block-quote {
    font-size: 2em;
    padding: 2rem 5rem;
  }
}
.story-container .story-metadata {
  margin: 0 auto 1rem;
  font-family: "Oswald", sans-serif;
  color: #666666;
  text-align: center;
  letter-spacing: 2px;
}
.story-container .story-metadata a {
  color: #666666;
}
.story-container .story-metadata a:hover {
  color: #000;
  text-decoration: none;
}
.story-container .story-text {
  margin: 0 auto 1rem;
}
.story-container .story-text .alignnone {
  margin: 0.5rem 0 1rem;
}
.story-container .story-text .alignleft {
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}
.story-container .story-text .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
}
.story-container .story-text .aligncenter {
  margin: 0.5rem auto 1rem;
}
.story-container .story-text li {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.5;
}
.story-container .story-text p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.5;
}
.story-container .story-text p:first-child::first-line {
  font-size: 1.5em;
  color: #003300;
  margin: 0 2px 0 0;
  line-height: 1.2;
  float: left;
}
.story-container .story-text a {
  color: #597C31;
}
.story-container .story-text a:hover {
  color: #C7D28A;
}
.story-container .story-text p.article-more-from-category {
  font-size: 1.5em;
  color: #064;
}
.story-container .story-text p.article-more-from-category a {
  color: #064;
}
.story-container .story-text p.article-more-from-category a:hover {
  text-decoration: none;
}
.story-container .story-text p.post-categories a,
.story-container .story-text p.post-tags a {
  color: #004e74;
}

#jp-relatedposts .jp-relatedposts-post-title a {
  text-decoration: none;
  color: #004e74;
}
#jp-relatedposts .jp-relatedposts-post-title a:after {
  content: " »";
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1 !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-size: 1.1rem !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
  margin-bottom: 0.65rem !important;
}
@media (max-width: 840px) {
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin: 0 !important;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100% !important;
    padding: 0 !important;
  }
  #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
    width: 100% !important;
  }
}

.in-article-cta {
  padding: 3rem 5rem;
  margin: 4rem 0;
  background-color: #C7D28A;
  border: 0.2em solid #064;
}
.in-article-cta .in-article-cta-text {
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  word-spacing: 2px;
}
.in-article-cta a.in-article-cta-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 0;
  background-color: #064;
  color: #FFF;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin: 1em;
  letter-spacing: 1px;
  display: block;
  padding: 0.6rem 1rem;
  border: 2px solid #EEAF00;
  background-color: #EEE;
  color: #064;
  font-size: 1.1rem;
  margin: 0 auto;
  box-shadow: 5px 5px 5px #064;
  width: 200px;
  overflow: auto;
}
.in-article-cta a.in-article-cta-btn:hover {
  color: #064;
  border: 2px solid #EEAF00;
  background-color: #FFF;
  box-shadow: 3px 3px 3px #064;
}

.video-template .in-article-cta {
  margin: 4rem 10%;
  padding: 3rem 4rem;
}

.callout-box {
  background-color: #DDD;
  padding: 0.5rem 2rem;
}

.author-link {
  display: inline-block;
  position: relative;
}

.author-mouseover {
  display: none;
  position: absolute;
  top: 1.65rem;
  left: 2rem;
  border: 1px solid #064;
  background-color: #f4f3ef;
  padding: 1rem;
  width: 30rem;
  font-size: 1em;
  font-family: "Zilla Slab", serif;
  text-align: left;
  color: #333333;
  box-shadow: 0.2rem 0.1rem 0.4rem 0.1rem #333333;
  line-height: 1.2;
}
.author-mouseover img {
  float: left;
  width: 25%;
  margin: 0 0.5rem 0.5rem 0;
}
.author-mouseover a {
  text-decoration: none !important;
  /* NOTE hack since links in mouseover aren't clickable */
}

.author-link a:hover + .author-mouseover {
  display: inline-block;
}

.slick-slider .slick-dots li button:focus .slick-dot-icon, .slick-slider .slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}
.slick-slider .slick-dots li button:focus .slick-dot-icon:before {
  color: #C7D28A;
}
.slick-slider .slick-dots li button .slick-dot-icon {
  color: #006644;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:focus .slick-dot-icon {
  color: #C7D28A;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button .slick-dot-icon {
  color: #C7D28A;
  opacity: 1;
}
@media (min-width: 840px) {
  .slick-slider .homepage-story {
    margin-bottom: 0;
  }
  .slick-slider .slick-arrow {
    bottom: 0;
    width: 48px;
    height: 46px;
    z-index: 1001;
    background-color: #597C31;
    background-size: 74px 71px;
    color: #FFF;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: -10px;
    background: url("https://www.babson.edu/media/images/digital-style-guide/chevron-arrow-left.png");
    background-size: cover;
  }
  .slick-slider .slick-arrow.slick-prev .slick-prev-icon:before {
    content: "" !important;
  }
  .slick-slider .slick-arrow.slick-next {
    right: -10px;
    background: url("https://www.babson.edu/media/images/digital-style-guide/chevron-arrow-right.png");
    background-size: cover;
  }
  .slick-slider .slick-arrow.slick-next .slick-next-icon:before {
    content: "" !important;
  }
}

.list-container .list-title {
  text-align: left;
}
.list-container .list-description {
  color: #333;
  font-family: "Zilla Slab", serif;
  font-size: 1.2em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.list-container .list-description a {
  color: #597C31;
}
.list-container .list-description a:hover {
  color: #C7D28A;
}
.list-container .homepage-story-title {
  font-size: 1.5em !important;
  margin-bottom: 0.25em !important;
}
.list-container .homepage-story-excerpt {
  font-size: 1.1em;
  margin-bottom: 0.5em !important;
}
.list-container .author-date-container {
  margin-bottom: 0.5em !important;
  line-height: 1.2;
  color: #6C6F70;
}
.list-container .author-date-container a {
  color: #6C6F70;
}
.list-container .post-tags {
  font-size: 1em;
  margin-bottom: 0.5em !important;
  line-height: 1.2;
  color: #333;
  word-spacing: 3px;
}
.list-container .post-tags a {
  color: #064;
}
.list-container .post-tags a:hover {
  color: #597C31;
}
.list-container .post-categories {
  font-size: 1em;
  margin-bottom: 0.5em !important;
  line-height: 1.2;
  color: #333;
  word-spacing: 3px;
}
.list-container .post-categories a {
  color: #005172;
}
.list-container .post-categories a:hover {
  color: #567B8A;
}
.list-container .homepage-story.homepage-brief a.homepage-story-image {
  -ms-flex-item-align: unset;
      align-self: unset;
}

#posts-navigation {
  width: 100%;
  padding: 1rem 1rem 2rem;
}
#posts-navigation a {
  font-size: 2rem;
  color: #064;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
#posts-navigation a:hover {
  text-decoration: underline;
}
#posts-navigation #newer-posts-link {
  float: right;
}

.author-description {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DDD;
  margin-bottom: 2rem !important;
  /*TODO: fix this with better nesting*/
}
.author-description img {
  float: left;
  width: 40%;
  margin: 0 1rem 1rem 0;
}

.author-title {
  font-family: "Zilla Slab", serif;
  color: #666666;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.author-name {
  font-family: "Zilla Slab", serif;
  color: #064;
  font-size: 1.5em;
  text-decoration: none;
  margin: 0 0 0.2em 0;
}

.trending-shortcode {
  color: #000 !important;
}
.trending-shortcode a {
  color: #000 !important;
}
.trending-shortcode a:hover {
  color: #000 !important;
}

.issue-edition {
  text-align: right;
  color: #FFF;
  background-color: #064;
  padding: 0.2rem 2rem 0.3rem 0.65rem;
  font-family: "Zilla Slab", serif;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.issue-issuu-link {
  margin-bottom: 1.5rem;
  text-align: right;
}

.issue-issuu-link a {
  color: #064;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.issue-issuu-link a:hover {
  text-decoration: underline;
}

.other-issues {
  border-top: 1px solid #064;
  padding: 0.65rem 0 0 0;
}

.other-issues a {
  font-family: "Zilla Slab", serif;
  color: #000;
  font-size: 1em;
  text-decoration: none;
  display: block;
  margin: 1em 1em 1em 0;
}
.other-issues a:hover {
  text-decoration: underline;
}

.magazine-page {
  /* NOTE: This block of code alters the order of elements in mobile for the magazine edition page*/
  /* The edition page uses the same layout as the homepage, but we changed the order for mobile there*/
  /* so that breaks the ordering of the magazine. */
}
@media (max-width: 839px) {
  .magazine-page .flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .magazine-page .flex1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .magazine-page .flex2 {
    -ms-flex-order: 3;
        order: 3;
  }
  .magazine-page .flex2 .flex2a {
    display: none;
  }
  .magazine-page .flex3 {
    -ms-flex-order: 2;
        order: 2;
  }
}
.magazine-page .editors-picks {
  padding-top: 1rem;
}

#book-shelf {
  margin-top: 1rem;
}

@media only screen and (min-width: 600px) {
  #book-shelf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 4rem;
    justify-items: center;
  }
}
@media only screen and (min-width: 800px) {
  #book-shelf {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
.book a {
  color: #597C31;
}
.book a:hover {
  color: #C7D28A;
}

.book-cover {
  width: 100%;
  margin-bottom: 0.5rem;
  max-width: none;
}

.book-title {
  margin: 0 0 1rem;
}

.book-author {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Zilla Slab", serif;
  margin-bottom: 0.4rem;
  color: #333;
}

.book-blurb {
  font-size: 1.2rem;
  font-family: "Zilla Slab", serif;
  color: #333;
  font-weight: 100;
  line-height: 1.7;
}

h3.wp-block-heading {
  text-transform: unset !important;
  line-height: 1.1;
}

.hamburger-overlay {
  font-size: 80% !important;
}
@media (min-width: 840px) {
  .hamburger-overlay {
    font-size: 100% !important;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212 !important;
    color: #EEF1DC;
    border-top: 10px solid #ADBF9A;
  }

  .main-content-area {
    background-color: #064;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #EEF1DC;
  }

  .header {
    background-color: #064;
  }
  .header .category-nav a {
    color: #EEF1DC;
  }

  .list-description,
.author-date-container,
.post-tags,
.post-categories,
.book-author,
.book-blurb {
    color: #EEF1DC !important;
  }
  .list-description a,
.author-date-container a,
.post-tags a,
.post-categories a,
.book-author a,
.book-blurb a {
    color: #EEF1DC !important;
  }

  .story-container .story-metadata {
    color: #EEF1DC;
  }
  .story-container .story-metadata a {
    color: #EEF1DC;
  }

  .story-container .story-text p:first-child::first-line {
    color: #EEF1DC;
  }

  .story-container .story-text a {
    color: #EEF1DC;
  }

  .story-container .wp-block-quote {
    color: #EEF1DC;
    border-bottom: 1px solid #EEF1DC;
    border-top: 1px solid #EEF1DC;
  }
  .story-container .wp-block-quote cite {
    color: #EEF1DC;
  }
  .story-container .wp-block-quote:after {
    background-color: #064;
  }

  .story-container .story-text p.post-categories a, .story-container .story-text p.post-tags a {
    color: #EEF1DC;
  }

  .story-container .story-text p.article-more-from-category a {
    color: #EEF1DC;
  }

  #jp-relatedposts .jp-relatedposts-post-title a {
    color: #EEF1DC;
  }

  .issue-edition {
    background-color: #FFFFFF;
    color: #006644;
  }

  .in-article-cta {
    border: 0.2em solid #FFFFFF;
  }

  a.in-article-cta-btn {
    color: #597C31 !important;
  }

  .header .button-magazine, .header .button-newsletter {
    background-color: #EEF1DC;
    color: #597C31;
  }

  .homepage-story .homepage-story-title {
    color: #EEF1DC;
  }

  .homepage-story .homepage-story-excerpt {
    color: #EEF1DC;
  }

  .earned-media-container .earned-media .earned-media-title a {
    color: #EEF1DC;
  }

  .slick-slider .slick-dots li.slick-active button .slick-dot-icon {
    color: #FFFFFF;
  }

  .slick-slider .slick-dots li button .slick-dot-icon {
    color: #FFFFFF;
  }

  .st1 {
    fill: #FFFFFF !important;
  }

  .st3 {
    fill: #006644 !important;
  }

  .st4 {
    fill: #74CBC8 !important;
  }

  .mg1 {
    fill: #FFFFFF !important;
  }

  .vertical-rule {
    background-color: #9EB28F !important;
  }

  .babson-briefs-container,
.trending-container,
.earned-media-container,
.editors-picks {
    border-top: 1px solid #9EB28F;
  }

  .editors-picks {
    border-bottom: 1px solid #9EB28F;
  }

  label.form-submit svg .btn_search_icon {
    fill: #FFF !important;
  }
}
@media (prefers-color-scheme: dark) and (min-width: 840px) {
  .babson-magazine-container .homepage-story .homepage-story-title {
    color: #666666;
  }
}
@media (prefers-color-scheme: dark) {
  .footer {
    background-color: #121212;
  }
}
@media (prefers-color-scheme: dark) {
  .footer-elements {
    border-top: 3px solid #9EB28F;
    padding-top: 2rem;
  }
}
@media (prefers-color-scheme: dark) {
  .additional-stories-container .button {
    border: 1px solid #FFFFFF;
  }
}
@media (prefers-color-scheme: dark) {
  .other-issues {
    border-top: 1px solid #EEF1DC;
  }
  .other-issues a {
    color: #EEF1DC;
  }
}
@media (prefers-color-scheme: dark) {
  #posts-navigation a {
    color: #EEF1DC;
  }
}
@media (prefers-color-scheme: dark) {
  .author-title,
.author-name {
    color: #EEF1DC;
  }
}
@media (prefers-color-scheme: dark) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #EEF1DC;
  }
}
@media (prefers-color-scheme: dark) {
  .hh-hamburger .hamburger-overlay {
    background-color: #003322;
    opacity: 0.9;
  }
}
@media print {
  .noPrint {
    display: none;
  }
}
@media screen {
  .onlyPrint {
    display: none;
  }
}
@media print {
  .hh-hamburger,
.header-buttons,
.header-top-row,
.search-container,
.footer-more-babson,
.footer-share-buttons,
.article-more-from-category,
.in-article-cta,
.sharedaddy {
    display: none;
  }

  .footer {
    background-color: #FFFFFF;
    color: #333;
  }
  .footer .footer-elements a {
    color: #333;
  }
  .footer .footer-contact a:not(:first-of-type),
.footer .footer-legal a {
    display: none;
  }
  .footer .footer-logo path {
    fill: #064;
  }
}
.wppopups-whole img {
  display: block;
}
.wppopups-whole .wForm {
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
.wppopups-whole .wForm .oneField {
  padding: 0;
  border: 0;
  margin: 0;
}
.wppopups-whole .wForm .oneField .inputWrapper {
  width: 100%;
}
.wppopups-whole .wForm .oneField .inputWrapper input {
  width: 100%;
  font-size: 1.5em;
  padding: 0.2em;
  color: #003300;
}
.wppopups-whole .wForm .oneField .label {
  font-weight: bold;
  color: #FFFFFF;
}
.wppopups-whole .wForm .actions {
  padding: 0;
  border: 0;
  margin: 0.5em 0;
  text-align: right;
}
.wppopups-whole .wForm .actions .captcha {
  padding: 0 !important;
}
.wppopups-whole .wForm .actions .captcha .g-recaptcha > div {
  margin: 0 0 0 auto;
}
.wppopups-whole .wForm .actions .captcha .captchaHelp,
.wppopups-whole .wForm .actions .captcha #disabled-explanation {
  display: none !important;
}
.wppopups-whole .wForm .actions input[type=submit] {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 0;
  background-color: #064;
  color: #FFF;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin: 1em;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  margin: 0;
}
.wppopups-whole .wForm .actions input[type=submit]:disabled {
  color: #666666;
  background-color: #999999;
}
.wppopups-whole .wForm .errMsg {
  color: yellow;
  font-weight: bold;
  padding-top: 2px;
}
.wppopups-whole .wFormFooter,
.wppopups-whole .supportInfo {
  display: none;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 2em solid transparent;
  border-top: 2em solid #064;
  position: relative;
  left: 80%;
}

.submit-magazine-news-page .wFormContainer {
  max-width: unset;
}
.submit-magazine-news-page .wFormContainer .wForm {
  padding: 0;
}
.submit-magazine-news-page .wFormContainer .wForm form > div.oneField {
  padding-left: 0;
}
.submit-magazine-news-page .wFormContainer .wForm label,
.submit-magazine-news-page .wFormContainer .wForm .label {
  font-weight: bold;
  color: #064;
}
.submit-magazine-news-page .wFormContainer .wForm textarea,
.submit-magazine-news-page .wFormContainer .wForm input {
  font-size: 2em;
  padding: 0.2em;
  color: #030;
}
.submit-magazine-news-page .wFormContainer .wForm form .oneChoice label,
.submit-magazine-news-page .wFormContainer .wForm form .oneChoice .label {
  font-weight: normal;
  color: #000;
}
.submit-magazine-news-page .wFormContainer .wForm #tfa_9 {
  padding: 0 0.2em 0.2em;
  margin-bottom: 0.2em;
}
.submit-magazine-news-page .wFormContainer .wForm .oneField {
  padding-left: 0;
}
.submit-magazine-news-page .wFormContainer .wForm input[type=file] {
  font-size: 1em;
  padding: 0.3em 0;
}
.submit-magazine-news-page .wFormContainer .wForm .field-hint-inactive .hint {
  opacity: unset;
}
.submit-magazine-news-page .wFormContainer .wForm .actions {
  padding: 0;
  margin: 0;
  border: 0;
}
.submit-magazine-news-page .wFormContainer .wForm input[type=submit] {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 0;
  background-color: #064;
  color: #FFF;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  margin: 1em;
  letter-spacing: 1px;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
  font-size: 30px;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  min-width: 44px;
  min-height: 44px;
  background-color: #064 !important;
  color: #ffffff !important;
}

@media (prefers-color-scheme: dark) {
  .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background-color: #ffffff !important;
    color: #064 !important;
  }
  .wp-pagenavi a, .wp-pagenavi span{
    color: #EEF1DC !important;
  }
  #latest-stories.jp-copy-bta a.jp-copy-bta-a{
    color: #EEF1DC !important;
  }
  .sd-social-icon div.sd-content ul li[class*=share-].share-linkedin a.sd-button,
  .sd-social-icon div.sd-content ul li[class*=share-].share-facebook a.sd-button,
  .sd-social-icon div.sd-content ul li[class*=share-].share-x a.sd-button {
    color: #006644 !important;
  }
}
