/* Top Article Banner */

#top-banner {
  background-color: #f5f5f5;
}

#general-top-banner-content {
  margin-left: 16.46%;
  margin-right: 23.34%;

  width: 60.2%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;

  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  justify-content: left;
  align-items: top;

  padding-top: 75px;
  padding-bottom: 224px;
}

#how-to-top-banner-content {
  margin-left: 16.46%;
  margin-right: 23.34%;

  width: 60.2%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;

  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  justify-content: left;
  align-items: top;

  padding-top: 75px;
  padding-bottom: 76px;
}

#interview-top-banner-content {
  margin-left: 16.46%;
  margin-right: 23.34%;

  width: 60.2%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;

  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  justify-content: left;
  align-items: top;

  padding-top: 75px;
  padding-bottom: 224px;
}

#top-banner-categories {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 12px;
  justify-content: left;
  align-items: top;
  margin-bottom: 28px;
  /* height: 20px; */
}

#top-banner-categories #category {
  margin: 0px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#top-banner-categories #subcategory {
  margin: 0px;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  line-height: normal;
  letter-spacing: 3px;
  color: #c9c9c9;
  text-transform: uppercase;
}

#top-banner-title {
  margin-bottom: 10px;
  height: auto;
  font-family: 'Source Serif Pro Semibold';
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  color: #00324f;
}

#top-banner-title #title {
  margin: 0px;
}

#top-banner-author {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 12px;
  justify-content: left;
  height: auto;
}

#top-banner-author #author {
  margin: 0px;
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #4f5965;
}

#top-banner-author #social {
  margin: 0px;
}

a#social img{
  vertical-align: initial;
}

/* Floating Social Icons */

#floating-social-media-icons {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-top: 72px;
  padding-left: 17.43%;

  width: 100%;
  height: 0px;

  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  grid-row-gap: 24px;
}

/* Article Components */

.article-gutters {
  margin-left: 23.40%;
  margin-right: 23.26%;
  width: 53.34%;
}

/* Main Picture */
#article-image-start img{
  margin-top: -148px;
  margin-left: 16.46%;
  margin-right: 16.46%;

  width: 67.08%;
  height: 448px;

  object-fit: cover;
  border-radius: 12px;
}

#article-video-start {
  margin-top: -148px;
  margin-left: 16.46%;
  margin-right: 16.46%;

  width: 67.08%;
  height: 448px;
  border: none;
}

/* Interview - Headshots */

#interview-headshots {
  display: grid;
  grid-template-columns: 37% 37%;
  grid-template-rows: auto;
  grid-column-gap: 24px;
  margin-top: -148px;

  margin-left: 16.46%;
  margin-right: 16.46%;
}

#interview-headshots img {
  width: 90%;
  border-radius: 50%;
}

#interviewer {
  border: solid 2px;
  padding: 20px;
  aspect-ratio: 1;
  object-fit: cover;
}

#interviewee {
  border: solid 2px black;
  padding: 20px;
  aspect-ratio: 1;
  object-fit: cover;
}

/* Article Text */

#article-body-text-start {

  font-family: 'Source Sans Pro Light';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #171738;
}

#article-body-text {
  margin-top: 72px;
  /* margin-top: 36px; */

  font-family: 'Source Sans Pro Light';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #171738;
}


/* Quote */
#article-quote {
  margin-left: 27.99%;
  margin-right: 23.26%;
  margin-top: 72px;

  width: 48.75%;
  padding-left: 33px;
  /* border-left: solid 2px #ff5976; */
  border-left: solid 2px;
}

#article-quote-text {
  font-family: 'Source Sans Pro Light';
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.53px;
  color: #00324f;

  margin-top: 0px;
  margin-bottom: 16px;
}

#article-quote-author {
  font-family: 'Source Sans Pro Light';
  font-weight: 300;
  line-height: 1.25;

  font-size: 18px;
  letter-spacing: 0.3px;
  color: #171738;
}

/* Interview - Quotes */

#interview-quotes {
  display: grid;
  margin-top: 72px;
  margin-bottom: 76px;
  grid-auto-columns: 100%;
  grid-auto-rows: auto auto;
  grid-row-gap: 36px;
}

#speech-bubble-question {
  float: left;
  width: 73.4%;
  margin-right: 26.6%;
}

#speech-bubble-answer {
  float: right;
  margin-left: 26.6%;
  width: 73.4%;
}

.question-box {
  /* width: 80%; */
  /* margin: 50px auto; */
  /* border: 2px solid #fbbd4a; */
  border: 2px solid;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  /* font-weight: 900;
  color: #00bfb6;
  font-family: arial; */
  position: relative;
  background-color: #ffffff;
  border-radius: 15px 15px 15px 0px;

  font-family: 'Source Sans Pro Light';
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #00324f !important;
}

.question-triangle:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  /* border-left: 10px solid #fbbd4a; */
  border-left: 10px solid;
  border-left-color: inherit;
  border-right: 10px solid transparent;
  /* border-top: 10px solid #fbbd4a; */
  border-top: 10px solid;
  border-top-color: inherit;
  border-bottom: 10px solid transparent;
  left: -2px;
  bottom: -20px;
}

.question-triangle:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 0px;
  bottom: -15px;
}

.answer-box {
  /* width: 80%; */
  /* margin: 50px auto; */
  border: 2px solid black;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  /* font-weight: 900;
  color: #00bfb6;
  font-family: arial; */
  position: relative;
  background-color: #ffffff;
  /* border-radius: 15px 15px 15px 0px; */
  border-radius: 15px 0px 15px 15px;
  font-family: 'Source Sans Pro Light';
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #00324f;
}

.answer-triangle:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 10px dotted black;
  /* border-right: 10px dotted transparent;
  border-top: 10px dotted #fbbd4a;
  border-bottom: 10px dotted transparent; */
  border-style: dotted;
  border-top: 10px dotted transparent;
  border-bottom: 10px solid black;
  border-left: 10px solid transparent;
  right: -2px;
  /* bottom: 100px; */
  top: -20px;
  /* bottom: 5.6em; */
}

.answer-triangle:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  /* border-left: 10px dotted #fff;
  border-right: 10px dotted transparent; */
  border-left: 10px dotted #fff;
  border-bottom: 10px dotted transparent;
  border-top: 10px dotted #fff;
  /* border-bottom: 10px dotted transparent; */
  border-right: 10px dotted transparent;
  right: 0px;
  /* bottom: -15px; */
  top: -15px;
  transform: rotate(180deg);
}

/* Body Picture */
#article-image-body img{
  /* margin-left: 30.28%;
  margin-right: 30.28%; */
  margin-left: 23.40%;
  margin-right: 23.26%;
  margin-top: 72px;

  /* width: 39.44%; */
  width: 53.34%;
  /* height: 349px; */
  height: auto;

  /* object-fit: cover; */
  object-fit: contain;

  box-shadow: 0 12px 12px 0 rgba(79, 89, 101, 0.2);
  /* background-color: #d8d8d8; */
}

/* Article Section */
#article-body-section {
  margin-top: 72px;
}

#article-body-section-header {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #00324f;
}

#article-body-section-text {
  font-family: 'Source Sans Pro Light';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #171738;
}

/* Interview - Q&A Text */
#interview-body-qa {
  margin-top: 72px;
}

#interview-question {
  font-family: 'Source Serif Pro';
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #00324f;
}

#interview-answer {
  font-family: 'Source Sans Pro Light';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #171738;
}

#text-box-list {
  border-radius: 12px;
  background-color: #f5f5f5;
  display: grid;
  grid-template-columns: auto;
  /* grid-template-rows: auto auto auto; */
  grid-template-rows: auto;
  grid-row-gap: 30px;

  padding-top: 23px;
  padding-bottom: 25px;
  padding-left: 32px;
  padding-right: 32px;

  margin-top: 72px;
}

#list-item-header {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #00324f;
  margin-top: 0px;
  margin-bottom: 8px;
}

#list-item-text {
  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #00324f;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* How To Step */
#how-to-step {
  margin-top: 72px;
}

#step-number {
  height: 40px;
  font-family: 'Source Serif Pro Semibold';
  font-size: 32px;
  line-height: normal;
  letter-spacing: normal;
  /* color: #00d4b2; */
}

#step-title {
  height: 31px;
  font-family: 'Source Sans Pr Semibold';
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  color: #00324f;

  margin-bottom: 25px;
}

#step-description {
  font-family: 'Source Sans Pro Light';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #171738;
}

/* Article Metadata */
#metadata {
  margin-top: 29px;
  font-family: 'Source Sans Pro Regular';
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #c9c9c9;
}

#published-date {
  margin: 0px;
}

#tags {
  margin: 0px;
  font-family: 'Source Sans Pro Bold';
}

#tags span {
  font-weight: bold;
  color: #0096d4;
}

/* Keep Reading */
#keep-reading {
  margin-top: 108px;
  margin-bottom: 119px;
}

#keep-reading-header {
  margin-bottom: 27px;

  font-family: 'Source Serif Pro Bold';
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #c9c9c9;
}

#keep-reading-articles {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  grid-row-gap: 36px;
}

#article-header {
  height: 15px;
  font-family: 'Source Sans Pro Bold';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2.25px;

  margin-top: 0px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

#article-title {
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #4f5965;

  margin-top: 0px;
  margin-bottom: 5px;
}

#article-title a{
  text-decoration: none;
}

#article-title a:hover {
  color: #0096d4;
}

#article-description {
  font-family: 'Source Sans Pro Light';
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.2px;
  color: #00324f;

  margin-top: 0px;
  margin-bottom: 33px;
}

#article-description a{
  text-decoration: none;
  font-family: 'Source Sans Pro';
  color: #0096d4;
  letter-spacing: 0.2px;
}

#article-break {
  background-color: #ffffff;
  margin: 0px;
}

/* Subscriber Banner */

#gutter {
  width: 9.44%;
  height: 100vh;
  padding-left: 0px;
  padding-right: 0px;
}

#content {
  width: 81.12%;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {

  /* Top Article Banner */

  #interview-top-banner-content {
    margin-left: 9.44%;
    margin-right: 9.44%;
    width: 81.12%;
    padding-bottom: 150px;
    padding-top: 35px;
  }

  #how-to-top-banner-content {
    margin-left: 9.44%;
    margin-right: 9.44%;
    width: 81.12%;
    padding-bottom: 37px;
    padding-top: 35px;
  }

  #general-top-banner-content {
    padding-left: 9.44%;
    padding-right: 9.44%;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    padding-bottom: 37px;
    padding-top: 35px;
    background-color: white;
  }

  #top-banner-categories {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 7px;
    margin-bottom: 15px;
  }

  #top-banner-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  #top-banner-author #author {
    letter-spacing: 0.75px;
    font-size: 12px;
  }

  #social {
    display: none;
  }

  /* Article Image - Start */
  #article-image-start img {
    margin-top: 0px;
    margin-left: 9.44%;
    margin-right: 9.44%;
    width: 81.12%;
    height: 164px;
  }

  #article-video-start {
    margin-top: 0px;
    margin-left: 9.44%;
    margin-right: 9.44%;
    width: 81.12%;
    height: 164px;
    border: none;
  }

  /* Interview Headshots */

  #interview-headshots {
    grid-template-columns: 49% 49%;
    margin-top: -95px;
    margin-left: 9.44%;
    margin-right: 9.44%;
  }

  /* Article Gutters */

  .article-gutters {
    margin-left: 9.44%;
    margin-right: 9.44%;
    width: 81.12%;
  }

  /* Floating Social Media Icons */

  #floating-social-media-icons {
    display: none;
  }

  /* Aticle Text */
  #article-body-text-start {
    padding-top: 36px;
    line-height: 1.5;
  }

  #article-body-text {
    margin-top: 36px;
  }

  #article-body-section {
    margin-top: 36px;
  }

  /* Interview Questions */
  #interview-question {
    font-family: 'Source Serif Pro';
    font-size: 18px;
    letter-spacing: 0.23px;
  }

  /* Interview Quotes */

  #interview-quotes {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  #speech-bubble-question {
    width: 100%;
    margin-right: 0%;
  }

  #speech-bubble-answer {
    width: 100%;
    margin-left: 0%;
  }

  /* Interview Body QA */
  #interview-body-qa {
    margin-top: 36px;
  }

  #interview-answer {
    line-height: 1.5;
  }

  /* Article Image Body */
  #article-image-body img {
    margin-top: 36px;
    margin-left: 9.44%;
    margin-right: 9.44%;
    width: 81.12%;
    height: 216px;
  }

  /* Keep Reading */
  #keep-reading {
    margin-top: 67px;
    margin-bottom: 34px;
  }

  #keep-reading-articles {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-row-gap: 0px;
  }

  #keep-reading-header {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.23px;
  }

  #article-header {
    height: 18px;
    font-size: 14px;
    letter-spacing: 2.63px;
  }

  #article-description {
    line-height: 1.5;
    margin-bottom: 29px;
  }

  #keep-reading-read-more {
    display: none;
  }

  #article-break {
    display: none;
  }

  /* Article Quote */

  #article-quote {
    margin-left: 9.44%;
    margin-right: 9.44%;
    width: 81.12%;
    padding-left: 28px;
    margin-top: 36px;
  }

  #article-quote-text {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.3px;
  }

  #article-quote-author {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.27px;
    margin: 0px;
  }

  /* How To Step */
  #how-to-step {
    margin-top: 36px;
  }

  #step-number {
    height: 24px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.23px;
  }

  #step-title {
    height: 20px;
    font-size: 16px;
  }

  #step-description {
    line-height: 1.5;
  }

  /* Text Box List */
  #text-box-list {
    margin-top: 36px;
  }

}
