/* Copyright (c) CircleID & Iomemo Technologies, Inc.
   All rights reserved.
========================================================
/* SPONSORED PAGE
--------------------------------------------------------
Structure:
--
spLabel
spHeader
spBody [spBodyMain + spBodySidebar]
spFooter

Typography:
--
Base font size:    14px
Base line height:  22px

Color:
--
Lines:        #d5d5d5
Theme/Main:   #224494
Theme/Sec:    #e8f3ff

======================================================== */

/* GENERAL SETTINGS
-------------------------------------------------------- */
.headingH2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  margin: 0 0 16px 0;
  padding: 6px 0 5px 0;
  color: #224494;
  border-bottom: 1px solid #7a8ebe;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
/* below applied to hr tag */
.postDivider {
  border: 0;
  height: 0;
  border-top: 1px solid #ddd;
  margin: 0 0 16px 0;
}

/* LINKS - THEME COLOR */

a.themeColor:link {
  text-decoration: none;
  color: #224494;
}
a.themeColor:visited {
  text-decoration: none;
  color: #224494;
}
a.themeColor:hover {
  text-decoration: none;
  color: #224494;
  border-bottom: 1px solid #224494;
}
a.themeColor:active {
  text-decoration: none;
  color: #224494;
}
/* LINKS - NO COLOR */

a.noColor:link {
  text-decoration: none;
  color: #333333;
  border: 0;
}
a.noColor:visited {
  text-decoration: none;
  color: #333333;
  border: 0;
}
a.noColor:hover {
  text-decoration: none;
  color: #224494;
  border-bottom: 1px solid #224494;
}
a.noColor:active {
  text-decoration: none;
  color: #333333;
  border: 0;
}
/* LINKS - READ MORE */
.readMore {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.readMore:after {
  padding-left: 4px;
  content: '\27F6';
  font-weight: normal;
}

/* SP LABEL
-------------------------------------------------------- */
#spLabel {
  font-size: 13px;
  width: 995px;
  height: 40px;
  margin: 4px auto 4px auto;
  padding: 0;
  color: #000;
  background: url(/images/bg_nav_top_selected.gif);
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: 24px bottom;
}
#spLabel .padding {
  padding: 0 13px;
}
#spLabel .leftCol {
  line-height: 40px;
  float: left;
  vertical-align: middle;
}
#spLabel .leftCol .info {
  font-size: 18px;
  position: relative;
  top: 0.08em;
  color: #666;
}
#spLabel .leftCol .info:hover {
  color: #800000;
}
#spLabel .rightCol {
  float: right;
  text-align: right;
}
#spLabel .rightCol .text {
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  vertical-align: middle;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #666;
}
#spLabel .rightCol .logo {
  height: 22px;
  padding-left: 15px;
  vertical-align: middle;
}

/* SP HEADER
-------------------------------------------------------- */
#spHeader {
  width: 995px;
  margin: 4px auto 4px auto;
  padding: 0;
  color: #eaf3fe;
  background-color: #224494;
}
#spHeader .padding {
  padding: 10px 29px 10px 27px;
  position: relative;
}
#spHeader h2 {
  padding: 14px 0 0 0;
  margin: 0 0 22px 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  line-height: 36px;
  color: #eaf3fe;
  text-transform: none;
  letter-spacing: 0.7px;
}
#spHeader a:link,
#spHeader a:visited,
#spHeader a:active {
  color: #bcc6de;
  text-decoration: none;
}
#spHeader a:hover {
  color: #eaf3fe;
}
#spHeader .leftBox {
  width: 617px;
  float: left;
  margin: 0;
  padding: 0;
}
#spHeader .leftBox p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  padding: 15px 0 20px 0;
  color: #bcc6de;
}
#spHeader .leftBox .paraLabel {
  text-transform: uppercase;
  font-weight: 700;
  color: #eaf3fe;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 0;
  margin: 0;
  line-height: 27px;
  display: block;
}
#spHeader .leftBox .date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 4px;
  color: #647cb4;
}
#spHeader .leftBox .faIcon {
  color: #647cb4;
  font-size: 22px;
  left: 27px;
  bottom: 18px;
  position: absolute;
}
#spHeader .leftBox .addThisCustom {
  position: absolute;
  bottom: 14px;
  left: 545px;
}
#spHeader .rightBox {
  float: right;
  width: 296px;
  font-family: 'Roboto', sans-serif;
  line-height: 27px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #647cb4;
}
#spHeader .rightBox h2 {
  text-align: right;
}
#spHeader .rightBox ul {
  font-size: 15px;
  padding: 0 0 0 26px;
  margin: 0;
  list-style-type: none;
  text-align: right;
}
#spHeader .rightBox li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #647cb4;
  line-height: 27px;
  color: #bcc6de;
  font-weight: 400;
}
#spHeader .rightBox li a {
  display: block;
}
#spHeader .rightBox li:before {
  content: '\f0a9';
  font-family: FontAwesome;
  font-weight: 900;
  color: #647cb4;
  float: left;
}
#spHeader .rightBox li:hover:before {
  content: '\f0ab';
  font-family: FontAwesome;
  color: #eaf3fe;
}
#spHeader .rightBox span.pageInfo {
  display: block;
  text-align: right;
  font-size: 13px;
  padding: 26px 0 10px 0;
  color: #90a1c9;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

/* SP BODY CONTENT
-------------------------------------------------------- */
#spBodyContent {
  padding: 0 0 30px 0;
}
#spBodyContent .postBlock h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: -0.01em;
  border-bottom: none;
}
#spBodyContent .postBlock h3.big {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: -0.7px;
  border: 0;
}
#spBodyContent .postBlock .byline {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
#spBodyContent .postBlock p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #333;
  line-height: 27px;
  margin: 0 0 20px 0;
  padding: 0;
}
#spBodyContent .postBlock img.authorPhoto {
  float: left;
  position: relative;
  top: 6px;
  margin: 0 16px 10px 0;
  padding: 0;
  width: 100px;
}

/* SP BODY SIDEBAR
-------------------------------------------------------- */
#spBodySidebar .sectionBox {
  padding: 0;
  margin: 0 0 32px 0;
}
#spBodySidebar .sectionBox p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 24px;
  margin: 0 0 16px 0;
  padding: 0;
}
#spBodySidebar .news p:before {
  content: '\f15c';
  font-family: 'Font Awesome 5 Free';
  font-size: 19px;
  color: #224494;
  padding: 0 7px 0 0;
  line-height: 24px;
  font-weight: 900;
}
#spBodySidebar .events p:before {
  content: '\f783';
  font-family: 'Font Awesome 5 Free';
  font-size: 19px;
  color: #224494;
  padding: 0 7px 0 0;
  line-height: 24px;
  font-weight: 900;
}
#spBodySidebar .date {
  text-transform: uppercase;
  font-size: 12px;
}

/* SP BODY SIDEBAR - CONTRIBUTORS
-------------------------------------------------------- */
.spContributor {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  color: #333;
  position: relative;
  border: 1px solid #ddd;
}
.spContributor a {
  color: #224494;
  text-decoration: none;
}
.spContributor .photo {
  float: left;
  width: 70px;
  margin: 0;
  padding: 0 10px 0 0;
  filter: gray;
  filter: grayscale(100%);
}
.spContributor ul {
  margin: 0;
  padding: 0;
}
.spContributor ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.spContributor ul li.name {
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  color: #224494;
  padding: 10px 0 0 0;
}
.spContributor ul li.title {
  font-weight: 400;
  padding: 7px 0 0 0;
}
.spContributor ul li.more {
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  color: #224494;
  margin: 0;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.spContributor:hover {
  cursor: pointer;
  border: 1px solid #224494;
  background-color: #fff;
}
.spContributor:hover .photo {
  filter: gray;
  filter: grayscale(0);
}
.spContributor:hover ul li.name span {
  border-bottom: 1px solid #224494;
}
.spContributor:hover ul li.more::after {
  content: 'Visit Page \27F6';
  position: absolute;
  left: 80px;
  bottom: 7px;
}

/* SP BODY SIDEBAR - KEYPOINTSABOUT.ORG BANNER
-------------------------------------------------------- */
.spBanner {
  width: 100%;
  border: 1px solid #7a8ebe;
  background-color: #e8ecf4;
  padding: 0;
  margin: 18px 0 40px 0;
  display: block;
}
.spBanner img {
  width: 80%;
  padding: 0;
  margin: 26px auto 14px auto;
  display: block;
}
.spBanner hr {
  border: 0;
  height: 0;
  border-top: 1px solid #7a8ebe;
  margin: 0 auto;
  padding: 0;
  width: 25%;
}
.spBanner h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 20px 0 14px 0;
  padding: 0 20px;
  border: 0;
  text-align: center;
  color: #333;
}
.spBanner p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  margin: 20px 0 14px 0;
  padding: 0 20px;
  text-align: center;
}
.spBanner .button {
  background-color: #224494;
  width: 75%;
  color: #eaf3fe;
  font-weight: 300;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin: 20px auto 26px auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.spBanner:hover {
  background-color: #fff;
  text-decoration: none;
}

/* SP BANNER - LEADERBOARD
-------------------------------------------------------- */
.spBannerLeaderboard {
  width: 995px;
  margin: 4px auto 4px auto;
  padding: 0;
  background-color: #224494;
  display: block;
}
.spBannerLeaderboard .padding {
  padding: 19px 12px;
  margin: 0;
}
.spBannerLeaderboard h2 {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #e8ecf4;
  text-transform: none;
  letter-spacing: 0.7px;
  font-weight: 500;
}
.spBannerLeaderboard h2 em {
  border-bottom: 1px solid #bcc6de;
}
.spBannerLeaderboard .leftBox {
  width: 807px;
  float: left;
  margin: 0;
  padding: 0;
}
.spBannerLeaderboard .rightBox {
  float: right;
  width: 150px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #bcc6de;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 26px;
}
.spBannerLeaderboard:hover h2 {
  color: #fff;
}
.spBannerLeaderboard:hover h2::after {
  content: '\27F6  Visit Page';
  font-weight: 300;
  color: #bcc6de;
  font-size: 12px;
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 14px;
  vertical-align: middle;
}

.folded-corner {
  position: relative;
  overflow: hidden;
}
.folded-corner:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fefefe #fefefe #647cb4 #647cb4;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
    -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0;
}

/* SP BANNER - VERTICAL
-------------------------------------------------------- */
.spBannerVertical {
  width: 300px;
  margin: 0 0 30px 0;
  padding: 0;
  background-color: #224494;
  display: block;
}
.spBannerVertical .padding {
  padding: 22px 12px 16px 12px;
  margin: 0;
}
.spBannerVertical h2 {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: #e8ecf4;
}
.spBannerVertical p {
  padding: 0;
  margin: 16px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #e8ecf4;
}
.spBannerVertical a em {
  border-bottom: 1px solid #bcc6de;
}
.spBannerVertical span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #bcc6de;
  margin: 40px 0 0 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 26px;
  display: block;
}
.spBannerVertical:hover a {
  text-decoration: none;
}
.spBannerVertical:hover h2,
.spBannerVertical:hover p {
  color: #fff;
}

.spBannerVertical:hover h2::after {
  content: '\27F6  Visit Page';
  font-weight: 300;
  color: #bcc6de;
  font-size: 12px;
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 14px;
  vertical-align: middle;
}
.spBannerVertical:hover p:after {
  content: '\27F6  Visit Page';
  font-weight: 300;
  color: #bcc6de;
  font-size: 12px;
  padding: 0 0 0 10px;
  margin: 0;
  text-decoration: none;
  line-height: 14px;
}
