@import url("font-awesome.min.css");
@import url("font-kepler.css");
@import url("font-proxima-nova.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

/*
	Verti by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

/*ol, ul {
		list-style: none;
	}*/
ul {
    list-style: disc;
    padding-left: 1em;
    padding-bottom: 1em;
}
    /* This be-atch was causing a little white area on the rollover of the submenu popup...*/
    /*    ul li {
        padding-left: 0.5em;
    }*/

    ul.nowt {
        list-style: none;
        padding: 0;
    }

        ul.nowt li {
            padding: 0;
        }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Containers */

.container {
    margin-left: auto;
    margin-right: auto;
}

    .container.\31 25\25 {
        width: 100%;
        max-width: 1750px;
        min-width: 1400px;
    }

    .container.\37 5\25 {
        width: 1050px;
    }

    .container.\35 0\25 {
        width: 700px;
    }

    .container.\32 5\25 {
        width: 350px;
    }

.container {
    width: 1400px;
}

@media screen and (max-width: 1680px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 1500px;
        min-width: 1200px;
    }

    .container.\37 5\25 {
        width: 900px;
    }

    .container.\35 0\25 {
        width: 600px;
    }

    .container.\32 5\25 {
        width: 300px;
    }

    .container {
        width: 1200px;
    }
}
/* THIS SECTION WAS COMMENTED OUT - I ASSUME WHEN WE DUMPED THE 1680 SECTION???*/

@media screen and (max-width: 1280px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 1200px;
        min-width: 960px;
    }

    .container.\37 5\25 {
        width: 720px;
    }

    .container.\35 0\25 {
        width: 480px;
    }

    .container.\32 5\25 {
        width: 240px;
    }

    .container {
        width: 960px;
    }
}

@media screen and (max-width: 980px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 112.5%;
        min-width: 90%;
    }

    .container.\37 5\25 {
        width: 67.5%;
    }

    .container.\35 0\25 {
        width: 45%;
    }

    .container.\32 5\25 {
        width: 22.5%;
    }

    .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 736px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 125%;
        min-width: 100%;
    }

    .container.\37 5\25 {
        width: 75%;
    }

    .container.\35 0\25 {
        width: 50%;
    }

    .container.\32 5\25 {
        width: 25%;
    }

    .container {
        width: 100% !important;
    }
}

/* Grid */

.row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .row > * {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row:after, .row:before {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }

    .row.uniform > * > :first-child {
        margin-top: 0;
    }

    .row.uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.\30 \25 > * {
        padding: 0px 0 0 0px;
    }

    .row.\30 \25 {
        margin: 0px 0 -1px 0px;
    }

    .row.uniform.\30 \25 > * {
        padding: 0px 0 0 0px;
    }

    .row.uniform.\30 \25 {
        margin: 0px 0 -1px 0px;
    }

    .row > * {
        padding: 40px 0 0 40px;
    }

.row {
    margin: -40px 0 -1px -40px;
}

    .row.uniform > * {
        padding: 40px 0 0 40px;
    }

    .row.uniform {
        margin: -40px 0 -1px -40px;
    }

    .row.\32 00\25 > * {
        padding: 80px 0 0 80px;
    }

    .row.\32 00\25 {
        margin: -80px 0 -1px -80px;
    }

    .row.uniform.\32 00\25 > * {
        padding: 80px 0 0 80px;
    }

    .row.uniform.\32 00\25 {
        margin: -80px 0 -1px -80px;
    }

    .row.\31 50\25 > * {
        padding: 60px 0 0 60px;
    }

    .row.\31 50\25 {
        margin: -60px 0 -1px -60px;
    }

    .row.uniform.\31 50\25 > * {
        padding: 60px 0 0 60px;
    }

    .row.uniform.\31 50\25 {
        margin: -60px 0 -1px -60px;
    }

    .row.\35 0\25 > * {
        padding: 20px 0 0 20px;
    }

    .row.\35 0\25 {
        margin: -20px 0 -1px -20px
    }

    .row.uniform.\35 0\25 > * {
        padding: 20px 0 0 20px;
    }

    .row.uniform.\35 0\25 {
        margin: -20px 0 -1px -20px;
    }

    .row.\32 5\25 > * {
        padding: 10px 0 0 10px;
    }

    .row.\32 5\25 {
        margin: -10px 0 -1px -10px;
    }

    .row.uniform.\32 5\25 > * {
        padding: 10px 0 0 10px;
    }

    .row.uniform.\32 5\25 {
        margin: -10px 0 -1px -10px;
    }

.\31 2u, .\31 2u\24 {
    width: 100%;
    clear: none;
    margin-left: 0;
}

.\31 1u, .\31 1u\24 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31 0u, .\31 0u\24 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
}

.\39 u, .\39 u\24 {
    width: 75%;
    clear: none;
    margin-left: 0;
}

.\38 u, .\38 u\24 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}

.\37 u, .\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}

.\36 u, .\36 u\24 {
    width: 50%;
    clear: none;
    margin-left: 0;
}

.\35 u, .\35 u\24 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}

.\34 u, .\34 u\24 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}

.\33 u, .\33 u\24 {
    width: 25%;
    clear: none;
    margin-left: 0;
}

.\32 u, .\32 u\24 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31 u, .\31 u\24 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}

    .\31 2u\24 + *,
    .\31 1u\24 + *,
    .\31 0u\24 + *,
    .\39 u\24 + *,
    .\38 u\24 + *,
    .\37 u\24 + *,
    .\36 u\24 + *,
    .\35 u\24 + *,
    .\34 u\24 + *,
    .\33 u\24 + *,
    .\32 u\24 + *,
    .\31 u\24 + * {
        clear: left;
    }

.\-11u {
    margin-left: 91.66667%;
}

.\-10u {
    margin-left: 83.33333%;
}

.\-9u {
    margin-left: 75%;
}

.\-8u {
    margin-left: 66.66667%;
}

.\-7u {
    margin-left: 58.33333%;
}

.\-6u {
    margin-left: 50%;
}

.\-5u {
    margin-left: 41.66667%;
}

.\-4u {
    margin-left: 33.33333%;
}

.\-3u {
    margin-left: 25%;
}

.\-2u {
    margin-left: 16.66667%;
}

.\-1u {
    margin-left: 8.33333%;
}

@media screen and (max-width: 1680px) {
    .row > * {
        /* CHANGED FROM: padding: 40px 0 0 40px; - PART OF THE MENU REDESIGN TO FIT LAPTOP SCREENS - IN CS */
        padding: 40px 0 0 40px;
    }

    .row {
        margin: -40px 0 -1px -40px;
    }

        .row.uniform > * {
            padding: 40px 0 0 40px;
        }

        .row.uniform {
            margin: -40px 0 -1px -40px;
        }

        .row.\32 00\25 > * {
            padding: 80px 0 0 80px;
        }

        .row.\32 00\25 {
            margin: -80px 0 -1px -80px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 80px 0 0 80px;
        }

        .row.uniform.\32 00\25 {
            margin: -80px 0 -1px -80px;
        }

        .row.\31 50\25 > * {
            padding: 60px 0 0 60px;
        }

        .row.\31 50\25 {
            margin: -60px 0 -1px -60px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 60px 0 0 60px;
        }

        .row.uniform.\31 50\25 {
            margin: -60px 0 -1px -60px;
        }

        .row.\35 0\25 > * {
            padding: 20px 0 0 20px;
        }

        .row.\35 0\25 {
            margin: -20px 0 -1px -20px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 20px 0 0 20px;
        }

        .row.uniform.\35 0\25 {
            margin: -20px 0 -1px -20px;
        }

        .row.\32 5\25 > * {
            padding: 10px 0 0 10px;
            /*
                original above: padding: 10px 0 0 10px;
            */
        }

        .row.\32 5\25 {
            margin: -10px 0 -1px -10px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 10px 0 0 10px;
        }

        .row.uniform.\32 5\25 {
            margin: -10px 0 -1px -10px;
        }

    .\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 2u\24\28xlarge\29 + *,
        .\31 1u\24\28xlarge\29 + *,
        .\31 0u\24\28xlarge\29 + *,
        .\39 u\24\28xlarge\29 + *,
        .\38 u\24\28xlarge\29 + *,
        .\37 u\24\28xlarge\29 + *,
        .\36 u\24\28xlarge\29 + *,
        .\35 u\24\28xlarge\29 + *,
        .\34 u\24\28xlarge\29 + *,
        .\33 u\24\28xlarge\29 + *,
        .\32 u\24\28xlarge\29 + *,
        .\31 u\24\28xlarge\29 + * {
            clear: left;
        }

    .\-11u\28xlarge\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28xlarge\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28xlarge\29 {
        margin-left: 75%;
    }

    .\-8u\28xlarge\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28xlarge\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28xlarge\29 {
        margin-left: 50%;
    }

    .\-5u\28xlarge\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28xlarge\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28xlarge\29 {
        margin-left: 25%;
    }

    .\-2u\28xlarge\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28xlarge\29 {
        margin-left: 8.33333%;
    }
}
/*SEE COMMENTS IN EVERNOTE "TRIOSS FINAL CHANGE TO GET CAROUSEL ABOVE THE FOLD"*/

/*below had been changed to 1680, now back to 1280 as it was originally waaay back*/

@media screen and (max-width: 1280px) {
    .row > * {
        padding: 25px 0 0 25px;
    }

    .row {
        margin: -25px 0 -1px -25px;
    }

        .row.uniform > * {
            padding: 25px 0 0 25px;
        }

        .row.uniform {
            margin: -25px 0 -1px -25px;
        }

        .row.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.uniform.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.uniform.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

    .\31 2u\28large\29, .\31 2u\24\28large\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\28large\29, .\31 1u\24\28large\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\28large\29, .\31 0u\24\28large\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\28large\29, .\39 u\24\28large\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28large\29, .\38 u\24\28large\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28large\29, .\37 u\24\28large\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28large\29, .\36 u\24\28large\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28large\29, .\35 u\24\28large\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28large\29, .\34 u\24\28large\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28large\29, .\33 u\24\28large\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28large\29, .\32 u\24\28large\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28large\29, .\31 u\24\28large\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 2u\24\28large\29 + *,
        .\31 1u\24\28large\29 + *,
        .\31 0u\24\28large\29 + *,
        .\39 u\24\28large\29 + *,
        .\38 u\24\28large\29 + *,
        .\37 u\24\28large\29 + *,
        .\36 u\24\28large\29 + *,
        .\35 u\24\28large\29 + *,
        .\34 u\24\28large\29 + *,
        .\33 u\24\28large\29 + *,
        .\32 u\24\28large\29 + *,
        .\31 u\24\28large\29 + * {
            clear: left;
        }

    .\-11u\28large\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28large\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28large\29 {
        margin-left: 75%;
    }

    .\-8u\28large\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28large\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28large\29 {
        margin-left: 50%;
    }

    .\-5u\28large\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28large\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28large\29 {
        margin-left: 25%;
    }

    .\-2u\28large\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28large\29 {
        margin-left: 8.33333%;
    }
}

@media screen and (max-width: 980px) {

    .row > * {
        padding: 25px 0 0 25px;
    }

    .row {
        margin: -25px 0 -1px -25px;
    }

        .row.uniform > * {
            padding: 25px 0 0 25px;
        }

        .row.uniform {
            margin: -25px 0 -1px -25px;
        }

        .row.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.uniform.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.uniform.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

    .\31 2u\28medium\29, .\31 2u\24\28medium\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\28medium\29, .\31 1u\24\28medium\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\28medium\29, .\31 0u\24\28medium\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\28medium\29, .\39 u\24\28medium\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28medium\29, .\38 u\24\28medium\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28medium\29, .\37 u\24\28medium\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28medium\29, .\36 u\24\28medium\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28medium\29, .\35 u\24\28medium\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28medium\29, .\34 u\24\28medium\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28medium\29, .\33 u\24\28medium\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28medium\29, .\32 u\24\28medium\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28medium\29, .\31 u\24\28medium\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 2u\24\28medium\29 + *,
        .\31 1u\24\28medium\29 + *,
        .\31 0u\24\28medium\29 + *,
        .\39 u\24\28medium\29 + *,
        .\38 u\24\28medium\29 + *,
        .\37 u\24\28medium\29 + *,
        .\36 u\24\28medium\29 + *,
        .\35 u\24\28medium\29 + *,
        .\34 u\24\28medium\29 + *,
        .\33 u\24\28medium\29 + *,
        .\32 u\24\28medium\29 + *,
        .\31 u\24\28medium\29 + * {
            clear: left;
        }

    .\-11u\28medium\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28medium\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28medium\29 {
        margin-left: 75%;
    }

    .\-8u\28medium\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28medium\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28medium\29 {
        margin-left: 50%;
    }

    .\-5u\28medium\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28medium\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28medium\29 {
        margin-left: 25%;
    }

    .\-2u\28medium\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28medium\29 {
        margin-left: 8.33333%;
    }
}

@media screen and (max-width: 736px) {

    .row > * {
        padding: 20px 0 0 20px;
    }

    .row {
        margin: -20px 0 -1px -20px;
    }

        .row.uniform > * {
            padding: 20px 0 0 20px;
        }

        .row.uniform {
            margin: -20px 0 -1px -20px;
        }

        .row.\32 00\25 > * {
            padding: 40px 0 0 40px;
        }

        .row.\32 00\25 {
            margin: -40px 0 -1px -40px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 40px 0 0 40px;
        }

        .row.uniform.\32 00\25 {
            margin: -40px 0 -1px -40px;
        }

        .row.\31 50\25 > * {
            padding: 30px 0 0 30px;
        }

        .row.\31 50\25 {
            margin: -30px 0 -1px -30px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 30px 0 0 30px;
        }

        .row.uniform.\31 50\25 {
            margin: -30px 0 -1px -30px;
        }

        .row.\35 0\25 > * {
            padding: 10px 0 0 10px;
        }

        .row.\35 0\25 {
            margin: -10px 0 -1px -10px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 10px 0 0 10px;
        }

        .row.uniform.\35 0\25 {
            margin: -10px 0 -1px -10px;
        }

        .row.\32 5\25 > * {
            padding: 5px 0 0 5px;
        }

        .row.\32 5\25 {
            margin: -5px 0 -1px -5px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 5px 0 0 5px;
        }

        .row.uniform.\32 5\25 {
            margin: -5px 0 -1px -5px;
        }

    .\31 2u\28small\29, .\31 2u\24\28small\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u\28small\29, .\31 1u\24\28small\29 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u\28small\29, .\31 0u\24\28small\29 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u\28small\29, .\39 u\24\28small\29 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u\28small\29, .\38 u\24\28small\29 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u\28small\29, .\37 u\24\28small\29 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u\28small\29, .\36 u\24\28small\29 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u\28small\29, .\35 u\24\28small\29 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u\28small\29, .\34 u\24\28small\29 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u\28small\29, .\33 u\24\28small\29 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u\28small\29, .\32 u\24\28small\29 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u\28small\29, .\31 u\24\28small\29 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

        .\31 2u\24\28small\29 + *,
        .\31 1u\24\28small\29 + *,
        .\31 0u\24\28small\29 + *,
        .\39 u\24\28small\29 + *,
        .\38 u\24\28small\29 + *,
        .\37 u\24\28small\29 + *,
        .\36 u\24\28small\29 + *,
        .\35 u\24\28small\29 + *,
        .\34 u\24\28small\29 + *,
        .\33 u\24\28small\29 + *,
        .\32 u\24\28small\29 + *,
        .\31 u\24\28small\29 + * {
            clear: left;
        }

    .\-11u\28small\29 {
        margin-left: 91.66667%;
    }

    .\-10u\28small\29 {
        margin-left: 83.33333%;
    }

    .\-9u\28small\29 {
        margin-left: 75%;
    }

    .\-8u\28small\29 {
        margin-left: 66.66667%;
    }

    .\-7u\28small\29 {
        margin-left: 58.33333%;
    }

    .\-6u\28small\29 {
        margin-left: 50%;
    }

    .\-5u\28small\29 {
        margin-left: 41.66667%;
    }

    .\-4u\28small\29 {
        margin-left: 33.33333%;
    }

    .\-3u\28small\29 {
        margin-left: 25%;
    }

    .\-2u\28small\29 {
        margin-left: 16.66667%;
    }

    .\-1u\28small\29 {
        margin-left: 8.33333%;
    }
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    background-color: #ffffff;
    /*background-position: top left, top left;
		background-repeat: repeat-x, repeat;
		background-size: 100% 30em, auto;*/
    font-family: KeplerStd-MediumScn, serif;
    /*SHINA27JAN17 change from 14pt to 18px*/
    font-size: 18px;
    color: #5d5c5c;
    font-weight: 300;
    line-height: 24px;
}

p.home, div.home {
    font-size: 18px;
}

body.is-loading * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

input, select, textarea {
    font-size: 11pt;
    font-family: "Arial", sans-serif;
    color: #5d5c5c;
    font-weight: 300;
}

select {
    background: url('/images/downarrow-sm.png') no-repeat right #fff;
}

a {
    color: #517a79;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: .5em;
}

h1 {
    /*font-family: KeplerStd-SemiboldScn, serif;*/
    font-size: 30px;
    color: #5d5c5c;
    line-height: 1em;
}

    h1.home {
        font-size: 30px;
    }

h2 {
    /*font-family: KeplerStd-MediumScn, serif;*/
    /* SHINA27JAN17 changed from 1.4em to 22*/
    font-size: 22px;
    color: #2d2c2c;
}

    h2.home {
        font-size: 24px;
    }

    h2.marg8 {
        margin-bottom: 8px;
    }

h3 {
    font-size: 20px;
    color: #000000;
}

h4 {
    font-size: 18px;
    margin-bottom: .25em;
}

b, strong {
    font-weight: 600;
}

i, em {
    font-style: italic;
}

br.clear {
    clear: both;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #b1acac;
    margin-bottom: 10px;
    margin-top: 0;
}

blockquote {
    border-left: solid 0.5em #eee;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p, /*ul,*/ ol, dl, table {
    margin-top: 0;
    margin-bottom: 1em;
}

    p:first-child {
        margin-top: 0;
    }

/* Section/Article */

section, article {
    margin-bottom: 5em;
}

    section > :last-child,
    article > :last-child,
    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

header {
    margin: 0 0 1.5em 0;
}

    header h2, header h3 {
        margin: 0 0 0.25em 0;
    }

    header p {
        margin: 0;
    }

footer {
    margin: 2.5em 0 0 0;
}

/* Forms */

form label {
    display: block;
    margin: 0 0 0 0;
    font-size: 1em;
    color: #444;
    /*Font family and size was getting overridden in fieldsets with RTE control, by the RTE css files...*/
    font-family: Arial,sans-serif;
    font-size: 14.4px
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border: solid 1px #8e8d8d;
    display: block;
    width: 50%;
}

    form input[type="text"]:first-child {
        margin-top: 0em;
    }

    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="password"]:focus,
    form select:focus,
    form textarea:focus {
        border-color: #c64544;
    }

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    line-height: 2em;
    padding: 0 .5em;
}

form select {
    line-height: 2em;
    padding: 0 2em 0 .2em; /*The right setting of 2em on this should stop the text overlapping with the down-arrow graphic*/
}

form textarea {
    min-height: 9em;
    padding: .5em;
}

form .formerize-placeholder {
    font-family: Proxima-Nova-Regular;
}

form ::-webkit-input-placeholder {
    font-family: Proxima-Nova-Regular;
}

form :-moz-placeholder {
    font-family: Proxima-Nova-Regular;
}

form ::-moz-placeholder {
    font-family: Proxima-Nova-Regular;
}

form :-ms-input-placeholder {
    font-family: Proxima-Nova-Regular;
}

form ::-moz-focus-inner {
    border: 0;
}

/* Tables */

table {
    width: 100%;
}

    table.default {
        width: 100%;
    }

        table.default tr {
            border-top: solid 1px #eee;
        }

            table.default tr:first-child {
                border-top: 0;
            }

        table.default td {
            padding: 0.5em 1em 0.5em 1em;
        }

        table.default th {
            text-align: left;
            padding: 0.5em 1em 0.5em 1em;
            font-weight: 800;
            margin: 0 0 1em 0;
        }

        table.default thead {
            background: #404248;
            color: #fff;
        }

/* Image */

.image {
    display: inline-block;
    outline: 0;
}

    .image img {
        display: block;
        width: 100%;
        border-radius: 8px;
    }

    .image.fit {
        display: block;
        width: 100%;
    }

    .image.featured {
        display: block;
        width: 100%;
        margin: 0 0 2.5em 0;
    }

    .image.left {
        float: left;
        margin: 0 2em 2em 0;
    }

.centered {
    display: block;
    margin: 0 auto;
    padding-bottom: 2.5em;
}

/*.image.centered img {
            margin: 0 auto;
            width: auto;
        }*/

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: block;
    background: #2a5a5b;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-size: 14.4px;
    font-family: Proxima-Nova-Semibold;
    font-weight: 900;
    padding: .6em 1.5em;
    line-height: 1em;
    margin-top: 1em;
    letter-spacing: 1px;
}


    input[type="button"].icon:before,
    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    button.icon:before,
    .button.icon:before {
        position: relative;
        margin-right: 0.5em;
        top: 0.05em;
    }

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
        background: #c64544;
    }

    input[type="button"]:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    button:active,
    .button:active {
        background: #c64544;
    }


/* List */
ul.address {
    line-height: 1.4em;
}

li.address-space {
    margin-bottom: 1.5em;
}

ul.default {
    list-style: disc;
    padding-left: 1em;
    padding-bottom: 1em;
}

    ul.default li {
        padding-left: 0.5em;
    }

ul.inset {
    list-style: circle;
    padding-left: 1em;
    padding-bottom: 0;
    margin: .5em .5em;
}

    ul.inset li {
        padding-left: 0.5em;
    }

ul.actions li {
    display: inline-block;
    padding: 0 0 0 0.25em;
    margin: 0 0 0 0.25em;
}

    ul.actions li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

ul.menu li {
    border-left: solid 1px #e0e0e0;
    display: inline-block;
    padding: 0 0 0 0.75em;
    margin: 0 0 0 0.75em;
}

    ul.menu li:first-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

    ol.default li {
        padding-left: 0.25em;
    }

/* Box */

/*.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em;
	}

		.box.feature {
			padding: 0;
		}

			.box.feature .inner {
				padding: 4em 2em 3em 2em;
			}

			.box.feature h2 {
				font-size: 1.35em;
			}

			.box.feature p {
				margin: 0;
			}

			.box.feature .image {
				position: relative;
				margin: 0;
			}

				.box.feature .image img {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}*/

/* Icons */

/*.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}*/

/* Wrappers */

#header-wrapper {
    padding: 10px 0 0 0;
}

#features-wrapper {
    padding: 3em 0 3em 0;
}

#main-wrapper {
    background: #fff;
    /*box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);*/
    padding: 0em 0 3em 0;
}

#footer-wrapper {
    padding: 1em 0 1em 0;
}

/* Header */

#header {
    position: relative;
}

/* Logo */

#logo {
    display: inline-block;
}
/*#logo-small {
		display: none;
	}*/

/*#logo h1 {
			background: #444444;
			color: #fff;
			border-radius: 6px;
			font-family: 'Oleo Script', serif;
			font-weight: 400;
			padding: 0.25em 0.2em 0.25em 0.2em;
			font-size: 3.25em;
			letter-spacing: 0.05em;
			display: inline-block;
			vertical-align: middle;
		}*/

/* Nav2 (HOME|CADD|SEARCH)*/

#nav2 {
    position: absolute;
    right: 0;
    top: 23px;
    font-size: .8em;
}

    #nav2 ul li {
        float: left;
        line-height: 1.2em;
        border-right: 1px solid #d0cecf;
    }

        #nav2 ul li:last-child {
            border-right: none;
        }

        #nav2 ul li a, #nav2 ul li span {
            font-family: Proxima-Nova-Semibold;
            font-weight: normal;
            color: #676767;
            text-decoration: none;
            padding: 0.5em 2em 0.5em 2em;
        }

        #nav2 ul li > ul {
            display: none;
        }


        #nav2 ul li:hover a, #nav ul li:hover span {
            color: #517a79;
        }

        #nav2 ul li.active a, #nav ul li.active span {
            color: #517a79;
        }

        #nav2 ul li.current a {
            color: #517a79;
        }

.search-padd {
    padding-right: 0.1em !important;
}


/* Nav */

#nav {
    position: absolute;
    right: 0;
    top: 100px;
    font-size: 20px;
}

    #nav ul {
        list-style: none;
    }

        #nav ul li {
            float: left;
            line-height: 1.5em;
            padding-left: 1.5em;
        }

            #nav ul li a, #nav ul li span {
                font-family: KeplerStd-MediumScn;
                font-weight: 800;
                color: #000000;
                text-decoration: none;
                padding: 0.5em 5em 0.5em .2em
            }

            #nav ul li > ul {
                display: none;
            }

            #nav ul li:hover a, #nav ul li:hover span {
                color: #517a79;
            }

            #nav ul li.active a, #nav ul li.active span {
                color: #517a79;
            }

            #nav ul li.current a {
                color: #517a79;
            }

.dropotron {
    background: #fff;
    letter-spacing: 0.025em;
    color: #5d5c5c;
    text-decoration: none;
    /*border-radius: 6px;*/
    padding: 0.75em 0 0.75em 0px;
    min-width: 15em;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
    margin-top: calc(-0.75em + 1px);
    margin-left: -1px;
}

    .dropotron li {
        border-top: solid 1px #eee;
        line-height: 3em;
    }

        .dropotron li:first-child {
            border-top: 0;
        }

        .dropotron li > a, .dropotron li > span {
            -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
            text-decoration: none;
            color: inherit;
            display: block;
            padding: 0 1.5em;
        }

            .dropotron li > a:hover, .dropotron li > span:hover {
                background: #eee;
            }

        .dropotron li.active > a, .dropotron li.active > span {
            background: #eee;
        }

    .dropotron.level-0 {
        font-size: .9em;
        margin-top: 0;
        padding-top: 0;
        /*shina added below - SEEMS LIKE THIS IS THE PLACE TO ADJUST POSITION OF DROPDOWN MENU...
        margin-top: -10px;*/
    }
/* THIS WAS THE LITTLE TRANGULAR ICON LIKE A SPEECH BUBBLE THAT WAS RUINING THE BORDER WHEN EVERYTHING IS IN WHITE*/
/*        .dropotron.level-0:before {
            content: '';
            position: absolute;
            top: -0.5em;
            left: 1em;
            border-bottom: solid 0.75em #ffffff;
            border-left: solid 0.75em transparent;
            border-right: solid 0.75em transparent;
            z-index: 1;
        }*/

/* Banner */

#banner {
    position: relative;
    padding: 4.5em;
}

    #banner h2 {
        font-size: 3.5em;
        margin: 0.1em 0 0.35em 0;
    }

    #banner p {
        font-size: 2.75em;
        line-height: 1.35em;
        margin: 0;
    }

    #banner .button {
        width: 100%;
        margin-bottom: 0.5em;
    }

        #banner .button.icon:before {
            position: absolute;
            right: 0.15em;
            top: 50%;
            margin-top: -0.5em;
        }

        #banner .button.alt {
            margin-bottom: 0;
        }

    #banner ul {
        margin: 0 0 0 2em;
    }

/* Footer */

#footer {
    margin-top: 0;
}

    #footer a {
        color: inherit;
    }

#copyright {
    color: #676767;
    padding: 0 0 0 0;
    text-align: right;
    font-size: .8em;
}

/* SHINA ADDITIONS GENERAL - MOVED FROM BOTTOM TO ABOVE MEDIA-SCREEN CALLS*/
/* SHINA ADDITIONS GENERAL - MOVED FROM BOTTOM TO ABOVE MEDIA-SCREEN CALLS*/
/* SHINA ADDITIONS GENERAL - MOVED FROM BOTTOM TO ABOVE MEDIA-SCREEN CALLS*/

.showit {
    border: 1px solid red;
}

#trailerlinks {
    font-size: 1.3em;
    color: #959494;
    padding: 1em 0 0 0;
    letter-spacing: .2em;
}

#trailermenu {
    font-size: .8em;
    margin-bottom: 0;
}

    #trailermenu ul li {
        float: left;
        line-height: 1.2em;
        border-right: 1px solid #312f2f;
    }

        #trailermenu ul li:last-child {
            border-right: none;
        }

        #trailermenu ul li a, #trailermenu ul li span {
            font-weight: normal;
            color: #312f2f;
            text-decoration: none;
            padding: 0.5em 1.5em 0.5em 1.5em;
        }

        #trailermenu ul li:hover a, #trailermenu ul li:hover span {
            color: #517a79;
        }

        #trailermenu ul li.active a, #trailermenu ul li.active span {
            color: #517a79;
        }

        #trailermenu ul li.current a {
            color: #517a79;
        }

.nopaddleft {
    padding-left: 0 !important;
}

.homeimage {
    width: 100%;
    height: auto;
    padding: 0 0 .5em 0;
}

.morearrow {
    font-size: .8em;
    padding-left: .5em;
}

.h2child {
    padding-top: 45px;
}

#content {
    padding-bottom: 1.5em;
}

.indented-container {
    margin-left: 40px;
    margin-top: 30px;
}

.greyboxNH {
    background-color: #f2f2f2;
    margin-top: 1em;
    padding: 1em 0 2em 1em;
    width: 100%;
    max-width: 410px;
    padding-right: 2em;
}

.greybox {
    background-color: #f2f2f2;
    margin-top: 1em;
    padding: 1em 0 2em 1em;
    width: 100%;
    max-width: 410px;
    padding-right: 2em;
    height: 750px;
}
/*.greybox:first-child {
            margin-top:120px; 
        }*/
.contactname {
    font-size: 1.1em;
    color: #c74545;
    margin-top: 0;
    margin-bottom: .2em;
}

.contacttitle {
    font-size: 1.1em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 1.5em;
}

.contactstd {
    font-size: 1.1em;
    color: #000000;
    margin-top: 0;
    margin-bottom: .2em;
}

.contactphoto {
    float: left;
    margin-right: 1.2em;
}

img.svcproject {
    max-width: 100%;
    margin-bottom: .6em;
}

.svcproject-highlight {
    color: #c74545;
}

p.svcproject {
    margin-top: 0;
    margin-bottom: 0
}

.svrprojectbox {
    width: 70%;
}

hr.svcproject {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

#pagindicator {
    font-family: 'Proxima-Nova-Regular';
    font-size: .7em;
    margin-bottom: 20px;
    margin-top: -11px;
    text-transform: uppercase;
}

.partner-indent {
    margin-left: 40px;
    margin-top: 100px;
}

img.partnerlogo {
    /*margin-left:70px;
        width:100%;
        max-width:200px;
        margin-bottom:35px*/
    margin-top: 35px;
    margin-bottom: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
}

.partner-border {
    border-bottom: 1px solid #d6d6d8;
    border-left: 1px solid #d6d6d8;
    border-right: 1px solid #d6d6d8;
}

.partner-border-left-side {
    border-bottom: 1px solid #d6d6d8;
    border-right: 1px solid #d6d6d8;
}

.partner-border-right-side {
    border-bottom: 1px solid #d6d6d8;
}

.clear-border-bottom {
    border-bottom: none;
}

.dvteamshot {
    max-height: 260px; /* equals max image height */
    width: 260px;
    white-space: nowrap;
    text-align: left;
    max-width: 99%;
    margin-top: -40px;
    margin-bottom: 70px;
}

.teamshothelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img.teamshot {
    vertical-align: middle;
    max-height: 260px;
    width: auto;
    max-width: 99%;
}

figure {
    display: table;
}

figcaption {
    display: table-caption;
    caption-side: top;
    font-family: 'Proxima-Nova-Regular';
    font-size: .7em;
}

    figcaption strong {
        font-family: Proxima-Nova-Semibold;
        font-weight: 900;
    }

.profilecaption {
    font-family: KeplerStd-SemiboldScn;
    font-size: 1.4em;
    color: #2d2c2c;
    caption-side: bottom;
    margin: 1em 0 2em 0;
}

.profile-container {
    margin: 50px 0 0 0;
    border: 1px solid #b1acac;
    background-color: #fff;
    z-index: 1100;
    display: none;
    position: absolute;
    top: 220px;
    left: 20%;
    width: 65%;
}

    .profile-container h2 {
        font-size: 1.8em;
        line-height: 1em;
    }
/*#profile-container p:last-child {
        margin-bottom:2em;
    }*/
.profile-closer {
    float: right;
    padding: 1em 1em 0 0;
}

.profile-inner-container {
    padding-right: 6em;
    padding-left: 5em;
    padding-top: 0em;
    padding-bottom: 2em;
}

.profile-link {
    padding: 0 0 0 0;
    font-family: Proxima-Nova-Semibold;
    font-weight: 900;
    font-size: .7em;
    color: #000000;
    display: inline-block;
}

#sitemap {
    margin: 50px 0 0 0;
    border: 1px solid #b1acac;
    background-color: #fff;
    z-index: 1100;
    display: none;
    position: relative;
    bottom: 50px;
    left: 10%;
    width: 80%;
}

    #sitemap a {
        font-size: .8em;
        text-decoration: none;
    }

        #sitemap a:hover {
            text-decoration: underline;
        }

    #sitemap ul {
        margin-left: .5em;
        line-height: 1em;
    }

    #sitemap li {
        margin-bottom: .5em;
    }

.sitemap-inner-container {
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 0em;
    padding-bottom: 2em;
}

.floatright {
    float: right;
}

.reviewresultsanswer a {
    color: #ffffff;
    text-decoration: none;
}

    .reviewresultsanswer a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

#overlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000;
    opacity: 0.75;
}

#overlay-sitemap {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000;
    opacity: 0.75;
}

.nowrap {
    white-space: nowrap;
}

.valmsg {
    color: #c64544;
    padding-left: 1em;
}

.captchaalign {
    display: block;
    margin-top: 1em !important;
}

img.max100 {
    max-width: 100%;
}

img.img100 {
    width: 100%;
}

img.projectpartners {
    max-width: 100px;
    margin: 0 10px;
}

.below5em {
    padding-bottom: 5em;
}

.below3em {
    padding-bottom: 3em;
}

.above0em {
    padding-top: 0;
}

.above1em {
    padding-top: 1em;
}


a.doclink {
    font-family: Proxima-Nova-Semibold;
    text-decoration: none;
}

    a.doclink:hover {
        text-decoration: underline;
    }

h2.dblheight {
    height: 2em;
}

h2.projects {
    width: 100%;
    background-color: #3f3b3c;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    padding: .3em .5em;
    min-height: 42px;
    height: auto;
}

a.projects {
    text-decoration: none;
}
/*these for jssor slider single image (single projects pages and maybe others)*/
.jss1 {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 887px;
    height: 384px;
    overflow: hidden;
    visibility: hidden;
}

.jss2 {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 887px;
    height: 384px;
    overflow: hidden;
}

.jsscaption {
    position: absolute;
    top: 312px;
    left: 0px;
    width: 720px;
    height: 72px;
    z-index: 0;
    background-color: rgba(255,255,255,0.84);
    font-family: KeplerStd-SemiboldScn;
    font-size: 25px;
    color: #292828;
    line-height: 30px;
    text-align: left;
    padding: 10px 0px 5px 2px;
    box-sizing: border-box;
}
/*these for jssor slider carousel images */

.jss1-carousel {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1325px;
    height: 530px;
    /*height: 573px;*/
    overflow: hidden;
    visibility: hidden;
}

.jss2-carousel {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1325px;
    height: 530px;
    /*height: 573px;*/
    overflow: hidden;
}

.jsscaption-carousel {
    position: absolute;
    top: 430px;
    /*top: 473px;*/
    left: 0px;
    width: 500px;
    height: 100px;
    z-index: 0;
    background-color: rgba(255,255,255,0.84);
    font-family: KeplerStd-SemiboldScn;
    font-size: 45px;
    color: #292828;
    line-height: 30px;
    text-align: left;
    /*SHINA27JAN17 change from 35 top/bot*/
    padding: 39px 0 31px 30px;
    box-sizing: border-box;
}

.jsscaption-carousel-wide {
    width: 700px;
}

.jsscaption-carousel-narrow {
    width: 300px;
}

#cookiemsg {
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 0.9em;
    padding: 1em;
    background-color: #ffffff;
}

.buttcookie {
    margin-top: 0 !important;
    margin-left: 1em;
    margin-right: 1em;
}
/*.abouttxt {
        margin-top: -2em;
    }*/
.project-image {
    position: relative;
}

    .project-image h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        min-width: 80%;
        background-color: rgba(255,255,255,0.70);
        padding: 30px 25px 27px 5px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 26px;
    }

.ddprojectjump {
    width: 80%;
}

.twitterbox {
    margin-top: 110px;
}

.notice {
    color: #c74545;
    font-weight: normal;
}

.notehdr-fixed-to-top {
    position: fixed;
    top: -20px;
    width: 1351px;
    /*width: 1151px; - these show the x-large and large settings...
    width: 896px;*/
    height: 40px;
}

.permamsg {
    max-width: 1390px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff !important;
    font-weight: bold;
    background-color: #c3332f;
    text-align: center;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
}

    .permamsg a {
        color: #fff;
    }
/*Below is for the new reviewdetail page (newreviewdetail.aspx) gridview */
#reviewdetailtableheader {
    display: none;
}

.GridReviewDetail {
    border-spacing: 3px;
    width: 1333px !important;
}

    .GridReviewDetail > tbody > tr > th {
        border: 1px solid #2a5a5b;
        padding: 3px;
        background-color: #2a5a5b;
        color: #fff;
    }

    .GridReviewDetail > tbody > tr > td {
        border: 1px solid #2a5a5b;
        padding: 3px;
    }

.reviewdetail-c1 {
    width: 45px;
}

.reviewdetail-c2 {
    width: 72px;
}

.reviewdetail-c3 {
    width: 54px;
}

.reviewdetail-c4 {
    width: 259px;
}

.reviewdetail-c5 {
    width: 246px;
}

.reviewdetail-c6 {
    width: 71px;
}

.reviewdetail-c7 {
    width: 195px;
}

.reviewdetail-c8 {
    width: 54px;
}

.reviewdetail-c9 {
    width: 55px;
}

.reviewdetail-c10 {
    width: 87px;
}

.reviewdetail-c11 {
    width: 53px;
}

.reviewdetail-c12 {
    width: 71px;
}

.reviewdetail-c13 {
    width: 73px;
}

.fixedtotop {
    position: fixed;
    top: 0px;
    height: 55px;
}

.ic-center {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.tablequestion {
    border-spacing: 3px;
    width: 600px !important;
    margin: 0 auto;
}

    .tablequestion > tbody > tr > th {
        border: 1px solid #2a5a5b;
        padding: 3px;
        background-color: #2a5a5b;
        color: #fff;
        border: 1px solid #fff;
        vertical-align: middle;
        line-height: 20px;
    }

    .tablequestion > tbody > tr > td {
        border: 1px solid #2a5a5b;
        padding: 3px !important;
        vertical-align: middle;
        text-align: center;
    }

    .tablequestion tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.popupcentered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

#dvitemeditpopup {
    width: 900px;
    display: none;
    box-shadow: 1px 1px 3px #888;
    padding: 30px 30px 30px 50px;
    background-color: #fbf8f4;
    /*Without this (z-index), <sub> text in transfreviewdetail was appearing in this layer, weirdly...*/
    z-index: 1;
}

#divEditDependency {
    width: 900px;
    display: none;
    box-shadow: 1px 1px 3px #888;
    padding: 30px 30px 30px 50px;
    background-color: #fbf8f4;
}

.lang-container {
    background-color: #fde4c6;
    padding: 5px;
}

.lang-warning {
    background-color: #c3332f;
    font-weight: bold;
    color: #fff;
}
/* SHINA ADDITIONS GENERAL - END OF...START OF SIZE SPECIFIC STUFF*/
/* SHINA ADDITIONS GENERAL - END OF...START OF SIZE SPECIFIC STUFF*/
/* SHINA ADDITIONS GENERAL - END OF...START OF SIZE SPECIFIC STUFF*/

/* XLarge */

@media screen and (max-width: 1680px) {

    /* Basic */

    #nav ul li a, #nav ul li span {
        padding: 0.5em 3.2em 0.5em .1em;
    }
    /*img.partnerlogo {
            margin-left: 45px;
            margin-bottom:30px;

        }*/
    /*.greybox:first-child {
            margin-top:145px; 
        }*/
    .greybox {
        height: 840px;
    }

    #biglogo {
        width: 180px;
        height: auto;
        margin-top: 23px;
    }

    .stickynote {
        width: 697px !important;
    }

    .stickynoteparent {
        width: 697px !important;
    }

    .stickynotechild {
        width: 677px !important;
    }

    .notehdr-fixed-to-top {
        width: 1151px;
    }

    .permamsg {
        max-width: 1190px;
    }
    /*Below is for the new reviewdetail page (newreviewdetail.aspx) gridview */
    .GridReviewDetail {
        width: 1140px !important;
    }

    .reviewdetail-c1 {
        width: 45px;
    }

    .reviewdetail-c2 {
        width: 70px;
    }

    .reviewdetail-c3 {
        width: 54px;
    }

    .reviewdetail-c4 {
        width: 192px;
    }

    .reviewdetail-c5 {
        width: 175px;
    }

    .reviewdetail-c6 {
        width: 67px;
    }

    .reviewdetail-c7 {
        width: 149px;
    }

    .reviewdetail-c8 {
        width: 53px;
    }

    .reviewdetail-c9 {
        width: 53px;
    }

    .reviewdetail-c10 {
        width: 87px;
    }

    .reviewdetail-c11 {
        width: 53px;
    }

    .reviewdetail-c12 {
        width: 69px;
    }

    .reviewdetail-c13 {
        width: 72px;
    }
}
/* Large */

@media screen and (max-width: 1280px) {


    #nav ul li a, #nav ul li span {
        padding: 0.5em 1.3em 0.5em .3em;
    }

    /*            .svrprojectbox {
                width:80%;
            }
            h2.dblheight {
                height:3em;
            }
            .partner-indent {
                margin-left:25px;
            }
            img.partnerlogo {
                margin-left: 20px;
                margin-bottom:20px;

            }*/
    .stickynote {
        width: 456px !important;
    }

    .stickynoteparent {
        width: 456px !important;
    }

    .stickynotechild {
        width: 436px !important;
    }

    .notehdr-fixed-to-top {
        width: 896px;
    }

    .permamsg {
        max-width: 940px;
    }
}

/* Medium */

#navPanel, #navToggle {
    display: none;
}

@media screen and (max-width: 980px) {

    /* Basic */

    html, body {
        overflow-x: hidden;
    }

    /*SHINA27JAN17 COMMENT OUT		
            body, input, select, textarea {
				font-size: 11pt;
			}*/

    /* Section/Article */

    section, article {
        clear: both;
        margin-bottom: 3em !important;
    }

        section.last, article.last {
            margin-bottom: 0 !important;
        }

    /* Image */

    .image.left {
        width: 25%;
        margin-bottom: 2em !important;
    }

    /* List */

    ul.menu li {
        display: block;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    ul.actions li {
        display: block;
        padding: 0;
        margin: 1em 0 0 0;
    }

        ul.actions li:first-child {
            margin-top: 0;
        }

    /* Button */

    /*input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: 100%;
				text-align: center;
				font-size: 1.35em;
				padding: 0.85em 0 !important;
			}

				input[type="button"].icon,
				input[type="submit"].icon,
				input[type="reset"].icon,
				button.icon,
				.button.icon {
					padding-right: 0.75em !important;
				}

					input[type="button"].icon:before,
					input[type="submit"].icon:before,
					input[type="reset"].icon:before,
					button.icon:before,
					.button.icon:before {
						margin-right: 0.5em;
						top: 0.05em;
					}*/

    /* Wrappers */

    #header-wrapper {
        padding: 3em 0 1em 0;
        text-align: center;
    }

    #footer-wrapper {
        padding: 1em 0 4em 0;
    }

    /* Header */

    #header {
        margin: 0 auto;
    }

    /* Logo */

    #logo span {
        display: block;
        margin: 0;
    }

    /* Nav */

    #nav {
        display: none;
    }

    /* Banner */

    #banner {
        padding: 4.5em 3em;
        text-align: center;
    }

        #banner ul {
            margin: 2em 0 0 0;
        }

        #banner .button.icon:before {
            position: relative;
            right: auto;
            top: auto;
        }

    /* Content */

    #content {
        /*border-bottom: solid 1px #e8e8e8;
				padding-bottom: 4em;*/
        margin-bottom: 0 !important;
    }

        #content > :last-child {
            margin-bottom: 0 !important;
        }

    #sidebar > :last-child {
        margin-bottom: 0 !important;
    }

    /* Footer */


    /* Off-Canvas Navigation */

    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding: 1px 10px;
    }

    #navToggle {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
    }

        #navToggle .toggle {
            width: 70px;
            height: 50px;
            opacity: 0.35;
        }

            #navToggle .toggle:before {
                display: inline-block;
                font-family: FontAwesome;
                text-decoration: none;
                font-style: normal;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 6px;
                top: 6px;
                background: rgba(0, 0, 0, 0.5);
                width: 58px;
                height: 38px;
                border-radius: 6px;
                content: '\f0c9';
                color: #fff;
                text-align: center;
                line-height: 38px;
                font-size: 20px;
            }

            #navToggle .toggle:active {
                opacity: 0.75;
            }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background: #fff;
        box-shadow: inset -3px 0px 0px 0px #dfdfdf;
        padding: 0 23px 0 20px;
    }

        #navPanel .link {
            display: block;
            text-decoration: none;
            height: 54px;
            line-height: 54px;
            border-top: solid 1px #e8e8e8;
            color: #5d5c5c;
        }

            #navPanel .link:first-child {
                border-top: 0;
            }

        #navPanel .indent-1 {
            display: inline-block;
            width: 1em;
        }

        #navPanel .indent-2 {
            display: inline-block;
            width: 2em;
        }

        #navPanel .indent-3 {
            display: inline-block;
            width: 3em;
        }

        #navPanel .indent-4 {
            display: inline-block;
            width: 4em;
        }

        #navPanel .indent-5 {
            display: inline-block;
            width: 5em;
        }

        #navPanel .depth-0 {
            color: #444;
            font-weight: 800;
        }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navToggle {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    /* Nav2 (HOME|CADD|SEARCH)*/

    #nav2 {
        /*        
        margin-left: 65px;
        top: -30px;
        z-index: 10002
        */
        display: none;
    }

    /*.homeimage {
                max-width:380px; 
            }*/
    .greybox {
        /*margin-top:0!important;*/
        height: unset;
        max-width: unset;
    }

    .greyboxNH {
        max-width: unset;
    }

    .svrprojectbox {
        width: 70%;
        min-width: 200px;
    }
    /*.abouttxt {
                margin-top: -4em;
            }
            .aboutimg {
                margin-top: 1em;
            }*/
    .partner-indent {
        margin-left: 25px;
    }
    /*img.partnerlogo {
                margin-left: 5%;
                max-width:80%;
            }*/
    h1, h1.home {
        /*SHINA 28-02-2017*/
        font-size: 30px;
    }

    .project-image h2 {
        font-size: 20px;
        line-height: 22px;
        padding: 20px 15px 17px 5px;
    }

    h2, h3, h2.home {
        font-size: 20px;
    }

    .profilecaption {
        margin-bottom: 0;
    }

    .notehdr-fixed-to-top {
        /*Make it disappear!  Can't use display:none as it gets switched on with javascript...*/
        visibility: hidden;
    }

    .permamsg {
        max-width: 850px;
    }
}

/* Small */

@media screen and (max-width: 736px) {

    /* Basic */


    /*h2, h3, h4, h5, h6 {
				font-size: 13pt;
				margin: 0 0 1em 0;
			}*/

    /* Section/Article */

    section, article {
        clear: both;
        margin-bottom: 3em !important;
    }

        section.last, article.last {
            margin-bottom: 0 !important;
        }

    /* Image */

    .image.left {
        width: 25%;
        margin-bottom: 2em !important;
    }

    /* List */

    ul.menu li {
        display: block;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    ul.actions li {
        display: block;
        padding: 0;
        margin: 1em 0 0 0;
    }

        ul.actions li:first-child {
            margin-top: 0;
        }

    /* Button */

    /*    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        width: 100%;
        text-align: center;
        font-size: 1.25em !important;
        padding: 0.65em 0 !important;
    }*/

    input[type="button"].icon,
    input[type="submit"].icon,
    input[type="reset"].icon,
    button.icon,
    .button.icon {
        padding-right: 0.75em !important;
    }

        input[type="button"].icon:before,
        input[type="submit"].icon:before,
        input[type="reset"].icon:before,
        button.icon:before,
        .button.icon:before {
            margin-right: 0.5em;
            top: 0.05em;
        }

    /* Text Input*/
    form textarea,
    input[type="text"] {
        width: 90% !important;
    }


    /* Wrappers */

    #header-wrapper {
        padding: 3em 0 1.5em 0;
    }

    #banner-wrapper {
        padding: 0 15px 0 15px;
    }

    #features-wrapper {
        padding: 0 15px 40px 15px;
    }

    #main-wrapper {
        padding: 10px 30px 20px 30px;
    }

    #footer-wrapper {
        padding: 20px 30px 40px 30px;
    }

    /* Logo */

    /*#logo h1 {
				font-size: 2.75em;
				padding: 0.2em 0.275em;
			}*/

    #logo span {
        line-height: 3em;
    }

    /* Banner */

    #banner {
        text-align: center;
        padding: 15px 15px 15px 15px;
        margin: 0 auto !important;
    }

        #banner h2 {
            font-size: 2em;
            margin: 0.75em 0 0.5em 0;
        }

        #banner p {
            font-size: 1.5em;
            line-height: 1.5em;
            margin: 0;
        }

        #banner ul {
            margin: 0;
        }

        #banner .button {
            margin: 0 0 1em 0;
        }

    /* Content */

    /*#content {
				padding-bottom: 3em;
			}*/

    /* Footer */

    #footer section {
        border-bottom: solid 1px #ccc;
        padding-bottom: 3em;
        margin-bottom: 1em !important;
    }

    #nav2 ul li a, #nav2 ul li span {
        padding: 0 .5em 0 .5em;
    }

    .h2childsinglecol {
        padding-top: 55px;
    }

    .h2child {
        padding-top: 55px;
    }

    #copyright {
        text-align: center;
    }

    .indented-container {
        margin-left: 0 !important;
    }
    /*#logo {
            display:none;
        }
        #logo-small {
            padding-top:2em;
            display:inline-block;
        }*/

    .dvpartnerlogo {
        height: unset !important; /* equals max image height */
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 3em;
    }

    img.partnerlogo {
        margin-top: 0;
        margin-bottom: 20px;
        /*display:block;
            width:200px;
            margin-left:auto;
            margin-right:auto;*/
    }

    .dvteamshot {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .profile-inner-container {
        padding-right: 1em;
        padding-left: 1em;
    }

    .profile-container {
        left: 8%;
        width: 85%;
    }
    /*.abouttxt {
            margin-top: -3em;
        }*/
    h2.dblheight {
        height: unset;
    }

    .partner-border {
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .partner-border-left-side {
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    .partner-border-right-side {
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    h1, h1.home {
        /*SHINA 28-02-2017*/
        font-size: 25px;
    }

    .project-image h2 {
        position: unset;
        background-color: none;
        padding: 10px 0 0 0;
        margin-bottom: 0;
    }

    h2, h3, h2.home {
        font-size: 20px;
    }
    /*Below gets rid of the blank-logo spacer image which we use on the bigger screen formats to centralise a single partner logo when there is only one on a line - not wanted in single column display*/
    img[src*="blank-logo"] {
        display: none;
    }

    .permamsg {
        max-width: 90%;
    }
}


/*SHINA ADDED - ALL FROM THE ORIGINAL MAIN.CSS NOW IN "PRE RESKIN ASSETS"*/

/*FROM bootstrap for informational/warning messages in Identity code*/
.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.form-horizontal {
    width: 90%;
}
/* SHINA ADDED */

#tsncs {
    width: 95%;
    height: 310px;
}

#tsncsaccept {
    padding-top: 1.5em;
}

    #tsncsaccept label {
        display: inline;
    }

.tsncsdownload {
    float: right;
}

#prespacks {
    font-size: 1.3em;
    color: #3E4442;
}

    #prespacks a {
        font-size: .9em;
    }

#questions label {
    display: inline;
}

#questions td {
    padding: 5px 0px 5px 0px;
}

.questprompt {
    display: block !important;
    font-weight: 600;
    font-style: italic;
    font-size: 1.2em;
    /*margin-bottom:.5em;*/
}

.qtip {
    font-style: italic;
}

#imglogo {
    max-width: 399px;
    width: 100%;
    height: auto;
}

.padding-app {
    padding: 2em 0 0 2em;
}
/*Next two do indent and get indent preserved on text wrap of labels of checkboxes - may cause problems on other input controls, lets see*/
.questcontrol input {
    margin-top: .4em;
    margin-left: 1em;
    float: left;
}

.questcontrol label {
    padding-left: 30px;
    display: block !important;
}

.uploadcontrol {
    display: block;
    padding: 20px 0 20px 0;
}

img.imgmax {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

img.img650 {
    max-width: 650px;
    min-width: 350px;
    width: 100%;
    height: auto;
}

img.img460 {
    max-width: 460px;
    /*min-width:350px;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

img.img340 {
    margin: 0 auto;
    display: block;
    max-width: 340px;
    width: 100%;
    height: auto;
    padding-top: 2em;
}

img.img500 {
    max-width: 500px;
    /*min-width:350px;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
/*ul.norm-bullet
	{
		padding: 0 1em 1em 2em;
		list-style-type: disc;
		margin: 0; 
	} 
	ul.norm-bullet li 
	{
		padding-bottom:.5em;
	}*/
ul {
    padding: 0 1em 1em 2em;
    list-style-type: disc;
    margin: 0;
}

    /*ul li {
        padding-bottom: .5em;
    }*/
    ul.submenu {
        padding-bottom: 0;
        list-style-type: none;
    }
/*Below used to be .lower-alpha but when we implemented rich text boxes we changed this to be the default  ordered list*/
ol {
    padding: 0 1em 1em 2em;
    margin: 0;
    list-style-type: lower-alpha;
}

    ol li {
        padding-top: .5em;
    }

        ol li:last-of-type {
            padding-bottom: 1.5em;
        }

.box {
    border-bottom: 1px solid #dadcde;
}

    .box h3 {
        padding: 1em 0 0 0 !important;
    }

    .box:last-child {
        border-bottom: none;
    }

#pyramidbot {
    margin-top: 2em;
    font-style: italic;
    text-align: center;
}

#infoicon {
    float: right;
    margin-left: 2em;
    margin-right: 4em;
}

#ctc {
    text-align: center;
    margin-bottom: 1em;
    font-style: italic;
    font-size: .9em;
}

#questinfo {
    display: none;
    position: absolute;
    color: #ffffff;
    padding: .5em .5em 1em 1em;
    right: 5%;
    background: #2a5a5b;
    font-size: 1.1em;
    width: 350px;
    overflow-y: auto;
    height: 300px;
    box-shadow: 1px 1px 2px #000;
    z-index: 1000;
}

#def1readmore, #def2readmore, #def3readmore, #def4readmore, #def5readmore, #def6readmore, #extraanswers {
    display: none;
}

.readmore {
    font-style: italic;
    cursor: pointer;
}

.noheadspace {
    margin-top: -20px;
}

h2 a {
    color: #2a5a5b;
}

#sidebar {
    margin-top: 1em;
}

ol.numlist {
    list-style-type: decimal;
    padding-left: 2em;
}

ul.indent1 {
    padding-left: 1em;
}

.toppadextra {
    padding-top: 4em;
}

#dispans {
    position: fixed;
    padding: .5em .5em 1em 1em;
    display: none;
    right: 15%;
    color: #ffffff;
    background: #2a5a5b;
    font-size: 1.1em;
    width: 350px;
    overflow-y: auto;
    box-shadow: 1px 1px 2px #000;
    z-index: 1000;
}

    #dispans ul {
        padding: 1em 1em 1em 2em;
        list-style-type: disc;
        margin: 0;
    }

        #dispans ul li {
            padding-bottom: .5em;
        }

.dispans {
    display: none;
}

#dispnote {
    max-height: 500px;
    overflow-y: auto;
    position: fixed;
    padding: .5em .5em 1em 1em;
    display: none;
    right: 15%;
    color: #000;
    background: #fff175;
    font-size: 1.1em;
    width: 350px;
    overflow-y: auto;
    box-shadow: 1px 1px 2px #000;
    z-index: 1000;
}

    #dispnote ul {
        padding: 1em 1em 1em 2em;
        list-style-type: disc;
        margin: 0;
    }

        #dispnote ul li {
            padding-bottom: .5em;
        }

.dispnote {
    display: none;
}

.centertext {
    text-align: center;
}

.righttext {
    text-align: right;
}

.questmulti {
    min-height: inherit;
    height: 8em;
    padding: .5em .5em 0 .5em;
    line-height: 1.2em;
    width: 95%;
}

.spacenovalidate {
    margin-bottom: 2em;
}

.button-inline {
    display: inline !important;
    margin-left: 2em;
}

.padright1 {
    padding-right: .5em;
}

.padbot1 {
    padding-bottom: 1em;
}

.padtop1 {
    padding-top: .5em;
}

.questiongrid {
    margin-top: 20px;
    width: 95%;
}

    .questiongrid th {
        background-color: #2a5a5b;
        color: #fff;
        vertical-align: middle;
    }

    .questiongrid td {
        vertical-align: top;
        /*These added below because the Rich text editor CSS was messing with these values (overriding fieldset settings) on the useractivity page...*/
        font-family: Arial,sans-serif;
        font-size: 14.4px;
        color: rgb(93, 92, 92);
    }

.smallgrid {
    width: 50%;
}

.gridrowhighlight tr:hover {
    background-color: #cfcdcd;
}

.reportcontent {
    max-width: 600px;
    overflow: hidden;
}

.gridreviews {
    max-width: 900px !important
}

.gridpaths {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 1em;
}

    .gridpaths th {
        border-bottom: 5px solid white;
        background-color: #2D3130;
        color: #fff;
        text-align: left;
        padding-left: 5px;
    }

#dvExAnsSets {
    display: none;
    position: absolute;
    left: 15%;
    z-index: 1000;
    padding-left: 2em;
    height: 300px;
    overflow-y: auto;
    padding: .5em .5em 1em 1em;
    background: #2a5a5b;
    box-shadow: 1px 1px 2px #000;
    z-index: 1000;
    color: #fff;
    font-size: 1.5em;
}

    #dvExAnsSets a {
        color: #fff;
        font-size: .7em;
    }

    #dvExAnsSets ul {
        padding: 1em 1em 1em 2em;
        list-style-type: disc;
        margin: 0;
        border-bottom: 1px solid #5e6265;
    }

        #dvExAnsSets ul li {
            padding-bottom: .5em;
        }

fieldset {
    border: 1px solid darkgray;
    padding: 1em;
    margin-top: 2em;
}

    fieldset legend {
        padding: 0 .3em;
        font-weight: bold;
        font-size: 15px;
    }


#closelink {
    float: right;
    cursor: pointer;
}

.textright {
    text-align: right;
}

.cursorpointer {
    cursor: pointer;
}


.modalBackground {
    background-color: black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #ffffff;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding: 20px;
    width: 320px;
    height: 250px;
}

.modalbutton {
    display: inline !important;
    margin-left: 1em;
    margin-right: 1em;
}

.listconfig {
    width: 300px;
    height: 400px;
}

.full-width {
    width: 100%;
}

.reviewresultsquestion {
    font-weight: 600;
}

.reviewresultsanswer {
    font-style: italic;
    margin-left: 2em;
    margin-bottom: 1em;
}

.downloadlink {
    font-size: 1.5em;
    margin-left: 3em;
}

#registerposition, #registerorgtype, #registerprimarysector, #registersecondarysector {
    display: none;
}

#rltargetinfoicon {
    margin-top: 1em;
    cursor: pointer;
}

#rlcurrentinfoicon {
    margin-top: 1em;
    cursor: pointer;
}

#targetrl {
    display: none;
    color: #2a2d29;
    padding: .5em .5em 1em 1em;
    position: absolute;
    right: 20%;
    background: #2a5a5b;
    font-size: 1.1em;
    width: 50%;
    overflow-y: auto;
    height: 500px;
    box-shadow: 1px 1px 2px #000;
    z-index: 1000;
}

    #targetrl ul {
        padding: 0 1em 1em 2em;
        list-style-type: disc;
        margin: 0;
    }

    #targetrl h3 {
        color: #2a2d29;
    }

    #targetrl strong {
        color: #2a2d29;
    }

#currentrl {
    display: none;
    color: #2a2d29;
    padding: .5em .5em 1em 1em;
    position: absolute;
    right: 20%;
    background: #2a5a5b;
    font-size: 1.1em;
    width: 50%;
    overflow-y: auto;
    height: 500px;
    box-shadow: 1px 1px 2px #000;
    z-index: 1000;
}

    #currentrl ul {
        padding: 0 1em 1em 2em;
        list-style-type: disc;
        margin: 0;
    }

    #currentrl h3 {
        color: #2a2d29;
    }

    #currentrl strong {
        color: #2a2d29;
    }

#homeresults {
    color: #fff;
    padding: .5em .5em 1em 1em;
    background: #517a79;
    box-shadow: 1px 1px 2px #000;
    font-size: 1.1em;
    width: 95%;
}

.notetext {
    font-size: 15px;
    font-style: italic;
}

.inputalign-rad {
    display: block;
}

    .inputalign-rad label {
        display: inline;
        float: none;
        clear: none;
        width: auto;
        text-align: left;
        margin-bottom: 10px;
    }

.inputalign-multi {
    height: 275px;
}


ul.inset {
    /* For nested ULs - used within the RL descriptions (data from table)*/
    list-style: none !important;
    padding-left: 1em;
    padding-bottom: 0;
    margin: 0 .5em;
}

    ul.inset > li:before {
        content: "- ";
    }

.ddcurrdb {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    padding: 2px;
    background-color: #ffffff;
    width: 140px;
}

.permanav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 10%;
    /*width: 360px;*/
    color: #ffffff !important;
    font-weight: bold;
    background-color: #2a5a5b;
    text-align: center;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px 5px 10px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    margin-right: 20px;
}

    .permanav a {
        color: rgba(255, 255, 255, 0.75);
        text-decoration: underline;
    }

.yellow-highlight {
    background-color: yellow;
}

.aquamarine-highlight {
    background-color: aquamarine;
}

.bisque-highlight {
    background-color: bisque;
}

.chartreuse-highlight {
    background-color: chartreuse;
}

.aliceblue-highlight {
    background-color: aliceblue;
}

.coral-highlight {
    background-color: coral;
}

.cyan-highlight {
    background-color: cyan;
}

.darkkhaki-highlight {
    background-color: darkkhaki;
}

.goldenrod-highlight {
    background-color: goldenrod;
}

.darksalmon-highlight {
    background-color: darksalmon;
}

.plum-highlight {
    background-color: plum;
}

.customaddbutton {
    padding-left: 530px;
    display: block;
}

.customlabeltitle {
    font-size: 1.1em;
    font-weight: bold;
    color: #3E4442;
}

.customlabelgrid {
    margin-top: 20px;
    width: 540px;
}

    .customlabelgrid th {
        border-bottom: 5px solid white;
        background-color: #2a5a5b;
        color: #fff;
        text-align: left;
    }

.disp-block {
    display: block;
}

.disp-inline {
    display: inline;
}

.disp-inline-block {
    display: inline-block !important;
}

.customdelbutton {
    padding-right: 10px;
}

#cookiemsg {
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 0.9em;
    padding: 1em;
    background-color: #ffffff;
}

.buttcookie {
    margin-top: 0 !important;
    margin-left: 1em;
    margin-right: 1em;
}

.stickynote {
    background-color: #fff175;
    border: 1px solid black;
    padding: 0 6px 4px 6px;
    margin: 10px 0 0 4px;
    min-height: 80px;
    width: 888px;
    display: inline-block;
}

.stickynoteparent {
    background-color: #fff175;
    border: 1px solid black;
    padding: 0 6px 4px 6px;
    margin: 10px 0 0 4px;
    min-height: 80px;
    width: 888px;
    display: inline-block;
}

.stickynotechild {
    background-color: #fff175;
    border: 1px solid black;
    padding: 0 6px 4px 6px;
    border-top: none;
    margin: 0 0 0 0;
    min-height: 80px;
    width: 868px;
    display: inline-block;
}


.edit-icon {
    float: right;
    margin: 6px 15px 15px 0;
}

.delete-icon {
    float: right;
    margin: 0 15px 15px 0;
}

.archive-icon {
    float: right;
    margin: 5px 15px 15px 0;
}

.respond-icon {
    float: right;
    margin: 5px 15px 15px 0;
}

.ei-align {
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 10px;
}

.ua-notealign {
    vertical-align: middle;
    padding-left: 10px;
}

.histcontainer {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 10px;
    resize: vertical;
}

.reporthistlabel {
    font-weight: 700;
}

.histdates {
    font-style: italic;
}

.histcontentmodal {
    max-height: 600px;
    overflow-y: auto;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.imgright {
    float: right;
    padding: 0 0 15px 15px;
}

.imgmax500 {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.inputbox25 {
    width: 25% !important;
}

.notabutton {
    -moz-transition: unset !important;
    -webkit-transition: unset !important;
    -ms-transition: unset !important;
    transition: unset !important;
    -webkit-appearance: unset !important;
    position: unset !important;
    background: unset !important;
    text-decoration: unset !important;
    outline: unset !important;
    border: unset !important;
    cursor: unset !important;
    font-family: unset !important;
    padding: unset !important;
    line-height: unset !important;
    margin-top: -2px !important;
    letter-spacing: unset !important;
    float: right;
    font-size: 21px !important;
    font-weight: bold !important;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.container-explorer {
    -moz-box-shadow: 1px 1px 3px #888;
    -webkit-box-shadow: 1px 1px 3px #888;
    box-shadow: 1px 1px 3px #888;
    padding-left: 50px;
    margin-top: 80px;
    margin-left: 10px;
    background-color: #fbf8f4;
}

.isblock {
    display: block !important;
}

.reg-form-label {
    display: block;
}

.reg-form-input {
    display: inline-block !important;
}

.del-icon-tsncs {
    padding-right: 10px;
    padding-top: 3px;
    vertical-align: text-bottom;
}

.autowidth {
    width: unset;
}

.editnotefilters {
    max-width: 280px;
    display: inline-block;
    margin-right: 20px;
}

.ml5 {
    margin-left: 5px;
}

.mt10 {
    margin-top: 10px;
}

.en-response-icon {
    vertical-align: top;
    padding-top: 10px;
}

.rolloverlink {
    font-size: .8em;
    font-style: italic;
    display: block;
    cursor: pointer;
}

.note-subject {
    width: 160px;
    padding-top: 10px;
}

.note-icons {
    width: 51px;
}

.note-flag {
    width: 60px;
    padding-top: 10px;
}

.note-author {
    width: 120px;
    padding-top: 10px;
}

.flag-highlight {
    color: red;
    background-color: yellow;
}

.notehdr-bb {
    border-bottom-color: #fbf8f4 !important;
}

hr.new-family {
    border-top: solid 2px #000;
}

hr.family {
    width: 50%;
    text-align: right;
}

hr.userfiles {
    width: 95%;
}

img.response-indicator {
    margin-bottom: -15px;
}

.ed-note-respond {
    margin-top: 12px;
}

.fl-r {
    float: right;
}

.propogate-ckb {
    display: block;
    padding-bottom: 0;
    margin-bottom: .5em;
    font-family: Arial, sans-serif;
    font-size: 14.4px;
}

    .propogate-ckb label {
        display: inline;
        text-align: left;
        margin-bottom: 10px;
    }

.propogate-nomatch {
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 14.4px;
    padding: 0 0 5px 5px;
}

.propogate-hide {
    float: right;
    display: inline;
    font-size: 21px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding: 0 5px 0 0;
}

    .propogate-hide a {
        color: #cdcccc;
        text-decoration: none;
    }

        .propogate-hide a:hover {
            color: #7f7f7f;
        }

.stickynote-lbl {
    display: inline;
    padding-bottom: 0;
    margin-left: .5em;
    font-family: Arial, sans-serif;
    font-size: 14.4px;
    font-style: italic;
}

    .stickynote-lbl::after {
        content: "\a";
        white-space: pre;
    }

.stickynotetxt {
    display: inline !important;
    margin-bottom: 10px;
}

#stickyboxes {
    display: none;
}

.stickyboxtext {
    font-family: Arial, sans-serif;
    font-size: 14.4px;
}

.emailedit {
    height: 400px;
    width: 75%;
}

.mt0 {
    margin-top: 0 !important;
}

.orange-bg {
    background: #fb9f00 !important;
}

.subscript {
    font-style: italic;
    font-size: .8em;
}

.depquest {
    display: inline-block !important;
    width: 70px !important;
    margin-bottom: 5px !important;
}

#helpadminqmark {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
}
/*Frigging with the fieldset CSS because of the font settings which come in from our RTE editor control which we cannot change directly (3rd party s/ware) */
fieldset.clearrte {
    color: unset;
    font-family: unset;
    font-size: unset;
}

fieldset legend.clearrte {
    color: unset;
    font-family: unset;
    font-size: unset;
}

table.rlsummary, tr.rlsummary, th.rlsummary, td.rlsummary {
    border: 1px solid;
}

table.rlsummary {
    width: 620px;
}

th.rlsummary, td.rlsummary {
    text-align: center;
}

th.rlsummary {
    font-weight: bold;
}

td.rlsum1 {
    font-weight: bold;
}

#mobile-access-blocker {
    display: none;
}
/* ONLY SIZE SPECIFIC STUFF BELOW THIS */
/* ONLY SIZE SPECIFIC STUFF BELOW THIS */
/* ONLY SIZE SPECIFIC STUFF BELOW THIS */
@media screen and (max-width: 1280px) {
    .noheadspace {
        margin-top: -60px;
    }

    .gridpaths {
        max-width: 420px;
    }

    @media screen and (max-width: 1080px) {
        .noheadspace {
            margin-top: -20px;
        }
    }

    @media screen and (min-width: 961px) {
        .not-mobile {
            display: block;
        }
        .mobile-only {
            display: none;
        }
    }


    @media screen and (max-width: 960px) {

        #sidebar {
            margin-top: 0;
        }

        #footer-app {
            padding: 4em 2em 1.5em 2em;
            text-align: center;
            margin-bottom: 0 !important;
        }

            #footer-app .copyright {
                display: block;
                padding-top: .60em;
                letter-spacing: 0.05em;
            }

        fieldset {
            border: none;
            padding: 0;
        }

            fieldset legend {
                padding: 0;
            }

        form input.text {
            width: 70%;
        }

        form textarea {
            width: 75%;
        }

        .inputalign-multi {
            height: 50px;
        }

        #mobile-access-blocker {
            display: block;
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 1000;
            background: #000;
            opacity: 0.75;
            padding: 50px;
            text-align: center;
            color: white;
            font-size: 18px;
        }

        .mobile-only {
            display: block;
        }
        .not-mobile {
            display: none;
        }

    }

    @media screen and (max-width: 736px) {
        #content header h2 {
            font-size: 1.5em;
        }

        .form-horizontal {
            width: 90%;
        }

        .padding-app {
            padding: inherit;
        }

        form input.text {
            width: 90%;
        }

        form textarea {
            width: 90%;
        }

        .inputbox25 {
            width: 50% !important;
        }
    }
