/* Minification failed. Returning unminified contents.
(29,28): run-time error CSS1039: Token not allowed after unary operator: '-theme-banner-background-color'
(107,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-login-account-color'
(258,28): run-time error CSS1039: Token not allowed after unary operator: '-theme-background-color'
(383,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-color'
(444,22): run-time error CSS1039: Token not allowed after unary operator: '-theme-bar-background'
(448,21): run-time error CSS1039: Token not allowed after unary operator: '-theme-footer-font-size'
(456,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-color'
(459,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-primary-color'
(471,22): run-time error CSS1039: Token not allowed after unary operator: '-theme-bar-background'
(516,17): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-hover-color'
(523,52): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-active-background-color1'
(523,98): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-active-background-color2'
(572,32): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-background-color'
(580,21): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-dropdown-color'
(583,32): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-background-color-hover'
(586,21): run-time error CSS1039: Token not allowed after unary operator: '-theme-menu-dropdown-hover-color'
 */
@font-face {
    font-family: 'Dela Gothic One';
    src: url('fonts/DelaGothicOne-Regular.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Century Gothic - Bold';
    src: url('fonts/GOTHICB.TTF') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'League Spartan - Extra Bold';
    src: url('fonts/LeagueSpartan-ExtraBold.woff2') format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype')
}

header, footer, hgroup,
nav, section {
    display: block;
}

header {
    background-color: var(--theme-banner-background-color);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    /*background: #EFF3EA url("images/ui-bg_highlight-hard_100_f5f3e5_1x100.png") 50% top repeat-x;*/
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*padding-top: 30px;*/
}

header .content-wrapper {
    padding-top: 5px; 
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: "Century Gothic", Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 25px 0 10px;
    text-align: right;
}

#login a {
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: var(--theme-login-account-color);
    font-weight: bold;
    text-transform: uppercase;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

/* change password
----------------------------------------------------------*/
#changepwd li {
    padding: 10px 0;
}
#changepwd li label {
    display: inline-block;
    width: 200px;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

    ul#menu li a {
        background: none;
        color: white;
        text-decoration: none;
        font-size: 0.8em;
    }

    ul#menu li a:hover, ul#menu li a.active {
        color: white;
        text-decoration: none;
        border-bottom: 4px solid rgb(141, 198, 63);
    }

/* page elements
----------------------------------------------------------*/

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero {
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
    background: url("../Images/orderedList9.png") no-repeat;
}

aside ul {
    padding-left: 20px;
    line-height: 1.5em;
    margin-top: 10px;
}

/* login page */
#loginForm {
    width: 350px;
    margin: auto;
    padding-top: 20px;
}

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input {
    width: 250px;
}

#loginForm fieldset {
    background-color: var(--theme-background-color);
}
#loginForm fieldset input {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 36px;
    padding: 0 8px;
    margin: 0;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 15px;
    color: #404040;
}

#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
    width: auto;
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2 {
    margin-bottom:  5px;
}

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* forms */
#loginForm fieldset legend, #frmRegister fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

#frmRegister label, #loginForm label {
    display: block;
}

input, textarea {
    border: 1px solid #e2e2e2;
}

input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.green {
    color: var(--theme-primary-color);
}

/* site specific */

ul.pager {
    list-style-type: none;
}
li.pager-item {
    float: left;
}
li.pager-item input {
    background-color: white;
}
li.pager-item input {
    padding: 10px;
    margin-top: 5px;
}
li.pager-item.current input, li.pager-item input:hover {
    background-color: rgb(226, 226, 226);
}

#ajaxSpinnerImage {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -32px;
    display: none;
}

.ui-autocomplete .ui-menu-item {
    font-size: 16px;
}

.ui-widget-overlay.lighter {
    opacity: 0.2;
}

.ui-dialog .ui-dialog-title {
    overflow: initial;
}

/*footer {
    padding-top: 20px;
}*/

/*
     bottom sticky footer
*/
html, body {
    height: 100%;
}
#bodywrap {
    min-height: 100%;
    margin: 0 auto -78px;
}
#bodypush, footer {
    padding: 25px 0px;
    height: 22px;
}
footer {
    background: var(--theme-bar-background);
    border-top: 3px solid #404b53;
    border-bottom: 3px solid #404b53;
    color: #fff;
    font-size: var(--theme-footer-font-size);
}

#footer a {
    color: #fff;
}
a, a:hover, a:visited {
    text-decoration: none;
    color: var(--theme-primary-color);
}
a {
    color: var(--theme-primary-color);
    font-weight: 300;
    outline: 0;
}

#menu{
    border-top: 2px solid #FFF;
}
#menu, #mainMenu {
    position: relative;
    z-index: 99;
    width: 100%;
    background: var(--theme-bar-background);
}
#mainMenu ul{
    margin:0px;
    padding:0;
    list-style:none;
}
#mainMenu li{
    position:relative;
    margin:0;
    height: 30px;
    padding:0;
    text-decoration:none;
    display: inline-block;
    color: #036C90;
    white-space:nowrap;
}
#mainMenu li ul{
    display:none;
    position:absolute;
    top:35px;
    left:0;
}
#mainMenu li ul li{
    width:160px;
    float:left;
    clear:both;
    background-color: #EAEAEA;
}
#mainMenu li ul li a{
    color: #333333;
}
#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }
#mainMenu li:hover, #mainMenu li.over {
    color:#8cc53f;
}
#mainMenu a{
    color: #FFF;
    text-decoration:none;
    display:block;
    line-height: 30px;
    padding:0 18px;
    font-size: 14px;
}
#mainMenu a:hover{
    color: var(--theme-menu-hover-color);
    text-decoration: none;
}
#mainMenu li.lastMenu{
    border-right:none;
}
    #mainMenu li.activeMenu {
        background: linear-gradient(to bottom,var(--theme-menu-active-background-color1) 0%,var(--theme-menu-active-background-color2) 100%)
    }
#mainMenu li.activeMenu a{
    color:#FFF;
    text-decoration: none;
}
#mainMenu li ul li{
    border-right:none;
}
#menu {
    border-top: 2px solid #FFF;
}
#menu{
    margin-top: 20px;
}
#menu{
    margin-top: 0;
}
.menuContainer{
    margin:0px auto;
}
#mainMenu ul:first-child {
    margin-left: 2px;
}
#mainMenu {
    margin:0 auto;
    width: 960px;
}

#mainMenu ul li.dropdownmenu ul {
    visibility:hidden;
    opacity:0;
    display:none;
    margin-top:-5px;
    position:absolute;
    transition:all 0.5s ease;
    left:0;
}
    #mainMenu ul li.dropdownmenu:hover > ul,
    #mainMenu ul li.dropdownmenu:focus-within > ul,
    #mainMenu ul li.dropdownmenu ul:hover,
    #mainMenu ul li.dropdownmenu ul:focus {
        visibility:visible;
        opacity:1;
        display:block
    }

    #mainMenu ul li.dropdownmenu ul li {
        width: 165px;
        background-color: var(--theme-menu-background-color);
    }
    #mainMenu ul li.dropdownmenu ul.wider li {
        /*width: 215px;*/
        width: 325px;/*SIM25310*/
    }
    #mainMenu ul li.dropdownmenu ul li a {
        font-size: 14px;
        color: var(--theme-menu-dropdown-color);
    }
    #mainMenu ul li.dropdownmenu ul li:hover {
        background-color: var(--theme-menu-background-color-hover);
    }
    #mainMenu ul li.dropdownmenu ul li:hover a {
        color: var(--theme-menu-dropdown-hover-color);
    }

.tooltipster-sidetip .tooltipster-box,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    background: white;
}
.tooltipster-sidetip .tooltipster-content {
    color: black;
}
.tooltipster-box a {
    color:blue;
    text-decoration:underline;
}
    .tooltipster-box a:hover {
        text-decoration: none;
    }

h2.gothic{
    font-size: 24px;
    margin: 20px 0;
}

/********************
*   Mobile Styles   *
********************/
    @media only screen and (max-width: 850px) {

        /* header
    ----------------------------------------------------------*/
        header .float-left,
        header .float-right {
            float: none;
        }

        /* logo */
        header .site-title {
            margin: 10px;
            text-align: center;
        }

        /* login */
        #login {
            font-size: .85em;
            margin: 0 0 12px;
            text-align: center;
        }

            #login ul {
                margin: 5px 0;
                padding: 0;
            }

            #login li {
                display: inline;
                list-style: none;
                margin: 0;
                padding: 0;
            }

            #login a {
                background: none;
                color: #999;
                font-weight: 600;
                margin: 2px;
                padding: 0;
            }

                #login a:hover {
                    color: #333;
                }

        /* menu */
        nav {
            margin-bottom: 5px;
        }

        ul#menu {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            ul#menu li {
                margin: 0;
                padding: 0;
            }


        /* main layout
    ----------------------------------------------------------*/
        .main-content,
        .featured + .main-content {
            background-position: 10px 0;
        }

        .content-wrapper {
            padding-right: 10px;
            padding-left: 10px;
        }

        .featured .content-wrapper {
            padding: 10px;
        }

        /* page content */
        article, aside {
            float: none;
            width: 100%;
        }

        /* ordered list */
        ol.round {
            list-style-type: none;
            padding-left: 0;
        }

            ol.round li {
                padding-left: 10px;
                margin: 25px 0;
            }

                ol.round li.zero,
                ol.round li.one,
                ol.round li.two,
                ol.round li.three,
                ol.round li.four,
                ol.round li.five,
                ol.round li.six,
                ol.round li.seven,
                ol.round li.eight,
                ol.round li.nine {
                    background: none;
                }

        /* features */
        section.feature {
            float: none;
            padding: 10px;
            width: auto;
        }

            section.feature img {
                color: #999;
                content: attr(alt);
                font-size: 1.5em;
                font-weight: 600;
            }

        /* forms */
        input {
            width: 90%;
        }

        /* login page */
        /*#loginForm {
        border-right: none;
        float: none;
        width: auto;
    }*/

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

        #socialLoginForm {
            margin-left: 0;
            float: none;
            width: auto;
        }


        /* footer
    ----------------------------------------------------------*/
        footer .float-left,
        footer .float-right {
            float: none;
        }

        footer {
            text-align: center;
            height: auto;
            padding: 10px 0;
        }

            footer p {
                margin: 0;
            }
    }


