/* Copyright (c) CircleID & Iomemo Technologies, Inc.
   All rights reserved.
======================================================== */
/* PROMOTED POST PAGE
-------------------------------------------------------- */

/* GENERAL SETTINGS
-------------------------------------------------------- */
.textPipe {
  margin-right: 9px;
  padding-right: 9px;
  border-right: 1px solid #1a1a1a;
}
.textCenter {
  text-align: center;
}

/* HEADER LABEL
-------------------------------------------------------- */

#ppRibbon {
  font-size: 14px;
  width: 995px;
  margin: 4px auto 4px auto;
  padding: 0;
  color: #1a1a1a;
  background: url(/images/bg_nav_top_selected.gif);
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: 24px bottom;
}
#ppRibbon .padding {
  padding: 0 13px;
}
#ppRibbon a {
  color: #1a1a1a;
}
#ppRibbon a:hover {
  color: #800000;
  text-decoration: none;
}
#ppRibbon .leftCol {
  line-height: 40px;
  float: left;
  vertical-align: middle;
}
#ppRibbon .rightCol {
  float: right;
  text-align: right;
}
#ppRibbon .rightCol .text {
  line-height: 40px;
  vertical-align: middle;
}
#ppRibbon .rightCol .socialLinks {
  vertical-align: middle;
}

/* HEADER
-------------------------------------------------------- */
#headerSub {
  height: 812px;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border: 1px solid #ccc;
}
#heroBox {
  margin: 0 auto;
  width: 82%;
}
#heroBox .runningHead {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 90px 0 0 0;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fcfcfc;
}
#heroBox h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 72px 0 0 0;
  padding: 0;
  text-align: center;
  color: #fcfcfc;
}
#heroBox .subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 18px 0 0 0;
  padding: 0;
  text-align: center;
  color: #fcfcfc;
}
#heroBox .sponsoredBy {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  margin: 18px 0 0 0;
  padding: 0;
  text-align: center;
  color: #fcfcfc;
  letter-spacing: 0.05em;
}
#heroBox a {
  color: #fcfcfc;
  text-decoration: none;
}
#heroBox a:hover {
  border-bottom: 1px solid #fcfcfc;
}

/* BODY
-------------------------------------------------------- */
.ppContainer {
  padding: 36px 120px;
}

.ppContainer a {
  text-decoration: none;
  color: #1a1a1a;
  border-bottom: 1px solid #ccc;
}
.ppContainer a:hover {
  border-bottom: 1px solid #ccc;
}
.ppContainer hr {
  height: 1px;
  margin: 72px 0 24px 0;
  color: #1a1a1a;
  border: none;
  background-color: #1a1a1a;
}
.ppContainer h4 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 84px auto 48px auto;
  padding: 48px 0 0 0;
  text-align: left;
  letter-spacing: -0.3px;
  border-top: 1px solid #ccc;
}
.ppContainer .subheader {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
}
.ppContainer .subheader a {
  border: none;
}
.ppContainer .companyLogo {
  width: 216px;
  padding: 0;
  margin: 9px 0 0 0;
}
.ppContainer h5 {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 48px auto 0 auto;
  padding: 0;
  text-align: left;
  border: 0;
}
.ppContainer h5 .panelistTitle {
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
}
.ppContainer img.panelistPhoto {
  display: block;
  float: left;
  width: 120px;
  margin: 33px 24px 24px 0;
}
.ppContainer p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  margin: 24px auto;
  padding: 0;
}
.ppContainer .introText p {
  text-align: center;
}
.ppContainer p.smallText {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 24px 0 0 0;
  padding: 0;
  text-align: left;
  color: #000;
}
.ppContainer ul {
  padding: 0;
  margin: 0;
  padding-left: 1.2em;
}
.ppContainer ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  padding: 0;
  margin: 0 0 15px 0;
}

/* EXPERT PARTICIPANTS
-------------------------------------------------------- */

.expertParticipants .photo {
  width: 90px;
  filter: grayscale(100%);
  float: left;
  margin-top: 8px;
}
.expertParticipants ul {
  margin: 0 0 36px 114px;
  list-style-type: none;
  padding: 0;
}
.expertParticipants ul li {
  padding: 0;
  margin: 0;
}
.expertParticipants ul li.name {
  font-weight: 300;
}
.expertParticipants ul li.bio {
  margin: 12px 0 0 0;
  padding: 0;
}

/* FOOTER
-------------------------------------------------------- */
.ppFooter {
  text-align: center;
  padding: 24px 0;
}
.ppFooter img.companyLogo {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.ppFooter .ppFooterSocial {
  margin: 52px 0 48px 0;
  padding: 0;
}
.ppFooter .ppFooterSocial i {
  font-size: 42px;
  margin: 0 9px;
  padding: 0 0 3px 0;
  line-height: 1em;
}
.ppFooter .ppFooterSocial a {
  border: none;
  color: #1a1a1a;
}
.ppFooter .ppFooterSocial a:hover {
  border: none;
  color: #800000;
}
.ppFooter p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.3em;
}

/* EVENT BANNERS
-------------------------------------------------------- */
.bannerHorizontal {
  width: 993px;
  height: 228px;
  margin: 0 auto 4px auto;
  padding: 0;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  background-image: url("/images/events/dns_abuse_forum/bg_header.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bannerHorizontal a {
  text-decoration: none;
}
.bannerHorizontal .textPipe {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #666;
}

.bannerHorizontal .leftCol {
  float: left;
  width: 470px;
  margin: 36px 0 0 0;
  padding: 9px 24px 9px 0;
  border-right: 1px solid #fff;
}
.bannerHorizontal .rightCol {
  float: right;
  width: 470px;
  margin: 36px 0 0 0;
  padding: 9px 0 9px 0;
}

/* running head */
.bannerHorizontal span.runningHead {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  letter-spacing: normal;
  color: #fff;
}
/* header */
.bannerHorizontal h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 51px;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-align: right;
  letter-spacing: normal;
  color: #fff;
}
/* running subheader */
.bannerHorizontal h4 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-align: right;
  letter-spacing: normal;
  color: #fff;
}
/* logo */
.bannerHorizontal img.partnerLogo {
  width: 180px;
  margin-top: 12px;
}

/* VERTICAL - EVENT - COVID19
------------------------------------------------------------ */

.bannerVertical {
  width: 300px;
  margin: 36px auto;
  padding: 0;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
  background-image: url("/images/events/dns-abuse-forum/bg_header.jpg");
  background-repeat: no-repeat;
  background-position: bottom 150px right 20px;
  background-size: 1000px;
}
.bannerVertical a {
  text-decoration: none;
}
.bannerVertical h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1em;
  margin: 24px 12px -12px 12px;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}
.bannerVertical h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
  margin: 24px 12px 36px 12px;
  padding: 0;
  text-align: center;
  letter-spacing: normal;
  letter-spacing: 0.4px;
  color: #fff;
}
.bannerVertical p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  width: 80%;
  margin: -6px auto 24px auto;
  padding: 9px 12px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #fff;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #333;
}
