@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&display=swap");
:root {
  --bu-red: #cc0000;
  --harbor-blue: #1F5D82;
  --boston-gold: #D1BF69;
  --sonic-silver: #747474;
  --bu-today-bg: #f4f6f8;
  --quote-bg: white;
  --quote-shadow: rgba(0, 0, 0, 0.16);
}

/* Benton Sans Compressed, Bold w/ Italics */
@font-face {
  font-family: "BentonSansComp";
  src: url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-2.eot");
  src: url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-2.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-3.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "BentonSansComp";
  src: url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold-Italic/c881d891-c9fe-443f-9067-4fd904cc7ec7-2.eot");
  src: url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold-Italic/c881d891-c9fe-443f-9067-4fd904cc7ec7-2.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold-Italic/c881d891-c9fe-443f-9067-4fd904cc7ec7-3.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/BentonSansComp-Bold-Italic/c881d891-c9fe-443f-9067-4fd904cc7ec7-1.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}

/* Barlow: Regular, Medium, Semibold, Bold, Black w/ Italics */
/* Fallback System Fonts */
@font-face {
  font-family: 'Adjusted Arial Narrow Fallback';
  src: local(Arial Narrow);
  font-weight: bold;
  size-adjust: 100%;
  ascent-override: 92%;
  descent-override: normal;
  line-gap-override: normal;
}

@font-face {
  font-family: 'Adjusted Trebuchet MS Fallback';
  src: local(Trebuchet MS);
  size-adjust: 97%;
  ascent-override: 103%;
  descent-override: normal;
  line-gap-override: normal;
}

/* Font Variables */
:root {
  --benton-compressed: "BentonSansComp", 
                        'Adjusted Arial Narrow Fallback', 
                        sans-serif;
  --barlow: 'Barlow',
            'Adjusted Trebuchet MS Fallback',
            sans-serif;
}

/* Variables & Placeholders */
:root {
  --long-quote: clamp(1.00rem, calc(0.93rem + 0.42vw), 1.25rem);
}

/* Global */
.publication-butoday h1.head,
.publication-butoday h4.deck,
.wp-prepress-layout-article-content .wp-block-group.intro-section,
blockquote p,
blockquote cite {
  font-family: var(--barlow);
}

/* Banner */
.head {
  line-height: clamp(1, 1, 1.6);
}

.love,
.boston {
  font-weight: 900;
  text-transform: uppercase;
}

.break {
  font-family: var(--benton-compressed);
}

.wp-block-editorial-leadin .deck {
  font-weight: 500;
}

/* Intro Section */
.wp-prepress-layout-article-content .wp-block-group.intro-section p {
  margin-bottom: 25px;
}

.publication-butoday .intro-section p.has-drop-cap:not(:focus):first-letter {
  font-size: 4em;
  font-weight: 900;
  line-height: 0.9;
  border: 2px solid var(--boston-gold);
  margin: initial;
  -webkit-margin-before: 0.01em;
          margin-block-start: 0.01em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0.2em;
          margin-inline-end: 0.2em;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0.05em 0.15em 0.1em;
}

.lead-question {
  line-height: 1.3;
}

/* Quotes */
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large cite,
blockquote p,
blockquote cite {
  font-size: var(--long-quote);
  font-style: normal;
  line-height: clamp(1.6, 1, 1.4);
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
blockquote p {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}

blockquote p {
  font-weight: 600;
}

blockquote cite strong {
  color: var(--bu-red);
}

.publication-butoday .wp-prepress-layout-article-content p a,
.publication-butoday .wp-prepress-layout-article-content cite a,
.publication-butoday .wp-prepress-layout-article-content ul:not(.wp-prepress-component-actions-toolbar-content):not(.wp-prepress-taxonomy-list-tags) a {
  color: var(--harbor-blue);
}

/* Variables & Placeholders */
/* Styles */
.wp-block-editorial-leadin.is-style-text-over-image .container-words-outer {
  overflow: hidden;
  padding-left: initial;
  padding-right: initial;
}

.wp-block-editorial-leadin.is-style-text-over-image .container-words-inner {
  width: initial;
}

@media screen and (max-width: 500px) {
  .wp-block-editorial-leadin.is-style-text-over-image .container-words-inner {
    margin: 2em 1.84275vw;
  }
}

@media (min-width: 657px) {
  .wp-block-editorial-leadin.is-style-text-over-image .container-words-inner {
    inline-size: 540px;
  }
}

@media (min-width: 992px) {
  .wp-block-editorial-leadin.is-style-text-over-image .container-words-inner {
    scale: 1.15;
  }
}

@media screen and (max-width: 500px) {
  .has-media-focus-center-middle.wp-block-editorial-leadin .wp-block-leadin-media {
    height: 678px;
  }
  .has-media-focus-center-middle.wp-block-editorial-leadin [class*="wp-block-"][class*="-media"] img,
  .has-media-focus-center-middle.wp-block-editorial-leadin .container-words-inner {
    height: inherit;
  }
  .has-media-focus-center-middle.wp-block-editorial-leadin .container-words-inner {
    bottom: 0;
    top: 0;
    position: absolute;
  }
}

.head {
  display: inline-block;
  position: relative;
  max-width: 325px;
}

@media (min-width: 657px) {
  .head {
    max-width: 485px;
  }
}

.head::after {
  content: url("/today/wpassets/articles/2023_whyiloveboston/assets/image/heart.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  scale: 0.75;
  top: 0;
  translate: 0 -30px;
  z-index: -1;
}

.why-i,
.love,
.boston,
.break {
  display: block;
  position: relative;
}

@media (min-width: 657px) {
  .why-i,
  .love,
  .boston,
  .break {
    display: inline-block;
  }
}

.why-i,
.love,
.boston {
  color: white;
  text-shadow: 6px 6px 0 var(--harbor-blue);
}

.why-i {
  font-size: 92px;
  -webkit-padding-end: 0.4ch;
          padding-inline-end: 0.4ch;
}

.love {
  font-size: 100px;
  margin-top: -5px;
  text-transform: uppercase;
}

@media (min-width: 657px) {
  .why-i,
  .love {
    font-size: 96px;
  }
}

.boston {
  font-size: 65px;
}

@media (min-width: 657px) {
  .boston {
    font-size: 130px;
  }
}

.break {
  background: white;
  color: var(--bu-red);
  display: inline-block;
  font-size: 47px;
  inline-size: 260px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  margin-inline: -10px;
  padding-block: 5px;
}

@media (min-width: 657px) {
  .break {
    inline-size: 500px;
  }
}

h4.deck {
  color: white;
}

/* Variables & Placeholders */
.wp-prepress-layout-article-content > blockquote, .wp-block-quote,
.wp-block-quote.is-style-large {
  background: var(--quote-bg);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding-block: 15px !important;
  padding-inline: 15px !important;
}

@media (min-width: 500px) {
  .wp-prepress-layout-article-content > blockquote::before, .wp-prepress-layout-article-content > blockquote::after {
    --box-dimensions: 3rem;
    background: transparent !important;
    border: 8px solid var(--bu-red);
    content: '';
    block-size: var(--box-dimensions);
    inline-size: var(--box-dimensions);
    position: absolute;
  }
}

.wp-prepress-layout-article-content > blockquote:nth-child(odd)::before {
  -webkit-border-end: 0;
          border-inline-end: 0;
  -webkit-border-after: 0;
          border-block-end: 0;
  inset-inline-start: -15px;
  inset-block-start: -15px;
}

.wp-prepress-layout-article-content > blockquote:nth-child(even)::before {
  -webkit-border-start: 0;
          border-inline-start: 0;
  -webkit-border-after: 0;
          border-block-end: 0;
  inset-inline-end: -15px;
  inset-block-start: -15px;
}

.wp-prepress-layout-article-content > blockquote:nth-child(odd)::after {
  -webkit-border-start: 0;
          border-inline-start: 0;
  -webkit-border-before: 0;
          border-block-start: 0;
  inset-block-end: -15px;
  inset-inline-end: -15px;
}

.wp-prepress-layout-article-content > blockquote:nth-child(even)::after {
  -webkit-border-end: 0;
          border-inline-end: 0;
  -webkit-border-before: 0;
          border-block-start: 0;
  inset-block-end: -15px;
  inset-inline-start: -15px;
}

/* Styles */
.wp-prepress-layout-article-content .wp-block-group.intro-section {
  padding-block: clamp(7.5px, 5%, 30px);
  padding-inline: clamp(15px, 5%, 45px);
}

.wp-block-media-text {
  margin-block: clamp(30px, 15%, 45px);
}

.wp-block-quote {
  margin-block: clamp(45px, 5%, 60px);
}

@media screen and (max-width: 500px) {
  .wp-block-quote {
    margin-inline: 2.0855vw;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-prepress-layout-article-content > blockquote {
  padding-left: initial;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.wp-prepress-layout-article-content > blockquote::before {
  bottom: unset;
  left: unset;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin: 0 auto 30px;
  padding: initial;
}

.wp-prepress-layout-article-content > .wp-block-columns.alignfull {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 500px) {
  .wp-prepress-layout-article-content > .wp-block-columns.alignfull {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.wp-block-image img {
  width: 65%;
}

.has-content-box .wp-block-editorial-parallax-content-inner {
  margin-top: initial;
  margin-bottom: initial;
}

.responsive-video {
  margin-bottom: initial;
  padding-top: initial;
  z-index: -1;
}

@media (min-width: 500px) {
  .responsive-video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.responsive-video,
.wp-block-image.alignfull.size-large {
  scale: 1.15;
}

.wp-block-spacer {
  height: 30px !important;
}

@media (min-width: 768px) {
  .wp-block-spacer {
    height: 60px !important;
  }
}

.wp-block-spacer.wp-block-spacer-lrg {
  height: 60px !important;
}

@media (min-width: 768px) {
  .wp-block-spacer.wp-block-spacer-lrg {
    height: 120px !important;
  }
}

/* Variables & Placeholders */
:root {
  --animate-duration: 1s;
}

.why-i, .love {
  animation-duration: .8s;
  animation-duration: calc(var(--animate-duration)*0.8);
}

.boston, .head::after, .deck, .wp-prepress-tag {
  animation-duration: 1s;
  animation-duration: calc(var(--animate-duration)*1);
}

.break {
  animation-duration: 1.25s;
  animation-duration: calc(var(--animate-duration)*1.25);
}

/* Styles */
@supports (animation-name: test) {
  .wp-prepress-tag,
  .why-i,
  .love,
  .boston,
  .break,
  .head::after,
  .deck {
    opacity: 0;
  }
}

.why-i {
  animation-name: bounceIn;
  animation-delay: 200ms;
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.love {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-delay: 750ms;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.boston {
  animation-name: backInUpBounceIn;
  animation-delay: 1000ms;
}

@keyframes backInUpBounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0;
  }
  40% {
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  60% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  70% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.break {
  animation-name: fadeInRightBig;
  animation-delay: 1500ms;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.head::after {
  animation-name: fadeIn;
  backface-visibility: visible !important;
  animation-delay: 1250ms;
}

.deck {
  animation-name: fadeInUp;
  animation-delay: 2000ms;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.wp-prepress-tag {
  animation-name: fadeIn;
  animation-delay: 1250ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wp-prepress-tag,
.why-i,
.love,
.boston,
.break,
.head::after,
.deck {
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce), print {
  .wp-prepress-tag,
  .why-i,
  .love,
  .boston,
  .break,
  .head::after,
  .deck {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

.intro-section {
  opacity: 0;
}

@media (min-width: 768px) {
  .wp-prepress-layout-article-content > blockquote,
  .wp-block-media-text .wp-block-quote {
    scale: 1;
    transition: scale 375ms ease-in-out;
  }
  .wp-prepress-layout-article-content > blockquote::before, .wp-prepress-layout-article-content > blockquote::after,
  .wp-block-media-text .wp-block-quote::before,
  .wp-block-media-text .wp-block-quote::after {
    transition: border 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .wp-prepress-layout-article-content > blockquote:hover,
  .wp-block-media-text .wp-block-quote:hover {
    scale: 1.05;
  }
  .wp-prepress-layout-article-content > blockquote:hover::before, .wp-prepress-layout-article-content > blockquote:hover::after,
  .wp-block-media-text .wp-block-quote:hover::before,
  .wp-block-media-text .wp-block-quote:hover::after {
    border: 0 solid transparent;
  }
}
/*# sourceMappingURL=style.css.map */