@charset "UTF-8";
/*
xs: <768px
sm: >=768px
md: >=992px
lg: >=1200px
 */
/*$darkModeBlue: #00d9d9;*/
figure {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.amzImageHolder {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 105px;
  padding-right: 60px;
  padding-left: 60px;
  display: block;
  z-index: 999;
}

iframe {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 100%;
}

@media (max-width: 575px) {
  iframe {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    overflow-x: hidden;
  }
}
.giphy-embed + p {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: PN, Avenir, Calibri, sans-serif;
  font-weight: bold;
}

.body-content {
  background-color: white !important;
}

.body-shadow {
  box-shadow: -1px 0 1px -1px #877d78, 1px 0 1px -1px #877d78;
  z-index: 3;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.fmSidebar {
  background-color: #f8f8f8 !important;
}

/********** Table Highlighting.   Didn't implement on mobile cause it's a pain and not reliable. https://css-tricks.com/simple-css-row-column-highlighting/ ****************/
table {
  overflow: hidden;
}

tr:hover {
  background-color: rgba(3, 198, 198, 0.1) !important;
}

td, th {
  position: relative;
}

td:hover::after,
th:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(3, 198, 198, 0.1);
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

/************************** Quote Card *********************************************/
.tipBox {
  background-color: #bce5ef;
  padding: 25px;
  color: black;
}

.tipBox a, .tipBox a:hover {
  color: black !important;
}

.click-to-tweet cite {
  text-align: right;
  padding-right: 45px;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  padding-right: 100px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px black;
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}

.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}

.quote-card:before {
  font-family: PN, Avenir, Calibri, sans-serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(200, 200, 200, 0.7);
  font-weight: normal;
}

.quote-card:after {
  font-family: PN, Avenir, Calibri, sans-serif;
  content: "”";
  position: absolute;
  bottom: -40px;
  line-height: 100px;
  right: -5px;
  font-size: 15em;
  color: rgba(200, 200, 200, 0.4);
  font-weight: normal;
}

.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}

/************************** End Quote Card *********************************************/
/*******************  Social Share Buttons *************************************************/
#socialShareButtonContainer > .socialShareDiv {
  opacity: 1 !important;
  transition: opacity 0.45s ease-in-out;
}

#socialShareButtonContainer:hover > .socialShareDiv:not(:hover) {
  opacity: 0.5 !important;
}

/************************* END Social Share Buttons ****************************************/
/********************** POST PAGE *************************************/
.articleJumbotron {
  text-align: center;
  height: 50vh;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  width: 100%;
  object-fit: cover;
  background-color: #e9ecef;
}

.authorCircle {
  border: 2px solid #166d7d;
  width: 70px;
}

.authorFR .authorCircle {
  max-width: 175px;
  width: 100%;
}

.authorText {
  color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  font-family: PN, Herculanum, Noteworthy, Ink Free, cursive;
  text-decoration: none;
}

.bottomAuthorText {
  color: #000000 !important;
}

.bottomAuthorText:hover {
  color: #000000 !important;
}

.authorText:hover {
  color: #166d7d;
  text-decoration: none;
}

.dateText {
  color: #877d78;
  font-size: 17px;
}

.categoryText {
  color: #877d78;
  font-size: 17px;
}

.categoryText:hover {
  color: #877d78;
  text-decoration: none;
}

.bodyFont {
  font-size: 18px;
  font-family: PN, Avenir, Corbel, Roboto, sans-serif !important;
  line-height: 27px;
  color: #000000;
}

.articleTitle {
  position: absolute;
  top: -210px;
  min-height: 237px;
  padding: 15px;
  margin-left: -30px;
  background-color: white !important;
}

.articleTitle h1 {
  min-height: 125px;
  padding-top: 30px;
}

@media (min-width: 576px) {
  .articleTitle {
    width: 100%;
  }
}
.disclaimerRow {
  margin-top: 60px;
  background-color: #bce5ef;
}

.numberHeader {
  font-weight: 800;
  font-size: 130px;
  line-height: 0;
  color: rgba(10, 19, 46, 0.5);
  position: absolute;
}

.numberHeaderRight {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-left: 80px;
  display: block;
}

.source {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}

.authorClass {
  border-top: 1px solid #166d7d !important;
  margin-top: 30px;
}

article p:first-of-type:first-letter {
  float: left;
  font-size: 2em;
  margin-right: 0.1em;
  line-height: 60%;
  text-shadow: 0.05em 0.05em #C0C0C0;
  font-family: PN, Avenir, Calibri, sans-serif;
}

article img {
  max-width: 100%;
}

/* a paragraph proceeded by another paragraph will have a top margin */
p + p, div + p, p + div {
  margin-top: 30px;
}

p + h2, p + h3, p + h4, p + h5, p + h6, p + table, table + p, table + h2, table + h3, table + h4, table + h5,
table + h6, div + h2, div + h3, div + h4, div + h5, div + h6, h2 + div, h3 + div, h4 + div, h5 + div, h6 + div {
  margin-top: 30px;
  margin-bottom: 30px;
}

ol {
  list-style: none;
  counter-reset: item;
}

ol li {
  counter-increment: item;
  margin-bottom: 15px;
}

ol li:before {
  padding-right: 10px;
  content: counter(item) ")";
  font-size: 1.2em;
  display: inline-block;
  font-family: PN, Avenir, Calibri, sans-serif !important;
  font-weight: normal !important;
}

.wp-block-image {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

/********************** END POST PAGE *************************************/
#numberOfTotalShares {
  display: block;
  line-height: 15px;
}

#affiliate-disclaimer {
  display: none;
}

.relatedPostsRow {
  padding-top: 10px;
  padding-bottom: 30px;
}

.authorFR {
  padding-top: 15px;
  padding-bottom: 15px;
}

#socialShareButtonContainer {
  line-height: 30px;
}

.ssdiv {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 30px;
}

.ssdiv a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ssdiv a i {
  width: 40%;
  padding-left: 10px;
}

.ssdiv a span {
  padding-left: 40%;
}

.fb-bg {
  background: #3b5998;
}

.pin-bg {
  background: #c8232c;
}

.tw-bg {
  background: #1DA1F2;
}

.shareText {
  display: block;
  line-height: 15px;
}

.relatedDiv {
  color: white;
}

.relatedDiv img {
  max-width: 100%;
}

.footShareIcon {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.table, figure table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td,
figure table th,
figure table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th,
figure table tbody > *:first-child {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody,
figure table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered,
figure table {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td,
figure table th,
figure table td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td,
figure table tbody > *:first-child {
  border-bottom-width: 2px;
  font-weight: bold;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd),
figure table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover,
figure table tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

figure table tbody tr:first-child {
  border-style: groove;
  border-width: 5px;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }

  .bodyFont {
    font-size: 20px;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

/********************** END COMMENTS SECTION *****************************************/
div.comment {
  margin: 5px;
  background-color: #f8f8f8;
  padding: 5px;
}

.says {
  display: none;
}

.submit {
  color: #000000;
}

.comment-author.vcard .fn {
  color: #877d78;
  font-weight: bold;
  font-family: PN, Avenir, Corbel, Roboto, sans-serif !important;
  font-style: normal;
}

.comment-meta.commentmetadata a {
  color: #877d78;
  font-size: 0.9em;
}

#comment {
  max-width: 90%;
}

.logged-in-as a {
  color: #000000;
}

.logged-in-as a:hover {
  color: #000000;
  text-decoration: none;
}

.comment-reply-link {
  color: #000000;
}

.comment-reply-link:hover {
  color: #000000;
  text-decoration: none;
}

.comment-reply-title {
  color: #877d78;
}

.comment-form-url {
  display: none;
}

.comment-form-comment label {
  display: none;
}

.comment-form-comment textarea {
  width: 100%;
  height: 100px;
}

.comment-form-author {
  display: inline;
}

.comment-form-email {
  display: inline;
}

.comment-notes {
  display: none;
}

.comment-form-author label {
  display: none;
}

.comment-form-email label {
  display: none;
}

#author {
  width: 90%;
  margin-bottom: 10px;
}

#email {
  width: 90%;
  margin-bottom: 10px;
}

#submit {
  width: 90%;
  padding: 10px;
}

.comment-author img {
  border: 2px solid #166d7d;
  width: 70px;
  border-radius: 50% !important;
  max-width: 50px;
  width: 100%;
}

.comment-reply-title {
  color: black;
}

/********************** END COMMENTS SECTION *****************************************/

/*# sourceMappingURL=post.css.map */
