@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html, body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
* {
	margin: 0;
	outline-style: none;
	outline-width: medium;
	padding: 0;
}
.iframe-holder {position:fixed;right:0;bottom:0;left:0;top:52px;-webkit-overflow-scrolling:touch}
.iframe-holder iframe {width:100%; height:100%; border: none;}
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
    position: relative;
}
#cssmenu::after, #cssmenu ul::after {
    clear: both;
    content: "";
    display: block;
}
#cssmenu a {
    display: block;
	font-weight:bold;
    padding: 0 20px;
    text-decoration: none;
    line-height: 51px;
}
#cssmenu ul {
    list-style: outside none none;
    display: flex;
}
#cssmenu > ul > li.active::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -1px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
#cssmenu .has-sub {
    z-index: 1;
}
#cssmenu .has-sub ul {
    display: none;
    left: 0;
    position: absolute;
    top: calc(100% - 1px);
    min-width: 150px;
    border: 1px solid #aaa;
}
#cssmenu .has-sub ul li a {
    display: block;
    filter: none;
    font-size: 11px;
    line-height: 120%;
    padding: 10px;
}
#cssmenu ul ul li:last-child > a {
    border-bottom: 0 none;
}
#cssmenu {
    background-color: #fafafa;
    border: 1px solid #ccc;
    height: 50px;
}
#cssmenu a {
    color: #666;
}
#cssmenu a:hover,
#cssmenu > ul > li.active > a {
	background-color:#006eb1 !important;
    color: #ffffff;
}
#cssmenu > ul > li.active::after {
    border-bottom: 10px solid white;
}
#cssmenu .has-sub ul li a {
    background-color: #f3f3f3;
    border-bottom: 1px solid #d3d3d3;
}

@media only screen and (max-width: 320px) {
    * {
        font-size: 11px !important;
    }
    #cssmenu a {
        padding: 0 15px;
    }
}