:root {
  --black: #101010;
  --red: #e33830;
  --white: white;
  --tan-beige: #f2db9d;
  --new-black: #101010;
  --grey: #d9d9d9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #101010;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: citrus-gothic, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: citrus-gothic, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--red);
  text-transform: none;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
}

li {
  font-weight: 600;
}

.navlink-infodemic {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 32px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.navlink-infodemic:hover {
  color: var(--red);
}

.image {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 32px;
  padding-top: 0;
}

.jumboimage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.caption {
  color: #000;
  width: auto;
  margin: 20px 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.dek {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-1-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: citrus-gothic, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.d-box-pullquote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pull-quote-icon {
  object-fit: cover;
}

.d-pq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.d-pq-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 531px;
  display: flex;
}

.pq-pullquote {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
}

.pq-byline {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.fotogname {
  color: #e33830;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.d-pagebreaker {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-pagebreak-icon {
  object-fit: cover;
}

.container-6 {
  justify-content: space-between;
  margin-top: 52px;
  display: flex;
}

.redbox {
  background-color: var(--red);
}

.blackbox {
  background-color: var(--black);
}

.whitebox {
  background-color: var(--white);
}

.tanbox {
  background-color: var(--tan-beige);
}

.s-pagebreak, .s-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.infodemic-logo-white-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.infodemic-logo-white-1 {
  object-fit: cover;
}

.logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.newshouse-logo-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 43.7204px;
  display: flex;
}

.photocredit {
  font-weight: 700;
}

.d-imagecaption {
  padding-top: 0;
}

.storyheadline {
  color: #101010;
  text-align: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: citrus-gothic, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 70.5px;
}

.storybyline {
  color: var(--black);
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.d-storybody {
  margin-left: 170px;
  margin-right: 180px;
}

.d-storybody.para-block {
  margin-left: 0;
  margin-right: 0;
}

.d-body-area {
  margin-left: 170px;
  margin-right: 180px;
  padding: 0;
}

.section-header {
  color: var(--red);
  font-family: citrus-gothic, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.d-pullquote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 593px;
  display: flex;
}

.red {
  color: var(--red);
}

.black {
  color: var(--black);
}

.white {
  color: var(--white);
}

.tan {
  color: var(--tan-beige);
}

.s-vertical-hero {
  background-color: var(--black);
  margin-bottom: 20px;
}

.d-larger-image {
  margin-left: 20px;
  margin-right: 20px;
}

.s-larger-image {
  margin-top: 40px;
}

.d-embed {
  width: auto;
  height: auto;
  max-height: 100vw;
}

.d-infodemic-wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.d-smallimage {
  flex-direction: column;
  align-items: center;
  margin-left: 160px;
  margin-right: 160px;
  display: flex;
}

.d-container-larger-image {
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.d-storyheader {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.s-footer-infodemic {
  background-color: var(--new-black);
  padding-top: 100px;
}

.footer-type {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-icons-footer {
  justify-content: flex-end;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-icon-social {
  margin: 10px;
  list-style-type: none;
}

.col2-footer {
  margin-top: 76px;
}

.d-footer {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 80px;
}

.navbar-infodemic {
  background-color: var(--black);
  position: static;
  top: 20px;
}

.nav-menu.infodemic {
  margin-right: -91px;
}

.d-navbar-infodemic {
  z-index: 20;
  background-color: var(--new-black);
  margin-bottom: -10px;
  position: sticky;
  top: 0;
}

.bylinelink {
  color: var(--red);
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.bylinelink:hover {
  color: var(--red);
  text-decoration: underline;
}

.largeimage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.c-storyheader {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.d-footericons {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 58px;
  display: block;
}

.d-title-dek-area {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.d-storyarea {
  margin: 10px;
}

.list-item {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.d-byline {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.c-byline {
  flex-direction: row;
  justify-content: flex-start;
  display: block;
}

.d-about-lg {
  background-color: var(--black);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 640px;
  height: 359px;
  display: flex;
}

.d-about-container {
  display: flex;
}

.d-about-sm {
  background-color: var(--black);
  border: 0 solid #000;
  border-radius: 0;
  flex: none;
  width: 320px;
  max-width: 100%;
  height: 359px;
}

.about-text-1 {
  color: var(--white);
  margin-top: 121px;
  margin-bottom: 98px;
  padding-left: 10px;
}

.about-text-1.faculty-text, .about-text-1.faculty-text-copy {
  text-align: right;
}

.body {
  background-color: var(--black);
  color: var(--white);
}

.d-about-mugs-tablet {
  display: none;
}

.s-project-team {
  background-color: var(--black);
  flex-direction: column;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 220px;
  display: flex;
}

.student-column {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 12px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.d-bottem-col-about {
  justify-content: flex-start;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  width: auto;
}

.c-project-team {
  align-self: auto;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 70px;
}

.d-sectiondek {
  width: 600px;
}

.d-section-dek {
  flex: none;
  width: 600px;
}

.c-sectiontitle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.d-card {
  background-color: var(--black);
  width: 384px;
  padding: 10px 16px;
}

.card-byline {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.card-headline {
  color: var(--white);
  margin-top: 24px;
  font-family: citrus-gothic, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.card-headline:hover {
  color: var(--red);
  text-decoration: underline;
}

.excerpt {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 38px;
}

.cardimage {
  width: 384px;
}

.s-sectiontitle {
  background-color: var(--new-black);
  margin-bottom: 90px;
  padding-bottom: 0;
}

.sectiondek {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.byline-link {
  color: var(--red);
}

.heading-3 {
  color: var(--white);
  text-align: center;
  width: 466.563px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 80px;
}

.d-whyitmatters {
  background-color: var(--red);
  height: 555px;
  display: flex;
}

.front-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.c-why-front-sections {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-block-5 {
  color: var(--white);
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.div-block-18 {
  flex-direction: column;
  flex: none;
  width: 416px;
  height: 443px;
  display: flex;
}

.div-block-19 {
  display: flex;
}

.large-heading {
  color: var(--white);
  font-size: 40px;
  line-height: 48px;
}

.s-defintion {
  background-color: #101010;
  justify-content: center;
  align-items: center;
  height: 720px;
  margin-top: 0;
  display: flex;
}

.d-definition-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--red);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 24px;
  display: flex;
}

.d-definition {
  color: var(--white);
  text-align: center;
  align-self: flex-start;
  width: 607px;
  margin-top: 39px;
}

.id-definition {
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.d-title-definiton-title {
  width: auto;
  margin-top: 0;
}

.d-why-front {
  width: 607px;
}

.d-titleheader {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 607px;
  margin-top: 175px;
  display: flex;
}

.image-11 {
  width: auto;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.s-front-section-top {
  margin-bottom: 40px;
}

.image-12 {
  width: 591px;
  height: 443px;
}

.small-heading {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.d-titleheader-copy {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 607px;
  margin-top: 175px;
  display: flex;
}

.body-3 {
  background-color: var(--black);
}

.s-lead-image, .s-whyitmatters, .d-bodyblack {
  background-color: #101010;
}

.bylinelabel {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.bylinelabel.white {
  color: var(--white);
}

.d-black {
  background-color: var(--black);
}

.s-phishing {
  background-color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 147px;
  padding-bottom: 147px;
}

.c-phishing {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  background-color: var(--white);
  border-radius: 8px;
  height: 808px;
}

.insetheadline-schooled {
  color: #101010;
  text-align: center;
  width: 792px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: citrus-gothic, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 70.5px;
}

.insetheadline-schooled.white {
  color: var(--white);
  width: 740px;
  font-size: 40px;
  line-height: 48px;
}

.s-commonphishscams {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 140px;
}

.specialbody {
  margin-left: 170px;
  margin-right: 180px;
}

.specialbody.para-block {
  margin-left: 0;
  margin-right: 0;
}

.specialbody.para-block.white.centered {
  text-align: center;
}

.specialbody.para-block.white.centered.wide {
  width: 800px;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-target-sections {
  display: flex;
}

.d-target-image {
  width: 384px;
}

.heading-4 {
  color: var(--white);
  text-transform: capitalize;
}

.text-block-8 {
  color: var(--white);
  width: 592px;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.s-phishing-body {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.s-phishing-body.top {
  margin-top: 24px;
  padding-top: 0;
}

.s-textmessagescams {
  background-color: var(--black);
}

.d-textmessage {
  justify-content: space-between;
  padding: 100px 60px 100px 100px;
  display: flex;
}

.heading-5 {
  font-family: citrus-gothic, sans-serif;
  font-size: 40px;
  line-height: 480px;
}

.heading-5.white {
  font-weight: 400;
  line-height: 48px;
}

.d-textmessage-info {
  border-top: 5px solid var(--red);
  width: 496px;
  padding-left: 20px;
  padding-right: 20px;
}

.slider {
  background-color: var(--new-black);
  width: 333px;
  height: 772px;
}

.image-13 {
  width: auto;
  height: auto;
  display: block;
}

.image-15 {
  width: auto;
  height: auto;
}

.div-block-30 {
  margin: auto 94px;
}

.left-arrow {
  margin-left: -120px;
}

.right-arrow {
  margin-right: -107px;
}

.s-bgrnd.black {
  background-color: var(--black);
  color: var(--black);
}

.d-single-fotobyline {
  text-align: left;
  margin-top: -17px;
  margin-bottom: 40px;
}

.single-fotobyline {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.fotogcredit {
  font-weight: 700;
}

.s-photobyline-standalone {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bullet {
  color: var(--white);
  margin-left: 10px;
  margin-right: 10px;
}

.definition {
  color: var(--white);
  font-style: normal;
  font-weight: 300;
}

.id-quote {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.s-section-grid {
  background-color: var(--new-black);
  justify-content: center;
  display: flex;
}

.ledehero-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: citrus-gothic, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 70px;
}

.leadhero-dek {
  color: var(--white);
  text-transform: none;
  margin-top: -16px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.image-16 {
  width: auto;
  margin-left: 0;
}

.body-black {
  background-color: var(--black);
}

.s-section-hero {
  background-color: var(--black);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.c-sectionhero {
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.d-sectiongrid {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.s-leadimage {
  background-color: #101010;
}

.d-leadimage {
  height: 800px;
}

.d-sectionhero {
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.d-sectiontitle {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-scamvoicemails {
  background-color: var(--black);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px;
}

.bots-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.scamvm-title.white.larger {
  font-size: 30px;
  line-height: 38px;
}

.d-scamvm {
  margin-top: -47px;
  margin-bottom: 40px;
}

.d-robot1 {
  flex-direction: column;
  display: flex;
}

.d-robotarea {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.p-botstext {
  color: var(--white);
}

.d-botstext {
  margin-left: 29px;
  margin-right: 40px;
}

.emilybaird {
  object-fit: fill;
  background-image: url('../images/infodemic-headshot-EmilyBaird1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.nataliadengyuan {
  background-image: url('../images/Infodemic-coordinators-NataliaDengYuan.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sarahdolgin {
  background-image: url('../images/Infodemic-coordinators-SarahDolgin.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sammyswiss {
  background-image: url('../images/Infodemic-coordinators-SammySwiss.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.aprilfranklin {
  background-image: url('../images/Infodemic-coordinators-AprilFranklin.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.jonglass {
  background-image: url('../images/Infodemic-coordinators-JonGlass.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.gregmunno {
  background-image: url('../images/Infodemic-coordinators-GregMunno.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.shelviadancy {
  background-image: url('../images/Infodemic-coordinators-9.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sethgitner {
  background-image: url('../images/Infodemic-coordinators-SethGitner.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.adamperuta {
  background-image: url('../images/Infodemic-coordinators-AdamPeruta1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.miltonsantiago {
  background-image: url('../images/Infodemic-MiltonSantiago1.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-cord-names {
  z-index: 2;
  color: var(--white);
  object-fit: fill;
  font-family: citrus-gothic, sans-serif;
  font-size: 18px;
  line-height: 27px;
  position: static;
}

.d-about-bylines {
  padding-left: 9px;
  position: relative;
  top: 295px;
  bottom: 0;
  left: 11px;
}

.about-cord-role {
  z-index: 2;
  color: var(--white);
  object-fit: fill;
  font-family: Open Sans, sans-serif;
  position: static;
}

.d-about-hed2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.redline-about {
  border-top: 5px solid var(--red);
  width: 330px;
  margin-top: -13px;
}

.s-headshots {
  background-color: var(--black);
}

.aboutsmall-heds {
  color: var(--white);
}

.aboutcol1 {
  margin-left: 0;
}

.aboutcol2 {
  margin-left: 53px;
}

.team-names {
  color: var(--white);
}

.has-drop-cap-not-focus-first-letter {
  float: left;
  color: var(--red);
  text-transform: uppercase;
  margin-left: .5px;
  margin-right: .1px;
  font-family: citrus-gothic, sans-serif;
  font-size: 80px;
  line-height: 102.96px;
  position: static;
}

.phone-byline {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 59px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.waer-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3---mobile {
  color: var(--white);
  text-align: center;
  width: 466.563px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 80px;
}

.column {
  padding-left: 0;
}

.d-leadimage-spin {
  background-color: var(--new-black);
  justify-content: center;
  display: flex;
}

.d-leadimage-scams {
  background-color: #101010;
  justify-content: center;
  display: flex;
}

.d-leadimage-distrust, .d-leadimage-disinformation {
  justify-content: center;
  display: flex;
}

.leadfront-moving {
  background-color: var(--new-black);
}

.d-navbar-infodemic-pages {
  z-index: 20;
  background-color: var(--new-black);
  position: sticky;
  top: 0;
}

.column-2 {
  padding-left: 21px;
}

.team-names-prod-coord {
  color: var(--white);
}

.authorbio {
  letter-spacing: 0;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.6em;
}

.authorbio.white {
  width: 100%;
  margin-bottom: 10px;
}

.social-icon {
  width: 50px;
  padding: 6px;
}

.socialfollow {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
}

.socialfollow.white {
  width: auto;
}

.social-icons-block {
  flex-direction: row;
  width: auto;
  display: flex;
}

.authorname {
  font-size: 4em;
  line-height: 1em;
}

.authorname.white {
  width: auto;
  margin-right: 0;
}

.s-backgroundvideo {
  margin-bottom: 10px;
  display: block;
}

.hero-post-dek {
  color: #201f1e;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 2em;
  line-height: 1.2em;
}

.hero-post-dek.white.shadow {
  z-index: 1;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  position: relative;
}

.background-video {
  height: 100vh;
}

.hero-post-headline-desktop {
  text-align: center;
  letter-spacing: 0;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-post-headline-desktop.white.shadow {
  z-index: 1;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  position: relative;
}

.header-section-meta {
  z-index: 1;
  color: #d44500;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 1px #fff;
  background-color: #0000;
  margin-top: 69px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 2.1875em;
  position: relative;
}

.hero-post-headline-mobile {
  text-align: center;
  font-size: 3.25em;
  line-height: 3.438em;
}

.hero-post-headline-mobile.white.shadow {
  position: relative;
}

.hero-byline {
  color: #4d4d4d;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 41px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
}

.hero-byline.white.shadow {
  z-index: 1;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  position: relative;
}

.grid-hero-center {
  grid-template: ". . . ."
                 ". Area Area Area"
                 ". Area Area Area"
                 ". . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.d-schooled-terms {
  border-top: 5px solid var(--red);
  border-bottom: 5px solid var(--red);
  background-color: var(--new-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 740px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.d-schooled-body {
  margin-left: 170px;
  margin-right: 180px;
}

.d-schooled-body.white {
  width: 592px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.c-schooled-terms {
  justify-content: center;
  display: flex;
}

.d-phish-target-campus {
  width: 720px;
  margin-top: 40px;
}

.d-phish-target-dek {
  margin-left: 170px;
  margin-right: 180px;
  padding: 0;
}

.d-phish-target-dek.wide {
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  display: flex;
}

.d-danger-dek {
  margin-left: 170px;
  margin-right: 180px;
  padding: 0;
}

.d-danger-dek.wide {
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.storyheadline-understand {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: citrus-gothic, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 70.5px;
}

.d-body-area-phishing {
  margin-left: 170px;
  margin-right: 180px;
  padding: 0;
}

.d-storybody-phishing {
  margin-left: 170px;
  margin-right: 180px;
}

.d-storybody-phishing.para-block {
  margin-left: 0;
  margin-right: 0;
}

.jumboimage-phishing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.storybyline-phishing {
  color: var(--black);
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.twitt {
  width: 50px;
}

.d-biomug {
  width: 100%;
  display: flex;
}

.d-mug {
  flex: none;
  width: auto;
  margin-right: 20px;
  padding: 31px;
}

.d-bio {
  flex: none;
  width: 75%;
}

.c-biomug {
  margin-bottom: 40px;
}

.c-pubdate {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.d-pubdate {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vertical-image-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.d-vertical-image {
  background-color: #d15f40;
  width: 100%;
  height: 100vh;
}

.d-hero-header.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.d-hero-vertical-text-dark {
  background-color: #303030;
  background-image: linear-gradient(#30303075, #30303075), url('../images/puzzle5.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.d-paragraph-around-dropcap {
  float: left;
  margin-top: 1px;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 10px;
}

.d-dropcap-housing {
  justify-content: center;
  align-items: center;
  width: 115px;
  margin-top: 19px;
  display: flex;
  position: static;
}

.dropcap-image {
  z-index: -1;
  position: relative;
}

.dropcap-letter {
  color: var(--white);
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 0;
  position: absolute;
}

.s-backgroundvideo-notext {
  margin-bottom: 10px;
  display: block;
}

.s-bgvideo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: block;
}

.d-bgvideostill {
  display: none;
}

.d-storybody-dropcap {
  margin-left: 170px;
  margin-right: 180px;
}

.d-storybody-dropcap.para-block {
  margin-left: 0;
  margin-right: 0;
}

.d-body-area-dropcap {
  margin-left: 170px;
  margin-right: 180px;
  padding: 0;
}

.dropcap-toptext-body {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.toptext-dropcap-block {
  margin-top: 11px;
}

.d-dropcap-housing-phonescams {
  justify-content: center;
  align-items: center;
  width: 115px;
  margin-top: 14px;
  display: flex;
  position: static;
}

.d-storyarea-bgvideo {
  margin: 10px 0;
}

.avatar {
  border-radius: 50%;
  width: 200px;
  margin-top: -13px;
  padding: 20px;
}

@media screen and (min-width: 1280px) {
  .d-container-larger-image {
    margin-left: 100px;
    margin-right: 100px;
  }

  .col2-footer {
    justify-content: flex-end;
    display: flex;
  }

  .d-footer {
    margin-left: 32px;
  }

  .col1-footer {
    padding-left: 0;
  }

  .d-about-lg {
    width: 640px;
    height: 359px;
  }

  .d-about-container {
    justify-content: flex-start;
  }

  .d-about-sm {
    width: 320px;
    height: 359px;
  }

  .about-text-1 {
    white-space: normal;
    align-self: flex-start;
    font-size: 70px;
    font-weight: 400;
    line-height: 65px;
  }

  .d-about-mugs-desktop {
    flex-direction: column;
    display: flex;
  }

  .heading-2 {
    margin-top: 0;
  }

  .s-section-grid {
    justify-content: center;
  }

  .s-section-hero {
    justify-content: center;
    display: flex;
  }

  .s-robots {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .d-hero-header {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1440px) {
  .d-container-larger-image {
    margin-left: 140px;
    margin-right: 140px;
  }

  .col-footer {
    margin-left: 10px;
    margin-right: 60px;
  }

  .d-about-sm {
    flex: none;
  }

  .d-about-mugs-desktop {
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .storyheadline {
    margin-top: auto;
    margin-bottom: auto;
  }

  .d-container-larger-image {
    margin-left: 300px;
    margin-right: 300px;
  }

  .c-nav {
    margin-right: 161px;
  }

  .col-footer {
    margin-left: 5px;
    margin-right: auto;
  }

  .heading-3 {
    width: 460px;
  }

  .ledehero-title {
    background-color: #0000;
  }

  .image-16 {
    max-width: 100%;
  }

  .d-sectiongrid {
    width: 1280px;
  }

  .d-sectionhero {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
  }

  .h3---mobile {
    width: 460px;
  }

  .d-leadimage-spin, .d-leadimage-scams, .d-leadimage-distrust, .d-leadimage-disinformation {
    justify-content: center;
    display: flex;
  }

  .d-mug {
    align-self: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .s-bgvideo {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .avatar {
    border-radius: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  .dek, .storyheadline {
    width: auto;
  }

  .c-body-area {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .d-body-area {
    margin-left: 100px;
    margin-right: 100px;
  }

  .d-storyheader {
    padding-left: 0;
  }

  .list-icons-footer, .d-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-infodemic {
    background-color: var(--black);
  }

  .icon-3 {
    color: var(--white);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--black);
  }

  .menu-button.infodemic {
    padding-top: 37px;
  }

  .nav-menu, .c-nav {
    background-color: var(--black);
  }

  .d-title-dek-area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .d-byline {
    margin-left: auto;
    margin-right: auto;
  }

  .d-about-lg {
    flex: 1;
  }

  .d-about-container {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .about-text-1 {
    text-align: center;
  }

  .d-about-mugs-desktop {
    display: block;
  }

  .d-about-mugs-tablet {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .d-bottem-col-about {
    flex-flow: column wrap;
  }

  .heading-3 {
    display: inline;
  }

  .specialbody.para-block.white.centered.wide {
    width: 700px;
  }

  .d-target-sections {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .d-textmessage {
    flex-direction: column;
    align-items: center;
  }

  .d-textmessage-info {
    margin-bottom: 60px;
  }

  .image-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .s-section-hero {
    border-bottom-style: none;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-sectionhero {
    justify-content: flex-start;
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .d-sectionhero {
    justify-content: flex-start;
    align-items: center;
    width: 725px;
    margin-left: -14px;
  }

  .d-robotarea {
    flex-direction: column;
    align-items: center;
  }

  .aboutcol2 {
    margin-left: -8px;
  }

  .h3---mobile {
    display: inline;
  }

  .authorbio.white {
    margin-left: 0;
    margin-right: 0;
  }

  .socialfollow {
    text-align: center;
  }

  .social-icons-block {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .authorname.white {
    width: 100%;
  }

  .background-video {
    width: auto;
  }

  .header-section-meta {
    color: #d44500;
  }

  .hero-post-headline-mobile {
    font-size: 3.25em;
    line-height: 3.438px;
  }

  .d-target-text {
    flex-direction: column;
    display: flex;
  }

  .d-phish-target-dek {
    margin-left: 100px;
    margin-right: 100px;
  }

  .d-phish-target-dek.wide {
    align-items: flex-start;
    width: 725px;
  }

  .d-danger-dek {
    margin-left: 100px;
    margin-right: 100px;
  }

  .d-danger-dek.wide {
    align-items: flex-start;
    width: 725px;
  }

  .storyheadline-understand {
    width: auto;
  }

  .d-body-area-phishing {
    margin-left: 100px;
    margin-right: 100px;
  }

  .d-biomug {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .d-mug {
    margin-right: 0;
    padding: 10px;
  }

  .d-bio {
    width: 100%;
  }

  .d-pubdate {
    flex: 1;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .vertical-image-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .d-hero-header {
    margin-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-hero-header.vertical {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 15px;
  }

  .d-paragraph-around-dropcap {
    margin-left: 0;
  }

  .d-body-area-dropcap {
    margin-left: 100px;
    margin-right: 100px;
  }

  .c-body-area-dropcap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .avatar {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .jumboimage {
    display: block;
  }

  .caption {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .dek {
    width: 100%;
  }

  .pq-pullquote {
    padding-right: 0;
  }

  .s-embed {
    margin-bottom: 100px;
  }

  .logo-wrapper {
    padding-top: 0;
  }

  .storyheadline {
    width: 100%;
    margin-left: -2px;
    margin-right: auto;
  }

  .d-body-area {
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-pullquote {
    margin-right: 20px;
  }

  .d-larger-image {
    margin-left: auto;
    margin-right: auto;
  }

  .d-infodemic-wrapper {
    width: 100%;
  }

  .d-smallimage {
    margin-left: auto;
    margin-right: auto;
  }

  .d-storyheader {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .d-footerblock {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .footer-type {
    text-align: center;
  }

  .list-icons-footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.infodemic {
    padding-top: 34px;
  }

  .s-storyheader {
    justify-content: center;
    display: flex;
  }

  .c-storyheader {
    flex-direction: column;
    display: flex;
  }

  .d-title-dek-area {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-byline {
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-about-lg {
    width: 555px;
  }

  .d-section-dek {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-card, .cardimage {
    width: 100%;
  }

  .sectiondek {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .heading-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 125px;
  }

  .front-title, .text-block-4 {
    width: 100%;
  }

  .s-defintion {
    height: 680px;
  }

  .d-definition-title {
    height: 100%;
  }

  .d-definition {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .d-why-front {
    width: 85%;
  }

  .s-phishing {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .c-phishing {
    align-items: center;
  }

  .insetheadline-schooled {
    width: 500px;
    margin-left: -2px;
    margin-right: auto;
  }

  .insetheadline-schooled.white {
    width: 560px;
    margin-left: 0;
    margin-right: 0;
  }

  .specialbody.para-block.white.centered.wide {
    width: 500px;
    padding-right: 0;
  }

  .d-target-sections {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-8 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .d-textmessage {
    align-items: center;
  }

  .single-fotobyline {
    padding-left: 20px;
  }

  .image-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .s-section-hero {
    padding: 60px 15px;
  }

  .d-sectiongrid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-leadimage {
    height: 100%;
  }

  .d-sectionhero {
    justify-content: center;
    width: 550px;
    margin-left: -47px;
  }

  .c-scamvoicemails {
    padding-left: 60px;
    padding-right: 60px;
  }

  .d-robot1 {
    flex-flow: column;
    align-items: center;
  }

  .aboutsmall-heds {
    text-align: center;
  }

  .aboutcol2 {
    margin-left: 33px;
  }

  .h3---mobile {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 100px;
  }

  .team-names-prod-coord {
    text-align: center;
  }

  .authorbio {
    text-align: left;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .authorbio.white {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-icon {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
  }

  .socialfollow {
    text-align: center;
    margin-top: 13px;
  }

  .social-icons-block {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .authorname {
    text-align: center;
    margin-right: 19px;
  }

  .background-video {
    display: none;
  }

  .header-section-meta {
    color: #d44500;
  }

  .hero-post-headline-mobile {
    font-size: 4.5em;
    font-weight: 600;
    line-height: 1.1em;
  }

  .hero-post-headline-mobile.white.shadow {
    color: #fff;
    text-shadow: 1px 1px 6px #000;
  }

  .hero-byline {
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .d-schooled-body.white {
    width: 500px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-target-text {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .d-phish-target-campus {
    width: 560px;
  }

  .d-phish-target-dek {
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-phish-target-dek.wide {
    width: 500px;
  }

  .d-danger-dek {
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-danger-dek.wide {
    width: 500px;
  }

  .storyheadline-understand {
    width: 500px;
    margin-left: -2px;
    margin-right: auto;
  }

  .d-body-area-phishing {
    margin-left: 20px;
    margin-right: 20px;
  }

  .jumboimage-phishing {
    display: block;
  }

  .body-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .d-pubdate {
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-hero-header.vertical {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }

  .d-dropcap-housing {
    margin-top: 17px;
  }

  .d-bgvideostill {
    display: block;
  }

  .d-body-area-dropcap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .d-dropcap-housing-phonescams {
    margin-top: 17px;
  }
}

@media screen and (max-width: 479px) {
  .navlink-infodemic {
    margin-left: 10px;
  }

  .image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .caption {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dek {
    text-align: center;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1-white {
    text-align: center;
    align-self: center;
  }

  .pull-quote-icon {
    object-fit: scale-down;
    margin-left: 16px;
  }

  .pq-pullquote {
    margin-right: 0;
  }

  .img-pagebreak-icon {
    object-fit: scale-down;
    position: relative;
  }

  .s-body-area {
    margin-top: 20px;
  }

  .infodemic-logo-white-1 {
    object-fit: contain;
  }

  .logo-wrapper {
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .storyheadline {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .storybyline {
    text-align: center;
    flex: 0 auto;
    align-self: flex-end;
    margin-left: auto;
    margin-right: auto;
  }

  .d-body-area {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-header {
    padding-left: 5px;
  }

  .d-infodemic-wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .d-container-larger-image {
    margin-left: 0;
    margin-right: 0;
  }

  .d-storyheader {
    flex-flow: column;
    padding-left: 0;
  }

  .d-footerblock {
    justify-content: center;
    display: flex;
  }

  .footer-type {
    text-align: center;
  }

  .list-icons-footer {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }

  .col2-footer {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.infodemic {
    padding-top: 24px;
  }

  .c-storyheader {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .d-footericons {
    margin-top: 60px;
  }

  .d-title-dek-area {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .d-byline {
    margin-left: 10px;
    margin-right: 10px;
  }

  .d-about-lg {
    width: 320px;
  }

  .about-text-1 {
    font-size: 48px;
    line-height: 50px;
  }

  .d-bottem-col-about {
    flex-direction: column;
  }

  .heading-2 {
    width: 100%;
  }

  .d-sectiondek {
    align-self: center;
    width: 310px;
  }

  .d-section-dek {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .d-card {
    width: 100%;
  }

  .card-byline {
    text-align: center;
    align-self: center;
  }

  .excerpt {
    margin-bottom: 30px;
    overflow: visible;
  }

  .cardimage {
    width: 100%;
  }

  .s-sectiontitle {
    margin-bottom: 40px;
  }

  .sectiondek {
    text-align: center;
  }

  .heading-3 {
    justify-content: center;
    margin-top: 0;
    font-size: 75px;
    display: flex;
  }

  .d-whyitmatters {
    height: 655px;
    padding-top: 0;
  }

  .front-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-why-front-sections {
    height: 100%;
  }

  .text-block-4 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-defintion {
    height: 420px;
  }

  .d-definition-title {
    margin-top: 0;
  }

  .text-block-6 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .d-definition {
    width: 85%;
    margin-top: 0;
  }

  .id-definition {
    width: 100%;
    margin-top: 20px;
  }

  .d-title-definiton-title {
    width: 100%;
    margin-top: 0;
  }

  .d-why-front {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .captiontext {
    width: 100%;
  }

  .s-phishing {
    padding-top: 40px;
  }

  .c-phishing {
    padding-left: 5px;
    padding-right: 5px;
  }

  .insetheadline-schooled {
    width: 315px;
    margin-left: 0;
  }

  .insetheadline-schooled.white {
    width: 320px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .s-commonphishscams {
    margin-bottom: 20px;
    padding-bottom: 120px;
  }

  .specialbody.para-block.white.centered.wide {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .d-target-sections {
    align-items: center;
  }

  .d-target-image {
    justify-content: center;
    width: 320px;
    display: flex;
  }

  .text-block-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .s-phishing-body {
    padding-top: 0;
  }

  .s-textmessagescams {
    display: block;
  }

  .heading-5.white {
    text-align: center;
    padding-left: 14px;
    padding-right: 15px;
  }

  .d-textmessage-info {
    width: 320px;
    margin-top: -102px;
    margin-left: -39px;
    padding-left: 0;
    padding-right: 0;
  }

  .scamsbody.white {
    width: 310px;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 21px;
  }

  .slider {
    width: 320px;
    height: 100%;
  }

  .div-block-30 {
    margin-left: -43px;
    margin-right: 10px;
    padding-left: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .single-fotobyline {
    padding-right: 10px;
  }

  .bullet {
    display: none;
  }

  .worddefinition {
    padding-right: 20px;
    font-size: 16px;
  }

  .definition {
    margin-top: 0;
    font-size: 16px;
  }

  .id-quote {
    width: 100%;
    margin-top: 20px;
  }

  .c-sectionhero {
    max-width: none;
  }

  .d-sectiongrid {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .s-leadimage {
    width: 100%;
    height: 100%;
  }

  .d-leadimage {
    height: 100%;
  }

  .d-sectionhero {
    width: 310px;
    margin-left: -50px;
  }

  .d-sectiontitle {
    margin-bottom: 10px;
  }

  .c-scamvoicemails {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutcol1, .aboutcol2 {
    margin-left: 10px;
  }

  .phone-byline {
    text-align: left;
    align-self: center;
  }

  .h3---mobile {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    font-size: 54px;
    display: flex;
  }

  .column {
    padding-left: 23px;
  }

  .authorbio {
    width: 345px;
    margin-top: 10px;
    margin-left: -4px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .authorbio.white {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .socialfollow {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .authorname {
    margin-top: -1px;
    margin-bottom: 27px;
    margin-right: 19px;
  }

  .s-backgroundvideo {
    display: none;
  }

  .header-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-section-meta {
    color: #d44500;
    margin-top: 26px;
    font-size: 1em;
  }

  .hero-post-headline-mobile {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 3.5em;
  }

  .hero-post-headline-mobile.white.shadow {
    font-size: 3.5em;
    line-height: 1.1em;
  }

  .hero-byline {
    letter-spacing: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.7em;
  }

  .d-schooled-terms {
    width: 320px;
  }

  .d-schooled-body.white {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .d-target-text {
    width: 315px;
  }

  .d-phish-target-campus {
    width: 320px;
    margin-top: -49px;
  }

  .d-phish-target-dek {
    margin-left: 10px;
    margin-right: 10px;
  }

  .d-phish-target-dek.wide {
    width: 320px;
  }

  .img-target {
    width: 75%;
  }

  .d-danger-dek {
    margin-left: 10px;
    margin-right: 10px;
  }

  .d-danger-dek.wide {
    width: 320px;
  }

  .storyheadline-understand {
    color: var(--white);
    width: 310px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 50px;
  }

  .d-phishing {
    align-self: center;
  }

  .d-body-area-phishing {
    margin-left: 10px;
    margin-right: 10px;
  }

  .storybyline-phishing {
    text-align: center;
    flex-direction: column;
    align-self: center;
    margin-left: -18px;
    display: flex;
  }

  .storybyline-phishing.white {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .d-pubdate {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-14 {
    object-fit: cover;
  }

  .d-hero-header.vertical {
    align-items: flex-start;
    display: block;
  }

  .d-dropcap-housing {
    width: 115px;
  }

  .dropcap-letter {
    font-size: 60px;
  }

  .s-dropcap-area {
    margin-top: 20px;
  }

  .s-backgroundvideo-notext {
    display: none;
  }

  .s-bgvideo {
    display: block;
  }

  .d-body-area-dropcap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .d-dropcap-housing-phonescams {
    width: 115px;
  }
}

#w-node-ce4dec52-2779-bbae-cfd1-c00f4b150d17-98a12ebf, #w-node-ce4dec52-2779-bbae-cfd1-c00f4b150d17-c82acd80, #w-node-_460f6aad-efc9-a248-ae04-3954a32aa9a9-c82acd80 {
  grid-area: 1 / 1 / 5 / 6;
}

#w-node-_460f6aad-efc9-a248-ae04-3954a32aa9aa-c82acd80 {
  grid-area: 2 / 2 / 5 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_2e1065b5-6b2b-0469-2a64-9bf37d169bd6-98d4901e, #w-node-_2e1065b5-6b2b-0469-2a64-9bf37d169bd2-98d4901e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_460f6aad-efc9-a248-ae04-3954a32aa9aa-c82acd80 {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e1065b5-6b2b-0469-2a64-9bf37d169bd6-98d4901e, #w-node-_2e1065b5-6b2b-0469-2a64-9bf37d169bd2-98d4901e {
    grid-area: 2 / 1 / 3 / 2;
  }
}


