/* cmsms stylesheet: basic modified: 11/10/22 16:12:09 */
/* cmsms stylesheet: basic modified: 11/10/22 15:41:31 */
body {
    background: #e9e9e9;
    color: #666766;
    font-family: "ralewaymedium", Arial, sans-serif;
    font-size: 100%;
margin: 0px;
padding: 0px;
}

.white {
background-color: #ffffff;
}

.outer {

}

.container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 0px;
    z-index: 2;
}

.padded {padding: 40px 0px;}

#header {
position: relative;
height: 150px;
}

#header .container {
height: 150px;
border-bottom: 2px solid #3ec1c7;
}

#logo {
position: absolute;
top: 20px;
left: 0px;
}

#top_navigation {
    position: absolute;
    top: 61px;
    right: 195px;
}

#top_navigation ol {
    margin: 0px;
    padding: 0px;
}

#top_navigation li {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}

#top_navigation a:link, #top_navigation a:visited {
    text-transform: uppercase;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #666766;
    font-weight:  700;
    font-size: 115%;
}

#top_navigation a:hover {
    color: #26b373;
    transition: color 0.4s;
}

#right_links {position: absolute;top: 61px;right: 0px;}

#right_links a:link, #right_links a:visited {display: block;float: left;background-color: #ffffff;text-decoration: none;color: #ffffff;background-color:  #ccc;padding:  10px;margin-left: 15px;font-size:  115%;text-transform:  uppercase;font-weight: 700;}

a#signup:link, a#signup:visited {
background-color: #3ec1c7;
}

a#signup:hover {
background-color: #26b373;
transition: background-color 0.4s;
}

a#login:link, a#login:visited {
background-color: #26b373;
}

a#login:hover {
background-color: #3ec1c7;
transition: background-color 0.4s;
}

#logout {
position: absolute;
top: 0px;
right: 0px;
font-size: 85%;
}

#footer {

}

#footer ol {
margin: 0px;
padding: 0px;
}

#footer li {
margin: 0px;
padding: 0px;
list-style: none;
}

#footer .container {
                   width: 750px;
                   /* text-align:  center; */
                   padding: 20px 0px
                   }

#footer_left {float: left;width: 250px;text-align:  left;padding-top: 16px;line-height:  140%;}

#lower_logo {
float: left;
width: 200px;
text-align: center;
}

#footer_right {float: right;width: 250px;text-align: right;}

h1 {
    color: #3ec1c7;
    font-size: 280%;
    font-weight: 400;
    line-height: 100%;
    margin: 0px 0px 50px 0px;
}

h2 {
    
}

h3 {
    color: #26b373;
    font-size: 180%;
    font-weight: 400;
}

a:link, a:visited {
color: #3ec1c7;
text-decoration: none;
}

a:hover {
color: #26b373;
text-decoration: underline;
transition: underline;
}

#questionarea  {
border: 1px solid #cccccc;
padding: 30px;
box-sizing: border-box;
margin-top: 20px;
}

#questionarea h3 {
    margin: 0px 0px 10px 0px;
}

#questionarea a:link, #questionarea a:visited {
     background-color: #3ec1c7;
    color: #ffffff;
     text-decoration: none;
    display: inline-block;
    width: 600px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 120%
}

#questionarea a:hover {
background-color: #26b373;
text-decoration: underline;
transition: background-color 0.4s;
}


a.pagecompleted:link, a.pagecompleted:visited, a.pagecompleted:hover {
background-color: #603913;
color: #ffffff;
}
