/* Minification failed. Returning unminified contents.
(482,47): run-time error CSS1046: Expect comma, found '0'
(482,51): run-time error CSS1046: Expect comma, found '/'
(483,39): run-time error CSS1046: Expect comma, found '0'
(483,43): run-time error CSS1046: Expect comma, found '/'
 */
body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #efefef;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Inter', "Helvetica Neue",sans-serif;
    color: #444444;
}

    body * {
        box-sizing: border-box;
    }

.restrict-width {
    margin: 0 auto;
    max-width: 1400px;
}

.skip-link {
    display: none;
}

/* HEADER */

#LoginView1_LoginStatus1 {
    display: inline !important;
}

.header {
    border-top: 5px solid #C9D845;
}

    .header .top-bar {
        background-color: #0B3A1D;
    }

    .header .menu-bar {
        background-color: #1E4D2B;
    }

        .header .menu-bar ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
/* Menu */
#main-nav > li {
    display: inline-block;
    border-right: 1px solid #0B3A1D;
    color: #fff;
}

#main-nav li span {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 25px;
}

#main-nav li a.drop-down-arrow span {
    font-size: 12px;
}

#main-nav > li > a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#main-nav li.has-sub-menu > a:first-of-type {
    padding-right: 5px;
}

#main-nav li.has-sub-menu > a:last-of-type {
    padding-left: 5px;
}

    #main-nav li.has-sub-menu > a:last-of-type span {
        border: 1px solid rgba(0,0,0,0);
    }

    #main-nav li.has-sub-menu > a:last-of-type:hover span,
    #main-nav li.has-sub-menu > a:last-of-type:focus span {
        border: 1px solid rgba(255, 255, 255, 0.75);
        border-radius: 5px;
        background-color: rgba(0,0,0,.5);
    }

#main-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px;
    font-weight: 500;
}


    #main-nav a:hover {
        color: #C9D845
    }

#main-nav .sub-menu {
    display: none;
    position: absolute;
    background-color: #1E4D2B;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#main-nav > li:hover > .sub-menu {
    display: block;
}

#main-nav .sub-menu a {
    display: block;
    padding: 15px;
}

    #main-nav .sub-menu a:hover {
        background-color: #0B3A1D;
    }
/* Mobile Menu Icon */
.hamburger-icon {
    cursor: pointer;
    padding: 25px 20px;
    display: none; /* Hide by default */
}

.hamburger-line {
    background-color: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
}

    .hamburger-line::before,
    .hamburger-line::after {
        background-color: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all 0.2s ease-out;
        width: 100%;
    }

    .hamburger-line::before {
        top: 5px;
    }

    .hamburger-line::after {
        top: -5px;
    }

.mobile-menu-opened .hamburger-icon .hamburger-line {
    background: transparent;
}

    .mobile-menu-opened .hamburger-icon .hamburger-line::before {
        transform: rotate(-45deg);
        top: 0;
    }

    .mobile-menu-opened .hamburger-icon .hamburger-line::after {
        transform: rotate(45deg);
        top: 0;
    }

/* BODY */
.wrapper {
    padding: 15px;
}

.main-content {
    background-color: #fff;
    padding: 40px;
}

@media only screen and (max-width: 768px) {
    .main-content {
        padding: 20px;
    }
}

.page-title {
    margin-top: 0;
    padding-top: 0;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", sans-serif;
}

h1 {
    font-size: 48px;
    font-weight: 300;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    color: #1e4d2b;
}

h3 {
    font-size: 32px;
    font-weight: 300;
}

h4 {
    font-size: 28px;
    font-weight: 300;
}

h5 {
    font-size: 20px;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    font-weight: 300;
}

/* Common Elements */
.main-content p {
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 1.5em;
}

.main-content a {
    color: #1E4D2B;
}

blockquote {
    border: 0;
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}

figure {
    padding: 0;
    border: 0;
    margin: 0;
}

    figure img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

code {
    hyphens: manual;
    overflow-wrap: break-word;
    border: 1px solid lightgray;
    font: 15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

pre {
    word-wrap: break-word;
    margin: 0;
    border: 0;
    background: rgba(0,0,0,.05);
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
    max-width: 100%;
}

/* Tables */
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

table, td, th {
    border: 1px solid rgba(0,0,0,.1)
}

td, th {
    padding: 8px;
    border-width: 0 1px 1px 0
}

th {
    font-weight: 700;
    vertical-align: bottom;
    background-color: #1e4d2b;
    color: #fff;
}

.form-horizontal table {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .alert {
        padding: .25rem .75rem;
        line-height: 2em;
    }
}
/* FOOTER */
.top-footer {
    background-color: #004C23;
}

.top-footer_content {
    color: #fff;
    padding-top: 35px;
    padding-bottom: 25px;
}

.footer {
    background: #0B3A1D;
}

.csu-footer-links {
    text-align: right;
    padding-top: 12px;
}

    .csu-footer-links ul li {
        display: inline-block;
        margin-left: 10px;
    }

        .csu-footer-links ul li::before {
            content: "> ";
            color: #EAB830;
        }

    .csu-footer-links a {
        color: #FFFFFFE0;
        text-decoration: none;
    }

        .csu-footer-links a:hover {
            color: #EAB830;
        }


/* RESPONSIVE */
/* Tablet */
@media only screen and (max-width: 1000px) {
    /* Switch to Mobile Menu */
    .hamburger-icon {
        display: block;
    }

    #main-nav {
        display: none;
    }
        /* Change to Display Block */
        #main-nav a {
            display: block;
        }
    /* Mobile Menu */
    .mobile-menu-closed #main-nav {
        display: none;
    }

    .mobile-menu-opened #main-nav {
        display: block;
    }

    #main-nav li,
    #main-nav li a {
        display: block;
    }

        #main-nav li:hover {
            background-color: rgba(0,0,0,.2);
        }

    #main-nav > li > a {
        padding: 20px 20px;
    }

    #main-nav li.has-sub-menu a {
        display: inline-block;
    }

    #main-nav li.has-sub-menu:hover > ul {
        display: none; /* JS will toggle display on arrow click */
    }

    #main-nav .sub-menu {
        display: none; /* Just default: will be overridden when user interacts */
        position: relative;
    }

        #main-nav .sub-menu a {
            text-align: center;
            width: 100%;
        }
    /* Add Padding to Header and Footer */
    .header .top-bar,
    .top-footer,
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.cke_notification_warning {
    display:none !important;
}

fieldset {
    clear: both;
}

fieldset label {
    font-weight: bold;
}

fieldset table label {
    margin-left: 5px;
}

    fieldset table table label {
        font-weight: normal;
    }

fieldset .nobold label {
    font-weight: normal;
    margin: 15px 0 0 5px;
}

/* OVerrides */
@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}

h1 {
    margin-top: 0px;
}

span[data-val="true"] {
    color: red;
}

/*select, input {
    border: 1px solid #efefef;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}*/

select {
    display: block;
    /* width: 100%; */
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.btn i {
    font-size: 18px;
}

a.btn {
    color: #fff;
    background-color: #1e4d2b;
    border-color: #1e4d2b;
}

    a.btn:hover {
        background-color: #C8C372;
        border-color: #C8C372;
    }

.dataTables_length select {
    display: inline;
}

.dataTable thead th input {
    color: #757575;
}

.col-form-label {
    font-weight: 600;
    text-align: right;
}

.form-horizontal .text-left {
    text-align: left;
}

/* Tables */
table, table tr, table td {
    border-width: 0px;
}

#main-nav span + a#LoginView1_LoginStatus1 {
    padding-left: 0px;
}

#fullcontainer {
    width: 700px;
    margin: 0 auto;
}

#header {
    width: 700px;
    margin: 0 auto;
}

select {
    margin-left: -1px
}

label {
    font-weight: 400;
}

.footer ul {
    padding-top: 10px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    text-align: center;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.modal-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px;
    height: 66px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .modal-holder img {
        min-width: 66px;
        min-height: 66px;
    }

