/* Start of CMSMS style sheet 'C.Mank' */
body {
    font-size: 12px;
    font-family: verdana, arial;
    background-color: #ffffff;
    margin: 0px;
    overflow-y: scroll;
}

a {
    font-size: 12px;
    font-family: tahoma, verdana, arial;
    text-decoration: none;
    color: #636467;
}

a:hover,
a:active {
    color: #000000;
}

#root {
    margin-left: 40px;
    margin-right: 40px;
    color: #000000;
    max-width: 1200px;
    position: relative;
}

#start-img {
    height: 211px;
    margin: 0px;
}

#start-footer {
    text-align: center;
    height: 165px;
    margin: 0px;
    font-size: 12px;
    font-family: tahoma, verdana, arial;
    text-decoration: none;
    color: #636467;
}

#header {
    text-align: left;
    padding-top: 40px;
    height: 40px;
    margin: 0px;
}

#content {
    text-align: left;
    padding-top: 40px;
    margin-top: 10px;
    margin-left: 33%;
    max-width: 800px;
}

#footer {
    max-width: 1200px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    height: 165px;
    font-size: 10px;
    font-family: tahoma, verdana, arial;
    text-decoration: none;
    color: #636467;
}

.headtitle {
    position: absolute;
    padding: 20px;
    background: white;
    right: 0;
    margin-left: 35px;
    top: 8px;
    z-index: 3;
}

#menu {
    margin-top: 35px;
    max-width: 25%;
    position: relative;
    float: left;
    text-align: left;
}

#menu a,
#menu li {
    color: #21353f;
    text-decoration: none;
}

#menu li.menulevel2 {
    padding-left: 16px;
}

#menu li.menulevel3 {
    padding-left: 32px;
}

#menu li.menuactive>a {
    font-weight: bold;
}

#menu li a {
    font-size: 12px;
    display: block;
    padding-left: 28px;
}

#menu li {
    line-height: 28px;
    border-bottom: solid 1px #acacac;
    list-style-type: none;
}

#navigation a:link,
#start-menu a:visited {
    color: #636467;
}

#navigation a:hover,
#start-menu a:active {
    color: #000000;
}

#navigation a.activeparent:link,
#navigation a.activeparent:visited,
#navigation a.activeparent:hover,
#navigation a.activeparent:active {
    color: #284156;
}

.hamburger {
    position: absolute;
    z-index: 2;
    top: 0;
    padding-right: 20px;
    left: 0px;
    right: 0px;
}

.hamburger .bar1,
.hamburger .bar2,
.hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #636466;
    margin: 6px 0;
    transition: 0.4s;
}


/* Rotate first bar */

.hamburger:target .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}


/* Fade out the second bar */

.hamburger:target .bar2 {
    opacity: 0;
}


/* Rotate last bar */

.hamburger:target .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.hamburger:target #hamclosetarget {
    display: flow-root;
    background: white;
}

.hamburger:target #hamtarget {
    display: none;
    background: white;
}

.hamburger:target #responsive-nav {
    display: block;
    position: absolute;
    background: white;
    opacity: 1;
    padding-bottom: 20px;
    padding-right: 50px;
    left: -50px;
    right: -50px;
    -webkit-box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.57);
}

.hamburger,
#hamclosetarget,
#responsive-nav {
    display: none;
}

#responsive-nav a,
#responsive-nav li {
    color: #21353f;
    text-decoration: none;
}

#responsive-nav li.menuactive>a {
    font-weight: bold;
}

#menu #responsive-nav li a {
    font-size: 14px;
    display: block;
    padding-left: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#responsive-nav li {
    line-height: 28px;
    padding-left: 28px;
    border-bottom: solid 1px #acacac;
    list-style-type: none;
}

#responsive-nav li.menulevel2 {
    padding-left: 44px;
}

#responsive-nav li.menulevel3 {
    padding-left: 60px;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media only screen and (max-width: 600px) {
    #menu {
        float: unset;
        display: none;
        width: unset;
    }
    #content {
        margin-left: unset;
        width: unset;
    }
    .hamburger {
        display: inline-block;
        cursor: pointer;
    }
    #root img {
        max-width: 100%;
        height: auto;
    }
    #root .thumb {
        width: unset;
    }
    #root .thumb a img {
        height: 76px;
    }
    #hamtarget {
        display: flow-root;
    }
    #hamtarget,
    #hamclosetarget {
        padding-top: 15px;
        background: white;
        width: 55px;
    }
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media only screen and (max-width: 600px) {
    #menu.responsive {
        position: relative;
    }
    #menu.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    #menu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    #TB_window #TB_caption {
        height: unset;
    }
}
/* End of 'C.Mank' */

