@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400italic,400,700');*/

body {
    /*background-color: #aedbb1; , 'Open Sans'*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	color: #111;
	text-rendering: optimizelegibility;
	font-size: 17px;
}

.programtext {
	font-size: 17px;
	line-height: 29px;
	padding-left: 25px;
	padding-right: 25px;
}
@media (min-width: 992px) {
.programtext {
	padding-left: 80px;
	padding-right: 90px;
}
.programtext p, .programtext div, .programtext li {	font-size: 21px; }
.programtext p, .programtext div  { line-height: 36px; }
}
}
@media (max-width: 600px) {
.programtext p, .programtext div, .programtext li { font-size: 15px; }
.programtext p, .programtext div { line-height: 28px; }
}

p { margin: 0 0 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 300;
}

h1, .h1 {
    margin-top: 13px;
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 26px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 16px;
}

a, a:link, a:visited {
    color: #003484; /*34495E 228888;*/
}
.panel-primary  {
    border-color: #3C3C3C; /*#2c3e50;*/
}
.panel-primary > .panel-heading {
    background-color: #3C3C3C; /*#2c3e50;*/
    border-color: #3C3C3C; /*#2c3e50;*/
}
.panel-primary .panel-title>a {
    color: inherit;
}

#site-logos{
    border-bottom: 1px solid #8ebb91;
    margin-bottom: 15px;
}

/*#site-logos img {
	margin: 0px 5px 10px 5px;
    float: right;
}*/
#site-logos .img2 { display: none; }

#site-logos img:first-child {
    float: left;
    height: 90px;
    margin: 5px 0px 10px 0px;
}

.site-headertitle {
    color: #555555;
    /*text-shadow: 2px 2px 4px #555555;*/
    margin: 15px 0 20px 0;
    font-weight: 200;
}
.site-headertitle a{
    color: #555555;
    /*text-shadow: 2px 2px 4px #555555;*/
    font-size: 1.8em;
    font-weight: 200;
}

.navbar-fixed-top {
    min-height: 40px;
}

.navbar-default {
	border-color: #000;
	border:none;
	background: #3C3C3C; /*#2c3e50;*/
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    font-size: 1em;
	color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
	color: #FFFFBB;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFFFFF;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #DDDDDD;
}
}

#nav-public .nav-stacked {
    margin-left: 30px;
}

#nav-public .menu-item, #nav-program .menu-item  {
    margin-bottom: 10px;
}
#nav-public .menu-item a, #nav-program .menu-item a {
	background-color: #3C3C3C; /*#2c3e50;*/
	border-color: #3C3C3C; /*#2c3e50;*/
    border: 0;
    background: #3C3C3C; /*#2c3e50;*/
    padding: 6px 10px 6px 4px;
    /*box-shadow: -7px 7px 5px 0px rgba(110, 150, 150, 0.75);*/
}
#nav-public .menu-item a:hover, #nav-program .menu-item a:hover {
	color: #000000; /*#FFFFBB*/
}
#nav-public .menu-item a, #nav-program .menu-item a {
	color: #555555;
	background: transparent;
    /*box-shadow: 0 7px 5px -4px rgba(110, 150, 150, 0.75);*/
}
#nav-public .menu-active a, #nav-program .menu-active a {
    font-style: normal;
    font-weight: bold;
}
@media (max-width: 767px){
#nav-public, #nav-program {
    background: #e0e0e0;
    border-radius: 4px;
}
#nav-public .menu-item, #nav-program .menu-item {
    margin-top: 2px;
    margin-bottom: 2px;
}
#nav-public .menu-item a, #nav-program .menu-item a {
    box-shadow: none;
}
}

.startmenu {
    display: inline-block;
    border-radius: 4px;
}
.startmenu ul:first-child {
    margin-bottom: 0;
    border-left: 1px solid #3C3C3C; /*#2c3e50;*/
    border-radius: 4px;
}
.startmenu .list-group-item {
    background: transparent;
    font-size: 1.25em;
    border: 0;
    padding: 0;
}
.startmenu .list-group-item a{
    color: #3C3C3C; /*#2c3e50;*/
    display: block;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    white-space: nowrap;
}
.startmenu .list-group-item a:hover {
    background-color: #3C3C3C; /*#2c3e50;*/
    color: #ffffff;
    text-decoration: none;
}

.panel-body>h3 {
    font-weight: bold;
}

.indented1 {
    padding-left: 20px;
}

.btn {
    border-color: transparent;
}
.btn-default {
    background-image: none;
    background-color: #eeeeee;
}
.btn-primary {
    color: #E4E4DC !important;
    background-image: none;
    background-color: #D4715C; /*#2c3e50;*/
}

.menuNavStart,
._divProfileTheme,
.btn-nextchapter span.glyphicon, .btn-previouschapter span.glyphicon,
.programtext .worksheet-title, .worksheet-posts .postHide, .programtext .postHideProgram, .programtext .wsAnswerHeaderText1,
#user-worksheet-accordion-answers .panel-worksheet-posts36 .wsInsNameAll
{
    display: none;
}

#public-pages-body p img, .programtext p img, .programtext div img{
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (max-width: 600px) {
#public-pages-body p img, .programtext p img{
    width: 100% !important;
}}

.worksheet-posts .panel {
    background-color: transparent;
}

.worksheet-table1, .worksheet-table1 td{
    border: 1px solid #888888 !important;
}
.worksheet-header2, .worksheet-side2{
    background-color: #e0e0e0;
    color: #000000;
}
@media screen {
.worksheet-header1, .worksheet-side1{
    background-color: #3C3C3C;
    color: #ffffff;
}
}

@media print {
    a:link:after, a:visited:after {
        content: "";
    }
}
.worksheet-ratestar {
    color: #006F00;
    font-size: 2.5em;
    cursor: pointer;
}

.cke_editor_editor {
    border: 1px solid #919191 !important;
}

video {
    width: 100%;
}

.btn {
    padding: 6px 10px;
    border-radius: 15px;
}

.btn, .btn-md, .btn-sm {
    font-size: 18px;
}
.btn-xs {
    font-size: 0.9em;
}
.btn-nextchapter, .btn-previouschapter, .btn-programup  {
    padding: 8px 12px;
    border: 0;
    margin: 1px !important;
}

.programtext li::marker {
  color: #D4715C;
}

#sendButton {
    height: 3.8em !important;
}