/* Minification failed. Returning unminified contents.
(744,49): run-time error CSS1034: Expected closing parenthesis, found ';'
(744,50): run-time error CSS1019: Unexpected token, found ')'
(744,52): run-time error CSS1019: Unexpected token, found '{'
(751,9): run-time error CSS1019: Unexpected token, found '}'
 */
    body {
        margin: 0;
        padding: 0;
        font-family: sans-serif;
        background-color: #d8d8d8;
    }

    .header {
        overflow: hidden;
        background-color: #1E4D2B;
       
    }

        .header img {
            height: 150px;
            position: absolute;
            left: -10px;
            top: -10px;
              

        }

        .header h1 {
            color: white;
            padding-left: 180px;
            margin-top: 0px !important;
        }

        #responsiveLogoSubsytem h2 {
            font-size: 26px !important;
        }

        #BrandLogo {
            margin-left: 20px;  
        }

    .main-content {
        
        padding: 10px 50px 20px 50px;
        border-radius: 10px;
        position: relative;
        background-color: whitesmoke;
        min-height: 75vh;
        

    }

    .main-content form {
        max-width: 1200px;
        margin: 0 auto;
    }

        .section h2 {
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            margin: 50px 0 20px 0;
            color: #1E4D2B
        }

        .section h3 {
            font-size: 20px;
            margin: 20px 0;
            border-bottom: 1px solid black;
            
        }


        .section h4 {
            font-size: 20px;
            margin: 20px 0;
            
            
        }
    fieldset {
           border: none;
           width: 100%;
       
    }

        .form-group {
        display: block;
        margin: 10px 20px;
    }

        .one-line {
            position: relative;
        }

        .one-line label, .one-line input[type="text"] {
            display: inline-block;
            position: relative;
            margin: 0;
        }

        /*=====Dropdown=====*/

        .appform .section select {
            height: 38px;
            width: 350px;
            max-width: 350px;
            border-radius: 5px;
            font-size: 18px;
            padding: 0 10px;
            box-shadow: 2px 2px 5px #808080;
            border: 1px solid #808080;
        }

        fieldset label {
            font-weight: bold;
            margin: 15px 0 5px 0;
            display: block;
        }     

        fieldset input[type="text"], fieldset input[type="password"] {
            width: 350px;
            max-width: 350px;
            border-radius: 5px;
            border: 1px solid #808080;
            display: block;
            padding: 5px 8px;
            font-size: 18px;
            line-height: 20px;
            box-shadow: 2px 2px 5px #808080;
            }

        
         

        fieldset input[type="button"], fieldset input[type="submit"] {
            background-color: #1E4D2B;
            color: #FFF;
            font-size: 22px;
            height: 45px;
            width: 322px;
            cursor: pointer;
            border-radius: 10px;
            border: 1px solid #808080;
            margin: 20px;
                            }

            fieldset input[type="button"]:hover, fieldset input[type="submit"]:hover {
                background-color: #C5952C;
            }

            label.control-label-textarea {
                margin-left: 5px;


            }

        textarea.form-control {
            width: 100%;
            margin: 5px auto;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #808080;
            box-shadow: 2px 2px 5px #808080;
            resize: vertical;
        }

        .check-option, .RadioButtonOption,.CheckBoxOption {
            display: block;
            border: 1px #808080 solid;
            box-shadow: 2px 2px 5px #808080;
            border-radius: 10px;
            margin: 18px 0;
            background-color: #FCFCFC;
        }

        input[type=checkbox], input[type=radio] {
            display: inline-block;
            margin: 10px;
        }
        
         input[type=checkbox] + label, input[type=radio] + label {
            display: inline-block;
            margin: 10px;
        }

        .check-option label, .RadioButtonOption label, .CheckBoxOption label {
            display: inline-block;
            margin: 10px 0;
            padding: 0 8px;
        }

   .tableCell {
       border-right: 1px solid black;
       margin: 3px;


   }

   td.tableCell, td.tableText {
       padding-left: 10px;
              
   }

   tr:nth-child(2n+1), tr:nth-child(2n+1) {
       background-color: #eeeeee;
              
   }

   th.tableCell, th.tableText {
       padding-left: 10px;
       text-align: center;
       border-bottom: 1px solid black;       
   }

   table {
       background-color: white;
       border: 1px solid black;
       border-radius: 10px 10px;
       padding: 12px;
   }


   .break {
        height: 10px;
        width: 100%;
        background-color: #048804;
        border-radius: 10px;
        box-shadow: 0 0 7px 0 inset;
        margin: 30px 0;
        
    }

   .EssayIntro {
        margin: 20px 0 30px 0;
        font-style: italic;
        
        
    }

        .staff a {
            font-size: 13px;
            color: #C5952C;
            text-decoration: none;
            float: right;


        }

    .footer {
        padding: 10px 20px;
        background-color: #1E4D2B;
        font-size: 12px;
        text-align: right;
        color: white;
    }

   .KeyLogo {
       float: left;
   }

    .button {
        padding: 5px 10px;
        background-color: #1E4D2B;
        color: #FFF;
        border-radius: 5px;
        border: 1px solid #1E4D2B;
        font-size: 15px;
        margin: 15px 15px;
        display: inline-block;
        max-width: 225px;
        width: 175px;
        overflow: visible;
        text-align: center;
        text-decoration: none;

    }

    .button:hover {
        text-decoration: none;
        color: black;
        background-color: #C5952C;
       

    }


    .button-long {
        padding: 5px;
        background-color: #1E4D2B;
        color: #FFF;
        border-radius: 5px;
        border: 1px solid #C5952C;
        font-size: 15px;
        margin: 15px auto;
        display: block;
        width: 200px;
        overflow: hidden;
        text-align: center;
        text-decoration: none;

    }

.button-longer {
    padding: 5px;
    background-color: #1E4D2B;
    color: #FFF;
    border-radius: 12px;
    border: 3px solid #ffd700;
    font-size: 20px;
    margin: 15px auto;
    display: block;
    width: 300px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.button-longer:hover {
    color: goldenrod
}

    .button-long:hover {
        text-decoration: none;
        color: black;
        background-color: #C5952C;
       

    }

    #button-side-by-side {
        width:800px; 
        text-align:center; 
        margin:5px auto;


    }

    #button-side-by-side a.button,#button-side-by-side a.button-long, #button-side-by-side input {
        display:inline; 
        position: relative;

    }

    /*=====Popup=====*/

    .popup {
        display: none;
        background-color: #FAFAFA;
        border: 2px solid #1E4D2B;
        border-radius: 10px;
        position: fixed;
        width: 900px;
        margin-left: -450px;
        height: 500px;
        margin-top: -325px;
        left: 50%;
        bottom: 10vh;
        z-index: 3;
    }

    .commpopup {
        background-color: #FAFAFA;
        border: 2px solid #1E4D2B;
        border-radius: 10px;
        left: 50%;
        top: 50%;
    }

    .popuphover {
        display: none;
        background-color: #FAFAFA;
        border: 2px solid #1E4D2B;
        border-radius: 10px;
        position: fixed;
        width: 900px;
        margin-left: -450px;
        height: auto;
        margin-top: -325px;
        left: 50%;
        top: 50%;
        z-index: 3;
    }

    .popup-title {
        background-color: #1E4D2B;
        border-radius: 5px 5px 0 0;
        color: white;
        padding: 10px;
        font-size: 25px;
        font-weight: bold;
        text-align:center;
    }

    .popup-message {
        padding: 5px;
        font-size: 15px;
        text-align: left;
        
    }

    .popup-message ul {
        text-align: left;
        
    }

    .popup-button {
        display: block;
        margin: 0 auto;
        
    }

    .blackout {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.60);
        z-index: 2;
    }

    .popup input[type="submit"] {
        padding: 5px 10px;
        background-color: #1E4D2B;
        color: #FFF;
        border-radius: 5px;
        border: 1px solid #1E4D2B;
        font-size: 19px;
        margin: 15px 15px;
        display: inline-block;
        max-width: 350px;
        width: 280px;
        overflow: visible;
        text-align: center;
    }

    .popup input[type="submit"]:hover {
        text-decoration: none;
        color: black;
        background-color: #C5952C;
    }

    .no-show-no-javascript {
        display: none;

    }

    .show-no-javascript {
        display: block;
        position: relative;
        clear:both;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
        left: -50px;
        top: auto;

    }

    .top_error_message {
        font-size: 18px;
        margin: 20px 0;
        width: 900px;
        text-align: center;
        display: block;
        
    }

    fieldset input.input-validation-error[type="text"], fieldset input.input-validation-error[type="password"], textarea.input-validation-error, textarea.input-validation-error:focus {
            border: 1px solid darkred;
            outline: none;
            }

.text-danger {
    color: #b94a48;
    display: inline-block;
    padding: 10px 70px 10px 70px;
    background-color: lightyellow;
    border: 1px solid #b94a48;
    border-radius: 5px 5px;
    font-size: inherit;

}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 300px;
}*/

a {
    color: #333;
    text-decoration: underline;


}


/**************REVIEW SITE STYLES******************/


.ApplicantRow {
    margin: 5px;
    border-bottom: #999999 dashed 1px;
}

.review-section {
    margin-top: 0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.nav-tabs {
    border-bottom: none;
    min-width: 1000px;
    text-align: center;
    margin: 40px auto 0 auto;
}

    .nav-tabs ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        max-width: 90vw;
    }

.nav-active {
    background-color: rgb(243, 243, 243) !important;
    border-bottom-color: rgb(243, 243, 243) !important;
}

.nav-tabs ul li {
    display: inline-block;
    margin: 0 -4px -2px 0;
    padding: 0;
    background-color: rgb(198, 198, 198);
    text-align: center;
    border: 2px solid #C5952C;
    border-right-width: 1px;
    border-left-width: 1px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}

.nav-tabs ul li:hover {
    background-color: darkgray;
}

.nav-tabs ul li:first-child {
    border-top-left-radius: 10px;
    border-left-width: 3px;
}

.nav-tabs ul li:last-child {
    border-top-right-radius: 10px;
    border-right-width: 3px;
}

.nav-tabs ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    width: 140.2914962px;
}

.nav-tabs ul li a:hover{
    color: #1E4D2B;
}

.logged-in {
    margin-right: 10px;
    text-align: right;
}

.ChooseRoundNumber select {
    height: 25px;
    width: 90px;
    font-size: 15px;
    padding: 0;
    box-shadow: 2px 2px 5px #808080;
    border: 1px solid #808080;
    text-align: center;
}

.ChooseRoundNumber {
    text-align: center;
    margin-bottom: 20px;

}

table {
    font-size: 18px;
    border-radius: 10px;
    width: 95%;
}

thead {
    background-color: #1E4D2B;
    border-radius: 10px;
    color: white;
    
}

thead tr {
    font-weight: bold;
}

thead tr td {
    padding: 0 5px;

}

thead tr td:first-child {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}

thead tr td:last-child {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 5px 0 0 5px;
}

tbody {
    font-size: 14px;
}

tr {
}

tbody td {
    padding: 5px;
}

.review-section h2 {
    margin-top: 20px;
}

.search-section {
    margin: 30px;
}

.logged-in-box {
    position: relative;
    color: white;
    background-color: #1E4D2B;
    z-index: 10;
    line-height: 1.1em;
    font-size: .9em;

}

.logged-in-box a {
    color: white !important;
}




/***********START OF INDIVIDUAL STUDENT REVIEW PAGE***********/
.info-section {
    width: 100%;
    margin: 20px auto 30px auto;
}

        .student-name, .info-section-title, .info-section-title-noexpand {
            width: 100%;
            font-size: 20px;
            font-weight: bold;
            background-color: #1E4D2B;
            border-bottom: 4px solid #0f340f;
            color: white;
            text-align: center;
            padding: 10px 0;
            border-radius: 10px;
            display: block;
            position: relative;
        }

        .info-section-title {
            margin-bottom: -15px;
            cursor: pointer;
        }

        .info-section-content {
            padding: 25px 5px 10px 5px;
            margin: 0 auto;
            width: 100%;
            
        }

        .info-section-content label {
            
            margin: 0px 0px 0px 3px !important;
            width: auto;
                      
        }




        .student-name {
            font-size: 35px;
        }

        .info-section-title::after {
            content: '[-]';
            margin: 0 10px 0 -23px;
            float: right;
        }

        .collapse::after {
            content: '[+]';
        }

        .info {
            display: inline-block;
            border: 1px solid black;
            margin: 10px 30px;
            border-radius: 10px;
            background-color: #fafafa;
        }

        .info-row {
            display: inline-block;
            margin-left: 3px;
            width: 49%;
            border: 1px solid #cccccc;
           
        }

        @media only screen and (max-width: 800px;) {

            .info-row {
                display: inline-block;
                margin: 10px 30px;
               
            }
        }

        .info-list {
            display: block;
            border: 1px solid black;
            margin: 10px 30px;
            border-radius: 10px;
            background-color: #fafafa;
        }

        .label2, .data {
            display: inline-block;
        }

        .label2 {
            border-right: 1px solid black;
            border-radius: 10px 0 0 10px;
            padding: 10px 15px;
            text-align: center;
            background-color: #358935;
        }


        .info-label {
            border-right: 1px solid black;
            padding: 10px 15px;
            text-align: left;
            min-width: 15vw;
            max-width: 30vw;
            display: inline-block;
            
        }

        .label2-list {
            border-bottom: 1px solid black;
            border-radius: 10px 10px 0 0;
            padding: 10px 15px;
            background-color: #358935;
        }

        .data {
            padding: 0 20px 0 10px;
            font-weight: bold;
        }

        .data-list {
            padding: 10px 20px 20px 10px;
            font-weight: bold;
        }

        .data-list ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .interest {
            border: 1px solid black;
            border-radius: 10px;
            height: 30px;
            position: relative;
            margin: 35px 10px;
            background-color: #fafafa;
        }
        
        .interest:last-child {
            margin: 35px 10px 15px 10px;

        }

        .interest .label2 {
            display: block;
            position: absolute;
            margin: -30px 0 0 0;
            left: 0;
            top: 0;
            bottom: 0;
            line-height: 20px;
            min-width: 100px;
            background-color: transparent !important;
            z-index: 3;
            border-right: none;
            font-weight: bold;
        }

        .interest .score, .interest .score-all {
            background-color: #c489ff;
            color: black;
            display: inline-block;
            font-size: 25px;
            text-align: right;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            border-right: 1px solid black;
            border-radius: 10px;
            z-index: 2;
            line-height: 30px;
            padding-right: 10px;

        }

        
        .info-section-table {
            display: block;
            border-collapse: collapse;
            margin: 0 20px;
        }

        .info-section-table thead {
            background-color: #4a9f4a;
        }

        .info-section-table tbody {
            font-size: 15px;
        }

        .info-section-table tbody tr td {
            padding: 5px 10px;
        }

        .info-section-table tbody tr:nth-child(even) {
            background-color: rgb(166, 201, 166);
        }

        .info-section-table td {
            padding: 0 10px;
        }

        .MissingRecruit {
            border: 1px darkred solid;
            border-radius: 10px;
            padding: 10px;
            margin: 10px;
            color: darkred;
            text-align: center; 
            font-weight: bold;   
            width: auto !important;
            font-size: 13px !important;
        }


        .essay-answer-title {
            margin: 0 10px;
            font-weight: bold;
            padding: 10px;
            border-radius: 10px 10px 0 0;
            border: 1px solid #898989;
            background-color: #358935;
        }

        .essay-title {
            margin: 0 10px;
            font-weight: bold;
            padding: 10px;
            border: 1px solid #898989;
            
        }

        .essay-answer {
            display: block;
            margin: 0 10px 10px 10px;
            padding: 10px;
            background-color: #fafafa;
            border: 1px solid #898989;
            /*border-radius: 0 0 10px 10px;*/
        }

        textarea {
            width: 100%;
            display: block;
            min-height: 110px;
            padding: 10px;
            border-radius: 10px;
            border: 1px solid #898989;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            resize: vertical;
        }
        
        .section input[type="submit"], .btn-csu {
            background-color: #1E4D2B;
            color: #FFF;
            font-size: 22px;
            margin: 10px auto;
            display: block;
            height: 45px;
            width: 322px;
            cursor: pointer;
            border-radius: 10px;
            border: 1px solid #808080;
        }

        .section input[type="submit"]:hover {
            background-color: #C5952C;
        }

        /*.footer {
        padding: 10px 20px;
        width: 960px;
        margin: 10px auto;
        font-size: 12px;
        text-align: right;
        color: white;
        background-color: #1E4D2B;
        border-radius: 10px;
        }*/

        .footer p {
            padding: 0;
            margin: 0;
        }

        .footer a {
            text-decoration: none;
            color: white;
        }

        .break {
            height: 10px;
            width: 100%;
            background-color: #1E4D2B;
            border-radius: 10px;
            box-shadow: 0 0 4px 0 inset;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .contact-info .info-section-title {
            background-color: #FF6501;
            border-color: #e85c01
        }

            .contact-info .info-section-content .label2 {
                background-color:rgb(247, 165, 113) ;
            }

        .demographics .info-section-title {
            background-color: #FFCC00;
            border-color: #cca300;
        }

            .demographics .info-section-content .label2 {
                background-color: #fbe076;
            }

        .additional-info .info-section-title {
            background-color: #0099FF;
            border-color:  #0071bd;
        }

            .additional-info .info-section-content .label2, .additional-info .info-section-content .label2-list {
                background-color: #67c2ff;
            }

        .interest-statements .info-section-title {
            background-color: #9933FF;
            border-color: #7622ca;
        }

            .interest-statements .info-section-content .label2 {
                background-color: #c489ff;
                
            }

        .comments .info-section-title {
            background-color: #009900;
            border-color: #016901;
        }

            .comments .info-section-content .label2 {
                background-color: #4a9f4a;
            }

        .essays .info-section-title {
            background-color: #989BF8;
            border-color: #7375c1;
        }

            .essays .info-section-content .essay-answer-title {
                background-color: #cfd1ff;
            }

        .remarks .info-section-title, .remarks .info-list .label2-list {
            background-color: #CE98CC;
            border-color: #aa7fa9;
        }

        .nobold {
            font-weight: normal;
        }

        .bold {
            font-weight: bold;
        }

        label {
            display: inline-block;
           
        }

        .datatable {
            border-collapse: collapse !important;
            
        }

        table.dataTable tbody tr {
            background-color: none !important;
        }


                /***********END OF INDIVIDUAL STUDENT REVIEW PAGE***********/
        

                 /***********START OF ACCEPTED STUDENT INFO PAGE***********/

                 .intro {
            display: block;
            font-size: 20px;
            font-weight: bold;
            color: white;
            margin: 30px;
            padding: 10px;
            background-color: #1e4d2b;
            border: 1px solid white;
            border-radius: 10px;
            text-align: center;
        }

        .step {
            margin-bottom: 30px;
        }

        .step-header {
            display: block;
            padding: 10px 20px;
            border-radius: 10px;
            background-color: gray;
            font-size: 22px;
            color: white;
            margin-bottom: -10px;
            position: relative;
            cursor: pointer;
        }

        .step-header:after {
            content: '[+]';
            margin: 0 10px;
            float: right;
        }

        .step-body {
            font-size: 18px;
            display: block;
            margin: 0 20px;
            padding: 30px 30px 30px 30px;
            background-color: white;
            border: 1px solid gray;
            border-radius: 10px;
        }

        .step-body p {
            margin: 0;
           
        }

        .step-hidden {
            display: none;
        }

        .hidden {
            display: none;
        }

        .open::after {
            content: '[-]';
        }

        .step-complete {
            background-color: #238e23;
            border: 1px solid #1d6d1d;
        }

        .step-complete:before, .step-incomplete:before {
            background: url(http://i.imgur.com/IqGwagb.png) no-repeat;
            background-size: 100px 50px;
            padding: 10px 0 10px 50px;
            margin-right: 10px;
            content: '';
        }

        .step-complete:before {
            background-position: 0 0;
        }

        .step-incomplete:before {
            background-position: -50px 0;
        }

        .step-incomplete {
            background-color: #ad3030;
            border: 1px solid #621c1c;
        }

        .step-body fieldset {
            border: none;
        }
        
        .step-body fieldset label {
            display: block;
            padding-left: 10px;
            font-weight: bold;
            font-size: 20px;
        }

        .shortnumber input[type="number"] {
            width: 40px;
            float: left;
            margin-right: 5px;
        }

        .shortnumber label {
            display: inline !important;
            text-align: center;
            vertical-align: middle;
        }

        .interest-statements .shortnumber {
            margin: 20px;
        }


        /***********END OF ACCEPTED STUDENT INFO PAGE***********/

        /***********START OF ADMIN PAGE***********/

        .admin-section select {
            height: 20px;
            width: auto;
            max-width: 350px;
            border-radius: 5px;
            font-size: 16px;
            padding: 0 5px;
            box-shadow: 2px 2px 5px #808080;
            border: 1px solid #808080;
        }

        .admin-section {
            margin-top: 0;
            border-top: 0;
            border-radius: 0 0 10px 10px;
}

        .admin-section input[type="submit"] {
            background-color: #1E4D2B;
            color: #FFF;
            font-size: 15px;
            margin: 10px auto;
            display: block;
            height: auto;
            width: auto;
            cursor: pointer;
            border-radius: 10px;
            border: 1px solid #808080;
        }

        .admin-Keyapp {
            border: 1px solid #808080;
            padding: 5px;
            margin: 5px;
        }

        .admin-Keyapp span {
            min-width: 200px;
            margin-left: 5px;
        }
                
        thead tr {
            background-color: #1E4D2B !important;
        }

        #DecisionDisplay {
            padding:3px;
            background-color: yellow;
        }


        /* Section for commentbox*/
        .CommentsBox {
            display: block;
            position: fixed;
            bottom: 15px;
            max-width: 300px;
            max-height: 120px;
            right: 15px;
        }


        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: #fff;
            background-color: #007bff;
        }

        .nav-pills .nav-link {
            border-radius: .25rem;
            border: 1px solid #999;
        }

        .nav-link {
            display: block;
            padding: .5rem 1rem;
        }

        .nav-pills {
            padding: 5px;
            border: 3px inset #eee;
        }
  
  label.green {
    color: #1E4D2B !important;
    font-weight: bold;
    font-size: 1.2em;
  }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .text-box-small {
        display: block;
        max-width: 350px;
        max-height: 100px;
        right: 15px;
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }



.panel table th, .panel table td {
    padding: 3px;
}



/* 1) Page background */
html, body {
    min-height: 100%;
    background: linear-gradient(135deg, #15331F 0%, #1E4D2B 45%, #1E4D2B 55%, #0F2317 100%);
    color: #111; /* default text; adjust per your design */
}

/* 2) Optional content card to improve contrast and legibility */
.main-content, .container {
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    padding: clamp(1rem, 2vw, 2rem);
}

/* 3) Accent elements (buttons/links) using CSU Gold */
.btn-primary, a.cta {
    background: #C8C372; /* CSU Gold */
    color: #0B1A11; /* dark text for contrast */
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    transition: transform 120ms ease, filter 120ms ease;
}

    .btn-primary:hover, a.cta:hover {
        transform: translateY(-1px);
        filter: brightness(1.05);
    }

/* 4) Optional: headings in CSU Green for consistency */
h1, h2, h3 {
    color: #1E4D2B; /* CSU Green */
}

/* 5) Respect users with dark mode preference */
@media (prefers-color-scheme: dark) {
    html, body {
        background: linear-gradient(135deg, #0C1B12 0%, #15331F 50%, #0C1B12 100%);
        color: #F3F3F3;
    }

    .main-content, .container {
        background-color: rgba(18, 27, 22, 0.75);
        color: #EAEAEA;
    }

    .btn-primary, a.cta {
        background: #C8C372; /* still readable on dark surfaces */
        color: #0B1A11;
    }
    
}

.greyedout {
    border: 1px solid #CCC;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
}


.text-box-large {
    background-color :honeydew; /* dark green */
    border: 3px solid #ffd700; /* gold/yellow */
    border-radius: 12px; /* rounded edges */
    padding: 16px; /* inner spacing */
    color: black; /* text color for contrast */
    font-size: 20px; 
    max-width: 1500px; /* optional — controls width */
    margin: 0 auto; /* centers the box horizontally */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* soft shadow */
}
#cssmenu ul {
  margin: 0;
  padding: 7px 6px 0;
  background: #1E4D2B repeat-x 0 -110px;
  line-height: 100%;
  border-radius: 1em;
  font: normal 0.8em/1.5em Arial, Helvetica, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: auto;
}
#cssmenu li {
  margin: 0 5px;
  padding: 0 0 8px;
  float: left;
  position: relative;
  list-style: none;
}
#cssmenu a,
#cssmenu a:link {
  font-weight: bold;
  font-size: 13px;
  color: #e7e5e5;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#cssmenu a:hover {
  background: #000;
  color: #fff;
}
#cssmenu .active a,
#cssmenu li:hover > a {
  background: #4b9f27 repeat-x 0 -40px;
  background: #fff repeat-x 0 -40px;
  color: #444;
  border-top: solid 1px  #f8f8f8;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 #ffffff;
}
#cssmenu ul ul li:hover a,
#cssmenu li:hover li a {
  background: none;
  border: none;
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#cssmenu ul ul a:hover {
  background: #38761d repeat-x 0 -100px !important;
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu li:hover > ul {
  display: block;
}
#cssmenu ul ul {
  z-index: 1000;
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff repeat-x 0 0;
  border: solid 1px #b4b4b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#cssmenu ul ul li {
  float: none;
  margin: 0;
  padding: 3px;
}
#cssmenu ul ul a,
#cssmenu ul ul a:link {
  font-weight: normal;
  font-size: 12px;
}
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
* html #cssmenu ul {
  height: 1%;
}


div.wysiwyg { border: 1px solid #999; padding: 5px; background: #fff url("jquery.wysiwyg.bg.png") repeat-x top; }
div.wysiwyg * { margin: 0; padding: 0; }

div.wysiwyg ul.toolbar li.jwysiwyg-custom-command { overflow: hidden; }

div.wysiwyg ul.toolbar { border-bottom: 1px solid #ccc; float: left; width: 100%; padding: 0; }
div.wysiwyg ul.toolbar li { list-style: none; float: left; margin: 1px 2px 3px 0;  background: rgb(240, 240, 240); -moz-user-select: none; -webkit-user-select: none; user-select: none;}
div.wysiwyg ul.toolbar li.separator { width: 1px; height: 16px; margin: 0 4px; border-left: 1px solid #ccc; }
div.wysiwyg ul.toolbar li { text-indent: -5000px; opacity: 0.85; filter: alpha(opacity=85); display: block; width: 16px; height: 16px; background: url('jquery.wysiwyg.gif') no-repeat -64px -80px; border: 1px dotted rgb(240, 240, 240); cursor: pointer; margin: 0px; }
div.wysiwyg ul.toolbar li.wysiwyg-button-hover, div.wysiwyg ul.toolbar li.active { opacity: 1.00; filter:alpha(opacity=100); border: 1px outset rgb(224, 224, 224); }
div.wysiwyg ul.toolbar li.active { background-color: rgb(255, 255, 64); border: 1px solid rgb(208, 208, 208); border-left-color: #aaa; border-top-color: #aaa; margin: 0; }

div.wysiwyg ul.toolbar li.bold { background-position: 0 -16px; }
div.wysiwyg ul.toolbar li.italic { background-position: -16px -16px; }
div.wysiwyg ul.toolbar li.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.toolbar li.underline { background-position: -48px -16px; }

div.wysiwyg ul.toolbar li.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.toolbar li.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.toolbar li.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.toolbar li.justifyFull { background-position: -48px 0; }

div.wysiwyg ul.toolbar li.indent { background-position: -64px 0; }
div.wysiwyg ul.toolbar li.outdent { background-position: -80px 0; }

div.wysiwyg ul.toolbar li.subscript { background-position: -64px -16px; }
div.wysiwyg ul.toolbar li.superscript { background-position: -80px -16px; }

div.wysiwyg ul.toolbar li.undo { background-position: 0 -64px; }
div.wysiwyg ul.toolbar li.redo { background-position: -16px -64px; }

div.wysiwyg ul.toolbar li.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.toolbar li.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.toolbar li.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.toolbar li.h1 { background-position: 0 -32px; }
div.wysiwyg ul.toolbar li.h2 { background-position: -16px -32px; }
div.wysiwyg ul.toolbar li.h3 { background-position: -32px -32px; }
div.wysiwyg ul.toolbar li.h4 { background-position: -48px -32px; }
div.wysiwyg ul.toolbar li.h5 { background-position: -64px -32px; }
div.wysiwyg ul.toolbar li.h6 { background-position: -80px -32px; }

div.wysiwyg ul.toolbar li.paragraph { background-position: 0px -96px; }
div.wysiwyg ul.toolbar li.colorpicker { background-position: -16px -96px; }
div.wysiwyg ul.toolbar li.fullscreen { background-position: -32px -96px; }

div.wysiwyg ul.toolbar li.cut { background-position: -32px -64px; }
div.wysiwyg ul.toolbar li.copy { background-position: -48px -64px; }
div.wysiwyg ul.toolbar li.paste { background-position: -64px -64px; }
div.wysiwyg ul.toolbar li.insertTable { background-position: -64px -48px; }

div.wysiwyg ul.toolbar li.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.toolbar li.decreaseFontSize { background-position: -32px -80px; }

div.wysiwyg ul.toolbar li.createLink { background-position: -80px -48px; }
div.wysiwyg ul.toolbar li.insertImage { background-position: -80px -80px; }

div.wysiwyg ul.toolbar li.html { background-position: -47px -46px; }
div.wysiwyg ul.toolbar li.removeFormat { background-position: -80px -63px; }

div.wysiwyg ul.toolbar li.empty { background-position: -64px -80px; }

div.wysiwyg iframe { border: 1px solid #999; clear: left;
-moz-box-shadow    :inset 0 0 10px rgba(0, 0, 0, 0.4);
-webkit-box-shadow :inset 0 0 10px rgba(0, 0, 0, 0.4);
box-shadow         :inset 0 0 10px rgba(0, 0, 0, 0.4);
background-color:white; padding:3px; margin:0;
}


