:root {
    --red: #ab3534;
    --gold: #ab8b5d;

    /* Menu Blue: #04a9cb (73% Opacity) */
    --blue: rgba(4, 169, 203, .73);

    --footer-dark-blue: #104873;
    --footer-light-blue-line: #04a9cb;

    --medblue: #145b91;
    --ltblue: #04a9cb;
    --kiblue: #5bb4ce;

    /* (buttons,text, etc) */
    --orange: #f7941d;
    --ltorange: #f7ad1d;

    --green: #8dc63f;
    --ltgreen: #a7ea4c;

    /* (Inside form fill) */
    --ltgray: #c3c2c2;
    /* (Body copy) */
    --dkgray: #707070;
    --footergray: #3e3f40;
    --ltblueborder: #6fdaf9;
}
* {
    box-sizing: border-box;
}
body, html {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--dkgray);
    background-color: #ffffff;
}

header {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: background .5s;
}

#callforappointment a,
#hcall a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}



main {
    margin: 0;
    padding: 0;
}

nav {}

nav ul ul {
    display: none;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--blue);
}

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

nav ul li {
    display: inline-block;
    position: relative;
}


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 ul li a.current,
nav ul ul li a:hover {
    color: #ffffff;
    background-color: #cf811f;
}

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";
}

#slideshow {
    position: relative;
}
#slideshow .slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    position: relative;
}
#slideshow .slide > div {
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
}

#slideshow .slide > div h3,
#slideshow .slide > div h2 {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

#slideshow .slide > div h3 {
    font-weight: normal;
}


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

main h1, main .h1 {
    font-weight: 900;
}
main h3, main .h3 {
    font-weight: 700;
}
main h1, main .h1,
main h3, main .h3 {
    color: var(--kiblue);
    /* color: #194a33; */
    /* color: #5b4366; */
}

main h4, main .h4,
main h4, main .h4 {
    color: var(--footergray);
}

.blueback {
    background-color: var(--medblue);
    border-top: 3px solid var(--ltblue);
    border-bottom: 3px solid var(--ltblue);
    color: #ffffff;
}
.blueback a,
.blueback h1, 
.blueback h2,
.blueback h3,
.blueback h4 {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}
.blueback h5 {
    color: var(--green);
}
.blueback strong {
    color: var(--orange);
}

#integrativemedicine a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.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;
}

.learnmore.ltgreen {
    background-color: var(--green);
    color: #ffffff;
    text-decoration: none;
}
.learnmore.ltgreen:hover {
    background-color: var(--ltgreen);
}
.learnmore.orange {
    background-color: var(--orange);
    color: #ffffff;
    text-decoration: none;
}

.linkbutton p a,
.learnmore.kiblue {
    background-color: var(--kiblue);
    border-radius: 10px;
    border: 2px solid var(--ltblueborder);
    color: #ffffff;
    text-decoration: none;
}

.linkbutton p a:hover,
.learnmore.kiblue:hover {
    background-color: var(--footer-light-blue-line);
    color: #ffffff;
    text-decoration: none;
}


.learnmore.orange:hover {
    background-color: var(--ltorange);
}

.registeronline {
    display: inline-block;
}

#makeanappointment {
    background-color: var(--footergray);
    color: #ffffff;
}

/* #makeanappointment table { */
/*     width: 100%; */
/* } */
/* #makeanappointment th { */
/*     text-align: right; */
/* } */
/* #makeanappointment textarea, */
/* #makeanappointment input { */
/*     display: inline-block; */
/*     border: 3px solid var(--ltgreen); */
/*     padding: 5px; */
/*     font-size: 16px; */
/*     -webkit-border-radius: 5px; */
/* } */
/* #makeanappointment input[type=submit] { */
/*     background-color: var(--orange); */
/*     border: 3px solid var(--ltorange); */
/*     color: #ffffff; */
/*     box-shadow: inset 0px 0px 3px var(--ltgray); */
/*     cursor: pointer; */
/* } */
/* #makeanappointment input[type=submit]:hover { */
/*     background-color: var(--ltorange); */
/* } */
/* #makeanappointment form {} */
/* #makeanappointment p { */
/*     margin-top: 0; */
/* } */
/* #makeanappointment form { */
/* } */

#home h1 {
    margin-bottom: 0;
}

#home h3 {
    margin-top: 0;
}

#integrativemedicine ul {
    margin: 0;
    padding: 0;
}

#homevideos {
    /* background-image: url("/img/home-video.jpg"); */
    /* background-size: cover; */
    /* background-position: center; */
    background-color: #ffffff;
    text-align: center;
}
#homevideos h2 a {
    /* background-color: var(--orange); */
    /* border: 3px solid var(--ltorange); */
    background-color: var(--kiblue);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
}

#homevideos video,
#homevideos iframe {
    border: 5px solid #ffffff;
    -webkit-border-radius: 10px;
    margin: 2% auto;
    background-color: #000000;
}


#eventslist {
    padding-top: 0px;
    padding-bottom: 80px;
}
#eventslist table {
    /* border: 1px solid var(--footer-light-blue-line); */
    border-collapse: collapse;
    width: 100%;
}
#eventslist th {
    background-color: var(--medblue);
    color: #ffffff;
    padding: 5px;
    border-right: 1px solid var(--footer-light-blue-line);
}
#eventslist a {
    text-decoration: none;
    color: var(--dkgray);
    display: block;
}

#eventslist td:first-child {
    border-right: 1px solid var(--footer-light-blue-line);
}
#eventslist td:last-child {
    padding-left: 20px;
}
#eventslist td {
    padding: 5px;
}
#eventslist tr:nth-child(even) {
    background-color: #d8d8d8;
}
#eventslist tr:hover {
    background-color: var(--blue);
}
#eventslist tr:hover a {
    color: #ffffff;
}

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

footer {
    width: 100%;
    /* background-color: var(--footer-dark-blue); */
    background-color: var(--footergray);
    color: #ffffff;
    border-top: 3px solid var(--ltblue);
}
footer a {
    text-decoration: none;
    color: #ffffff;
}
footer img {
    max-width: 90%;
}

.graybordertopbottom {
    clear: both;
    border-top: 2px solid var(--ltgray);
    border-bottom: 2px solid var(--ltgray);
}

#linkchildren {
    padding-top: 0;
    margin-bottom: 100px;
}
#linkchildren > div {
    line-height: 40px;
    margin-bottom: .5em;
    position: relative;
}
#linkchildren > div:hover {
    background-color: var(--footer-dark-blue);
}
#linkchildren > div:hover a {
    color: #ffffff;
}
#linkchildren > div a {
    text-decoration: none;
    font-weight: bold;
    color: var(--dkgray);
    font-size: 1.4em;
}
#linkchildren img {
    width: 25px;
    margin-right: 20px;
    position: relative;
    top: 10px;
}

audio {
    width: 100%;
    margin-bottom: 4vmax;
}

#radioshows > div {
    padding: 10px;
    display: table;
    width: 100%;
    /* color: #ffffff; */
}
#radioshows > div h5 {
    margin-bottom: 0;
}
#radioshows > div p {
    margin-top: 0;
}
#radioshows > div a {
    /* color: #ffffff; */
}
#radioshows > div:nth-child(even) {
    /* background-color: var(--blue); */
    /* background-color: #c6c2c2; */
    background-color: #eeeeee;
}
#radioshows > div:nth-child(odd) {
    /* background-color: var(--medblue); */
    /* background-color: #535353; */
}
#radioshows > div:hover {
    background-color: var(--blue);
}
#radioshows > div > div {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
#radioshows > div > div:first-child {
    width: 100px;
}

.fullwidth {
    width: 100%;
}

#joke {
    cursor: pointer;
    position: fixed;
    top: 0;
    left 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    display: none;
}
#joke section {
    height: 50vh;
    width: 100vw;
    display: block;
    position: relative;
    display: none;
    padding-left: 10vmax;
    padding-right: 10vmax;
    max-pdding: 100px;
}
#joke section h2,
#joke section p {
    display: none;
    margin: 0;
}
#joke section p {
    font-weight: bold;
    color: var(--orange);
}
#question {
    background-color: rgba(255, 255, 255, .7);
    color: black;
    padding-top: 14vmax;
    max-padding: 100px;
}
#punchline {
    background-color: rgba(0, 0, 0, .7);
    color: #ffffff;
    padding-top: 3vmax;
    max-padding: 100px;
}
#photogallery a {
    text-decoration: none;
    text-align: center;
}

#photogallery div {
    overflow-y: hidden;
    display: inline-block;
    position: relative;
    object-fit: contain;
}

#photogallery img {
    width: 100%;
    height: auto;
}

.contentblockfileimage,
.contentblockfileimage[style] {
    max-width: 100% !important;
}
.contentblockfileimage img {
    width: 100%;
}


#relateddownload {
    border-top: 2px solid var(--ltblue);
}
#relateddownload a {
    line-height: 40px;
    display: inline-block;
    font-weight: bold;
    color: var(--dkgray);
    text-decoration: none;
    vertical-align: middle;
}
#relateddownload a:hover {
    text-decoration: underline;
}
#relateddownload img {
    height: 40px;
}

#newcourses  {
    margin-top: 40px;
    font-size: 16pt;
    font-weight: bold;
}

#newcourses a {
    color: #ffffff;
    text-decoration: none;
}
