/*
div.card-body
{
  border:1px solid rgba(233,179,54,1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);  
}
*/
:root{
  --main-color: rgba(23, 14, 8, 1);
  --accent-color: rgba(233,179,54,1);
  --heading-background-color: rgba(100,80,60,1);
}

div.platform-version
{
  font-size: 8pt;
}

div.sidebar-right
{
  color: white;
  background: var(--main-color);
  border:1px solid lightgray;
}

.logout-button > button
{
  height:24px !important;
  font-size: 9pt !important;
  padding: 2px 8px 2px 8px !important;
  color: white !important;
  border: 1px solid white !important;
}

.login-greeting
{
  font-size: 10pt;
}

div.any_script:not(div.com-content-article__body > div.any_script){
  position: absolute;
  background: transparent;
  color: black;
  z-index: 10;
  background-color: transparent;
  border: none;
  width: 1324px;
}

.container-header .grid-child
{
  padding: 0;
  margin: 0;
  background-image: url("../../../../../images/freedom_ring.png");
  width: 1330px !important;
}

a.brand-logo > img
{
  height: 150px !important;
  width: 127px !important;
  padding-top: 0px !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 1000 !important;
}

div.navbar-brand
{ 
  margin-top: 0px;
  margin-left: 10px;
  height: 160px !important;
}

figure.left.item-image
{
  margin-right:10px;
}
figcaption.caption
{
  font-size: 9pt;
  text-align: center;
  color: black;
  font-weight: bold;
}

/*
*  General Site CSS Styles
*/

/*
*  Scroll bar styling
*/
/* Works on Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(233,179,54, 1) rgba(233,179,54,.2);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: rgba(233,179,54,.2);;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(233,179,54, 1);;
  border-radius: 20px;
  border: 3px solid rgba(233,179,54,.2);
}

body{
  overflow-x:hidden;
}

div.sidebar-right > h3
{
  font-size: 14pt;
}

.prev-notes
{
	position: relative;  
}

.prev-notes::before
{
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0px;
  margin-right: 27px;
  background: rgba(255, 255, 255, 0.4);
}

/*
*  Disable front-end editing
*/

.site-description
{
  font-size: 19pt !important;
  width: 1324px;
  position: absolute;
  left: 180px;
  bottom: 4px;
}

a.jmodedit
{
  display:none !important;
}

a[aria-describedby*="editarticle"]{
  display:none;
}

div.logout-button
{
  margin-top:8px !important;
}

/* 
*  Replace 'Name' with 'Name (First and last name only. Please, no punctuations, salutations [Ms, Dr, Rev, etc.], Initials, or Suffixes [Jr, II, etc.]'
*/
label#jform_name-lbl
{
  visibility: hidden;
  position: relative;
}

label#jform_name-lbl:after
{
  visibility:visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  content: " Name (First and last only. No initials, Ms, Dr, Rev, Jr, II, etc.) *";
}

/* 
*  Replace 'Password' with 'Password (new password for this site)'
*/
label#jform_password1-lbl
{
  visibility: hidden;
  position: relative;
}

label#jform_password1-lbl:after
{
  visibility:visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  content: " Password (new for this site) *"
}

/* 
*  Replace 'Email Address' with 'Work Email Address (must end with @harpercollins\.com)'
*/
label#jform_email1-lbl
{
  visibility: hidden;
  position: relative;
}

label#jform_email1-lbl:after
{
  visibility:visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  content: " Work Email (must end with @harpercollins.com) *"
}

/* 
*  Replace 'Phone' with 'Work Phone'
*/
label#jform_profile_phone-lbl
{
  visibility: hidden;
  position: relative;
}

label#jform_profile_phone-lbl:after
{
  visibility:visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  content: " Work Phone (nnn-nnn-nnnn) *"
}

/* 
*  Move 'Work Phone' up and remove 'User Profile' from user registration form 
*/

form#member-registration > fieldset:nth-child(2){
  margin-top: -66px !important;
}
form#member-registration > fieldset:nth-child(2) > legend{
  visibility: hidden !important;
}

/*
* Remove "New Article" button
*/
.com-content-category__table + a
{
  display: none;
}

:root {
  --cassiopeia-color-primary: white;
  --cassiopeia-color-hover: black;
  --primary: white;
  --secondary: white;
  --body-bg: white;
  --gradient: white;
  --template-special-color: white;
  --bluegray: white;
}

header,
body{
  margin: 0 auto;
  width: 1324px;
  background: var(--main-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

div.grid-child{
  color: white;
  background-color: transparent;
  max-width: 1324px !important;  
}

.site-grid
{
  background: var(--main-color) !important;
}

.container-header .site-description {
    color: black;
    font-size: 16pt;
  	font-weight: bold;
    white-space: normal;
}

.items-container {
width: 100%;
display: table;
}

.items {
text-align:center;
margin:50px auto;
width: 100%;
}

.items figure {
margin:-10px 30px 40px 30px;
display:inline-block;
text-decoration:none;
color:black;
vertical-align: top;
cursor: pointer;
}

.items .caption {
font-size: 13px;
width: 100px;
color: black;
}

.container-header
{
  background-color: white;
  background-image: none;
}

div.container-below-top{
  position:relative;
  width: 1300px;
}

p.single-line
{
  padding: 0 !important;
  margin: 0 !important;
}

.container-below-top
{
  transform: translateY(-30px);
}

/*
.input-group,
.form-control
{
  border: 1px solid #DFB336;
}
*/

.card-header {
  background-color: var(--heading-background-color);
}

.input-group-text,
nav.mod-breadcrumbs__wrapper{
  background-color: rgba(233,179,54,.4);
}

.btn
{
  border-color: white;
  background-color: rgba(233,179,54,.5);
  color:black;
}

[type=submit],
[type=reset]
{
  width: inherit;
  margin: auto;
}

.btn:hover
{
  background-color: rgba(233,179,54,.2);
  color:darkgray;
}

[type=submit]
{
    position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

div.main-top > div.card-body{
  display: none;
}

div.main-top{
  border: none;
}

div.item-pagefrontpage{
  margin-top: -40px;
}

p.frontpage-text{
  font-size: 13pt;
}

figure.left > img{
  width: 100%;
  border: 1px solid black;
}

.circle {
	position:relative;
  height: 150px;
  width: 150px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.stat {
	font-size: 55pt;
    color: white;
    font-weight: bold;
      margin: 0;
      position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: sans-serif;
}

.continue-popup
{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 175px;
    text-align: center;
    background-color: #e8eae6;
    opacity: 1.0;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
}

.continue-popup-heading {
    font-size: 18px;
    font-weight: bold;
}

.continue-popup-text {
    font-size: 10pt;
    font-weight: normal;
}


.continue-btn {
    margin-top: 20px;
    font-size: 10pt;
    width: 70px;
    height: 28px;
    color: black;
    font-weight: bold;
}

.continue-btn:hover {
    background-color: rgba(233, 179, 54, .5);
    font-weight: normal;
}

.continue-close-btn {
    position: absolute;
    font-size: 14pt;
    right: 8px;
    top: -4px;
    color: black;
    cursor: pointer;
}

.continue-close-btn:hover {
    font-weight: bold;
}

/*
* DOCman CSS Styles
*/
span.detail-label,
a.btn-mini,
span.label.label-success,
a.docman-deletable,
a.btn.btn-default.btn-small,
.k-js-toolbar
{
  display: none !important;
}


td.k-no-wrap
{
  display: none !important;
}

/*
*  Convert Form CSS
*/
.cf-form-wrap{
	padding-top: 0px !important;  
	margin-top: 0px !important;  
}

.pub-error{
  width: 300px;
}
.pub-error-footer{
  text-align: center;
  padding: 4px;
  background-color: rgba(253, 175, 23, .50) !important;
}
.pub-error-header{
  background-color: rgba(253, 175, 23, 1.0);
  padding: 4px;
  height: 30px;
}
.pub-error-btn{
  background-color: rgba(253, 175, 23, .50) !important;
  border: transparent;
}

input#form2_Debug{
	height: 50px !important;  
  	min-height: 50px !important;
}

.cf-text-center
{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

div.cf
{
  text-align: left;
  margin: auto;
}

div.cf-control-label{
  text-align: left;
}

div.tox-statusbar__resize-handle
{
visibility: hidden;
}

div.editor-500 > div.cf-control-input > div.js-editor-tinymce > div.tox-tinymce
{
height: 558px !important;
}

div.editor-300 > div.cf-control-input > div.js-editor-tinymce > div.tox-tinymce
{
height: 358px !important;
}

div.editor-250 > div.cf-control-input > div.js-editor-tinymce > div.tox-tinymce
{
height: 308px !important;
}

div.editor-150 > div.cf-control-input > div.js-editor-tinymce > div.tox-tinymce
{
height: 208px !important;
}

div.cf-response{
  text-align: left !important;
}

/*
* jquery-confirm CSS
*/
.jconfirm-box
{
  background: rgba(233,179,54,.9) !important;
  width:450px !important;
}

.dialog-body
{
  width: 500px;
  background-color: white;
  margin:-8px;
}
.btn-default
{
  background: rgba(233,179,54,1) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 3px 10px 0 rgba(0, 0, 0, 0.38) !important;
}

.video
{
  margin: 0 auto !important;
  width: 964px !important;
  position: relative;
  top: -60px;
}

/*
*
* SPINNER CSS
*/
@keyframes ldio-z5u4lmwfqy {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-z5u4lmwfqy div {
    left: 47px;
    top: 29px;
    position: absolute;
    animation: ldio-z5u4lmwfqy linear 1.075268817204301s infinite;
    background: #000000;
    width: 6px;
    height: 6px;
    border-radius: 3px / 3px;
    transform-origin: 3px 21px;
}

.ldio-z5u4lmwfqy div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9677419354838709s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(2) {
    transform: rotate(36deg);
    animation-delay: -0.8602150537634408s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(3) {
    transform: rotate(72deg);
    animation-delay: -0.7526881720430108s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(4) {
    transform: rotate(108deg);
    animation-delay: -0.6451612903225806s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(5) {
    transform: rotate(144deg);
    animation-delay: -0.5376344086021505s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(6) {
    transform: rotate(180deg);
    animation-delay: -0.4301075268817204s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(7) {
    transform: rotate(216deg);
    animation-delay: -0.3225806451612903s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(8) {
    transform: rotate(252deg);
    animation-delay: -0.2150537634408602s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(9) {
    transform: rotate(288deg);
    animation-delay: -0.1075268817204301s;
    background: #000000;
}

.ldio-z5u4lmwfqy div:nth-child(10) {
    transform: rotate(324deg);
    animation-delay: 0s;
    background: #000000;
}

.loadingio-spinner-spinner-ddsamezpu7p {
    width: 75px;
    height: 75px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-z5u4lmwfqy {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.75);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-z5u4lmwfqy div {
    box-sizing: content-box;
}

div.waiting-text,
div.spinner-search,
div.spinner-request,
div.spinner-proposal {
    display: flex;
    justify-content: center;
}

div.waiting-text {
    font-size: 11pt;
    margin-top: -20px;
}

span.mod-menu__heading.nav-header
{
  font-weight: bold;
  color: white !important;
  text-transform: uppercase
}

li.item-101,
li.item-118,
li.item-140,
li.item-146,
li.item-124
{
  font-weight: bold;
  color:  white !important;
  text-transform: uppercase
}

.mod-list li a{
  color: white !important;
}

.breadcrumb-item{
  color: white !important;
}

.pathway
{
  color: white !important;
  font-weight: bold;
}

.mod-breadcrumbs{
  color: white !important;
}

.com-users-login__options a{
  background: var(--main-color) !important;
  color: white !important;
}

#search-results{
  background: white;
  color: black;
  padding: 10px;
}

.result__title-url{
  color: darkgreen;
}

.result__title-link:hover,
.result__title-link:visited,
.result__title-link{
  font-weight: bold !important;
  text-decoration: none !important;
}

.form-search .btn-primary{
  display: none !important;
}

.junior_bouncing{
  height: 64px;
}

.hovering_img
{
  z-index: 200;
  position: absolute;
  left: 4px;
  top: 304px;
}

.smart-chat-video{
  margin-top: 50px !important;
}