* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: medium;
    font-weight: normal;
    line-height: 138%;
}

#page {
        display: block;
        border: 1px white solid;
        width:90%; /* 95% */
        margin:0px auto;
        margin-left: auto;
        margin-right: auto;
        zoom: 1;
    }

#header {
    border-bottom: solid 2px var(--main-bg-color);
    margin-bottom: 2px;
    /* padding: 10px 10px 10px 10px; */
    margin-right: 2px;
    }

#content {
        float: left;
        text-align: left;
        padding: 10px 10px 10px 40px; /* left paf 50px */
        /* padding: 10px 5% 10px 5%; */
        margin-right: 2px;
        margin-bottom: 2px;
        max-width: 100%;
        
    } /* width: 67%; margin: 0 0 0 0;
       border: 2px #6495ED;
       border-radius: 5px;*/

#aside {
    
    right:0; /* width:25%;   */
    background-color: #F2F2F2;
    border: solid 0px gray; /* none; */

    float: right;
    text-align: left;
    padding: 10px 10px 60px 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    top: 0; bottom: 0;
    
    
    /* height: 85%; */
    /* max-width: 25%; */
    /* width: 27%;  */
    /* font-size:2vw; */
    
    /* border-bottom: solid 1px darkgray; */
    /* max-width: 20%; */
    /* flex: 20vw; */

}

#delimiter { clear: both; }

#footer { border: 2px var(--main-bg-color) solid;
    border-radius: 5px;
    position:static;
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
} /* bottom:0; */

.title { font-size: 11pt; font-family: verdana; font-weight: bold; }

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.noPrint {

}

.noDisplay {
    display: none;
}

h1 {
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
}

h2 {
    line-height: 1.3;
    font-family: Helvetica, Arial, sans-serif;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
}

h4 {
    font-family: Helvetica, Arial, sans-serif;
}

h1.noDisplay {
    font-family: Helvetica, Arial, sans-serif;
}

h2.noDisplay {
    font-family: Helvetica, Arial, sans-serif;
}

h3.noDisplay {
    font-family: Helvetica, Arial, sans-serif;
}

h4.noDisplay {
    font-family: Helvetica, Arial, sans-serif;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 10px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 10px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 10px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

/* For mobile phones: */
[class*="col-"] {
    ;
}

.col-content-left-s { width: 100%;  }
.col-sidebar-right-s { width: 100%; }

@media only screen and (min-width: 600px) {
    /* For tablets: */
    
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 21.66%; /* 23.66% */}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 71.66%; }
    .col-m-9 {width: 76%;  }
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 17.66%;}
    .col-3 {width: 27%; /* 29% */}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 70.66%; }
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


/**
* .col-content-left {width: 67%;}
* .col-sidebar-right {width: 27%;}
**/


/* Further Additions for Theme
 -------------------------------------------------------------- */


/* Link Colors */

/* unvisited link */
a:link {
    color: SteelBlue;
    text-decoration: none;
}

/* visited link   */
a:visited {
    color: SteelBlue;
    text-decoration: none;
 }

/* mouse over link */
a:hover {
    color: SkyBlue;
    text-decoration: none;
}

/* selected link */
a:active {
    color: Cyan;
    text-decoration: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.simplecode {
    background-color: #e8effc;
    padding: 0px 10px 15px 10px;
    margin: 5px 10px 5px 10px;
}

/*
.EnlighterJSRAW {
    background-color: #e8effc;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 5px 10px;
}
*/

/*
.noDisplayList li::before  {
    font-size: 1.7em;
    font-family: Helvetica, Arial, sans-serif;
}
*/

/* Box Styles for Content */

.box-gray-w-border {
    margin: 30px;
    padding: 10px;
    border: 1px solid gray;
    background-color: #f2f2f2 ;
}

.box-gray{
    margin: 30px;
    padding: 10px;
    background-color: #f2f2f2 ;
}

.box-lavender {
    margin: 30px;
    padding: 10px;
    background-color: #e6e6ff;
}

.box-lavender-w-border {
    margin: 30px;
    padding: 10px;
    border: 1px solid #9999ff;
    background-color: #e6e6ff;
}

.box-blue {
    margin: 30px;
    padding: 10px;
    background-color: #e5ffff;
}

.box-yellow {
    margin: 30px;
    padding: 10px;
    background-color: #ffffe5;
}

.box-orange {
    margin: 30px;
    padding: 10px;
    background-color: #fff2e5;
}

.box-orange-w-border {
    margin: 30px;
    padding: 10px;
    border: 1px solid #ff9933;
    background-color: #fff2e5;
}

div.course-title-area {
    text-align: center;
}

.box-orange {
    margin: 30px;
    padding: 10px;
    background-color: #fff2e5;
}

/* Site Colors */

.siteMainColor {
    background-color: #5faedb;
}

.menuDividers {
    color: #acd5ec;
}

.menuText {
    color: White;

}

a.menuText {
     font-size: 14px;
}


/* Responsive Top Menu
 -------------------------------------------------------------- */



/* Scrollable module lists
 -------------------------------------------------------------- */

tr.scrolltable:nth-child(even) {background-color: #f2f2f2;}

tr.scrolltablegray:nth-child(even) {background-color: white;}



