﻿/* --- homepage-bespoke.css --- */

/* =====================================================================
	bespoke homepage items to be placed in this file
===================================================================== */
/* New Pop up window on homepage to survey  */


#boxes .window {
    border: 2px solid #bf023b;
    position: fixed;
    left: 751.5px;
    top: 324px;
    width: 440px;
    height: 200px;
    z-index: 9999;
    padding: 0px;
    display: none;
}

#boxes #dialog {
    height: 146px !important;
    width: 400px !important;
    background: #fff;
    font-size: 16px;
    left: 0px;
    margin-left: -25px !important;
    margin-top: 40px !important;
    text-align: center;
}

    #boxes #dialog .content {
        height: 146px !important;
        padding: 0 !important;
        width: 400px !important;
    }

    #boxes #dialog h1 {
        background: #bf023b;
        color: #FFF;
        display: block !important;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
    }

    #boxes #dialog p {
        color: #4E4E4E;
        font-size: 13px;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
        width: 380px;
    }

        #boxes #dialog p a {
            color: #bf023b;
            font-weight: bold;
        }

    #boxes #dialog a.close {
        color: #fff !important;
        font-size: 12px;
        font-weight: normal;
        position: relative;
        left: 140px;
        top: 0px;
    }
