/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Domine:wght@400..700&display=swap");

:root {
  --main-font-color: #5a5a5a;
  --main-menu-font-color: #5a5a5a;
  --main-menu-item-dividers-color: #bbb;
  --footer-borders-color: #bbb;
  --footer-font-color: #7c7c7c;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Main CSS
Author : Helldesign
URL : http://www.helldesign.net

Description : This is the main stylesheet

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
/****************************************************************
	RESET
****************************************************************/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.0
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/****************************************************************
	BASIC
****************************************************************/
body {
  /* background: rgb(253, 253, 246); */
  background: #fff;
  font-family: "PT Sans", sans-serif;
  padding: 0 16px;
  text-align: center;
}

body,
input,
textarea,
select,
td,
th {
  color: #212121;
  font-size: 12px;
  line-height: 1.5em;
}

a {
  color: #5288cb;
  text-decoration: none;
}

a:visited {}

a:hover {
  text-decoration: underline;
}

.post-body a {
  /* border-bottom: 3px solid #e9e9e9; */
  border-bottom: 3px solid #d6d6d6;
  color: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.post-body a:hover {
  background: #f2f2f2;
  text-decoration: none;
}

.post-body a.expando-wrapper,
.post-body a.alignnone,
.post-body a.alignleft,
.post-body a.alignright,
.post-body a.aligncenter,
.post-body .wp-caption a {
  background: none;
  border: none;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.hidden,
hr {
  display: none;
}

strong,
strong em {
  font-weight: bold;
}

em {
  font-style: italic;
}

.clr:after,
#wrapper-content:after,
h2.section-header:after,
p.more:after,
.side-widget:after,
#footer-box:after,
.row:after,
.now-playing .video-box:after,
#footer:after,
.buy:after,
.post:after,
h4.date:after,
#comments .comments-lists li:after,
#respond form:after,
#chat-box-body .overlay-wrapper:after,
#chat-box-body .o-box-body:after,
#chat-box-body .said:after,
#chat-box-body .previous-versions:after,
#breadcrumbs dl:after,
.ngg-galleryoverview:after,
.post-header:after,
.page-id-77931 .post-body .box dl:after,
.page-id-77908 .post-body ul.public-speaking-gallery:after,
.newsletter p.see-sample:after,
.single .post-content:after,
.footnotes:after,
.category-contributors .post-body:after,
.search .post-content:after,
.category .post-content:after,
.single .post-share:after,
.home .side-widget.events div.event:after,
#home-slideshow .videos-scroller .scrollable .items:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/****************************************************************
	ROOT
****************************************************************/
#root {
  margin: 0 auto;
  width: 970px;
  text-align: left;
}

#wrapper {
  background: url("../images/layout/bg_wrapper.gif") 0 0 repeat-y;
  margin: 0 0 12px;
}

#wrapper-1 {
  padding: 0;
}

#wrapper-content {
  position: relative;
}

.home #wrapper-content {
  background: url("../images/layout/bg_wrapper_content_h_30pxless.png") 30px 0 repeat-y;
  margin: 38px 0 0 23px;
}

.category.category-contributors #root #wrapper-content,
.category.archive.category-contributors #root #wrapper-content {
  background: none;
  margin: 22px 26px 0 19px;
}

.category #root #wrapper-content,
.category.archive #wrapper-content,
.page-template-page_sidebar-php #wrapper-1 #wrapper-content,
.single #wrapper-content {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 38px 0 0;
}

.category #root #wrapper-content:after,
.category.archive #wrapper-content:after,
.page-template-page_sidebar-php #wrapper-1 #wrapper-content:after,
.single #wrapper-content:after {
  display: none;
}

.search #wrapper-content,
.error404 #wrapper-content,
.archive #wrapper-content,
.page #wrapper-content,
.page-id-227 #root #wrapper-content {
  background: none;
  margin: 34px 33px 0 19px;
}

#content,
.category.archive #content,
.page.page-template-page_sidebar-php #content {
  float: left;
  width: 680px;
  position: relative;
}

.category.category-contributors #root #content,
.page-id-227 #root #content {
  float: none;
  padding: 0;
  width: auto;
}

.category #content,
.category.archive #content {
  padding: 19px 0 0;
}

.category-ebooks #wrapper #content {
  padding: 0;
}

.single #content {
  margin-top: -15px;
}

.page #content,
.search #content,
.error404 #content,
.archive #content {
  float: none;
  width: auto;
}

.grid {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0 0 40px;
}

.grid .col:first-of-type {
  border-right: 1px solid #c6c6c6;
  padding-right: 30px;
}

.grid .col:last-of-type {
  padding-left: 30px;
}

.grid .col .post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#sidebar {
  background: #F8F8F8;
  padding: 0 0 90px;
  width: 260px;
}

.home #sidebar {
  background: none;
}

#col-1 {
  float: left;
  width: 279px;
  position: relative;
}

#col-2 {
  clear: right;
  float: left;
  margin: 0 0 0 69px;
  width: 290px;
  position: relative;
}

.home #col-1 .sop-img {
  margin: 0 0 20px;
}

.home #col-1 .sop-img img {
  display: block;
  max-width: 100%;
}

.home #col-3 {
  float: right;
  width: 246px;
}

/* GRID home start */

.home #wrapper-content {
  background: none;
  display: grid;
  grid-template-areas:
    "col-1 promo promo"
    "col-1 col-2 col-3";
  grid-template-columns: [col1-start] 1fr [col2-start] 1fr [col3-start] 290px [col3-end];
  /* grid-template-columns: [col1-start] 310px [col2-start] 310px [col3-start] 290px [col3-end]; */
  /* grid-template-rows: auto auto; */
  /* grid-template-rows: 800px auto; */
  grid-template-rows: auto 1fr;
  margin: 0;
  padding: 10px 0 0;
}

.home #wrapper-content #col-1,
.home #wrapper-content #col-2,
.home #wrapper-content #col-3,
.home #wrapper-content #temp-menu {
  border: 0;
  box-sizing: border-box;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.home #wrapper-content #col-1 {
  border-right: 1px solid #e6e6e6;
  padding-right: 30px;
  grid-area: col-1;
  padding-top: 30px;
  position: relative;
}

.home #wrapper-content #col-1:after {
  background: #fff;
  content: "";
  height: 30px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
}

.home #wrapper-content #col-2 {
  grid-area: col-2;
  padding-left: 30px;
}

.home #wrapper-content #col-2 .post {
  margin-left: 0;
}

.home #wrapper-content #col-3 {
  background: #f8f8f8;
  border-left: 30px solid #fff;
  /* border-top: 30px solid #fff; */
  grid-area: col-3;
}

.home h2.negative-header {
  border-bottom: 1px solid #e6e6e6;
  background: none;
  margin: 0 0 20px;
  position: static;
}

.home #wrapper-content .posts-wrapper {
  padding: 0 0 45px;
}

.home #wrapper-content #sidebar {
  float: none;
  margin-right: 0;
}

.home #wrapper-content #temp-menu {
  border-left: 30px solid #fff;
  grid-area: promo;
  padding: 30px 0;
}

.home #temp-menu .the-kurzweil-library {
  border: 25px solid #f4f4f4;
  border-right-width: 80px;
  margin-bottom: 20px;
}

.home #temp-menu .danielle {
  /* border: 25px solid #f5efeb; */
  border: 25px solid #eee2e8;
  border-left-width: 80px;
  padding-left: 30px;
}

.home #temp-menu h3 {
  border-bottom: 1px solid #e0e0e0;
  color: #7f7f7f;
  font-size: 20px;
  margin: 10px 80px 30px 0;
  line-height: 1.2;
  padding: 10px 0;
}

.home #temp-menu .the-kurzweil-library h3 {
  margin-left: 80px;
  margin-right: 0;
}

.home #temp-menu .danielle h3 {
  margin-left: -30px;
  padding-left: 30px;
}

.home #wrapper-content #temp-menu dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.home #wrapper-content #temp-menu dl>* {
  flex: 1 1 50%;
}

.home #wrapper-content #temp-menu .danielle dl {
  align-items: stretch;
}

.home #wrapper-content #temp-menu .danielle dl dt {
  background: #f8f8f8 url("../images/content/danielle-book-f8f8f8.jpg") 50% 50% no-repeat;
  background-size: 110%;
  order: 2;
  min-height: 200px;
}

.home #wrapper-content #temp-menu .danielle dl dd {
  order: 1;
  padding-left: 0;
  padding-right: 20px;
}

.home #wrapper-content #temp-menu dl dd {
  padding-left: 20px;
}

.home #wrapper-content #temp-menu dt img {
  display: block;
  max-width: 100%;
}

.home #wrapper-content #temp-menu ul {
  color: #7f7f7f;
  font-size: 15px;
  margin-bottom: 20px;
}

.home #wrapper-content #temp-menu ul:last-child {
  margin-bottom: 0;
}

.home #wrapper-content #temp-menu ul li {
  line-height: 1.4;
  position: relative;
}

.home #wrapper-content #temp-menu ul.plus {
  margin: 30px 0 20px;
}

.home #wrapper-content #temp-menu ul.plus li {
  padding-left: 20px;
}

.home #wrapper-content #temp-menu ul.plus li:before {
  content: "+";
  left: 0;
  position: absolute;
}

.home #wrapper-content #temp-menu ul a {
  color: #7f7f7f;
}

.home #wrapper-content #temp-menu ul a:hover {
  color: #faa500;
  text-decoration: none;
}

.home #wrapper-content #temp-menu p {
  color: #7f7f7f;
  font-size: 15px;
}

.home #wrapper-content #temp-menu p.footer {
  background: #f4f4f4;
  border-top: 20px solid #f4f4f4;
  margin-left: -25px;
}

.home #wrapper-content #temp-menu p.footer span {
  background: #fff;
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 0 0);
  display: block;
  font-size: 14px;
  padding: 15px 20px 15px 25px;
}

.home #wrapper-content #temp-menu .btn {
  border: 1px solid #d9d9d9;
  color: #7f7f7f;
  display: inline-block;
  padding: 8px;
  transition: all 0.2s ease;
}

.home #wrapper-content #temp-menu .btn:hover {
  color: #faa500;
  text-decoration: none;
}

/* GRID home end */

.home #col-3 .articles {
  background: #fff;
  padding: 5px;
  position: relative;
}

.home #col-1 {
  padding: 19px 0 0;
}

.home .posts-wrapper {
  padding: 19px 0 30px;
  position: relative;
}

.home .posts-wrapper:last-of-type {
  padding-bottom: 0;
}

.home #col-2 .post-body img {
  max-width: 100%;
}

#home-slideshow {
  background: #fff;
  border-bottom: 47px solid #fff;
  float: right;
  margin: -26px 0 0;
  padding: 0 27px 0 0;
  position: relative;
  width: 571px;
}

.category #home-slideshow {
  float: none;
  height: 291px;
  left: 33px;
}

#slideshow-ad {
  float: left;
  height: 250px;
  padding: 0 0 0 24px;
  width: 250px;
}

.slideshow-container {
  float: left;
  height: 292px;
  overflow: hidden;
  width: 571px;
}

#s-control {
  position: absolute;
  right: 27px;
  top: 269px;
  z-index: 120;
}

#s-control a {
  display: block;
  float: left;
  height: 22px;
}

#s-control a span {
  display: none;
}

#s-control a#s-prev {
  background: url("../images/layout/button_slide_prev.png") 11px 5px no-repeat;
  width: 22px;
}

#s-control a#s-prev:hover {
  background-position: 11px -106px;
}

#s-control a#s-stop {
  background: url("../images/layout/button_slide_stop.png") 4px 7px no-repeat;
  width: 16px;
}

#s-control a#s-stop:hover,
#s-control a#s-stop.stopped {
  background-position: 4px -100px;
}

#s-control a#s-next {
  background: url("../images/layout/button_slide_next.png") 4px 5px no-repeat;
  width: 22px;
}

#s-control a#s-next:hover {
  background-position: 4px -106px;
}

#home-slideshow li {
  display: block;
  height: 291px;
  overflow: hidden;
  position: absolute;
  width: 571px;
}

#home-slideshow a {
  color: #626262;
  cursor: pointer;
}

.scrollable a {
  display: block;
  position: relative;
}

.scrollable a span {
  color: #7e7e7e;
  bottom: 100%;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 0 0 2px;
  position: absolute;
  right: 5px;
  text-align: right;
  text-transform: uppercase;
  width: 50%;
}

.scrollable a span strong {
  color: #7e7e7e;
  font-weight: normal;
  text-transform: none;
}

#latest-videos-ad {
  padding: 15px 0 0;
  text-align: center;
}

#latest-videos-ad h3 {
  color: #505050;
  font-weight: bold;
  font-size: 11px;
  margin: 0 0 8px;
  text-align: center;
  text-transform: uppercase;
}

#home-slideshow #latest-videos {
  clear: both;
  position: relative;
}

#home-slideshow .videos-scroller {
  position: relative;
}

#home-slideshow .videos-scroller a.prev {
  background: url("../images/layout/bg_videos_scroller_prev.gif") 6px 50% no-repeat;
  border-right: 1px solid #e9e9e9;
  height: 93px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 13px;
}

#home-slideshow .videos-scroller a.next {
  background: url("../images/layout/bg_videos_scroller_next.gif") 0 50% no-repeat;
  border-left: 1px solid #e9e9e9;
  height: 93px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 13px;
}

#home-slideshow .videos-scroller a.next.disabled,
#home-slideshow .videos-scroller a.prev.disabled {
  display: none;
}

#home-slideshow .videos-scroller a.prev span,
#home-slideshow .videos-scroller a.next span {
  display: none;
}

#home-slideshow .videos-scroller .scrollable {
  height: 153px;
  margin: 0 13px 0;
  min-height: 93px;
  overflow: hidden;
  padding: 20px 0 0;
  position: relative;
  width: 543px;
}

#home-slideshow .videos-scroller .scrollable .items {
  position: absolute;
  width: 5000em;
}

#home-slideshow .videos-scroller .scrollable .items li {
  border-right: 1px dotted #dcdcdc;
  float: left;
  height: auto;
  overflow: visible;
  padding: 0 18px;
  position: static;
  width: 145px;
}

#home-slideshow .videos-scroller .scrollable .items li:last-child {
  border: none;
}

#home-slideshow .videos-scroller .scrollable .items li dd {
  line-height: 1.2em;
  padding: 10px 0 0;
}

#home-slideshow .videos-scroller .scrollable .items li dt {
  height: 93px;
}

#home-slideshow #latest-videos .more {
  position: absolute;
  right: 0;
  top: 5px;
}

#home-slideshow #latest-videos .more a {
  background: none;
  font-weight: normal;
  padding: 0;
  text-transform: lowercase;
}

#home-slideshow #latest-videos .more a:hover {
  color: #e39e39 !important;
  text-decoration: none;
}

#home-slideshow #latest-videos .more a span {
  background: none;
  float: none;
  padding: 0;
}

#root #home-slideshow img {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
}

.single #wrapper-content img {
  border: none;
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
}

.single #wrapper-content img.dashed {
  border: 2px dashed #d5d5d5;
  padding: 30px;
}

.single #wrapper-content img.dotted {
  border: 2px dotted #d5d5d5;
  padding: 30px;
}

#wrapper-content img.wp-smiley {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  vertical-align: middle;
}

.category #wrapper-content img,
.search #wrapper-content img,
.archive #wrapper-content img {
  max-width: 259px;
}

.category #wrapper-content #home-slideshow img {
  max-width: none !important;
}

.category #wrapper-content img {
  height: auto;
  max-width: 100%;
}

.category #wrapper-content img#header-gfx {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  margin: -20px auto 20px;
  max-width: 680px;
  width: 680px;
}

#wrapper-content img.noshadow,
#sforum img,
#sidebar .side-widget a.goog-logo-link img {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

#content a.more-link,
#wrapper-content a.more-link {
  background: url("../images/layout/icon_arrow_4.png") 0 0 no-repeat;
  display: inline;
  margin: 0 0 0 4px;
  padding: 0 5px;
  width: 10px;
}

a.more-link span {
  display: none;
}

/****************************************************************
	LIBRARY
****************************************************************/
/* form elements */
form.subscribe {
  margin: 0 0 14px;
}

.row {
  padding: 0 0 7px;
}

ul.errors,
ul.message {
  background: #ffebe8;
  border: 1px solid #cc0000;
  font-size: 11px;
  padding: 12px !important;
  text-align: left;
}

ul.errors li,
ul.message li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.message,
ul.message {
  background: #ffffe0;
  border: 1px solid #e6db55;
  padding: 12px;
  text-align: left;
}

form .info {
  color: #596d75;
  font-size: 11px;
  line-height: 1.4em;
  margin: 15px 0 0;
}

form .info.t2 {
  color: #739aaa;
  font:
    bold 14px Georgia,
    Arial,
    sans-serif;
  text-align: center;
}

form .info.message {
  margin: 0 0 20px;
}

form .info p {
  margin: 0;
}

.f-col-1 {
  float: left;
  width: 90px;
}

.f-col-2 {
  float: right;
  width: 236px;
}

.r-col-1 {
  float: left;
  width: 183px;
  padding: 1px 0 0;
}

.r-col-2 {
  float: left;
  width: 385px;
}

.page-template-page_register-php .r-col-1,
.page-template-page_lostpassword-php .r-col-1,
.page-template-page_profile-php .r-col-1,
.page-template-page_forums_login-php .r-col-1 {
  width: 132px;
}

.page-template-page_register-php .row.freq .r-col-1 {
  width: 100px;
}

.page-template-page_register-php .checkbox-wrapper li {
  width: 23% !important;
}

.page-template-page_register-php .checkbox-wrapper li.last {
  width: 54% !important;
}

.page-template-page_register-php .r-col-2,
.page-template-page_lostpassword-php .r-col-2,
.page-template-page_profile-php .r-col-2,
.page-template-page_forums_login-php .r-col-2 {
  width: 309px;
}

.page-template-page_register-php .row.freq .r-col-2 {
  width: 341px;
}

.page-template-page_profile-php .r-col-1,
.page-template-page_profile-php .r-col-2 {
  padding-right: 10px;
  text-align: right;
  width: 122px;
}

.row label {
  color: #84939a;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
}

.row label.error {
  background: #ff0000;
  color: #fff !important;
  padding: 0 4px;
}

.row .f-col-2 label {
  font-weight: normal;
}

.subscription-box .row {
  align-items: center;
  display: flex;
}

.advanced-search-box .row label,
.subscription-box .row label {
  color: #596d75;
  font-size: 13px;
  font-weight: normal;
}

.advanced-search-box .row label.or {
  float: left;
  padding: 4px 0 0;
  width: 38px;
  text-align: center;
}

#root ul.checkbox-wrapper,
#root ul.checkbox-wrapper-1 {
  margin: 0;
}

#root .checkbox-wrapper li {
  background: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 33%;
}

#root .checkbox-wrapper-1 li {
  background: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 49%;
}

#root .checkbox-wrapper-1 li label {
  width: 80px;
  float: left;
}

#chat-box-body .row label {
  color: #84845e;
  font-weight: bold;
  font-size: 12px;
  padding: 0 6px 0 0;
}

.submit-row {
  text-align: right;
  padding-top: 1px;
}

.advanced-search-box .submit-row,
.subscription-box .submit-row {
  background: #f0f7fa;
  margin: 10px 0;
  padding: 9px 13px 7px 13px;
  text-align: right;
}

.subscription-box .submit-row {
  background: #e5f1f6;
}

input.text {
  background: url("../images/layout/bg_input_text.png") 0 0 no-repeat;
  border: none;
  color: #707070;
  float: left;
  font-size: 11px;
  height: 17px;
  margin: 2px 3px 0 0;
  padding: 3px 3px 0 5px;
  width: 229px;
}

input.error,
textarea.error {
  border-color: #ff0000 !important;
}

input.text:focus {
  background: url("../images/layout/bg_input_text.png") 0 -120px no-repeat;
  color: #505050;
}

input.text-2,
textarea.text-2,
select.text-2 {
  background: #fff;
  border: 1px solid #c5c3c3;
  border-bottom-color: #ededed;
  border-right-color: #ededed;
  color: #707070;
  float: left;
  font-size: 11px;
  height: 17px;
  margin: 0;
  padding: 3px 3px 0 5px;
  width: 375px;
}

textarea.text-2 {
  height: auto;
}

select.text-2 {
  box-sizing: border-box;
  float: none;
  height: auto;
  padding-bottom: 3px;
  width: auto;
}

input.text-2.disabled,
textarea.text-2.disabled {
  background-color: #eee;
  color: #111;
  font-style: italic;
}

.page-template-page_register-php input.text-2,
.page-template-page_lostpassword-php input.text-2,
.page-template-page_profile-php input.text-2,
.page-template-page_forums_login-php input.text-2,
textarea.text-2 {
  width: 299px;
}

input.text-2:focus,
textarea.text-2:focus,
select.text-2:focus,
.advanced-search-box input[type="checkbox"]:focus+.control_indicator {
  background: #fdfdf0 !important;
  color: #505050;
  outline: none;
}

input.text-2-s1 {
  width: 93px;
}

#respond input.text,
#chat-box-body input.text,
#respond textarea {
  background: #fff;
  border: 1px solid #c5c3c3;
  border-bottom-color: #ededed;
  border-right-color: #ededed;
  color: #a5a5a5;
  float: none;
  font-size: 11px;
  height: 18px;
  margin: 2px 3px 0 0;
  padding: 3px 3px 0 5px;
  width: 159px;
}

#chat-box-body input.text {
  height: 17px;
  margin: 2px 16px 0 0;
  width: 264px;
}

#respond textarea {
  height: 81px;
  width: 380px;
  overflow: auto;
}

#respond input.text:focus,
#chat-box-body input.text:focus,
#respond textarea:focus {
  background: #fbfeff;
  color: #505050;
}

input.checkbox {
  float: left;
  margin: 2px 7px 0 0;
}

.button {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #707070;
  cursor: pointer;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  height: 21px;
  line-height: 20px;
  margin: 0;
  padding: 0 9px;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
}

.button.bigger {
  font-size: 11px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
}

.button-t1 {
  background: url("../images/layout/bg_btn_r_2.gif") right no-repeat;
  font-size: 11px;
}

#respond .button {
  background: url("../images/layout/bg_btn_r_1.gif") right no-repeat;
  position: relative;
  margin-left: -3px;
  margin-bottom: 10px;
}

#menu .button {
  margin: 0 5px 0 0;
}

#menu .search-link {
  color: var(--main-menu-font-color);
  position: relative;
}

#menu .search-link:before {
  border-right: 1px solid var(--main-menu-item-dividers-color);
  content: "";
  height: 15px;
  left: -18px;
  position: absolute;
  top: 2px;
  width: 0;
}

.button:hover,
.button:hover span {
  color: #e39e39 !important;
  text-decoration: none;
}

.browse a.button {
  margin: 0 auto;
  float: none;
  width: 150px;
}

.button-t1 span {
  background: url("../images/layout/bg_btn_l_2.gif") left no-repeat;
  height: 25px;
  line-height: 25px;
}

#respond .button span {
  background: url("../images/layout/bg_btn_l_1.gif") left no-repeat;
}

.button-t1:hover {
  background: url("../images/layout/bg_btn_r_h_2.gif") right no-repeat;
}

#respond .button:hover {
  background: url("../images/layout/bg_btn_r_h_1.gif") right no-repeat;
}

.button-t1:hover span {
  background: url("../images/layout/bg_btn_l_h_2.gif") left no-repeat;
  color: #fff;
}

#respond .button:hover span {
  background: url("../images/layout/bg_btn_l_h_1.gif") left no-repeat;
}

.button span em {
  display: block;
  font-style: normal;
  padding: 0 0 0 13px;
}

.browse-by-topic span em {
  background: url("../images/layout/icon_magnifier_1.png") 3px 50% no-repeat;
  padding: 0 0 0 13px;
}

a.buy-on-amazon {
  float: left;
}

a.buy-on-amazon span {
  padding: 0 0 0 2px;
}

.buy-on-amazon span em {
  background: url("../images/layout/icon_buy-on-amazon.png") 0 2px no-repeat;
  padding: 0 0 0 21px;
}

.buy-on-amazon:hover span em {
  background: url("../images/layout/icon_buy-on-amazon.png") 0 -114px no-repeat;
}

span.required {
  color: #ff9d11;
}

.required-info {
  color: #596d75;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  right: 38px;
  top: 24px;
}

p.private-info {
  color: #505050;
  font-size: 11px;
  margin: 0 0 10px;
}

fieldset {
  border: none;
  padding: 0 0 20px;
}

.page-template-page_register-php fieldset,
.page-template-page_lostpassword-php fieldset,
.page-template-page_profile-php fieldset,
.page-template-page_forums_login-php fieldset {
  padding: 0 0 10px;
}

legend {
  color: #596d75;
  display: block;
  font-size: 16px;
  padding: 0 0 12px;
}

#recaptcha_widget_div {
  margin: 10px 0;
}

/* headers */
h2.section-header {
  margin: 0 0 20px;
  width: 100%;
}

h2.negative-header {
  height: 30px;
  margin: 0;
  position: absolute;
  top: -26px;
  left: 0;
}

h2.section-header {
  background: url("../images/layout/bg_section-header.gif") 0 100% repeat-x;
}

h2.section-header.t2 {
  position: static;
  margin: 0 0 20px;
}

h2.section-header a,
h2.section-header span {
  float: left;
  margin: 0 10px 0 0;
}

h2.section-header a em,
h2.section-header span em {
  color: #a6a6a6;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  padding: 6px 10px 6px;
  font-style: normal;
}

h2.section-header a.active em,
h2.section-header span em {
  color: #5e5e5e;
}

h2.section-header a:hover {
  text-decoration: none;
}

h2.section-header a:hover em {
  color: #e39e39;
}

#content .date {
  border-bottom: 1px solid #a2a2a2;
  margin: 0 0 11px;
}

#content .date span {
  background: #a2a2a2;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 13px 0;
  font-style: normal;
  text-transform: uppercase;
}

/* paragraphs */
p.more {
  margin: 0 0 12px;
  padding: 2px 0 0;
}

#col-3 .articles p.more {
  margin: 0;
}

#col-2 p.more {
  margin-left: 9px;
}

p.more a {
  background: #ebf5f8;
  color: var(--main-font-color);
  float: left;
  font-weight: bold;
  padding: 0;
  text-transform: lowercase;
}

p.more a span {
  float: left;
  padding: 4px 12px 3px 13px;
}

p.more a:hover {
  background-color: #f3a026;
  color: #fff !important;
}

p.more a:hover span {
  background-position: 100% -98px;
}

a.more-1 {
  background: url("../images/layout/icon_arrow_4.png") 100% 50% no-repeat;
  color: #e39e39;
  font-weight: bold;
  padding: 0 10px 0 0;
}

a.more-2 {
  display: inline;
  width: 5px;
  height: 9px;
}

a.more-2 img {
  display: inline;
  vertical-align: middle;
}

.tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  background-image: url("../images/layout/tooltip.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #efefef;
  padding: 3px 10px;
  color: #5c5b5b;
  border: 1px solid #cce5ed;
  text-align: left;
  line-height: 1.3em;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.tooltip em {
  background: #eaf8fb;
  color: #828282;
  border: 1px solid #eff9fb;
  margin: 0 0 0 6px;
  padding: 0 3px;
  background: #fff;
  border: 1px solid #ededed;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.tooltip strong {
  color: #e39e39;
  font-weight: bold;
  font-style: normal;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
}

/* images */
.shadow .shadow {
  margin: 0;
  border: 1px solid #fff;
}

.photo-shadow {
  background: url("../images/layout/shadow_br.gif") 100% 100% no-repeat;
  display: block;
  float: left;
  position: relative;
  display: block;
}

.highlighted .photo-shadow {
  background-image: url("../images/layout/shadow_br_1.gif");
}

.photo-shadow .s-1 {
  background: url("../images/layout/shadow_tl.gif") 0 0 no-repeat;
  display: block;
  position: relative;
  z-index: 100;
  display: block;
}

.highlighted .photo-shadow .s-1 {
  background-image: url("../images/layout/shadow_tl_1.gif");
}

.photo-shadow .s-2 {
  background: url("../images/layout/shadow_tr.gif") 100% 0 no-repeat;
  display: block;
  position: relative;
  z-index: 99;
  display: block;
}

.highlighted .photo-shadow .s-2 {
  background-image: url("../images/layout/shadow_tr_1.gif");
}

.photo-shadow .s-3 {
  padding: 4px;
  background: url("../images/layout/shadow_bl.gif") 0 100% no-repeat;
  display: block;
  position: relative;
  z-index: 98;
  display: block;
}

.photo-shadow .s-3 img {
  display: block;
}

.highlighted .photo-shadow .s-3 {
  background-image: url("../images/layout/shadow_bl_1.gif");
}

.photo-shadow .s-3 .alignright,
.photo-shadow .s-3 .alignleft,
.photo-shadow .s-3 .aligncenter {
  float: none;
  margin: 0;
}

.enlarge {
  color: #e39e39;
  display: block;
  font-size: 14px;
  margin-bottom: 5px !important;
  text-align: right;
}

.enlarge strong {
  font-weight: 400;
}

.aligncenter .enlarge {
  margin: 0 auto;
}

a.expando-wrapper:hover {
  text-decoration: none;
}

.first-img {
  float: left;
}

.alignright {
  float: right;
  margin: 2px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 2px 15px 15px 0;
}

.alignleft .alignleft,
.alignright .alignright {
  margin: 0;
}

#sidebar .alignleft {
  margin: 3px 15px 0 3px;
}

.aligncenter {
  display: block;
  float: none;
  margin: 2px auto 15px;
}

.single .aligncenter {
  margin: 15px auto;
  text-align: center;
}

.alignleft a,
.alignright a,
.aligncenter a {
  display: block;
}

.alignnone {
  float: none;
  margin: 2px 0 7px;
}

.wp-caption.alignnone {
  margin-bottom: 15px;
}

#sidebar .alignright,
#sidebar .alignleft,
#sidebar .aligncenter {
  margin-top: 0;
}

.smooth_zoom_preloader {
  background: transparent url("../images/zoom/preloader.gif") center center no-repeat;
}

.full .alignright,
.full .alignleft,
.full .aligncenter {
  margin-top: 0;
}

.wp-caption img,
.wp-caption img.alignleft,
.wp-caption img.alignright,
.wp-caption img.aligncenter,
.wp-caption img.alignnone {
  margin: 0;
}

.wp-caption-text {
  color: #212121;
  font-style: italic;
  font-size: 11px;
  margin: 0 0 7px !important;
  text-align: left;
  padding: 5px 2px 0;
}

/****************************************************************
	HEADER
****************************************************************/
#header {
  background: #f2f7f8;
  border-bottom: 10px solid #fff;
  position: relative;
}

/* logo */
#header .logo {
  font:
    700 22px/1.1 "Domine",
    sans-serif;
  padding: 25px 0;
}

#header .logo a {
  color: #8e8e8e;
  text-decoration: none;
}

#header .logo span.title {
  align-items: center;
  background: url('../images/content/logo-kurzweil.png') 35px 50%/124px 124px no-repeat, #fff;
  box-sizing: border-box;
  color: #8e8e8e;
  display: flex;
  min-height: 164px;
  padding: 20px 20px 20px 180px;
  width: 320px;
  text-transform: none;
}

#header .logo span.description {
  background: #fff;
  clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0 100%, 0 0);
  color: #969696;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 25px;
  padding: 10px 50px 10px 35px;
}

#header .logo span.title strong {
  color: #bababa;
  display: block;
  width: 120px;
}

.home #header h2 {
  display: none;
}

#header h2 {
  background: none;
  border-left: 1px solid #a7a7a7;
  color: #a2a2a2;
  font-size: 24px;
  height: 55px;
  left: 360px;
  line-height: 55px;
  overflow: hidden;
  padding: 0 0 0 30px;
  position: absolute;
  top: 80px;
}

#quick-login {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}

#login-form {
  background: #f0f8fb url("../images/layout/bg_submenu_2.gif") repeat-x 0 0;
  border: 2px solid #d8ebf2;
  display: none;
  float: right;
  height: 26px;
  padding: 5px 10px;
}

#login-form.loggedin {
  height: 20px;
}

#login-form label {
  font-size: 11px;
  margin: 0 2px 0 0;
}

#login-form input.text-2 {
  float: none;
  height: auto;
  margin: 0 10px 0 0;
  padding-bottom: 2px;
  vertical-align: middle;
  width: 100px;
}

#login-form input.text-2[type="password"] {
  margin-right: 0;
}

#login-form button.button {
  margin-right: 10px;
  vertical-align: middle;
}

#logged-in-box li {
  background: url("../images/layout/bg_menu_line.gif") no-repeat 100% 50%;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 0 8px 0 0;
}

#logged-in-box li:last-child,
#logged-in-box li.last {
  background: none;
  border: 0;
  padding: 0;
}

#quick-login-trigger {
  background: #f0f8fb;
  border: 2px solid #d8ebf2;
  border-top: 0;
  clear: right;
  float: right;
  font-size: 11px;
  margin: -2px 0 0;
  padding: 2px 4px;
}

#header p {
  display: none;
}

/****************************************************************
	menu
****************************************************************/
#sections-menu {
  font:
    400 20px "Open Sans",
    sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

#sections-menu ul {
  display: flex;
}

#sections-menu ul li {
  border: 1px solid #e6e6e6;
  flex: 1 1 20%;
}

#sections-menu ul li:hover,
#sections-menu ul li.active {
  border-color: #f8f8f8;
}

#sections-menu ul li:not(:last-child) {
  margin-right: 12px;
}

#sections-menu ul li a {
  align-items: center;
  color: #a2a2a2;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  padding: 30px;
}

#sections-menu ul li.active a,
#sections-menu ul li a:hover {
  background: #f8f8f8;
  text-decoration: none;
}

#sections-menu ul li a span {
  display: block;
  font-size: 14px;
  margin: 0.8em 0 0;
}

#sections-menu ul li a span.mb {
  margin: 0 0 0.8em;
}

#menu {
  align-items: center;
  background: #f8f8f8;
  border-bottom: 5px solid #fff;
  display: flex;
  height: 30px;
  justify-content: space-between;
  padding: 0 18px 0 3px;
  position: relative;
  z-index: 1001;
}

#menu ul li {
  display: inline-block;
  padding: 2px 16px 4px 15px;
  position: relative;
}

#menu>ul>li:not(:last-child):after,
#submenu>ul>li:not(:last-child):after {
  border-right: 1px solid var(--main-menu-item-dividers-color);
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 0;
}

#menu ul li.last {
  background: none;
}

#menu ul li {
  line-height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

#menu ul li a,
#menu ul li strong {
  color: var(--main-menu-font-color);
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
}

#menu ul li a:hover,
#menu ul li.hover a,
#menu ul li strong,
#menu .search-link:hover {
  color: #e39e39;
  font-weight: normal;
  text-decoration: none;
}

#menu form {
  align-items: center;
  display: flex;
  float: right;
  justify-content: space-between;
}

#menu form input.search_input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 2px;
  background: #fff;
  border-radius: 3px;
  border-top: 2px solid #c5c5c5;
  border-left: 2px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  color: #707070;
  float: left;
  font-size: 11px;
  height: 12px;
  line-height: 1em;
  margin: 4px 3px 0 0;
  padding: 3px 3px 0 5px;
  width: 119px;
}

#menu form .search_input:focus {
  background: #fdfdf0;
}

#menu form button {
  float: left;
  margin: 2px 6px 0 0;
}

#menu .account {
  /* float: left; */
  margin: 0 6px 0 0;
  padding: 0 2px 0 0;
  position: relative;
}

/****************************************************************
	submenu
****************************************************************/
#submenu {
  background: #f8f8f8;
  clear: both;
  height: 30px;
  padding: 0 11px 0 5px;
  position: relative;
  z-index: 1000;
}

#submenu ul li {
  float: left;
  padding: 0;
  position: relative;
}

#submenu ul li:not(:last-child):after {
  top: 9px;
}

#submenu ul li.last {
  background: none;
}

#submenu ul li a,
#submenu ul li strong {
  color: var(--main-menu-font-color);
  float: left;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  background-position: 8px 0;
  background-repeat: no-repeat;
}

#submenu ul li a em,
#submenu ul li strong em {
  background-repeat: no-repeat;
  background-position: 8px -128px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#root #submenu ul li a:hover,
#submenu ul li.hover a,
#submenu ul li strong,
#root #submenu ul li strong.active,
#root #menu ul li strong.active,
#wrapper #submenu ul li ul strong,
#wrapper #menu ul li ul strong {
  color: #e39e39;
}

#submenu ul li.hover a,
#submenu ul li.hover strong {
  background-position: 8px -128px;
}

#submenu ul li a,
#submenu ul li strong {
  font-weight: normal;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.submenu-account,
#submenu-secondary ul {
  align-items: flex-end;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-end;
  padding: 0 0 30px;
}

#submenu-secondary ul {
  flex-direction: row;
  gap: 10px;
  padding-bottom: 10px;
}

.submenu-account a,
#submenu-secondary a,
#submenu-secondary strong {
  border: 2px dashed #c0c0c0;
  color: #707070;
  padding: 2px 15px;
}

#submenu-secondary a,
#submenu-secondary strong {
  display: block;
}

#submenu-secondary strong {
  color: #e39e39;
}

.submenu-account a:hover,
#submenu-secondary a:hover {
  color: #faa500;
  text-decoration: none;
}

/****************************************************************
	breadcrumbs
****************************************************************/
#breadcrumbs {
  border-top: 1px solid #ddd;
  margin: 20px 0 0;
  padding: 10px 11px 8px 20px;
  text-transform: lowercase;
}

#breadcrumbs strong {
  color: #6e6e6e;
  font-weight: bold;
  font-size: 10px;
  padding: 1px 0 0 0;
}

#breadcrumbs a,
#breadcrumbs span {
  color: #6e6e6e;
  font-size: 12px;
  padding: 0;
  text-decoration: none;
}

#breadcrumbs a:after,
#breadcrumbs span:after {
  color: #d0e4eb;
  content: "-";
  display: inline-block;
  font-size: 1.6em;
  line-height: 1;
  margin: 0 5px;
  vertical-align: middle;
}

#breadcrumbs span.current-item,
#breadcrumbs span.topic-info,
#breadcrumbs span.date-info,
#breadcrumbs span.author-info {
  background: none;
  font-weight: bold;
}

#breadcrumbs span.current-item {
  padding-right: 0;
}

#breadcrumbs span.current-item:after {
  display: none;
}

#breadcrumbs span.topic-info,
#breadcrumbs span.author-info,
#breadcrumbs span.date-info {
  padding-left: 5px;
  padding-right: 0;
}

#breadcrumbs span.date-info {
  padding-left: 0;
}

#breadcrumbs a:hover {
  /* background: #EAF6FB; */
  color: #e39e39;
  text-decoration: none;
}

/****************************************************************
	post
****************************************************************/
.cat-intro {
  margin: 0 0 40px;
}

.cat-intro.kc {
  background: url("../images/layout/icon_kc.png") 0 0 no-repeat;
  padding: 0 0 0 140px;
}

.cat-intro.rtlp {
  background: url("../images/layout/icon_kc_rtlp.png") 10px 0 no-repeat;
  padding: 0 0 0 140px;
}

.cat-intro.knfb {
  background: url("../images/layout/icon_kc_knfb.png") 10px 0 no-repeat;
  padding: 0 0 0 140px;
}

.cat-intro.kms {
  background: url("../images/layout/icon_kc_km_2.gif") 0 0 no-repeat;
  padding: 0 0 0 140px;
}

.cat-intro.ramona {
  background: url("../images/layout/icon_kc_ramona_3.gif") 10px 0 no-repeat;
  padding: 0 0 0 140px;
}

.cat-intro p {
  margin: 0 0 15px;
}

.cat-intro.img {
  margin-top: -19px;
}

.cat-intro.img img {
  display: block;
}

.post,
.home .post.highlighted,
.search .page.hentry,
.archive .page.hentry {
  background: none;
  border-bottom: 1px solid #c6c6c6;
  margin: 0 0 14px;
  padding: 0 0 19px;
}

.home .post,
.home .post.highlighted {
  border-bottom: 1px solid #e6e6e6;
}

.single .post,
.page .post,
.category-ebooks .post {
  border-bottom: none;
}

.full .post {
  background: none;
  padding: 0;
}

.post.highlighted {
  background: none;
  margin: 0;
  padding: 0;
}

.home .post.highlighted .post-body {
  line-height: 1.4;
}

.home .post.highlighted .post-body p:not(:last-child) {
  margin-bottom: 10px;
}

#col-2 .post {
  margin-left: 9px;
}

.post.last {
  background: none;
  padding: 0;
}

.home .post.highlighted .alignleft,
.home .post.highlighted .alignright,
.home .post.highlighted .aligncenter {
  float: none;
}

.post-header {
  margin: 0 0 2px;
  position: relative;
}

.post-header h3,
.cat-intro h3 {
  clear: left;
  color: var(--main-font-color);
  font-size: 16px;
  margin: 0 0 6px;
}

.post-header h3 a {
  color: var(--main-font-color);
}

.post-header h3 a.t1 {
  color: #e39e39;
}

.post-header h3 a:hover {
  /*color:#E39E39;*/
  text-decoration: none;
  /* background: #eaf6fb; */
  background: #f2f2f2;
}

.post-header h3 strong {
  color: #e39e39;
}

.post-header p {
  margin: 6px 0 0;
}

.highlighted .post-header h3 {
  padding-top: 8px;
}

.post-header h4 {
  border-top: none;
  color: #808080;
  float: left;
  font-weight: bold;
  font-size: 11px;
  padding: 10px 12px 5px;
  text-transform: uppercase;
}

.post-header h5 {
  color: #757575;
  font-size: 11px;
  margin: 12px 0 5px;
}

.post-header a.back-to-top {
  background: url("../images/layout/icon_arrow_5.png") 100% 7px no-repeat;
  padding: 0 15px 0 0;
  right: 0;
  top: 0;
  font-size: 11px;
  position: absolute;
}

.post-header a.advanced-search-tips {
  background: url("../images/layout/icon_arrow_1.png") 0 4px no-repeat;
  color: #5288cb;
  padding: 0 0 0 15px;
  right: 0;
  top: 0;
  font-size: 11px;
  position: absolute;
}

/* .post-body */
.post-thumb {
  float: left;
}

.category #wrapper-content .post-thumb {
  float: none;
}

.category-videos #wrapper-content .post-thumb {
  margin-bottom: 10px;
}

.post-thumb.video {
  float: none;
  margin-bottom: 10px;
}

.post-thumb .alignleft,
.post-thumb .alignright,
.post-thumb .aligncenter,
.post-thumb .alignnone {
  float: none !important;
  margin: 0 !important;
}

.post-body {
  /* color: #212121; */
  color: var(--main-font-color);
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 0 170px;
  position: relative;
}

.no-photo .post-body,
.home .post-body,
.single .post-body,
.page .post-body,
.error404 .post-body,
.post-body.message,
.post.highlighted .post-body,
.category-videos .post-body {
  margin: 0;
}

.category-contributors .post-body {
  margin: 0 0 10px;
}

.post-body.wider {
  clear: left;
  padding-top: 10px;
}

.single .post-body .excerpt {
  font-style: italic;
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4 {
  color: #ffaa00;
  font-size: inherit;
  font-weight: normal;
}

.post-body h1,
.post-body h2,
.post-body h3 {
  font-size: 15px;
  margin: 0 0 10px;
}

.post-body h4 {
  margin-bottom: 15px;
}

.post-body h5 {
  color: #212121;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85em;
  margin: 0 0 20px;
}

.post-body h6 {
  color: #212121;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.post-body .footnotes h6 {
  color: #686868;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px;
  text-transform: none;
}

.post-body p {
  margin: 0 0 15px;
}

.post.highlighted .post-body p {
  margin: 15px 10px;
}

.home .post.highlighted .post-body p {
  margin: 0 0 5px;
}

.post-body .footnotes p {
  margin: 0 0 5px;
}

.post-body p.publisher {
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin: 0 0 15px;
}

.post-body .footnotes p.publisher {
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 0 0 8px;
}

.post-body blockquote {
  margin: 20px 0;
  padding: 15px 0;
  position: relative;
}

.post-body blockquote>*:last-child {
  margin-bottom: 0;
}

.post-body blockquote:before,
.post-body blockquote:after {
  content: "";
  display: block;
  border-top: 2px dotted #d6d6d6;
  height: 0;
  left: 0;
  position: absolute;
  width: 50%;
  top: 0;
}

.post-body blockquote:after {
  bottom: 0;
  top: auto;
}

.single .post-body hr,
.page .post-body hr {
  background-image: linear-gradient(to right, transparent 50%, #c0c0c0 0%);
  background-position: 0 0;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  border: 0;
  clear: both;
  display: block;
  height: 2px;
  margin: 15px 0;
}

.single .post-body hr.dotted,
.page .post-body hr.dotted {
  border-top: 2px dotted #c0c0c0;
  height: 0;
  background: none;
}

.single .post-body hr.half,
.page .post-body hr.half {
  max-width: 50%;
}

.single .post-body hr.third,
.page .post-body hr.third {
  max-width: 33%;
}

.single .post-body table,
.page .post-body table {
  margin: 15px 0;
}

.single .post-body table.no-border,
.page .post-body table.no-border {
  margin: 0;
}

.single .post-body table,
.single .post-body table td,
.single .post-body table th,
.page .post-body table,
.page .post-body table td,
.page .post-body table th {
  border-collapse: collapse;
  border: 1px solid #666;
}

.single .post-body table.no-border,
.single .post-body table.no-border td,
.single .post-body table.no-border th,
.page .post-body table.no-border,
.page .post-body table.no-border td,
.page .post-body table.no-border th {
  border: 0;
}

.single .post-body table td,
.single .post-body table th,
.page .post-body table td,
.page .post-body table th {
  padding: 5px 10px;
}

.single .post-body table.no-border td,
.single .post-body table.no-border th,
.page .post-body table.no-border td,
.page .post-body table.no-border th {
  padding: 2px 10px;
}

.single .post-body table.pastel,
.page .post-body table.pastel {
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}

.single .post-body table.pastel.full,
.page .post-body table.pastel.full {
  width: 100%;
}

.single .post-body table.pastel td,
.single .post-body table.pastel th,
.page .post-body table.pastel td,
.page .post-body table.pastel th {
  border: none;
  /* color: #4b4b4b; */
  color: var(--main-font-color);
  vertical-align: top;
}

.single .post-body table.pastel thead th,
.page .post-body table.pastel thead th {
  background: #f2f7f8;
  height: 18px;
}

.single .post-body table.pastel tr td,
.single .post-body table.pastel tbody tr th,
.page .post-body table.pastel tr td,
.page .post-body table.pastel tbody tr th {
  background: #f8f8f8;
}

.single .post-body table.pastel:not(.alllight) tr:nth-child(2n) td,
.single .post-body table.pastel:not(.alllight) tbody tr:nth-child(2n) th,
.page .post-body table.pastel:not(.alllight) tr:nth-child(2n) td,
.page .post-body table.pastel:not(.alllight) tbody tr:nth-child(2n) th {
  background: #f4f4f4;
}

.single .post-body table.pastel tbody tr th,
.page .post-body table.pastel tbody tr th {
  color: #ffaa00;
}

.post-body form[action$="postpass"] p:last-child {
  background: #f1f6f9;
  display: flex;
  justify-content: center;
  margin: 40px auto;
  padding: 20px;
  width: 60%;
}

.post-body form[action$="postpass"] p:last-child input[type="password"] {
  box-sizing: border-box;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
}

.post-body form[action$="postpass"] p:last-child input[type="submit"] {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  color: #707070;
  cursor: pointer;
  font-size: 9px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  margin-left: 10px;
  padding: 0 10px;
}

.single .post-body dl.features {
  margin-bottom: 15px;
}

.post-body ol {
  margin: 0 0 15px;
  padding: 0;
}

.post-body ol li {
  list-style-type: decimal;
  margin: 0 0 20px 36px;
}

.single .post-body ol li {
  margin-bottom: 5px;
}

.post-body .footnotes ol li {
  margin: 0 0 0 15px;
}

.post-body ul {
  margin: 0 0 15px 1em;
  padding: 0;
}

.post-body ol li ul {
  margin-top: 10px;
}

.post-body ul li {
  background: url("../images/layout/dot_6.png") 10px 8px no-repeat;
  padding: 0 0 0 36px;
  margin-bottom: 5px;
}

.single .post-body ul.clr li {
  clear: both;
}

.single .post-body ul li,
.page .post-body ul li,
.single .post-body ol ul li,
.page .post-body ol ul li,
.single .post-body ol>li,
.page .post-body ol>li {
  background: none;
  left: 1em;
  margin: 0 1em 5px 0;
  padding: 0;
  position: relative;
}

.single .post-body ol,
.page .post-body ol {
  padding-left: 24px;
}

.single #wrapper-content .post-body li>ol,
.page #wrapper-content .post-body li>ol {
  margin: 15px 0;
}

.single .post-body ol>li,
.page .post-body ol>li {
  counter-increment: olli;
  left: 0;
  list-style-type: none;
}

.single #wrapper-content .post-body ol>li:before,
.page #wrapper-content .post-body ol>li:before {
  color: var(--main-font-color);
  content: counter(olli);
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  /* margin-left: -2.7em; */
  margin-left: -24px;
  margin-right: 8px;
  text-align: right;
  width: 1.7em;
}

.single .post-body ul li:before,
.page .post-body ul li:before,
.single .post-body ol ul li:before,
.page .post-body ol ul li:before {
  color: #c0c0c0;
  content: "\2022";
  font-size: 2em;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  top: 0;
}

.post-body .references ul li:before,
.post-body .related ul li:before {
  display: none !important;
}

.post-body .footnotes ul li {
  background: url("../images/layout/dot_6.png") 0 6px no-repeat;
  margin-bottom: 0;
  padding-left: 15px;
}

.post-body div.pgee-read-more {
  margin: 0 0 15px;
}

body:not(.single) #playht-iframe-wrapper {
  display: none;
}

.single .post-body .wp-caption .wp-caption-text {
  border-bottom: 2px dotted #d6d6d6;
  border-top: 2px dotted #d6d6d6;
  font-size: inherit;
  font-style: normal;
  line-height: 1;
  padding: 15px 0;
}

.single #wrapper-content .wp-caption img {
  border: 0;
  display: block;
  margin: 0 0 15px;
}

.single .post-body div.contents {
  border-bottom: 2px dotted #d6d6d6;
  border-top: 2px dotted #d6d6d6;
  clear: both;
  margin: 15px 0;
  padding: 15px 0;
}

.single .post-body div.contents>*:last-child {
  margin-bottom: 0;
}

/* .post-meta */

.post-meta {
  font-size: 11px;
  margin: 0 0 6px;
}

.home #col-2 .post-meta {
  display: block;
}

.single .post-meta {
  margin-top: 15px;
}

.single .post-share {
  clear: both;
  padding: 10px 0 0;
  vertical-align: middle;
}

.single .post-share .twitter-share-button {
  margin: 0 15px 0 0;
  vertical-align: middle;
}

.single .post-share .fb_iframe_widget {
  margin: 0;
  vertical-align: middle;
}

.single .post-share .fb_iframe_widget iframe {
  position: relative;
  vertical-align: middle;
}

.single .post-share #___plusone_0,
.single .post-share .IN-widget {
  vertical-align: middle !important;
}

.single .post-share .IN-widget {
  margin: 0 40px 0 0;
}

.category .post-meta,
.search .post-meta,
.archive .post-meta,
.page-template-page_sidebar-php .post-meta {
  margin: 0 0 0 170px;
}

.category-bulletin-board .post-meta,
.category-spotlight .post-meta,
.category-a-e .post-meta,
.category-look-listen-learn .post-meta,
.category-reader-mail .post-meta,
.category-mailbox .post-meta,
.category-videos .post-meta {
  margin: 15px 0 0 0;
}

.post-meta .meta-wrapper {
  padding: 0;
}

.post-meta .meta-wrapper div {
  background: url("../images/layout/bg_meta-wrapper.gif") 100% 50% no-repeat;
  padding: 0 10px 0 0;
  display: inline;
  margin: 0 10px 0 0;
}

.post-meta .meta-wrapper div.last {
  background: none;
  padding: 0;
  margin: 0;
}

.post-meta p {
  margin: 0 0 2px;
}

.post-meta .read-original a {
  background: url("../images/layout/icon_arrow_1.png") 100% 2px no-repeat;
  color: #5288cb;
  font-weight: bold;
  padding: 0 12px 0 0;
}

.read-original-press {
  margin-top: -15px !important;
}

.read-original-press a {
  color: #888;
  font-size: 12px;
  font-weight: normal;
}

.post-meta .topics {
  color: #757575;
}

.post-meta .topics a {
  color: #686868;
  font-weight: normal;
}

.post-meta .tags {
  background: url("../images/layout/icon_tags.png") 0 1px no-repeat;
  color: #757575;
  font-weight: bold;
  padding: 0 0 0 25px;
}

.post-meta .tags a {
  color: #5288cb;
  font-weight: normal;
}

.post-meta .tags a.more-tags {
  display: inline;
  width: 5px;
  height: 9px;
}

.post-meta .comments {
  background: url("../images/layout/icon_comments.png") 0 0 no-repeat;
  padding: 0 0 0 25px;
}

.archive .post-meta .comments {
  background: none;
  padding: 0;
}

.home .post-meta .comments {
  background: none;
  margin-top: 15px;
  padding-left: 0;
}

.post-meta .comments a {
  color: #e39e39;
  font-weight: bold;
}

.post-meta .comments a span {
  font-weight: normal;
}

.post-meta .buy {
  padding: 9px 0 0 0;
}

.post-meta .source {
  color: #9f9f9f;
  font-weight: bold;
}

.post-meta .source a {
  color: #5288cb;
  font-weight: normal;
}

.post-meta .event-site {
  color: #9f9f9f;
  font-weight: bold;
}

.post-meta .event-site a {
  color: #5288cb;
}

.post-meta .podcast-link {
  color: #9f9f9f;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 8px;
}

.post-meta .podcast-link a {
  color: #5288cb;
}

.post-meta .publication-source {
  color: #9f9f9f;
  font-weight: bold;
}

.post-meta .publication-source a {
  color: #5288cb;
  font-weight: normal;
}

.post-meta .publication-source span {
  font-weight: normal;
}

/****************************************************************
	side-widget
****************************************************************/
.side-widget {
  border-bottom: 1px dotted #dcdcdc;
  color: #888;
  font-size: 11px;
  line-height: 1.3em;
  margin: 0 1px 0 0;
  padding: 17px 24px 15px 31px;
}

.side-widget.last {
  border-bottom: none;
}

.side-widget h2 {
  color: #6d6d32;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px;
}

.side-widget h2 a {
  color: #e39e39;
}

.side-widget h2 {
  color: #6d6d32;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px;
}

.side-widget h2 a {
  color: #e39e39;
}

.side-widget .close-up h2 {
  font-weight: normal;
}

.side-widget .close-up h2 a {
  color: #5288cb;
}

.side-widget h3 {
  color: #7e7e7e;
  font-weight: bold;
  font-size: 11px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.side-widget h3.widgettitle {
  display: none;
}

.side-widget h3 a {
  color: #626262;
}

.side-widget h3 a:hover {
  color: #e39e39;
  text-decoration: none;
}

.side-widget .special-selections {
  padding: 4px 0 2px 0;
}

.side-widget .special-selections-articles {
  padding: 4px 0 3px 0;
}

.side-widget .singularity-university a {
  background: url("../images/layout/logo_singularity_university.png") 0 0 no-repeat;
  display: block;
  padding: 5px 0 2px 40px;
}

.side-widget .presentation {
  margin: 0 0 5px;
  padding: 3px 0 5px 0;
}

.side-widget h3.books {
  margin: 0;
}

.side-widget .book-reviews {
  background: url("../images/layout/icon_book_reviews.png") 5px 2px no-repeat;
  margin: 0 0 5px;
  padding: 4px 0 3px 35px;
}

.side-widget .book-excerpts {
  padding: 8px 0 5px 0;
  text-transform: none;
}

.side-widget .about-virtual-ramona {
  margin: 0;
  padding: 1px 0 3px 0;
}

.side-widget h3.photogallery {
  background-position: 0 2px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.side-widget .publications {
  background: url("../images/layout/icon_blogs.png") 0 0 no-repeat;
  padding: 5px 0 3px 35px;
}

.side-widget .orgs {
  background: url("../images/layout/icon_orgs.png") 0 0 no-repeat;
  margin: 0 0 10px;
  padding: 5px 0 3px 35px;
}

.side-widget .companies {
  border-top: 1px dotted #dcdcdc;
  margin: 15px 0 5px;
  padding: 14px 0 2px 0;
}

.side-widget .about {
  background: url("../images/layout/icon_about_2.png") 1px 0 no-repeat;
  margin: 0 0 5px;
  padding: 4px 0 2px 28px;
}

.side-widget .kurzweil-channel {
  background: url("../images/layout/icon_youtube.png") 0 5px no-repeat;
  margin: 0;
  padding: 4px 0 2px 35px;
}

.side-widget .humor {
  background: url("../images/layout/icon_humor.png") 4px 0 no-repeat;
  margin: 0 0 5px;
  padding: 6px 0 6px 35px;
}

.side-widget .arts {
  background: url("../images/layout/icon_arts_2.png") 0 3px no-repeat;
  margin: 0 0 5px;
  padding: 6px 0 6px 35px;
}

.side-widget .predictions {
  background: url("../images/layout/icon_magic_ball.png") 0 0 no-repeat;
  padding: 8px 0 6px 35px;
}

.side-widget .tv-shows a,
.side-widget .films a,
.side-widget .features-ray a,
.side-widget .humor a,
.side-widget .arts a,
.side-widget .press a,
.side-widget .about-virtual-ramona a,
.side-widget .videos a,
.side-widget .photogallery a,
.side-widget .podcasts a,
.side-widget .publications a,
.side-widget .books a,
.side-widget .ebooks a,
.side-widget .book-reviews a,
.side-widget .orgs a,
.side-widget .introduction a,
.side-widget .computing a,
.side-widget .education a,
.side-widget .disabilities a,
.side-widget .communications a,
.side-widget .business-economics a,
.side-widget .politics-society a,
.side-widget .the-arts a,
.side-widget .warfare a,
.side-widget .health-medicine a,
.side-widget .philosophy a,
.side-widget .from-aim a,
.side-widget .sin a,
.side-widget .library-journal a,
.side-widget .from-asm strong,
.side-widget .classics a {
  margin-left: -1px;
  padding: 3px 5px;
}

.side-widget h4 {
  color: #7e7e7e;
  font-weight: bold;
  font-size: 11px;
  margin: 0px 0 5px;
  position: relative;
}

.home .side-widget h4 {
  margin: 0 0 10px;
}

.home .side-widget h4.alt {
  border-top: 1px dotted #bbb;
  margin-top: 15px;
  padding-top: 10px;
}

.home .side-widget h5 {
  font-style: italic;
  margin: -5px 0 10px;
}

.side-widget h4 span {
  font-weight: normal;
}

.side-widget img {
  display: block;
}

.side-widget.feature img {
  max-width: 220px !important;
}

.side-widget p {
  margin: 0 0 10px;
}

.side-widget p.big {
  font-size: 12px;
  font-weight: bold;
}

.side-widget ul {
  margin: 0;
}

.side-widget ul li ul {
  margin: 10px 0;
}

.home .side-widget ul {
  margin-bottom: 10px;
}

.side-widget ul li {
  background: url("../images/layout/dot_6.png") 7px 7px no-repeat;
  color: #626262;
  padding: 3px 0 3px 27px;
}

#sa-recent-comments ul li {
  overflow: hidden;
}

.predictions-sections ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.side-widget ul li ul li {
  background: url("../images/layout/dot_1.png") 7px 10px no-repeat;
  padding-left: 15px;
}

.books-by-date .side-widget li.books-by-date,
.category-legacy-books .side-widget li.classic-books,
.category-editors-picks .side-widget li.editors-picks,
.category-sf .side-widget li.science-fiction,
.category-books-by-ray-kurzweil .side-widget li.books-by-ray-kurzweil,
.category-tv-shows-we-like .side-widget h3.tv-shows a,
.category-films-we-like .side-widget h3.films a,
.category-features-by-ray-kurzweil .side-widget h3.features-ray a,
.category-are-we-spiritual-machines .side-widget li.are-we-spiritual-machines,
.category-engines-of-creation-book-excerpts-features .side-widget li.engines-of-creation,
.category-the-age-of-intelligent-machines .side-widget li.the-age-of-intelligent-machines,
.category-the-age-of-spiritual-machines .side-widget li.the-age-of-spiritual-machines,
.category-the-singularity-is-near .side-widget li.the-singularity-is-near,
.category-when-things-start-to-think .side-widget li.when-things-start-to-think,
.category-the-singularity-is-near-the-movie .side-widget li.the-singularity-is-near,
.category-transcendent-man-movie .side-widget li.transcendent-man,
.category-ray-and-terrys-longevity-products .side-widget li.ray-terrys-longevity-products,
.category-knfb-reading-technology .side-widget li.knfb-reading-technologies,
.category-kurzweil-music-systems .side-widget li.kurzweil-music-systems,
.category-singularity-university .side-widget li.su,
.category-kurzweil-foundation .side-widget li.the-kurzweil-foundation,
.category-ray-kurzweil-in-the-press .side-widget .press a,
.category-ray-kurzweil-videos .side-widget .videos a,
.page-id-77908 .side-widget li.general-info,
.page-id-77920 .side-widget li.more-details,
.page-id-77875 .side-widget li.kurzweil-bio,
.page-id-77886 .side-widget .photogallery a,
.page-id-77931 .side-widget li.cv,
.category-virtual-ramona-project .side-widget h3.about-virtual-ramona a,
.category-tv-shows-we-like .side-widget li.tv-shows a,
.category-films-we-like .side-widget li.films a,
.category-videos .side-widget li.videos a,
.category-podcasts .side-widget li.podcasts a,
.category-features-by-ray-kurzweil .side-widget li.features-ray a,
.category-humor .side-widget li.humor a,
.category-future-visions .side-widget li.arts a,
.category-books .side-widget li.books a,
.category-ebooks .side-widget li.ebooks a,
.category-book-reviews .side-widget li.book-reviews a,
.category-classics .side-widget li.classics a,
.page-id-91616 .side-widget li.introduction a,
.page-id-91711 .side-widget li.from-aim a,
.category-asm-computing .side-widget li.computing a,
.category-asm-education .side-widget .education a,
.category-asm-disabilities .side-widget .disabilities a,
.category-asm-communications .side-widget .communications a,
.category-asm-business-economics .side-widget .business-economics a,
.category-asm-politics-society .side-widget .politics-society a,
.category-asm-the-arts .side-widget .the-arts a,
.category-asm-warfare .side-widget .warfare a,
.category-asm-health-medicine .side-widget .health-medicine a,
.category-asm-philosophy .side-widget .philosophy a,
.category-aim .side-widget .from-aim a,
.category-sin-charts .side-widget .sin a,
.category-library-journal .side-widget .library-journal a,
.page-id-84012 .side-widget .about-site,
.page-id-311 .side-widget .contact,
.page-id-660 .side-widget .sitemap,
.page-id-87915 .side-widget .privacy-policy {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #dbf0f8;
  border-radius: 4px;
}

.side-widget ul li a {
  color: #888;
  font-weight: bold;
}

.predictions-sections li a,
.predictions-sections li strong {
  display: block;
}

.side-widget ul li a:hover {
  color: #e39e39;
  text-decoration: none;
}

.side-widget a.goog-logo-link img {
  display: inline;
}

.side-widget .goog-te-gadget .goog-te-combo {
  margin: 0 0 10px;
  width: 99%;
}

/****************************************************************
	home / other custom widgets
****************************************************************/

.side-widget .textwidget a:hover {
  text-decoration: none;
}

.side-widget .textwidget a:hover h3 span,
.side-widget .textwidget a:hover h3 span strong {
  background-color: #f2f2f2;
}

.home .side-widget,
.side-widget.related-content {
  border: none;
  border-top: 1px dotted #dcdcdc;
  margin: 0;
  padding: 0;
  position: relative;
}

.home .side-widget {
  border-top: 0;
}

.home .widget_twitter {
  padding-top: 15px;
  padding-bottom: 20px;
}

.side-widget.widget_recent_comments {
  padding-top: 40px;
}

.side-widget.widget_recent_comments h3 {
  display: block !important;
}

#text-98,
#text-68,
#text-69,
#text-71,
#text-72,
#text-73,
#text-74,
#text-75,
#text-76,
#text-77,
#text-78,
#text-79,
#text-82,
#text-83,
#text-84,
#text-86,
#text-87,
#text-88,
#text-90,
#text-91,
#text-92,
#text-93,
#text-94,
#text-95,
#text-99,
#text-100,
#text-101,
#text-102,
#text-103,
#text-104,
#text-107,
#text-108,
#text-109,
#text-110,
#text-111,
#text-112,
#text-114,
#text-115,
#text-116,
#text-117,
#text-118,
#text-119,
#text-121,
#text-122,
#text-123,
#text-124,
#text-125,
#text-126,
#text-128,
#text-129,
#text-130,
#text-132,
#text-133,
#text-134,
#text-136,
#text-137,
#text-138,
#text-139,
#text-140,
#text-141,
#text-145,
#text-146,
#text-147,
#text-149,
#text-150,
#text-151,
#text-153,
#text-154,
#text-155,
#text-156,
#text-157,
#text-158,
#text-160,
#text-161,
#text-162,
#text-163,
#text-164,
#text-165,
#text-166,
#text-167,
#text-168,
#text-169 {
  border: none;
  border-bottom: 1px dotted #dcdcdc;
  margin: 0 1px 0 0;
  padding: 39px 15px 5px;
  position: relative;
}

.side-widget.related-content {
  border: none;
  border-bottom: 1px dotted #dcdcdc;
  padding-top: 15px;
}

.home .side-widget h3,
.side-widget.related-content h3 {
  background: #fff;
  border-bottom: 1px dotted #dcdcdc;
  color: #626262;
  font-weight: bold;
  font-size: 11px;
  left: 0;
  padding: 5px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  /*width:251px;*/
  /*width: 221px;*/
  width: 192px;
}

#text-98 h3,
#text-163 h3,
#text-68 h3,
#text-69 h3,
#text-71 h3,
#text-72 h3,
#text-73 h3,
#text-74 h3,
#text-75 h3,
#text-76 h3,
#text-77 h3,
#text-78 h3,
#text-79 h3,
#text-82 h3,
#text-83 h3,
#text-84 h3,
#text-86 h3,
#text-87 h3,
#text-88 h3,
#text-90 h3,
#text-91 h3,
#text-92 h3,
#text-93 h3,
#text-94 h3,
#text-95 h3,
#text-99 h3,
#text-100 h3,
#text-101 h3,
#text-102 h3,
#text-103 h3,
#text-104 h3,
#text-107 h3,
#text-108 h3,
#text-109 h3,
#text-110 h3,
#text-111 h3,
#text-112 h3,
#text-114 h3,
#text-115 h3,
#text-116 h3,
#text-117 h3,
#text-118 h3,
#text-119 h3,
#text-121 h3,
#text-122 h3,
#text-123 h3,
#text-124 h3,
#text-125 h3,
#text-126 h3,
#text-128 h3,
#text-129 h3,
#text-130 h3,
#text-132 h3,
#text-133 h3,
#text-134 h3,
#text-136 h3,
#text-137 h3,
#text-138 h3,
#text-139 h3,
#text-140 h3,
#text-141 h3,
#text-145 h3,
#text-146 h3,
#text-147 h3,
#text-149 h3,
#text-150 h3,
#text-151 h3,
#text-153 h3,
#text-154 h3,
#text-155 h3,
#text-156 h3,
#text-157 h3,
#text-158 h3,
#text-160 h3,
#text-161 h3,
#text-162 h3,
#text-164 h3,
#text-165 h3,
#text-166 h3,
#text-167 h3,
#text-168 h3,
#text-169 h3 {
  background: #fff url("../images/layout/bg_widget_5.gif") 0 0 repeat-y;
  border-bottom: 1px dotted #dcdcdc;
  color: #626262;
  font-weight: bold;
  font-size: 11px;
  left: 0;
  padding: 5px 12px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 184px;
}

.side-widget.events .event {
  margin-bottom: 10px;
}

.side-widget.events .event .thumb p {
  margin: 0;
}

.side-widget.events .event h4 {
  margin-top: 0;
}

.side-widget.events .event h5 {
  margin-bottom: 0;
}

.side-widget.events .event .alignright {
  margin-bottom: 0;
}

.side-widget.widget_recent_comments h3 {
  display: none;
}

.side-widget.related-content h3 {
  padding-top: 10px;
  padding-bottom: 8px;
}

.side-widget.related-content h4 {
  margin-top: 10px;
  margin-bottom: 3px;
}

.side-widget.related-content ul {
  font-weight: bold;
  margin: 3px 0;
}

/* Welcome widget */
#richtext-2.side-widget {
  background: url("../images/layout/bg_widget_4.gif") 0 0 repeat-y;
  padding-top: 35px;
}

#richtext-2.side-widget h3 {
  /*background:#E5E5CE;*/
  background: transparent;
  border: 2px dotted #e5e5ce;
  border-top: none;
  color: #90905e;
  left: 9px;
  padding: 3px 12px;
  width: auto;
}

#richtext-2.side-widget p {
  clear: both;
}

/* Editor's trending topic */
#wrapper .side-widget.editors_trending_topic {}

#wrapper .widget_links h3 {
  display: block;
}

#wrapper .side-widget.editors_trending_topic li,
#wrapper .widget_links li {
  background: none;
  margin: 0;
  padding: 0;
}

#wrapper .side-widget.editors_trending_topic li a,
#wrapper .widget_links li a {
  color: #5288cb;
  font-weight: normal;
}

#wrapper .side-widget.editors_trending_topic li a:hover,
#wrapper .widget_links li a:hover {
  text-decoration: underline;
}

/* Announcements */
#text-67.side-widget,
#text-98.side-widget {
  background: url("../images/layout/icon_email_3.png") 25px 45px no-repeat;
  padding: 38px 10px 8px 65px;
}

#text-69.side-widget,
#text-72.side-widget,
#text-75.side-widget,
#text-78.side-widget,
#text-83.side-widget,
#text-87.side-widget,
#text-91.side-widget,
#text-94.side-widget,
#text-100.side-widget,
#text-103.side-widget,
#text-108.side-widget,
#text-111.side-widget,
#text-115.side-widget,
#text-118.side-widget,
#text-122.side-widget,
#text-125.side-widget,
#text-129.side-widget,
#text-133.side-widget,
#text-137.side-widget,
#text-140.side-widget,
#text-146.side-widget,
#text-150.side-widget,
#text-154.side-widget,
#text-157.side-widget,
#text-161.side-widget,
#text-165.side-widget,
#text-168.side-widget {
  background: url("../images/layout/icon_email_3.png") 25px 45px no-repeat;
  padding: 38px 10px 8px 65px;
}

#text-98.side-widget {
  background-position: 25px 39px;
  padding: 38px 10px 8px 65px;
}

/* Topics */
#text-163.side-widget {
  background: url("../images/layout/icon_email_3.png") 17px 38px no-repeat;
  padding: 38px 10px 15px 45px;
}

/* Ramona widget */
#text-65.side-widget img {
  margin-top: 5px;
  margin-bottom: 15px;
}

/* Google translate widget */
.side-widget.google-translate {
  border: 0;
  bottom: 0;
  position: absolute;
  width: 225px;
}

/* Kurzweil Quotes */
#text-164,
#text-64 {
  padding: 0;
}

#text-164 a,
#text-64 a {
  background: #fff url("../images/layout/bg-widget-quotes-5.png") 50% 0 no-repeat;
  background-size: 90% auto;
  border-top: 5px solid #fff;
  display: block;
  padding: 152px 0 15px;
}

#text-164 a:hover h3,
#text-64 a:hover h3 {
  color: #ffaa00;
}

#text-164 a:hover h3 span,
#text-164 a:hover h3 span strong,
#text-64 a:hover h3 span,
#text-64 a:hover h3 span strong {
  background: #fff;
}

#text-164 h3,
#text-64 h3 {
  border-top: 1px dashed #aeaeae;
  border-bottom: 0;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 12px 12px 0;
  position: static;
  text-transform: none;
  width: auto;
}

#text-164 h3 strong,
#text-64 h3 strong {
  display: inline-block;
  font-weight: normal;
}

/****************************************************************
	browse
****************************************************************/
.browse {
  background: #ebf5f8;
  border-bottom: 1px solid #cce6ec;
  border-top: 1px solid #cce6ec;
  margin: 0 0 12px;
  padding: 8px 0 7px;
  text-align: center;
}

/****************************************************************
	bing
****************************************************************/
.bing {
  background: url("../images/layout/logo_bing.png") 0 0 no-repeat;
  margin: 0 7px 14px 0;
  padding: 18px 0 0 0;
  position: relative;
}

.bing a.learn-more,
.wolframalpha a.learn-more {
  background: url("../images/layout/icon_arrow_4.png") 100% 2px no-repeat;
  color: #5288cb;
  font-size: 10px;
  font-weight: bold;
  padding: 0 11px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wolframalpha a.learn-more {
  top: 2px;
}

.bing form input {
  background: url("../images/layout/bg_input_search_bing.png") 0 0 no-repeat;
  border: none;
  color: #707070;
  font-size: 11px;
  height: 17px;
  margin: 0;
  padding: 3px 29px 0 5px;
  width: 182px;
}

.bing form input:focus {
  background: url("../images/layout/bg_input_search_bing.png") 0 -120px no-repeat;
  color: #3e8ee6;
}

.bing form button {
  background: url("../images/layout/button_search_bing.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  width: 16px;
  position: absolute;
  left: 198px;
  top: 20px;
}

.bing form button:hover {
  background: url("../images/layout/button_search_bing.png") 0 -116px no-repeat;
}

.bing form button span {
  display: none;
}

/****************************************************************
	wolframalph
****************************************************************/
.wolframalpha {
  background: url("../images/layout/logo_wolframalpha.png") 0 0 no-repeat;
  margin: 0 7px 14px 0;
  padding: 20px 0 0 0;
  position: relative;
}

.wolframalpha form input {
  background: url("../images/layout/bg_input_search_wolfram.png") 0 0 no-repeat;
  border: none;
  color: #707070;
  font-size: 11px;
  height: 19px;
  margin: 0 0 0 -1px;
  padding: 5px 29px 0 7px;
  width: 181px;
  position: relative;
}

.wolframalpha form input:focus {
  background: url("../images/layout/bg_input_search_wolfram.png") 0 -124px no-repeat;
  color: #3e8ee6;
}

.wolframalpha form button {
  background: url("../images/layout/button_search_wolfram.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
  height: 14px;
  margin: 0;
  width: 13px;
  position: absolute;
  left: 198px;
  top: 25px;
}

.wolframalpha form button:hover {
  background: url("../images/layout/button_search_wolfram.png") 0 -114px no-repeat;
}

.wolframalpha form button span {
  display: none;
}

/****************************************************************
	tag-cloud
****************************************************************/
.tag-cloud .tags {
  margin: 0 0 12px;
}

.tag-cloud .tags a {
  color: #9a9a9a;
  line-height: 1em;
}

/****************************************************************
	translate, browse-sections-by-topic, sections-archives
****************************************************************/
.browse-sections h3.topic {
  background: url("../images/layout/icon_magnifier_4.png") 1px 0 no-repeat;
  margin: 0 0 7px;
  padding: 0 0 0 26px;
}

.browse-sections h3.archive {
  background: url("../images/layout/icon_magnifier_4.png") 1px 0 no-repeat;
  padding: 0 0 0 26px;
}

.browse-sections h3.archive.both {
  background-position: 1px 15px;
  margin-top: -17px;
  padding-top: 15px;
}

.browse-sections {
  background: url("../images/layout/bg_widget_6.gif") 0 0 repeat-y;
  border-bottom: 1px dashed #cfcfcf;
}

.kain_select_links h3 {
  margin: 0 0 7px;
  padding: 1px 0 3px 0;
}

#kain_select_links-4 h3 {
  background: none;
  padding: 3px 0 1px 0;
}

.kain_select_links fieldset {
  padding: 0;
}

.browse-sections select,
.kain_select_links select {
  width: 223px;
}

.browse-sections p {
  background: url("../images/layout/bg_widget_7.gif") 50% 50% no-repeat;
  margin: 10px 0;
  text-align: center;
}

.browse-sections p span {
  background: #f8f8f1;
  padding: 2px 5px;
  position: relative;
}

.back-to-root {
  background: url("../images/layout/bg_widget_6.gif") 0 0 repeat-y;
  border-bottom: 1px dashed #cfcfcf;
  border-top: 1px solid #d8d8d2;
  padding: 10px 24px 10px 31px;
}

.back-to-root a {
  background: url("../images/layout/icon_back_2.png") 5px 3px no-repeat;
  padding: 4px 0 4px 29px;
  color: #7e7e7e;
  display: block;
  font-weight: bold;
  margin-left: -5px;
  text-transform: uppercase;
}

.back-to-root.alt a {
  text-transform: none;
}

.back-to-root.althome a {
  background: url("../images/layout/icon_home.png") 2px 1px no-repeat;
}

.back-to-root a:hover {
  color: #e39e39;
  text-decoration: none;
}

.back-to-root.active a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #848485;
  border-radius: 4px;
  color: #fff;
}

.kurzweil-links {
  background: url("../images/layout/bg_widget_3.gif") 0 0 repeat-y;
}

/**********************End******************************/
/************ opera *********************/
.opera {
  border: 1px solid #69a6e4;
  color: #5a5a5a;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  background-color: #e9e9e9;
  background-image: url("../images/layout/opera.gif");
  width: 160px !important;
}

#categories,
#archives {
  width: 100% !important;
}

.opera-hover {
  border-color: #69a6e4;
  color: #3e8ee6;
  background-image: url("../images/layout/opera_hover.gif");
}

.opera span,
.opera-hover span {
  padding-left: 11px !important;
  padding-top: 2px !important;
}

.opera .current {
  background-color: #d1e7fc !important;
  color: #3e8ee6 !important;
  cursor: pointer;
}

.opera .menu {
  border: 1px solid #c5c5c5;
  max-height: 200px;
  overflow: auto;
}

.opera a,
.opera span {
  cursor: pointer;
  font-weight: normal;
}

/****************************************************************
	sort-all-by
****************************************************************/
.side-widget .sort-all-by ul {
  margin: 0 0 10px;
}

.side-widget .sort-all-by ul li {
  background: url("../images/layout/icon_arrow_6.png") 9px 1px no-repeat;
  padding: 0 0 0 27px;
  margin-bottom: 5px;
}

.side-widget .sort-all-by ul li.selected {
  background: #def1f8;
  padding: 2px 0 2px 27px;
}

.side-widget .sort-all-by ul li a {
  color: #7eb0c2;
}

/****************************************************************
	footer-box
****************************************************************/
#footer-box {
  background: #fbfeff;
  border: 19px solid #e5f1f6;
  font-size: 11px;
  margin: 0 0 10px;
  padding: 14px 0 0 16px;
}

#footer-box .col-1 {
  float: left;
  width: 610px;
}

#footer-box .col-2 {
  float: right;
  padding: 0 14px 14px;
  text-align: right;
  width: 250px;
}

#footer-box h3 {
  color: #505050;
  font-weight: bold;
  font-size: 11px;
  margin: 0 0 8px;
  text-align: left;
  text-transform: uppercase;
}

#footer-box h3 a {
  color: #505050;
}

.page-template-page_register-php .newsletter h3,
.page-template-page_lostpassword-php .newsletter h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#footer-box .newsletter h3,
.page-template-page_register-php .newsletter h3,
.page-template-page_lostpassword-php .newsletter h3 {
  font-size: 15px;
  margin: 0 0 10px;
}

#footer-box .newsletter h3 {
  text-transform: lowercase;
}

#podPress_footer {
  display: none !important;
}

/****************************************************************
	Newsletter box
****************************************************************/
.page-template-page_register-php .post .newsletter,
.page-template-page_lostpassword-php .post .newsletter {
  float: left;
  font-size: 11px;
  margin: 0 30px 0 0;
  text-align: left;
  width: 380px;
}

.newsletter p {
  color: #4b4b4b;
  margin: 0 0 15px;
  line-height: 1.7em;
}

.newsletter p.see-sample {
  line-height: 1.9em;
  margin: 0 0 20px;
}

.newsletter p.see-sample a {
  color: #596d75;
  font-weight: bold;
}

.newsletter ul {
  margin: 0 0 21px;
}

.newsletter ul li {
  background: url("../images/layout/icon_arrow_1.png") 17px 5px no-repeat;
  color: #596d75;
  line-height: 1.9em;
  padding: 0 0 0 33px;
}

.page-template-page_register-php .newsletter ul li,
.page-template-page_lostpassword-php .newsletter ul li {
  margin: 0;
}

.newsletter ul li a {
  color: #596d75;
  font-weight: bold;
}

/****************************************************************
	now-playing
****************************************************************/
.now-playing {
  border-bottom: 1px solid #e5f1f6;
  margin: 0 0 12px;
  padding: 0 0 14px 33px;
}

.now-playing h3 {
  height: 19px;
  line-height: 19px;
  padding: 3px 0 0 0;
}

.now-playing h3 img {
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.now-playing h4,
.now-playing h5 {
  color: #4b4b4b;
  font:
    bold 16px Georgia,
    Arial,
    sans-serif;
  margin: -2px 0 13px;
  position: relative;
}

.now-playing h5 {
  font-size: 11px;
  margin: 0 0 5px;
}

.now-playing .video-box {
  position: relative;
}

.now-playing .video {
  float: left;
  margin: 0 20px 0 0;
  width: 223px;
}

.now-playing a.youtube-channel {
  background: #fbfeff url("../images/layout/you_tube_channel.gif") 0 0 no-repeat;
  display: block;
  height: 60px;
  left: 280px;
  position: absolute;
  width: 141px;
  top: 27px;
}

.now-playing a.youtube-channel span {
  display: none;
}

/****************************************************************
	stay-tuned
****************************************************************/
.stay-tuned {
  /*float:left;*/
  margin: 0 0 12px;
}

.stay-tuned ul li {
  margin: 0 5px 15px 0;
  float: left;
  width: 32px;
  height: 34px;
}

.stay-tuned ul li.stay-tuned-1 a {
  background: url("../images/layout/icon_st_rss.png") 0 0 no-repeat;
}

.stay-tuned ul li.stay-tuned-2 a {
  background: url("../images/layout/icon_st_twitter.png") 0 0 no-repeat;
}

.stay-tuned ul li.stay-tuned-3 a {
  background: url("../images/layout/icon_st_3.png") 0 0 no-repeat;
  width: 36px;
}

.stay-tuned ul li a:hover {
  position: relative;
  top: -2px;
}

.stay-tuned ul li a {
  display: block;
  height: 34px;
}

.stay-tuned ul li a span {
  display: none;
}

/****************************************************************
	footer
****************************************************************/
#pre-footer {
  background: #f4f4f4;
  color: var(--footer-font-color);
  font-family: "Open Sans", "PT Sans", sans-serif;
  font-weight: 300;
  margin: 20px 0 10px;
  min-height: 300px;
  padding: 35px;
}

#pre-footer .cols {
  background: #fff;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0;
  padding: 30px;
}

#pre-footer .cols>.col-2 {
  margin-left: 20px;
}

#pre-footer .cols>.col-3 {
  border-left: 1px solid var(--footer-borders-color);
  margin-left: 30px;
  padding-left: 30px;
}

#pre-footer .cols>.col-last {
  flex: 2 0 auto;
}

#pre-footer a {
  color: var(--footer-font-color);
  /* color: #a2a2a2; */
}

#pre-footer a:hover {
  color: #faa500;
  text-decoration: none;
}

#pre-footer li.facebook {
  margin-top: 10px;
}

#pre-footer li.facebook a {
  background: url("../images/content/icon-facebook.svg") 0 0 no-repeat;
  display: inline-block;
  font-size: 0;
  height: 45px;
  text-indent: -1000em;
  width: 45px;
}

#pre-footer .col-3 li:first-child+li {
  margin-top: 15px;
}

#pre-footer li.mail:before {
  background: #cdcdcd;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 8px;
  width: 6px;
}

#pre-footer h4 {
  /* background: var(--footer-borders-color); */
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-left: -36px;
  padding: 1px;
}

#pre-footer h4 span {
  background: #fff;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
  display: block;
  color: #bababa;
  font: 700 22px Domine, serif;
  padding: 20px 50px 20px 35px;
}

#pre-footer menu {
  margin: 0;
  padding: 0;
}

#pre-footer menu li {
  font-size: 13px;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 3px;
  padding: 0;
}

#pre-footer p.copy {
  font-size: 18px;
  margin-top: 0;
}

#pre-footer .col-last {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#pre-footer .col-last h1.design a {
  background: url("../images/content/logo-sapphire.svg") 0 50%/20px no-repeat;
  display: inline-block;
  font-size: 18px;
  padding: 0 0 0 25px;
  z-index: 100;
}

#footer .f-info {
  color: #969696;
  float: left;
  width: 59%;
}

#footer .f-info a {
  color: #969696;
}

#footer .f-info a:hover {
  text-decoration: none;
}

#footer .copy {
  float: left;
  padding: 0 3px 0 0;
}

#footer .f-nav {
  display: flex;
  float: right;
  justify-content: flex-end;
  width: 40%;
}

#footer .f-nav>ul>li {
  background: url("../images/layout/bg_f-nav_line.gif") 100% 50% no-repeat;
  float: left;
  padding: 0 10px 0 9px;
}

#footer .f-nav li.last {
  background: none;
  padding: 0 2px 0 9px;
}

#footer .f-nav li a,
#footer .f-nav li strong {
  color: var(--footer-font-color);
  font-weight: normal;
}

#footer .f-nav li.kurzweil-corner {
  position: relative;
}

#footer .f-nav li.kurzweil-corner ul {
  background: #fdfdf6;
  border: 1px solid #c3c3c3;
  border-bottom: 0;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
  bottom: 100%;
  display: none;
  left: 0;
  padding: 3px 0;
  position: absolute;
  white-space: nowrap;
}

#footer .f-nav li.kurzweil-corner:hover>ul {
  display: block;
}

#footer .f-nav li.kurzweil-corner ul li {
  border-top: 1px solid #dbdbd5;
}

#footer .f-nav li.kurzweil-corner ul li:first-child {
  border-top: 0;
}

#footer .f-nav li.kurzweil-corner ul a {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.1em;
  padding: 5px 11px;
}

#footer .f-nav li.kurzweil-corner ul a:hover {
  color: #e39e39;
  text-decoration: none;
}

/****************************************************************
	Pagenavi
****************************************************************/
.wp-pagenavi {
  font-size: 12px;
  margin: 0 0 16px;
  padding: 11px 0;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  color: #41758b;
  font-weight: bold;
  padding: 0 5px;
}

.wp-pagenavi a {
  color: #5e5e5e;
  font-size: 16px;
}

.wp-pagenavi a.page,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 12px;
}

.wp-pagenavi a.first {
  border-right: 1px solid #ccc;
}

.wp-pagenavi a.last {
  border-left: 1px solid #ccc;
}

.wp-pagenavi a.larger {
  display: none;
}

.wp-pagenavi span.current {
  background: #c9c9c9;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  background: none;
  color: #e39e39;
  text-decoration: none;
}

.wp-pagenavi span.pages {
  color: #7b7b7b;
  padding: 0 10px 0 0;
  text-transform: lowercase;
}

/****************************************************************
	search results count
****************************************************************/
.search-results-count {
  font-size: 14px;
  margin: 0 0 20px;
  text-align: center;
}

/****************************************************************
	browse-by
****************************************************************/
.browse-by {
  background: #fbfeff;
  border-bottom: 1px solid #cce6ec;
  border-top: 1px solid #cce6ec;
  margin: 0 0 16px;
  padding: 15px 0 11px;
  text-align: center;
}

.browse-by dl dt,
.browse-by dl dd {
  display: inline;
  font-size: 12px;
}

.browse-by dl dt {
  color: #41758b;
  padding: 0 11px 0 0;
}

.browse-by dl dd a,
.browse-by dl dd strong {
  color: #41758b;
  font-weight: bold;
  padding: 0 3px;
}

.browse-by dl dd a:hover,
.browse-by dl dd strong {
  background: #ff9d11;
  color: #fff;
  text-decoration: none;
}

.browse-by dl dd a.prev:hover,
.browse-by dl dd a.next:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.browse-by dl dd span.page {
  color: #7196a2;
  padding: 0 10px 0 0;
}

/****************************************************************
	options
****************************************************************/
.options {
  margin: 0 0 16px;
  text-align: left;
}

.options li {
  display: inline;
  margin: 0 18px 0 0;
}

.options li.last {
  margin: 0;
}

.options li a {
  color: #41758b;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 0 1px 0;
}

.options li.share a {
  background: url("../images/layout/icon_share.png") 0 50% no-repeat;
  padding-left: 26px;
}

.options li a.addtoany_share_save {
  background: url(../images/layout/icon-share-svg-yellow.svg) 50% 0 no-repeat !important;
  background-size: contain;
  color: #757575;
  font-size: 0;
  height: 80px;
  width: 80px;
}

.options li a.addtoany_share_save:hover {
  color: #e39e39;
  text-decoration: none;
}

.options li.email a {
  background: url("../images/layout/icon_email.png") 0 50% no-repeat;
  padding-left: 25px;
}

.options li.print a {
  background: url("../images/layout/icon_print.png") 0 50% no-repeat;
  padding-left: 22px;
  text-transform: lowercase;
}

.options li a:hover {
  text-decoration: underline;
}

#a2apage_twitter {
  display: none;
}

/****************************************************************
	bio
****************************************************************/
.bio .post {
  font-size: 12px;
}

.bio .post.last {
  padding-bottom: 0;
}

.bio .photo {
  float: left;
  padding: 8px 0 0;
}

.bio .photo a,
.bio .photo img {
  float: none !important;
  margin: 0;
}

.bio .body {
  margin: 0 0 0 180px;
  padding: 5px 0 0;
}

.bio .body .links {
  font-size: 11px;
}

.bio .body .links dl {
  margin: 0 0 14px;
  line-height: 1.2em;
}

.bio .body .links dl dt {
  color: #686868;
  font-weight: bold;
  margin: 0 0 3px;
}

.bio .body .links dl dd a {
  color: #8383d4;
}

.single dl.features dt {
  font-weight: bold;
}

/****************************************************************
	books
****************************************************************/
.post.last {
  padding-bottom: 7px;
}

.books-details {
  margin: 0 0 10px;
  padding: 5px 0 0;
}

.books-details dl {
  margin: 0;
}

.books-details dt,
.books-details dd {
  display: inline;
  margin: 0 4px 0 0;
}

.books-details dt {
  font-weight: bold;
}

/****************************************************************
	videos
****************************************************************/
.category-videos .post-header {
  margin-bottom: 20px;
}

.category-videos .post.last {
  padding-bottom: 7px;
}

/****************************************************************
	features, update, events
****************************************************************/
.update .post,
.category .post {
  padding-bottom: 21px;
}

.features .post-header,
.update .post-header,
.events .post-header,
.category .post-header {
  margin-bottom: 13px;
}

.update .post.last,
.category .post.last {
  padding-bottom: 7px;
}

#root .no-photo .post-meta,
#root .no-photo .body {
  margin: 0 !important;
}

.full #root .post-meta,
.full #root .body {
  margin: 0 !important;
}

/****************************************************************
	events
****************************************************************/
.events .post-header h5 {
  color: #757575;
}

/****************************************************************
	podcasts
****************************************************************/
.category-podcasts .post-header {
  margin-bottom: 9px;
}

.category-podcasts .post-header h3 {
  margin-bottom: 0;
}

/****************************************************************
	comments
****************************************************************/
#comments {
  padding: 0 0 9px 3px;
}

#comments h2 {
  color: #616161;
  font-size: 18px;
  margin: 0 0 20px;
}

#comments h2 span {
  font-weight: normal;
}

#comments .comments-lists .children {
  padding-left: 25px;
}

#comments .comments-lists li {
  padding: 0 0 7px;
}

#comments .comments-lists li a[href*="#comment-"],
#comments .comments-lists li span[id*="edit-author"] a {
  color: #757575;
}

#comments .comments-lists li a[href*="#comment-"]:hover,
#comments .comments-lists li span[id*="edit-author"] a:hover {
  color: #e39e39;
  text-decoration: none;
}

#comments .comments-lists ul.children {
  margin: 10px 0 0;
}

#comments .comments-lists strong {
  color: #757575;
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2em;
  width: 170px;
}

#comments .comments-lists strong span {
  padding: 4px 0 0;
}

#comments .comments-lists strong em {
  display: block;
  font-size: 10px;
}

#comments .comments-lists strong img {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c5c5c5;
  display: block;
  float: left;
  margin: 0 13px 0 0;
}

#comments .comments-lists strong a:hover img {
  border: 1px solid #7eb0c2;
}

#comments .comments-lists .comment-body {
  border: 1px solid #dcdcdc;
  margin: 0 0 0 165px;
  position: relative;
}

#comments .comments-lists .comment-body .body {
  background: #fbfeff;
  border: 5px solid #fbfeff;
  line-height: 1.5;
  font-size: 12px;
  padding: 12px 25px 1px 25px;
}

#comments .comments-lists .bypostauthor .comment-body .body {
  background-color: #f4fdf5;
}

#comments .comments-lists .comment-body .body span.edit-comment {
  background: url("../images/layout/icon-edit-gray.png") 0 0 no-repeat;
}

#comments .comments-lists .comment-body .body span.delete-comment,
.aec-dropdown-container span.delete-comment {
  background: url("../images/layout/icon-del-gray.png") 0 0 no-repeat;
}

#comments .comments-lists .comment-body .body p {
  margin: 0 0 13px;
}

#comments .comments-lists .comment-body .body a {
  color: #4d7e93;
}

#comments .comments-lists p.reply {
  clear: both;
  text-align: right;
  font-size: 12px;
  padding: 5px 0 0;
}

#comments .comments-lists p.reply a {
  color: #757575;
  font-weight: bold;
  text-transform: lowercase;
}

#comments .comments-lists p.reply a:hover {
  color: #e39e39;
  text-decoration: none;
}

.edit-comment-admin-links a {
  color: #757575 !important;
  margin-left: 0 !important;
  margin-right: 10px;
  text-transform: lowercase;
}

.edit-comment-admin-links a:hover {
  color: #e39e39 !important;
}

.edit-comment-admin-links span.aec-icons {
  display: none;
}

/****************************************************************
	respond
****************************************************************/
#respond {
  background: url("../images/layout/bg_respond_b.gif") 0 100% no-repeat;
  margin: 0 0 35px;
}

#respond #aec_edit_options {
  display: none;
}

#respond form,
#respond div.info {
  background: url("../images/layout/bg_respond_t.gif") 0 0 no-repeat;
  padding: 15px 24px 9px 25px;
}

#respond h2 {
  color: #739aaa;
  font:
    bold 16px Georgia,
    Arial,
    sans-serif;
  margin: 0 0 10px;
}

#respond p {
  font-size: 11px;
  margin: 0 0 10px;
}

#respond .col-1 {
  float: left;
  width: 192px;
}

#respond .col-2 {
  float: left;
  width: 390px;
}

#respond #cancel-comment-reply-link {
  font-size: 11px;
}

#respond #subscribe {
  vertical-align: middle;
}

#respond #subscribe+label {
  position: static !important;
  vertical-align: middle;
}

/****************************************************************
	Deck and One-Liner
****************************************************************/
.post-content .deck {
  color: var(--main-font-color);
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 6px;
}

.post-content .headline-prefix {
  border: 1px solid #c0c0c0;
  color: #707070;
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0.5em;
  width: max-content;
}

.post-content .pub-name {
  border: 1px solid #c0c0c0;
  color: #707070;
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0.5em;
  width: max-content;
}

.search-results .headline-prefix,
.search-results .pub-name {
  margin-top: 10px;
}

.post-content .pub-name.classic {
  border: 2px dashed #c0c0c0;
}

.home .post-content .deck {
  margin: 8px 0 10px;
}

.single .post-content .deck {
  margin-top: 8px;
}

.post-content .oneliner.first {
  border-top: 1px solid #eee;
  font-style: italic;
  margin: 20px 0 15px;
  padding: 10px 0 0;
}

.post-content .oneliner {
  border: 0;
  margin: 10px 0;
}

/****************************************************************
	inline sidebar
****************************************************************/
.is,
.pullquote {
  background: #f0f9fd;
  border-bottom: 1px solid #cce6ec;
  border-top: 1px solid #cce6ec;
  font-size: 115%;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0 0 15px;
  padding: 10px 21px;
}

.pullquote {
  text-align: center;
}

.is.t2,
.pullquote.t2 {
  background: #f5fafc;
  border-bottom-color: transparent;
  border-top-color: transparent;
  color: #666;
  font-weight: normal;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.is.t2 a,
.pullquote.t2 a {
  color: #41758b;
}

.is.t3,
.pullquote.t3 {
  background: #f8f8f1;
  border-bottom-color: transparent;
  border-top-color: transparent;
  color: #666;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}

.is h4.infocus,
.pullquote h4.infocus {
  background: url(../images/layout/icon_infocus.png) 0 0 no-repeat;
  color: #7f7f7f;
  margin: 5px 0 10px;
  padding: 3px 0 1px 35px;
}

.is.right,
.pullquote.right {
  float: right;
  margin-left: 20px;
  text-align: left;
  width: 50%;
}

.is.left,
.pullquote.left {
  float: left;
  margin-right: 20px;
  text-align: left;
  width: 50%;
}

.is h1,
.pullquote h1,
.is h2,
.pullquote h2,
.is h3,
.pullquote h3,
.is h4,
.pullquote h4,
.is h5,
.pullquote h5,
.is h6,
.pullquote h6,
.is blockquote,
.pullquote blockquote {
  margin: 0;
}

.is blockquote,
.pullquote blockquote {
  color: #444;
  font-size: 14px;
  line-height: 1.5em;
  margin-left: 20px;
}

.is.t2 h6,
.pullquote.t2 h6 {
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.is.t2 ol li,
.pullquote.t2 ol li {
  list-style: decimal;
  margin: 0 0 5px 25px;
}

.is p,
.pullquote p {
  margin: 10px 0;
}

.is ul li,
.pullquote ul li {
  background-position: 10px 6px;
  margin: 0;
  padding-left: 30px;
}

/****************************************************************
	References and Related
****************************************************************/
.post-content .references {
  margin: 16px 0 0;
}

.post-content .references h3,
.post-content .related h3 {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: lowercase;
}

.post-content .references ul,
.post-content .related ul {
  margin-left: 0;
  list-style: none;
}

.post-content .references ul li,
.post-content .related ul li {
  background: none;
  margin-left: 0;
  left: 0;
  list-style: none;
  padding: 0;
  position: static;
}

/****************************************************************
	footnotes
****************************************************************/
.footnotes {
  background: #fdfdfd;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  font-size: 11px;
  margin: 0 0 33px;
  padding: 15px 21px 10px;
  line-height: 1.8em;
}

/****************************************************************
	overlay
****************************************************************/
div.overlay {
  width: 600px;
  height: 470px;
  display: none;
  padding: 55px;
}

#chat-box-body .close,
#chat-box .close {
  background: none;
  border: none;
  position: absolute;
  right: 28px;
  top: 24px;
  cursor: pointer;
  height: 19px;
  width: 20px;
  z-index: 10000;
}

#chat-box-body .close a,
#chat-box .close {
  background: url("../images/layout/icon_close.png") 100% 0 no-repeat !important;
  font-size: 11px;
  font-weight: bold;
  display: block;
  height: 19px;
  padding-right: 25px;
  width: auto;
}

#chat-box-body .close a:hover,
#chat-box .close:hover {
  background: url("../images/layout/icon_close.png") 100% -119px no-repeat !important;
}

#chat-box-body .close a span,
#chat-box .close a span {
  display: none;
}

#chat-box-body .close a {
  display: none;
}

/****************************************************************
	#chat-box
****************************************************************/
#chat-box {
  background-image: url("../images/layout/overlay.png");
  width: 945px;
  height: 830px;
  padding: 0;
  text-align: left;
}

.chat-body {
  background:
    /*none*/
    url("../images/layout/bg_chat-body.png") 0 0;
  text-align: center;
  padding: 0;
  margin: 0;
}

#frame {
  margin: 0;
  padding: 0;
}

#chat-box-body {
  background-image: url("../images/layout/overlay.png");
  width: 945px;
  height: 813px;
  padding: 17px 0 0;
  text-align: left;
  margin: 0 auto;
}

#chat-box-body h2 {
  background: #e5f1f6;
  color: #4b4b4b;
  font:
    bold 16px Georgia,
    Arial,
    sans-serif;
  height: 25px;
  padding: 6px 12px 0;
  margin: 0 17px;
}

#chat-box-body .overlay-wrapper {
  padding: 10px 12px 0 28px;
  margin: 0 17px 0 0;
  height: 770px;
  overflow: auto;
  position: relative;
}

#chat-box-body .overlay-wrapper p.footer {
  clear: both;
  font-size: 11px;
  padding: 5px 0 0;
}

#chat-box-body h3 {
  color: #212121;
  font:
    normal 16px Georgia,
    Arial,
    sans-serif;
  margin: 0 0 10px;
}

#chat-box-body .overlay-col-1 {
  float: left;
  width: 447px;
}

#chat-box-body .overlay-col-2 {
  float: right;
  width: 422px;
}

#chat-box-body .o-box {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
  margin: 0 0 14px;
}

#chat-box-body .o-box.last {
  margin: 0;
}

#chat-box-body .o-box-body-wrapper {
  border: 1px solid #f1f1e5;
  background: #fff;
  position: relative;
  margin: 0 1px 0;
  top: -1px;
  padding: 4px;
}

#chat-box-body .o-box-body {
  background: #f8f8f8;
  padding: 12px 12px 1px;
  position: relative;
}

#chat-box-body .o-box-t1 .o-box-body {
  background: #e5f1f6;
  padding-top: 10px;
}

#chat-box-body .o-box-t2 .o-box-body {
  background: #fdfcec;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 2px;
}

#chat-box-body .o-box-t3 .o-box-body {
  background: #fdfcec;
  padding-top: 10px;
}

#chat-box-body .o-box-t1 .say {
  background: #fbfadd;
  border-top: 1px solid #fff;
  padding: 9px 10px 1px 20px;
}

/* ramona */
#chat-box-body .ramona {
  text-align: center;
}

#chat-box-body .ramona .ramona-photo {
  background: url("../images/layout/bg_ramona_photo.png") 0 0 no-repeat;
  margin: 0 auto 3px;
  width: 398px;
  height: 298px;
  padding: 5px;
}

#chat-box-body .ramona .ramona-photo img {
  display: block;
}

#chat-box-body .ramona .said {
  padding: 0 0 2px 3px;
}

#chat-box-body .ramona .said .said-photo {
  background: url("../images/layout/bg_ramona_said_photo.png") 0 0 no-repeat;
  float: left;
  width: 54px;
  height: 54px;
  padding: 7px 8px 8px 7px;
}

#chat-box-body .ramona .said .said-body {
  background: url("../images/layout/bg_ramona_said-body_b.gif") 0 100% no-repeat;
  float: left;
  width: 333px;
  text-align: left;
}

#chat-box-body .ramona .ramona-said .said-body {
  background: url("../images/layout/bg_ramona_said-body_b_2.gif") 0 100% no-repeat;
}

#chat-box-body .ramona .said .said-body dl {
  background: url("../images/layout/bg_ramona_said-body_t.gif") 0 0 no-repeat;
  padding: 5px 22px 5px 35px;
}

#chat-box-body .ramona .ramona-said .said-body dl {
  background: url("../images/layout/bg_ramona_said-body_t_2.gif") 0 0 no-repeat;
  padding: 5px 35px 5px 22px;
}

#chat-box-body .ramona .said .said-body dl dt {
  color: #739aaa;
  font-size: 10px;
}

#chat-box-body .ramona .said .said-body dl dd {
  color: #e47c2a;
  font:
    normal 12px Georgia,
    Arial,
    sans-serif;
  font-style: italic;
  margin: 0 0 10px;
}

#chat-box-body .ramona .ramona-said .said-body dl dd {
  color: #292929;
}

/* start-over */
#chat-box-body .start-over h4 {
  color: #212121;
  font:
    normal 12px Georgia,
    Arial,
    sans-serif;
  margin: 0 0 15px;
}

#chat-box-body .start-over a {
  color: #5288cb;
}

#chat-box-body .start-over ul {
  font-size: 10px;
  float: left;
  width: 55%;
  margin: 0 0 13px;
}

#chat-box-body .start-over ul.st-c-2 {
  float: right;
  width: 40%;
}

#chat-box-body .start-over ul li {
  background: url("../images/layout/icon_arrow_7.png") 2px 4px no-repeat;
  color: #9a9a9a;
  line-height: 1.2em;
  padding: 0 0 0 12px;
}

/* try */
#chat-box-body .try {
  padding: 2px 0 0;
}

#chat-box-body .try h4 {
  background: url("../images/layout/bg_ramona_tray.png") 60px 11px no-repeat;
  color: #8b8961;
  font:
    bold 24px Georgia,
    Arial,
    sans-serif;
  height: 53px;
  width: 106px;
  float: left;
  padding: 34px 0 0;
  text-transform: uppercase;
}

#chat-box-body .try ul {
  margin: 0 0 4px 106px;
}

#chat-box-body .try ul li {
  color: #8a8861;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.02em;
  padding: 0 0 5px;
}

/* dialogue-history */
#chat-box-body .dialogue-history h4 {
  color: #797979;
  font:
    bold 14px Georgia,
    Arial,
    sans-serif;
  margin: 0 0 8px;
}

#chat-box-body .history-box {
  background: #fff;
  border: 1px solid #ededed;
  border-left-color: #c5c3c3;
  border-top-color: #c5c3c3;
  color: #797979;
  height: 81px;
  padding: 8px 14px;
  margin: 0 0 9px;
  overflow: auto;
}

#chat-box-body .history-box p {
  color: #e47c2a;
  font:
    normal 12px Georgia,
    Arial,
    sans-serif;
  line-height: 1.75em;
}

#chat-box-body .history-box p.Ramona,
#chat-box-body .history-box p.Ramona {
  color: #212121;
}

#chat-box-body .history-box p span.label {
  font-weight: bold;
}

/* how-to-change */
#chat-box-body .how-to-change {
  color: #8b8961;
}

#chat-box-body .how-to-change h4 {
  background: url("../images/layout/icon_help.png") 0 2px no-repeat;
  font:
    bold 14px Georgia,
    Arial,
    sans-serif;
  padding: 0 0 0 24px;
}

#chat-box-body .how-to-change h6 {
  font-size: 11px;
  margin: 0 0 11px 24px;
}

#chat-box-body .how-to-change ul {
  padding: 0 0 3px;
}

#chat-box-body .how-to-change ul li {
  background: url("../images/layout/dot_1.png") 28px 6px no-repeat;
  font-size: 11px;
  margin: 0 0 6px;
  padding: 0 0 0 44px;
}

#chat-box-body .how-to-change p {
  font-size: 11px;
  padding: 0 0 9px;
}

/* previous-versions */
#chat-box-body .previous-versions h4 {
  color: #797979;
  font:
    bold 14px Georgia,
    Arial,
    sans-serif;
  margin: 0 0 8px;
}

#chat-box-body .previous-versions dl {
  float: left;
  width: 127px;
  margin: 0 1px 0 0;
}

#chat-box-body .previous-versions dl.v3 {
  margin: 0;
}

#chat-box-body .previous-versions dl dt {
  background: url("../images/layout/bg_ramona_previous-versions.png") 0 0 no-repeat;
  height: 125px;
  padding: 5px 0 0 5px;
}

#chat-box-body .previous-versions dl dt img {
  display: block;
}

#chat-box-body .previous-versions dl dd {
  font-size: 10px;
  padding: 0 0 6px 8px;
}

#chat-box-body .previous-versions dl dd a {
  color: #5288cb;
  text-decoration: none;
}

#chat-box-body .previous-versions dl dd a:hover {
  text-decoration: underline;
}

/****************************************************************
	feeds
****************************************************************/
.page-id-1155 .post {
  background: none;
  padding: 0;
}

.page-id-1155 .post-header {
  margin-bottom: 14px;
}

.page-id-1155 .post-body ul {
  margin-bottom: 8px;
}

.page-id-1155 .post-body ul li {
  background: none;
  padding: 0;
  margin: 0 0 4px;
  width: 159px;
}

.page-id-1155 .post-body ul li a {
  background: url("../images/layout/bg_feeds_lnk_b.gif") 0 100% no-repeat;
  color: #4b4b4b;
  display: block;
  font:
    bold 12px Arial,
    sans-serif;
  font-size: 12px;
  padding: 0 0 7px;
}

.page-id-1155 .post-body ul li a span {
  background: url("../images/layout/bg_feeds_lnk_t.gif") 0 0 no-repeat;
  display: block;
  padding: 5px 0 0;
}

.page-id-1155 .post-body ul li a span em {
  background: url("../images/layout/icon_rss.png") 8px 5px no-repeat;
  font-style: normal;
  display: block;
  padding: 7px 0 4px 36px;
}

.page-id-1155 .post-body ul li a:hover {
  background: url("../images/layout/bg_feeds_lnk_b.gif") -259px 100% no-repeat;
  color: #5c5b5b;
  text-decoration: none;
}

.page-id-1155 .post-body ul li a:hover span {
  background: url("../images/layout/bg_feeds_lnk_t.gif") -259px 0 no-repeat;
}

/****************************************************************
	advanced-search
****************************************************************/
.advanced-search .post {
  background: none;
  padding: 0 0 50px;
}

.advanced-search .post-header {
  margin-bottom: 27px;
}

.advanced-search .post-body {
  text-align: center;
}

.advanced-search-box {
  background: #f8f8f8;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px 41px 36px 32px;
  text-align: left;
  width: 641px;
}

.advanced-search-box form {
  margin: 0;
}

.advanced-search-box legend {
  color: #6d6d6d;
  font-size: 16px;
}

.advanced-search-box fieldset:last-child,
.advanced-search-box .row:last-child {
  padding-bottom: 0;
}

#root .advanced-search-box .checkbox-wrapper li {
  list-style-image: none !important;
  text-transform: lowercase;
}

.advanced-search-box .checkbox-wrapper li:before {
  display: none;
}

.advanced-search-box+.submit-row {
  background: #f2f7f8;
  box-sizing: border-box;
  margin: 15px auto 0;
  padding: 15px;
  width: 641px;
}

.advanced-search-box .control {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.advanced-search-box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.advanced-search-box .control_indicator {
  background: #fff;
  border: 1px solid #c5c3c3;
  border-radius: 0px;
  flex-shrink: 0;
  height: 15px;
  position: relative;
  width: 15px;
}

.advanced-search-box .control:hover input~.control_indicator,
.advanced-search-box .control input:focus~.control_indicator {
  background: #fff;
}

.advanced-search-box .control:hover input:not([disabled]):checked~.control_indicator,
.advanced-search-box .control input:checked:focus~.control_indicator {
  background: #f2f7f8;
}

.advanced-search-box .control input:disabled~.control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.advanced-search-box .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.advanced-search-box .control input:checked~.control_indicator:after {
  display: block;
}

.advanced-search-box .control-checkbox .control_indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #919191;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.advanced-search-box .control-checkbox input:disabled~.control_indicator:after {
  border-color: #7b7b7b;
}

.advanced-search-box .control-checkbox .control_indicator::before {
  content: "";
  display: block;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.969rem;
  height: 2.969rem;
  margin-left: -1rem;
  margin-top: -1rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.3;
  z-index: 99999;
  transform: scale(0);
}

@keyframes s-ripple {
  0% {
    transform: scale(0);
  }

  20% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }

  30% {
    transform: scale(1);
  }

  60% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.advanced-search-box ul.checkbox-wrapper {
  display: grid;
  column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

#root .advanced-search-box ul.checkbox-wrapper li {
  float: none;
  padding: 1px 0;
  position: static;
  width: auto;
}

/****************************************************************
	sitemap
****************************************************************/
.page-id-660 .post {
  background: none;
  padding: 0;
}

.page-id-660 .post-header {
  margin-bottom: 21px;
}

.page-id-660 .post-body ul {
  padding: 0 0 0 37px;
  float: left;
  width: 268px;
}

.page-id-660 .post-body ul li {
  background: url("../images/layout/icon_arrow_1.png") 0 4px no-repeat;
  padding: 0 0 0 17px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.04em;
  margin: 0 0 8px;
}

.page-id-660 .post-body ul li a {
  color: #474712;
  text-decoration: none;
}

.page-id-660 .post-body ul li a:hover {
  text-decoration: underline;
}

.page-id-660 .post-body ul li ul {
  padding: 0;
  float: none;
  width: auto;
  margin: 8px 0 0;
}

.page-id-660 .post-body ul li ul li {
  background: url("../images/layout/dot_2.gif") 0 7px no-repeat;
  font-weight: normal;
  padding: 0 0 0 18px;
}

.page-id-660 .post-body ul li ul li a {
  color: #87876a;
}

/****************************************************************
	Register
****************************************************************/

.page-template-page_profile-php,
.page-template-page_forums_login-php {
  background: none;
  padding: 0 0 50px;
}

.page-template-page_register-php .post-header {
  margin-bottom: 20px;
}

.page-template-page_profile-php .post-header,
.page-template-page_forums_login-php .post-header {
  margin-bottom: 27px;
}

.page-template-page_register-php .subscription-box,
.page-template-page_lostpassword-php .subscription-box,
.page-template-page_profile-php .subscription-box,
.page-template-page_forums_login-php .subscription-box {
  background: url("../images/layout/bg_subscription-box_b.gif") 0 100% no-repeat;
  margin: 0 auto;
  width: 505px;
}

.page-template-page_register-php .subscription-box {
  float: left;
}

.subscription-box small {
  clear: left;
  color: #888;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  padding: 2px 0 0;
}

.subscription-box a {
  color: #e39e39;
  font-weight: bold;
}

.page-template-page_register-php .subscription-box form,
.page-template-page_lostpassword-php .subscription-box form,
.page-template-page_forums_login-php .subscription-box form,
.page-template-page_profile-php .subscription-box form {
  background: #f8f8f8;
  padding: 24px 32px 36px 32px;
  position: relative;
}

.page-template-page_register-php p.see-sample {
  border-bottom: 1px dotted #bbbbbb;
  padding-bottom: 30px;
  width: 100%;
}

.subscription-box p.close {
  font-size: 11px;
  margin: 5px 0 0 !important;
  text-align: right;
}

.page-template-page_register-php p.forums {
  background: url("../images/layout/icon_pencil.png") 10px 3px no-repeat;
  padding: 0 0 30px 60px;
  border-bottom: 1px dotted #bbbbbb;
}

.page-template-page_register-php p.comments {
  background: url("../images/layout/icon_bubble.png") 7px 0 no-repeat;
  padding: 0 0 30px 60px;
}

.subscription-warning {
  background: url("../images/layout/icon_about_big.png") 0 3px no-repeat;
  margin: 20px 0 0;
  min-height: 50px;
  padding: 0 0 0 50px;
}

.page-template-page_register-php .subscription-warning p {
  margin: 0;
}

#subscription-warning-full div {
  border-top: 1px dotted #bbbbbb;
  display: none;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

#subscription-warning-full ul {
  margin: 0;
}

#subscription-warning-full p {
  margin: 0 0 5px;
}

/****************************************************************
	Next Gen Gallery
****************************************************************/

.ngg-galleryoverview {
  padding: 0 0 20px 30px;
}

.ngg-gallery-thumbnail-box {
  background: none;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0 20px 20px 0;
  min-height: 140px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 120px;
  *display: inline;
  _height: 140px;
  zoom: 1;
}

.ngg-gallery-thumbnail-box a {
  display: block;
  margin: 0 auto;
}

.ngg-gallery-thumbnail>span {
  color: #212121;
  display: block;
  font-style: italic;
  font-size: 10px;
  margin: 0 0 7px !important;
  padding: 5px 2px 0;
  text-align: left;
}

.ngg-gallery-thumbnail-box a span.zoom {
  display: block;
  background: url("../images/layout/icon_magnifier_2.png") -1000px 0 no-repeat;
  margin: 0 auto;
  position: absolute;
  height: 140px;
  width: 170px;
  z-index: 1000;
}

.ngg-gallery-thumbnail-box a:hover span.zoom {
  background-position: 50% 50%;
}

.ngg-gallery-thumbnail-box a img {
  display: block;
}

.post-body .slideshow {
  margin: 15px 0;
  text-align: center;
}

/****************************************************************
	kurzweil-bio
****************************************************************/
.page-id-77875 .post {
  padding-bottom: 7px;
}

.page-id-77875 .post.last {
  padding-bottom: 0;
}

.page-id-77875 .post-header {
  margin-bottom: 20px;
}

.page-id-77875 .post-body ul.further-reading {
  margin: 0 0 15px;
  padding: 0;
}

.page-id-77875 .post-body ul.further-reading li {
  background: url("../images/layout/dot_6.png") 10px 7px no-repeat;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 0 27px;
  margin: 0 0 10px;
}

/****************************************************************
	kurzweil-cv
****************************************************************/
.page-id-77931 .post {
  padding-bottom: 7px;
}

.page-id-77931 .post.last {
  padding-bottom: 0;
}

.page-id-77931 .post-header {
  margin-bottom: 20px;
}

.page-id-77931 .post-body .box {
  background: url("../images/layout/bg_post.gif") 0 100% repeat-x;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.page-id-77931 .post-body .box.last {
  background: none;
  padding: 0;
}

.page-id-77931 .post-body .box h4 {
  margin: 0 0 10px;
}

.page-id-77931 .post-body .box p {
  margin: 0 0 15px 30px;
}

.page-id-77931 .post-body .box address {
  display: block;
  margin: 0 0 15px 30px;
}

.page-id-77931 .post-body .box dl {
  padding: 0 0 15px 30px;
}

.page-id-77931 .post-body .box dl dt {
  float: left;
  width: 70px;
  text-align: left;
  color: #a5a5a5;
  font-size: 11px;
}

.page-id-77931 .post-body .box dl dd {
  margin: 0 0 0 70px;
}

.page-id-77931 .post-body .box.companies dl {
  padding: 0 0 20px 30px;
}

.page-id-77931 .post-body .box.companies dl dt {
  float: none;
  width: auto;
  text-align: left;
  color: #212121;
  font-family: Georgia, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url("../images/layout/dot_2.gif") 0 9px no-repeat;
  padding: 0 0 0 18px;
}

.page-id-77931 .post-body .box.companies dl dt span {
  font-weight: normal;
}

.page-id-77931 .post-body .box.companies dl dd {
  margin: 0 0 0 48px;
}

.page-id-77931 .post-body .box.patents dl dt {
  float: none;
  width: auto;
  text-align: left;
  color: #212121;
  font-family: Georgia, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url("../images/layout/dot_2.gif") 0 9px no-repeat;
  padding: 0 0 0 18px;
}

.page-id-77931 .post-body .box.patents dl dd {
  margin: 0 0 0 18px;
}

.page-id-77931 .post-body .box ul li p,
.page-id-77931 .post-body .box dl dd p,
.page-id-77931 .post-body .box dl dd ul li,
.page-id-77931 .post-body .box ul li ul li {
  color: #454545;
  font-size: 11px;
  line-height: 1.5em;
  margin-left: 0;
}

.page-id-77931 .post-body .box dl dd ul,
.page-id-77931 .post-body .box ul ul {
  margin-left: 15px;
}

.page-id-77931 .post-body .box dl dd ul li,
.page-id-77931 .post-body .box ul li ul li {
  background: url("../images/layout/dot_6.png") 10px 5px no-repeat;
  margin-bottom: 10px;
}

.page-id-77931 .post-body .box ul li ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/****************************************************************
	public-speaking
****************************************************************/
.page-id-77908 .post {
  padding-bottom: 7px;
}

.page-id-77908 .post.last {
  padding-bottom: 0;
}

.page-id-77908 .post-header {
  margin-bottom: 20px;
}

.page-id-77908 .post-body ul.public-speaking-gallery {
  padding: 15px 0 10px 80px;
  margin: 0;
}

.page-id-77908 .post-body ul.public-speaking-gallery li {
  background: none;
  margin: 0;
  padding: 0;
  float: left;
  height: 140px;
  width: 170px;
  text-align: center;
}

#content .page-id-77908 .post-body ul li.public-speaking-gallery a {
  display: block;
  margin: 0 auto;
}

.page-id-77908 .post-body .box {
  background: url("../images/layout/bg_post.gif") 0 0 repeat-x;
  margin: 0 0 15px;
  padding: 15px 0 0;
}

.page-id-77908 .post-body .box.last {
  background: none;
  padding: 0;
}

.page-id-77908 .post-body .box h4 {
  margin: 0 0 20px;
}

.page-id-77908 .post-body .box p {
  color: #454545;
  font-size: 11px;
  margin: 0 0 10px 30px;
}

.page-id-77908 .post-body .box address {
  display: block;
  margin: 0 0 15px 30px;
}

.page-id-77908 .address-box .c-1 {
  float: left;
  width: 50%;
}

.page-id-77908 .address-box .c-2 {
  float: right;
  width: 45%;
}

/****************************************************************
	speaking-engagements
****************************************************************/
.page-id-77920 .post {
  padding-bottom: 7px;
}

.page-id-77920 .post.last {
  padding-bottom: 0;
}

.page-id-77920 .post-header {
  margin-bottom: 20px;
}

.page-id-77920 .post-body .box {
  background: url("../images/layout/bg_post.gif") 0 100% repeat-x;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.page-id-77920 .post-body .box.last {
  background: none;
  padding: 0;
}

.page-id-77920 .post-body .box.highlighted {
  background: #f8f8f1 !important;
  border-bottom: 1px solid #d8d8d2;
  border-top: 1px solid #d8d8d2;
  margin: 0 0 20px 2px;
  padding: 0 9px 9px !important;
}

.page-id-77920 .post-body .box h4 {
  margin: 0 0 20px;
}

.page-id-77920 .post-body .box.highlighted h4 {}

.page-id-77920 .post-body .box.highlighted h4 span {
  border: 1px dotted #cccc9a;
  border-top: none;
  color: #6d6d32;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 12px;
  text-transform: uppercase;
  float: left;
}

.page-id-77920 .post-body .box.highlighted ul li {
  margin: 0 0 3px;
}

.page-id-77920 .post-body .box.highlighted a {
  color: #666;
}

.page-id-77920 .post-body .box blockquote p {
  margin: 0;
}

.page-id-77920 .post-body .box p.author {
  color: #454545;
  font-size: 11px;
  line-height: 1.5em;
}

.page-id-77920 .post-body ul.video-box {
  margin: 0;
  padding: 0 0 0 25px;
  text-align: center;
}

.page-id-77920 .post-body ul.video-box li {
  background: none;
  float: left;
  padding: 0 0 20px;
  margin: 0 18px 0 0;
  width: 183px;
}

.page-id-77920 .post-body ul.video-box li .video-box-desc h5 {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 0 5px;
}

.page-id-77920 .post-body ul.video-box li .video-box-desc h6 {
  color: #a5a5a5;
  font-size: 11px;
  line-height: 1.2em;
  margin: 0 0 5px;
}

.page-id-77920 .post-body ul.video-box li .video-box-desc span {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
}

/****************************************************************
	contact
****************************************************************/
.page-id-311 .post-body .contact {
  border: 2px dotted #dcdcdc;
  margin: 10px 0 20px;
  padding: 0 0 10px;
}

.page-id-311 .post-body .contact h4 {
  background: #f8f8f1;
  border-bottom: 2px dotted #dcdcdc;
  font:
    normal 16px Georgia,
    serif;
  margin: 0 0 15px;
  padding: 5px 10px;
}

.page-id-311 .post-body .contact p {
  color: #555;
  margin: 0 20px 5px;
}

/*========================================================
=                   PLYR customization                   =
==========================================================*/

:root {
  --plyr-color-main: #e6e6e6;
  --plyr-video-control-background-hover: #f2f2f2;
  /* --plyr-video-controls-background: linear-gradient(transparent, rgba(0, 0, 0, 0.2)); */
  --plyr-video-controls-background: rgba(0, 0, 0, 0.1);
  --plyr-audio-control-color: #c2c2c2;
}

html .plyr__control--overlaid {
  background: #e6e6e6;
}

/*============  End of PLYR customization  =============*/
