html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 1px #000;
    color: #333;
    font-size: .875em;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0;
}
/* main layout
----------------------------------------------------------*/
.form {
    padding: 20px 0px;
}

#body {
    clear: both;
    padding-bottom: 35px;
    width: 80%;
    max-width:970px;  
    margin:auto;
}

.v1main {
    margin: 20px auto;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(209,209,209,1);
    box-shadow: 0px 4px 5px 0px rgba(209,209,209,1);
    border: 1px solid #e1e1e1;
}

.v2main {
    padding: 1% 20px;
    margin: auto;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}
header, aside, article, nav, footer, hgroup, section
{
    display:block;
} 
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
footer {
    clear: both;
    font-size: .8em;
}
.label {     
    display: block;
    font-weight: 600;
}
  
/* forms */
fieldset {
    border: 1px navy solid;
    margin: 0px;
    padding: 10px;
    line-height: 20px;
}
    fieldset legend {
        font-weight: bold;
        font-size: 1.1em;
    }    
    fieldset ol {
        padding: 0;
        list-style: none;
    }
        fieldset ol li {
            padding-bottom: 5px;
        }
    label {
        font-size: 1em; 
    }
    label.checkbox {
        display: inline;
    }
    input[type="text"], textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }    
    textarea {
        font-family: inherit;
        width: 500px;
    }    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }
        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }        
    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: none;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }
    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }
/* tables----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}
th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}
td
{
    padding: .5%;
}
/**********************************************************************************************/
/** Formatting **/
.inblock
{
    display:inline-block;
}
.inline
{
    display:inline;
}
.bold
{
    font-weight: bold;
}
.red
{
    color:red;
}
.warnred{
    font-weight: bold;
    color: #990000;
}
.navy
{
    color:#036; 
}
.top
{
    vertical-align:top;
}
.super
{
    vertical-align:super;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.marginal
{
    margin:1% 4%;
}
.btn{
    text-align: center;
    border-radius: 8px;
    margin: 10px auto;
    padding: 10px;
    color: #FFF;
    background-color: #06C !important;
    font-size: 1.3em;    
    border: none;
}
.btnlist
{
    width:95%;
}
a{
    color: #00F;
    outline: none;
    text-decoration:none;
}
    a:link, a:active
    {
        color: #00F;
    }
    a:visited,
    a:hover {
        color: #009;
    }
.underline
{
    text-decoration:underline;
}
mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.center
{
    text-align:center;
}
.left
{
    text-align:left;
}
.right
{
    text-align:right;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}
    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

select
{
    padding: 5px;
}

.ersec
{
    min-height:250px;
}

.error {
    color: #e80c4d;
}

.largetext
{
    font-size:1.1em;
}
/** End Formatting **/
/** Donates **/
#intro
{
    width:100%;
    clear:both; 
    margin: 20px 0px; 
}
.info
{
    width: 45%;
    clear:left;
}
.logo {
    width: 52%;
    float: right;
    text-align: center;
    max-width: 400px;
    max-height:200px;
}
.description
{
    width:90%;
    clear:both;
}

#Cust1 #Pay #Cust2 #dedicates #match #Cust3 #end
{
    width:90%;
    clear:both;
}

.inactive
{
    color:red;
    font-size:2em;
    text-align:center;
    height:300px;
}

.dopts
{
    display:none;
}

.section
{
    font-size: 1.1em;
    font-weight:700;
    margin: 6px 0px;
}

hr.spacer {
    margin-bottom: 20px; 
    color: #e1e1e1;
}

.imgbtn
{
    width:auto;
}

.col1{
    width:58%;
    display:inline-block;
    vertical-align:top;
}
.col2{
    width:40%;
    float:right;
    display:inline-block;
    vertical-align:top;
}

.dvsec{
    margin:20px 0px;
}

#amount{
    clear:both;
}

.stretch{
    width:90%;
}
/**  End Donates **/
/** Header **/
.header_container
{
    background-color: #039;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header_logo
{
    display:inline-block;
    vertical-align:middle;
    width:30%;
}

.header_options
{
    display:inline-block;
    vertical-align:middle;
    text-align:right;
    width:67%;
}
/* header 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: #FFF;
            text-decoration: none;
        }
        ul#menu li a:hover {
            color: #FFA500;
            text-decoration: none;
        }
/** End Header **/
/** Footer **/
.footer_container
{
    background-color: #039;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    .footer_container p
    {
        text-align:center;
        color:white;
        margin: 0px;
        font-size:1.8em;
    }
#NYCfootlogo
{
    text-align:center;
}
#NYCfootlogo a
{
    text-decoration:none;
}
#NYCfootlogo span
{
    font-size:.8em; font-weight:bold; font-style:italic; position: relative;left:67px; bottom:15px; z-index:3;
}
#NYCfootlogo img
{
    position:relative; z-index:2;border-width:0em;vertical-align:bottom;
}
/** End Footer **/
/** Upcoming Events **/
.upcoming article
{
    border: 1px solid #933;
    width: 98%;
    box-shadow: 0px 2px 3px #933, 0px 3px 2px #933;
    margin: 10px;
    border-collapse: separate;
    background-color: #eeeeee;
}
    .einfo
    {
        padding:10px; text-align:center; color:black;
    }
        .titlebox
        {
            display: inline-block; width: 55%;text-align:left;vertical-align:middle;
        }
        .datebox
        {
            display: inline-block; width: 40%;text-align:right;vertical-align:middle;
        }
.etitle
{
    color:#036; font-weight:bold; font-size:1.4em;
}
/** End Upcoming Events **/
/** Cart **/
.cart_warn
{
    font-size:1.1em;
    color:red;
    font-weight:500;
}
.cartTotal
{
    text-align: right; 
    font-weight:bolder;   
    padding: 10px;
}
.cartTotal .sumof{
    font-size: 2em;
    color: #990000;
}
.cartList
{
    width: 98%;
    padding: 5px 0px;
    border-top: 1px solid #CCC;     
}
.cartline
{
    padding: 5px;
}
.cartcol
{
    display:inline-block;
    width:30%;
}
.cartOrg
{
    font-size: 1.3em;
    font-weight:bold;
}
.cartSum{
    font-size: 1.3em;
    font-weight: bold;
    color: #990000;
}
.newcart
{
    background-color: #06c;
    color: #FFF;
    max-width: 50%;
    text-align:center;
    padding:5px;
    margin: auto;
    border-radius: 15px;
}
.newcart a
{
    padding:10px;
    text-decoration:none;
    color: #FFF;
    font-size: 1.5em;
}
/** End Cart **/
/** Checkouts **/
.sidebar
{
    width:38%;
    vertical-align:top;
    float:right;
    display:inline-block;
}
    .sidebar div
    {
        padding:10px 0px;
    }
        .sidebar div input
        {
            border: 1px solid #E2E2EF;
            color: #333;
            font-size: 1.2em;
            padding: 3px;
            width: 70%;
            text-align:center;
            margin-right: 0px;
        }

        .sidebar div .ind
        {
            margin-left:3%;
        }
.logbox
{
    border:2px solid #039;
}
#details
{
    width:60%;
    display:inline-block;
    vertical-align:top;
}
.checkfield
{
    display:block;
    width:98%;
}
    .checkfield div
    {
        display:inline-block;
        width:60%;
    }
        .checkfield div:nth-child(1),
        .checkfield div:nth-child(3)
        {
            text-align:right;
            width: 30%;
        }
        .checkfield div input
        {
            border: 1px solid #e2e2e2;
            background: #fff;
            color: #333;
            font-size: 1.2em;
            margin: 5px 0 6px 0;
            padding: 3px;
            width: 90%;
        }
.checkind
{
    margin-left:15%;
}
.radgrp
{
    padding: 10px 0px;
}
.total
{
    /*color:orange;*/
    font-size: 2em;
    margin: 10px 0px;
    text-align:center;
}
.cartdispay{
    padding: 5px;
    border: 1px solid #039;
}
    .cartdispay table {

    }
.billing
{
    font-size: 1.5em;
    color: #036;
    font-weight: 600;
    margin: 10px 0px;
}
/** End Checkouts **/
/** Thanks**/
.spotlite
{
    border:2px solid #FFA500;
    padding: 8px;
}
.infoimg
{
    max-width:100%;
}
.infolbl
{
    display:inline-block;
    width: 45%;
    padding: 0px 4px 7px 0px;
}

    .infolbl b
    {
        font-weight:600;
    }
/** End Thanks**/

/** Ecards**/
.cardpick
{        
    border:solid 1px #4682B4;
    width:86%;
}
.cardtype
{
    background-color: #4682B4;
    display:inline-block;
    vertical-align:top;
    width:32%;
}
    .cardtype a
    {
        text-decoration:none;
        color:white;
        display:block;
        font-size:16px;
    }
    .cardtype div
    {
        margin: 10px;
    }
    .cardtype h4
    {
        font-size: 1.5em;
    }
.cardview
{
    background-color:white;
    display:inline-block;
    vertical-align:top;
    width:62%;
    margin: 10px 0px;
}
.cardlbl
{
    width: 20%;
    text-align: right;
    display:inline-block;
    font-weight:bold;
}
.cardfield
{
    width: 60%;
    display:inline-block;
}
.cardrow
{
    padding: 10px 0px;
}
.view
{
    text-align:center;
    border-color:navy;
}
.cardimg
{
    vertical-align: middle;
    width: 48%;
    vertical-align: middle;
    margin: 0px;
    text-align: center;
}

.cardimg img
{
    max-width:100%;
    margin: 0px;
    vertical-align: middle;
}
.cardtext
{
    vertical-align: middle;
    width: 48%;
    font-family: brush script mt, cambria, Serif;
    font-size: 26px;
}
/** End Ecards**/

/** Basket **/
.basketinfo{
    width: 90%;
    clear: both;
    font-size: 1.2em;
}

/** End Basket **/

/******************************************************************************************************************************
*   Mobile Styles   *
*******************************************************************************************************************************/
@media only screen and (max-width: 31em) {
    /*header*/
    .header_container
    {
        text-align: center;
    }
    .header_logo
    {
        width:100%;
    }
    .header_options
    {
        width: 100%;
        display:block;
    }
    td
    {
        padding: 10px 2px;
    }
    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }
        ul#menu li {
            margin: 0;
            padding: 0;  
            display:block;  
            font-size: 1.2em;        
        }
        ul#menu li:first-of-type::after {
            content:disc;        
        }

    /* main layout ------------*/
    #body
    {
        width:98%;
    }
    .description
    {
        width:100%;

    }
    .info
    {
        width:100%;
        clear:left;
        text-align:center;
    }
    .logo
    {
        width:100%;    
        float:none;
        text-align:center;
        padding: 20px 0px;
    }
    .col1, .col2
    {
        width:98%;    
        float:none;
        margin:auto;
        padding: 5px 0px;
    }
    .social
    {
        text-align:center;
    }
    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }   
    
    /*Event */
    .upcoming article
    {
        margin: 10px 0px;
    }
    .titlebox
    {
        width:100%;
        display:block;
        text-align: inherit;
    }
    .datebox
    {
        width:100%;
        display:block;
        text-align: inherit;
    }
    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }
    /*Cart */
    .cartline
    {        
        text-align: center;
    }
    .cartcol
    {
        width: 48%;
        padding-bottom: 10px;
    }
    /* forms & checkout*/
    #details
    {
        width:100%;
        display:block;
    }
    .sidebar
    {
        width:100%;
        float:none;
        display:block;
    }
    .checkfield
    {
        width:100%;
        padding:10px 0px;
    }
    input[type="text"] {
        width: 85%;
    }

    /** Ecards**/
    .cardtype
    {
        width:100%;
        display:block;
    }
    .cardview
    {
        width:100%;
        margin: 10px 0px;
        display:block;
        text-align: center;
    }
    .cardlbl
    {
        width: 30%;
    }
    .cardfield textarea
    {
        max-width:200px;
    }
    .cardpick
    {
        width: 98%;
    }
    /*formats*/
    .nobr
    {
        display:none;
    }

    .cardimg
    {
        width: 100%;
        display: inline-block;
        padding: 10px 0px;
    }
    .cardtext
    {
        width: 100%;
        padding: 48px 0px;
        display: inline-block;
        padding: 48px 0px;
    }
}
/* END: Mobile Styles */