/* Originally uploaded on 10.11.2021 with button and archive styles */
/** New file uploaded on 10.22.2021 with everything - 
overwrites for "original" Pulse styles may have to be removed/overwritten again in live T4 
*/

/* LAST UPDATED: 08/26/2024 for rebranding - SM */

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* ------ TWEAKED CSS FROM CURRENT/ORIGINAL PULSE LAYOUT ------ */
/* fonts for page */
@font-face {
  font-family: "GT-Super";
  src: url("https://www.evms.edu/uploads/13.1/fonts/GT-Super-Display-Super.woff");
}

@font-face {
  font-family: "GT-Super-bold";
  src: url("https://www.evms.edu/uploads/13.1/fonts/GT-Super-Display-Bold.woff") format("woff");
}

@font-face {
  font-family: "Calluna";
  src: url("https://www.evms.edu/uploads/13.1/fonts/Calluna-Regular-webfont.woff") format("woff");
}

html {
  font-size: var(--med-font-size);
  overflow-x: hidden;
}

body {
  font-family: var(--primary-font-family);
  font-size: var(--med-font-size);
  line-height: 1.5em;
  margin: 0 auto;
  overflow: hidden;
  /* Changed from overflow-x: hidden because an extra y-scrollbar was showing */
  width: 100%;
}

header {
  padding-top: 0;
}

/* h1 {
    line-height: 4.5em;
} */

.navbar__pulse {
  z-index: 10;
}

/* To fix header, footer, and spacing issues, post animated header-add (SM 08.02.21) */
.navbar-pulse,
.navbar-pulse a,
.pulse1,
.pulse2 {
  background: var(--primary-color);
  border-radius: 0;
  color: var(--primary-neutral-light);
  font-size: 1.5rem;
  /* Down from 2.5rem on live site */
  z-index: 10;
  /* Added so dropdown menu would show */
}


@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0.25em;
    /* Added to move search bar down a little */
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .landing {
    border-left: 0.5px solid var(--primary-neutral-dark);
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    /* margin-left: 2.5em;  Part of spacing Natalie requested (NOTE: MESSES UP SPACING WITH VIDEO ROW BELOW THE HEADLINES AND SOCIAL MEDIA FEED) */
  }
}

.landing-section-title {
  margin: 0 0 15px 0;
  padding: 10px 15px 10px 0;
  color: var(--primary-accent);
  font-size: 1.25rem;
  /* Down from 2 rem on live site, fixes spacing issues as well */
  text-transform: uppercase;
  /* border-bottom: 1px solid #000; */
  /* Replaced with border-left on .landing because there were issues with the border being too long in preview */
}

.article-title {
  color: var(--primary-dark);
  font-family: var(--heading-font-family);
  font-size: 1.33em;
  /* Down from 1.5em on live site */
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 10px;
}

.site-footer {
  padding-top: 15px;
  font-size: 0.8em;
  /* Down from 1em on live site */
}

.site-footer h2 {
  font-weight: 700;
  background-color: transparent;
  padding: 0 10px 10px 10px;
  margin: 0 0 0 -10px;
  text-transform: none;
  border-bottom: none;
  font-size: 1.5em;
  /* Down from 1.7em on live site */
}

/* The current EVMS Mag ad in the footer should no longer appear on the Pulse home page. It will still appear on other pages. */
.col-xs-12.col-sm-5.col-md-2.col-md-offset-1.no-print {
  padding-bottom: 2em;
  display: none;
}

/* -------- ^ END ORIGINAL PULSE SITE CSS MODIFICATIONS  ^ -------- */

/* -------- NEW FEATURES -------- */
/* ------ BUTTONS ------ */
/* Button for mp4 videos */
#btn--hero__video {
  border: none;
  bottom: 1%;
  height: 35px;
  left: 45%;
  position: absolute;
  width: 35px;
}

.btn--hero__video:focus,
.btn--hero__video:hover {
  cursor: pointer;
}

.btn--hero__video.btn--play,
.btn--hero__video.btn--pause {
  background: transparent;
  position: absolute;
}

.btn--hero__video.btn--play {
  background-image: url("https://www.evms.edu/uploads/magazine/11-1/images/landing/play-button.svg");
}

.btn--hero__video.btn--pause {
  background-image: url("https://www.evms.edu/uploads/magazine/11-3/images/pause-button.svg");
}

.btn--hero__video.btn--play:focus,
.btn--hero__video.btn--play:hover {
  background-color: var(--primary-accent);
}

.btn--hero__video.btn--pause:focus,
.btn--hero__video.btn--pause:hover {
  background-color: var(--primary-color);
}

/* Button with black background, white text, and rust border-top hover line */
.btn--blackBgRustTop {
  background-color: var(--primary-neutral-dark);
  color: var(--primary-neutral-light);
  font-family: var(--primary-font-family);
  /* Formerly "Benton Sans Reg", sans-serif */
  margin: 0 auto;
  max-width: 120px;
  font-size: var(--base-font-size);
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0);
  transition: 0.5s ease;
}

.btn--blackBgRustTop:focus,
.btn--blackBgRustTop:hover {
  color: var(--primary-neutral-light);
  text-decoration: underline;
}

.btn--blackBgRustTop:before {
  background: var(--evms-rust);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  transition: 0.5s all;
}

.btn--blackBgRustTop:focus:before,
.btn--blackBgRustTop:hover:before {
  right: 0;
}

/* Button with white background, black text, and rust border-top hover line */
.btn--whiteBgRustTop {
  background-color: var(--primary-neutral-light);
  color: var(--primary-neutral-dark);
  font-family: var(--primary-font-family);
  /* Formerly "Benton Sans Reg", sans-serif */
  margin: 0 auto;
  max-width: 120px;
  font-size: var(--base-font-size);
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0);
  transition: 0.5s ease;
}

.btn--blackBgRustTop:focus,
.btn--blackBgRustTop:hover {
  color: var(--primary-neutral-dark);
  text-decoration: underline;
}

.btn--blackBgRustTop:before {
  background: var(--primary-accent);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  transition: 0.5s all;
}

.btn--blackBgRustTop:focus:before,
.btn--blackBgRustTop:hover:before {
  right: 0;
}

/* Button with black outline and text, transparent/white background */
.btn--outlineBlack {
  background-color: transparent;
  border: 1px solid var(--primary-neutral-dark);
  color: var(--primary-neutral-dark);
  font-size: var(--med-font-size);
  font-weight: 400;
  padding: 0.5em 3em;
  text-transform: uppercase;
}

.btn--outlineBlack:focus,
.btn--outlineBlack:hover {
  background-color: var(--primary-neutral-dark);
  color: var(--primary-neutral-light);
  text-decoration: underline;
}

/* Button with dark blue outline and text, transparent/white background */
.btn--outlineDkBlue {
  background-color: transparent;
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  font-size: var(--med-font-size);
  font-weight: 400;
  padding: 0.5em 3em;
  text-transform: uppercase;
}

.btn--outlineDkBlue:focus,
.btn--outlineDkBlue:hover {
  background-color: var(--primary-dark);
  color: var(--primary-neutral-light);
  text-decoration: underline;
}

/* Button design testing */
/* Full color background/fill */
.btn--rustFullBg {
  background-color: var(--primary-accent);
  border: 1px solid var(--primary-accent);
  color: var(--primary-neutral-light);
  font-weight: bold;
  padding: 0.5em;
}

/* Full color background/fill hover & focus state + outlined button */
/* Hover states need work - SM 08.06.2021 */
.btn--rustOutline,
.btn--rustFullBg:focus,
.btn--rustFullBg:hover {
  background-color: var(--primary-neutral-light);
  border: 1px solid var(--primary-accent);
  color: var(--primary-accent);
  font-weight: bold;
  padding: 0.75em 0.5em;
}

.btn--rustOutline:focus,
.btn--rustOutline:hover {
  background-color: var(--primary-accent);
  color: var(--primary-neutral-light);
}

/* Button with rust background (For the subscribe button in the footer, not on the button styles list) */
.btn--rust {
  background-color: var(--primary-accent);
  color: var(--primary-neutral-light);
  font-weight: bold;
  margin: 0 auto;
  padding: 0.5em 3.25em;
  vertical-align: middle;
}

/* EVMS Magazine 14.1 gradient button (used in Pulse HP hero video) */
.btn--magFeature--gradient {
  background-clip: content-box, border-box;
  background-origin: border-box;
  border: 1px solid;
  border-image: linear-gradient(90deg, #fb8729, #9860e3) 1;
  border-radius: 0;
  color: var(--primary-neutral-dark);
  font-size: 1em;
  /*margin: 0.75em 1em;*/
  padding: 0.75em 2em;
  text-align: center;
  width: 100%;
}

.btn--magFeature--gradient:focus,
.btn--magFeature--gradient:hover {
  background: linear-gradient(90deg, #fb8729, #9860e3);
  color: var(--primary-neutral-light);
  font-weight: bold;
}

/* EVMS Magazine 14.2 */
.btn--khakiBg,
.btn--khakiOutline:focus,
.btn--khakiOutline:hover {
  background-color: var(--secondary-accent);
  /* Switched from light olive green to match the graphic headline text color better */
  border: 1px solid var(--secondary-accent);
  color: var(--primary-neutral-dark);
  font-weight: bold;
  padding: 0.5em;
}

.btn--khakiBg:focus,
.btn--khakiBg:hover {
  background-color: var(--primary-neutral-light);
  color: var(--primary-neutral-dark);
}

.btn--khakiOutline {
  background-color: var(--primary-neutral-light);
  border: 1px solid var(--secondary-accent);
  color: var(--primary-neutral-dark);
  font-weight: bold;
  padding: 0.5em;
}



/* ------ BACKGROUND COLORS ------ */
.bg--black {
  background-color: var(--primary-neutral-dark);
}

.bg--white {
  background-color: var(--primary-neutral-light);
}

.bg--evmsBlue {
  background-color: var(--primary-accent);
}

.bg--evmsRust {
  background-color: var(--primary-accent);
}

.bg--dkBlue {
  background-color: var(--primary-dark);
}

.bg--brightBlue {
  background-color: var(--secondary-light);
}

.bg--lightOliveGreen {
  background-color: var(--secondary-accent);
}

.bg--warmGray {
  background-color: var(--secondary-neutral-dark-gray);
}

.bg--transparent {
  background: transparent;
}



/* ---- FEATURE HERO/HEADER ---- */
header.pulseFeature {
  display: inline-block;
  /* Added 08.26.21 for still image height display issues */
  margin-top: -1.10em;
}

/* Separated out because display: inline-block causes the video to disappear */
header.pulseFeature--mp4 {
  display: block;
  margin-top: -1.10em;
}

/* Also separated out because display: inline-block causes the video to disappear */
header.pulseFeature--youTube {
  display: block;
  margin-top: 0.10em;
}

.hero__pulseFeature--container {
  /* margin-bottom: 3em; */
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}

.hero__pulseFeature--mp4,
.hero__pulseFeature--youTube,
.hero__pulseFeature--stillImg,
.hero__pulseFeature--stillImg--14-2 {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}


.hero__pulseFeature--youTube,
.hero__pulseFeature--stillImg,
.hero__pulseFeature--stillImg--14-2 {
  margin-top: -1.10em;
  /* Changed from 0 on 08.27.21 */
}

.hero__pulseFeature--mp4 {
  /* margin-top: -3.5em; */
}

.hero__pulseFeature--graphic {
  height: 100%;
  /* Evens out featureText and featureGraphic columns */
}

/* For still images */
.img--responsive--feature {
  height: auto;
  width: 100%;
}

/* For YouTube video feature */
.hero__video--iframe {
  height: 100%;
  left: 0;
  padding-bottom: 1em;
  position: absolute;
  top: 1em;
  /* At 0, the top of the video gets cut off */
  width: 100%;
}

/* For mp4 videos/animated headers */
.hero__video {
  height: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__pulseFeature--txt {
  height: auto;
  margin-top: 15%;
  /* Changed from 0 on 09.20.21 - SM */
  max-height: 100%;
  max-width: 100%;
  /*padding: 0 1.5em 2em;*/
  position: absolute;
  text-align: left;
  width: 33%;
  z-index: 9;
}

.hero__pulseFeature--stillImg--txt,
.hero__pulseFeature--stillImg--txt--14-2 {
  height: auto;
  max-height: 100%;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 9;
}

.hero__pulseFeature--stillImg--txt {
  background: linear-gradient(to right, rgba(76, 77, 88, 0), rgba(76, 77, 88, .8), rgba(76, 77, 88, .8), rgba(76, 77, 88, .8));
  bottom: 0;
  margin-top: 10%;
  padding: 0 0 1.25em 0;
  text-align: left;
  width: 25%;
}

.hero__pulseFeature--stillImg--txt--14-2 {
  background: transparent;
  display: inline-block;
  height: 50%;
  margin-right: 8%;
  /* Will go off container in preview mode for some reason */
  margin-top: -25%;
  width: 36%;
}

.pulseFeature__graphicTitle--14-2 {
  margin: 0;
  padding: 0;
}

.pulseFeature--txt--graphicOverlay--14-2 {
  width: 100%;
}

.hero__pulseFeature--mp4--txt {
  height: auto;
  margin-left: 8%;
  margin-top: 30%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  text-align: left;
  width: 33%;
  z-index: 9;
}

h1.pulseFeature--txt--headline {
  color: var(--primary-neutral-light);
  font-family: var(--secondary-font-family);
  /* Formerly Century Schoolbook BT before rebranding */
  /* Formerly GT-Super-bold for prev. issue */
  font-size: 3em;
}

h2.pulseFeature--txt--subtitle {
  color: var(--primary-neutral-light);
  font-family: var(--primary-font-family);
  /* Formerly myriad-pro before rebranding */
  /* Formerly Calluna for prev. issue */
  font-size: 1.1em;
  font-weight: bold;
  padding: 20px 0 30px;
  width: 100%;
  word-wrap: none;
}

.pulseFeature__subtitle--14-2 {
  margin: -3em 4em;
}

h2.pulseFeature--txt--subtitle--14-2 {
  color: var(--primary-neutral-light);
  font-family: var(--primary-font-family);
  /* Formerly "Benton Sans Condensed Regular", "Benton Sans Regular", "myriad-pro",sans-serif */
  font-size: 1.5em;
}

.hero__pulseFeature--mp4--txt h2.pulseFeature--txt--subtitle {
  color: var(--primary-accent);
  margin-bottom: 1.5em;
}


/* .btn--container only exists for 14-2 hero */
.btn--container {
  margin-left: 11%;
  margin-top: 17%;
}

/* For magazine widget */
.pulse__magContainer {
  display: inherit;
  height: 33%;
  margin-top: 2em;
  width: 45%;
}

.pulse__mag {
  column-count: 2;
  display: inline-grid;
  grid-column-gap: 1.5em;
  grid-template-columns: 50%;
}

.pulse__mag--left {
  grid-column: 1 / 1;
}

.img--responsive--mag {
  height: auto;
  width: 200px;
}

.pulse__mag--right {
  align-self: center;
  grid-column: 2 / 2;
  height: 60%;
  justify-self: center;
  margin: 0 1.2em;
  text-align: center;
  width: 100%
}

.pulse__mag--right p:first-of-type {
  margin-bottom: 2.5em;
}

.pulse__mag--right p {
  margin-bottom: 2em;
}

.link--dkBlue {
  color: var(--primary-dark);
  font-weight: 400;
}

.link--dkBlue:focus,
.link--dkBlue:hover {
  text-decoration: underline;
}

/* For issue archive content type */
.container__pulse--archive {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0em;
}

.card__pulse--archiveContainer {
  background: var(--primary-neutral-light);
  border-radius: 0px;
  box-shadow: 10px 10px 20px var(--secondary-neutral-dark-gray),
    -10px -10px 20px var(--primary-neutral-light);
  height: auto;
  margin: 3em 2em 0.75em;
  padding-bottom: 1em;
  width: 300px;
}

.card__pulse--archive {
  margin: 0.25em 1.5em 1.5em;
}

img.img--responsive {
  height: auto;
  margin-top: 1.66em;
  width: 250px;
}

.card__pulse--archiveTxt {
  color: var(--primary-dark);
  font-size: var(--base-font-size);
  font-weight: 500;
  margin: 0.5em 0;
  text-align: center;
}

span.archiveTxt--issueNo {
  font-weight: bold;
}

.card__pulse--archiveBtnContainer {
  margin: 2em 0;
  text-align: center;
}

.card__pulse--archiveBtnContainer p {
  margin: 2em 0 2.5em;
}



/* Fix the spacing a bit for the footer since the box shadows were seeping in */
#footer-bg {
  margin-top: 2.5em;
}

/* Subscribe button in footer */
/* Provides more breathing room for the button */
.col-xs-12.col-sm-5.col-md-2.col-md-offset-1.no-print {
  padding-bottom: 2em;
}


/* --------- MEDIA QUERIES -------- */
/* Mobile hover focus states */
@media (any-hover: hover) and (any-pointer: fine) {
  .btn--blackBgRustTop {
    background-color: var(--primary-neutral-dark);
    color: var(--primary-neutral-light);
    font-family: var(--primary-font-family);
    /* Formerly "Benton Sans Reg", sans-serif */
    margin: 0 auto;
    max-width: 120px;
    font-size: var(--base-font-size);
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translateZ(0);
    transition: 0.5s ease;
  }

  .btn--blackBgRustTop:focus,
  .btn--blackBgRustTop:hover {
    color: var(--primary-neutral-light);
    text-decoration: underline;
  }

  .btn--blackBgRustTop:before {
    background: var(--primary-accent);
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition: 0.5s all;
  }

  .btn--blackBgRustTop:focus:before,
  .btn--blackBgRustTop:hover:before {
    right: 0;
  }

  .btn--outlineBlack:focus,
  .btn--outlineBlack:hover {
    background-color: var(--primary-neutral-dark);
    color: var(--primary-neutral-light);
    text-decoration: underline;
  }

  .link--dkBlue:focus,
  .link--dkBlue:hover {
    text-decoration: underline;
  }

  .btn--rustOutline,
  .btn--rustFullBg:focus,
  .btn--rustFullBg:hover {
    background-color: var(--primary-neutral-light);
    border: 1px solid var(--primary-accent);
    color: var(--primary-accent);
    font-weight: bold;
    padding: 0.5em;
  }
}


/* Works in both portrait and landscape mode */
@media screen and (min-width: 320px) and (max-width: 768px) {
  .hero__feature--txt {
    width: 100%;
  }

  /* EVMS Magazine 14.1 gradient button (used in Pulse HP hero video) */
  .btn--magFeature--gradient {
    background-clip: content-box, border-box;
    background-origin: border-box;
    border: 1px solid;
    border-image: linear-gradient(90deg, #fb8729, #9860e3) 1;
    border-radius: 0;
    color: black;
    font-size: 0.9em;
    padding: 0.75em 2em;
    text-align: center;
    width: 100%;
  }
}


@media screen and (min-width: 320px) and (max-width: 1080px) {
  h1.pulseFeature--txt--headline {
    font-size: 2em;
    line-height: 1em;
  }

  h2.pulseFeature--txt--subtitle {
    padding: 10px 0 20px;
  }

  h2.pulseFeature--txt--subtitle--14-2 {
    font-size: 1.25em;
  }

  .pulse__magContainer {
    display: inherit;
    height: 33%;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 100%;
  }
}


/* Portrait mode */
@media screen and (min-width: 320px) and (max-width: 667px) and (orientation: portrait) {
  .hero__pulseFeature--container {
    margin-bottom: 0;
    overflow: unset;
  }

  .btn--hero__video {
    border: 0;
    bottom: 0;
    left: 0;
    width: 25px;
  }

  .hero__pulseFeature--mp4--txt {
    height: auto;
    margin-left: 1em;
    margin-top: 53%;
    width: 100%;
  }

  .hero__pulseFeature--stillImg--txt {
    background-color: var(--primary-neutral-dark);
    bottom: auto;
    height: auto;
    margin-top: clamp(15%, 33vh, 56%);
    max-height: 100%;
    padding: 0 1em 1.75em;
    position: absolute;
    right: auto;
    width: 100%;
  }

  /* Here for now */
  .hero__pulseFeature--stillImg--txt--14-2 {
    background-color: var(--primary-neutral-dark);
    margin-top: -4.25%;
    position: relative;
    width: 100%;
  }

  .pulseFeature__graphicTitle--14-2 {
    display: flex;
    width: 100%;
  }

  .pulseFeature--txt--graphicOverlay--14-2 {
    margin-left: -0.5em;
    width: 100%;
  }

  .pulseFeature__subtitle--14-2 {
    margin: -3em 2em;
  }

  h2.pulseFeature--txt--subtitle--14-2 {
    font-size: 1.25em;
  }

  .btn--container {
    margin-left: 8%;
    margin-top: 22%;
    padding: 0 0 2em 0;
  }
}


@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {

  .hero__pulseFeature--mp4,
  .hero__pulseFeature--youTube,
  .hero__pulseFeature--stillImg {
    height: 0;
    margin-bottom: 22.5%;
    /* This is the only way the video's text will show on portrait mode. This isn't necessary for landscape. */
    padding-bottom: 56.25%;
    position: relative;
  }

  .hero__pulseFeature--youTube {
    margin-bottom: 10%;
    /* No text over youTube videos */
  }

  .hero__feature--mp4 {
    margin-top: -1.5em;
  }

  .btn--hero__video {
    border: 0;
    bottom: 0;
    height: 10%;
    left: 0;
    width: 20px;
  }

  .top-articles-container {
    margin-top: 15%;
  }

  .pulse__magContainer {
    display: inherit;
    height: auto;
    margin-top: 2em;
    width: 100%;
  }

  .pulse__mag {
    column-count: 1;
    display: inline-grid;
    grid-column-gap: unset;
    grid-template-columns: none;
    width: 100%;
  }

  .pulse__mag--left {
    grid-column: 1 / 1;
    margin: 0 auto;
  }

  .pulse__mag--right {
    grid-column: 1 / 1;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

/* This was the only thing in a random stylesheet I found from a month ago - SM 09.25.2023 */
@media only screen and(max-width: 600px) {
  .row .col-xs-12 p img {
    height: auto !important;
    width: 100% !important;
  }
}


@media screen and (min-width:768px) and (max-width: 1023px) and (orientation:portrait) {
  .btn--hero__video {
    border: 0;
    height: 5%;
    left: 50%;
    width: 22px;
  }

  .hero__pulseFeature--mp4--txt {
    height: auto;
    margin-left: 3.5em;
    margin-top: 30%;
  }

  .hero__pulseFeature--stillImg--txt--14-2 {
    height: 20% !important;
    margin-right: 4% !important;
    margin-top: -37% !important;
    width: 45% !important;
  }

  .pulseFeature__subtitle--14-2 {
    margin: -3em 3em !important;
    padding-bottom: 0.25em !important;
  }

  .btn--container {
    margin-left: 13% !important;
    margin-top: 17% !important;
  }

  .pulse__magContainer {
    width: 75%;
  }

  .pulse__mag {
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0 auto;
  }

  .pulse__mag--left {
    grid-column: 1 / 2;
    width: 100%;
  }

  .pulse__mag--right {
    grid-column: 2 / 2;
    margin: 3em auto;
    width: 100%;
  }
}

/* Landscape mode */
@media screen and (min-width: 640px) and (max-width: 768px) and (orientation: landscape) {

  .hero__pulseFeature--mp4,
  .hero__pulseFeature--youTube,
  .hero__pulseFeature--stillImg {
    height: 0;
    margin-bottom: 15%;
    padding-bottom: 56.25%;
    position: relative;
  }

  /* EVMS Magazine 14.1 gradient button (used in Pulse HP hero video) */
  .btn--magFeature--gradient {
    background-clip: content-box, border-box;
    background-origin: border-box;
    border: 1px solid;
    border-image: linear-gradient(90deg, #fb8729, #9860e3) 1;
    border-radius: 0;
    color: var(--primary-neutral-dark);
    display: inline-block;
    font-size: 0.9em;
    padding: 0.75em 2em;
    text-align: center;
    width: 100%;
  }

  .btn--hero__video {
    border: 0;
    bottom: 0%;
    height: 5%;
    left: 50%;
    position: absolute;
    width: 22px;
  }

  .container__pulse--archive {
    column-count: 2;
    column-gap: 1em;
    justify-content: center;
    row-gap: 1em;
  }

  .card__pulse--archiveContainer {
    margin: 2em 1em 0.5em;
    width: 250px;
  }

  .card__pulse--archive {
    margin: 0.1475em 0.75em 0.75em;
  }

  img.img--responsive {
    width: 225px;
  }
}

@media screen and (min-width: 667px) and (max-width: 760px) and (orientation: landscape) {
  .hero__pulseFeature--stillImg {
    margin-bottom: 0;
  }

  .hero__pulseFeature--stillImg--txt--14-2 {
    height: 50%;
    margin-right: 1%;
    margin-top: -42%;
    width: 50%;
  }

  .pulseFeature__subtitle--14-2 {
    margin: -3em 2.5em;
  }

  .btn--container {
    margin-left: 12%;
    margin-top: 21%;
  }
}


@media screen and (min-width: 769px) and (max-width: 1023px) and (orientation: landscape) {
  .btn--hero__video {
    border: 0;
    bottom: 0%;
    height: 5%;
    left: 50%;
    position: absolute;
    width: 22px;
  }

  .hero__pulseFeature--stillImg--txt--14-2 {
    margin-right: 12%;
    margin-top: -30%;
    width: 36%;
  }

  .pulseFeature__subtitle--14-2 {
    margin: -3em 2.25em;
  }

  .btn--container {
    margin-left: 11%;
    margin-top: 22%;
  }

  .container__pulse--archive {
    column-count: 2;
    column-gap: 3em;
    justify-content: center;
    row-gap: 3em;
  }

  .card__pulse--archiveContainer {
    margin: 1.5em 1em 0.375em;
    width: 275px;
  }

  .card__pulse--archive {
    margin: 0.1475em 0.75em 0.75em;
  }

  .pulse__magContainer {
    margin-bottom: 0;
    width: 70%;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .hero__pulseFeature--stillImg--txt--14-2 {
    margin-right: 9%;
    margin-top: -30%;
    width: 40%;
  }

  .pulseFeature__subtitle--14-2 {
    margin: -3em 3em;
  }

  .btn--container {
    margin-left: 11%;
    margin-top: 18%;
  }
}

@media screen and (width: 1280px) {
  .pulseFeature__subtitle--14-2 {
    margin: -3em 3.5em;
  }

  .btn--container {
    margin-left: 11%;
    margin-top: 17%;
  }
}


/* Added 06.28.2022 to fix overflow issues with title on large screens and Safari */
@media screen and (min-width: 2560px) and (max-width: 3072px) {
  .hero__pulseFeature--stillImg--txt--14-2 {
    margin-right: 12%;
    margin-top: -13.5%;
  }

  .pulseFeature--txt--graphicOverlay--14-2 {
    width: 50%;
  }

  .pulseFeature__subtitle--14-2 {
    margin: -3em 3.5em;
  }

  .btn--container {
    margin-left: 6%;
    margin-top: 9%;
  }
}

@media screen and (min-width: 2880px) and (max-width: 3072px) {
  .hero__pulseFeature--stillImg--txt--14-2 {
    margin-right: 13%;
    margin-top: -13.5%;
  }
}


