/* -------------------- Info --------------------------- */
/* --            New Login  V08                     --- */


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font: 14px/20px 'Proxima Nova', Helvetica, Arial, sans-serif !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #bfbfbf;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input, textarea, select {
    font-size: 18px;
    line-height: 20px;
    font: 14px/20px 'Proxima Nova', Helvetica, Arial, sans-serif !important;
    resize: none;
}

select {
    padding: 4px;
}

[placeholder]:active,
[placeholder]:focus {
    cursor: text;
    color: #bfbfbf;
    font: 14px/20px 'Proxima Nova', Helvetica, Arial, sans-serif !important;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

/*@font-face {
    font-family: Calibri;
    src: url(../NewLogin/fonts/calibri/calibri.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
} */

html {
    height: 100%;
}

body {
    font: 14px/20px 'Proxima Nova', Helvetica, Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    color: #bfbfbf;
    background: #222;
    max-height: 100%;
    max-width: 100%;
    background: transparent url(./images/LoginPage_BG_1920x1080.jpg) no-repeat; /*---Updated 1/15/2015---*/
    background-size: auto;
    /*--- background-position: left bottom; For Winter 2014 BG ---*/
}

.box .instructions, .box .help {
    color: #666;
}

.box .tab {
    color: #999;
    font-size: 14px;
    background: #E6E3DE;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.box .tab_selected {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #006C90;
    text-align: center;
    border-bottom: 1px solid #999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .box .tab_selected span {
        color: #fff;
    }

.box .help {
    display: block;
    margin: 4px;
}

.box div {
    clear: both;
}

.box {
    background: white;
    padding: 20px 30px;
    margin: 100px 30%;
    min-width: 250px;
    border-radius: 3px;
}

    .box.large {
        margin: 100px 15%;
        background: rgba(253,253,253, 0.98);
    }

        .box.large h1 {
            margin: 30px;
        }

            .box.large h1.register {
                margin: 0px;
                font-size: 20px;
            }

    .box .infobox {
        margin: 10px;
    }

        .box .infobox a {
            color: #333;
            text-decoration: underline;
        }

    .box .instructions {
        color: #666;
    }

    .box .infobox a:hover {
        color: #EE2947;
    }

.errorbox {
    font-weight: normal;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    padding-left: 8px;
    padding-right: 8px;
}

.box h1 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px;
}

.box .mandatory {
    color: #EE2947;
}

.box h3 {
    font-weight: bold;
    font-size: 14px;
}

.box td {
    padding: 5px 2px;
}

.box h1, .box h3, .box h4, .box p, .box td, .box span, .box, .box td, .box span, .box {
    color: #333;
}

#wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    text-align: center;
    /*background:url(./images/patterns/pat6.png) repeat scroll 0 0;*/ /*--- Updated 3/13/2015 to remove overlay patterns for 4.4 release ---*/
    /*z-index:10; removed*/
}



#top-bar {
    margin: 0 auto;
    height: 44px;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 4;
    background: url(./images/bg-toolbar.png) repeat; /*-- Use for dark bg --*/
    /*background: url(./images/container-bg.png) repeat; -- Use for light bg --*/
    position: absolute;
    top: 0;
    /*opacity: 0.5;
	filter: alpha(opacity=50);*/
}

a.logo {
    text-align: left;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 20px;
    opacity: 1;
}

h1 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}

    h1 span {
        background: #000;
        padding: 7px 10px;
    }

h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
}

h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

/**** Co-Branding Logo ****/
.coLogo {
    position: absolute;
    top: 60px;
    right: 20px;
}

#container {
    width: 500px;
    background: rgba(0,0,0,0.6) repeat scroll 0 0;
    /* changed for WNYRIC 2016 Art of Abby Road - alpha from 0.7 to 0.5 */
    /* changed for LI and WNYRIC Art Photo for 2016 url(./images/container-bg.png) */
    overflow: hidden;
    /*display:inline-block; -- removed for Winter image*/
    /* -- previous margin 160px changed for fall 2014 BG -- */
    /* -- Centering Login Box -- */
    top: 50%; /* 9/2016 changed from 250px to percentage for centering the box */
    left: 50%; /* 9/2016 - entered for LI Art Contest, centering */
    margin-right: -50%; /* 9/2016 - added for centering */
    z-index: 1000;
    border: 1px solid #777; /* added V06 */
    position: absolute; /* 9/2016 - added for centering */
    transform: translate(-50%, -50%); /* 9/2016 - added for centering */
    /* -- Added in V07 for the Winter BG -- */
    /*float: right;
	right: 100px; */
}

.illuminate_logo {
    width: 20px;
    background: transparent url(./images/IE_NewIcon_White.png) no-repeat; /*---Updated 1/15/2015---*/
    background-size: 20px 31px;
    height: 31px;
    bottom: 10px; /* 9/2016 changed from 250px to percentage for centering the box */
    left: 50%; /* 9/2016 - entered for LI Art Contest, centering */
    margin-right: -50%; /* 9/2016 - added for centering */
    z-index: 1000;
    position: absolute; /* 9/2016 - added for centering */
    transform: translate(-50%, -50%); /* 9/2016 - added for centering */
    opacity: 0.6;
    display: none;
}

#totoggle {
    position: relative;
}

#infopage, #contactpage {
    display: none;
    position: relative;
}

.content {
    padding: 10px 50px;
    text-align: left;
}

    .content p {
        margin-bottom: 10px;
    }

.one-half {
    width: 48%;
}

.one-half {
    position: relative;
    margin-right: 4%;
    float: left;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.clear {
    clear: both;
}

.separator {
    width: 100%;
    height: 1px;
    border-top: 1px dotted #BFBFBF;
    clear: both;
    padding-bottom: 15px;
}

.text {
    position: absolute;
    top: 0;
    left: 20px;
    height: 31px;
    line-height: 31px;
}

.top-buttons {
    position: relative;
    height: 31px;
    width: 100%;
}

.buttons {
    position: relative;
    height: 31px;
    width: 100%;
}

    .buttons a, .top-buttons a {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        display: block;
        position: absolute;
        width: 31px;
        height: 31px;
        cursor: pointer;
        text-indent: -9999px;
    }

a.trigger {
    background: url(images/toggle-minus.png) no-repeat scroll 0 0;
    top: 0;
    right: 0;
}

a.active {
    background: url(images/toggle-plus.png) no-repeat scroll 0 0;
}

a.drag {
    background: url(images/drag.png) no-repeat scroll 0 0;
    top: 0;
    right: 32px;
}

a.contact, a.infocontact {
    background: url(images/contact.png) no-repeat scroll 0 0;
    bottom: 0;
    right: 0;
}

a.info, a.contactinfo {
    background: url(images/info.png) no-repeat scroll 0 0;
    bottom: 0;
    right: 32px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

/* 3.1 Countdown */

#countdown {
    float: left;
    padding: 0;
    position: relative;
    width: 400px;
    margin-left: 70px;
}

.hasCountdown {
    height: 70px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.item {
    float: left;
    text-align: center;
    margin: 0 15px;
    width: 67px;
    height: 67px;
    position: relative;
    background: url(images/countdown-item.png) no-repeat scroll 0 0;
}

    .item span {
        font-size: 14px;
        clear: both;
        color: #fff;
        width: 85px;
        height: 20px;
        display: inline-block;
        text-transform: lowercase;
    }

    .item p {
        text-align: center;
        margin: 13px 0 5px;
        font-size: 24px;
    }


/* 3.2. Contact Form & Subscribe Form */

#subscribe {
    clear: both;
}

.error_message {
    margin-bottom: 10px;
    text-align: center;
}

#subscribeform {
    margin-bottom: 10px;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

#contactform {
    overflow: hidden;
    position: relative;
}

    #contactform input[type="text"] {
        /*background:url(images/bg-form.png) repeat scroll 0 0;*/
        background: none;
        width: 202px;
        height: 17px;
        border: 0 none;
        padding-top: 6px;
        padding-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
        float: left;
        color: #fff;
        margin-bottom: 8px; /**** Changed from 5px ****/
        margin-left: 142px;
        margin-right: 0px;
        border: 1px solid #777; /**** New ****/
    }

        #contactform input[type="text"]:focus, #contactform input[type="password"]:focus {
            /*border: 1px solid #ccc; *** Focus Fix ****/
            background: url(images/bg-form.png) repeat scroll 0 0; /**** New ****/
        }

    #contactform input[type="password"] {
        background: none;
        width: 202px;
        height: 17px;
        border: 0 none;
        padding-top: 6px;
        padding-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
        float: left;
        color: #fff;
        margin-bottom: 8px; /**** Changed from 5px ****/
        margin-left: 142px;
        margin-right: 0px;
        border: 1px solid #777; /**** New #444****/
    }

    #contactform textarea {
        background: url(images/bg-form.png) repeat scroll 0 0;
        width: 90%;
        height: 100px;
        border: 0 none;
        padding: 5%;
        float: left;
        color: #bfbfbf;
        margin-bottom: 5px;
    }

#subscribeform input#subemail {
    background: url(images/bg-form.png) repeat scroll 0 0;
    width: 265px;
    height: 15px;
    border: 0 none;
    padding: 10px;
    float: left;
    color: #bfbfbf;
}

input[type="submit"].button {
    float: none;
    background: #006C90;
    margin: 0 4px;
}

input[type="submit"] {
    border: 0 none;
    color: #fff;
    height: 30px;
    min-width: 60px;
    float: left; /**** Changed from right ****/
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -0-transition:background 0.2s linear;
    transition: background 0.2s linear;
    margin: 8px 0 10px 142px; /**** Changed from margin-right:35px ****/
    font-weight: normal;
    color: #fff !important;
    border: 1px solid #7b0006 !important;
    border-bottom: 1px solid #550004 !important;
    padding: 3px 8px 6px 8px;
    overflow: visible;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none !important;
    text-decoration: none !important;
    -webkit-appearance: none;
}





/**** Placeholder Color ****/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #7a7a7a;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #7a7a7a !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #7a7a7a !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #7a7a7a;
}

/**** New Class for Forgot Password Link****/
.forgotPass {
    position: relative;
    bottom: 34px;
    *bottom: 28px;
    left: 56px;
    width: 115px;
    /*float: right;*/
    /*margin-right: 150px;*/
    color: #FFF;
    font-style: italic;
    font-weight: bolder;
}

/**** New Class for Parent Portal Links****/
.portalLinks {
    clear: both;
    margin-left: 142px;
    width: 216px;
    text-align: center;
    border-top: 1px solid #444;
    padding-top: 15px;
    position: relative;
    bottom: 6px;
}

    .portalLinks a {
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
    }

.onlineReg {
    margin-right: 16px;
}




#controls-wrapper {
    margin: 0 auto;
    height: 61px;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 4;
    /*background: url(images/bg-toolbar.png) repeat;  ---Use for dark bg ----*/
    background: url(./images/container-bg.png) repeat; /*-- Use for light bg --*/
    position: fixed;
}





/* Slider Progress Bar
    ----------------------------*/
#progress-back {
    z-index: 5;
    position: fixed;
    bottom: 61px;
    left: 0;
    height: 3px;
    width: 100%;
    background: url('images/progress-back.png') repeat-x;
}

#progress-bar {
    position: relative;
    height: 3px;
    width: 100%;
}

/* Thumbnail Navigation
    ----------------------------*/


.centered-controls {
    width: 100%;
    height: 61px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
    content: "HI IM Here!";
}

    .centered-controls a {
        height: 61px;
        width: 100%;
        float: left;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -0-transition:background 0.2s linear;
        transition: background 0.2s linear;
        margin-right: 1px;
    }

        .centered-controls a:hover {
            cursor: pointer;
        }

/*-------------- Pic Info -------------------*/
.picContainer {
    /*background-color: rgba(255, 0, 0, 0.4);*/
    width: auto;
    min-height: auto;
    position: absolute;
    bottom: 34px;
    left: 0px;
    /*padding: 10px 20px 20px;*/
    text-align: left;
}

.picContent {
    padding: 20px 40px 3px 44px;
}

.picContainer h2 {
    font-size: 18px;
    line-height: 18px;
}

.picContainer h3 {
    font-style: italic;
    color: #bfbfbf;
}

.picContainer p {
    margin-bottom: 0px;
}

.picInfo {
    font-size: 14px;
    display: block;
    height: 22px;
    padding: 4px 6px 4px 32px;
    margin: 0 0 0 12px;
    cursor: pointer;
    background: transparent url(./images/picSprite.png) no-repeat scroll 0 -30px;
    line-height: 26px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

    .picInfo:hover {
        /*background-color: #000;*/
        text-decoration: none;
        background-position: 0 0px;
        color: #999;
        font-weight: bold;
    }

#picInfoBox {
    width: 500px;
    background: url(./images/container-bg.png) repeat scroll 0 0;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
}

.picClose {
    background-position: 0 -90px;
    width: 150px;
    color: #bfbfbf;
    padding-left: 32px;
}

    .picClose:hover {
        background-position: 0 -120px;
        color: #bfbfbf;
    }

.picBtn {
    padding-bottom: 2px;
}

/*
#txtUserName:focus{
	border: 2px solid red !important;
}*/


.ieLabel {
    display: none;
}
