:root {
    --orange: #f0a61d;
    --brown: #a17d05;
    --dkbrown: #7b6003;
    --ltyellow: #fff7b7;
    --yellow: #e6c23a;
}

.clearer {
    clear: both;
}

#linkkidstitle:hover {
    cursor: pointer;
}

#linkchildren h2 {
    font-size: 12pt;
}

* {
    box-sizing: border-box;
}
body, html {
    padding: 0;
    margin: 0;
    background-color: var(--yellow);
}

header {
    background-color: var(--yellow);
    text-align: center;
}

#logosection img {
    max-width: 100%;
    max-width: calc(100% - 80px);
}

#hcall a {
    font-weight: bold;
    text-decoration: none;
    display: block;
}

main {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

nav {
    background-color: var(--dkbrown);
    position: relative;
    z-index: 99999;
}

nav ul ul {
    display: none;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
}
nav > ul {
    width:100%;
    padding: 0;
    margin: 0;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav ul li {
    display: inline-block;
    position: relative;
}
nav ul li:hover {
    background: var(--brown);
}

nav b {
    color: #cf811f;
    display: inline-block;
    font-weight: bold;
    padding-left:5px;
    position: absolute;
    right: -6px;
    top: 11px;
}

nav ul li:hover a {
    color: #ffffff;
}

nav ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

nav ul ul {
    padding: 0;
    top: 100%;
    text-align: left;
}

nav ul ul li {
    float: none;
    position: relative;
    display: block;
}

nav ul ul li a {}

nav ul li.current,
nav ul li:hover {
    color: #ffffff;
    background-color: var(--brown);
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
}

.ar, .arselected {
    position: relative;
}
.ar:after, .arselected::after {
    font-weight: bold;
    position: absolute;
    color: #CF811F;
    right: 0px;
    font-size: 16pt;
    top: 6px;
    pointer-events: none;
}

.ar:after {
    content: "\25B8";
}

.arselected:after {
    content: "\25BE";
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {}

#slideshow {
    width: 450px;
    height: 240px;
}

.content > h1 {
    margin-top: 0;
    margin-bottom: 30px;
}


.sitemapentry {
    border-top: 1px solid #000000;
    margin: 20px auto;
}
.sitemapentry h1 {
    margin-bottom: 0;
}

.sitemapentry h1 a {
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
}
.sitemapentry h1 a:hover {
    text-decoration: underline;
}

.sitemapentry h2 {
    font-size: 10pt !important;
    font-weight: normal;
    margin: 0;
    text-indent: 20px;
    position: relative;
}
.sitemapentry h2:before {
    position: absolute;
    left: -20px;
    top: -1px;
    color: #225c87;
    content: "\21AA";
}

.sitemapentry h3 {
    font-size: 10pt;
    font-weight: normal;
    margin-top: 10px !important;
    margin: 0;
}

.errors {
    color: red;
    border: 1px solid red;
}

.important {
    display: none !important;
}


#contactform table {
    width: 100%;
    border: 1px solid var(--bodytext);
    padding: 20px;
    background-color: #ececec;
    color: #000000;
}
#contactform h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}

#contactform table textarea,
#contactform table input {
    width: 100%;
    padding: 5px;
    font-size: 16px;
}

#contactform table textarea {
    height: 200px;
}

#contactmap {
    width: 100%;
    height: 300px;
}

footer {
    text-align: center;
    background-color: var(--yellow);
    padding: 20px;
}

footer ._1drp _5lv6[style] {
    width: 300px !important;
}


footer iframe {
    background-color: var(--yellow);
}

#linkchildren,
#linksiblings{
    background-color: #e5d6b3;
    padding: 4px;
    margin-top: 1em;
    width: 200px;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

#linkchildren h1,
#linksiblings h1{
    color: #2a2c79;
    margin: 0;
    margin-bottom: 4px;
    font: 12pt sans-serif;
    font-style: italic;
    font-weight: bold;
    border-bottom: none;
}

.linksibsbody{
    background-color: #f1e9d5;
    padding: 4px;
    position: relative; 
}

.linksibsbody h1{
    color: #2a2c79;
    margin: 0;
    margin-bottom: 4px;
    font: 12pt sans-serif;
    font-style: italic;
    font-weight: bold;
    border-bottom: none;
}

.linksibsbody h2{
    color: #313258;
    margin: 0;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font: 10pt sans-serif;
    font-style: italic;
    font-weight: bold;
    border-bottom: 2px #e1a51b solid;
}

.linksibsbody h2:first-child {
    margin-top: 0;
}

.linksibsbody p {
    margin-top: 0.5em;
    margin-bottom: 1.0em;
}

.linksibsbody li {
    margin-bottom: 0.5em;
}

a {
    color: #b03e00;
}

main {
    text-align: left;
    font: 12pt Georgia, serif;
}

main  > div {
    vertical-align:top;
    display: inline-block;
}

#linksiblings [class^="uses-"] {
    border: 10px solid blue;
}

#news,
#faq,
#about,
#uses,
#reviews,
#testimonials {
    font: 11pt Georgia, serif;
}

.contentlinkcategory h2,
#testimonials h2 {
    font-size: 14pt;
    margin-top: 30px;
    w
    border-bottom: 2px #e1a51b solid;
}

.contentlinkcategory .description a {
    border-bottom: none !important;
    font: 11pt Georgia, serif !important;
}

.contentlinkcategory .description {
    font-size: 11pt Georgia, serif;
    margin-top: 8px;
}

.images img {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

#news h2 {
    font-size: 14pt;
    border-bottom: 2px #e1a51b solid;
}

#uses h1,
#about h1 {
    border-bottom: 2px #e1a51b solid;
}
#faq h3 {
    font-size: 14pt;
    margin-top: 40px;
    border-bottom: 2px #e1a51b solid;
}

.contentlinkcategory {
    margin-left: 50px;
    margin-bottom: 2px;
}

#home h1,
#home h2 {
    border-bottom: 2px #e1a51b solid;
}

#home h2 {
    margin-top: 50px;
}

#reviews h1 {
    margin-bottom: 8px;
    margin-left: -8px;
}

div.contentlinkcategory {
    width: 92.5%;
}

.plus {
    font-size: 16pt;
    font: Georgia, serif;
    font-weight: bold;
}

#testimonialphotos > div {
    border: 1px #666666 solid;
}
#testimonialphotos > div .photo {
    width: 100%;
    max-width: 300px;
    margin: 1em;
    text-align: center;
}
#testimonialphotos > div .photo img {
    width: 100%;
}
