/* Minification failed. Returning unminified contents.
(780,1): run-time error CSS1019: Unexpected token, found '@charset'
(780,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(780,17): run-time error CSS1019: Unexpected token, found ';'
 */
* {
    box-sizing: border-box;
}

body {
    font-weight: normal;
    /*color: #212529;*/
    color: #222222;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: PT Serif, Georgia, serif;
    font-size: 16px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    /*color: #212529;*/
    color: #222222;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: Grot10, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
}

p, ul {
    margin-bottom: 20px;
    /*color: #212529;*/
    color: #222222;
}

ul {
    margin:15px 0;
    padding-top:0;
    padding-bottom:0;
}

.page {
    padding: 20px;
    margin: 0;
    width: 1000px;
    max-width:100%;
    margin: 0 auto 0 auto;

}

.no-margin {
    margin: 0 !important
}

#header {
    padding: 15px;
    float:left;
    width:100%;
    clear:both;
    padding-top: 0;
    margin-bottom: 15px;
}

#disclaimer {
    font-size: 10px;
    text-align: center;
    /*border-top: 2px solid #008a9d;*/
    border-top: 2px solid #470054;
    padding-top: 15px;
}
/*
input, textarea, select { padding: 9px; border: solid 1px #E5E5E5; outline: 0; font: normal 13px/100% Verdana, Tahoma, sans-serif; width: 200px; background: #FFFFFF; }
input, textarea, select, .smart-control { width: auto; padding: 5px 15px !important; border: 1px solid #efefef; font-size: 14px; color: #444; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; }
input:hover, textarea:hover, select:hover, .smart-control:hover, input:focus, textarea:focus, select:focus, .smart-control:focus { border-color: #C9C9C9; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; }
*/

#ssl-seal {
    height: 72px;
}

    #ssl-seal.login {
        position: relative;
    }

        #ssl-seal.login table {
            position: absolute;
            right: 0;
            top: 0;
        }

input[type="text"], select, textarea, input[type="password"] {
    background-color: white;
    width: 100%;
    float: left;
    clear: both;
    border: 1px solid #cccccc;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: Grot10 Bold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 5px;
}


input.amount, .value-amount {
    width: 60px !important;
}

input.postcode {
    width: 80px;
}

textarea.description {
    width: 70px !important;
    height: 70px;
}

textarea {
    width: 240px !important;
}

    textarea.multi-line {
        max-height: 120px;
        min-height: 120px;
    }

    textarea.full {
        width: 278px !important;
    }

select {
    width: auto;
    max-width: 262px;
}

    input:hover, textarea:hover, select:hover, .smart-control:hover, input:focus, textarea:focus, select:focus, .smart-control:focus {
        /*border-color: #008a9d;*/
        border-color: #470054;
    }

    input.disabled, select.disabled {
        background-color: #f5f5f5;
    }

#login-container {
    float: right;
    margin: 0;
    padding: 0;
    background-color: White;
    position: relative;
}

    #login-container .content {
        padding: 20px 40px;
    }

#options-container {
    padding: 40px 0 0 0;
}

a {
    /*color: #fa5c00;*/
    color: #00818A;
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

    a:hover {
        text-decoration: underline;
    }

#login-container img {
    margin-bottom: 50px;
}

.sign-in-text {
    margin-bottom: 40px;
}

.placeholder {
    color: #999 !important;
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #999 !important;
    font-style: italic;
}

:-moz-placeholder {
    color: #999 !important;
    font-style: italic;
}

::-moz-placeholder {
    color: #999 !important;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999 !important;
    font-style: italic;
}

/*.content { float: left; background-color: #f4f2f3; padding: 15px; width: 550px; margin-top: 15px; margin-left: 15px; }   
.content h1 { text-align: center; margin-bottom: 40px; }
.register { clear: both; padding-left: 15px; padding-top: 45px; margin-bottom: 30px; }

a.register-button { background-color: #860154; height: 40px; line-height: 40px; display: inline-block; color: white !important; width: auto; font-family: 'AvantGardeBook',Verdana,Geneva,sans-serif; font-size: 20px; width: 100px; text-align: center; padding-bottom: 0; }
a.register-button:hover { background-color: Orange; text-decoration: none; }*/

.sub-heading h2 {
    padding: 5px 10px;
    /*color: #008a9d;*/
    color: #470054;
}

ul.tick-list {
    list-style-image: url(../Content/images/blue-tick.png);
    padding-bottom: 20px;
}

ul li {
    padding-bottom: 7px;
}

.button {
    color: #FFFFFF !important;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: Grot10 Bold, Helvetica, Arial, sans-serif;
    /*background-color: #fa5c00;*/
    background-color: #00818A;
    width: auto;
    text-decoration: none;
    font-style: normal !important;
    font-size: 16px;
    border: medium none !important;
    color: #FFFFFF;
    display: block;
    padding: 16px 24px;
    text-align: center;
    font-weight: bold;
    float: right;
    margin-left: 10px;
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
}

    .button:hover {
        text-decoration: none !important;
        background-color: #00676E;
    }

    .button.gray {
        color: #f8f8f8 !important;
        float: left;
        width: auto !important;
        margin-left: 0;
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-decoration: underline;
    }

        .button.gray:hover {
            text-decoration: underline;
        }

.buttons-container, .popup-buttons-container, .portal-buttons-container {
    height: 30px;
}


.button.purple, input[type='submit'].purple, input[type='button'].purple {
    /*background-color: #fa5c00;*/
    background-color: #00818A;
}

    .button.purple:hover, input[type='submit'].purple:hover, input[type='button'].purple:hover {
        /*background-color: #fa5c00;*/
        background-color: #00676E;
        cursor: pointer;
    }

.button.green, input[type='submit'].green, input[type='button'].green {
    /*background-color: #fa5c00;*/
    background-color: #00818A;
}

    .button.green:hover, input[type='submit'].green:hover, input[type='button'].green:hover {
        /*background-color: #fa5c00;*/
        background-color: #00676E;
        cursor: pointer;
    }


div.tooltip {
    float: right;
    position: relative;
    margin-top: 2px;
    margin-right: 10px;
}

span.tooltip {
    line-height: 1.5em;
    display: block;
    width: 350px;
    padding: 10px;
    background-color: #fefbf3;
    position: absolute;
    left: 40px;
    top: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    font-size: 13px;
    z-index: 1000;
    /*color: #008a9d !important;*/
    color: #470054 !important;
    /*border: 1px solid #008a9d;*/
    border: 1px solid #470054;
}

    span.tooltip.text {
        top: 20px !important;
    }

div.tooltip-text {
    color: #00BBE4;
}

span.tooltip ul {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #00BBE4;
}

    span.tooltip ul li {
        list-style: disc;
        margin-bottom: 5px;
        padding: 0px;
        color: #00BBE4;
    }

#emailaddressprompt {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fefbf3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    font-size: 13px;
    z-index: 1000;
    /*color: #008a9d !important;*/
    color: #470054 !important;
    /*border: 1px solid #008a9d;*/
    border: 1px solid #470054;
}

.clear-float {
    zoom: 1;
    overflow: auto;
}

.left-container {
    float: left;
    width: 50%;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.right-container {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.containers {
    padding: 20px;
    padding-bottom: 0;
}

    .containers h2 {
        /*color: #008a9d;*/
        color: #470054;
        font-size: 26px;
        margin-bottom: 20px;
    }

.page {
    background-color: white;
}

.login-form {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 40px;
    padding-bottom: 20px;
    -webkit-box-shadow: 5px 5px 5px 0 #eeeeee;
    box-shadow: 5px 5px 5px 0 #efefef;
    margin-bottom: 30px;
}

    .login-form ul, .login-form ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .login-form ul li {
            position: relative;
            margin-bottom: 15px;
        }

            .login-form ul li label {
                text-align: left;
                float:left;
                clear:both;
                width: 100%;
                padding-top: 5px;
            }

            .login-form ul li a {
                /*color: #008a9d;*/
                color: #470054;
                font-size: 16px;
            }

p.forgotten-email {
    /*color: #008a9d;*/
    color: #470054;
    font-size: 16px;
}
a.forgotten-password {
    float:left;
    clear:both;
}

#footer-bottom {
    /*color: #008a9d;*/
    color: #470054;
    padding: 10px;
    /*border-top: 5px solid #008a9d;*/
    border-top: 5px solid #470054;
    font-size: 13px;
    margin-top: 25px;
    float: left;
    width: 100%;
    clear: both;
}

    #footer-bottom .copyright {
        float: left;
    }

    #footer-bottom ul.global-links {
        float: right;
        width: 80%;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        #footer-bottom ul.global-links li {
            float: right;
            margin-right: 20px;
        }

            #footer-bottom ul.global-links li a {
                /*color: #008a9d;*/
                color: #470054;
                text-decoration: none;
            }

.error {
    color: red;
    font-size: 16px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.field-validation-error {
    color: #ff0000;
    display: block;
}

.message-box {
    margin-bottom: 40px;
    border: 1px solid #a90168;
    padding: 30px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .message-box h3 {
        color: #a90168;
    }

    .message-box p {
        font-family: verdana;
        color: #a90168;
    }

hr {
    border: 0;
    height: 1px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 35%, rgba(204,204,204,1) 65%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 35%,rgba(204,204,204,1) 65%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 35%,rgba(204,204,204,1) 65%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    margin: 25px 0 25px;
    float: left;
    width: 100%;
    clear: both;
}

.handheld {
    display: none !important;
}

.non-handheld {
    display: block !important;
}

@media all and (max-width:768px) {
    body {
        margin: 0;
        padding: 0;
        border: 0;
        /*color: #212529;*/
        color: #222222;
        /*font-family: 'Montserrat', sans-serif;*/
        font-family: PT Serif, Georgia, serif;
        font-size: 16px;
        background-color: white;
    }

    .page {
        padding: 20px 2.5%;
        width: 100%;
    }

    .right-container, .left-container {
        width: 100%;
        margin: 0 0 25px 0!important;
        padding: 0;
        border: 0;
    }

    .page h2 {
        /*color: #008a9d;*/
        color: #470054;
    }

    ul {
        padding: 0;
        padding-left: 15px;
    }

        ul.tick-list {
            list-style-type: square;
            padding-bottom: 0px;
        }

            ul.tick-list li {
                padding-bottom: 7px;
            }

    .button {
        color: #FFFFFF !important;
        /*font-family: 'Montserrat', sans-serif;*/
        font-family: Grot10 Bold, Helvetica, Arial, sans-serif;
        background-color: green;
        width: 100%;
        text-decoration: none;
        font-style: normal !important;
        font-size: 18px;
        border: medium none !important;
        color: #FFFFFF;
        display: block;
        padding: 10px 0px;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .button:hover {
            text-decoration: none !important;
        }

        .button.gray {
            color: #9D9D9D !important;
            float: left;
            width: auto !important;
            margin-left: 0;
            background: none;
            padding-left: 0 !important;
            padding-right: 0 !important;
            text-decoration: underline;
        }

            .button.gray:hover {
                text-decoration: underline;
            }

    .buttons-container, .popup-buttons-container, .portal-buttons-container {
        height: 30px;
    }

    .button.purple, input[type='submit'].purple, input[type='button'].purple {
        /*background-color: #fa5c00;*/
        background-color: #00818A;
    }

        .button.purple:hover, input[type='submit'].purple:hover, input[type='button'].purple:hover {
            /*background-color: #fa5c00;*/
            background-color: #00818A;
        }

    .button.green, input[type='submit'].green, input[type='button'].green {
        /*background-color: #fa5c00;*/
        background-color: #00818A;
    }

        .button.green:hover, input[type='submit'].green:hover, input[type='button'].green:hover {
            /*background-color: #fa5c00;*/
            background-color: #00818A;
            cursor: pointer;
        }

    input[type="text"], select, textarea, input[type="password"] {
        background-color: white;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        border: 1px solid #cccccc;
        /*font-family: 'Montserrat', sans-serif;*/
        font-family: Grot10 Bold, Helvetica, Arial, sans-serif;
        font-size: 16px;
        padding: 5px 10px;
        margin-bottom: 5px;
        clear: both;
        float: left;
        font-size: 15px;
    }

    input[type="text"], input[type="password"] {
        height: 40px;
    }

    p.forgotten-email {
        /*color: #008a9d;*/
        color: #470054;
        font-size: 16px;
    }

    .login-form {
        padding:20px;
    }

        .login-form ul, .login-form ul li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .login-form ul li {
                position: relative;
                margin-bottom: 15px;
            }

                .login-form ul li label {
                   position: static;
                    float: left;
                    width: 100%;
                    padding: 0;
                    text-align: left;
                }

                .login-form ul li a {
                    /*color: #008a9d;*/
                    color: #470054;
                    font-size: 16px;
                }

    #footer-bottom {
        /*color: #008a9d;*/
        color: #470054;
        padding: 10px;
        /*border-top: 5px solid #008a9d;*/
        border-top: 5px solid #470054;
        font-size: 13px;
        margin-top: 25px;
    }

        #footer-bottom .copyright {
        }

        #footer-bottom ul.global-links {
            list-style: none outside none;
            margin: 0;
            padding: 0;
        }

            #footer-bottom ul.global-links li {
            }

                #footer-bottom ul.global-links li a {
                    /*color: #008a9d;*/
                    color: #470054;
                    text-decoration: none;
                }

    .error {
        color: red;
        font-size: 16px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .message-box h3 {
        color: #a90168;
    }

    .message-box p {
        font-family: verdana;
        color: #a90168;
    }

    #footer-bottom {
        height: auto;
        float: left;
        width: 100%;
        padding: 10px;
        clear: both;
    }

        #footer-bottom .copyright {
            float: left;
            width: 100%;
            text-align: center;
        }

        #footer-bottom ul.global-links {
            float: left;
            width: 100%;
            clear: both;
        }

            #footer-bottom ul.global-links li {
                float: left;
                width: 100%;
                clear: both;
                text-align: center;
            }

    ul.global-links li a {
        display: block;
        padding: 5px 10px;
    }

    .handheld {
        display: block !important;
    }

    .non-handheld {
        display: none !important;
    }
}

.field-validation-error {
    clear: both;
}

@charset "UTF-8";
/* CSS Document */

@font-face {
 font-family: dits;
 src: url("./fonts/dits.eot"); /* EOT for IE */
}
@font-face {
 font-family: dits;
 src: url("./fonts/dits.ttf"); /* TTF for CSS3 */
}

/* AvantGarde Book */
@font-face {
    font-family: "AvantGardeBook";
    src: url("./fonts/avantgaritcbybtboo-webfont.eot");
    src: url("./fonts/avantgaritcbybtboo-webfont.eot?#iefix") format("embedded-opentype"),         
         url("./fonts/avantgaritcbybtboo-webfont.ttf") format("truetype"),
         url("./fonts/avantgaritcbybtboo-webfont.svg#ITCAvantGardeGothicRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* AvantGarde Medium */
@font-face {
    font-family: "AvantGardeMedium";
    src: url("./fonts/avantgaritcbybtmed-webfont.eot");
    src: url("./fonts/avantgaritcbybtmed-webfont.eot?#iefix") format("embedded-opentype"),         
         url("./fonts/avantgaritcbybtmed-webfont.ttf") format("truetype"),
         url("./fonts/avantgaritcbybtmed-webfont.svg#ITCAvantGardeGothicRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* AvantGarde Demi */
@font-face {
    font-family: "AvantGardeDemi";
    src: url("./fonts/avantgaritcbybtdem-webfont.eot");
    src: url("./fonts/avantgaritcbybtdem-webfont.eot?#iefix") format("embedded-opentype"),         
         url("./fonts/avantgaritcbybtdem-webfont.ttf") format("truetype"),
         url("./fonts/avantgaritcbybtdem-webfont.svg#ITCAvantGardeGothicRegular") format("svg");
    font-weight: normal;
    font-style: normal;

}

/* EDITOR PROPERTIES - PLEASE DON"T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.underline {
text-decoration:underline;
}


