/* line 18, ../../app/styles/partials/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/* line 27, ../../app/styles/partials/_reset.scss */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

:focus {
    outline: none;
}

/* line 36, ../../app/styles/partials/_reset.scss */
audio:not([controls]) {
    display: none;
}

/* line 43, ../../app/styles/partials/_reset.scss */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    height: 100%
}

/* line 49, ../../app/styles/partials/_reset.scss */
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 54, ../../app/styles/partials/_reset.scss */
a:hover,
a:active {
    outline: 0;
}

/* line 62, ../../app/styles/partials/_reset.scss */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

/* line 68, ../../app/styles/partials/_reset.scss */
sup {
    top: -0.5em;
}

/* line 71, ../../app/styles/partials/_reset.scss */
sub {
    bottom: -0.25em;
}

/* line 78, ../../app/styles/partials/_reset.scss */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* line 87, ../../app/styles/partials/_reset.scss */
#map_canvas img {
    max-width: none;
}

/* line 98, ../../app/styles/partials/_reset.scss */
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

/* line 104, ../../app/styles/partials/_reset.scss */
button,
input {
    *overflow: visible;
    line-height: normal;
}

    /* line 109, ../../app/styles/partials/_reset.scss */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    /* line 116, ../../app/styles/partials/_reset.scss */
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    /* line 120, ../../app/styles/partials/_reset.scss */
    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        /* line 127, ../../app/styles/partials/_reset.scss */
        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

/* line 130, ../../app/styles/partials/_reset.scss */
textarea {
    overflow: auto;
    vertical-align: top;
}

/* apply a natural box layout model to all elements */
/* line 12, ../../app/styles/partials/_scaffolding.scss */
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    line-height: 18px;
    color: #070707;
    background: #eeeeee url(images/bg-tile.png) repeat 50% 0;
}

/* line 25, ../../app/styles/partials/_scaffolding.scss */
a {
    text-decoration: underline;
    color: #426b69;
}

    /* line 29, ../../app/styles/partials/_scaffolding.scss */
    a:hover, a:focus {
        text-decoration: none;
        color: #b62016;
    }

/* line 9, ../../app/styles/partials/_type.scss */
p {
    margin: 0 0 9px;
}

/* line 12, ../../app/styles/partials/_type.scss */
.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}

/* line 23, ../../app/styles/partials/_type.scss */
small {
    font-size: 85%;
}

/* line 26, ../../app/styles/partials/_type.scss */
strong {
    font-weight: bold;
}

/* line 29, ../../app/styles/partials/_type.scss */
em {
    font-style: italic;
}

/* line 32, ../../app/styles/partials/_type.scss */
cite {
    font-style: normal;
}

/* line 35, ../../app/styles/partials/_type.scss */
.muted {
    color: #999999;
}

/* line 45, ../../app/styles/partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
    margin: 4.5px 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-rendering: optimizelegibility;
}

    /* line 52, ../../app/styles/partials/_type.scss */
    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

/* line 58, ../../app/styles/partials/_type.scss */
h1, h2 {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

/* line 62, ../../app/styles/partials/_type.scss */
h1 {
    font-size: 150%;
    line-height: 35px;
    text-transform: uppercase;
    color: #426b69;
}

/* line 63, ../../app/styles/partials/_type.scss */
h2 {
    font-size: 125%;
    line-height: 20px;
    text-transform: uppercase;
}

/* line 64, ../../app/styles/partials/_type.scss */
h3 {
    font-size: 110%;
    line-height: 20px;
}

/* line 65, ../../app/styles/partials/_type.scss */
h4 {
    font-size: 100%;
    line-height: 20px;
    font-weight: normal;
}

/* line 66, ../../app/styles/partials/_type.scss */
h5 {
    font-size: 100%;
    line-height: 20px;
    font-weight: normal;
    font-variant: italic;
}

/* line 67, ../../app/styles/partials/_type.scss */
h6 {
    font-size: 100%;
    line-height: 20px;
    font-weight: normal;
}

/* line 69, ../../app/styles/partials/_type.scss */
h1 small {
    font-size: 24px;
}

/* line 70, ../../app/styles/partials/_type.scss */
h2 small {
    font-size: 18px;
}

/* line 71, ../../app/styles/partials/_type.scss */
h3 small {
    font-size: 14px;
}

/* line 72, ../../app/styles/partials/_type.scss */
h4 small {
    font-size: 14px;
}

/* line 80, ../../app/styles/partials/_type.scss */
ul, ol {
    padding: 0;
    margin: 0 0 9px 0;
}

    /* line 87, ../../app/styles/partials/_type.scss */
    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

/* line 90, ../../app/styles/partials/_type.scss */
li {
    line-height: 18px;
}

/* line 93, ../../app/styles/partials/_type.scss */
ul li {
    list-style: square inside;
}

/* line 96, ../../app/styles/partials/_type.scss */
ol li {
    list-style: decimal inside;
}

/* line 100, ../../app/styles/partials/_type.scss */
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

/* line 105, ../../app/styles/partials/_type.scss */
#right-container ol li {
    list-style-type: decimal;
}

/* line 109, ../../app/styles/partials/_type.scss */
ul li ul {
    padding: 0 20px;
}

    /* line 113, ../../app/styles/partials/_type.scss */
    ul li ul li {
        list-style: circle inside none;
    }

        /* line 117, ../../app/styles/partials/_type.scss */
        ul li ul li ul li {
            list-style: disc inside none;
        }

/* line 122, ../../app/styles/partials/_type.scss */
dl {
    margin-bottom: 15px;
    margin-top: 0;
}



/* line 127, ../../app/styles/partials/_type.scss */
dt,
dd {
    line-height: 18px;
}

/* line 130, ../../app/styles/partials/_type.scss */
dt {
    color: #426b69;
}

/* line 133, ../../app/styles/partials/_type.scss */
dd {
    margin-left: 9px;
}

/* line 138, ../../app/styles/partials/_type.scss */
.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* line 145, ../../app/styles/partials/_type.scss */
.dl-horizontal dd {
    margin-left: 130px;
}

/* line 154, ../../app/styles/partials/_type.scss */
hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid white;
}

/* line 162, ../../app/styles/partials/_type.scss */
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

/* line 166, ../../app/styles/partials/_type.scss */
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

/* line 172, ../../app/styles/partials/_type.scss */
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}
    /* line 176, ../../app/styles/partials/_type.scss */
    blockquote p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 300;
        line-height: 22.5px;
    }
    /* line 180, ../../app/styles/partials/_type.scss */
    blockquote small {
        display: block;
        line-height: 18px;
        color: #999999;
    }
        /* line 184, ../../app/styles/partials/_type.scss */
        blockquote small:before {
            content: '\2014 \00A0';
        }
    /* line 190, ../../app/styles/partials/_type.scss */
    blockquote.pull-right {
        float: right;
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }
        /* line 197, ../../app/styles/partials/_type.scss */
        blockquote.pull-right p,
        blockquote.pull-right small {
            text-align: right;
        }
            /* line 201, ../../app/styles/partials/_type.scss */
            blockquote.pull-right small:before {
                content: '';
            }
            /* line 204, ../../app/styles/partials/_type.scss */
            blockquote.pull-right small:after {
                content: '\00A0 \2014';
            }

    /* line 215, ../../app/styles/partials/_type.scss */
    q:before,
    q:after,
    blockquote:before,
    blockquote:after {
        content: "";
    }

/* line 220, ../../app/styles/partials/_type.scss */
address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
}

/* line 10, ../../app/styles/partials/_forms.scss */
form {
    margin: 0 0 10px;
}

/* line 14, ../../app/styles/partials/_forms.scss */
fieldset {
    padding: 0 0 20px 0;
    margin: 0;
    border: 0;
}
    /* line 18, ../../app/styles/partials/_forms.scss */
    fieldset input[type="radio"], fieldset input[type="checkbox"] {
        display: inline-block;
        margin: 0 5px;
        font-weight: normal;
        vertical-align: text-top;
        cursor: pointer;
    }
    /* line 25, ../../app/styles/partials/_forms.scss */
    fieldset label {
        display: inline-block;
        width: auto;
        font-weight: normal;
        margin: 0 20px 0 0;
        cursor: pointer;
    }

    /* line 34, ../../app/styles/partials/_forms.scss */
    fieldset.vertical input[type="radio"], fieldset.vertical input[type="checkbox"] {
        display: block;
        float: left;
        vertical-align: text-bottom;
    }
    /* line 39, ../../app/styles/partials/_forms.scss */
    fieldset.vertical label {
        float: none;
        clear: right;
        margin-bottom: 10px;
    }

/* line 48, ../../app/styles/partials/_forms.scss */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    line-height: 18px;
    color: #333333;
}

/* line 63, ../../app/styles/partials/_forms.scss */
label,
input,
button,
select,
textarea {
    font-size: 1.0125em;
    font-weight: normal;
    line-height: 18px;
}

/* line 69, ../../app/styles/partials/_forms.scss */
input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 74, ../../app/styles/partials/_forms.scss */
label {
    display: inline-block;
    width: 30%;
}

/* line 99, ../../app/styles/partials/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    margin-bottom: 9px;
    line-height: 18px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 112, ../../app/styles/partials/_forms.scss */
input,
textarea {
    width: 220px;
}

/* line 116, ../../app/styles/partials/_forms.scss */
textarea {
    height: 80px;
    resize: none;
}

/* line 135, ../../app/styles/partials/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: white;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
    /* line 142, ../../app/styles/partials/_forms.scss */
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        border-color: #006389;
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 137, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 137, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 99, 137, 0.6);
    }

/* line 152, ../../app/styles/partials/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
    cursor: pointer;
}

/* line 167, ../../app/styles/partials/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

/* line 173, ../../app/styles/partials/_forms.scss */
select,
input[type="file"] {
    height: 28px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

/* line 180, ../../app/styles/partials/_forms.scss */
select {
    width: auto;
    max-width: 220px;
    padding: 4px 6px;
    border: 1px solid #bbb;
    background-color: white;
}

    /* line 190, ../../app/styles/partials/_forms.scss */
    select[multiple],
    select[size] {
        height: auto;
    }

.row select[multiple] {
    margin-bottom: 10px;
    min-height: 150px;
    min-width: 100px;
}

/* line 198, ../../app/styles/partials/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 83, ../../app/styles/partials/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}
/* line 86, ../../app/styles/partials/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
/* line 89, ../../app/styles/partials/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

/* line 222, ../../app/styles/partials/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

/* line 230, ../../app/styles/partials/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

/* line 238, ../../app/styles/partials/_forms.scss */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
    /* line 241, ../../app/styles/partials/_forms.scss */
    input:focus:required:invalid:focus,
    textarea:focus:required:invalid:focus,
    select:focus:required:invalid:focus {
        border-color: #e9322d;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        -moz-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

/* line 9, ../../app/styles/partials/_tables.scss */
table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

/* line 17, ../../app/styles/partials/_tables.scss */
th, td {
    height: 20px;
    padding: 10px;
}

/* line 21, ../../app/styles/partials/_tables.scss */
tr {
    border: 1px solid #e6e6e6;
    vertical-align: top;
}

/* line 25, ../../app/styles/partials/_tables.scss */
th {
    background: #f0f0f0;
    text-align: left;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-5 {
    width: 5%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-10 {
    width: 10%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-15 {
    width: 15%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-20 {
    width: 20%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-25 {
    width: 25%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-30 {
    width: 30%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-35 {
    width: 35%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-40 {
    width: 40%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-45 {
    width: 45%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-50 {
    width: 50%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-55 {
    width: 55.0%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-60 {
    width: 60%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-65 {
    width: 65%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-70 {
    width: 70%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-75 {
    width: 75%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-80 {
    width: 80%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-85 {
    width: 85%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-90 {
    width: 90%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-95 {
    width: 95%;
}

/* line 32, ../../app/styles/partials/_tables.scss */
.w-100 {
    width: 100%;
}

/* line 44, ../../app/styles/partials/_tables.scss */
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

/* line 49, ../../app/styles/partials/_tables.scss */
thead {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 68, ../../app/styles/partials/_tables.scss */
table [class*=span],
.row-fluid table [class*=span] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

/* line 77, ../../app/styles/partials/_tables.scss */
table .span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0;
}
/* line 77, ../../app/styles/partials/_tables.scss */
table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0;
}

/* line 87, ../../app/styles/partials/_tables.scss */
.table tbody tr.success td {
    background-color: #dff0d8;
}
/* line 90, ../../app/styles/partials/_tables.scss */
.table tbody tr.error td {
    background-color: #f2dede;
}
/* line 93, ../../app/styles/partials/_tables.scss */
.table tbody tr.info td {
    background-color: #d9edf7;
}

/* line 1, ../../app/styles/partials/_usiold.scss */
#loading {
    opacity: 0.7;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #474747;*/
    z-index: 1000;
}

/*What the F is going on?*/
/* line 13, ../../app/styles/partials/_usiold.scss */
#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    /* line 22, ../../app/styles/partials/_usiold.scss */
    #loadingcontent p {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        font-size: larger;
        padding-top: 80px;
    }

/* line 31, ../../app/styles/partials/_usiold.scss */
#default-button-container {
    height: 0;
    width: 0;
    overflow: hidden;
}

/* line 6, ../../app/styles/partials/_usilayout.scss */
#body-container {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* line 14, ../../app/styles/partials/_usilayout.scss */
#content-container {
    float: left;
    width: 960px;
    padding-bottom: 40px;
    border-radius: 10px;
    border: 1px solid #5fafac;
}

/* line 21, ../../app/styles/partials/_usilayout.scss */
#header-container, #breadcrumb-container, #message-container, #footer-container {
    padding: 10px;
}

/* line 26, ../../app/styles/partials/_usilayout.scss */
#header-container {
    min-height: 90px;
    padding-left: 32px;
    background: #FFF;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 3px #8e3687;
    position: relative;
}

/* line 38, ../../app/styles/partials/_usilayout.scss */
#user-status-container {
    position: absolute;
    top: 10px;
    right: 10px;
}
    /* line 42, ../../app/styles/partials/_usilayout.scss */
    #user-status-container #login-status-container {
        display: inline-block;
        margin-right: 10px;
        float: left;
        font-weight: bold;
        border: 1px solid #9fcfcb;
        padding: 5px 30px 5px 10px;
        color: #000;
        background: #e8fdff url(images/icon-loggedin.png) no-repeat 95% 50%;
        -webkit-border-radius: 2.5px;
        -moz-border-radius: 2.5px;
        border-radius: 2.5px;
    }

    /* line 53, ../../app/styles/partials/_usilayout.scss */
    #user-status-container #logout-container {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

/* line 59, ../../app/styles/partials/_usilayout.scss */
#left-container {
    float: left;
    width: 578px;
    margin: 10px 20px 0;
    padding: 10px;
}
    /* line 64, ../../app/styles/partials/_usilayout.scss */
    #left-container #create-usi-container {
        position: relative;
        padding-bottom: 20px;
    }
    /* line 68, ../../app/styles/partials/_usilayout.scss */
    #left-container #forgotten-usi-container {
        position: relative;
        padding-bottom: 20px;
    }
        /* line 71, ../../app/styles/partials/_usilayout.scss */
        #left-container #forgotten-usi-container p {
            width: 65%;
        }

#transcript-container, #transcript-search-container {
    width: 578px;
}
/* line 75, ../../app/styles/partials/_usilayout.scss */
#left-container #wizard-button-container, #left-container #button-container {
    margin: 0 0 10px 10px;
}

/* line 79, ../../app/styles/partials/_usilayout.scss */
#message-container {
    margin: 20px 20px 0;
    width: 900px;
}

.transcripts-legend tbody tr, .transcripts-legend thead tr {
    border: none;
}

    .transcripts-legend tbody tr td, .transcripts-legend tbody tr th, .transcripts-legend thead tr th, .transcripts-legend thead {
        background-color: inherit;
        box-shadow: none;
        padding: 2px 0 2px;
    }

#transcript-header-container h2 {
    text-align: center;
    text-transform: none;
}

    #transcript-header-container h2:last-of-type {
        padding: 15px;
    }

#transcript-header-container p {
    padding-top: 20px;
}

/* line 83, ../../app/styles/partials/_usilayout.scss */
#right-container {
    float: left;
    margin: 10px 20px 0 0;
    background-color: #e8fdff;
    width: 259px;
    border-top: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px 20px;
}

/* line 93, ../../app/styles/partials/_usilayout.scss */
#full-width-container {
    padding: 10px;
    margin: 20px 20px 0;
    width: 900px;
}

/* line 101, ../../app/styles/partials/_usilayout.scss */
#footer-container {
    background: #f6f6f6;
    -webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.05);
    padding: 20px;
    min-height: 80px;
    clear: left;
}

/* line 2, ../../app/styles/partials/_usi.scss */
#header-container img {
    margin-top: .6em;
    vertical-align: top;
}

/* line 6, ../../app/styles/partials/_usi.scss */
.home-link {
    display: inline-block;
    vertical-align: top;
}
    /* line 10, ../../app/styles/partials/_usi.scss */
    .home-link img {
        margin: 0;
    }

li.expand .home-link img {
    margin-top: 25px;
}

/* line 14, ../../app/styles/partials/_usi.scss */
#user-status-container a {
    display: inline-block;
    color: white;
    padding: 5px 30px 5px 10px;
    border-radius: 2.5px;
    text-decoration: none;
    border: 1px solid #9fcfcb;
    background: #426b69 url(images/icon-logout.png) no-repeat 90% 45%;
}

    /* line 34, ../../app/styles/partials/_usi.scss */
    #user-status-container a:hover, #user-status-container a:focus {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        color: black;
        border: 1px solid #9fcfcb;
        background-color: #9fcfcb;
    }

/* line 48, ../../app/styles/partials/_usi.scss */
.portal {
    position: absolute;
    top: 63px;
    right: 10px;
    min-width: 300px;
    text-align: right;
    font-size: 110%;
}
    /* line 55, ../../app/styles/partials/_usi.scss */
    .portal h2 {
        color: #426b69;
    }

/* line 61, ../../app/styles/partials/_usi.scss */
#breadcrumb-container {
    font-size: 95%;
    padding-left: 20px;
}
    /* line 64, ../../app/styles/partials/_usi.scss */
    #breadcrumb-container ul {
        display: inline;
    }
    /* line 67, ../../app/styles/partials/_usi.scss */
    #breadcrumb-container li {
        display: inline;
        margin-left: 3.33333px;
    }
    /* line 71, ../../app/styles/partials/_usi.scss */
    #breadcrumb-container .breadcrumb {
        margin: -1px .55em 0 .35em;
        vertical-align: middle;
    }

/* line 78, ../../app/styles/partials/_usi.scss */
#progress-container {
    min-height: 40px;
}
    /* line 80, ../../app/styles/partials/_usi.scss */
    #progress-container ol {
        text-align: center;
        font-weight: bold;
        color: #426b69;
        background: rgba(248, 248, 248, 0.7);
        float: left;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
        padding: 0 10px;
    }
    /* line 90, ../../app/styles/partials/_usi.scss */
    #progress-container li {
        float: left;
        list-style-type: decimal;
        list-style-position: inside;
        line-height: 40px;
        vertical-align: middle;
        background: transparent url(images/icon-chevron-right.png) no-repeat 95% 50%;
        text-align: left;
        padding-left: 10px;
    }
    /* line 100, ../../app/styles/partials/_usi.scss */
    #progress-container .four-step li {
        width: 225px;
    }
        /* line 103, ../../app/styles/partials/_usi.scss */
        #progress-container .four-step li:nth-child(4) {
            margin-right: 0;
        }
    /* line 106, ../../app/styles/partials/_usi.scss */
    #progress-container .three-step li {
        width: 303.33333px;
    }
        /* line 109, ../../app/styles/partials/_usi.scss */
        #progress-container .three-step li:nth-child(4) {
            margin-right: 0;
        }
    /* line 112, ../../app/styles/partials/_usi.scss */
    #progress-container .current {
        color: #426b69;
        border-bottom: 3px solid #426b69;
        background: transparent url(images/icon-chevron-down.png) no-repeat 95% 50%;
    }
    /* line 117, ../../app/styles/partials/_usi.scss */
    #progress-container .complete {
        background: transparent url(images/icon-tick.png) no-repeat 95% 50%;
    }

/* line 123, ../../app/styles/partials/_usi.scss */
.home #left-container .group {
    margin-bottom: 10px;
}

/* line 128, ../../app/styles/partials/_usi.scss */
.mandatory-text {
    margin-top: 24px;
}
    /* line 129, ../../app/styles/partials/_usi.scss */
    .mandatory-text img {
        margin-top: -4px;
    }

/* line 134, ../../app/styles/partials/_usi.scss */
#left-container, #message-container, #full-width-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
    /* line 137, ../../app/styles/partials/_usi.scss */
    #left-container dt, #message-container dt, #full-width-container dt {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        padding-bottom: 15px;
    }
        /* line 142, ../../app/styles/partials/_usi.scss */
        #left-container dt:nth-last-child(-n+2), #message-container dt:nth-last-child(-n+2), #full-width-container dt:nth-last-child(-n+2) {
            padding-bottom: 0;
        }
    /* line 146, ../../app/styles/partials/_usi.scss */
    #left-container dd, #message-container dd, #full-width-container dd {
        display: inline-block;
        width: 65%;
        vertical-align: top;
        word-wrap: break-word;
    }
        /* line 151, ../../app/styles/partials/_usi.scss */
        #left-container dd:last-child, #message-container dd:last-child, #full-width-container dd:last-child {
            padding-bottom: 0;
        }

/* line 156, ../../app/styles/partials/_usi.scss */
.terms-wrapper {
    overflow: scroll;
    height: 250px;
    margin: 20px 0;
    background: white url(images/bg-form.gif) repeat;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.17);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.17);
    padding: 15px 20px;
}
    /* line 164, ../../app/styles/partials/_usi.scss */
    .terms-wrapper h2 {
        font-size: 120%;
    }

/* line 171, ../../app/styles/partials/_usi.scss */
#right-container h2 {
    line-height: 170%;
    padding-left: 30px;
    margin-bottom: 10px;
}
/* line 176, ../../app/styles/partials/_usi.scss */
#right-container p {
    line-height: 160%;
}
/* line 179, ../../app/styles/partials/_usi.scss */
#right-container li {
    list-style: square inside;
    line-height: 160%;
}

/* line 184, ../../app/styles/partials/_usi.scss */
#login-container h2 {
    background: transparent url(images/icon-login-small.png) no-repeat 0 50%;
}

/* line 188, ../../app/styles/partials/_usi.scss */
#help-information-container h2 {
    background: transparent url(images/icon-help-small.png) no-repeat 0 50%;
}
/* line 191, ../../app/styles/partials/_usi.scss */
#help-information-container h3 {
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
    margin-top: 15px;
}

#help-information-container h4 {
    font-weight: bold;
}

/* line 199, ../../app/styles/partials/_usi.scss */
.ui-dialog {
    border: thin groove #000;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
    /* line 204, ../../app/styles/partials/_usi.scss */
    .ui-dialog .ui-dialog-titlebar {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        padding: 10px;
        background: #426b69;
        color: white;
        margin: -10px -10px 10px -10px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
        /* line 212, ../../app/styles/partials/_usi.scss */
        .ui-dialog .ui-dialog-titlebar a {
            padding: 0 0 0 0;
            width: auto;
        }

            .ui-dialog .ui-dialog-titlebar a:hover {
                font-weight: bold;
                text-decoration: underline;
            }

            /* line 214, ../../app/styles/partials/_usi.scss */
            .ui-dialog .ui-dialog-titlebar a .ui-icon-closethick {
                background: url(images/icon-close.png) no-repeat 0 0;
                width: 19px;
                height: 18px;
            }
            /* line 219, ../../app/styles/partials/_usi.scss */
            .ui-dialog .ui-dialog-titlebar a:hover, .ui-dialog .ui-dialog-titlebar a:focus {
                padding: 0 0 0 0;
            }

        /* line 226, ../../app/styles/partials/_usi.scss */
        .ui-dialog .ui-dialog-titlebar .ui-state-hover {
            border: none;
            background: inherit;
        }

.ui-dialog-titlebar-close img {
    color: #FFF;
    font-weight: bold;
}

/* line 231, ../../app/styles/partials/_usi.scss */
.ui-dialog .help-dialog {
    padding: 2px 20px 2px 5px;
}
    /* line 233, ../../app/styles/partials/_usi.scss */
    .ui-dialog .help-dialog h4 {
        font-weight: bold;
        font-size: 1.1em;
    }

/* line 239, ../../app/styles/partials/_usi.scss */
.ui-autocomplete-loading {
    background: url("images/indicator.gif") no-repeat right center;
}

/* line 244, ../../app/styles/partials/_usi.scss */
#left-container .group, #full-width-container .group {
    padding: 10px 10px 0;
    margin-bottom: 20px;
}
    /* line 247, ../../app/styles/partials/_usi.scss */
    #left-container .group h2, #full-width-container .group h2 {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        padding: 10px;
        background: #426b69;
        color: white;
        margin: -10px -10px 10px -10px;
    }

/* line 255, ../../app/styles/partials/_usi.scss */
.row {
    min-height: 40px;
    position: relative;
}
    /* line 258, ../../app/styles/partials/_usi.scss */
    .row input, .row select {
        vertical-align: top;
    }
    /* line 261, ../../app/styles/partials/_usi.scss */
    .row label {
        vertical-align: top;
        text-align: left;
        margin: 0.4em 0 10px;
        padding-right: 20px;
        width: 30%;
        color: #426b69;
        -display: block;
        -float: left;
        clear: left;
        position: relative;
    }

.radio-button label {
    color: #070707;
}

/* line 272, ../../app/styles/partials/_usi.scss */
.row label img {
    display: none;
}
/* line 277, ../../app/styles/partials/_usi.scss */
.row label.mandatory img {
    position: absolute;
    right: 1%;
    top: 0;
    display: block;
}
/* line 284, ../../app/styles/partials/_usi.scss */
.row input, .row select {
    margin-bottom: 0;
}
/* line 288, ../../app/styles/partials/_usi.scss */
.row fieldset legend {
    color: #426b69;
    width: 40%;
    float: left;
    padding-right: 10px;
}
/* line 294, ../../app/styles/partials/_usi.scss */
.row fieldset label {
    margin: 0 20px 0 0;
    width: auto;
    font-weight: normal;
    float: none;
    clear: none;
    display: inline-block;
}
/* line 303, ../../app/styles/partials/_usi.scss */
.row fieldset.mandatory {
    background: none;
}
    /* line 305, ../../app/styles/partials/_usi.scss */
    .row fieldset.mandatory legend {
        position: relative;
    }
        /* line 307, ../../app/styles/partials/_usi.scss */
        .row fieldset.mandatory legend img {
            position: absolute;
            top: 0;
            right: 1%;
        }

/* line 315, ../../app/styles/partials/_usi.scss */
.format {
    display: block;
    font-style: italic;
    color: #707070;
    font-weight: normal;
    margin: -3px 0 -6px;
}

/* line 323, ../../app/styles/partials/_usi.scss */
.highlight {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    padding: 10px 10px 0;
    margin-bottom: 10px;
}
    /* line 328, ../../app/styles/partials/_usi.scss */
    .highlight label {
        width: 29%;
    }

/* line 332, ../../app/styles/partials/_usi.scss */
.sub-group {
    border: 1px solid #eeeeee;
    margin: 0 0 10px;
}
    /* line 335, ../../app/styles/partials/_usi.scss */
    .sub-group h3 {
        padding: 5px 10px 3.33333px;
        border-bottom: 1px solid #eeeeee;
        background-color: #f3f3f3;
        margin: 0;
    }
    /* line 341, ../../app/styles/partials/_usi.scss */
    .sub-group .parent-row {
        background-color: #f9f9f9;
        margin: 0;
        padding: 10px;
        border-top: 1px solid white;
        border-bottom: 1px solid #eeeeee;
        min-height: 0;
    }
        /* line 349, ../../app/styles/partials/_usi.scss */
        .sub-group .parent-row fieldset {
            padding-bottom: 0;
        }
    /* line 353, ../../app/styles/partials/_usi.scss */
    .sub-group .child-rows {
        padding: 10px 10px 0;
        border-top: 1px solid white;
    }
    /* line 357, ../../app/styles/partials/_usi.scss */
    .sub-group .field-validation-error {
        margin-left: 0;
        margin-top: 2px;
    }
    /* line 361, ../../app/styles/partials/_usi.scss */
    .sub-group label {
        width: 29%;
    }
    /* line 364, ../../app/styles/partials/_usi.scss */
    .sub-group fieldset label {
        width: auto;
    }

/* line 369, ../../app/styles/partials/_usi.scss */
tr.footer td {
    background: #f0f0f0 !important;
}

/* line 372, ../../app/styles/partials/_usi.scss */
.pager {
    margin: 1px 10px 0 0;
    display: inline;
}
    /* line 375, ../../app/styles/partials/_usi.scss */
    .pager li {
        list-style: none;
        display: inline;
        margin: 0 7.14286px;
    }
        /* line 379, ../../app/styles/partials/_usi.scss */
        .pager li.current {
            background: #426b69;
            color: white;
            padding: 5px 7.14286px;
            border: 1px solid #426b69;
            margin: 0 1.66667px;
        }
        /* line 386, ../../app/styles/partials/_usi.scss */
        .pager li:first-child {
            margin-left: 0;
        }
        /* line 389, ../../app/styles/partials/_usi.scss */
        .pager li a {
            background: white;
            border: 1px solid #426b69;
            padding: 5px 7.14286px;
            text-decoration: none;
            margin: -7.14286px;
        }
            /* line 395, ../../app/styles/partials/_usi.scss */
            .pager li a:hover, .pager li a:focus {
                border: 1px solid #b62016;
                text-decoration: underline;
            }

/* line 404, ../../app/styles/partials/_usi.scss */
input[type="submit"], .ui-dialog .ui-dialog-buttonpane button {
    color: white;
    background-clip: padding-box;
    background-color: #426b69;
    background-image: none;
    border: 1px solid #9fcfcb;
    padding: 5px 15px 5.55556px;
    font-weight: bold;
    margin: 0 2.5px;
    border-radius: 0;
}
    /* line 416, ../../app/styles/partials/_usi.scss */
    input[type="submit"]:hover, input[type="submit"]:focus, .ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:focus, .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
        border: 1px solid #9fcfcb;
        background-color: #9fcfcb;
        color: #000;
    }

    /* line 421, ../../app/styles/partials/_usi.scss */
    input[type="submit"].secondary, .ui-dialog .ui-dialog-buttonpane button.secondary {
        text-shadow: none;
        background-image: none;
        border: 1px solid #9fcfcb;
        font-weight: normal;
        background-color: #426b69;
    }

        /* line 426, ../../app/styles/partials/_usi.scss */
        input[type="submit"].secondary:hover, input[type="submit"].secondary:focus, .ui-dialog .ui-dialog-buttonpane button.secondary:hover, .ui-dialog .ui-dialog-buttonpane button.secondary:focus {
            border: 1px solid #9fcfcb;
            background-color: #9fcfcb;
        }

    /* line 431, ../../app/styles/partials/_usi.scss */
    input[type="submit"].tertiary, .ui-dialog .ui-dialog-buttonpane button.tertiary {
        float: right;
        margin-right: 10px;
        text-shadow: none;
        border: 1px solid #e94949;
        font-weight: normal;
        color: black;
        background-color: #e63232;
        background-color: #f4aeae;
    }
        /* line 440, ../../app/styles/partials/_usi.scss */
        input[type="submit"].tertiary:hover, input[type="submit"].tertiary:focus, .ui-dialog .ui-dialog-buttonpane button.tertiary:hover, .ui-dialog .ui-dialog-buttonpane button.tertiary:focus {
            border: 1px solid #ee7676;
            background-color: #f6baba;
        }

/* line 446, ../../app/styles/partials/_usi.scss */
select.fixed {
    width: 220px;
}

/* line 449, ../../app/styles/partials/_usi.scss */
input.fake-link {
    filter: none;
    border: none;
}

/* line 454, ../../app/styles/partials/_usi.scss */
a.button {
    text-decoration: none;
    color: white;
    /* border radius */
    background-clip: padding-box;
    /* drop shadow, inner shadow and inner glow */
    background-color: #426b69;
    /* display and zoom are here so gradient works in IE 6/7/8 - http://stackoverflow.com/questions/3452868/opacity-in-ie8-works-on-p-but-not-on-a */
    display: inline-block;
    zoom: 1;
    border: 1px solid #9fcfcb;
    padding: 5px 15px 5.55556px;
    font-weight: bold;
    margin: 10px 2.5px;
}

    /* line 481, ../../app/styles/partials/_usi.scss */
    a.button:hover, a.button:focus {
        background-color: #9fcfcb;
        border: 1px solid #9fcfcb;
        color: #000;
    }

/* line 504, ../../app/styles/partials/_usi.scss */
#right-container label {
    width: 23%;
}
/* line 507, ../../app/styles/partials/_usi.scss */
#right-container input[type="text"], #right-container input[type="password"] {
    width: 60%;
}

/* line 512, ../../app/styles/partials/_usi.scss */
.terms label {
    cursor: pointer;
    margin-left: 5px;
    width: auto;
    float: none;
    clear: none;
    display: inline-block;
}
    /* line 519, ../../app/styles/partials/_usi.scss */
    .terms label img {
        vertical-align: text-top;
    }
/* line 523, ../../app/styles/partials/_usi.scss */
.terms input[type="checkbox"] {
    vertical-align: text-top;
    margin-top: 4px;
}

/* line 528, ../../app/styles/partials/_usi.scss */
#cancelButton {
    margin: 0 2.5px;
    text-decoration: underline;
}
    /* line 531, ../../app/styles/partials/_usi.scss */
    #cancelButton:hover, #cancelButton:focus {
        text-decoration: none;
    }

/* line 535, ../../app/styles/partials/_usi.scss */
#complexity {
    display: block;
    margin-left: 167px;
    margin-top: -6.25px;
    width: 226px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 544, ../../app/styles/partials/_usi.scss */
ul.ui-autocomplete li {
    list-style: none;
}

/* line 548, ../../app/styles/partials/_usi.scss */
div.ui-datepicker-header {
    font-size: inherit;
}

/* line 551, ../../app/styles/partials/_usi.scss */
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    height: inherit;
}

/* line 555, ../../app/styles/partials/_usi.scss */
input.fake-link {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #426b69;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    text-decoration: underline;
}
    /* line 567, ../../app/styles/partials/_usi.scss */
    input.fake-link:hover, input.fake-link:focus {
        color: #e63e33;
        background: none;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* line 576, ../../app/styles/partials/_usi.scss */
.info {
    background-color: white;
    padding: 15px 10px 10px 45px;
    height: auto;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    position: relative;
    min-height: 25px;
    border: 2px solid #9FCFCB;
}

    /* line 586, ../../app/styles/partials/_usi.scss */
    .info h2 {
        position: absolute;
        left: 12px;
        top: 10px;
    }
    /* line 591, ../../app/styles/partials/_usi.scss */
    .info p:last-child {
        margin-bottom: 0;
    }

/* line 595, ../../app/styles/partials/_usi.scss */
.success {
    padding: 15px 10px 10px 45px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    min-height: 25px;
    background: white url(images/icon-success.png) no-repeat 10px 12px;
    border: 2px solid #9FCFCB;
}
    /* line 601, ../../app/styles/partials/_usi.scss */
    .success h2 {
        color: #426b69;
    }
    /* line 604, ../../app/styles/partials/_usi.scss */
    .success p:last-child {
        margin-bottom: 0;
    }
    /* line 607, ../../app/styles/partials/_usi.scss */
    .success a {
        color: #426b69;
        text-decoration: underline;
    }
        /* line 610, ../../app/styles/partials/_usi.scss */
        .success a:hover, .success a:focus {
            text-decoration: none;
            color: #e63e33;
        }

/* line 616, ../../app/styles/partials/_usi.scss */
.warning {
    padding: 15px 10px 10px 45px;
    min-height: 25px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: white url(images/icon-warning.png) no-repeat 10px 12px;
    margin-bottom: 10px;
    border: 2px solid #9FCFCB;
}
    /* line 623, ../../app/styles/partials/_usi.scss */
    .warning h2 {
        color: #426b69;
    }
    /* line 626, ../../app/styles/partials/_usi.scss */
    .warning p:last-child {
        margin-bottom: 0;
    }

/* line 631, ../../app/styles/partials/_usi.scss */
.validation-summary-errors, .error {
    padding: 10px 10px 10px 40px;
    background: white url(images/icon-error.png) no-repeat 10px 12px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border: 2px solid #9FCFCB;
}

    .validation-summary-errors h2#error-heading {
        color: #426b69;
        background: none;
    }

    /* line 637, ../../app/styles/partials/_usi.scss */
    .validation-summary-errors h2, .error h2 {
        color: #426b69;
    }
    /* line 640, ../../app/styles/partials/_usi.scss */
    .validation-summary-errors p:last-child, .error p:last-child {
        margin-bottom: 0;
    }
    /* line 643, ../../app/styles/partials/_usi.scss */
    .validation-summary-errors li, .error li {
        line-height: 160%;
    }
    /* line 646, ../../app/styles/partials/_usi.scss */
    .validation-summary-errors a, .error a {
        color: #426b69;
        text-decoration: underline;
    }
        /* line 649, ../../app/styles/partials/_usi.scss */
        .validation-summary-errors a:hover, .validation-summary-errors a:focus, .error a:hover, .error a:focus {
            text-decoration: none;
            color: black;
        }

/* line 655, ../../app/styles/partials/_usi.scss */
.validation-summary-valid {
    display: none;
}

/* line 658, ../../app/styles/partials/_usi.scss */
.field-validation-error, .not-matched, .match {
    display: block;
    min-width: 205px;
    width: auto;
    background: transparent url(images/icon-error-small.png) no-repeat 5px 46%;
    padding: 3px 6px 3px 23px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
    margin: 2px 0 10px 185px;
    color: #9f1313;
}

/* line 669, ../../app/styles/partials/_usi.scss */
.not-matched, .match {
    min-width: 0;
    display: inline-block;
    margin: 2px 0 0 0;
    position: absolute;
    left: 420px;
    top: 0;
}

/* line 678, ../../app/styles/partials/_usi.scss */
.sub-group .not-matched, .sub-group .match {
    left: 408px;
}
/* line 681, ../../app/styles/partials/_usi.scss */
.sub-group .field-validation-error {
    margin-left: 174px;
}

/* line 686, ../../app/styles/partials/_usi.scss */
.highlight .not-matched, .highlight .match {
    top: 10px;
}
/* line 689, ../../app/styles/partials/_usi.scss */
.highlight .field-validation-error {
    margin-left: 174px;
}

/* line 693, ../../app/styles/partials/_usi.scss */
.match {
    background: transparent url(images/icon-success-small.png) no-repeat 5px 46%;
    color: #036638;
}

/* line 750, ../../app/styles/partials/_usi.scss */
#loading {
    opacity: 0.7;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #474747;
    z-index: 1000;
}

/* line 761, ../../app/styles/partials/_usi.scss */
#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    /* line 769, ../../app/styles/partials/_usi.scss */
    #loadingcontent p {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        font-size: larger;
        padding-top: 80px;
    }

/* line 778, ../../app/styles/partials/_usi.scss */
#create-usi-container p {
    width: 65%;
}

/* line 781, ../../app/styles/partials/_usi.scss */
.call-out {
    display: inline-block;
    color: white;
    font-size: 130%;
    width: auto;
    text-align: center;
    padding: 10px 44px 10px 15px;
    background-color: #426B69;
    background: url("images/icon-next-small.png") no-repeat 90% 50% #426B69;
    /* border radius */
    background-clip: padding-box;
    border: 1px solid #9fcfcb;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 18px;
}
    /* line 803, ../../app/styles/partials/_usi.scss */
    .call-out:hover, .call-out:focus {
        border: 1px solid #9fcfcb;
        color: black;
        text-decoration: none;
        background-color: #9fcfcb;
        background: url("images/icon-next-small.png") no-repeat 90% 50% #9fcfcb;
    }

/* line 816, ../../app/styles/partials/_usi.scss */
.secondary {
    background-color: #005b8b;
}

    /* line 823, ../../app/styles/partials/_usi.scss */
    .secondary:hover, .secondary:focus {
        background-color: #9fcfcb;
    }

/* line 832, ../../app/styles/partials/_usi.scss */
#login-container .call-out {
    position: static;
}

/* line 835, ../../app/styles/partials/_usi.scss */
#enter-usi-details-container {
    padding: 10px 10px 10px;
    margin: 10px 0 -10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    /* line 842, ../../app/styles/partials/_usi.scss */
    #enter-usi-details-container #button-container {
        border-top: 1px solid #f6f6f6;
        padding: 10px 0;
        font-size: 1.2em;
    }
        /* line 846, ../../app/styles/partials/_usi.scss */
        #enter-usi-details-container #button-container input[type="submit"] {
            margin: 0 5px;
        }
    /* line 850, ../../app/styles/partials/_usi.scss */
    #enter-usi-details-container a {
        margin: 0 5px;
        text-decoration: underline;
    }
        /* line 853, ../../app/styles/partials/_usi.scss */
        #enter-usi-details-container a:hover, #enter-usi-details-container a:focus {
            text-decoration: none;
        }

/* line 859, ../../app/styles/partials/_usi.scss */
.tiles {
    list-style: none;
}
    /* line 861, ../../app/styles/partials/_usi.scss */
    .tiles li {
        display: inline-block;
        margin: 0 5px 10px 0;
        vertical-align: top;
    }
        /* line 865, ../../app/styles/partials/_usi.scss */
        .tiles li div {
            width: 165px;
            background: #426b69 no-repeat 115% 180%;
            margin: 0;
            padding: 5px 10px;
            min-height: 110px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 4px rgba(255, 255, 255, 0.14);
            /* drop shadow, inner shadow and inner glow */
            position: relative;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
            /* line 874, ../../app/styles/partials/_usi.scss */
            .tiles li div:hover {
                background-color: #9fcfcb;
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
                cursor: pointer;
            }

    /* line 881, ../../app/styles/partials/_usi.scss */
    .tiles h2 {
        font-size: 115%;
        text-transform: none;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
    }

    /* line 888, ../../app/styles/partials/_usi.scss */
    .tiles a {
        font-size: 106%;
        font-weight: bold;
        color: white;
        text-decoration: none;
        margin-bottom: 5px;
        line-height: 110%;
    }

        /* line 895, ../../app/styles/partials/_usi.scss */
        .tiles a:hover, .tiles a:focus {
            text-decoration: underline;
        }

    /* line 900, ../../app/styles/partials/_usi.scss */
    .tiles p {
        color: #F3F3F3;
        padding-right: 30px;
        margin-bottom: 0;
    }

    .tiles li div:hover a {
        color: #000;
    }

    .tiles li div:hover p {
        color: #070707;
    }

/* line 932, ../../app/styles/partials/_usi.scss */
.cssgradients #navigation-container ul {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 10px;
    background-color: #426B69;
    margin-right: 0 0 10px 0;
}

/* line 942, ../../app/styles/partials/_usi.scss */
.cssgradients #navigation-container .current {
    background-color: #9fcfcb;
}
/* line 947, ../../app/styles/partials/_usi.scss */
.cssgradients #navigation-container li {
    list-style: none;
    border: none;
    float: left;
    width: 16%;
    margin: 0;
    padding: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: -1px;
}
    /* line 959, ../../app/styles/partials/_usi.scss */
    .cssgradients #navigation-container li a {
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        margin: 0;
        padding: 0;
        display: block;
        line-height: 40px;
        height: 40px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        text-decoration: none;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }

#navigation-container li.current a, #navigation-container li a:hover {
    color: #000;
}

/* line 971, ../../app/styles/partials/_usi.scss */
.cssgradients #navigation-container li a:hover, .cssgradients #navigation-container li a:focus {
    background-color: #9fcfcb;
}
/* line 977, ../../app/styles/partials/_usi.scss */
.cssgradients #navigation-container li:first-child {
    width: 4%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 0;
    border-right: none;
}
    /* line 985, ../../app/styles/partials/_usi.scss */
    .cssgradients #navigation-container li:first-child a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.cssgradients #navigation-container li.expand:first-child a {
    height: 80px;
}

/* line 987, ../../app/styles/partials/_usi.scss */
.cssgradients #navigation-container li:first-child a:hover, .cssgradients #navigation-container li:first-child a:focus {
    background-color: #9fcfcb;
}

/* line 1002, ../../app/styles/partials/_usi.scss */
#links-container ul li {
    display: inline;
    margin: 0 5px;
}

@media print {
    /* line 1009, ../../app/styles/partials/_usi.scss */
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
        box-shadow: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    /* line 1010, ../../app/styles/partials/_usi.scss */
    a, a:visited {
        text-decoration: underline;
    }

    /* line 1011, ../../app/styles/partials/_usi.scss */
    #footer-container a[href]:after {
        content: " (" attr(href) ")";
    }

    /* line 1012, ../../app/styles/partials/_usi.scss */
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /* line 1013, ../../app/styles/partials/_usi.scss */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    /* line 1014, ../../app/styles/partials/_usi.scss */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 1015, ../../app/styles/partials/_usi.scss */
    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    /* line 1016, ../../app/styles/partials/_usi.scss */
    tr, img {
        page-break-inside: avoid;
    }

    /* line 1017, ../../app/styles/partials/_usi.scss */
    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    /* line 1019, ../../app/styles/partials/_usi.scss */
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 1020, ../../app/styles/partials/_usi.scss */
    h2, h3 {
        page-break-after: avoid;
    }

    /* line 1021, ../../app/styles/partials/_usi.scss */
    button, input[type="submit"], #navigation-container, .call-out, #wizard-button-container, #enter-usi-details-container a {
        display: none;
    }

    /* line 1027, ../../app/styles/partials/_usi.scss */
    .tiles li {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e6e6e6;
    }
        /* line 1030, ../../app/styles/partials/_usi.scss */
        .tiles li div {
            padding: 4px 9px;
        }

    /* line 1037, ../../app/styles/partials/_usi.scss */
    #body-container {
        border: 1px solid #e6e6e6;
    }

    /* line 1040, ../../app/styles/partials/_usi.scss */
    #footer-container {
        border-top: 1px solid #e6e6e6;
    }

    /* line 1043, ../../app/styles/partials/_usi.scss */
    #right-container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e6e6e6;
        background: white !important;
        background-image: none !important;
        padding: 20px 19px;
    }

    /* line 1051, ../../app/styles/partials/_usi.scss */
    #help-information-container h2 {
        padding-left: 0;
    }
        /* line 1053, ../../app/styles/partials/_usi.scss */
        #help-information-container h2:before {
            content: url("images/icon-help-small.png");
            float: left;
            margin-right: 10px;
        }

    .ie8 #help-information-container h2:before {
        content: "";
        float: left;
        margin-right: 0;
    }

    /* line 1061, ../../app/styles/partials/_usi.scss */
    #login-container h2 {
        padding-left: 0;
    }
        /* line 1063, ../../app/styles/partials/_usi.scss */
        #login-container h2:before {
            content: url("images/icon-login-small.png");
            float: left;
            margin-right: 10px;
        }

    .ie8 #login-container h2:before {
        content: "";
        float: left;
        margin-right: 0;
    }

    /* line 1070, ../../app/styles/partials/_usi.scss */
    .success {
        padding-left: 10px;
    }
        /* line 1072, ../../app/styles/partials/_usi.scss */
        .success:before {
            content: url("images/icon-success.png");
            float: left;
            margin-right: 10px;
        }

    .ie8 .success:before {
        content: "";
        float: left;
        margin-right: 0;
    }

    /* line 1078, ../../app/styles/partials/_usi.scss */
    .warning {
        padding-left: 10px;
    }
        /* line 1080, ../../app/styles/partials/_usi.scss */
        .warning:before {
            content: url("images/icon-warning.png");
            float: left;
            margin-right: 10px;
        }

    .ie8 .warning:before {
        content: "";
        float: left;
        margin-right: 0;
    }

    /* line 1086, ../../app/styles/partials/_usi.scss */
    .error {
        padding-left: 10px;
    }
        /* line 1088, ../../app/styles/partials/_usi.scss */
        .error:before {
            content: url("images/icon-error.png");
            float: left;
            margin-right: 10px;
        }

    .ie8 .error:before {
        content: "";
        float: left;
        margin-right: 0;
    }

    /* line 1096, ../../app/styles/partials/_usi.scss */
    #header-container {
        border-bottom: 1px solid #e6e6e6;
    }
        /* line 1102, ../../app/styles/partials/_usi.scss */
        #header-container img {
            display: none;
        }

    .ie8 #header-container img {
        display: inline;
        margin-top: -50px;
    }
    /* line 1112, ../../app/styles/partials/_usi.scss */
    #user-status-container #login-status-container, #user-status-container #logout-container a {
        padding: 5px 10px;
        background-image: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* line 1119, ../../app/styles/partials/_usi.scss */
    .terms-wrapper {
        height: auto;
        overflow: visible;
    }

    /* line 1123, ../../app/styles/partials/_usi.scss */
    #progress-container li:before {
        content: url("images/icon-chevron-right.png");
        float: right;
        margin: 2px 10px -2px 0;
    }

    /* line 1128, ../../app/styles/partials/_usi.scss */
    #progress-container li.current:before {
        content: url("images/icon-chevron-down.png");
        float: right;
        margin: 2px 10px -2px 0;
    }
}

/* line 7, ../../app/styles/partials/_utilities.scss */
.pull-right {
    float: right;
}

/* line 10, ../../app/styles/partials/_utilities.scss */
.pull-left {
    float: left;
}

/* line 15, ../../app/styles/partials/_utilities.scss */
.hide {
    display: none;
}

/* line 18, ../../app/styles/partials/_utilities.scss */
.show {
    display: block;
}

/* line 23, ../../app/styles/partials/_utilities.scss */
.invisible {
    visibility: hidden;
}

/* line 28, ../../app/styles/partials/_utilities.scss */
.affix {
    position: fixed;
}

/* line 33, ../../app/styles/partials/_utilities.scss */
.clearfix {
    *zoom: 1;
}
    /* line 15, ../../app/styles/partials/_mixins.scss */
    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }
    /* line 22, ../../app/styles/partials/_mixins.scss */
    .clearfix:after {
        clear: both;
    }

/* line 38, ../../app/styles/partials/_utilities.scss */
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 43, ../../app/styles/partials/_utilities.scss */
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 48, ../../app/styles/partials/_utilities.scss */
.offscreen, .complexity h3 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/* line 53, ../../app/styles/partials/_utilities.scss */
.invisible {
    visibility: hidden;
}

/* line 2, ../../app/styles/partials/_browsers.scss */
.no-cssgradients.borderradius input[type="submit"] {
    filter: none;
}

/* line 7, ../../app/styles/partials/_browsers.scss */
.no-cssgradients .call-out {
    background: #426b69 url(images/icon-next-small.png) no-repeat 90% 50%;
}
/* line 11, ../../app/styles/partials/_browsers.scss */
.no-cssgradients fieldset input[type="radio"], .no-cssgradients fieldset input[type="checkbox"] {
    margin-top: -2px;
}
/* line 15, ../../app/styles/partials/_browsers.scss */
.no-cssgradients #navigation-container ul {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 10px;
    background-color: #426B69;
}

/* line 25, ../../app/styles/partials/_browsers.scss */
.no-cssgradients #navigation-container .current {
    background-color: #9fcfcb;
}

/* line 29, ../../app/styles/partials/_browsers.scss */
.no-cssgradients #navigation-container li {
    list-style: none;
    border: none;
    float: left;
    width: 16%;
    margin: 0;
    padding: 0;
    height: 40px;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: -1px;
}
    /* line 40, ../../app/styles/partials/_browsers.scss */
    .no-cssgradients #navigation-container li a {
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        margin: 0;
        padding: 0;
        display: block;
        line-height: 40px;
        height: 40px;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        text-decoration: none;
    }
        /* line 51, ../../app/styles/partials/_browsers.scss */
        .no-cssgradients #navigation-container li a:hover, .no-cssgradients #navigation-container li a:focus {
            background: #9fcfcb;
            color: #000;
        }

    /* line 56, ../../app/styles/partials/_browsers.scss */
    .no-cssgradients #navigation-container li:first-child {
        width: 4%;
        background: transparent url(images/icon-home-small.png) no-repeat 50% 50%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

        /* line 63, ../../app/styles/partials/_browsers.scss */
        .no-cssgradients #navigation-container li:first-child a:hover, .no-cssgradients #navigation-container li:first-child a:focus {
            background: transparent url(images/icon-home-small.png) no-repeat 50% 50%;
            background-color: #9fcfcb;
        }

#navigation-container li.current a {
    color: #000;
}

/* line 73, ../../app/styles/partials/_browsers.scss */
.ie7.no-cssgradients #navigation-container li {
    width: 15.989%;
}
    /* line 75, ../../app/styles/partials/_browsers.scss */
    .ie7.no-cssgradients #navigation-container li:first-child {
        width: 4%;
    }

/* line 80, ../../app/styles/partials/_browsers.scss */
.ie8 #progress-container, .ie7 #progress-container {
    margin-left: 0;
}

    /* line 83, ../../app/styles/partials/_browsers.scss */
    .ie8 #progress-container li, .ie7 #progress-container li {
        margin-right: 0;
        margin-left: 10px;
    }

    /* line 89, ../../app/styles/partials/_browsers.scss */
    .ie8 #progress-container ol, .ie7 #progress-container ol {
        padding: 0;
    }
    /* line 92, ../../app/styles/partials/_browsers.scss */
    .ie8 #progress-container .four-step li, .ie7 #progress-container .four-step li {
        width: 220px;
    }
    /* line 95, ../../app/styles/partials/_browsers.scss */
    .ie8 #progress-container .three-step li, .ie7 #progress-container .three-step li {
        width: 299.93333px;
    }

/* line 100, ../../app/styles/partials/_browsers.scss */
.ie8 dl {
    margin-bottom: 0;
}

/* line 110, ../../app/styles/partials/_browsers.scss */
.ie7 #left-container dt,
.ie7 #left-container dd,
.ie7 #full-width-container dt,
.ie7 #full-width-container dd,
.ie7 fieldset input[type="radio"],
.ie7 fieldset label {
    *display: inline;
    *zoom: 1;
}
/* line 114, ../../app/styles/partials/_browsers.scss */
.ie7 .tiles h2 {
    margin-top: 10px;
}
/* line 117, ../../app/styles/partials/_browsers.scss */
.ie7 .tiles li {
    *display: inline;
    *zoom: 1;
}
/* line 121, ../../app/styles/partials/_browsers.scss */
.ie7 .complexity {
    *display: inline;
    *zoom: 1;
    float: right;
    margin-top: -36px;
}
/* line 126, ../../app/styles/partials/_browsers.scss */
.ie7 fieldset.mandatory legend {
    width: auto;
    padding-right: 20px;
}
/* line 130, ../../app/styles/partials/_browsers.scss */
.ie7 fieldset.vertical label {
    display: block;
}
/* line 133, ../../app/styles/partials/_browsers.scss */
.ie7 .field-validation-error {
    margin-top: -5px;
}
/* line 137, ../../app/styles/partials/_browsers.scss */
.ie7 .terms input[type="checkbox"] {
    margin-top: 20px;
}
/* line 142, ../../app/styles/partials/_browsers.scss */
.ie7 #right-container {
    float: none;
    clear: none;
}
/* line 147, ../../app/styles/partials/_browsers.scss */
.ie7 #navigation-container li:first-child {
    background-position-x: 6px;
}

/* line 152, ../../app/styles/partials/_browsers.scss */
.ie7 #navigation-container li, .ie8 #navigation-container li {
    border-right: 1px solid #fff;
}

table.fixed {
    table-layout: fixed;
}

td, th {
    word-wrap: break-word;
}

#header-container a:focus, #navigation-container a:focus {
    outline: thin dotted #E6E6E6;
}

strong.notice {
    font-size: 1.3em;
}
