/* Minification failed. Returning unminified contents.
(2463,78): run-time error CSS1039: Token not allowed after unary operator: '-button-primary-gradient'
(2464,44): run-time error CSS1039: Token not allowed after unary operator: '-button-primary-gradient'
(2564,27): run-time error CSS1039: Token not allowed after unary operator: '-body-text-spacer'
(2565,30): run-time error CSS1039: Token not allowed after unary operator: '-body-text-spacer'
(2567,30): run-time error CSS1039: Token not allowed after unary operator: '-body-text-spacer'
(2571,32): run-time error CSS1039: Token not allowed after unary operator: '-reverse-accent'
(2581,41): run-time error CSS1046: Expect comma, found '0'
(2581,45): run-time error CSS1046: Expect comma, found '/'
(2582,33): run-time error CSS1046: Expect comma, found '0'
(2582,37): run-time error CSS1046: Expect comma, found '/'
 */
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
}


#hdropdown .dropdown-menu {
    background: -webkit-linear-gradient(top,#bd631f 0%,#d56d12 50%,#f28314 61%);
    background: -moz-linear-gradient(top,#bd631f 0%,#d56d12 50%,#f28314 61%);
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bd631f),color-stop(50%,#d56d12),color-stop(61%,#f28314));
    background: -webkit-linear-gradient(top,#bd631f 0%,#d56d12 50%,#f28314 61%);
    background: -o-linear-gradient(top,#bd631f 0%,#d56d12 50%,#f28314 61%);
    background: -ms-linear-gradient(top,#bd631f 0%,#d56d12 50%,#f28314 61%);
    background: linear-gradient(top,#bd631f 0%,#d56d12 50%,#f28314 61%);*/
    color: white;
    font-weight: bold;
    margin-top: -9px;
    border-radius: 0px;
    min-width: 225px;
    padding: 0px;
}

#hdropdown .dropdown-toggle.active {
    background-color: #bd631f;
}

#hdropdown .dropdown.show {
    background-color: rgb(152, 77, 5); /*!important;*/
}
/*.dropdown-toggle:active, .open .dropdown-toggle {
    background-color: #bd631f !important;
}*/

#hdropdown .dropdown-menu > li {
    padding: 10px 20px;
}

    #hdropdown .dropdown-menu > li > a {
        color: #FFF;
        font-size: 17px;
        font-family: proxima-nova, "Helvetica Nueue", "Lucida Sans Std", sans-serif;
        font-weight: 400;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
    }

    #hdropdown .dropdown-menu > li:hover {
        background-color: rgb(152, 77, 5);
    }

    #hdropdown .dropdown-menu > li > a:hover {
        text-decoration: none;
    }

body {
    height: 100%;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    /*margin-bottom: 60px;*/
}

.headerToggle {
    border-bottom-color: rgb(241, 122, 2);
    border-bottom-width: 8px;
    border-bottom-style: solid;
}
/*a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link {
        color: #034af3;
        text-decoration: underline;
    }

    a:visited {
        color: #505abc;
    }

    a:hover {
        color: #1d60ff;
        text-decoration: none;
        background-color: #c7d1d6;
    }

    a:active {
        color: #12eb87;
    }*/
mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.hrs-table {
    width: 100%;
    border-top: solid 2px #103052;
    border-bottom: solid 2px #103052;
    border-collapse: collapse;
}

.hrs-table-small {
    border-top: solid 2px #103052;
    border-bottom: solid 2px #103052;
    border-collapse: collapse;
}

    .hrs-table thead,
    .hrs-table-small thead {
        border: solid 1px #ccc;
        background-color: #EBEBEB;
    }

        .hrs-table thead tr,
        .hrs-table-small thead tr {
            width: 100%;
        }

            .hrs-table thead tr th,
            .hrs-table-small thead tr th {
                padding: 5px;
                font-size: 13px;
                font-weight: 700;
                color: #103052;
                text-align: left;
            }

    .hrs-table > thead > tr > th > a,
    .hrs-table-small > thead > tr > th > a {
        text-decoration: underline;
    }

    .hrs-table tbody tr,
    .hrs-table-small tbody tr {
        border-bottom: solid 1px #ccc;
    }

        .hrs-table tbody tr.border_bottom,
        .hrs-table-small tbody tr.border_bottom {
            border-bottom: 2pt solid #103052 !important;
        }

        .hrs-table tbody tr.hide-row,
        .hrs-table-small tbody tr.hide-row {
            display: none;
        }

        .hrs-table tbody tr.border_bottom td,
        .hrs-table-small tbody tr.border_bottom td {
            border-bottom: 2pt solid #103052 !important;
        }

        .hrs-table tbody tr:nth-child(even),
        .hrs-table-small tbody tr:nth-child(even) {
            background-color: #fafafa;
        }

        .hrs-table tbody tr td,
        .hrs-table-small tbody tr td {
            padding: 5px;
            font-size: 13px;
            border-color: #E6E6E6;
            border-style: solid;
            border-width: 1px;
        }

.hrs-table thead tr th a {
    text-decoration: none;
    color: #103052;
}

    .hrs-table thead tr th a:hover {
        text-decoration: underline
    }

.hrs-table-center-headers thead tr th {
    text-align: center !important;
}

.cartButton {
    z-index: 1000;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 20px;
    display: block;
    position: fixed;
    top: 2em;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #000;
}

.cartCountSm {
    display: none;
}

@media all and (max-width: 1500px) {
    .cartButton {
        right: 1em;
    }
}

@media all and (min-width: 1501px) {
    .cartButton {
        right: 1em;
        margin-right: 15%
    }
}

.menu {
    FONT-WEIGHT: bold;
    FONT-SIZE: 8px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
}

    .menu A {
        COLOR: #005989;
        TEXT-DECORATION: none;
    }

        .menu A:active {
            COLOR: #aaaaaa;
            TEXT-DECORATION: none;
        }

        .menu A:hover {
            COLOR: #aaaaaa;
            TEXT-DECORATION: none;
        }

.navigation {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 670px;
    float: left;
    border-right: solid;
    border-right-color: #dcdcdc;
    white-space: nowrap;
    background-color: #eeeeee;
}

    .navigation a {
        color: #000000;
    }

        .navigation a:visited {
            text-decoration: none;
            color: #000000;
        }

        .navigation a:active {
            text-decoration: underline;
            color: #000000;
        }

        .navigation a:hover {
            color: #ffffff;
            text-decoration: underline;
            background-color: #787878;
        }

    .navigation li {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 5px 10px 5px 0;
        list-style-position: outside;
        list-style-image: none;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    clear: right;
    display: block;
    height: 0;
    visibility: hidden;
}


#body {
    float: left;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 25px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

#navbar {
    height: 670px;
    background-color: #eeeeee;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }


/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

div.claim-result-display {
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-radius: 6px;
    padding: 10px;
}

div.claim-result-display-grid {
    margin-bottom: 10px;
    margin-top: 10px;
    border: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-radius: 6px;
    padding: 4px 10px 10px 10px;
}

div.claim-result-display_red {
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-radius: 6px;
    padding: 10px;
    color: #e80c4d;
}

div.display-field div.editor-field {
    float: left;
    width: 400px;
    display: inline-block;
}

div.editor-label:before {
    clear: left;
}

.FieldName {
    text-align: right;
    font-size: 10pt;
    color: #000000;
    width: 125px;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

label.checkbox {
    display: table-cell;
}

input.short-field {
    width: 100px;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 12px;
    margin: 1px 0 3px 0;
    padding: 5px;
    vertical-align: top;
}

    input.radio {
        border: 0;
        width: 16px;
        height: 16px;
        display: inline;
        margin-top: 2px;
    }

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
}

.button-div {
    font-size: 12px;
}

/*Spaces between the buttons in the button groups*/
/*Address Buttons*/
.btnPhysicalAddress {
    margin-right: 5px;
}
.btnPoAddress {
    margin-left: 5px;
    margin-right: 5px;
}
.btnForeignAddress {
    margin-left: 5px;
}
/*Account Type Buttons*/
.btnPersonAccount {
    margin-right: 5px;
}

.btnBusinessAccount {
    margin-left: 5px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: 14px;
    height: 14px;
}

input[type="file"] {
    position: relative;
    text-align: left;
    height: 1px;
    width: 75px;
    font: bold 84% Verdana, Arial, Helvetica, sans-serif;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 12px;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-required {
    color: #e80c4d;
    font-weight: bold;
    vertical-align: bottom;
    margin-left: 4px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

    table.login {
        height: 442px;
        border-spacing: 0;
        padding: 0;
        width: 100%;
        border: 0;
    }

    table.claimant-info {
        width: 100%;
        border: 0;
        border-spacing: 0;
        padding: 1px;
    }

th {
    background-color: #E6E6E6;
    color: black;
    text-align: center;
    text-wrap: none;
    padding-bottom: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: bold;
            text-decoration: none;
            text-wrap: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

.grid-header {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    text-wrap: none;
    font-size: 12px;
    padding: 3px;
    font-weight: bold;
}

.grid-table {
    width: 100%;
}

.grid-cell {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: left;
    font-size: 12px;
    padding: 3px;
}

.grid-cell-search {
    border-color: #000000;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    font-size: 10px;
    padding: 2px;
}

.grid-cell-coowners {
    background-color: #E5E5E5;
    border-color: #000000;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    font-size: 10px;
    padding: 3px;
}

.grid-cell-admin {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: left;
    font-size: 14px;
    padding: 3px;
}

.grid-status {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    width: 150px;
}

.grid-large {
    width: 60%;
}

.grid-checkbox-cell {
    text-align: center;
    font-size: 10px;
    padding: 3px;
    width: 10px;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
	----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
	----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    div.content {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
    }

    div .radio-button-list {
        border: #787878 !important;
        border-width: 2px !important;
        padding-bottom: 10px !important;
        border-style: solid !important;
        width: 400px !important;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }


    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }
}

/* login page */
#loginForm {
    border-right: none;
    float: none;
    width: auto;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto;
}


div .Header {
    background-color: #E6E6E6;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

div.rounded-box {
    position: relative;
    width: 310px;
    background-color: #E6E6E6;
}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    overflow: hidden;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
    position: relative;
    font-size: 150px;
    font-family: arial;
    color: #E6E6E6;
    line-height: 40;
}

div.top-left-corner {
    top: 0;
    left: 0;
}

div.bottom-left-corner {
    bottom: 0;
    left: 0;
}

div.top-right-corner {
    top: 0;
    right: 0;
}

div.bottom-right-corner {
    bottom: 0;
    right: 0;
}

div.top-left-inside {
    left: -8px;
}

div.bottom-left-inside {
    left: -8px;
    top: -17px;
}

div.top-right-inside {
    left: -25px;
}

div.bottom-right-inside {
    left: -25px;
    top: -17px;
}

div.box-contents {
    position: relative;
    padding: 8px;
    color: #000;
}

div.link-list-content {
    border-bottom-color: #E6E6E6;
    margin-left: 8px;
    height: 35px;
    border-bottom-style: solid;
    border-width: 1.5px;
    margin-right: 8px;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 30px;
}

div.link-list-border {
    width: 310px;
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    padding-top: 0;
    border-top-style: none;
}

div.link-list-outer-border {
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1.5px;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ui-datepicker-trigger {
    margin-left: -40px;
    margin-top: 5px;
    height: 40px;
}

.ui-datepicker-month {
    height: 26px !important;
    width: 101px !important
}

.ui-datepicker-year {
    height: 26px !important;
    width: 101px !important
}

.hasDatepicker {
    display: inline-block;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.hidden-text {
    display: none;
    height: 0;
    font-size: 0;
}

.ui-dialog-buttonset button {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: .82em !important;
    background-color: #b2e6fa;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 12px;
    padding: 4px;
    margin-right: 4px;
    width: auto;
    height: 24px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}


.btn-cart {
    display: none;
    font-size: 130% !important;
    font-weight: bold !important;
    padding-right: 20px !important;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
    padding-top: 6px !important;
    border-radius: 3px;
    white-space: normal !important;
    height: 41.2px !important;
    width: 95px;
    background-image: url("/Content/pics/cart-icon2.png") !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 32px;
    text-align: right !important;
    border-color: #B2400C !important;
    border-width: 1px !important;
}

@media (max-width: 768px) {

    .cartButton {
        display: inline-block;
        position: inherit;
    }

    .cartCountSm {
        display: inline-block;
    }

    btn-login {
        margin-top: -10px !important;
        height: 41.2px !important;
        position: static !important;
    }

    .main-content {
        padding-left: 10px !important;
    }

    .btn-responsive {
        display: none;
    }

    .btn-cart {
        display: block !important;
        font-size: 130% !important;
        font-weight: bold !important;
        padding-right: 20px !important;
        padding-left: 15px !important;
        padding-bottom: 15px !important;
        padding-top: 6px !important;
        border-radius: 3px;
        white-space: normal !important;
        height: 41.2px !important;
        width: 95px;
        background-image: url("/Content/pics/cart-icon2.png") !important;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 32px;
        text-align: right !important;
        border-color: #B2400C !important;
        border-width: 1px !important;
        margin-right: 5px;
        margin-top: 0;
    }

    .cartCount {
        display: none;
        height: 0;
    }

    .cartButton {
        border: 0 solid #000;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
        position: absolute !important;
        right: 155px;
        top: 0;
        z-index: 9
    }

    #myAccountWrap {
        display: none;
    }

    #btn-login {
        position: relative !important
    }

    input.radio {
        margin-bottom: 20px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .searchTypeText {
        font-size: 1.3em !important;
        line-height: 35px !important;
    }

    .searchTypeHeader {
        font-size: 1.3em !important;
        font-weight: 600 !important;
    }


}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
        white-space: normal !important;
        word-wrap: break-word;
        height: 45px;
    }
}

.hrs-table tbody tr.hide-row {
    display: none;
}

/* This controls the table details of the results grid */
/* Tablet (Portrait) */
@media all and (max-width: 589px) {
    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCoOwner {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .main-content {
        padding-left: 20px !important;
    }

}

@media all and (min-width: 768px) {

    .rowCoOwner {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

@media all and (min-width: 501px) {

    .rowPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}

.rowAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowFullAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowSplitAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartPropertyNum {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartFullAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartCity {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartState {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCartSplitAddress {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowCity {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowState {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}

.rowPostalCode {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
}


/* #Mobile (Landscape) */
@media all and (min-width: 600px) and (max-width: 767px) {
    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCoOwner {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartZip {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }

}

/* #Mobile (Landscape) */
@media all and (min-width: 501px) and (max-width: 599px) {
    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartZip {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartCity {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }

}

/*  #Mobile (Portrait) */
@media all and (min-width: 340px) and (max-width: 500px) {
    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartZip {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartCity {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartFullAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartFullAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colPostalCode {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowFullAddress {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCity {
        display: inline;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }
}

/*  #Mobile (Portrait) */
@media all and (max-width: 376px) {
    .colCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartCoOwner {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartPropertyNum {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartCity {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartZip {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartCity {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colCartAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colCartFullAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowCartFullAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowCartAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAmount {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowAmount {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colAddress {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowSplitAddress {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowAddress {
        display: inline;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colPropertyNum {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .colState {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowState {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .colPostalCode {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }

    .rowFullAddress {
        display: block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .rowPostalCode {
        display: inline-block;
        width: inherit;
        height: inherit;
        opacity: inherit;
        visibility: visible;
    }

    .hrs-table tbody tr.hide-row {
        display: table-row;
    }
}

.fakeLink {
    border: 0 !important;
    border-width: 0 !important;
    background-color: transparent !important;
    cursor: pointer !important;
    font-size: 11pt !important;
    font-weight: 700 !important;
    color: rgb(82, 123, 164) !important;
    text-align: left !important;
    margin-bottom: 2px !important;
    min-height: 20px !important;
}

    .fakeLink:hover {
        text-decoration: underline;
    }

.step-text {
    color: #00008B;
}


.st-type, .st-param-type {
    color: #00008B;
}

.st-param-name {
    color: #666;
}

.st-method {
    color: #008B8B;
    font-weight: bolder;
}

.st-file, .st-line {
    color: #8B008B;
}

#ErrorDetail {
    overflow: auto;
    max-width: 1400px;
}

#ErrorDetail {
    font-size: 90%;
    background-color: #ffffcc;
    padding: 1em;
    width: 100%;
    text-align: left;
}

pre, code {
    font-family: "Courier New", Courier;
}

pre, xmp, plaintext, listing {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
}

/* For File Upload*/
/*
Colors Used
----------------------
Greens:
Darker Background: 449d44   Mid  Green
Lighter Color:  e6f1e5  Light Green
Border Very Dark: 398439   Dark Green

Blues:
Mid BLue: 2895D5
Light BLue: 77BDE7   DAF0FD
Dark Blue: 055F94
*/

.inputfile {
    /*width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;*/
    visibility: hidden;
    margin-top: -10px;
}

    .inputfile + label {
        margin-top: -20px;
        min-width: 250px;
        max-width: 90%;
        font-size: 1.1rem;
        /* 20px */
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-flex;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }


    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        /* pointer-events: none; */
        /* in case of FastClick lib use */
    }

    .inputfile + label svg {
        width: 1em;
        height: 1em;
        vertical-align: middle;
        fill: currentColor;
        margin-top: -0.25em;
        /* 4px */
        margin-right: 0.25em;
        /* 4px */
    }

.inputfile-1 + label {
    color: #103052;
}

.inputfile-1 + label {
    border: 1px solid #999;
    background-color: #DAF0FD;
    padding: 0;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        border-color: #055F94;
    }

    .inputfile-1 + label span,
    .inputfile-1 + label strong {
        padding: 0.625rem 1.25rem;
        /* 10px 20px */
    }

    .inputfile-1 + label span {
        width: 250px;
        min-height: 2em;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: top;
    }

    .inputfile-1 + label strong {
        height: 100%;
        color: #DAF0FD;
        background-color: #103052;
        display: inline-block;
    }

    .inputfile-1:focus + label strong,
    .inputfile-1.has-focus + label strong,
    .inputfile-1 + label:hover strong {
        background-color: #055F94;
    }

@media screen and (max-width: 50em) {
    .inputfile-1 + label strong {
        display: block;
    }
}

.remove-glyph::after {
    content: ' \2297';
}

.remove-glyph {
    font-size: 1.5em;
    color: crimson;
    margin-bottom: 20px;
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
}

    .remove-glyph :hover {
        color: darkred;
    }


.hrs-table thead tr th {
    color: rgb(82, 123, 164);
    font-size: 11pt;
    /*font-weight:600;*/
}

.fakelink {
    color: rgb(82, 123, 164);
    font-family: Calibri,Verdana,Helvetica,Arial,sans-serif;
    font-size: 11pt;
    /*font-weight: 600;*/
}

.uploadLabel {
    vertical-align: middle;
    margin-bottom: -10px;
    width: 50px;
}

@media screen and (max-width: 786px) {
    .uploadLabel {
        vertical-align: middle;
        margin-bottom: 5px;
    }
}

.modal-header {
    background-color: #455467 !important;
    color: #fff0f5;
}

    .modal-header h3 {
        color: white !important;
    }

.close {
    color: white;
}

#showSsnFein {
    float: right;
    margin: -38px 8px 0 0;
    height: 32px;
    position: relative;
}

.list-group-item-action {
    text-decoration: none !important;
    color: black !important; /*rgb(85, 85, 85) !important;*/
}

.list-group-item-bold {
    font-weight: bold;
}

.btn-danger {
    background-color: #96434a !important;
    border-color: #E0E0E0 !important;
    text-decoration: none !important;
    color: #fff !important;
}

    .btn-danger:hover, btn-danger:focus {
        color: #fff;
        background-color: #7D2A31 !important;
    }

.taxIdLabel {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    line-height: 14px;
    padding-top: 30px;
}

@media all and (max-width: 575px) {
    .taxIdLabel {
        padding-top: 0;
    }
}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-default {
    font-family: Proxima Nova,Open Sans,Corbel,Arial,sans-serif;
    font-weight: 600;
    font-size: 0.975rem;
    line-height: 1.25;
    /*letter-spacing: 0.125rem;*/
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    background-color: #93350A;
    color: #fff;
    padding: 10px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--button-primary-gradient)),color-stop(rgba(0,0,0,0)),to(rgba(0,0,0,0.1)));
    background-image: linear-gradient(var(--button-primary-gradient),rgba(0,0,0,0),rgba(0,0,0,0.1));
    opacity: 1;
}

    .btn-default:hover {
        background-color: #B3400C;
        color: #fff;
    }

.btn-success {
    font-family: Proxima Nova,Open Sans,Corbel,Arial,sans-serif;
    font-weight: 600;
    font-size: 0.975rem;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    padding: 10px;
    background-color: #103052;
}

    .btn-success:hover {
        background-color: #174678;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #174678;
        border-color: #2C88EA;
    }

.btn-danger {
    font-family: Proxima Nova,Open Sans,Corbel,Arial,sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    padding: 10px;
}

.modal-footer .btn-danger {
    font-size: 0.975rem !important;
    width: 80px;
}

.btn-secondary {
    font-family: Proxima Nova,Open Sans,Corbel,Arial,sans-serif;
    font-weight: 600;
    font-size: 0.975rem;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    padding: 10px;
}

.subLabel {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    display: inline;
    line-height: 14px;
    color: darkgray !important;
}

    .subLabel label {
        font-size: 11px;
        font-weight: normal;
        font-style: italic;
        display: inline;
        line-height: 14px;
        color: darkgray !important;
    }


h1 {
    font-family: Source Serif Pro, Georgia, Times New Roman, serif !important;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-top: calc(var(--body-text-spacer) * 1.5px);
    margin-bottom: calc(var(--body-text-spacer) * 0.03125rem);
    margin-top: 0;
    margin-bottom: calc(var(--body-text-spacer) * 0.125rem);
}

    h1:after {
        background-color: var(--reverse-accent);
        content: "";
        display: block;
        height: 0.125rem;
        width: 4.0625rem;
        margin-top: 0.625rem;
    }


.modal-content {
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}


.content-title {
    display: block;
    margin-bottom: 10px;
}

.page-title {
    display: block;
}
