/* MODIFIED 24/02/2014 Sam Biggins */

.grey-modal #cboxWrapper,.grey-modal#colorbox {
    overflow: visible;
}

.grey-modal #cboxClose {
    right: -17px;
    top: -17px;
    background: red;
    height: 34px;
    width: 34px;
    background: url('../images/colorbox/close.png');
}

.grey-modal #cboxContent {
    background: none;
}


.grey-modal #cboxLoadedContent {
    border: 25px solid #CCC;
    background: #CCC;
    border-radius: 10px;
    height: 465px;
}

.signup_form_wrapper p.intro {
    margin-bottom: 25px;
    margin-top: 20px;
}

.signup_form_icon {
    float: left;
    padding-top: 30px;
    padding-left: 30px;
}

.signup_form_wrapper {
    width: 100%;
    height: 395px;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.email_signup_popup form {
    width: 490px;
    float: right;
}

.email_signup_popup .contact input.textbox {
    width: 270px;
    height: 29px;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #CCC;
    background: url('../images/input-background--large.png');
}

.email_signup_popup .contact label {
    width: 50px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    padding-top: 12px;
}

.email_signup_popup .input-submit {
    background: url(../images/bg-gradient05.gif);
    padding: 8px 20px 2px 20px;
    margin-bottom: 22px;
    width: 281px;
    color: #FFF;
    font-size: 21px;
    border-radius: 4px;
    border: none;
    height: 50px;
    padding-top: 5px;
}

.no-thanks-btn {
    width: 145px;
    height: 37px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    background: url('../images/gradient-grey.png') repeat-x;
    font-family: 'ITC Officina Sans', 'Arial';
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding-top: 13px;
    border-radius: 5px;
}

.no-thanks-checkbox {
    padding-top: 25px;
}

.no-thanks-checkbox label {
    font-size: 15px;
}

.checkbox--large {
    width: 20px;
    height: 20px;
}

.signup_nothanks_wrapper {
    padding-left: 215px;
}

.email_signup_popup h2 {
    color: #8e231a;
    font-size: 28px;
    margin-bottom: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
