h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
#brand_buttons{
  display: flex;
  gap: 15px;
  justify-content: center;
}
#brand_link {
  display: flex;
  align-items: center;
}
#brand_link a {
  width: 110px;
  height: 40px;
  border: 1px solid #fb8424;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  background: #fb8424;
  color: #fff;
}
#brand_link a:hover {
  background: #fff;
  color: #000;
}
#brand_phone {
  display: flex;
  align-items: center;
}
#brand_phone a {
  width: 170px;
  height: 40px;
  border: 1px solid #fb8424;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
#brand_phone a:hover {
  background: #fb8424;
  color: #fff;
}
#blog {
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
}
#blog_content {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 25px;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}
#blog_left {
  position: sticky;
  bottom: 0;
  align-self: end;
  height: fit-content;
  padding-bottom: 30px;
}
#blog_left p.headline {
  font-size: 18px;
  color: #210CED;
  font-weight: bold;
  margin-bottom: 10px;
}
#author_info{
  width: 565px;
  height: 95px;
  padding: 12px;
  background: #F1F0FA;
  border-radius: 10px;
  margin-bottom: 30px;
}
#author_and_fact{
  height: 30px;
  display: flex;
  margin: 25px 0 10px 5px;
}
#author_picture{
  width: 38px;
  height: 32px;
  margin-right: 10px;
}
#author_picture img {
  border-radius: 16px;
}
#author_name{
  width: calc(100% - 268px);
  height: 45px;
}
#author_name p.author {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #05031B;
}
#author_name p.role {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #05031B;
  position: relative;
  top: -3px;
}
#author_fact{
  width: 220px;
  height: 32px;
}
#author_fact span {
  font-size: 11px;
  color: #140893;
  font-weight: 600;
  text-align: right;
  display: block;
}
#author_fact span svg {
  display: inline;
}
#author_fact p {
  font-size: 11px;
  text-align: right;
  color: #140893;
  letter-spacing: 0.2px;
}
#blog_left p.table {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
#blog_left ul{
  padding: 0 0 0 20px;
  position: relative;
  margin-left: 25px;
}
#blog_left ul::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background: #c8c8f9;
}
#blog_left ul li {
  margin: 20px 8px;
  font-size: 16px;
}
#blog_left ul li::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 9px;
  height: 9px;
  background: #c8c8f9;
  border-radius: 50%;
  margin-top: 6px;
}
#blog_left ul li a:hover{
  text-decoration: underline;
}
#blog_left ul li.focused{
  font-weight: bold;
}
#blog_right{
  max-width: 680px;
  height: fit-content;
}
#blog_right h2 {
  font-size: 24px;
  padding: 10px 0;
}
article{
  padding: 5px 15px 15px 0;
}
article h2{
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0 8px 0;
}
article .paragraph{
  line-height: 1.8;
  font-size: 16px;
  white-space: pre-line;
}
article .paragraph h3, article .paragraph h2, article .paragraph ul {
    line-height: 1;
    margin-bottom: -20px;
}
article .paragraph h3 {
  font-size: 18px;
  padding: 10px 0;
  font-weight: 600;
}
article .paragraph p {
  padding: 5px 0;
  font-size: 16px;
}
article .paragraph li{
  font-size: 15px;
  list-style: disc;
  margin-left: 20px;
  line-height: 1.8;
}
article .paragraph a {
  color: #210CED;
  text-decoration: underline;
  font-weight: 500;
}
article .paragraph a:hover {
  color: #3fca8e;
}
article .reviewer {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
article p.reviewer_name {
  font-size: 16px;
  font-weight: bold;
}
article p.reviewer_date {
  font-size: 12px;
  color: #777;
}
article p.reviewer_review, article .reviewer_review_small{
  font-size: 16px;
}
article p.reviewer_review{
  display: none;
}
#author_highlight {
  padding: 40px 15px 20px 0;
}
#author_highlight .cite {
  background: url(../imgs/quotes.svg) no-repeat top;
}
#author_highlight_photo img {
  border-radius: 50%;
}
#author_highlight p.cite {
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  padding: 40px 10px 10px 10px;
  line-height: 1.2;
}
#author_highlight p.author {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 10px;
  font-weight: 500;
  margin-bottom: 15px;
}
#author_highlight_info {
  width: 100%;
  display: flex;
  height: 110px;
  gap: 15px;
}
#author_highlight_details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  height: 80%;
}
#author_highlight_name {
  font-size: 24px;
  font-weight: 600;
}
#author_highlight_position {
  font-size: 14px;
}
#youmayalsolike_content {
  padding: 20px 0px 39px 0;
}
#youmayalsolike_content h2 {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #C8C8F9;
  padding-bottom: 10px;
}
#youmayalsolike_content ol {
  column-count: 2;
  gap: 5px;
  margin: 0;
  padding: 0;
}
#youmayalsolike_content ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 12px;
  margin-right: 5px;
  border-bottom: 1px solid #C8C8F9;
  font-size: 15px;
}
#youmayalsolike_content ol li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  width: calc(100% - 20px);
  gap: 10px;
}
#youmayalsolike_content ol li a span {
  width: 60px;
  min-width: 60px;
  height: 26px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
}
#youmayalsolike_content ol li a:hover span {
  background: #210CED;
}
#nextup {
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
  background: #F3F4F4;
  padding-bottom: 20px;
}
#nextup_content {
  max-width: 1040px;
  width: calc(100% - 30px);
  padding: 16px 0;
  margin: auto;
}
#nextup_content h4 {
  border-bottom: 1px solid #C8C8F9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
#nextup_content ul {
  display: flex;
  flex-wrap: wrap;
}
#nextup_content li {
  font-size: 18px;
  padding: 6px;
  width: 33%;
}
#nextup ul li a {
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  background: #fff;
  color: #395BB6;
}
#nextup ul li img {
  max-width: 70px;
}
#nextup_content li a:hover {
  text-decoration: underline;
}
.wp-caption-text{
  font-size: 12px !important;
}
#breadcrumbs {
  height: 60px;
}

@media (max-width: 1080px) {
  #blog_content{
    grid-template-columns: 393px 1fr;
    gap: 8px;
  }
  #author_fact p {
    letter-spacing: -0.2px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
  #blog_content {
    grid-template-columns: 258px 1fr;  
    gap: 4px;
  }
  #blog_left ul li {
    margin: 15px 4px;
    font-size: 14px;
  }
  #author_and_fact {
    flex-wrap: wrap;
  }
  #author_fact span {
    text-align: left;
  }
  #author_fact p {   
    text-align: left;
  }
}
@media (max-width: 768px) {
  #header_disclaimer, #header, #top_ad {
    min-width: unset;
  }
  #blog_right{
    width: 100%;
  }
}

@media (max-width: 640px) {
  #blog_left {
    position: unset;
    align-self: auto;
    padding-bottom: 0px;
  }
  #blog_left p.table, #blog_left ul{
    display: none;
  }
  #blog_left p.headline span{
    width: 28px;
    height: 27px;
    font-size: 16px;
  }
  #blog_content {
    display: block;
  }
  #youmayalsolike_content ol {
    column-count: 1;
  }
}

@media (max-width: 480px) {
  #menu {
    display: none;
  }
  h1 {
    font-size: 32px;
    text-align: center;
    padding: 10px;
  }
  #blog_right h2{
    font-size: 20px;
    text-align: center;
  }
  #breadcrumbs_content{
    width: calc(100% - 20px);
    padding: 10px 0;
  }
  #breadcrumbs_content nav {
    font-size: 11px;
  }
  #author_and_fact{
    height: 12px;
    margin-top: 10px;
  }
  #author_fact{
    display: none;
  }
  #blog {   
    margin-top: 0px;
  }
  #blog_right {
    width: 100%;
  }
  #author_fact {
    width: 165px;
  }
  #author_picture {
    margin-right: 5px;
  }
  #author_name {
    width: calc(100% - 60px);
  }
  #author_fact{
    display: none;
  }
  article h2 {
    font-size: 20px;
    padding-top: 10px;
  }
  ul.bars li {
    height: 28px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  article .paragraph h3 {
    font-size: 16px;
  }
  article .paragraph p {
    padding: 5px 0;
    font-size: 14px;
  }
  article .paragraph li {
    padding: 5px 0;
    font-size: 12px;
  }
  #author_highlight p.cite {
    font-size: 25px;
  }
  #nextup_content li{
    width: 50%;
  }
  .wp-caption-text{
    font-size: 10px !important;
  }
}

@media (max-width: 375px) {
  #nextup{
    padding: 0 10px;
  }
  #nextup_content{
    width: calc(100% - 10px);
  }
  #nextup ul li a{
    gap: 0;
    font-size: 12px;
    flex-direction: column;
  }
  #nextup ul li img {
    max-width: 50px;
  }
}
.wp-caption {
    max-width: fit-content;
}