.phone {
    display: initial;
}

body {
    overflow-x: hidden;
}

.desktop {
    display: none;
}

#menuform {}
#menuform img {
    display: block
}

#dropdown {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 80%;
    max-width: 350px;
    background-color: #4F764C;
    padding:0;
    border: 1px solid #fff;

}
#mainmenu.floating {
    position: fixed !important;
    top: 0;
}


#dropdown li {
    font-size: 14pt;
    width: 100%;
}
#dropdown li a {
    width: 100%;
    display: block;
    padding:10px 0;
    text-indent: 10px;
}

div#headerlogophone {
    display: block;
    width: 100%;
}

div#headerlogophone img {
    display: block;
    width: 100%;
}

div#mainmenu {
    position: relative;
    /* background-color: gray; */
    background-color: #415E3E;
}

div#mainmenu #mobilemenu {
    width: 32px;
    padding: 0.5em;
}

div#mainmenu #menulogo {
    padding: 0.5em;
    position: absolute;
    left: 45px;
    /* height: 25px; */
    /* top:2px; */

    top:-21px;
    color:#fff;
    font-size:20pt;
}
div#social {
    position: absolute;
    bottom: -40px;
    z-index: 999;
    right: 10px;
}
div#social.floating {
    position: fixed !important;
    top: 4px;
}

div#content {
    padding: 0.5em;
    box-sizing: border-box;
    margin-bottom: 30px;
}

div#contentinner {
    padding-left: 0;
}

.boxed {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0.5em;
    box-sizing: border-box;
}

.boxed ul {
    width: 95%;
}
.fpad {
    display: none;
}

.floatbuttons h2:before, .floatbuttons h2.active:before {
    border: 2px solid white;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    right: 9px;
    top: 4px;
}

.alt:after, .floatbuttons h2::after {
    font-weight: bold;
    font-size: 16pt;
    position: absolute;
    top: 0px;
    right: 15px;
    color: white;
}

.floatbuttons h2:after {
    content: "\2013";
    top: 4px;
}

.floatbuttons h2.alt:after {
    content: "+";
    top: 4px;
}

.floatbuttons h2:after {
    content: "+";
    top: 4px;
}

.floatbuttons h2.alt:after {
    content: "\2013";
    top: 4px;
}

div#footer {
    margin: 0;
    padding: 0.5em;
    box-sizing: border-box;
}

#taglines h2 {font-size: 2.5vw;}

@media all and (max-width: 578px) {

    #taglines h2 {font-size: 2.5vw;}
    #taglines * { margin-bottom: 10px 0 !important;}
    #taglines h3 {font-size: 2.7vw;}
    #taglines img {width: 50%;}

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

    .floatbuttons p {
        display: block;
    }
}
