.desktop {
    display: none !important;
}

header {
    position: fixed;
    /* background-color: var(--dkgray); */
}

#logo img {
    margin: 10px;
    height: 60px;
    position: relative;
    z-index: 9;
}

#hcall {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--ltblue-line);
    text-align: center;
    line-height: 40px;
    font-size: 16pt;
    font-weight: bold;
    display: table;
    background-color: var(--medblue);
    border-top: 1px solid var(--footer-light-blue-line);
}
#hcall img {
    height: 30px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
#hcall a {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
#hcall a:first-child {
    text-align: right;
}
#hcall a:last-child {
    text-align: left;
}

.linkbutton p a {
    margin: 20px auto;
    display: table;
}
.linkbutton p a,
.learnmore {
    font-size: 14px;
    padding: 10px;
}

#navigation {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
#navigation #mobilemenu {
    width: 90px;
    line-height: 60px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 10px;
}
#navigation #mobilemenu:before {
    content: "\2261";
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 50pt;
}
#navigation h1 {
    font-size: 14px;
}
nav {
    display: none;
}
nav b {
    display: none !important;
}
.menuactive {
    display: block !important;
}

nav ul {
    padding:0;
    margin:0;
    width: 100%;
    top: 83px;
    text-align:left;
}

nav > ul {
    position: fixed;
    height: calc(100vh - 85px);
    display: block !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: var(--footer-dark-blue);
}
::-webkit-scrollbar {
    display: none;
}

.noscroll {
    position:fixed;
    overflow:hidden;
}


nav ul li {
    display: block !important;
}
nav ul li:hover {
    background: #33688C;
}
nav ul li.arselected ul {
    display: block !important;
}

nav ul li a {
    width: 100%;
    display: block;
    padding: 15px;
    font-size: 14pt;
}

nav ul ul {
    display:none;
    position: relative !important;
}
nav ul ul li {
    width: 100%;
}
nav ul ul li a {
    background-color: #3682B0;
    text-indent: 20px;
    padding: 10px 15px;
}

.ar:after, .arselected::after {
    left: 150px;
}

.content {
    padding-left: 40px;
    padding-right: 40px;
}

.contentblockphoto img {
    max-width:100%;
    margin:auto !important;
}
.contentblockphoto, .contentblockphoto[style] {
    width: auto !important;
    max-width: 100% !important;
    text-align: center;
}

div.contentblockphoto[style] {
    margin: auto !important;
    float:none !important;
}

#slideshow {
    /* margin-top: 1px; */
}
#slideshow.bigslideshow .slide {
    height: 75vh;
}
#slideshow.bigpaddedslideshow {
    padding-top: 80px;
    background-color: #000000;
}
#slideshow.bigpaddedslideshow .slide {
    height: 80vh;
    background-position: center top;
}
#slideshow.bigpaddedslideshow #podialink[style] {
    margin-top: 50px !important;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: auto;
    width: 100%;
}
#slideshow .slide {
    height: 100px;
    background-size: top center;
    width: 100%;
    background-color: #000000;
}

#slideshow .slide > div h2 {
    font-size: 30px;
    margin-top: 60px;
}

#slideshow .slide > div h3 {
    font-size: 18px;
    margin-bottom: 40px;
}

#makeanappointment {
    text-align: center;
    display: none;
}
#makeanappointment strong {
    font-size: 14pt;
    padding: 20px 0 0 0;
    display: block;
}
#makeanappointment input {
    width: 46%;
}
#makeanappointment input {
    margin: 1%;
}

main {
    font-size: 12pt;
}
main ul {
    padding: 0;
}
main ul li {
    margin-bottom: 5px;
}

#home img {
    max-width: 400px;
    width: 100%;
}

#integrativemedicine {
    text-align: center;
}
#integrativemedicine > div > div {
    /* border-bottom: 20px solid #ffffff; */
    margin-bottom: 40px;
}
#integrativemedicine ul {
    list-style-type: none
}
#integrativemedicine .learnmore {
    margin-top: 10px;
}

#linkchildren > div {
    margin-bottom: 30px;
    line-height: 36px;
}

.contentblocks .blueback {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contentblocks .blueback:before {
    width: 40px;
    top: -3px;
    left: -40px;
    position: absolute;
    height: 100%;
    content: "";
    background-color: var(--medblue);
    border-top: 3px solid var(--ltblue);
    border-bottom: 3px solid var(--ltblue);
}
.contentblocks .blueback:after {
    width: 40px;
    top: -3px;
    right: -40px;
    position: absolute;
    height: 100%;
    content: "";
    background-color: var(--medblue);
    border-top: 3px solid var(--ltblue);
    border-bottom: 3px solid var(--ltblue);
}
#homevideos {
    padding-top: 40px;
}
#homevideos h2 {
    margin-top: 0;
    margin-bottom: 30px;
}
#homevideos video,
#homevideos iframe {
    width: 100%;
    height: 315px;
}
footer {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#flogo {
    width: 100%;
    max-width: 400px;
}

#photogallery div {
    width: 30%;
    max-width: 100vw;
    height: 15vw;
}

@media all and (max-width: 400px) {
    #makeanappointment input {
        width: 90%;
    }
}

@media all and (max-height: 400px) {
    main {
        font-size: 8pt;
    }
    main h1 {
        font-size: 16pt;
    }
    main h2 {
        font-size: 12pt;
    }
    main h3,
    main h4,
    main h5 {
        font-size: 10pt;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
