/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000;
    background: #fff;
    font-size: 0.8em;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 15px 0px;
    padding: 0;
}


/* ==========================================================================
   Page Setup
   ========================================================================== */


#header-wrapper {
    width: 100%;
    height: 156px;
    background-color: #F4F1ED;
    background-image: url(../img/bg-top.png);
    background-repeat: no-repeat;
    background-position: center; 
    background-atttachment: fixed;

}

header {
    width: 760px;
    height: 66px;
    margin: auto;
}

#logo {
   padding-top: 20px;
}

#title {
    margin-top: 45px;
}

#banner {
    height: 193px;
    width: 100%;
}

#banner img {
    width: 100%;
}


#content-wrapper {
    width: 760px;
    margin: 30px auto;
    border: 1px solid #d2d2d2;
}

#content {
    background: #fff;
    margin: auto;
    width: 680px;
    min-height: 350px;
    margin-bottom: 50px;
}

#content h2 {
    font-weight: bold;
    font-size: 1.3em;
    color: #ffc20e;
    margin-top: 50px;
}

#content h3 {
    font-size: 1em;
    font-weight: bold;
    color: #e7a80b;
}
#content p {
    margin: 20px 0;
}

#content a {
    text-decoration: none;
    color: #000;
}

a.yellow-link {
    font-weight: bold;
    color: #e7a80b !important;
}
#receipt {
    width: 100%;
    background: #000;
}

#receipt2 {
    width:100%;
    background: #ffc20e;
    color: #000;
}

#receipt_content {
    width: 90%;
    margin: auto;
    padding: 20px 0px;
    color: #fff;
}

#receipt2_content {
    width: 90%;
    margin: auto;
    padding: 20px 0px;
    color: #000;
    font-size: 1.4em;

}
#receipt_content h3 {
    color: #fff;
    font-size: 1.5em;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.receipt_number {
    font-size: 1.7em;
    padding: 0;
    margin: 0;
    color: #ffc20e;
}

#details {
    width: 100%;
    background: #ebebeb;
    margin-top: 25px;
}

#details_content {
    width: 90%;
    margin: auto;
    padding: 20px 0px;
    color: #000;
    font-size: 1em;
}
.details-left, .details-right {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    margin: 10px 0;
}

footer {
    background: #ebebeb;
    width: 100%;
    height: 30px;
    text-align: right;
    padding-top: 13px;
    border-top: 1px solid #d2d2d2;
}

footer a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    margin-right: 10px;
    font-size: 0.9em;
}

/* ==========================================================================
   Form Elements
   ========================================================================== */


form {
    margin: 25px 0px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

form p {
    font-size: 0.8em;
}


input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #8a846a;
    color: #888;
    height: 15px;
    margin-bottom: 5px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: auto;
    font-size: 0.8em;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ccc;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
    border-radius: 5px;
}

textarea {
    resize: vertical;

}

select {
    background: #FFF;

    text-indent: 0.01px;
    text-overflow: '';
        font-size: 0.8em;
    height: 23px;
    line-height: 15px;
    width: 263px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #8a846a;
    margin-right: 15px;
    padding-top: 3px;
    vertical-align: middle;
    margin-bottom: 5px
}


input.comms_checkbox[type="checkbox"] {
    margin-bottom: 10px;
    vertical-align: bottom;

}

input[type="radio"] {
    margin-right: 10px;
    }


label {
    font-weight: bold;
    font-size: 1em;
}

.checkbox_label {
    width: 280px;
    display: inline-block;
    height: 30px;
    font-weight: normal;
    font-size: 1em;    
}

.radio_label {
    width: 160px;
    display: inline-block;
    font-weight: normal;
    font-size: 1em;  
}

.ast {
    font-weight: bold;
    color: red;
    margin-left: 3px;
}

#submit_li {
    margin-top: 30px;
}


.help-btn {
    background: #ebebeb;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
text-align: center;
    display: block;
    width: 238px;
    vertical-align: middle;
    padding: 12px 5px 12px 5px;
}

#bonus_li {
    background: #ffc20e;
    min-height: 80px;
        padding: 20px;
}

#bonus_li h4 {
    font-size: 1.3em;
    padding: 0;
    margin: 10px 0;
}

input.bonus_checkbox[type="checkbox"] {
    background: #fff;
}
.bonus-label {
    font-size: 1.2em;
}

#bonus_li p {
    line-height: 1.4em;
    font-size: 1em;
}
.err {
    color: red;
}

.err_msg {
 font-family:Verdana;
 font-size:11px;
 color:#CC0000;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
