@charset "UTF-8";
/* CSS Document */
/*	Less Framework 4
    http://lessframework.com
    by Joni Korpi
    License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
    ------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
}
html, body {
    height:100%;
}
a img {border: 0;}

/* page styles */
body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
input
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;
}
select, option
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;
}
input[type=text]
{
    float: right;
}
.clearfix {
    clear: both;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.page-container{
    height: auto !important;
    margin: 0 auto -20px;	
    width: 900px;
    margin-top: 10px;

    -moz-box-shadow: 5px 5px 10px #888;
    -webkit-box-shadow: 5px 5px 10px #888;
    box-shadow: 5px 5px 10px #888;
}
.page-body {
    margin: 0 auto 20px auto;
    /*background-color: #dcce86;*/
    /*background-color: #01b0e6;*/  /* average */
    background-color: #00b5d0;      /* sampled */
    background: url('/images/blue_texture_bg_tiled.jpg');
    border-bottom: 2px solid #fff;
}
.header
{
    width: 650px;
    float: left;
    background-color: #fff;
}
.header img
{
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    border-width: 0;
}

.header .welcome
{
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #41a928;
    font-size: 36px;
}
    .header .tagline {
        padding: 15px 40px 15px 40px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        background-color: #41a928;
    }
.margin
{
    width: 220px;
    background-color: #dcce86;
    float: right;
    padding: 110px 15px 15px 15px;
    text-align: center;
}
.margin span
{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}
.sidebar {
    display: block;
    width: 250px;
    height: 100%;
    /*background-color: #00b5d0;*/
    /*position: relative;*/
}

.sidebar.right 
{
    float: right;
}

.sidebar .caption {
    color: #fff;
    display: inline-block;
    margin-top: 125px;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.formcontainer
{
    width: 650px;
    /*background: top left no-repeat url(images/blue-bg-1200.jpg);*/
    background-color: #fff;
    position: relative;
    clear: left;
}
.orderform
{
    color: #000;
    line-height: 22px;
    z-index: 9999;
    margin: 15px 70px 0 40px;
    width: 540px;
    position: relative;
    display: block;
    font-size: 18px
}
.orderform div.people
{
    position: absolute;
    bottom: 0px;
    right: -320px;
    z-index: -1;
}
.orderform div.people img
{
    width: 250px;
    height: auto;
}
.orderform p
{
    /*margin-top: 15px;*/
}
    .orderform p.thanks {
        /*background-color: #01b0e6;*/
        line-height: normal;
        margin-top: 12px;
    }

.orderform p .form-label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    clear: both;
    color: #41a928;
    text-transform: uppercase;
}

.orderform p .form-field {
    display: block;
    width: 100%;
}
    .orderform .block-city {
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
        margin-right: 4px;
        float: left;
    }
    .orderform .block-state {
        display: inline-block;
        width: 29%;
        box-sizing: border-box;
        margin-right: 4px;
        float: left;
    }
    .orderform .block-zip {
        display: inline-block;
        width: 19%;
        box-sizing: border-box;
        margin-right: 4px;
        float: left;
    }
    .orderform p .form-field input[type="text"] {
        width: calc(100% - 10px);
        float: left;
        font-size: 18px;
        outline: none;
    }
    .orderform p .form-field input[type="radio"] {
        font-size: 18px;
        width: 90%;
        outline: none;
        margin-left: 0 !important;
    }
        .orderform input[type="radio"] + label
        {
            font-size: 16px;
        }

        .orderform p .form-field select {
            font-size: 18px;
            width: 90%;
            outline: none;
        }

/*#providernum
{
    width: 385px;
}
#officename
{
    width: 385px;
}
#attention
{
    width: 485px;
}
#addrstreet
{
    width: 410px;
}*/
/*.orderform span.narrowshow
{
    display: none;
}
#addrcity
{
    width: 210px;
    float: none;
    margin-left: 5px;
}
#addrstate
{
    width: 50px;
}
#addrzip
{
    width: 65px;
}*/
.narrowshow {
    display: none;
}

table#chooselanguage
{ 
    width: 100%;
    max-width: 380px;
}

table#chooselanguage td input[type="radio"] {
    margin-left: 0;
}
/*.langlabel
{
    float: left;
    margin-right: 10px;
}*/
#phonenum
{
    width: 220px;
}
/*#emailaddress
{
    width: 420px;
}*/

.qty-selectors
{
    display: inline;
    float: left;
    width: 420px;
    height: auto;
    padding-top: 10px;
}

.easel-sample 
{
    width: 100px;
    display: inline;
    float: right;
    padding-top: 10px;
}
    .easel-sample img {
        width: 100px;
        height: auto;
    }


#qtyeasels
{
    width: 70px;
}
#qtybrochures, #qtybrochures_sp
{
    width: 70px;
}
#qtyCardPacks {
    width: 70px;
}

.orderbox {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
    border-top: 2px solid #41a928;
}

.orderbox .section {
    display: inline;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 0 20px 0;
    min-height: 100px;
}
.orderbox .section.notes {
    float: right;
}
.orderbox .section.order-button 
{
    float: left;
}

.help-box {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-top: 2px solid #41a928;
}

.help-box p {
    font-size: 12px;
    text-align: center;
}

.help-box .help-phone{
    font-size: 18px;
    font-weight: normal;
}

span.button {
    display: inline-block;
    /*margin: 10px 10px 10px 0;*/
    padding: 0;
    width: 100%;
    max-width: 296px;
    /*float: left;*/
    height: 44px;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid #41a928;
    border-radius: 3px;
    text-align: center;
}

span.button a:visited {
    color: #fff;
}

span.button:hover {
    background-color: #caeecc;
}

span.button a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

span.primary {
    background-color: #fff;
}

span.primary a {
}

/* waiting overlay */
.modal-frame {
    position: fixed;
    top: 0;
    left: 0;
/*    background: url('/portal/IMAGES/Default/bg-shade-60.png') repeat;
    filter: alpha(opaity=40);
*/    
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 11000;
    min-height: 100%;
    width: 100%;
}

    .modal-frame.wait {
        z-index: 11001;
    }

.loading {
    position: fixed;
    background-color: #fff;
    width: 300px;
    display: normal;
    margin: 0 auto;
    z-index: 999;
    border: 3px solid #222;
    left: 0;
    right: 0;
    top: 40%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    -moz-box-shadow: rgba(0,0,0,0.5) 5px 5px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 5px 5px 8px;
    box-shadow: rgba(0,0,0,0.5) 5px 5px 8px;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

    .loading p {
        display: block;
        margin: 5px;
        font-size: 18px;
    }

    .loading i {
        float: left;
        margin: 5px;
        color: #333;
        /*font-size: 14px;*/
    }

    .loading img {
        width: 48px;
        height: auto;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 775px) and (max-width: 925px) {
    input {
        font-size: 11px;
    }

    select, option {
        font-size: 11px;
    }

    .page-container {
        width: 750px;
    }

    .header {
        width: 540px;
        float: left;
    }

        .header .welcome {
            margin-left: 30px;
            margin-top: 30px;
            margin-bottom: 10px;
            color: #41a928;
            font-size: 32px;
        }

        .header .tagline {
            padding: 10px 30px 10px 30px;
            font-size: 15px;
        }

    .margin {
        width: 150px;
        padding-top: 90px;
    }

        .margin span {
            font-size: 20px;
            line-height: 36px;
        }

    .formcontainer {
        width: 540px;
    }

    .sidebar {
        width: 200px;
    }

        .sidebar .caption {
            margin-top: 110px;
        }

    .orderform {
        color: #000;
        line-height: 22px;
        margin: 15px 60px 0 30px;
        width: 480px;
        font-size: 18px;
    }

        .orderform p {
            /*margin-top: 12px;*/
        }

        .orderform div.people {
            bottom: 0px;
            right: -240px;
            z-index: -1;
        }

            .orderform div.people img {
                width: 210px;
                height: auto;
            }

    /*#providernum
{
    width: 345px;
}
#officename
{
    width: 345px;
}
#attention
{
    width: 445px;
}
#addrstreet
{
    width: 380px;
}
#addrcity
{
    width: 200px;
}
#addrzip
{
    width: 50px;
}
#chooselanguage
{
    width: 380px;
}
#phonenum
{
    width: 375px;
}
#emailaddress
{
    width: 385px;
}
*/
    .qty-selectors {
        width: 390px;
    }

    .easel-sample {
        width: 75px;
    }

        .easel-sample img {
            width: 75px;
        }



.orderbox {
    padding: 0 0 0 30px;
}
.section.order-button
{
}
.section.notes {
    padding-right: 10px;
}
}	/*end 700px width */
@media only screen and (min-width: 625px) and (max-width: 775px) {

input
{
    font-size: 11px;
}
select, option
{
    font-size: 11px;
}
.page-container
{
    width: 600px;
}
.header
{
    width: 600px;
    float: left;

}
.header .welcome
{
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #41a928;
    font-size: 32px;
}
.header .tagline
{
    padding: 10px 30px 10px 30px;
    font-size: 18px;
}
.margin
{
    width: 555px;
    clear: left;
    float: left;
    padding: 10px 15px 10px 30px;
    text-align: left;
    height: auto;
    min-height: 0px;
}
.margin span
{
    font-size: 18px;
    line-height: normal;
}
.formcontainer
{
    width: 600px;
}
.orderform
{
    color: #000;
    line-height: 20px;
    margin: 15px 60px 0 30px;
    width: 540px;
    font-size: 16px;
}
.orderform p
{
    /*margin-top: 12px;*/
}

    .orderform p.thanks {
        display: block;
        max-width: 420px;
    }



    .orderform div.people {
        /*bottom: 2px;*/
        bottom: unset;
        top: -165px;
        right: -30px;
        right: -30px;
        z-index: -1;
        /*background-color: #00b5d0;*/
    }

    .orderform div.people.after {
        top: 0;
    }

.orderform div.people img
{
    width: auto;
    height: 165px;
    /*box-shadow: rgba(0, 0, 0, .75) 0 0 5px;*/
    /*border: 2px solid #41a928;*/
}

.sidebar.right 
{
    float: none;
    width: 480px;

}
.sidebar .caption {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
}

.orderbox {
    padding: 0 0 0 30px;
}
/*#providernum
{
    width: 345px;
}
#officename
{
    width: 345px;
}
#attention
{
    width: 445px;
}
#addrstreet
{
    width: 380px;
} */
#addrcity
{
    width: 90%;
}
/* #addrzip
{
    width: 50px;
}
#chooselanguage
{
    width: 380px;
}
#phonenum
{
    width: 375px;
}
#emailaddress
{
    width: 385px;
}*/

    .qty-selectors {
        width: 420px;
    }

    .easel-sample {
        width: 100px;
    }
    .easel-sample img {
        width: 100px;
    }


    span.button {
        width: 260px;
    }

    span.button a {

        padding-top: 13px;
        font-size: 16px;
    }

    .narrowshow {
        display: inline;
    }
}	/*end 600px width */

@media only screen and (max-width: 625px) {
input
{
    font-size: 9px;
}
select, option
{
    font-size: 9px;
}
.page-container
{
    width: 320px;
}
.page-body {
/*    margin:0 auto 10px auto; */
}
.header
{
    width: 320px;
    float: left;

}
.header .welcome
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #41a928;
    font-size: 28px;
}
.header .tagline
{
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}
.margin
{
    width: 300px;
    clear: left;
    float: left;
    padding: 5px 10px 5px 10px;
    text-align: left;
    height: auto;
    min-height: 0px;
}
.margin span
{
    font-size: 14px;
    line-height: normal;
}
.formcontainer
{
    width: 320px;
}
.orderform
{
    color: #000;
    margin: 15px 20px 0 10px;
    line-height: normal;
    width: 290px;
    font-size: 14px;
}
.orderform p
{
    /*margin-top: 9px;*/
}
    .orderform p.thanks {
        display: block;
        max-width: 160px;
    }

 


.orderform div.people {
        /*bottom: 2px;*/
        bottom: unset;
        top: -165px;
        right: -30px;
        right: -20px;
        z-index: -1;
        /*background-color: #00b5d0;*/
    }

    .orderform div.people.after {
        top: 0;
    }

        .orderform div.people img {
            width: auto;
            height: 165px;
            /*box-shadow: rgba(0, 0, 0, .75) 0 0 5px;*/
            /*border: 2px solid #41a928;*/
        }

    .sidebar.right {
        float: none;
        width: 200px;
    }

    .sidebar .caption {
        margin-top: 35px;
        margin-bottom: 35px;
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
    }

    .orderbox {
        padding: 0 0 0 30px;
    }

.narrowshow
{
    display: inline;
}

    /*#providernum
{
    width: 285px;
}
#officename
{
    width: 285px;
}
#attention
{
    width: 285px;
}
#addrstreet
{
    width: 285px;
}*/
    #addrcity {
        width: 100%;
        margin-left: 0px;
        box-sizing: border-box;
    }
#addrstate
{
    width: 100%;
}
#addrzip
{
/*	margin-top: 9px;*/
    width: 100%;
}

.orderform .block-city {
    width: 100%;
    display: block;
    float: none;
}
    .orderform .block-state {
        width: 48%;
        display: inline-block;
        float: left;
    }

    .orderform .block-zip {
        width: 48%;
        display: inline-block;
        float: left;
    }
/*table#chooselanguage
{
    width: 200px;
}
.langlabel
{
    display: inline;
}
*/
#phonenum
{
    width: 99%;
    box-sizing: border-box;
}

/*
#emailaddress
{
    width: 285px;
}
#qtyeasels
{
    margin-top: 9px;
}
*/

    .qty-selectors {
        width: 200px;
    }

    .easel-sample {
        width: 75px;
        padding-top: 50px;
    }

        .easel-sample img {
            width: 75px;
        }



.orderbox {
    padding: 0 20px 0 10px;
}
.orderbox .section.notes
{
    float: none;
    display: block;
    width: 100%;
}
.orderbox .section.order-button {
    float: none;
    display: block;
    width: 100%;
}

} /* end 320px wide */