/* <editor-fold desc="Global"> */
* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    background: url(/images/ni_parch_body_mobile.jpg) top center repeat #000;
}

@media only screen and (min-width: 1017px) {
    html {
        width: 100%;
        height: 100%;
        background: url(/images/ni_back.jpg) top center no-repeat #000;
        /*min-width: 1017px*/
    }
}
/*</editor-fold>*/

/* <editor-fold desc="Main Body Elements"> */
body
{
    font-family: "Open Sans", verdana, arial, sans-serif;
    color:#000;
    margin:0;
    padding:0;
    font-size:16px;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
}
/*//Webkit (Chrome, Safari)*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body{
        text-shadow: 0 0 1px rgba(0,0,0,0);
    }
}
p, .p {
    margin: 1em 0 1em;
}
img
{
    border:0;
}

h1{
    font-family: "Quintessential", serif;
    font-size: 40px;
}
h2{
    text-align: center;
    font-family: "Quintessential", serif;
    font-size: 22px;
}
@media only screen and (min-width: 1017px) {
    h2 {
        text-align: left;
    }
}
h3 {
    margin: 10px 0 5px;
    text-align: center;
    font-family: "Quintessential", serif;
    font-size: 20px;
}
input, select, textarea {
    box-sizing: border-box;
    font-family: inherit;
    margin-bottom: 5px;
    outline-color: #B8860B;
    padding: 1px 3px;
}
.h1c{
    font-family: "Quintessential", serif;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.h2c{
    font-family: "Quintessential", serif;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.h3c{
    font-family: "Quintessential", serif;
    font-size: 18px;
    text-align: center;
    padding: 18px 0;
    margin:0;
    font-weight: bold;
}
.dlt h2{
    font-family: "Quintessential", serif;
    font-size: 22px;
    padding: 18px 0 0 0;
    margin: 0;
}
.dlt h3{
    font-family: "Quintessential", serif;
    font-size: 18px;
    padding: 0 0 18px 0;
    margin:0;
}




/*BODY*/
#container
{
    margin: 20px auto 0;
    border-left: 0;
    border-right: 0;
}
@media only screen and (min-width: 1017px) {
    #container {
        background: url(/images/ni_parch_top.png) no-repeat;
        width: 970px;
        margin: 20px auto 0;
        border-left: 0;
        border-right: 0;
    }
}
#contents_body {
    padding: 0 5px;
}
@media only screen and (min-width: 1017px) {
    /*MAIN BODY*/
    #contents {
        background: url(/images/ni_parch_body_s.gif) repeat-y;
        width: 970px;
        margin: -1px;
    }

    #contents_body {
        width: 900px;
        margin: 0 auto;
        padding: 20px 0;
    }
}

/*</editor-fold>*/


/* <editor-fold desc="Title"> */
#title{
    display: flex;
    justify-content: left;
    padding-left: 80px;
}
#title img {
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
    padding-right: 5px;
}



@media only screen and (min-width: 1017px) {
    /*TITLE*/
    #title_holder {
        height: 193px;
    }

    #title {
        float: left;
        margin: 15px 0 0 50px;
        padding: 0;
    }

    #title img {
        margin: 0;
        padding: 0;
    }
}
/* </editor-fold>*/

/* <editor-fold desc="Footer"> */
#footer{
    color: #000;
    background:url(/images/wood_spacer.gif) repeat-x;
    padding-top: 22px;
}
#footer_body {
    padding: 0 5px;
}

.footerColumn{
    width: 100%;
    margin-top: 2em;
}

@media only screen and (min-width: 1017px) {
    /*FOOTER*/
    #footer{
        background:url(/images/ni_frame_shadow.png) no-repeat;
        width: 1000px;
        margin: -10px auto 0;
        height: 200px;
        color: #000;
        padding-top: 0;
    }
    #footer_body{
        padding: 40px 45px 0;
        display: inline-block;
    }
    .footerColumn{
        width: 299px;
        height: 120px;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        margin: 0;
    }
}
.footerColumn ul, .footerColumn li
{
    list-style-type: none;
    margin:0;
    padding:0;
    text-align: left;
}
/* </editor-fold> */

.clear{
    clear:both;
}

.big{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: "Quintessential", serif;
}

.b1e{
    margin-bottom: 1em;
}

.small{
    font-size: 8px;
}
.nomargin{
    margin: 0;
}

.dlButton{
    background: url(/images/download.png) no-repeat;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    text-shadow: rgba(255,255,255,.5) 0 1px 0;
    width: 147px;
    height: 56px;
    font-family: "Quintessential", serif;
    transition: 0.25s ease-in-out;
    font-size: 20px;
    color: #e8cfab;
    font-weight: bold;
}
.dlButton a:active,.dlButton a:visited,.dlButton a:link{
    font-weight: normal;
}
.dlButton:hover{
    /*background: url(/images/download2.png) no-repeat;*/
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    text-shadow: rgba(255,255,255,.5) 0 1px 0;
    width: 147px;
    height: 56px;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition:  0.25s ease-in-out;
    -moz-transition:  0.25s ease-in-out;
    -o-transition:  0.25s ease-in-out;
    transition:  0.25s ease-in-out;
}
.dlButton:hover a{
    color: #ffffff;
    font-weight: normal;
}

/*INDEX STUFF*/
#i_features li {padding-bottom: .5em;}
.fp{
    width: 100%;
    margin: 0 auto;
}
.fp span{
    font-weight: bold;
}
@media only screen and (min-width: 1017px) {
    .fpn{
        width: 850px;
        margin: 0 auto;
    }
}

.fpn span{
    font-weight: bold;
}
.fpn h3{
    font-family: "Times New Roman", serif;
    font-size: 18px;
    padding: 18px 0 0 0;
    margin:0 0 12px 0;
}
.fpn ul{
    margin: 0;
}
.fpn .col3{
    width: 100%;
}
.fpn .col3 ul{
    list-style: none;
}

.fpn .col3 h4{
    text-align: center;
}

@media only screen and (min-width: 1017px) {
    .fpn .col3{
        display: inline-block;
        vertical-align: top;
        width: 280px;
    }

    .fps{
        width: 850px;
        margin: 0 auto;
        font-size: 11px;
    }
}

#youtube{
    /*width:100%;*/
    max-width: 560px;
    margin: 1em auto;
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 36.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -47px;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.leftColumn{
    margin: 0 5px;
}
.leftColumn ul, .leftColumn li
{
    list-style-type: none;
}

@media only screen and (min-width: 1017px) {
    .leftColumn{
        width: 400px;
        float: left;
        margin: 0 25px;
    }
}

.fpn-margin{
    margin: 0 5px;
}
@media only screen and (min-width: 1017px) {
    .fpn-margin{
        margin: 0 25px;
    }
    .float-l{
        float: left;
        height: 40px;
        line-height: 40px;
    }
    .float-r{
        float: right;
        height: 40px;
    }
}

#loginBox{
    display: none;
}
.fpinput{
    box-sizing: border-box;
    width: 100%;
    margin: 3px 0;
}
@media only screen and (min-width: 1017px) {
    #loginBox {
        margin: 50px 40px 0 0;
        float: right;
        display: inherit;
        font-family: "Quintessentialb", "Quintessential", serif;
        font-size: 18px;
        font-weight: bold;
        width: 250px;
    }
    .fpinput{
        width: 250px;
    }
}
.fplogin{
    width: 250px;
}
#login {
    font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    text-align: right;
}

.fpbtn{
    margin-top: 5px;
}
.dtxt{
    float:left;
    width:600px;
}

.fpnav{
    display: none;
}

@media only screen and (min-width: 1017px) {
    .fpnav{
        display: inherit;
    }

    ul.fpnav{
        margin:0 auto;
        padding:0;
        list-style-type: none;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    ul.fpnav li {
        list-style-type: none;
        position: relative;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        width: 120px;
        background: none;
        border: none;
    }
}

ul.fpnav li a{display:block; line-height: 18px;  text-decoration:none; padding:4px 10px; white-space:nowrap;}

@media only screen and (min-width: 1017px) {
    ul.fpnav li a{height:18px;}
}

a:active,a:visited,a:link
{
    color: #B8860B;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: #FF9D00;
    font-weight: bold;
    text-decoration: none;
}
ul.sub {position: absolute;border:0 solid #ccc; display:none;background-color: #E3E3E3;padding:0;margin:0; z-index:999;}
ul.sub li{list-style-type:none; float:none; margin:0;border-top:1px solid #eee;padding:0; z-index:999;}

#dlPreload{
    height: 0;
    width: 0;
}
.stat{
    margin:5px 0;
}
.label{
    float:right;
    display:block;
    width: 118px;
}
.login label{
    display: inline-block;
    width: 140px;
    padding-top: 5px;
}
.update_msg
{
    border: 1px solid #19E359;
    background-color: #91E3AB;
    padding: 10px;
    margin: 10px;
    font-style: italic;
}
.alert_msg
{
    border: 1px solid #FF0000;
    background-color: #F59393;
    padding: 10px;
    margin: 10px;
    font-style: italic;
}

#playerListText {
    font-size: 18px;
    font-weight: bold;
    font-family: "Quintessentialb", "Quintessential", serif;
    margin:inherit;
}

.fas, .fab, .far, .far, .fad{
    padding: 1px 2px 2px 3px;
    width: 34px;
    text-align: center;
}

/*  Desktop Nav Bar */


/* Mobile Nav Bar */
.pure-drawer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.pure-drawer ul.pdnav {
    padding: 100px 0 0 0;
    border-bottom: 1px solid #24323d;
    margin-bottom: 50px;
}

.pure-drawer>ul li{
    border-top: 1px solid #24323d;
    border-bottom: 1px solid #3f566a;
    padding: 0;
}

.pure-drawer ul li ul.login{
    border: 0;
    padding: 0 15px 10px 15px;
}


.pure-drawer ul li ul.login li{
    border: 0;
}

.pure-drawer ul li .submenu{
    padding: 0 15px 10px 15px;
}

.pure-drawer ul li a{
    display: block;
    color: #f0f0f0;
    padding: 10px 15px;
}

.pure-drawer ul li form{
    display: block;
    padding: 10px 15px;
    width: 100%;
}
.pure-drawer ul li form select{
    width: 100%;
}
.w100{
    width: 100%;
}
.w200px{
     width: 200px;
 }
.w100p {
    width: 100%;
    min-width: 100px;
}
.m16 {
    margin: 16px auto;
}

.cell3collapse{
    width: 100%;
    text-align: left;
    padding: 0;
    vertical-align: top
}
.cell5collapse{
    width: 100%;
    text-align: left;
    padding: 0;
    vertical-align: top
}
.cell7collapse{
    width: 100%;
    text-align: left;
    padding: 0;
    vertical-align: top
}
.noPadding{
    padding: 0 !important;
}

@media only screen and (min-width: 500px) {
    .cell3collapse{
        width: 29%;
        text-align: left;
        padding: 3px 0;
        display: inline-block;
    }
    .cell5collapse{
        width: 49%;
        text-align: left;
        padding: 3px 0;
        display: inline-block;
    }
    .cell7collapse{
        width: 69%;
        text-align: left;
        padding: 3px 0;
        display: inline-block;
    }
}

.snow {
    color: #B8860B;
    font-size: .8em;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
}

ul.no-bullet {
    padding-left: 0;
    list-style-type: none;
}

select.error,
input.error,
textarea.error{
    background-color: #FFCCCC;
}
div.error,
i.error,
p.error,
span.error {
    color: maroon;
}

/* Text Alignments */
/* constants */
.l{text-align: left;}
.c{text-align: center;}
.r{text-align: right;}
/* mobile center desktop aligned */
.mcdl{
    text-align: center;
}
.mcdr{
    text-align: center;
}
@media only screen and (min-width: 1017px) {
    .mcdl{
        text-align: left;
    }
    .mcdr{
        text-align: right;
    }
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}

input.minimal, button.minimal {
    min-height: 40px !important;
}