body {
    overflow-x: hidden;

}
.HealingRootsLogo {
    max-height:170px;
}

@media (min-width: 1025px) {
    .mainContainer {
        background-image: url("/public/images/healing-roots-colors-1700x2271.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media (max-width: 1024px) {
    .mainContainer {
        background-image: url("/public/images/healing-roots-colors-700x935.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: initial;
    }
}
@media (max-width: 700px) {
    .mainContainer {
       background-image: url("/public/images/healing-roots-colors-250x334.jpg");
       background-position: center;
       background-repeat: no-repeat;
       background-size: initial;
   }      
}

.treeItem {

}
.treeItemMain {
    
}
.bodyItem {
    left:20px;
}
.beingItem {
    right:20px;
}

.link {
    cursor: pointer;
}
.white {
	color: white;
}
.blue {
    color:blue;
}
.lightblue {
    color:#5bc0de;
}
.green {
    color: green;
}
.red {
    color:red;
}
.black {
    color:black;
}
.white {
    color:white;
}
.bluegray {
    color:#B8D5DB;
}
.linkblue {
    color:#337ab7;
}

#chartTHead > tr > th {
    cursor:pointer;
}
#chartTBody > tr > td:first-child {
    cursor: pointer;
}
.topHome {
    position:absolute;
    top: 10px;
    right: 10px;
}
.nav {
    min-height: 100px;
}

.navLink {
    font-weight: bold;
    font-size: 1.4em;
    color:#798a66;
    font-family: 'Lato', sans-serif;
}
.navLinkLarge {
    font-weight: bold;
    font-size: 3.4em;
    color:#798a66;
    font-family: 'Shadows Into Light', cursive;
    font-weight:bold;
    font-style: italic;
}

.navArrow {
    position: fixed;
    top: 35%;
    right: 10px;
    text-align: center;
    background-color:#EBF5FB;
    border: 1px #EAF2F8 solid;
    border-radius: 10px;
}

.navArrow > .toBottom {
    margin-top: -2px;
    margin-bottom: 0px;
    padding: 0px;
}
.navArrow > .toTop {
    margin-top:-3px;
}
.navBottom {
    margin: 0px;
    padding: 0px;
    color: #798a66;
    background-color: #798a66;
    height:3px;
}

.sectionHeader {
    color:#798a66;
    font-family: 'Lato', sans-serif;
}
.anchorLink {
    color:#798a66;
    font-family: 'Lato', sans-serif;
}

.topSearch {
    position:absolute;
    top: 10px;
    left: 10px;
}

.fa-1-4x {
    font-size: 1.4em;
}
.fa-1-5x {
    font-size: 1.5em;
}
.fa-1-6x {
    font-size: 1.6em;
}
.fa-1-7x {
    font-size: 1.7em;
}
.fa-1-8x {
    font-size: 1.8em;
}
.fa-1-9x {
    font-size: 1.9em;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 90%; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 38px; }
#sortable li span { position: absolute; margin-left: -1.3em; }

.modal.modal-small .modal-dialog {
  width: 30%;
}
.modal-small .modal-body {
  overflow-y: auto;
}
.modal.modal-med .modal-dialog {
  width: 60%;
}
.modal-med .modal-body {
  overflow-y: auto;
}
.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.strikethrough {
    text-decoration: line-through;
}

.margin-top-0 {
    margin-top: 0px;
}
.margin-bottom-0 {
    margin-bottom: 0px;
}

.mce-menu {
    position:fixed !important
    z-index: 65537 !important; 
}

.mce-fullscreen {
    z-index: 6000;
}
.froala-editor {
    z-index: 6000 !important;
}
.mceExternalToolbar {
    z-index: 6000 !important;
}
.mce-toc {
    z-index: 6000 !important;
}
.tox-menu {
    z-index: 6000 !important;
}
.tox-silver-sink {
    z-index: 6000 !important;
}
.bold {
    font-weight: bold;
}

.session_icon {
    position: fixed;
    top:50px;
    left:10px;
}