/* Minification failed. Returning unminified contents.
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8491,41): run-time error CSS1046: Expect comma, found '255'
(8491,49): run-time error CSS1046: Expect comma, found '/'
(8556,41): run-time error CSS1046: Expect comma, found '255'
(8556,49): run-time error CSS1046: Expect comma, found '/'
(9372,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9373,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9374,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9375,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9376,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9377,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9378,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9410,20): run-time error CSS1039: Token not allowed after unary operator: '-font-casual'
(9415,14): run-time error CSS1039: Token not allowed after unary operator: '-color-dark-blue'
(9416,20): run-time error CSS1039: Token not allowed after unary operator: '-font-standard'
(9438,29): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9443,25): run-time error CSS1039: Token not allowed after unary operator: '-border-width-highlight'
(9449,32): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9452,25): run-time error CSS1039: Token not allowed after unary operator: '-background-dim'
(9457,25): run-time error CSS1039: Token not allowed after unary operator: '-background-dim'
(9458,30): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9461,25): run-time error CSS1039: Token not allowed after unary operator: '-background-dim'
(9462,31): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9465,25): run-time error CSS1039: Token not allowed after unary operator: '-background-highlight'
(9469,25): run-time error CSS1039: Token not allowed after unary operator: '-background-highlight'
(9470,26): run-time error CSS1039: Token not allowed after unary operator: '-border-width-highlight'
(9473,25): run-time error CSS1039: Token not allowed after unary operator: '-background-highlight'
(9474,27): run-time error CSS1039: Token not allowed after unary operator: '-border-width-highlight'
(9479,33): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9489,14): run-time error CSS1039: Token not allowed after unary operator: '-color-dark-blue'
(9490,20): run-time error CSS1039: Token not allowed after unary operator: '-font-standard'
(9514,32): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9523,28): run-time error CSS1039: Token not allowed after unary operator: '-border-width-highlight'
(9529,32): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9579,20): run-time error CSS1039: Token not allowed after unary operator: '-font-standard'
(9586,20): run-time error CSS1039: Token not allowed after unary operator: '-font-casual'
(9593,33): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
(9596,29): run-time error CSS1039: Token not allowed after unary operator: '-panel-border-color'
 */
[v-cloak] * {
    display: none;
}

:root {
    --font-family-sans-serif: freight-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: museo-slab, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body,
.tooltip,
.popover {
    font-family: freight-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

code,
kbd,
pre,
samp {
    font-family: museo-slab, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*@media (max-width: 64rem) {
    :root {
        font-size: 0.875rem;
    }
}

@media (max-width: 48rem) {
    :root {
        font-size: 0.75rem;
    }
}*/

::-ms-clear {
    display: none;
}

.layout {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 2.5rem);
    overflow-x: hidden;
}

.layout__background {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1.035);
}

.hover--underline:hover {
    text-decoration: underline;
}

.button {
    color: rgba(255,255,255,1);
    background-color: rgba(86,104,128,1);
    border: 0.0625rem solid rgba(174,185,200,1);
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0px 0px 0.25rem 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 0.25rem 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 0.25rem 0px rgba(0,0,0,0.33);
    cursor: pointer;
    transition: background-color 0.5s ease;
    height: 2.25rem;
    padding-left: 0.75rem;
    padding-right: 1rem;
    transition: all .5s ease;
}

.button__icon {
    font-size: 0.875rem;
}

.button__label {
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 0.625rem;
    /*white-space: nowrap;*/
}

.button:hover {
    background-color: rgba(79,96,118,1);
}

.button:disabled {
    opacity: 0.25;
    cursor: default;
}

.button--search {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 2.5rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.button__info {
    display: flex;
}

.button__info > * {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.button--disabled {
    opacity: 0.25;
    cursor: default;
}

.button--submit {
    background-color: rgba(92,169,99,1);
    border: 0.0625rem solid rgba(92,169,99,1);
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.button--submit:hover {
    background-color: rgba(78,149,85, 1);
}

.button--submit .button__label {
    margin-left: 0;
}

.panel {
    background-color: rgba(250,251,252,1);
    -webkit-box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    min-height: 14.25rem;
    position: relative;
}

.panel-container {
    position: relative;
    width: calc(100% - 12rem);
}

@media (max-width: 64rem) {
    .panel-container {
        width: calc(100% - 7rem);
    }
}

@media (max-width: 48rem) {
    .panel-container {
        width: calc(100% - 5.75rem);
    }
}

.anchor-link {
    color: rgba(102,102,102, 1);
}

.anchor-link:hover {
    color: rgba(51,122,183, 1);
    text-decoration: underline;
}

a.input-group {
    text-decoration: none;
}

input.form-control {
    height: 2.5rem;
    font-size: 1.125rem !important;
    font-weight: 300;
    border-color: rgba(191,191,191,1);
}

input.form-control:disabled {
    background-color: #fff;
    opacity: 0.5;
}

.input-group-is-invalid input.form-control,
.input-group-is-invalid span.input-group-text {
    border-color: #dc3545;
}

input::-webkit-input-placeholder {
    color: rgba(173, 182, 191, 1) !important;
    font-style: italic !important;
}

input::-moz-placeholder {
    color: rgba(173, 182, 191, 1) !important;
    font-style: italic !important;
}

input:-ms-input-placeholder {
    color: rgba(173, 182, 191, 1) !important;
    font-style: italic !important;
}

input:-moz-placeholder {
    color: rgba(173, 182, 191, 1) !important;
    font-style: italic !important;
}

.scrollable {
    position: relative;
    overflow-y: auto;
}

.horizontal-scrollable {
    position: relative;
    overflow-x: auto;
}

.modal-header {
    background-color: rgba(66, 139, 202, 1);
    color: rgba(255,255,255,1);
    padding: 19px 20px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    background-color: rgba(143, 163, 191, .26);
}

.modal-header .close {
    color: rgba(255,255,255,1);
    opacity: 1;
}

.ui-pnotify {
    margin-top: 30px;
}

.ui-pnotify-text {
    word-wrap: break-word;
}

.ui-pnotify-text ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.spinner > div {
    background-color: rgba(61, 98, 135, 1);
}
/*-------------------------------------*/
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    width: 7px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    height: 7px;
}

.ps > .ps__scrollbar-x-rail,
.ps > .ps__scrollbar-y-rail,
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 1;
    z-index: 1;
}

.ps > .ps__scrollbar-x-rail,
.ps > .ps__scrollbar-y-rail {
    background-color: rgba(195,198,200,1) !important;
}

.ps > .ps__scrollbar-y-rail {
    width: 1px;
    margin-right: 7px;
}

.ps > .ps__scrollbar-x-rail {
    height: 1px;
    margin-bottom: 7px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: rgba(132,136,124,1) !important;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    width: 11px;
    right: -5px;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    height: 11px;
    bottom: -5px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    bottom: -3px;
    transition: none !important;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    right: -3px;
    transition: none !important;
}

.ps:hover > * {
    opacity: 1 !important;
}

/*-------------------------------------*/

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: 0;
    margin-left: 0;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_track {
    background-color: rgb(195,198,200) !important;
    width: 1px;
    margin-left: 3px;
    position: absolute;
    right: 0;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.scrollbar-outer > .scroll-element .scroll-bar,
.scrollbar-outer > .scroll-element .scroll-bar:hover,
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: rgb(160,164,168) !important;
}

.scrollbar-outer > .scroll-element.scroll-y {
    width: 5px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: -5px;
    width: 7px;
}

.scrollbar-outer > .scroll-element.scroll-y:hover,
.scrollbar-outer > .scroll-element.scroll-y:active {
    width: 11px;
}

.scrollbar-outer > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-outer > .scroll-element.scroll-y:active .scroll-element_outer {
    width: 11px;
    left: -1px;
}

.scrollbar-outer > .scroll-element.scroll-y:hover .scroll-element_track,
.scrollbar-outer > .scroll-element.scroll-y:active .scroll-element_track {
    margin-left: 5px;
}

.scroll-textarea > .scroll-content > textarea {
    color: rgba(73,80,87, 1) !important;
    font-family: freight-sans-pro;
    font-size: 1.125rem !important;
    font-weight: 300;
    padding: 0.375rem 0.75rem;
}

.scrollbar-outer {
    border-radius: 0.25rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .scrollbar-outer {
        height: 100px;
    }

    .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: 0;
    }

    .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: 0;
    }

    .scroll-wrapper > .scroll-content {
        max-width: 100% !important;
        max-height: 100% !important;
    }
}
/*-------------------------------------*/

/*TIPPY THEME*/
.tippy-tooltip.portal-theme {
    background-color: rgba(242,242,242,1);
    color: rgba(102,102,102,1);
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 0.3125rem 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 0.3125rem 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 0.3125rem 0px rgba(0,0,0,0.15);
    text-align: left;
    word-break: break-word;
}

.tippy-tooltip.portal-theme .tippy-backdrop {
    background-color: rgba(242,242,242,1);
}
/*-------------------------------------*/

.test_mode {
    position: fixed;
    color: rgba(255,0,0,0.4);
    font-size: 2.5rem;
    font-weight: 700;
    top: 1rem;
    text-align: center;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.page_scroll {
    position: fixed;
    bottom: 3rem;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    display: flex;
    justify-content: center;
    margin-left: 4rem;
}

@media (max-width: 64rem) {
    .page_scroll {
        margin-left: 0;
    }
}

.page_scroll__container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: transparent radial-gradient(closest-side at 50% 50%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 44%, rgba(250, 251, 252, 0) 100%) 0% 0% no-repeat padding-box;
    width: 15rem;
    height: 5rem;
}

.page_scroll__arrow {
    display: flex;
    justify-content: center;
}

.page_scroll__arrow .left,
.page_scroll__arrow .right {
    width: 5rem;
    height: 0.25rem;
    background-color: rgba(221, 226, 240, 1);
}

.page_scroll__arrow .left {
    transform: rotate(10deg);
}

.page_scroll__arrow .right {
    transform: rotate(-10deg);
    margin-left: -2px;
}

.page_scroll__text {
    color: rgba(86, 104, 128, 1);
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    margin-top: -1.6rem;
}

.page_scroll__container.negative {
    background: transparent radial-gradient(closest-side at 50% 50%, #2E5573 0%, #2E4B73BF 38%, #19252E00 100%) 0% 0% no-repeat padding-box;
}

.page_scroll__text.negative {
    color: rgba(255, 255, 255, 1);
}

.page_scroll__arrow.negative .left,
.page_scroll__arrow.negative .right {
    background-color: #FFC800;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    * {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

input[readonly] {
    background-color: rgba(255,255,255,1) !important;
}

.input-group-append {
    height: 2.5rem;
}

.mr-1rem {
    margin-right: 1rem;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.input_clear {
    margin-left: -1.25rem;
    color: rgba(137, 137, 137, 1);
    cursor: pointer;
}

.standalone .topbar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(50, 62, 84, 1);
    color: rgba(255, 255, 255, 0.93);
    font-weight: 700;
    height: 2.5rem;
}

.standalone .form_panel {
    padding: 2.5rem;
}

.standalone .side_panel {
    background-color: rgba(235, 237, 240, 1);
    padding: 2.5rem 2.5rem 0;
    text-align: center;
    height: calc(100vh - 2.5rem);
}

.standalone .program_logo {
    max-width: 14rem;
    margin-bottom: 3rem;
}

.standalone .quote_info_container .info {
    color: rgba(102, 102, 102, 1);
    margin-bottom: 2.5rem;
}

.standalone .quote_info_container .label {
    font-weight: 500;
    font-size: 0.75rem;
    color: rgba(103, 136, 153, 1);
    line-height: 0.75rem;
}

.standalone .quote_info_container .value.quote_number,
.standalone .quote_info_container .value.date_prepared {
    font-family: museo-slab;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.375rem;
}

.standalone .quote_info_container .value.name {
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.standalone .quote_info_container .value.details {
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.125rem;
    color: rgba(51, 51, 51, 1);
}

.standalone .quote_info_container .value.details.number,
.standalone .quote_info_container .value.details .number {
    font-family: museo-slab;
    font-size: 0.75rem;
}

.button--reject {
    width: 100%;
    background-color: rgba(61, 98, 135, 1);
    margin-bottom: 0.25rem;
}

.button--reject .button__info {
    justify-content: center;
}

.button--reject .button__label {
    margin-left: 0;
}

.standalone .instruction {
    text-align: right;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: italic;
}

.standalone .rejected_submission_info {
    font-size: 1rem;
}
#applicant {
    margin-bottom: 0.25rem;
}

#applicant .control--name {
    max-width: 25rem;
}

#applicant .control--email {
    max-width: 19.25rem;
}

#applicant .control--phone,
#applicant .control--fax {
    max-width: 10em;
}

#applicant .control--address {
    max-width: 30.9375rem;
    margin-bottom: 0.75rem;
}

#applicant .control--city {
    max-width: 10.25rem;
    padding-top: 0.75rem;
}

#applicant .control--postal .control__input {
    max-width: 7.5rem;
}

.control__inline .pretty {
    margin-bottom: 1.75rem;
}

#pnlContactInfo .acc__sub-panel {
    padding-bottom: 0;
}

#applicant .control--county {
    max-width: 12rem;
}

#applicant .control--employees,
#applicant .control--locations,
#applicant .control--duns,
#applicant .control--annual-revenue {
    max-width: 12rem;
}

#applicant .control--website {
    max-width: 20rem;
}

#txtNAIC {
    max-width: 11.5rem;
}

.naic__link {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.qr__panel {
    display: flex;
    flex-wrap: wrap;
}

#application-review .acc__panel {
    padding: 1.5rem 1.3125rem 2rem 2.3125rem;
}

#application-review .acc__side-panel {
    text-align: left;
    max-width: 40%;
    margin-left: 3.875rem;
    min-width: unset;
    position: relative;
}

#application-review .number {
    font-family: museo-slab;
    font-weight: 300;
}

#application-review .acc__form {
    max-width: 100%;
}

#application-review .acc__container .acc__form {
    max-width: 100%;
}

@media (max-width: 96.25rem) {
    #application-review .acc__side-panel {
        margin-left: 2rem;
    }
}

@media (max-width: 73.875rem) {
    #application-review .acc__side-panel {
        margin-left: 0;
        min-width: 100%;
        position: relative;
    }

    #application-review .acc__form {
        min-width: 100%;
    }

    #application-review .side_panel__sticky {
        position: absolute !important;
        top: 0 !important;
    }
}

#application-review .panel__info .label {
    font-size: 0.75rem;
    color: rgba(84,84,84, 1);
    font-weight: 500;
    text-transform: uppercase;
}

#application-review .info__container {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    padding: 2rem 2rem 1rem;
}

#application-review .panel__info {
    display: flex;
    margin-bottom: 1rem;
}

#application-review .panel__info .label {
    width: 100%;
    max-width: 4rem;
    text-align: right;
    margin-right: 0.75rem;
}

#application-review .pnl_application_info .panel__info .label {
    min-width: 6.5rem;
    max-width: 6.5rem;
    text-align: right;
    margin-right: 0.75rem;
}

#application-review .pnl_application_info .acc__panel {
    padding-bottom: 1rem;
}

#application-review .panel__info .value {
    border-left: 0.125rem solid rgba(92,169,99,1);
    padding-left: 0.75rem;
    color: rgba(102,102,102, 1);
}

#application-review .panel__info .value--title {
    font-weight: 700;
    line-height: 1.25rem;
    color: rgba(84,84,84, 1);
}

#application-review .panel__info .value--phone {
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: 0.25rem;
}

#application-review .panel__info .value--phone span {
    margin-right: 0.25rem;
}

#application-review .panel__info .label .number {
    font-size: 0.675rem;
}

#application-review .panel__info .value .number {
    font-size: 0.875rem;
}

#application-review .panel__info .value--document:after {
    font-family: FontAwesome;
    content: "\f02f";
    margin-left: 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
}

#application-review .panel__info .value--document:hover {
    cursor: pointer;
    text-decoration: underline;
}

#application-review .panel__info .value--document:hover:after {
    text-decoration: none !important;
}

#application-review .section {
    color: rgba(84,84,84,1);
    margin-bottom: 1.5rem;
}

#application-review .section .number {
    font-size: 0.875rem;
}

#application-review .section label.section__label {
    margin-bottom: 0;
    color: rgba(103,136,153,1);
    text-transform: uppercase;
}

#application-review .section__header {
    margin-bottom: 1rem;
}

#application-review .section__header label {
    font-size: 1.5rem;
}

#application-review .checkbox__label {
    font-weight: 700;
    color: rgba(128,128,128,1);
}

#application-review .app-info__container {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
}

#application-review .app-info__container .applicant-information,
#application-review .app-info__container .application-data {
    margin-bottom: 0.125rem;
}

.app-info__container label {
    margin-bottom: 1rem !important;
    font-family: museo-slab;
    font-weight: 500;
    line-height: 1.1875rem;
}

#application-review .schedule__info .value--title {
    font-family: museo-slab;
    font-weight: 500;
    line-height: 1.25rem;
    color: rgba(84,84,84, 1);
}

#application-review .panel__info .label .number {
    font-size: unset;
}

#application-review .schedule__container {
    margin-top: 0.25rem;
    width: 100%;
    padding-right: 1rem;
}

#application-review .schedule__container .schedule__info {
    border-bottom: 1px dotted rgba(178,183,191,1);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

#application-review .schedule__container .schedule__info.last {
    border-bottom: none;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

#application-review .schedule__container .value--info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.5rem;
}

#application-review .schedule__container .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#application-review .schedule__container .value--info .col__label {
    font-weight: 500;
    color: rgba(102,102,102,1);
}

#application-review .schedule__container .value--info .col__data,
#application-review .schedule__container .value--info .col__data > * {
    font-weight: 700;
}

#application-review .schedule__container .fa-minus {
    color: rgba(178,183,191,0.5);
}

#application-review .schedule__container .value--info.last {
    border-bottom: none;
    margin-bottom: 0;
}

#application-review .rating-status-message div {
    color: rgba(2176,33,0,1) !important;
}

#application-review .app_data__control_panel {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.6875rem;
}

#application-review .app_data__control_panel .label {
    font-size: 1.125rem;
    color: rgba(103,136,153,1);
    font-weight: 700;
    line-height: 1.5rem;
    margin-right: 1.125rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#application-review .app_data__control_panel .show_questions {
    margin-right: 2.125rem;
}

#application-review .app_data__control_panel .checkbox .pretty.p-icon .state .icon {
    border-right: 0.1875rem solid rgba(255,141,36,1);
    border-top: 0.1875rem solid rgba(255,141,36,1);
}

#application-review .app_data__control_panel .checkbox__label {
    font-weight: 600;
    color: rgba(84,84,84,1);
}

#application-review .acc,
#application-review .acc__icon,
#application-review .acc__info {
    min-height: 2.375rem;
}

#application-review .acc__title {
    font-family: freight-sans-pro;
    font-weight: 700;
    font-size: 1rem;
    color: rgba(84,84,84,1);
    line-height: 1rem;
}

#application-review .attachment__panel .ul__container {
    padding: 1rem 2.5rem 1.5rem;
}

#application-review .section .section__label {
    margin-bottom: 0;
    color: rgba(103,136,153,1);
    text-transform: uppercase;
    padding: 1.25rem 1.5rem 0;
    margin-right: 0;
}


#application-review .section .section__label.empty {
    padding: 1.25rem 1.5rem;
}

#application-review .section .section__label span {
    margin-left: 0.625rem;
    cursor: pointer;
    color: rgba(86,104,128,1);
}

#application-review .acc__icon {
    width: 1.8125rem;
}

#application-review .acc__info {
    padding-left: 0.6875rem;
    padding-right: 1rem;
    justify-content: flex-start;
    flex-direction: row;
}

#application-review .acc__info .acc__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#application-review .acc__info .acc__edit {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    color: rgba(128,128,128,0.3);
    transition: all 0.5s ease;
    cursor: pointer;
    line-height: 0.65rem;
}

#application-review .acc__info .acc__edit_icon,
#application-review .acc__info .acc__edit_label {
    text-align: center;
}

#application-review .acc__info .acc__edit_label {
    font-size: 0.5rem;
}

#application-review .acc__info .acc__edit_icon {
    line-height: 0.5rem;
}

#application-review .acc:hover .acc__info .acc__edit {
    color: rgba(86,104,128,1);
}

#application-review .ul__item {
    display: flex;
    margin-bottom: 0.25rem;
}

#application-review .ul__item:hover {
    background-color: rgba(240,244,245,1);
}

#application-review .ul__icon {
    color: rgba(255,141,36,1);
    font-size: 0.625rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#application-review .ul__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0.75rem;
    font-weight: 500;
    color: rgba(102,102,102,1);
}

#application-review .ul__info:hover {
    cursor: pointer;
    color: rgb(51,122,183);
    text-decoration: underline;
}

#application-review .side_panel__sticky {
    position: fixed;
    z-index: 1;
    transition: transform .5s;
}

#application-review .side_panel__sticky__appear {
    transform: translate(1rem, 0) !important;
    opacity: 0.5;
}

#application-review .side_panel__invisible {
    opacity: 0;
}

#application-review .grid_section_container {
    margin-bottom: 2rem;
}

#application-review .grid_section_name {
    color: rgba(103, 136, 153, 1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.125rem;
    display: flex;
}

#application-review .grid_row {
    display: flex;
    margin-bottom: 0.5rem;
    position: relative;
}

#application-review .grid_column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 1rem;
    flex-grow: 1;
    width: 100%;
    max-width: 12.5rem;
}

#application-review .grid_column.row_name {
    min-width: 8rem;
    max-width: 8rem;
    text-align: right;
    color: rgba(128, 128, 128, 1);
    font-weight: 600;
}

#application-review .grid_control {
    margin: 0;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem !important;
    text-align: right;
    font-family: museo-slab;
    font-weight: 300;
    color: rgba(84, 84, 84, 1);
    overflow: hidden;
    height: 2.375rem;
}

#application-review .grid_control.grid_section_total {
    background-color: rgba(235, 237, 240, 1);
    border: none;
    border-radius: 0;
    font-family: museo-slab;
    font-weight: 700;
    color: rgba(84, 84, 84, 1);
}

#application-review .grid_control.grid_grand_total {
    background-color: rgba(217, 237, 247, 1);
    border: none;
    border-radius: 0;
    font-weight: 700;
    text-align: right;
}

#application-review .grid_section__icon--wrap {
    position: relative;
    height: 1rem;
    margin-top: 0.2rem;
}

#application-review .grid_section__icon {
    width: 1rem;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#application-review .grid_section__icon i {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#application-review .schedule__container .value--info.grid_info {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}

#application-review .schedule__container .value--info.grid_info:hover {
    background-color: transparent;
}

#application .checkbox__label {
    color: rgba(128,128,128,1);
}

#application .app_data__instruction {
    color: rgba(84,84,84,1);
    font-weight: 600;
    margin-bottom: 1rem;
    white-space: pre-wrap;
    line-height: 1;
}

#application .acc__form .control_container {
    display: flex;
    flex-wrap: wrap;
}

#application .grid_section_container {
    margin-bottom: 2rem;
}

#application .grid_section_name {
    color: rgba(103, 136, 153, 1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.125rem;
    display: flex;
}

#application .grid_row {
    display: flex;
    margin-bottom: 0.5rem;
    position: relative;
}

#application .grid_column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 1rem;
    flex-grow: 1;
    width: 100%;
    max-width: 12.5rem;
}

#application .grid_column.row_name {
    min-width: 8rem;
    max-width: 8rem;
    text-align: right;
    color: rgba(128, 128, 128, 1);
    font-weight: 600;
}

#application .grid_control {
    margin: 0;
    padding-bottom: 0;
    border: none;
}

#application .grid_control input {
    font-size: 1rem !important;
    text-align: right;
    font-family: museo-slab;
    font-weight: 300;
    color: rgba(84, 84, 84, 1);
}

#application .grid_control.grid_section_total input {
    background-color: rgba(235, 237, 240, 1);
    border: none;
    border-radius: 0;
    font-family: museo-slab;
    font-weight: 700;
    color: rgba(84, 84, 84, 1);
}

#application #schedule-form-section .grid_control.grid_section_total input {
    border: 1px solid rgba(216, 220, 225, 1);
}

#application .grid_control.grid_grand_total input {
    background-color: rgba(217, 237, 247, 1);
    border: none;
    border-radius: 0;
    font-weight: 700;
    text-align: right;
}

#application .grid_section__icon--wrap {
    position: relative;
    height: 1rem;
    margin-top: 0.2rem;
}

#application .grid_section__icon {
    width: 1rem;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#application .grid_section__icon i {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.att__panel {
    display: flex;
    flex-wrap: wrap;
    max-height: 16rem;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

#attachment .acc__container {
    padding: 2rem 2.5rem;
}

#attachment .att__item {
    border: 0.125rem dashed rgba(153,153,153,1);
    max-width: 17.8125rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    min-height: 6.5625rem;
    position: relative;
    width: 100%;
}

#attachment .att__info {
    padding: 0.5rem 1rem;
}

.att__header {
    display: flex;
}

.att__header .fa-required {
    margin-left: auto;
}

.att__title {
    font-weight: 700;
    color: rgba(84,84,84,1);
}

.att__instruction {
    font-style: italic;
    font-size: 0.875rem;
    color: rgba(84,84,84,1);
}

.att__uploading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(50, 62, 81,.25);
}

.att__uploading .fa {
    color: rgba(255,255,255,1) !important;
    font-size: 1.5rem;
}

#attachment .nex-image-file:after {
    font-family: Arial;
    position: absolute;
    font-size: 7px;
    font-weight: 700;
    line-height: 10px;
    color: rgba(87, 94, 102, 1);
    width: 20px;
    margin-top: 17px;
    margin-left: -15px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}

#attachment .nex-image-bmp:after {
    content: "BMP";
}

#attachment .nex-image-cbd:after {
    content: "CBD";
}

#attachment .nex-image-gif:after {
    content: "GIF";
}

#attachment .nex-image-jpg:after {
    content: "JPG";
}

#attachment .nex-image-png:after {
    content: "PNG";
}

#attachment .nex-image-tif:after {
    content: "TIF";
}

#attachment .file-rjs:after {
    content: "RJS";
    font-family: Arial;
    position: absolute;
    font-size: 7px;
    font-weight: 700;
    line-height: 10px;
    color: rgba(87, 94, 102, 1);
    width: 20px;
    margin-top: 17px;
    margin-left: -15px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}

#attachment .acc__form {
    max-width: 100%;
}

.doc-new .att__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.doc-new .att__info .fa-plus {
    color: rgba(153,153,153,0.5);
    font-size: 2.5rem;
}

.doc-new .att__info .control {
    margin: 0;
    margin-bottom: 0.5rem;
}

.doc-new .att__info .input__error {
    border-color: #dc3545;
}

.doc-new .att__info .fa-add-attachment{
    transform: scale(1.2);
}

.doc-new .att__info .fa-add-attachment:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    font-size: 0.625rem;
    margin-top: -0.46875rem;
    margin-left: 0.125rem;
}

.doc-new {
    color: rgba(84, 84, 84, 1);
}

.doc-new .upload__description{
    margin-left: 0;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.qr__panel {
    display: flex;
    flex-wrap: wrap;
}

#bind-order .acc__panel {
    padding: 2rem 2.3125rem;
}

#bind-order .acc__side-panel {
    text-align: left;
    max-width: 40%;
    margin-left: 3.875rem;
    min-width: unset;
}

#bind-order .number {
    font-family: museo-slab;
    font-weight: 400;
}

#bind-order .acc__form {
    max-width: 60%;
}

#bind-order .acc__container .acc__form {
    max-width: 100%;
}

#bind-order .side_panel__mobile {
    display: none;
}

@media (max-width: 96.25rem) {
    #bind-order .acc__side-panel {
        margin-left: 2rem;
    }
}

@media (max-width: 73.875rem) {
    #bind-order .acc__side-panel {
        margin-left: 0;
        min-width: 100%;
        position: relative;
    }

    #bind-order .acc__form {
        min-width: 100%;
    }

    #bind-order .acc__side-panel {
        display: none;
    }

    #bind-order .side_panel__sticky {
        position: absolute !important;
        top: 0 !important;
    }

    #bind-order .side_panel__mobile {
        display: block;
    }
}


#bind-order .qr__info {
    margin-right: 3rem;
    margin-bottom: 1.5rem;
}

#bind-order .qr__info .label {
    font-size: 0.75rem;
    color: rgba(84,84,84, 1);
    font-weight: 500;
    text-transform: uppercase;
}

#bind-order .qr__panel_quoted_amount .qr__info .label {
    font-size: 0.875rem;
}

#bind-order .qr__panel_quoted_amount .qr__info .value {
    font-family: museo-slab;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(102,102,102, 1);
    line-height: 2.625rem;
    font-weight: 400;
}

#bind-order .qr__info .label {
    color: rgba(103,136,153,1);
    font-weight: 600;
}

#bind-order .qr__info .value {
    font-size: 1.25rem;
    color: rgba(102,102,102, 1);
    line-height: 1.375rem;
    font-weight: 600;
}

#bind-order .qr__info .value .number {
    font-family: museo-slab;
    font-weight: 600;
    font-size: 1.1rem;
}

#bind-order .qr__panel_quoted_amount .qr__info .value {
    color: rgba(84,84,84, 1);
    font-size: 2.1875rem;
    line-height: 2.625rem;
}

#bind-order .info__container {
    background-color: rgba(255,255,255,1);
    padding: 1rem;
    margin-bottom: 2rem;
}

#bind-order .panel__info {
    display: flex;
    margin-bottom: 1rem;
}

#bind-order .panel__info .label {
    width: 100%;
    max-width: 3rem;
    text-align: right;
    margin-right: 0.75rem;
    font-size: 0.75rem;
    color: rgba(84,84,84, 1);
    font-weight: 300;
    text-transform: uppercase;
}

#bind-order .panel__info .label .percent {
    font-family: museo-slab;
    font-size: 1.125rem;
    font-weight: 900;
    color: rgba(80, 81, 84, 1);
}

#bind-order .panel__info .value {
    border-left: 0.125rem solid rgba(245, 192, 0, 1);
    padding-left: 0.75rem;
    color: rgba(128,128,128, 1);
    width: 100%;
}

#bind-order .panel__info .value--title {
    font-weight: 700;
    line-height: 1.25rem;
    color: rgba(84,84,84, 1);
}

#bind-order .panel__info .value--phone {
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

#bind-order .panel__info .value--phone span {
    margin-right: 0.25rem;
}

#bind-order .panel__info .label .number {
    font-size: 0.675rem;
}

#bind-order .panel__info .value .number {
    font-size: 0.875rem;
}

#bind-order .panel__info .value--document:after {
    font-family: FontAwesome;
    content: "\f02f";
    margin-left: 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
}

#bind-order .panel__info .value--document:hover {
    cursor: pointer;
    text-decoration: underline;
}

#bind-order .panel__info .value--document:hover:after {
    text-decoration: none !important;
}

#bind-order #bind-order-progress .panel__info {
    margin-bottom: 0;
}

#bind-order #bind-order-progress .panel__info .value .item {
    margin-bottom: 0.25rem;
}

#bind-order #bind-order-progress .panel__info .value--info {
    display: flex;
    justify-content: space-between;
    font-family: museo-slab;
    font-size: 0.875rem;
    color: rgba(102, 102, 102, 1);
}

#bind-order #bind-order-progress .panel__info .value--info .label {
    text-align: left;
    text-transform: capitalize;
    font-weight: 900;
}

#bind-order #bind-order-progress .panel__info .value--info .label span {
    font-weight: 500;
    margin-left: 0.25rem;
}

#bind-order .section {
    color: rgba(84,84,84,1);
    margin-bottom: 2rem;
}

#bind-order .section .number {
    font-size: 0.875rem;
}

#bind-order .section div.section__label {
    color: rgba(76, 103, 126, 1);
    text-transform: uppercase;
    font-family: museo-slab;
    font-size: 1.5rem;
    font-weight: 600;
}

#bind-order .section div.section__label span {
    color: rgba(103, 130, 153, 0.69);
    margin-left: 0.625rem;
}

#bind-order .section .section__container {
    border-left: none;
    padding-left: 2rem;
    padding-top: 0;
}

#bind-order .section .sub__label {
    font-size: 1.125rem;
    color: rgba(103, 136, 153, 1);
    text-transform: uppercase;
    font-weight: 600;
}

#bind-order .section__header {
    margin-bottom: 1rem;
}

#bind-order .section__header label {
    font-size: 1.5rem;
}

#bind-order .section_data__container {
    margin-left: 1rem;
    margin-top: 0.25rem;
}

.qr__panel--accept-term {
    margin-top: 3rem;
}

#bind-order .bo__panel--action {
    text-align: right;
    margin: 2.5rem 0 1rem;
    background-color: rgba(235,237,240,1);
    padding: 0.5rem;
}

#bind-order .checkbox__label {
    font-weight: 700;
    color: rgba(128,128,128,1);
}

#bind-order .qr__panel--accept-term .checkbox__label {
    font-weight: 500;
    width: 100%;
}

#bind-order .qr__panel--accept-term .section__label {
    color: rgba(103, 136, 153, 1);
    font-style: italic;
    font-weight: 600;
}

.qr__panel--effective-date {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
}

.qr__panel--effective-date .effective-date__label {
    padding-top: 0.5rem;
    margin-right: 0.8125rem;
}

.qr__panel--effective-date .date-picker {
    max-width: 10.75rem;
}

.qr__panel--effective-date .date-picker .form-control {
    font-family: museo-slab;
    font-size: 0.875rem !important;
    width: 8rem;
}

.qr__panel--effective-date .date-picker .btn-outline-secondary {
    border: 0.0625rem solid rgba(191,191,191,1);
    color: rgba(85, 97, 128, 1);
    background-color: rgba(235, 238, 242, 1);
}

.qr__panel--remarks {
    margin-top: 1.75rem;
}

.qr__panel--remarks textarea {
    min-height: 7.5rem;
}

#bind-order .app-info__container.applicant-information {
    background-color: rgba(250,251,252,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    padding: 2rem 2rem 1rem;
}

.app-info__container label {
    margin-bottom: 1rem !important;
    font-family: museo-slab;
    font-weight: 600;
    line-height: 1.1875rem;
}

.app-info__container.applicant-information .panel__info .value {
    border-left: 0.125rem solid rgba(178,183,191,1);
    width: 100%;
}

#bind-order .coverage__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

#bind-order .coverage__container .app-info__container {
    margin-right: 1rem;
    width: 100%;
    border-bottom: 0.0625rem solid rgba(103,136,153,1);
    margin-bottom: 1rem;
}

#bind-order .coverage__container .panel__info {
    margin-bottom: 0;
}

#bind-order .coverage__container .panel__info .label {
    max-width: 2rem;
    text-align: left;
}

#bind-order .coverage__container .panel__info .value {
    padding-left: 0;
    border-left: none;
    width: 100%;
}

#bind-order .coverage__container .panel__info .value--title {
    margin-bottom: 0.25rem;
}

#bind-order .coverage__container .panel__info .value--info {
    display: flex;
    border-bottom: 1px dashed rgba(103,136,153,1);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
}

#bind-order .coverage__container .panel__info .value--info.last {
    border-bottom: none;
}


#bind-order .coverage__container .panel__info .value--info .col__data {
    margin-left: auto;
    font-weight: 700;
    margin-right: 1rem;
}

#bind-order .coverage__container .panel__info .value--info .col__data > * {
    font-weight: 700;
}

#bind-order .coverage__container .panel__info .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#bind-order .coverage__container .panel__info .value--info .col__label {
    margin-right: 0.5rem;
}

#bind-order .coverage__container .fa {
    margin-right: 0.5rem;
}

#bind-order .coverage__container .fa-minus {
    color: rgba(178,183,191,0.5);
}

#bind-order .premium__container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin-right: -0.25rem;
}

#bind-order .premium__container .panel__info {
    background-color: rgba(230,247,255,1);
    margin-bottom: 0.25rem;
    flex-grow: 1;
    width: calc(50% - 0.25rem);
    margin-right: 0.25rem;
}

#bind-order .premium__container .panel__info .value {
    width: 100%;
}

@media (max-width: 48rem) {
    #bind-order .premium__container .panel__info {
        width: 100%;
        margin-right: 0;
    }

    #bind-order .premium__container {
        margin-right: 0;
    }
}

#bind-order .premium__container .panel__info .label {
    max-width: 2rem;
    text-align: left;
}

#bind-order .premium__container .panel__info .value {
    padding-left: 0;
    border-left: none;
}

#bind-order .premium__container .panel__info .value--title {
    margin-bottom: 0.25rem;
    background-color: rgba(217,237,247,1);
    color: rgba(103,136,153,1);
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

#bind-order .premium__container .panel__info .value_info__container {
    padding: 1rem 1.5rem 1.25rem;
    display: flex;
    justify-content: flex-end;
}

#bind-order .premium__container .panel__info .value--info {
    display: flex;
}

#bind-order .premium__container .panel__info .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#bind-order .premium__container .panel__info .value--info .col__label {
    width: 100%;
    text-align: right;
    color: rgba(103,136,153,1);
    font-weight: 700;
    width: 5rem;
    padding-right: 0.5rem;
}

#bind-order .premium__container .panel__info .value--info .col__label,
#bind-order .premium__container .panel__info .value--info .col__currency {
    line-height: 2rem;
}

#bind-order .premium__container .fa {
    margin-right: 0.5rem;
}

#bind-order .premium__container .col__currency {
    font-family: museo-slab;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(103,103,103,1);
    text-align: right;
    margin-left: auto;
}

#bind-order .premium__container .panel__info .h-line {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgba(103,136,153,1);
}

#bind-order .premium__container .panel__info .value--info-total {
    justify-content: flex-end;
}

#bind-order .premium__container .panel__info .value--info-total .col__label,
#bind-order .premium__container .panel__info .value--info-total .col__data {
    padding-bottom: 0;
}

#bind-order .premium__container .panel__info .value--info-total .col__label {
    width: 5rem;
}

#bind-order .premium__container .panel__info .value--info-total .col__data {
    font-size: 1.125rem;
}

#bind-order .section__premium {
    margin-bottom: 2.5rem;
}

#bind-order .app-info__container.application-data {
    margin-bottom: 2rem;
    border-bottom: 1px dotted rgb(160,164,168);
    padding-bottom: 2rem;
}

#bind-order .schedule__icon .fa {
    margin-right: 0.25rem;
}

#bind-order .panel__info .label .number {
    font-size: unset;
}

#bind-order .schedule__header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
}

#bind-order .schedule__container .d-table-cell {
    padding-right: 1rem;
    white-space: nowrap;
}

#bind-order .schedule__container .schedule__body .d-table-cell {
    border-bottom: 1px dashed rgba(178,183,191,1);
}

#bind-order .schedule__container .schedule__body.last .d-table-cell {
    border-bottom: none;
}

#bind-order .schedule__container .schedule__body:hover {
    background-color: rgba(240,244,245,1);
}

#bind-order .schedule__container {
    overflow: auto;
    margin-top: 0.25rem;
    width: 100%;
}

#bind-order .app-info__container.application-data .section__label {
    font-family: museo-slab;
    font-weight: 600;
    font-size: 1rem;
}

#bind-order .schedule__container .panel__info {
    margin-bottom: 0;
}

#bind-order .schedule__container .panel__info .label {
    max-width: 1.5rem;
    font-size: 1rem;
}

#bind-order .schedule__container .panel__info .value {
    width: 100%;
    border-left: 0.125rem solid rgba(245,192,0,1);
}

#bind-order .schedule__container .value--info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed rgba(178,183,191,1);
}

#bind-order .schedule__container .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#bind-order .schedule__container .value--info .col__label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding-top: 0.25rem;
}

#bind-order .schedule__container .value--info .col__data {
    text-align: right;
    width: 50%;
}

#bind-order .schedule__container .fa-minus {
    color: rgba(178,183,191,0.5);
}

#bind-order .schedule__container .value--info.last {
    border-bottom: none;
}

#bind-order .schedule__container .column__icon {
    width: 2.5rem;
    text-align: right;
}

#bind-order .rating-status-message div {
    color: rgba(2176,33,0,1) !important;
}

#bind-order .button--fraud {
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(85, 97, 128, 1);
    background-color: rgba(113,129,168,.08);
    border-color: rgba(113,129,168,1);
    box-shadow: none;
}

#bind-order .button--fraud .button__icon {
    font-size: 0.75rem;
}

#bind-order .button--fraud:hover {
    background-color: rgba(113,129,168,.25);
}

#bind-order .qr__panel--eff-date-info {
    font-size: 1rem;
    color: rgba(128,128,128,1);
    font-weight: 600 !important;
    margin-top: 1rem;
    margin-left: 1rem;
}

#bind-order .qr__panel--eff-date-info .number {
    font-weight: 600 !important;
}

#bind-order .add-cc {
    margin-top: 0.5rem;
    margin-right: 1rem;
}

#bind-order .add-cc > * {
    cursor: pointer;
}

#bind-order .add-cc .label {
    margin-right: 0rem;
    color: rgba(103,130,153,1);
    font-size: 2rem;
    display: flex;
    justify-content: flex-start;
}

#bind-order .add-cc .value {
    color: rgba(128,128,128, 1);
    border-left: none;
    padding-left: 0;
    font-size: 0.875rem;
    max-width: 20rem;
    line-height: 1.125rem;
}

#bind-order .add-cc .value--title {
    font-family: freight-sans-pro;
    font-weight: 500;
    font-style: italic;
    font-size: 1.125rem;
    color: rgba(84,84,84, 1);
    line-height: 1.5rem;
}

#bind-order .add-cc .fa {
    color: rgba(103,130,153,1);
    font-size: 2rem;
}

#bind-order .skip-payment {
    margin-top: 0.5rem;
}

#bind-order .skip-payment > * {
    cursor: pointer;
}

#bind-order .skip-payment .label {
    margin-right: 0rem;
    color: rgba(103,130,153,1);
    font-size: 2rem;
    display: flex;
    justify-content: center;
}

#bind-order .skip-payment .value {
    color: rgba(128,128,128, 1);
    border-left: none;
    padding-left: 0;
    font-size: 0.875rem;
    max-width: 20rem;
    line-height: 1.125rem;
}

#bind-order .skip-payment .value--title {
    font-family: freight-sans-pro;
    font-weight: 500;
    font-style: italic;
    font-size: 1.125rem;
    color: rgba(84,84,84, 1);
    line-height: 1.5rem;
}

#bind-order .skip-payment .fa {
    color: rgba(120,119,119,1);
    font-size: 3rem;
    margin-top: -0.25rem;
}

#bind-order .side_panel__sticky {
    position: fixed;
    z-index: 1;
    transition: transform .5s;
    background-color: rgba(250,251,252,1);
}

#bind-order .side_panel__sticky__appear {
    transform: translate(1rem, 0) !important;
    opacity: 0.5;
}

#bind-order .side_panel__invisible {
    opacity: 0;
}

#bind-order .ul__container {
    padding: 0.25rem 0.5rem 0;
}

#bind-order .ul__item {
    display: flex;
    margin-bottom: 0.25rem;
}

#bind-order .ul__item:hover {
    background-color: rgba(240,244,245,1);
}

#bind-order .ul__icon {
    color: rgba(255,141,36,1);
    font-size: 0.625rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#bind-order .ul__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0.75rem;
    font-weight: 500;
    color: rgba(102,102,102,1);
}

#bind-order .ul__info:hover {
    cursor: pointer;
    color: rgb(51,122,183);
    text-decoration: underline;
}

#bind-order .qr__panel__info {
    margin-bottom: 1rem;
}

#bind-order .premium_info__container {
    background-color: rgba(103,136,153, 1);
    color: rgba(255,255,255,1);
    padding: 1rem 0 0.5rem;
}

#bind-order .premium_info__container .acc {
    display: flex;
    min-height: 100%;
}

#bind-order .premium_info__container .acc__icon,
#bind-order .premium_info__container .acc__info {
    min-height: 100%;
    background: none;
    color: rgba(255,255,255,1);
}

#bind-order .premium_info__container .acc__title {
    color: rgba(255,255,255,1);
    font-size: 0.875rem;
    font-family: freight-sans-pro;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.125rem;
}

#bind-order .premium_info__container .acc__icon {
    width: auto;
    margin-left: 1.25rem;
}

#bind-order .premium_info__container .acc__panel {
    padding: 0rem 2.5rem 0.5rem;
}

#bind-order .premium_total {
    margin-left: 1.25rem;
}

#bind-order .premium_total .premium_total__label {
    color: rgba(255,255,255,1) !important;
    margin-right: 0.5rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
}

#bind-order .premium_total__info {
    display: flex;
}

#bind-order .premium_total__value {
    font-family: museo-slab;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

#bind-order .per_year {
    font-family: Arial;
    font-size: 0.875rem;
    font-weight: 800;
    color: rgba(171,255,171,1);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 0.65rem;
}

#bind-order .notable_exclusion {
    margin-top: 0.75rem;
}

#bind-order .panel__info__options {
    display: flex;
    flex-wrap: wrap;
}

#bind-order .remove__icon {
    color: rgba(217,33,0, 1);
    font-size: 1.25rem;
    margin-left: 0.5rem;
    cursor: pointer;
}


#bind-order .section__instruction {
    display: flex;
}

#bind-order .section__instruction_wrap {
    display: flex;
    position: relative;
}

#bind-order .section__instruction .value--info {
    padding-left: 1rem;
    background-color: rgba(255,141,36,0.65);
    font-weight: 600;
    font-size: 0.875rem;
    color: white;
    height: 1.5rem;
    line-height: 1.45rem;
}

#bind-order .section__instruction .value--info:after {
    content: "";
    border-top: 0.75rem solid transparent;
    border-left: 0.75rem solid rgba(250,251,252,1);
    border-bottom: 0.75rem solid transparent;
    position: absolute;
    left: 0;
}

#bind-order .section__instruction .value--arrow {
    border-top: 0.75rem solid transparent;
    border-left: 0.75rem solid rgba(255,141,36,0.65);
    border-bottom: 0.75rem solid transparent;
}

#bind-order .ul__container_skipped .ul__info {
    cursor: default;
    color: rgba(84,84,84,1);
    text-decoration: none;
}

#bind-order .undo__icon {
    color: rgba(255,141,36,1);
    font-size: 1.25rem;
    margin-left: 0.5rem;
    cursor: pointer;
}

#bind-order .control.coverage_field .control__label {
    color: rgba(103, 136, 153, 1);
    font-weight: 500 !important;
}

#bind-order .control.coverage_field #dropdown {
    max-width: 100% !important;
}

#bind-order .control.coverage_field #dropdown input.form-control,
#bind-order .control.coverage_field #dropdown .input-group::after {
    border-color: rgba(255,255,255,1) !important;
}

#bind-order .control.coverage_field #dropdown .dropdown .input-group .form-control {
    background-color: rgba(217, 237, 247, 0.24);
}

#bind-order .control.coverage_field #dropdown .input-group::after {
    background-color: rgba(217, 237, 247, 1);
    color: rgba(85, 97, 128, 1);
}

.sign_document_container {
    margin-top: 1rem;
}

.sign_document_container .document__item {
    max-width: 16rem;
    background-color: rgba(255, 255, 255, 1);
    border: 0.0625rem solid rgba(215, 223, 228, 1);
    border-radius: 0.313rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.75rem;
}

.sign_document_container .document__info {
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
}

.sign_document_container .document__info .name {
    color: rgba(80, 82, 84, 1);
    margin-right: 0.5rem;
}

.sign_document_container .document__info .action .doc_signed .fa {
    color: rgba(39, 174, 96, 1);
    margin-top: 0.2rem;
}

.sign_document_container .document__info .action .doc_sign {
    color: rgba(103, 130, 153, 1);
    display: flex;
    cursor: pointer;
}

.sign_document_container .document__info .action .doc_sign .icon {
    margin-right: 0.25rem;
}

#bind-order .bo_amount_due__container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#bind-order .bo_amount_due__container .title {
    color: rgba(86, 98, 128, 1);
    font-size: 0.75rem;
}

#bind-order .bo_amount_due__container .amount_due {
    font-family: museo-slab;
    font-weight: 100;
    font-size: 1.5rem;
}

#bind-order .bo_attachment .att__item {
    border: 0.125rem dashed rgba(103, 130, 153, 1);
    max-width: 17.8125rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    min-height: 6.5625rem;
    position: relative;
    width: 100%;
    border-radius: 0.188rem;
}

#bind-order .bo_attachment .att__info {
    padding: 0.5rem 1rem;
}

#bind-order .bo_attachment .att__header {
    display: flex;
}

#bind-order .bo_attachment .att__header .fa-required {
    margin-left: auto;
    color: rgba(103, 130, 153, 1);
    font-size: 0.75rem;
}

#bind-order .bo_attachment .att__title {
    font-weight: 600;
    color: rgba(84,84,84,1);
}

#bind-order .bo_attachment .att__instruction {
    font-style: normal;
    font-size: 0.875rem;
    color: rgba(84,84,84,1);
    line-height: 1rem;
}

#bind-order .bo_attachment .att__uploading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(50, 62, 81,.25);
}

#bind-order .bo_attachment .att__uploading .fa {
    color: rgba(255,255,255,1) !important;
    font-size: 1.5rem;
}

#bind-order .bo_attachment .nex-image-file:after {
    font-family: Arial;
    position: absolute;
    font-size: 7px;
    font-weight: 700;
    line-height: 10px;
    color: rgba(87, 94, 102, 1);
    width: 20px;
    margin-top: 17px;
    margin-left: -15px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}

#bind-order .bo_attachment .nex-image-bmp:after {
    content: "BMP";
}

#bind-order .bo_attachment .nex-image-cbd:after {
    content: "CBD";
}

#bind-order .bo_attachment .nex-image-gif:after {
    content: "GIF";
}

#bind-order .bo_attachment .nex-image-jpg:after {
    content: "JPG";
}

#bind-order .bo_attachment .nex-image-png:after {
    content: "PNG";
}

#bind-order .bo_attachment .nex-image-tif:after {
    content: "TIF";
}

#bind-order .bo_attachment .file-rjs:after {
    content: "RJS";
    font-family: Arial;
    position: absolute;
    font-size: 7px;
    font-weight: 700;
    line-height: 10px;
    color: rgba(87, 94, 102, 1);
    width: 20px;
    margin-top: 17px;
    margin-left: -15px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}

#bind-order .bo_attachment .acc__form {
    max-width: 100%;
}

#bind-order .bo_attachment .doc-new .att__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

#bind-order .bo_attachment .doc-new .att__info .fa-plus {
    color: rgba(153,153,153,0.5);
    font-size: 2.5rem;
}

#bind-order .bo_attachment .doc-new .att__info .control {
    margin: 0;
    margin-bottom: 0.5rem;
}

#bind-order .bo_attachment .doc-new .att__info .input__error {
    border-color: #dc3545;
}

#bind-order .bo_attachment .doc-new .att__info .fa-add-attachment {
    transform: scale(1.2);
}

#bind-order .bo_attachment .doc-new .att__info .fa-add-attachment:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    font-size: 0.625rem;
    margin-top: -0.46875rem;
    margin-left: 0.125rem;
}

#bind-order .bo_attachment .doc-new {
    color: rgba(128, 128, 128, 1);
}

#bind-order .bo_attachment .doc-new .upload__description {
    margin-left: 0;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    line-height: 1rem;
}

#bind-order .bo_attachment .upload-instruction {
    font-size: 0.75rem;
    color: rgba(128, 128, 128, 1);
    font-weight: 300;
    font-style: italic;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

#bind-order .bo_attachment .acc__container {
    justify-content: flex-start;
    min-height: 0;
}

#bind-order .bo_attachment .sub__label {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}

#bind-order .bo_attachment .uploaded .att__info {
    padding: 0.5rem 0.75rem;
}

#bind-order .bo_attachment .uploaded .att__item {
    border: 0.125rem solid rgba(153, 153, 153, 1);
    max-width: 17.8125rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    min-height: 3.375rem;
    position: relative;
    width: 100%;
    border-radius: 0.188rem;
}


#bind-order .bo_attachment .uploaded .att__item .att__instruction {
    font-family: museo-slab;
    font-size: 0.75rem;
    color: rgba(84,84,84,1);
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-weight: 300;
}

#bind-order .bo_attachment .uploaded .att__item .att__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#bind-order .bo_attachment .uploaded .att__header .icon_delete {
    color: rgba(169, 92, 92, 1);
    margin-right: 0.375rem;
    cursor: pointer;
}


#bind-order .bo_attachment .uploaded .att__header .icon_success {
    margin-left: auto;
    color: rgba(39, 174, 96, 1);
    font-size: 0.75rem;
}


#bind-order .section {
    color: rgba(84,84,84,1);
    margin-bottom: 2rem;
}

#bind-order .section label.section__label {
    margin-bottom: 0;
    color: rgba(103,136,153,1);
    text-transform: uppercase;
    font-weight: 600;
}
.checkbox .pretty {
    vertical-align: top;
    height: 2rem;
    min-width: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 0.0625rem solid rgba(191, 191, 191, 1);
    border-radius: 0.25rem;
}

.checkbox .pretty.p-icon .state .icon {
    left: 0.4rem;
    top: 0.5rem;
    height: 0.6rem;
    width: 1.2rem;
    border-right: 0.1875rem solid rgba(92,169,99,1);
    border-top: 0.1875rem solid rgba(92,169,99,1);
    transform: rotate(135deg);
    transition: opacity .1s ease;
}

.checkbox {
    display: flex;
}

.checkbox__label {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
}

.class_code_action_bar {
    display: flex;
    justify-content: flex-end;
    background-color: rgba(86, 104, 128, 1);
    color: rgba(240, 242, 245, 1) !important;
    padding: 0.25rem 1rem;
    cursor: pointer;
}

.class_code_action_bar div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.class_code_action_bar .icon {
    font-size: 0.825rem;
    margin-right: 0.25rem;
}

.class_code_action_bar .label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    font-style: italic;
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
    color: rgba(240, 242, 245, 1) !important;
    text-transform: none !important;
}

.pnl_selected_class_code {
    display: flex;
    padding: 0.625rem 0.875rem;
    background-color: rgba(255,255,255,1);
}

.pnl_selected_class_code .info {
    color: rgba(84, 84, 84, 1);
}

.pnl_selected_class_code .info.code {
    font-size: 0.875rem;
    font-family: museo-slab;
    font-weight: 500;
    margin-top: 0.1rem;
    width: 100%;
    max-width: 6rem;
}

.pnl_selected_class_code .info.icon {
    font-size: 0.875rem;
    color: rgba(169, 92, 92, 1);
    margin-top: 0.1rem;
    margin-left: auto;
    cursor: pointer;
}

.pnl_selected_class_code .info.title {
    margin-right: 1rem;
}

.pnl_selected_class_code_wrap {
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
}

#class-code-lookup {
    position: absolute;
    width: 100%;
    z-index: 8;
    display: flex;
    top: 0;
}

#class-code-lookup .panel {
    padding: 2rem;
    max-width: 41rem;
    width: 100%;
    padding-right: 0;
    max-height: calc(100vh - 10rem);
}

#class-code-lookup .label {
    font-size: 1rem;
    line-height: 1.125rem;
    color: rgba(128, 128, 128, 1);
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.section__selected_class_code {
    position: relative;
}

.section__selected_class_code .place_holder {
    height: 2.815rem;
    background-color: rgba(63, 140, 48, 0.15);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.875rem;
    max-width: 18rem;
    width: 100%;
}

.section__selected_class_code .place_holder .empty_bar {
    width: 3.875rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.625rem;
    margin-right: 0.75rem;
}

.section__search_class_code {
    background-color: rgba(235, 237, 240, 1);
    padding: 1rem 1rem 0.5rem;
    margin-bottom: 2.5rem;
    margin-right: 2rem;
}

.section__search_class_code .pnl_search .text_search {
    position: relative;
    width: 100%;
    max-width: 25rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.section__search_class_code .pnl_search .text_search .suggestion {
    max-width: 25rem;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
    border: 1px solid rgba(128, 128, 128, 1);
    border-radius: 0;
    margin-top: 0.5rem;
}

.section__search_class_code .pnl_search .text_search .suggestion::after {
    content: '';
    top: 0;
    left: 0.875rem;
    margin-top: -5px;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    transform: matrix(0.69, 0.72, -0.72, 0.69, 0, 0);
    background-color: rgba(255,255,255,1);
    border-left: 1px solid rgba(128, 128, 128, 1);
    border-top: 1px solid rgba(128, 128, 128, 1);
    opacity: 1;
}

.section__search_class_code .pnl_search .text_search .suggestion .suggestion__item {
    white-space: normal;
    display: flex;
    color: rgba(51, 51, 51, 1);
    padding: 0.25rem 0.875rem;
}

.section__search_class_code .pnl_search .text_search .suggestion .suggestion__item .code {
    font-size: 0.75rem;
    font-family: museo-slab;
    font-weight: 500;
    min-width: 4rem;
    max-width: 4rem;
    margin-right: 0.875rem;
    margin-top: 0.1rem;
}

.section__search_class_code .pnl_search .text_search .suggestion .suggestion__item .title {
    font-size: 0.875rem;
    font-weight: 400;
}

.button__class_code_search {
    padding: 0 1.875rem;
    height: 2.5rem;
    box-shadow: none;
    border: none;
    margin-bottom: 1rem;
}

.button__class_code_search .button__label {
    margin-left: 0;
    font-size: 0.875rem;
    font-weight: 700;
}

.section__search_class_code .pnl_result {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

.section__search_class_code .pnl_result .instruction {
    font-size: 0.875rem;
    line-height: 0.875;
    color: rgba(84, 84, 84, 1);
}

.section__search_class_code .pnl_result .code_result {
    margin-top: 0.5rem;
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
}

.section__search_class_code .pnl_result .code_header {
    background-color: rgba(86, 104, 128, 1);
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    line-height: 1.125rem;
    display: flex;
    height: 2rem;
    text-transform: capitalize;
}

.section__search_class_code .pnl_result .code_header .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section__search_class_code .pnl_result .code_container {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(84, 84, 84, 1);
    position: relative;
    overflow-y: auto;
    max-height: 10rem;
    padding: 0.25rem 0;
}


.section__search_class_code .pnl_result .code_container .code_item {
    display: flex;
    padding: 0.25rem 0;
}

.section__search_class_code .pnl_result .code_container .code_item:hover,
.section__search_class_code .pnl_result .code_container .code_item.selected {
    background-color: rgba(230, 237, 245, 1);
}

.section__search_class_code .pnl_result .code_container .code_item .info {
    color: rgba(84, 84, 84, 1);
}

.section__search_class_code .pnl_result .code_item .info.code {
    font-size: 0.875rem;
    font-family: museo-slab;
    font-weight: 300;
    margin-top: 0.1rem;
}

.section__search_class_code .pnl_result .code_header .info.code,
.section__search_class_code .pnl_result .code_item .info.code {
    width: 100%;
    max-width: 6rem;
    padding-left: 1rem;
}

#class-code-lookup .acc__form {
    max-width: 100%;
}

#class-code-lookup .section__breadcrumb {
    display: flex;
    margin-right: 2rem;
}

#class-code-lookup .section__breadcrumb div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#class-code-lookup .section__breadcrumb .item {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgba(103, 136, 153, 1);
    font-weight: 600;
}

#class-code-lookup .section__breadcrumb .item.active {
    font-weight: 500;
}

#class-code-lookup .section__breadcrumb .item.active {
    font-weight: 500;
}

#class-code-lookup .section__breadcrumb .icon {
    font-size: 0.875rem;
    color: rgba(255, 141, 36, 1);
    line-height: 1.125rem;
    margin: 0 0.5rem;
}

#class-code-lookup .section__class_code_container {
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 35.875rem);
}

#class-code-lookup .mode_sector .section__class_code_container {
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 32rem);
}

#class-code-lookup .has_search_result .section__class_code_container {
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 47.875rem);
}

#class-code-lookup .section__class_code {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
}

#class-code-lookup .section__class_code .item {
    background-color: rgba(86, 104, 128, 1);
    display: flex;
    margin-right: 1rem;
    margin-bottom: 1rem;
    max-width: 18rem;
    width: 100%;
    min-height: 5rem;
    padding: 0.75rem;
    border: 0.125rem solid rgba(86, 104, 128, 1);
    flex-grow: 1;
}

#class-code-lookup .section__class_code .item:hover,
#class-code-lookup .section__class_code .item.selected {
    background-color: rgba(128, 155, 191, 1);
    border: 0.125rem solid rgba(86, 104, 128, 1);
}

#class-code-lookup .section__class_code .item:hover {
    cursor: pointer;
}

#class-code-lookup .section__class_code .item .info.code {
    font-family: museo-slab;
    font-weight: 900;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 1);
    margin-right: 1.5rem;
    line-height: 1;
}

#class-code-lookup .section__class_code .item .info.code.sector {
    width: 2rem;
}

#class-code-lookup .section__class_code .item .info.title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    color: rgba(255, 255, 255, 0.82);
    word-break: break-word;
}

#class-code-lookup .section__selected_info {
    margin-top: 0.75rem;
    color: rgba(51, 51, 51, 1);
    margin-right: 2rem;
}

#class-code-lookup .section__selected_info .code {
    font-family: museo-slab;
    font-size: 1.625rem;
    font-weight: 900;
    line-height: 1.625rem;
}

#class-code-lookup .section__selected_info .title {
    line-height: 1.25rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

#class-code-lookup .section__selected_class_code .dropdown a .industry,
#class-code-lookup .section__selected_class_code .dropdown a .class_code {
    background-color: rgba(63, 140, 48, 1);
    color: rgba(255, 255, 255, 1);
    padding: 0.75rem;
}

#class-code-lookup .section__selected_class_code .dropdown a .industry {
    display: flex;
}

#class-code-lookup .section__selected_class_code .dropdown a .class_code {
    display: none;
}

#class-code-lookup .section__selected_class_code .dropdown a .code {
    font-family: museo-slab;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin-right: 1rem;
}

#class-code-lookup .section__selected_class_code .dropdown a .title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
}

#class-code-lookup .section__selected_class_code .dropdown a .icon {
    margin-left: auto;
}

#class-code-lookup .section__selected_class_code .dropdown a .industry .title {
    margin-top: 0.2rem;
}

#class-code-lookup .section__selected_class_code .dropdown a .icon .fa {
    font-size: 1.25rem;
    vertical-align: middle;
}

#class-code-lookup .section__selected_class_code .dropdown a .desc {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 0.875rem;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu.show {
    -webkit-box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    transform: translate3d(0px,-2px, 0px) !important;
    border-radius: 0;
    padding: 0.75rem 0.75rem 1rem;
    max-width: 1.125rem;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .industry {
    display: flex;
    color: rgba(63, 140, 48, 1);
    margin-bottom: 0.75rem;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .industry .code {
    font-family: museo-slab;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin-right: 1rem;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .industry .title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin-top: 0.2rem;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .industry .icon {
    margin-left: auto;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .industry .icon .fa {
    font-size: 1.25rem;
    vertical-align: top;
}

#class-code-lookup .section__selected_class_code .dropdown-scrollable {
    overflow: hidden !important;
    -ms-overflow-style: none;
}

#class-code-lookup .section__selected_class_code .dropdown-scrollable .ps__scrollbar-y-rail,
#class-code-lookup .section__selected_class_code .dropdown-scrollable .ps__scrollbar-x-rail {
    display: block !important;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .dropdown-item {
    display: flex;
    padding: 0.25rem 1rem;
    color: rgba(51, 51, 51, 1);
    white-space: normal;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(230,237,245,1);
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .dropdown-item .code {
    font-family: museo-slab;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.0625rem;
    margin-right: 0.75rem;
    max-width: 3.75rem;
    width: 100%;
}

#class-code-lookup .section__selected_class_code .dropdown .dropdown-menu .dropdown-item .title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    word-break: break-word;
}

#class-code-lookup .section__class_code.sector .item .info.code {
    max-width: 2rem;
    width: 100%;
}

#class-code-lookup .section__class_code.group .item .info.code {
    min-width: 3.5rem;
    max-width: 3.5rem;
}

#class-code-lookup .section__class_code.industry .item .info.code {
    min-width: 5rem;
    max-width: 5rem;
}

#class-code-lookup .section__class_code.code .item .info.code {
    min-width: 3.5rem;
    max-width: 3.5rem;
}

#class-code-lookup .section__class_code.code .item .info.code {
    text-align: right;
}

#class-code-lookup .section__class_code.code .item .info.code .naics_code {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

#class-code-lookup .section__selected_class_code .selected_class_code {
    display: flex;
    background-color: rgba(63, 140, 48, 1);
    color: rgba(255, 255, 255, 1);
    padding: 0.75rem;
    max-width: 26rem;
    width: 100%;
}

#class-code-lookup .section__selected_class_code .selected_class_code .code {
    font-family: museo-slab;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin-right: 1rem;
    max-width: 6.5rem;
    width: 100%;
}

#class-code-lookup .section__selected_class_code .selected_class_code .title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin-top: 0.1rem;
}

#class-code-lookup .dialog__background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(32,42,64,0.95);
    background: transparent linear-gradient(90deg, rgba(32, 42, 64, 0.95) 0%, rgba(50, 62, 84, 0.51) 100%) 0% 0% no-repeat padding-box;
    overflow-y: auto;
    opacity: 1;
}

#class-code-lookup .dialog__header {
    flex-wrap: nowrap;
    margin-bottom: 1.625rem;
}

#class-code-lookup .dialog__content {
    position: fixed;
    margin-top: 6rem;
    margin-left: 6rem;
}

#class-code-lookup .dialog__body {
    display: flex;
    margin-left: 3.5rem;
}

#class-code-lookup .dh__title {
    font-style: italic;
    margin-top: 0.75rem;
}

#class-code-lookup .dh__description {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 300;
    margin-top: 0.5rem;
}

@media (max-width: 48rem) {
    #class-code-lookup .dialog__content {
        margin-top: 2rem;
        margin-left: 2rem;
    }
}

#class-code-lookup .dialog__body .action {
    margin-top: 2.25rem;
}

#class-code-lookup .dialog__body .action button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0.5rem;
}

#class-code-lookup .dialog__body .action .button__label {
    white-space: nowrap;
}

#class-code-lookup .dialog__body .action .button__add_code {
    background-color: rgba(63, 140, 48, 1);
}

.confirmation-dialog {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(32,42,64,0.95);
    /*background: linear-gradient(90deg, rgba(32,42,64,1) 0%, rgba(50,62,84,0.51) 100%);*/
    top: 0;
}

.dialog {
    padding: 6rem 40% 6rem 19.25rem;
    height: 100%;
    max-height: 100vh;
}

@media (max-width: 64rem) {
    .dialog {
        padding-left: 4.5rem;
    }
}

@media (max-width: 48rem) {
    .dialog {
        padding: 6rem;
    }
}

.dialog__header {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}

.dh__icon {
    color: rgba(255,200,0,1);
    font-size: 2.5rem;
    margin-right: 1.1875rem;
}

.dh__title {
    font-family: museo-slab;
    font-weight: 300;
    font-size: 1.5rem;
    color: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.confirmation-dialog .dialog__content {
    color: rgba(255,255,255,0.92);
    font-weight: 500;
    margin-top: 1.25rem;
}

.dialog__action {
    margin-top: 3.875rem;
    text-align: right;
}

.dialog__action button {
    margin-bottom: 0.25rem;
}

.confirmation-dialog .control--email {
    max-width: 19.25rem;
}

.confirmation-dialog .control--email .control__error span{
    background-color: rgba(250,251,252,1);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-radius: 0.15rem;
}
.layout__content-view {
    width: 100%;
    padding-left: calc(16.25rem + 3rem);
    min-height: -webkit-calc(100vh - 5.875rem);
    min-height: -moz-calc(100vh - 5.875rem);
    min-height: calc(100vh - 5.875rem);
    position: absolute;
}

@media (max-width: 64rem) {
    .layout__content-view {
        padding-left: calc(2.5rem + 2rem);
    }
}

@media (max-width: 48rem) {
    .layout__content-view {
        padding-left: calc(4rem + 1.25rem);
    }
}

.header {
    color: rgba(255,255,255,.92);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    position: relative;
    width: calc(100% - 12rem);
}

.header__title {
    font-family: museo-slab;
    font-weight: 500;
    font-size: 1.5rem;
}

.header__description {
    font-weight: 500;
    margin-top: 0.5rem;
}

.header__downloadlink {
    cursor: pointer;
    color: rgba(242, 247, 255, 1);
    font-weight: 600;
    margin-left: 1rem;
    margin-bottom: 0.25rem;
}

.header__downloadlink .icon {
    margin-right: 0.5rem;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 1);
}


@media (max-width: 64rem) {
    .header__title {
        margin-top: 0.5rem;
    }
}

@media (max-width: 48rem) {
    .header__title {
        margin-top: 1rem;
    }
}

.acc-panel-container {
    background-color: rgba(235,235,235,1);
    /*border: 0.125rem dashed rgba(153,153,153,1);*/
    border-radius: 0.3125rem;
    line-height: 1;
    transition: all .3s linear;
    min-height: 3.125rem;
    position: absolute;
    width: calc(100% - 1rem);
}

.acc-panel__icon {
    color: rgba(103,130,153,1);
    font-size: 1.5rem;
    vertical-align: middle;
    transition: all .5s linear;
}

.acc-panel__title {
    font-family: museo-slab;
    font-weight: 300;
    font-style: italic;
    color: rgba(84,84,84,1);
    margin-left: 0.6875rem;
    vertical-align: middle;
}

.acc {
    display: flex;
    min-height: 4.75rem;
    word-break: break-all;
}

.acc__icon--wrap {
    position: relative;
    height: 1rem;
}

.acc__icon {
    background-color: rgba(86,104,128,1);
    color: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 4.75rem;
    position: relative;
    width: 2.5rem;
    text-align: center;
    cursor: pointer;
}

.acc__icon i {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.acc__info {
    background-color: rgba(230,237,245,1);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem 1.125rem;
    min-height: 4.75rem;
}

.acc__title {
    font-family: museo-slab;
    font-weight: 300;
    font-size: 1.125rem;
    color: rgba(86,103,128,1);
    line-height: 1.375rem;
}

.acc__description {
    margin-top: 0.125rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(84,84,84,1);
    line-height: 1.125rem;
}

.acc__container {
    min-height: 4.75rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.acc__panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 2rem 3.625rem;
}

.acc__panel--collapsed {
    opacity: 0;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

.acc__panel--expanded {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .acc__panel--expanded {
        transition: opacity .1s;
    }
}

.acc__sub-panel {
    padding: 2rem 3.05rem;
}

.acc__sub-panel .section {
    margin-bottom: 0;
}

.acc__sub-panel.acc__panel--collapsed {
    margin-top: -1rem;
    transition: all .3s linear;
}

.acc__sub-panel.acc__panel--expanded {
    margin-top: 0;
    transition: all .3s linear;
}

.acc__panel--schedule {
    padding: 2rem 2.5rem;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.upload {
    background-color: rgba(240, 240, 240, 1);
    color: rgba(128, 128, 128, 1);
    font-size: 0.875rem;
    border: 0.125rem dashed rgba(153, 153, 153, 1);
    border-radius: 0.1875rem;
    vertical-align: middle;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.upload__form {
    height: 100%;
}

.upload__input {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    font-size: 0;
}

.upload__inner {
    position: relative;
}

.upload__info {
    display: flex;
    justify-content: center;
}

.upload .upload__icon {
    font-size: 0.625rem;
    margin-top: 0.4rem;
}

.upload .fa-add-attachment:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    font-size: 0.625rem;
    margin-top: -0.46875rem;
    margin-left: 0.125rem;
}

.upload__description {
    margin-left: 1.25rem;
    font-style: italic;
}

.control__inline {
    display: flex;
    flex-wrap: wrap;
}

.section {
    margin-bottom: 2.5rem;
}

.section__label {
    font-size: 1.125rem;
    font-weight: 700;
    color: rgba(84,84,84,1);
    margin-right: 0.25rem;
}

.section__container {
    border-left: 0.1875rem solid rgba(178,183,191,1);
    padding-left: 1.5rem;
    padding-top: 0.25rem;
}

.control__state-container {
    display: flex;
    position: relative;
    background-color: rgba(245,245,245,1);
    padding-top: 0.75rem;
    margin-bottom: 0.5rem;
    max-width: 35rem;
    width: 100%;
}

.control__state-container .control {
    margin-left: 1rem;
    border-bottom: none;
}

.control__state-background {
    position: absolute;
    height: 100%;
    background-color: rgba(252,252,252,1);
    z-index: 0;
    top: 0;
    transition: all .5s;
    border: 0.0625rem solid rgba(230,230,230,1);
}

.control__state {
    position: relative;
    opacity: 1;
    transition: all .5s;
}

.control__state--inactive {
    opacity: 0.25;
    pointer-events: none;
}

.question-collapse {
    margin-right: 1rem;
    margin-bottom: 1.75rem;
}

.question-collapse .acc__panel--expanded {
    padding-top: 1rem;
}

.control__state.state--dropdown,
.control__state.state--text {
    width: 50%;
}

.state--dropdown .control__state-background {
    width: 50%;
    left: 0;
}

.state--text .control__state-background {
    width: 50%;
    left: 50%;
}

.control--contact-fname {
    max-width: 13rem;
    width: 100%;
}

.control--contact-lname {
    max-width: 18.25rem;
    width: 100%;
}

.slide-enter-active,
.slide-leave-active {
    transition: all .5s;
}

.slide-enter,
.slide-leave-to {
    opacity: 0;
}

.slide-normal .slide-enter {
    transform: translateX(100%) !important;
}

.slide-reverse .slide-leave-to {
    transform: translateX(100%) !important;
}

.header-slide-leave-active,
.header-slide-enter-active {
    transition: .5s;
}

.header-slide-enter {
    transform: translate(-1rem, 0) !important;
}

.header-slide-leave-to {
    opacity: 0;
}

.slide-reverse .header-slide-enter {
    transform: translate(1rem, 0) !important;
}

.slide-reverse .header-slide-leave-to {
    transform: translate(-1rem, 0) !important;
}

.slide-reverse .header-slide-enter .header-container {
    transition: .5s;
    transform: translate(1rem, 0) !important;
}

.header__transition {
    position: absolute;
    top: 0;
    width: 100%;
}

.panel__transition {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}

.panel__transition.CustomerData {
    z-index: 1;
}

.panel__transition.Application,
.panel__transition.FullApplication {
    z-index: 2;
}

.panel__transition.Indication {
    z-index: 3;
}

.panel__transition.CoverageOptions {
    z-index: 4;
}

.panel__transition.Attachments {
    z-index: 5;
}

.panel__transition.Review {
    z-index: 6;
}

.panel__transition.CreditCard {
    z-index: 7;
}

.panel__transition.Submit {
    z-index: 8;
}

.acc__form,
.acc__side-panel {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.acc__side-panel {
    padding-left: 3.625rem;
    min-width: 15rem;
    /*max-width: 21.4375rem;*/
}

@media (max-width: 64rem) {
    .acc__side-panel {
        max-width: 17.1875rem;
        padding-left: 0;
    }
}

/*@media (max-width: 48rem) {
    .acc__side-panel {
        display: none;
    }
}*/

.acc__side-panel .img-fluid {
    max-width: 31.25rem;
    width: 100%;
}

.acc__form {
    max-width: 34.0625rem;
    /*z-index: 1;*/
}

.acc__panel--schedule .acc__form {
    max-width: 100%;
}

.header.page-Submit {
    background-color: rgba(0,0,0,0.66);
    outline: 0.5rem solid rgba(0,0,0,0.4);
    margin-top: 3.5rem;
    margin-bottom: -5.25rem;
    margin-left: 0.5rem;
    padding: 2rem 3rem 2.5rem;
    position: relative;
    width: calc(100% - 2.5rem);
}

.header.page-Submit .header__transition {
    padding: 2rem 3rem;
    left: 0;
}

@media (min-width: 48rem) {
    .header.page-Submit .col {
        max-width: 100%;
    }
}

@media (min-width: 48rem) {
    .header.page-Submit {
        max-width: 34rem;
        width: 100%;
    }
}

.panel-container.page-Submit {
    width: 100%;
}

.header.page-Submit .button--exit {
    justify-content: flex-end;
    display: flex;
    margin-top: 2rem;
    opacity: 0;
}

.panel-container.page-Submit .col {
    max-width: calc(100% - 5rem);
}

@media (min-width: 48rem) {
    .panel-container.page-Submit .col {
        max-width: 31.5rem;
        width: 100%;
    }
}

.header.page-Submit .header__title {
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    opacity: 1;
}

.header.page-Submit .header__description {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    opacity: 0.8;
}

.acc__form.has_side_panel_image {
    z-index: 1;
}
.control {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted rgba(0,0,0,0.1);
}

.control--email{
    padding-bottom: 0rem;
}

.control__label {
    font-size: 1rem;
    color: rgba(84,84,84,1);
    font-weight: 600 !important;
    margin-bottom: 0rem;
}

.control__label--inline {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fa-required {
    color: rgba(226,97,74,1);
    font-size: 0.5rem;
    line-height: 1rem;
    vertical-align: top;
    margin-left: 0.25rem;
}

.control__error {
    font-size: 0.75rem;
    text-align: right;
    color: rgba(217,33,0,1);
    font-weight: 500;
    opacity: 1;
    transition: all .3s;
}

.control__error.invisible {
    visibility: visible;
    opacity: 0;
}

.control__desc {
    margin-left: 0.5rem;
    color: rgba(0,146,207,1);
}

.control__icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.5rem;
}

.control.fade-enter-active,
.control.fade-leave-active {
    transition: all .5s ease;
    max-height: 100vh;
    overflow: hidden;
}

.control.fade-enter,
.control.fade-leave-to {
    max-height: 0;
    opacity: 0;
}

.control__error--radio {
    text-align: left;
}

.control.parent_condition {
    padding-left: 5.55rem;
}

.control .masked_currency {
    padding-left: 1rem;
}

.control .control_currency {
    position: relative;
}

.control .control_currency:after {
    content: '$';
    display: block;
    position: absolute;
    left: 8px;
    z-index: 999;
    top: 11px;
    color: rgba(73,80,87,1);
}

.control__instruction p {
    margin-bottom: 0;
}
#coverage-option .panel {
    padding: 1rem 2.5rem 4rem;
    min-height: 28.125rem;
}

#coverage-option .option-container {
    display: flex;
    flex-wrap: wrap;
}

#coverage-option .option {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    max-width: 16rem;
    margin-right: 1rem;
    margin-top: 1rem;
    color: rgba(102,102,102,1);
    position: relative;
    word-break: break-all;
    width: 100%;
}

#coverage-option .option:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#coverage-option .option-header {
    padding: 0.75rem 2rem 2.5rem;
}

#coverage-option .option-header__icon {
    font-size: 2rem;
}

#coverage-option .option-header__icon i {
    vertical-align: top;
    margin-top: 0.75rem;
}

#coverage-option .fa-shield--platinum {
    color: rgba(77,181,200,1);
}

#coverage-option .fa-shield--gold {
    color: rgba(255,200,0,1);
}

 #coverage-option.fa-shield--silver {
    color: rgba(217,217,217,1);
}

 #coverage-option.option-header__title {
    font-family: museo-slab;
    font-weight: 500;
    font-size: 1.375rem;
    margin-left: 1.25rem;
}

 #coverage-option.option-coverage {
    padding: 0 2rem 2rem;
    line-height: 1;
}

 #coverage-option.option-coverage__name {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(84,84,84,1);
    display: flex;
    margin-bottom: 0.25rem;
}

#coverage-option .option-coverage__cost {
    font-family: museo-slab;
    font-size: 1.25rem;
    font-weight: 500;
}

#coverage-option .option-coverage__type {
    font-size: 0.875rem;
    font-weight: 200;
    font-style: italic;
    color: rgba(69,128,64,1);
    margin-left: -0.125rem;
}

#coverage-option .option-term {
    text-align: center;
    margin-top: 1.0625rem;
    margin-right: 0;
    margin-left: 0;
    background-color: rgba(240,244,245,1);
}

#coverage-option .option-term__title {
    font-size: 0.875rem;
    font-weight: 700;
    font-style: italic;
    background-color: rgba(255,255,255,1);
}

#coverage-option .option-term__cost {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-family: museo-slab;
    font-weight: 500;
    line-height: 1;
}

#coverage-option .option-term__cost--border-right {
    border-right: 0.0625rem solid rgba(213,217,217,1);
}

#coverage-option .option-term__cost--border-left {
    border-left: 0.0625rem solid rgba(213,217,217,1);
    margin-left: -1px;
}
#customer-data .panel {
    padding-bottom: 0.8125rem;
}

#customer-data .panel--upload {
    padding-top: 0.5rem;
}

#customer-data .control_primary_assignment {
    padding-bottom: 0;
}

#customer-data .control_primary_assignment .ddlPrimaryAssignment {
    max-width: 28rem;
}

#customer-data .control_primary_assignment .control__error {
    text-align: left;
}

#customer-data .control_additional_assignment {
    max-width: 38rem;
}

#customer-data .pnlAssignment .dropdown-item {
    white-space: pre-line;
    border-bottom: 1px dotted rgba(204, 204, 204, 1);
}

#customer-data .control__inline {
    flex-wrap: nowrap;
}

#customer-data .acc__form {
    max-width: 40rem;
    flex-basis: auto;
}

#customer-data .question-collapse .acc__panel--expanded {
    padding-right: 0;
}

#customer-data .control--address.line-1 {
    padding-bottom: 0;
    margin-bottom: 0.25rem !important;
    border-bottom: none;
}
.datepicker-dropdown {
    position: fixed;
}

.date-picker .btn-outline-secondary {
    border: 0.0625rem solid rgba(191,191,191,1);
    color: rgba(137, 137, 137, 1);
    background-color: rgba(242, 242, 242, 1);
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    background-color: rgba(191,191,191,1);
    color: rgb(255, 255, 255);
    border-color: #204d74;
}

.date-picker .form-control{
    font-family: museo-slab;
    font-size: 0.875rem !important;
    font-weight: 300;
}
.dropdown-menu {
    border-color: rgba(191,191,191,1);
}

.dropdown-menu.show {
    min-width: 100%;
}

.dropdown {
    text-decoration: none;
}

.dropdown .input-group::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 1.5rem;
    color: rgba(137, 137, 137, 1);
    background-color: rgba(242, 242, 242, 1);
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0;
    right: 0;
    border: 0.0625rem solid rgba(191,191,191,1);
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    pointer-events: none;
    position: absolute;
}

.dropdown .input-group .form-control {
    background-color: rgb(255, 255, 255);
    cursor: default;
    color: rgba(102, 102, 102, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: none;
    padding-right: 2.5rem;
}

.dropdown .input-group.disabled::after {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .dropdown {
        width: 100%;
    }
}

.dropdown .dropdown-item {
    color: rgba(102, 102, 102, 1);
}

.dropdown-item.disabled, .dropdown-item:disabled {
    opacity: 0.50;
}

.dropdown-item.selected.disabled, .dropdown-item.selected:disabled {
    opacity: 1;
}

.dropdown .dropdown-item.selected,
.dropdown .dropdown-item:focus {
    background-color: rgba(191,191,191,1);
    color: rgb(255, 255, 255);
    border-radius: 0;
}

.dropdown .dropdown-item:active {
    background-color: rgb(255, 255, 255);
    color: rgba(102, 102, 102, 1);
}

.dropdown .dropdown-item:active:hover {
    color: rgba(22,24,27, 1);
    text-decoration: none;
    background-color: rgba(248,249,250, 1);
}

.dropdown .dropdown-item.selected:active,
.dropdown .dropdown-item.selected:active:hover {
    background-color: rgba(191,191,191,1);
    color: rgb(255, 255, 255);
    border-radius: 0;
}

.dropdown--inactive {
    opacity: 0.50;
    pointer-events: none;
}

.dropdown-scrollable {
    max-height: 10rem;
    overflow: auto !important;
    -ms-overflow-style: auto !important;
}

.dropdown-scrollable .ps__scrollbar-y-rail,
.dropdown-scrollable .ps__scrollbar-x-rail {
    display: none !important;
}

.dropdown div.form-control {
    height: 2.5rem;
    font-size: 1.125rem !important;
    font-weight: 300;
    border-color: rgba(191,191,191,1);
}

.dropdown {
    margin-bottom: 1rem;
}

.v-select {
    min-width: 160px;
}

.vs__dropdown-option {
    white-space: pre-wrap;
}

.vs__dropdown-option--highlight {
    background-color: rgba(191,191,191,1);
    color: rgb(255, 255, 255);
}

.vs__dropdown-option--selected {
    background-color: rgba(191,191,191,1);
    color: rgb(255, 255, 255);
}

.vs__actions {
    background-color: rgba(242, 242, 242, 1);
    border: 0.0625rem solid rgba(191,191,191,1);
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    justify-content: center;
    border-left-color: rgba(191,191,191,1);
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.vs__open-indicator {
    color: rgba(137, 137, 137, 1);
    font-size: 1.5rem;
}

.vs__open-indicator .fa {
    margin-right: 0 !important;
}

.vs__dropdown-toggle {
    padding: 0;
    height: 2.5rem;
    display: block;
    background-color: rgb(255, 255, 255);
    border: 0.0625rem solid rgba(191,191,191,1) !important;
    border-radius: 4px !important;
    overflow: hidden;
}

.vs__selected {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 2.5rem 0 0.5rem;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.5rem;
}

.vs--open .vs__search, .vs--open .vs__search:focus {
    padding: 0 0.75rem;
    margin-top: 0.5rem;
    padding-right: 2.5rem;
}
#e-signature-dialog .flex_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.e_signature_dialog_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

.e_signature_dialog_backdrop {
    position: fixed;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.e_signature_dialog_container {
    background-color: rgba(250, 251, 252, 1);
    max-width: calc(100vw - 5rem);
    width: 100%;
    margin: 2.5rem auto 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.e_signature_dialog_header {
    height: 60px;
    color: rgba(84, 84, 84, 1);
    padding-left: 25px;
    padding-right: 20px;
}

.e_signature_dialog_header .fa-edit {
    color: rgba(103, 130, 153, 1);
    font-size: 1.5rem;
}

.e_signature_dialog_header .fa-times {
    font-size: 20px;
}

.e_signature_dialog_header .title {
    font-size: 1.25rem;
    font-family: museo-slab;
    font-weight: 300;
    font-style: italic;
    margin-left: 0.75rem;
    color: rgba(84, 84, 84, 1);
}

.e_signature_dialog_footer {
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
}

.e_signature_dialog_body {
    min-height: calc(100vh - 14rem);
    padding: 0 25px;
    display: flex;
}

.data-display-mode__icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.125rem;
    margin-left: 1rem;
    color: rgba(168,168,168,1);
}

.data-display-mode__icon--active {
    color: rgba(92,169,99,1);
}

.button__add {
    margin-left: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    color: rgba(151,156,168,1);
    background-color: rgba(113,129,168,.08);
    border-color: rgba(113,129,168,1);
    box-shadow: none;
}

.button__add:hover {
    background-color: rgba(113,129,168,.25);
}

.button__add .button__label {
    margin-left: 0;
    font-size: 0.875rem;
    font-weight: 700;
}

/*#form-section .acc__panel {
    padding: 2rem 2.5rem;
}*/


.schedule-container {
    position: relative;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.griderator {
    display: flex;
    flex-wrap: wrap;
}

.griderator .panel {
    max-width: 15rem;
    width: 100%;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.griderator .display__order {
}

.griderator .display__order--number {
    font-family: museo-slab;
    font-weight: 300;
    font-size: 0.8125rem;
    color: rgba(84,84,84,1);
}

.griderator .action__group {
    margin-left: auto;
    display: flex;
}

.griderator .action__icon {
    margin-left: 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.griderator .action__icon .fa-trash {
    color: rgba(217,33,0, 1);
}

.griderator .action__icon .fa-edit {
    color: rgba(86, 104, 128, 1);
}

.grid__action {
    display: flex;
    padding: 0.75rem 1rem;
    background-color: rgba(255,255,255, 1);
}

.grid__data {
    padding: 0 1rem 0.75rem;
    background-color: rgba(255,255,255, 1);
}

.grid__data--last {
    padding: 0.75rem 1rem;
    background-color: rgba(240,242,245, 1);
}

.griderator .panel {
    min-height: 100%;
    background-color: rgba(240,242,245, 1);
}

.empty-grid {
    padding: 2.40625rem;
    width: 100%;
    text-align: center;
}

.empty-grid .fa {
    font-size: 5rem;
    color: rgba(168,168,168,1);
}

.griderator .display__order {
    display: flex;
}

.griderator .display__order--icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(84,84,84,1);
}

.griderator .display__order--icon .fa {
    line-height: 0.4rem;
}

.griderator .display__order--icon .fa-caret-up {
    margin-bottom: 0.1rem;
}

.griderator .display__order--icon .fa-caret-down {
    margin-top: 0.1rem;
}

.griderator .display__order--number {
    font-family: museo-slab;
    font-weight: 300;
    font-size: 0.8125rem;
    color: rgba(84,84,84,1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0.6875rem;
}

.griderator .order--first,
.griderator .order--last {
    color: rgba(168,168,168,0.5);
}

#iframe-modal .flex_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.iframe_modal_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}

.iframe_modal_backdrop {
    position: fixed;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.iframe_modal_container {
    background-color: rgba(250, 251, 252, 1);
    max-width: calc(100vw - 5rem);
    width: 100%;
    margin: 2.5rem auto 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.iframe_modal_header {
    height: 60px;
    color: rgba(84, 84, 84, 1);
    padding-left: 25px;
    padding-right: 20px;
}

    .iframe_modal_header .fa-edit {
        color: rgba(103, 130, 153, 1);
        font-size: 1.5rem;
    }

    .iframe_modal_header .fa-times {
        font-size: 20px;
    }

    .iframe_modal_header .title {
        font-size: 1rem;
        font-family: museo-slab;
        font-weight: 300;
        margin-left: 0.75rem;
        color: rgba(84, 84, 84, 1);
    }

.iframe_modal_footer {
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
}

.iframe_modal_body {
    min-height: calc(100vh - 14rem);
    padding: 0 25px;
    display: flex;
}

#indication .checkbox__label {
    color: rgba(128,128,128,1);
}

#indication .app_data__instruction {
    color: rgba(84,84,84,1);
    font-weight: 600;
    margin-bottom: 1rem;
}

#indication .panel {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#indication .indication__panel--action {
    text-align: right;
    margin-bottom: 2.5rem;
}

#indication .closing_statement {
    margin-bottom: 1rem;
}

#indication .premium__container .panel__info {
    background-color: rgba(230,247,255,1);
    margin-bottom: 0.25rem;
}

#indication .premium__container .panel__info .value {
    width: 100%;
}

@media (max-width: 48rem) {
    #indication .premium__container .panel__info {
        width: 100%;
        margin-right: 0;
    }

    #indication .premium__container {
        margin-right: 0;
    }
}

#indication .premium__container .panel__info .label {
    max-width: 2rem;
    text-align: left;
}

#indication .premium__container .panel__info .value {
    padding-left: 0;
    border-left: none;
}

#indication .premium__container .panel__info .value--title {
    margin-bottom: 0.25rem;
    background-color: rgba(217,237,247,1);
    color: rgba(103,136,153,1);
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

#indication .premium__container .panel__info .value_info__container {
    padding: 1rem 1.5rem 1rem;
    display: flex;
    justify-content: flex-end;
}

#indication .premium__container .panel__info .value--info {
    display: flex;
}

#indication .premium__container .panel__info .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#indication .premium__container .panel__info .value--info .col__label {
    width: 100%;
    text-align: right;
    color: rgba(103,136,153,1);
    font-weight: 600;
    width: 5rem;
    padding-right: 1rem;
}

#indication .premium__container .fa {
    margin-right: 0.5rem;
}

#indication .premium__container .col__currency {
    font-family: museo-slab;
    color: rgba(103,103,103,1);
    text-align: right;
    margin-left: auto;
    font-size: 0.875rem;
    margin-top: 0.17rem;
}

#indication .premium__container .panel__info .h-line {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgba(103,136,153,1);
}

#indication .premium__container .panel__info .value--info-total {
    justify-content: flex-end;
}

#indication .premium__container .panel__info .value--info-total .col__label,
#indication .premium__container .panel__info .value--info-total .col__data {
    padding-bottom: 0;
}

#indication .premium__container .panel__info .value--info-total .col__label {
    width: 5rem;
}

#indication .premium__container .panel__info .value--info-total .col__data {
    font-weight: 700;
    margin-top: 0.15rem;
}

#indication .premium_info__container {
    background-color: rgba(103,136,153, 1);
    color: rgba(255,255,255,1);
    padding: 1rem 0 0.5rem;
    margin-bottom: 1rem;
}

#indication .premium_info__container .acc {
    display: flex;
    min-height: 100%;
}

#indication .premium_info__container .acc__icon,
#indication .premium_info__container .acc__info {
    min-height: 100%;
    background: none;
    color: rgba(255,255,255,1);
}

#indication .premium_info__container .acc__title {
    color: rgba(255,255,255,1);
    font-size: 0.875rem;
    font-family: freight-sans-pro;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.125rem;
}

#indication .premium_info__container .acc__icon {
    width: auto;
    margin-left: 1.25rem;
}

#indication .premium_info__container .acc__panel {
    padding: 0rem 2.5rem 0.5rem;
}

#indication .premium_total {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: flex;
}

#indication .premium_total .premium_total__label {
    color: rgba(255,255,255,1) !important;
    margin-right: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

#indication .premium_total__info {
    display: flex;
    margin-left: auto;
}

#indication .premium_total__value {
    font-family: museo-slab;
    font-weight: 700;
}

#indication .per_year {
    font-family: Arial;
    font-size: 0.875rem;
    font-weight: 700;
    color: rgba(171,255,171,1);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 0.5rem;
}

.pfprog_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.pfprog_column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-right: 4rem;
}

.pfprog_header {
}


.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 32px;
    height: 32px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
}

body {
}

#naic-lookup {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.naic__background {
    background-color: rgba(0,0,0,1);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.naic__container {
    background-color: rgba(240,242,245, 1);
    width: 50%;
    height: 100%;
    margin-left: auto;
    border: 0.0625rem solid rgba(168,168,168,1);
    padding: 1.5rem 2rem;
    transition: all .2s linear;
}

.fade-enter-active .naic__container,
.fade-leave-active .naic__container {
    margin-right: 0;
}

.fade-enter .naic__container,
.fade-leave-to .naic__container {
    margin-right: -50rem;
}

.naic-header {
    display: flex;
    color: rgba(84,84,84, 1);
    font-size: 1.5rem;
    justify-content: space-between;
}

.naic-header__title {
    font-weight: 700;
}

.naic-header__close {
    cursor: pointer;
}

.naic-control {
    margin-top: .5rem;
}

.naic-control label,
.naic-control #dropdown,
.naic-control .control__input {
    margin-top: 1rem;
    margin-right: 1rem;
}

.naic-control .button--naic-search {
    margin-top: 1rem;
    height: 2.5rem;
    margin-left: auto;
}

.naic-result {
    max-height: 35rem;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
}

#ddlNAICSearchBy {
    max-width: 12rem;
}

#txtNAICCriteria {
    max-width: 12rem;
}

.naic-result-header {
    background-color: rgba(86,104,128, 1);
    color: rgba(255,255,255,0.92);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.5rem;
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
}

.naic-result-header .col {
    padding-left: 1rem;
}

.naic-result .col {
    padding-left: 1rem;
}

.col--naic-code,
.col--sic-code {
    max-width: 5.5rem;
}

.col--naic-code .anchor-link {
    cursor: pointer;
    color: #007bff;
}

#navigator {
    position: fixed;
    left: calc(100% - 12rem);
    width: 100%;
}

@media (max-width: 64rem) {
    #navigator {
        left: calc(100% - 7rem);
    }
}

@media (max-width: 48rem) {
    #navigator {
        left: calc(100% - 5.75rem);
    }
}

#navigator .row {
    margin-bottom: 0.5rem;
}

#navigator .button {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.5rem;
    height: 1.875rem;
}

.navigator__transition {
    position: absolute;
}

#navigator .button__next {
    background-color: rgba(63, 140, 48, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 2rem;
}

#navigator .button__next .fa{
    font-size: 0.938rem;
}

#navigator .button__next .button__label {
    font-size: 0.875rem;
}
body {
}

#payment-method-bank {
    color: rgba(84,84,84,1);
}

.pm__panel {
    display: flex;
}

#payment-method-bank .acc__panel {
    padding: 3rem 2.5rem;
}

#payment-method-bank .padtop1 {
    padding-top: 1rem;
}

#payment-method-bank .number {
    font-family: museo-slab;
    font-weight: 300;
}

#payment-method-bank .info__container {
    background-color: rgba(250,251,252,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    padding: 2rem 2rem 1rem;
}

#payment-method-bank .pm__action {
    display: flex;
}

#payment-method-bank .pm__action .button {
    margin-bottom: 0.5rem;
}


#payment-method-bank .panel__info {
    display: flex;
    margin-bottom: 1rem;
    justify-content: flex-start;
}

#payment-method-bank .panel__info .label {
    margin-right: 0.75rem;
}

#payment-method-bank .add-cc .label {
    margin-right: 1rem;
}

#payment-method-bank .skip-payment .label {
    margin-right: 1.625rem;
}

#payment-method-bank .add-cc {
    margin-right: 3.125rem;
    position: relative;
}

#payment-method-bank .add-cc .fa {
    color: rgba(103,130,153,1);
    font-size: 2rem;
}

#payment-method-bank .skip-payment .fa {
    color: rgba(120,119,119,1);
    font-size: 3rem;
}

#payment-method-bank .panel__info .value {
    color: rgba(128,128,128, 1);
}

#payment-method-bank .panel__info .value--title {
    font-family: museo-slab;
    font-weight: 400;
    line-height: 1.1875rem;
    font-style: italic;
    color: rgba(84,84,84, 1);
}

#payment-method-bank .panel__info .value--phone {
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

#payment-method-bank .panel__info .value--phone span {
    margin-right: 0.25rem;
}

#payment-method-bank .panel__info .label .number {
    font-size: 0.675rem;
}

#payment-method-bank .panel__info .value .number {
    font-size: 0.875rem;
}

#payment-method-bank .panel__info .value--document:after {
    font-family: FontAwesome;
    content: "\f02f";
    margin-left: 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
}

#payment-method-bank .panel__info .value--document:hover {
    cursor: pointer;
    text-decoration: underline;
}

#payment-method-bank .panel__info .value--document:hover:after {
    text-decoration: none !important;
}

#payment-method-bank .section {
    color: rgba(84,84,84,1);
    margin-bottom: 2rem;
}

#payment-method-bank .section .number {
    font-size: 0.875rem;
}

#payment-method-bank .section label {
    margin-bottom: 0;
    color: rgba(102,102,102, 1);
}

#payment-method-bank .section__header {
    margin-bottom: 1rem;
}

#payment-method-bank .section__header label {
    font-size: 1.5rem;
}

.pm__panel--accept-term {
    margin-top: 2rem;
}

.pm__panel--action {
    text-align: right;
    margin: 2.5rem 0 1rem;
}

#payment-method-bank .checkbox__label {
    font-weight: 700;
    color: rgba(128,128,128,1);
}

.pm__panel--effective-date {
    display: flex;
}

.pm__panel--effective-date .effective-date__label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.8125rem;
}

.pm__panel--effective-date .date-picker .form-control {
    font-family: museo-slab;
    font-size: 0.875rem !important;
    width: 8rem;
}

.pm__panel--effective-date .date-picker .btn-outline-secondary {
    border: 0.0625rem solid rgba(191,191,191,1);
    color: rgba(85, 97, 128, 1);
    background-color: rgba(235, 238, 242, 1);
}

.pm__panel--remarks {
    margin-top: 1.75rem;
}

.pm__panel--remarks textarea {
    min-height: 7.5rem;
}

#payment-method-bank .panel__info .label .number {
    font-size: unset;
}

.qa__info .label {
    font-size: 0.75rem;
    color: rgba(86,98,128, 1);
    font-weight: 600;
    text-transform: uppercase;
}

.qa__info .value {
    font-family: museo-slab;
    font-weight: 200;
    font-size: 2.25rem;
    color: rgba(84,84,84, 1);
    line-height: 2.625rem;
}

.pm__instruction {
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 2.8125rem;
}

#payment-method-bank .cc-added .value--title {
    color: rgba(128,128,128,1);
    font-weight: 600;
}

#payment-method-bank .cc-added .value--info {
    font-size: 1.25rem;
    color: rgba(86,98,128,1);
    font-weight: 600;
    line-height: 1.5rem;
}

#payment-method-bank .cc-added .cc__info .value--info {
    line-height: 1.375rem
}

#payment-method-bank .cc-added .number {
    font-weight: 600;
}

#payment-method-bank .cc-added .value--info .number {
    font-size: 1.125rem;
}

#payment-method-bank .cc-added .value--title .number {
    font-size: 0.875rem;
}

#payment-method-bank .cc-added .pm__action {
    margin-top: 5rem;
}

#payment-method-bank .cc-added .pm__action .button {
    margin-left: 1rem;
}

#payment-method-bank .cc-added .cc__icon {
    margin-top: 1rem;
    font-size: 3rem;
    color: rgba(78,121,184,1);
}

#payment-method-bank .cc-added .cc__info {
    margin-top: -1rem;
}

#payment-method-bank .cc-added .exp__cvv {
    margin-top: 1.75rem;
    display: flex;
}

#payment-method-bank .cc-added .exp__cvv .expiration {
    margin-right: 4.5625rem;
}

#payment-method-bank .cc-added .billing {
    margin-top: 1.75rem
}

#payment-method-bank .cc-added .value--icon i {
}

#payment-method-bank .edit-cc .pm__action .button {
    margin-left: 1rem;
}

#payment-method-bank .cc__header {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

#payment-method-bank .cc__header .label {
    margin-right: 1rem;
    color: rgba(103,130,153,1);
    font-size: 2rem;
    display: flex;
    justify-content: flex-start;
}

#payment-method-bank .cc__header .value {
    color: rgba(128,128,128, 1);
}

#payment-method-bank .cc__header .value--title {
    font-family: museo-slab;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem;
    color: rgba(84,84,84, 1);
}

#payment-method-bank .cc__options {
    display: flex;
    flex-wrap: wrap;
    color: rgba(128,128,128, 1);
    font-size: 2rem;
}

#payment-method-bank .cc__options .pf {
    font-size: 0.9rem;
}

#payment-method-bank .cc__options .icofont-diners-club {
    font-size: 1.1rem;
}

#payment-method-bank .cc__options .icofont-jcb {
    font-size: 1rem;
}

#payment-method-bank .cc__options .icofont-mastercard {
    font-size: 1.5rem;
}

#payment-method-bank .cc__options .icofont-american-express {
    font-size: 2.25rem;
}

#payment-method-bank .cc__option {
    margin-right: 1.25rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#payment-method-bank .cc__option.active {
    color: rgba(78,121,184,1);
}

#payment-method-bank .edit-cc .pm__action,
#payment-method-bank .cc-added .pm__action {
    justify-content: flex-end;
    max-width: 40rem;
}

#payment-method-bank .cc__form {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 3.25rem;
}

#payment-method-bank .cc__form .billing {
    border-left: 0.0625rem solid rgba(168,168,168,1);
    padding-left: 2rem;
    margin-left: -0.0625rem;
    margin-left: 1rem;
}

@media (max-width: 48rem) {
    #payment-method-bank .cc__form .billing {
        width: 100%;
    }

    #payment-method-bank .cc__form .billing {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    #payment-method-bank .cc__form {
        flex-wrap: wrap;
    }

    #payment-method-bank .pm__action {
        flex-wrap: wrap;
    }
}

#payment-method-bank .control__cc_expiration .control {
    max-width: 6.5rem;
}

#payment-method-bank .control__cc_expiration .dropdown input {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method-bank .control__cc_expiration .dropdown-item .number {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method-bank .control__bank_type .control {
    max-width: 12rem;
}

#payment-method-bank .control__bank_type .control .ddlAccountType {
    min-width: 191.17px;
}

#payment-method-bank .control__bank_type .dropdown input {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method-bank .control__bank_type .dropdown-item .number {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method-bank .control--cvv {
    max-width: 4.6875rem;
}

#payment-method-bank .control__state {
    max-width: 6rem;
}

#payment-method-bank .control__country {
    max-width: 10rem;
}

#payment-method-bank .control--billing-city {
    max-width: 10rem;
}

#payment-method-bank .control--billing-zip {
    max-width: 10rem;
}

#payment-method-bank .control--billing-address {
    max-width: 13.1875rem;
}

#payment-method-bank .control--card-number,
#payment-method-bank .control--card-holder-name {
    max-width: 13.75rem;
}

#payment-method-bank label .number {
    font-size: 0.875rem;
    font-weight: 600;
}

#payment-method-bank .control--card-number input,
#payment-method-bank .control--cvv input,
#payment-method-bank .control--billing-zip input {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method-bank .acc__form__container {
    position: relative;
    width: 100%;
}

#payment-method-bank .acc__form__transition {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}


#payment-method-bank .edit-cc {
    margin-left: 0.5rem;
    opacity: 1;
}

#payment-method-bank .t_slide_in-leave-active,
#payment-method-bank .t_slide_in-enter-active {
    transition: all .5s;
}

#payment-method-bank .t_slide_in-enter {
    transform: translate(-0.5rem, 0) !important;
    opacity: 0;
}

#payment-method-bank .t_slide_in-leave-to {
    opacity: 0;
}

#payment-method-bank .cc-added {
    margin-left: 0.5rem;
}

#payment-method-bank .acc__container {
    transition: all 0.3s linear;
}


#payment-method-bank .cc__header__transition {
    transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    left: 1.5rem;
}

#payment-method-bank .cc__header__transition .value--title {
    font-size: 1rem;
}

#payment-method-bank .cc__header_edit {
    top: 0 !important;
    left: 0.5rem;
}

#payment-method-bank .cc__header__transition.cc__header_edit .value {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#payment-method-bank .cc__header__transition.cc__header_edit .value--title {
    font-size: 1.25rem;
    line-height: 2.1875rem;
}

#payment-method-bank .cc--summary .pm__action {
    margin-left: 1.5rem;
}

#payment-method-bank .cc--summary {
    max-width: 50rem;
}

#payment-method-bank .control__error {
    text-align: left;
}

#payment-method-bank .cc__disclaimer {
    margin-bottom: 1rem;
    max-width: 40rem;
}

#payment-method-bank {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(32,42,64,0.95);
    background: linear-gradient(90deg, rgba(32,42,64,0.95) 0%, rgba(50,62,84,0.51) 100%);
    top: 0;
    overflow-y: auto;
}

#payment-method-bank .panel {
    max-width: 50vw;
    margin:2rem auto;
}

@media (max-width: 64rem) {
    #payment-method-bank .panel {
        max-width: 75vw;
    }
}

@media (max-width: 48rem) {
    #payment-method-bank .panel {
        max-width: 100%;
        margin: 2rem;
    }
}

#payment-method-bank .acc__form {
    max-width: 100%;
}
#payment-method {
    color: rgba(84,84,84,1);
}

.pm__panel {
    display: flex;
}

#payment-method .acc__panel {
    padding: 3rem 2.5rem;
}

#payment-method .number {
    font-family: museo-slab;
    font-weight: 300;
}

#payment-method .info__container {
    background-color: rgba(250,251,252,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    padding: 2rem 2rem 1rem;
}

#payment-method .pm__action {
    display: flex;
}

#payment-method .pm__action .button {
    margin-bottom: 0.5rem;
}


#payment-method .panel__info {
    display: flex;
    margin-bottom: 1rem;
    justify-content: flex-start;
}

#payment-method .panel__info .label {
    margin-right: 0.75rem;
}

#payment-method .add-cc .label {
    margin-right: 1rem;
}

#payment-method .skip-payment .label {
    margin-right: 1.625rem;
}

#payment-method .add-cc {
    margin-right: 3.125rem;
    position: relative;
}

#payment-method .add-cc .fa {
    color: rgba(103,130,153,1);
    font-size: 2rem;
}

#payment-method .skip-payment .fa {
    color: rgba(120,119,119,1);
    font-size: 3rem;
}

#payment-method .panel__info .value {
    color: rgba(128,128,128, 1);
}

#payment-method .panel__info .value--title {
    font-family: museo-slab;
    font-weight: 400;
    line-height: 1.1875rem;
    font-style: italic;
    color: rgba(84,84,84, 1);
}

#payment-method .panel__info .value--phone {
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

#payment-method .panel__info .value--phone span {
    margin-right: 0.25rem;
}

#payment-method .panel__info .label .number {
    font-size: 0.675rem;
}

#payment-method .panel__info .value .number {
    font-size: 0.875rem;
}

#payment-method .panel__info .value--document:after {
    font-family: FontAwesome;
    content: "\f02f";
    margin-left: 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
}

#payment-method .panel__info .value--document:hover {
    cursor: pointer;
    text-decoration: underline;
}

#payment-method .panel__info .value--document:hover:after {
    text-decoration: none !important;
}

#payment-method .section {
    color: rgba(84,84,84,1);
    margin-bottom: 2rem;
}

#payment-method .section .number {
    font-size: 0.875rem;
}

#payment-method .section label {
    margin-bottom: 0;
    color: rgba(102,102,102, 1);
}

#payment-method .section__header {
    margin-bottom: 1rem;
}

#payment-method .section__header label {
    font-size: 1.5rem;
}

.pm__panel--accept-term {
    margin-top: 2rem;
}

.pm__panel--action {
    text-align: right;
    margin: 2.5rem 0 1rem;
}

#payment-method .checkbox__label {
    font-weight: 700;
    color: rgba(128,128,128,1);
}

.pm__panel--effective-date {
    display: flex;
}

.pm__panel--effective-date .effective-date__label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.8125rem;
}

.pm__panel--effective-date .date-picker .form-control {
    font-family: museo-slab;
    font-size: 0.875rem !important;
    width: 8rem;
}

.pm__panel--effective-date .date-picker .btn-outline-secondary {
    border: 0.0625rem solid rgba(191,191,191,1);
    color: rgba(85, 97, 128, 1);
    background-color: rgba(235, 238, 242, 1);
}

.pm__panel--remarks {
    margin-top: 1.75rem;
}

.pm__panel--remarks textarea {
    min-height: 7.5rem;
}

#payment-method .panel__info .label .number {
    font-size: unset;
}

.qa__info .label {
    font-size: 0.75rem;
    color: rgba(86,98,128, 1);
    font-weight: 600;
    text-transform: uppercase;
}

.qa__info .value {
    font-family: museo-slab;
    font-weight: 200;
    font-size: 2.25rem;
    color: rgba(84,84,84, 1);
    line-height: 2.625rem;
}

.pm__instruction {
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 2.8125rem;
}

#payment-method .cc-added .value--title {
    color: rgba(128,128,128,1);
    font-weight: 600;
}

#payment-method .cc-added .value--info {
    font-size: 1.25rem;
    color: rgba(86,98,128,1);
    font-weight: 600;
    line-height: 1.5rem;
}

#payment-method .cc-added .cc__info .value--info {
    line-height: 1.375rem
}

#payment-method .cc-added .number {
    font-weight: 600;
}

#payment-method .cc-added .value--info .number {
    font-size: 1.125rem;
}

#payment-method .cc-added .value--title .number {
    font-size: 0.875rem;
}

#payment-method .cc-added .pm__action {
    margin-top: 10rem;
}

#payment-method .cc-added .pm__action .button {
    margin-left: 1rem;
}

#payment-method .cc-added .cc__icon {
    margin-top: 1rem;
    font-size: 3rem;
    color: rgba(78,121,184,1);
}

#payment-method .cc-added .cc__info {
    margin-top: -1rem;
}

#payment-method .cc-added .exp__cvv {
    margin-top: 1.75rem;
    display: flex;
}

#payment-method .cc-added .exp__cvv .expiration {
    margin-right: 4.5625rem;
}

#payment-method .cc-added .billing {
    margin-top: 1.75rem
}

#payment-method .cc-added .value--icon i {
}

#payment-method .edit-cc .pm__action .button {
    margin-left: 1rem;
}

#payment-method .cc__header {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

#payment-method .cc__header .label {
    margin-right: 1rem;
    color: rgba(103,130,153,1);
    font-size: 2rem;
    display: flex;
    justify-content: flex-start;
}

#payment-method .cc__header .value {
    color: rgba(128,128,128, 1);
}

#payment-method .cc__header .value--title {
    font-family: museo-slab;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25rem;
    color: rgba(84,84,84, 1);
}

#payment-method .cc__options {
    display: flex;
    flex-wrap: wrap;
    color: rgba(128,128,128, 1);
    font-size: 2rem;
}

#payment-method .cc__options .pf {
    font-size: 0.9rem;
}

#payment-method .cc__options .icofont-diners-club {
    font-size: 1.1rem;
}

#payment-method .cc__options .icofont-jcb {
    font-size: 1rem;
}

#payment-method .cc__options .icofont-mastercard {
    font-size: 1.5rem;
}

#payment-method .cc__options .icofont-american-express {
    font-size: 2.25rem;
}

#payment-method .cc__option {
    margin-right: 1.25rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#payment-method .cc__option.active {
    color: rgba(78,121,184,1);
}

#payment-method .edit-cc .pm__action,
#payment-method .cc-added .pm__action {
    justify-content: flex-end;
    max-width: 40rem;
}

#payment-method .cc__form {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 3.25rem;
}

#payment-method .cc__form .billing {
    border-left: 0.0625rem solid rgba(168,168,168,1);
    padding-left: 2rem;
    margin-left: -0.0625rem;
    margin-left: 1rem;
}

@media (max-width: 48rem) {
    #payment-method .cc__form .billing {
        width: 100%;
    }

    #payment-method .cc__form .billing {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    #payment-method .cc__form {
        flex-wrap: wrap;
    }

    #payment-method .pm__action {
        flex-wrap: wrap;
    }
}

#payment-method .control__cc_expiration .control {
    max-width: 6.5rem;
}

#payment-method .control__cc_expiration .control .ddlExpirationMonth {
    min-width: 92.3px;
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method .control__cc_expiration .control .ddlExpirationYear {
    min-width: 104px;
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method .control__cc_expiration .dropdown input {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method .control__cc_expiration .dropdown-item .number {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method .control--cvv {
    max-width: 4.6875rem;
}

#payment-method .control__state {
    max-width: 6rem;
}

#payment-method .control__state .ddlBillingState {
    min-width: 91.86px;
}

#payment-method .control__country {
    max-width: 10rem;
}

#payment-method .control--billing-city {
    max-width: 10rem;
}

#payment-method .control--billing-zip {
    max-width: 10rem;
}

#payment-method .control--billing-address {
    max-width: 13.1875rem;
}

#payment-method .control--card-number,
#payment-method .control--card-holder-name {
    max-width: 13.75rem;
}

#payment-method label .number {
    font-size: 0.875rem;
    font-weight: 600;
}

#payment-method .control--card-number input,
#payment-method .control--cvv input,
#payment-method .control--billing-zip input {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment-method .acc__form__container {
    position: relative;
    width: 100%;
}

#payment-method .acc__form__transition {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}


#payment-method .edit-cc {
    margin-left: 0.5rem;
    opacity: 1;
}

#payment-method .t_slide_in-leave-active,
#payment-method .t_slide_in-enter-active {
    transition: all .5s;
}

#payment-method .t_slide_in-enter {
    transform: translate(-0.5rem, 0) !important;
    opacity: 0;
}

#payment-method .t_slide_in-leave-to {
    opacity: 0;
}

#payment-method .cc-added {
    margin-left: 0.5rem;
}

#payment-method .acc__container {
    transition: all 0.3s linear;
}


#payment-method .cc__header__transition {
    transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    left: 1.5rem;
}

#payment-method .cc__header__transition .value--title {
    font-size: 1rem;
}

#payment-method .cc__header_edit {
    top: 0 !important;
    left: 0.5rem;
}

#payment-method .cc__header__transition.cc__header_edit .value {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#payment-method .cc__header__transition.cc__header_edit .value--title {
    font-size: 1.25rem;
    line-height: 2.1875rem;
}

#payment-method .cc--summary .pm__action {
    margin-left: 1.5rem;
}

#payment-method .cc--summary {
    max-width: 50rem;
}

#payment-method .control__error {
    text-align: left;
}

#payment-method .cc__disclaimer {
    margin-bottom: 1rem;
    max-width: 40rem;
}

#payment-method {
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(32,42,64,0.95);
    background: linear-gradient(90deg, rgba(32,42,64,0.95) 0%, rgba(50,62,84,0.51) 100%);
    top: 0;
    overflow-y: auto;
}

#payment-method .panel {
    max-width: 50vw;
    margin:2rem auto;
}

@media (max-width: 64rem) {
    #payment-method .panel {
        max-width: 75vw;
    }
}

@media (max-width: 48rem) {
    #payment-method .panel {
        max-width: 100%;
        margin: 2rem;
    }
}

#payment-method .acc__form {
    max-width: 100%;
}
#payment {
    color: rgba(84,84,84,1);
}

.pm__panel {
    display: flex;
}

#payment .acc__panel {
    padding: 2.5rem 2.5rem 2rem;
}

#payment .number {
    font-family: museo-slab;
    font-weight: 300;
}

#payment .info__container {
    background-color: rgba(250,251,252,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    padding: 2rem 2rem 1rem;
}

#payment .pm__action {
    display: flex;
}

#payment .pm__action .button {
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

#payment .pm__action.footer {
    justify-content: flex-end;
    margin-top: 2.5rem;
}

#payment .panel__info {
    display: flex;
    margin-bottom: 1rem;
    justify-content: flex-start;
}

#payment .panel__info .label {
    margin-right: 0.75rem;
}

#payment .skip-payment .label {
    margin-right: 1.625rem;
}

#payment .skip-payment .fa {
    color: rgba(120,119,119,1);
    font-size: 3rem;
}

#payment .panel__info .value {
    color: rgba(128,128,128, 1);
}

#payment .panel__info .value--title {
    font-family: museo-slab;
    font-weight: 400;
    line-height: 1.1875rem;
    font-style: italic;
    color: rgba(84,84,84, 1);
}

#payment .panel__info .value--phone {
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

#payment .panel__info .value--phone span {
    margin-right: 0.25rem;
}

#payment .panel__info .label .number {
    font-size: 0.675rem;
}

#payment .panel__info .value .number {
    font-size: 0.875rem;
}

#payment .panel__info .value--document:after {
    font-family: FontAwesome;
    content: "\f02f";
    margin-left: 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
}

#payment .panel__info .value--document:hover {
    cursor: pointer;
    text-decoration: underline;
}

#payment .panel__info .value--document:hover:after {
    text-decoration: none !important;
}

#payment .section {
    color: rgba(84,84,84,1);
    margin-bottom: 2rem;
}

#payment .section .number {
    font-size: 0.875rem;
}

#payment .section label {
    margin-bottom: 0;
    color: rgba(102,102,102, 1);
}

#payment .section__header {
    margin-bottom: 1rem;
}

#payment .section__header label {
    font-size: 1.5rem;
}

.pm__panel--accept-term {
    margin-top: 2rem;
}

.pm__panel--action {
    text-align: right;
    margin: 2.5rem 0 1rem;
}

#payment .checkbox__label {
    font-weight: 700;
    color: rgba(128,128,128,1);
}

.pm__panel--effective-date {
    display: flex;
}

.pm__panel--effective-date .effective-date__label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.8125rem;
}

.pm__panel--effective-date .date-picker .form-control {
    font-family: museo-slab;
    font-size: 0.875rem !important;
    width: 8rem;
}

.pm__panel--effective-date .date-picker .btn-outline-secondary {
    border: 0.0625rem solid rgba(191,191,191,1);
    color: rgba(85, 97, 128, 1);
    background-color: rgba(235, 238, 242, 1);
}

.pm__panel--remarks {
    margin-top: 1.75rem;
}

.pm__panel--remarks textarea {
    min-height: 7.5rem;
}

#payment .panel__info .label .number {
    font-size: unset;
}

#payment .qa__info {
    margin-top: 1rem;
}

#payment .qa__info .label {
    font-size: 0.75rem;
    color: rgba(86,98,128, 1);
    font-weight: 600;
    text-transform: uppercase;
}

#payment .qa__info .value {
    font-family: museo-slab;
    font-weight: 200;
    font-size: 2.25rem;
    color: rgba(84,84,84, 1);
    line-height: 2.625rem;
}

.pm__instruction {
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 2.8125rem;
}

#payment .info-added .value--title {
    color: rgba(128,128,128,1);
    font-weight: 600;
}

#payment .info-added .value--info {
    font-size: 1.25rem;
    color: rgba(86,98,128,1);
    font-weight: 600;
    line-height: 1.5rem;
}

#payment .info-added .cc__info .value--info {
    line-height: 1.375rem
}

#payment .info-added .number {
    font-weight: 600;
}

#payment .info-added .value--info .number {
    font-size: 1.125rem;
}

#payment .info-added .value--title .number {
    font-size: 0.875rem;
}

#payment .info-added .pm__action {
    margin-top: 5rem;
}

#payment .info-added .pm__action .button {
    margin-left: 1rem;
}

#payment .info-added .cc__icon {
    font-size: 3rem;
    color: rgba(78,121,184,1);
    line-height: 1;
}

#payment .info-added .exp__cvv {
    margin-top: 1.75rem;
    display: flex;
}

#payment .info-added .exp__cvv .expiration {
    margin-right: 4.5625rem;
}

#payment .info-added .billing {
    margin-top: 1.75rem
}

#payment .edit-info .pm__action .button {
    margin-left: 1rem;
}

#payment .cc__options {
    display: flex;
    flex-wrap: wrap;
    color: rgba(128,128,128, 1);
    font-size: 2rem;
}

#payment .cc__options .pf {
    font-size: 0.9rem;
}

#payment .cc__options .icofont-diners-club {
    font-size: 1.1rem;
}

#payment .cc__options .icofont-jcb {
    font-size: 1rem;
}

#payment .cc__options .icofont-mastercard {
    font-size: 1.5rem;
}

#payment .cc__options .icofont-american-express {
    font-size: 2.25rem;
}

#payment .cc__option {
    margin-right: 1.25rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#payment .cc__option.active {
    color: rgba(78,121,184,1);
}

#payment .edit-info .pm__action,
#payment .info-added .pm__action {
    justify-content: flex-end;
}

#payment .cc__form {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 3.25rem;
}

#payment .cc__form .billing {
    border-left: 0.0625rem solid rgba(168,168,168,1);
    padding-left: 2rem;
    margin-left: -0.0625rem;
    margin-left: 1rem;
}

@media (max-width: 48rem) {
    #payment .cc__form .billing {
        width: 100%;
    }

    #payment .cc__form .billing {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    #payment .cc__form {
        flex-wrap: wrap;
    }

    #payment .pm__action {
        flex-wrap: wrap;
    }
}

#payment .control__cc_expiration .control {
    max-width: 6.5rem;
    flex-grow: 1;
}

#payment .control__cc_expiration .control .ddlExpirationMonth {
    min-width: 101.83px;
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment .control__cc_expiration .control .ddlExpirationYear {
    min-width: 104px;
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment .control__cc_expiration .dropdown input {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment .control__cc_expiration .dropdown-item .number {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment .control--cvv {
    max-width: 4.6875rem;
}

#payment .control__state {
    max-width: 6rem;
}

#payment .control__state .ddlBillingState {
    min-width: 91.86px;
}

#payment .control__country {
    max-width: 10rem;
}

#payment .control--billing-city {
    max-width: 10rem;
}

#payment .control--billing-zip {
    max-width: 10rem;
}

#payment .control--billing-address {
    max-width: 13.1875rem;
}

#payment .control--card-number,
#payment .control--card-holder-name {
    max-width: 13.75rem;
}

#payment label .number {
    font-size: 0.875rem;
    font-weight: 600;
}

#payment .control--card-number input,
#payment .control--cvv input,
#payment .control--billing-zip input {
    font-family: museo-slab;
    font-size: 0.875rem !important;
}

#payment .acc__form__container {
    position: relative;
    width: 100%;
}

#payment .acc__form__transition {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

#payment .edit-info {
    margin-left: 0.5rem;
    opacity: 1;
    margin-top: 1.5rem;
}

#payment .t_slide_in-leave-active,
#payment .t_slide_in-enter-active {
    transition: all .5s;
}

#payment .t_slide_in-enter {
    transform: translate(-0.5rem, 0) !important;
    opacity: 0;
}

#payment .t_slide_in-leave-to {
    opacity: 0;
}

#payment .info-added {
    margin-left: 0.5rem;
    margin-top: 1.5rem;
}

#payment .info-added .remarks {
    color: rgba(84, 84, 84, 1);
    line-height: 1.5rem;
    font-weight: 500;
}

#payment .info-added .remarks .number {
    font-size: 0.875rem;
    font-weight: 300;
}

#payment .acc__container {
    transition: all 0.3s linear;
}

#payment .cc--summary .pm__action {
    margin-left: 1.5rem;
}

#payment .cc--summary {
    max-width: 50rem;
}

#payment .control__error {
    text-align: left;
}

#payment .cc__disclaimer {
    margin-bottom: 1rem;
    max-width: 40rem;
}

#payment {
    position: absolute;
    width: 100%;
    z-index: 8;
    display: flex;
    top: 0;
}

#payment .payment_background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(32,42,64,0.95);
    background: linear-gradient(90deg, rgba(32,42,64,0.95) 0%, rgba(50,62,84,0.51) 100%);
    overflow-y: auto;
}

#payment .panel {
    max-width: 50vw;
    margin: 5rem auto;
    min-height: 0;
}

@media (max-width: 64rem) {
    #payment .panel {
        max-width: 75vw;
    }
}

@media (max-width: 48rem) {
    #payment .panel {
        max-width: 100%;
        margin: 2rem;
    }
}

#payment .acc__form {
    max-width: 100%;
}

#payment .button--close {
    font-size: 1.5rem;
    color: rgba(84, 84, 84, 1);
    margin: -1.5rem -1rem 0 1rem;
}

#payment .payment_header__info {
    margin-bottom: 1.25rem;
}

#payment .payment_header__info .payment_header__title {
    display: flex;
}

#payment .payment_header__info .icon {
    position: relative;
    margin-right: 1rem;
}

#payment .payment_header__info .fa-full-payment {
    font-size: 1.875rem;
    color: rgba(103, 130, 153, 1);
}

#payment .payment_header__info .fa-installment-payment {
    font-size: 1.875rem;
    position: relative;
}

#payment .payment_header__info .fa-installment-payment-overlay {
    font-size: 1.875rem;
    position: absolute;
    left: 0;
}

#payment .payment_header__info .fa-installment-payment:after {
    font-family: FontAwesome;
    content: "\f0c9";
    color: rgba(250,251,252,1);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -0.05rem;
    margin-left: -0.1rem;
    z-index: 1;
}

#payment .payment_header__info .fa-installment-payment-overlay:after {
    font-family: FontAwesome;
    content: "\f0c9";
    color: rgba(250,251,252,1);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0.35rem;
    margin-left: -0.1rem;
}

#payment .payment_header__info .title {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: museo-slab;
    font-weight: 300;
    font-style: italic;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#payment .payment_description {
    font-size: 1rem;
    color: rgba(84, 84, 84, 1);
    line-height: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    max-width: 40rem;
}

#payment .payment_amount {
    margin-bottom: 1.5rem;
}

#payment .payment_amount .title {
    font-size: 0.75rem;
    color: rgba(86, 98, 128, 1);
    line-height: 0.813rem;
    text-transform: uppercase;
    font-weight: 500;
}

#payment .payment_amount .amount {
    font-family: museo-slab;
    font-size: 1.5rem;
    font-weight: 100;
    color: rgba(84, 84, 84, 1);
    line-height: 1.813rem;
    margin-top: 0.25rem;
}

#payment .payment_method, #chase-hosted-payment .payment_method {
    display: flex;
}

#payment .payment_method .title, #chase-hosted-payment .payment_method .title {
    color: rgba(51, 51, 51, 1);
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 1rem;
}

#payment .payment_method .method_container, #chase-hosted-payment .payment_method .method_container {
    display: flex;
}

#payment .payment_method .method_container .method, #chase-hosted-payment .payment_method .method_container .method {
    background-color: rgba(240, 240, 240, 1);
    border: 0.0625rem solid rgba(168, 168, 168, 0);
    color: rgba(128, 128, 128, 1);
    font-weight: 500;
    line-height: 1.125;
    padding: 0.875rem 1.375rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#payment .payment_method .method_container .method.bank, #chase-hosted-payment .payment_method .method_container .method.bank {
    border-left: 0.0625rem solid rgba(168, 168, 168, 1);
    margin-left: -0.0625rem;
}

#payment .payment_method .method_container .method.selected, #chase-hosted-payment .payment_method .method_container .method.selected {
    background-color: rgba(252, 252, 252, 1);
    border: 0.0625rem solid rgba(168, 168, 168, 1);
    color: rgba(51, 51, 51, 1);
}

#payment .payment_method .method_container .method:hover, #chase-hosted-payment .payment_method .method_container .method:hover {
    border: 0.0625rem solid rgba(168, 168, 168, 1);
    box-sizing: border-box;
}

#payment .installment_plan {
    margin-bottom: 2.5rem;
}

.inst_plan_title {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
    color: rgba(103, 136, 153, 1);
    margin-bottom: 0.75rem;
}

.inst_plan_container .inst_header {
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    color: rgba(84, 84, 84, 1);
    text-transform: uppercase;
    justify-content: flex-end;
    margin-bottom: 0.25rem;
}

#payment .inst_plan_container .inst_header {
    padding-right: 1rem;
}

.inst_plan_container .inst_header .info {
    text-align: center;
}

.inst_plan_container .inst_item {
    display: flex;
    justify-content: flex-end;
}

.inst_plan_container .inst_item .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(84, 84, 84, 1);
    font-size: 0.875rem;
    font-weight: 500;
}

.inst_plan_container .inst_header .info.inst-summary,
.inst_plan_container .inst_item .info.inst-summary {
    width: 15rem;
}

.inst_plan_container .inst_header .info.frequency,
.inst_plan_container .inst_item .info.frequency {
    width: 6.75rem;
}

.inst_plan_container .inst_item .info.frequency {
    padding-left: 1rem;
}

.inst_plan_container .inst_header .info.installments,
.inst_plan_container .inst_item .info.installments {
    width: 8rem;
    text-align: center;
}

.inst_plan_container .inst_header .info.down-payment,
.inst_plan_container .inst_item .info.down-payment {
    width: 8.5rem;
    text-align: center;
}

.inst_plan_container .inst_item .info.down-payment,
.inst_plan_container .inst_item .info.installments {
    font-family: museo-slab;
    font-weight: 700;
    font-size: 0.875rem;
}

.inst_plan_container .inst_item .info.inst-summary {
    flex-grow: 1;
    padding-left: 1rem;
    background-color: rgba(240, 242, 245, 1);
}

.inst_plan_container .inst_item {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
    min-height: 2.25rem;
    margin-bottom: 0.5rem;
}

.inst_plan_container .inst_item.selected,
.inst_plan_container .inst_item:hover {
    background-color: rgba(229,246,255,1);
}

.inst_plan_container .inst_item.selected .info.inst-summary,
.inst_plan_container .inst_item:hover .info.inst-summary {
    background-color: rgba(217,236,247,1);
}

#payment .padtop1 {
    padding-top: 1rem;
}

.payment_confirm_info {
    margin-top: 1rem;
}

.payment_confirm_info .confirm_amount {
    font-family: museo-slab;
    font-weight: 300;
    line-height: 1.125rem;
    color: rgba(84, 84, 84, 1);
    margin-bottom: 1rem;
}

.payment_confirm_info .confirm_number {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: rgba(128, 128, 128, 1);
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.payment_confirm_info .confirm_number .number {
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 300;
    color: rgba(84, 84, 84, 1);
}

.payment_confirm_info .confirm_remarks {
    font-weight: 500;
    color: rgba(84, 84, 84, 1);
    line-height: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.payment_option .label {
    position: relative;
    max-width: 1.75rem !important;
}

.payment_option .value--title {
    font-family: museo-slab !important;
    font-weight: 300 !important;
    font-size: 1rem !important;
}

.payment_option .fa-full-payment {
    font-size: 1.875rem;
    color: rgba(103, 130, 153, 1);
}

.payment_option .fa-installment-payment {
    font-size: 1.875rem;
    position: relative;
}

.payment_option .fa-installment-payment-overlay {
    font-size: 1.875rem;
    position: absolute;
    left: 0;
}

.payment_option .fa-installment-payment:after {
    font-family: FontAwesome;
    content: "\f0c9";
    color: rgba(250,251,252,1);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -0.05rem;
    margin-left: -0.1rem;
    z-index: 1;
}

.payment_option .fa-installment-payment-overlay:after {
    font-family: FontAwesome;
    content: "\f0c9";
    color: rgba(250,251,252,1);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0.35rem;
    margin-left: -0.1rem;
}

#payment .inst_container {
    position: relative;
    overflow-y: auto;
    max-height: 20rem;
    padding-top: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 1rem;
}

#pkgquestion-lookup {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#pkgquestion-lookup.schedule {    
    height: calc(100vh - 12rem);   
}

.pkgquestionlkp__background {
    background-color: rgba(0,0,0,1);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.pkgquestionlkp__container {
    background-color: rgba(240,242,245, 1);
    width: 55%;
    height: 100%;
    margin-left: auto;
    border: 0.0625rem solid rgba(168,168,168,1);
    padding: 1.5rem 2rem;
    transition: all .2s linear;
}

.fade-enter-active .pkgquestionlkp__container,
.fade-leave-active .pkgquestionlkp__container {
    margin-right: 0;
}

.fade-enter .pkgquestionlkp__container,
.fade-leave-to .pkgquestionlkp__container {
    margin-right: -50rem;
}

.pkgquestionlkp-header {
    display: flex;
    color: rgba(84,84,84, 1);
    font-size: 1.5rem;
    justify-content: space-between;
}

.pkgquestionlkp-header__title {
    font-weight: 700;
}

.pkgquestionlkp-header__close {
    cursor: pointer;
}

.pkgquestionlkp-control {
    margin-top: .5rem;
}

    .pkgquestionlkp-control label,
    .pkgquestionlkp-control #dropdown,
    .pkgquestionlkp-control .control__input {
        margin-top: 1rem;
        margin-right: 1rem;
    }

    .pkgquestionlkp-control .button--pkgquestionlkp-search {
        margin-top: 1rem;
        height: 2.5rem;
        margin-left: auto;
    }

.pkgquestionlkp-result {
    max-height: calc(100vh - 20rem);
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
}

.pkgquestionlkp-control #dropdown {
    max-width: 12rem;
    width: 100%;
}

#txtPKGQLKPCriteria {
    max-width: 12rem;
}

.pkgquestionlkp-result-header {
    background-color: rgba(86,104,128, 1);
    color: rgba(255,255,255,0.92);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.5rem;
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
}

    .pkgquestionlkp-result-header .col {
        padding-left: 1rem;
        flex-wrap: nowrap;
        max-width:100%;
    }

.pkgquestionlkp-result .col {
    padding-left: 1rem;
}

.col--pkgquestionlkp-code
 {
    
    max-width: 5.5rem;
    /*overflow:auto;*/
}
.anchor-link {
        cursor: pointer;
        color: #007bff;
}

   

.portal-footer {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
    padding-left: calc(16.25rem + 3rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    position: fixed;
    bottom: 0;
    width: 100%;
}


@media (max-width: 64rem) {
    .portal-footer {
        padding-left: calc(2.5rem + 2rem);
    }
}

@media (max-width: 48rem) {
    .portal-footer {
        padding-left: calc(4rem + 1.25rem);
    }
}

.portal-footer__link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.portal-footer__copyright {
    margin-right: 1.875rem;
    color: rgba(255,255,255,0.75) !important;
}

.portal-footer__link--faq {
    margin-right: 2.9375rem;
}

.portal-footer__link--contact {
    margin-right: 3.3125rem;
}

.portal-footer__link--policy-disclosure {
    margin-right: 4.875rem;
}

@media (max-width: 48rem) {
    .portal-footer {
        display: none;
    }
}

.portal-footer .number {
    font-family: museo-slab;
    font-size: 0.675rem;
    font-weight: 500;
}

.portal-footer__phone,
.portal-footer__license {
    font-family: museo-slab;
    font-size: 0.675rem;
    font-weight: 500;
    margin-right: 1.875rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.portal-footer .info__icon {
    font-size: 0.875rem;
    margin-right: 0.35rem;
    position: relative;
}

.program_family_container {
    background-color: rgba(0,0,0,0.66);
    outline: 0.5rem solid rgba(0,0,0,0.4);
    max-width: 60rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
    padding: 3rem 3rem;
    position: relative;
    opacity: 1;
    min-height: 0;
    transition: all 0.5s ease-in-out;
}

.program_family_container.expanded {
    max-width: 78.125rem;
}

.program_family_container.full {
    max-width: calc(100% - 14.5rem);
}

.program_family_layout {
    display: flex;
    flex-wrap: wrap;
}

.program_family_layout .left {
    flex-grow: 1;
}

.program_family_container.expanded .left {
    max-width: 30rem;
    margin-right: 3rem;
    width: 100%;
}

.program_family_container.full .left {
    max-width: calc(30%);
    margin-right: 3rem;
    width: 100%;
}

.program_family_layout .right {
    color: white;
    height: 0;
    width: 0;
}

.program_family_container.expanded .right {
    height: auto;
    flex-grow: 1;
    min-width: 20rem;
    position: relative;
}

.program_family_container.full .right {
    height: auto;
    flex-grow: 1;
    min-width: 20rem;
    position: relative;
}

.program_family_info_base {
    width: 100%;
}

.program_family_info_base.lobby {
    height: auto !important;
}

.program_family_info {
    position: fixed;
    top: 5rem;
    width: 100%;
}

.program_family_info.lobby {
    position: relative;
    top: auto;
}

.program_family_container.slide-out {
    opacity: 0;
    transform: translate(-999px,0);
}

.program_family_logo {
    max-width: 9.375rem;
    margin-bottom: 2rem;
}

.program_family .header {
    margin: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.program_family .header__title {
    color: rgba(255, 255, 255, 0.98);
}

.program_family .header__description {
    color: rgba(255,255,255,0.75);
    margin-bottom: 2rem;
}

.program_family .pnl__action {
    color: white;
    display: flex;
    margin-bottom: 2rem;
}

.program_family .pnl__action--resume .action__icon i {
    color: rgba(188,216,255,1);
    font-size: 2rem;
}

.program_family .control__input {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: none;
    color: rgba(255, 255, 255, 1);
}

.program_family .pnl__action--new {
    margin-top: 2.5rem;
}

.program_family .pnl__action--new i {
    color: rgba(255,200,0,1);
    font-size: 2rem;
}

.program_family .action__info {
    padding-left: 1rem;
}

.program_family .action__info--title {
    font-family: museo-slab;
    font-weight: 400;
    font-style: italic;
}

.program_family .action__info--description {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.66);
}

.program_family #navigator {
    left: 81.65rem;
}

.program_family.full #navigator {
    left: calc(100% - 11rem);
}

.program_family .control__inline {
    flex-wrap: nowrap;
}

.program_family .quotes_container .header__title {
    color: rgba(255, 255, 255, 0.98);
    margin-bottom: 0.5rem;
}


    @-webkit-keyframes rotating /* Safari and Chrome */ {
        from {
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes rotating {
        from {
            -ms-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        to {
            -ms-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

.program_family .rotating {
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

.program_family .quotes_container .lob_header {
    display: flex;
    margin-bottom: 0.25rem;
    cursor: pointer;
}

.program_family .quotes_container .lob_title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 1rem;
    opacity: 0.75;
}

.program_family .quotes_container .lob_expand {
    font-size: 1.75rem;
    width: 2rem;
    height: 2rem;
    position: relative;
}

.program_family .quotes_container .lob_icon {
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
    position: relative;
}

.program_family .quotes_container .lob_expand .fa {
    position: absolute;
    height: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(255, 200, 0, 1);
    font-weight: 800;
}

.program_family .quotes_container .lob_icon .fa {
    position: absolute;
    height: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(255, 200, 0, 1);
}

.program_family .quotes_container .quote_card {
    max-width: 85%;
    width: 500px;
    height: 75px;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    display: grid;
    grid-template-columns: 125px 1fr 150px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000040;
    cursor: pointer;
    position: relative;
}

.program_family .quotes_container .quote_card.no_app {
    cursor: initial;    
}

.program_family .quotes_container .quote_card.incomplete::after {
    position: absolute;
    content: 'WAITING FOR RESPONSE FROM THE CARRIER.';
    width: 100%;
    color: black;
    background: rgba(256, 256, 256, 0.8);
    height: 100%;
    display: flex;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0px;
    //color: #678899;
}

.program_family .quotes_container .quote_card > div {
    padding: 0.95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 75px;
}

.program_family .quotes_container .quote_card .label {
    font: normal normal medium 12px/12px FreightSans Pro;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0px;
    color: #678899;
}

.program_family .quotes_container .quote_card .value {
    font: normal normal normal 18px/22px Museo Slab 700;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #545454;
}

.program_family .quotes_container .quote_card .quote_premium {
    background: #EDF0F2 0% 0% no-repeat padding-box;
    text-align: right;
}

.program_family .quotes_container .quote_card .quote_carrier img {
    width: 4.5rem;
    align-self: start;
    object-fit: contain;
    max-height: 100%;
    z-index: 1;
}

.program_family .quotes_container .quote_card .quote_carrier {
    height: 75px;
}

.program_family .quotes_container .quote_card.no_app .quote_carrier {
    background: transparent linear-gradient(180deg, #F7EDED 0%, #FFF9FE 100%) 0% 0% no-repeat padding-box;
}

.program_family .quotes_container .quote_card.preferred .quote_carrier {
    background: transparent linear-gradient(180deg, #D0E1F5 0%, #F5F9FF 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
}

.program_family .quotes_container .quote_card.preferred .quote_carrier .fa-check {
    position: absolute;
    font-size: 140px;
    left: 0;
    color: #F5F9FF;
    z-index: 0;
}

.program_family .quotes_container .quote_card .quote_carrier .no_app_info {
    color: #678899;
    position: absolute;
    bottom: 2px;
    font-size: .75rem;
    font-weight: 600;
    z-index: 2;
}

.program_family .quotes_container .quote_card .quote_carrier .no_app_info .fa {
    color: #D9534F;
}

@media (max-width: 93.75rem) {
    .program_family_container.expanded {
        max-width: calc(100% - 15.5rem);
    }

    .program_family_container.expanded .left {
        max-width: 25rem;
    }

    .program_family #navigator {
        left: calc(100% - 12rem);
    }

}

@media (max-width: 70rem) {
    .program_family_container {
        max-width: calc(100vw - 12rem);
    }

    .program_family_container.expanded {
        max-width: calc(100% - 10.5rem);
    }

    .program_family_container.expanded .left {
        max-width: 20rem;
    }

    .program_family #navigator {
        left: calc(100% - 7rem);
    }
}

@media (max-width: 64rem) {
    .program_family_container {
        max-width: calc(100vw - 12rem);
    }

    .program_family_container.expanded {
        max-width: calc(100% - 10.5rem);
    }

    .program_family_container.expanded .left {
        display: none;
    }

    .program_family_container.full .left {
        display: none;
    }

    .program_family #navigator {
        left: calc(100% - 7rem);
    }

}

@media (max-width: 48rem) {
    .program_family_container {
        max-width: calc(100vw - 6rem);
    }

    .program_family_container.expanded {
        max-width: calc(100% - 9.3rem);
    }

    .program_family_container.expanded .left {
        display: none;
    }

    .program_family_container.full .left {
        display: none;
    }

    .program_family #navigator {
        left: calc(100% - 5.75rem);
    }

    .program_family .control__inline {
        flex-wrap: wrap;
    }

}

.program_family footer {
    font-size: 0.75rem;
    color: rgba(136,137,140,1);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    margin-top: 5.625rem;
}

.program_family footer.slide-out {
    opacity: 0;
    transform: translate(-999px,0);
}

.program_family footer img {
    max-width: 5.3125rem;
}

.program_family .pnl__action--new .pnl__info {
    display: flex;
    background-color: rgba(255,255,255,0.2);
    padding: 0.75rem;
    cursor: pointer;
}

.program_family .pnl__action--new .pnl__info:hover {
    background-color: rgba(255,255,255,0.3);
}

.program_family .button--start {
    background: rgba(63, 140, 48, 1) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    height: auto;
}

.program_family .button--start:hover {
    background: rgba(53, 122, 39, 1) 0% 0% no-repeat padding-box;
}

.program_family .button--start .button__label {
    margin-left: 0;
}

.program_family .program__container {
    margin-bottom: 3.125rem;
    position: relative;
/*    max-height: calc(100vh - 45rem);*/
    overflow-y: auto;
}

.program_family .program__item {
    display: flex;
    margin-bottom: 1rem;
}

.program_family .program__item .program__icon {
    min-width: 3.125rem;
    max-width: 3.125rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 0.25rem 1rem 0 0.25rem;
}

.program_family .program__item .program__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: museo-slab;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.375rem;
    font-size: 1.125rem;
}

.program_family #navigator {
    top: 6.25rem;
}

.program_family #navigator button {
    border-left: none;
}

.program_family_container.expanded .header {
    opacity: 1;
}

.program_family .overall_progress {
    margin-bottom: 2rem;
}

.program_family .overall_progress .header__title {
    margin-bottom: 0.5rem;
}

.program_family .overall_progress .progress_item {
    display: flex;
    margin-bottom: 0.25rem;
}

.program_family .overall_progress .progress_number {
    font-family: museo-slab;
    font-weight: 900;
    font-size: 1.25rem;
    color: rgba(255, 200, 0, 1);
    line-height: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.program_family .overall_progress .progress_title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0.75rem;
    margin-right: 1rem;
    opacity: 0.75;
}

.program_family .overall_progress .progress_icon {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 2rem;
    position: relative;
}

.program_family .overall_progress .progress_icon .fa {
    position: absolute;
    height: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.program_family .overall_progress .progress_icon .fa-refresh {
    color: rgba(255, 200, 0, 1);
}

.program_family .overall_progress .progress_icon .fa-check {
    color: rgba(63, 140, 48, 1);
}

.program_family .app_item {
    margin-bottom: 1rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 4px;
    background-position: center;
}

.program_family .app_info {
    background: rgba(0, 0, 0, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.5);
    background: transparent linear-gradient(270deg, rgba(0, 0, 0, 1) 50%, rgba(95, 95, 95, 0) 100%) 0% 0% no-repeat padding-box;
    padding: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.program_family .app_info.completed {
    background: rgba(34, 97, 51, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(112, 155, 112, 1);
    background: transparent linear-gradient(270deg, rgba(34, 97, 51, 1) 40%, rgba(35, 97, 52, 0) 100%) 0% 0% no-repeat padding-box;
}

.program_family .app_title {
    font-family: museo-slab;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.98);
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: right;
}

.program_family .app_info .app_completed {
    display: none;
}

.program_family .app_info.completed .app_completed {
    display: flex;
}

.program_family .app_info .app_progress {
    display: flex;
    justify-content: flex-end;
}

.program_family .app_info.completed .app_progress {
    display: none;
}


.pfprog_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -2.5rem;
}

.pfprog_column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-right: 4rem;
    margin-top: 2.5rem;
}

.pf_item_noprogress {
    display: flex;
    flex-direction: row;
    max-width: 25rem;
    min-width: 22rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.pf_icon {
    height: 3.5rem;
    width: 3.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

.pf_title {
    flex-grow: 1;
    font: normal normal normal 14px/17px Museo Slab 300;
    color: #FFFFFFE8;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-align: left;
    margin-left: 5rem;
    margin-right: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.pf_item {
    display: flex;
    flex-direction: row;
    max-width: 40rem;
    min-width: 22rem;
    height: 3rem;
    margin-bottom: 0.66rem;
    border: 1px solid #FFFFFF80;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.pf_name {
    flex-grow: 1;
}

.pf_name_back {
    background: transparent linear-gradient(270deg, #000000FF 0%, #030303FA 75%, #40404000 100%) 0% 0% no-repeat padding-box;
    flex-grow: 1;
    margin-left: 1rem;
    height: 100%;
    position: relative;
}

.pf_name_title {
    font: normal normal normal 14px/17px Museo Slab 300;
    color: #FFFFFFE8;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-align: left;
    margin-left: 2.125rem;
    margin-right: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}


.pf_progress {
    background: rgba(255, 255, 255, 0.15) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    width: 9.175rem;
    display: flex;
    flex-direction: row;
    padding-top: 0.5rem;
}

.pf_progress_text {
    flex-grow: 1;
    height: 2rem;
    padding-right: 0.75rem;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pf_progress_donut {
    height: 2rem;
    border-left: 2px solid rgba(245, 192, 0, 1);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-family: museo-slab;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}




.program_family .app_desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    line-height: 1.125rem;
    text-align: right;
}

.program_family .app_completed {
    margin-top: 1.5rem;
    text-align: right;
    justify-content: flex-end;
}

.program_family .app_completed .icon {
    color: rgba(39, 174, 96, 1);
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.5rem;
}

.program_family .app_completed .text {
    font-family: museo-slab;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-style: italic;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
}

.program_family .app_progress .app_progress_container {
    background: rgba(255, 255, 255, 0.23) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin-top: 1.25rem;
    padding: 0.625rem 1rem;
    display: flex;
}

.program_family .app_progress_left {
    border-right: 1px solid rgba(245, 192, 0, 1);
    padding-right: 0.75rem;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.program_family .app_progress_right {
    border-left: 1px solid rgba(245, 192, 0, 1);
    padding-left: 0.75rem;
    font-family: museo-slab;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}

.program_family .app_progress_left .percent {
    font-family: museo-slab;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
}

.program_family .app_progress_left .percent_complete {
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
    text-transform: uppercase;
}


.program_family .pf_progress_text .percent {
    font-family: museo-slab;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
    line-height: 0.75rem;
    margin-top: 0.35rem;
}

.program_family .pf_progress_text .percent_complete {
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
    text-transform: uppercase;
}




.program_family .app_progress_right .question_completed {
    margin-bottom: 0.5rem;
}

/*.program_family_container.submitted .overall_progress {
    opacity: 0.25;
}*/

.program_family .pf_checkbox {
    margin-bottom: 1rem;
}

.program_family .pf_checkbox.app_checkbox .checkbox__label {
    font-family: museo-slab;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.program_family .pf_checkbox .checkbox .pretty {
    background: rgba(255, 255, 255, 0.25) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 3px;
}

.program_family .pf_checkbox .checkbox .pretty.p-icon .state .icon {
    top: 0.55rem;
    border-right: 0.3rem solid rgba(39, 174, 96, 1);
    border-top: 0.3rem solid rgba(39, 174, 96, 1);
}

.program_family .section__label {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.program_family .pf_checkbox .checkbox__label {
    color: rgba(255, 255, 255, 0.75);
}

.program_family .control__label {
    color: rgba(255,255,255,0.75);
    font-weight: 500 !important;
}

.program_family .qr__panel--effective-date .date-picker .form-control {
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: rgba(255, 255, 255, 1);
}

.program_family .qr__panel--effective-date .date-picker input::placeholder {
    font-style: normal !important;
}

.program_family .qr__panel--effective-date .date-picker input::-webkit-input-placeholder,
.program_family .qr__panel--effective-date .date-picker input::-moz-placeholder,
.program_family .qr__panel--effective-date .date-picker input:-ms-input-placeholder,
.program_family .qr__panel--effective-date .date-picker input:-moz-placeholder,
.program_family .qr__panel--effective-date .date-picker input::placeholder {
    font-style: normal !important;
}


.program_family .qr__panel--effective-date .date-picker .btn-outline-secondary {
    background-color: rgba(255, 255, 255, 0.49);
    border: none;
    color: rgba(64, 64, 64, 1);
    font-size: 1rem;
    padding: 0.625rem;
}

.program_family .qr__panel--effective-date .date-picker .btn-outline-secondary .fa {
    font-size: 1.25rem;
}

.program_family .qr__panel--effective-date .date-picker .input-group-append {
    margin-left: 0;
}

.program_family textarea {
    min-height: 6.25rem;
}

.program_family .scroll-textarea {
    border: none !important;
}

.program_family .scroll-textarea > .scroll-content > textarea {
    background-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75) !important;
}

.program_family .scrollbar-outer > .scroll-element {
    background: none;
}

.program_family .panel {
    background: none;
    box-shadow: none;
}

.program_family .acc {
    min-height: 0;
}

.program_family .acc__info {
    background: none;
    box-shadow: none;
    min-height: 0;
    padding: 0 1rem;
}

.program_family .acc__icon {
    background: none;
    min-height: 0;
    width: 1rem;
    justify-content: flex-start;
    margin-top: 0.25rem;
}

.program_family .acc__title {
    color: rgba(255, 255, 255, 1);
}

.program_family .acc__description {
    color: rgba(255, 255, 255, 0.75);
}

.program_family .acc__panel {
    padding: 0;
    margin: 2rem 0 0 2rem;
}

.program_family .suggestion {
    background-color: rgba(87, 95, 107, 1);
    border: none;
    box-shadow: 0px 0px 4px 0px rgb(255 255 255 / 50%);
}

.program_family .suggestion__item {
    color: rgba(255, 255, 255, 1);
}

.program_family .suggestion__item:hover {
    text-decoration: none;
    background-color: rgba(248,249,250, 1);
    color: rgba(84, 84, 84, 1);
}

.program_family .acc__form {
    max-width: 100%;
}

.program_family .acc__form .section__label {
    color: rgba(255, 255, 255, 0.75);
}

.program_family .acc__form .section__container {
    border-left: 0.1875rem solid rgba(255, 255, 255, 0.1);
}

.program_family .acc__form .checkbox .pretty {
    background: rgba(255, 255, 255, 0.25) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 3px;
}

.program_family .acc__form .checkbox .pretty.p-icon .state .icon {
    top: 0.55rem;
    border-right: 0.2rem solid rgba(39, 174, 96, 1);
    border-top: 0.2rem solid rgba(39, 174, 96, 1);
}

.program_family .acc__form .checkbox__label {
    color: rgba(255, 255, 255, 0.75);
}

.program_family .acc__side-panel {
    display: none;
}

.program_family .acc__form .vs__dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: rgba(255, 255, 255, 1);
    border: none !important;
    padding-right: 3.25rem;
}

.program_family .acc__form .vs__selected {
    color: rgba(255, 255, 255, 1);
    padding-right: 0;
}

.program_family .acc__form .vs__actions {
    background-color: rgba(255,255,255, 0.5);
    color: rgba(64, 64, 64, 1);
}

.program_family .vs__dropdown-menu {
    background-color: rgba(87, 95, 107, 1);
    border: none;
    box-shadow: 0px 0px 4px 0px rgb(255 255 255 / 50%);
}

.program_family .acc__form .dropdown .dropdown-item {
    color: rgba(255, 255, 255, 1);
}

.program_family .acc__form .dropdown .dropdown-item:hover {
    color: rgba(84, 84, 84, 1);
}

.program_family .acc__form .dropdown .dropdown-item.selected,
.program_family .acc__form .dropdown .dropdown-item:focus {
    background-color: rgba(191,191,191,1);
    color: rgb(255, 255, 255);
    border-radius: 0;
}

.program_family .acc__form .dropdown .dropdown-item:active {
    background-color: rgb(255, 255, 255);
    color: rgba(102, 102, 102, 1);
}

.program_family .acc__form .dropdown .dropdown-item:active:hover {
    text-decoration: none;
    background-color: rgba(248,249,250, 1);
    color: rgba(84, 84, 84, 1);
}

.program_family .acc__form .dropdown .dropdown-item.selected:active,
.program_family .acc__form .dropdown .dropdown-item.selected:active:hover {
    background-color: rgba(191,191,191,1);
    color: rgb(255, 255, 255);
    border-radius: 0;
}

.program_family .acc__form .control__state-container {
    background-color: rgba(245, 245, 245, 0.1);
    max-width: 25rem;
}

.program_family .acc__form .control__state-background {
    background-color: rgba(252, 252, 252, 0.15);
    border: none;
}

.program_family #upload-import {
    display: none;
}

.program_family #customer-data .panel--upload {
    padding-top: 0;
}

.program_family #customer-data #applicant,
.program_family #customer-data #assignment {
    margin-bottom: 2rem;
}

.program_family .button--search {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.confirmation-dialog .dialog.pf_app_complete {
    padding: 6rem;
}

.confirmation-dialog .dialog.pf_app_complete .dh__icon {
    color: rgba(39, 174, 96, 1);
}

.confirmation-dialog .dialog.pf_app_complete .dh__title {
    font-style: italic;
}

.confirmation-dialog .dialog.pf_app_complete .dialog__content {
    width: 100%;
    max-width: 35.125rem;
}

.confirmation-dialog .dialog.pf_app_complete .app_item {
    margin-bottom: 1rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 4px;
    background-position: center;
}

.confirmation-dialog .dialog.pf_app_complete .app_item.last {
    margin-bottom: 2rem;
}

.confirmation-dialog .dialog.pf_app_complete .app_info {
    background: rgba(0, 0, 0, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.5);
    background: transparent linear-gradient(270deg, rgba(0, 0, 0, 1) 50%, rgba(95, 95, 95, 0) 100%) 0% 0% no-repeat padding-box;
    padding: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.confirmation-dialog .dialog.pf_app_complete .app_info.completed {
    background: rgba(34, 97, 51, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(112, 155, 112, 1);
    background: transparent linear-gradient(270deg, rgba(34, 97, 51, 1) 40%, rgba(35, 97, 52, 0) 100%) 0% 0% no-repeat padding-box;
}

.confirmation-dialog .dialog.pf_app_complete .app_title {
    font-family: museo-slab;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.98);
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: right;
}

.confirmation-dialog .dialog.pf_app_complete .app_info .app_completed {
    display: none;
}

.confirmation-dialog .dialog.pf_app_complete .app_info.completed .app_completed {
    display: flex;
}

.confirmation-dialog .dialog.pf_app_complete .app_info .app_progress {
    display: flex;
    justify-content: flex-end;
}

.confirmation-dialog .dialog.pf_app_complete .app_info.completed .app_progress {
    display: none;
}

.confirmation-dialog .dialog.pf_app_complete .app_desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    line-height: 1.125rem;
    text-align: right;
}

.confirmation-dialog .dialog.pf_app_complete .app_completed {
    margin-top: 1.5rem;
    text-align: right;
    justify-content: flex-end;
    margin-right: 4.5rem;
}

.confirmation-dialog .dialog.pf_app_complete .app_completed .icon {
    color: rgba(39, 174, 96, 1);
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.5rem;
}

.confirmation-dialog .dialog.pf_app_complete .app_completed .text {
    font-family: museo-slab;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-style: italic;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
}

.confirmation-dialog .dialog.pf_app_complete .app_progress .app_progress_container {
    background: rgba(255, 255, 255, 0.23) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin-top: 1.25rem;
    padding: 0.625rem 1rem;
    display: flex;
    flex-wrap: wrap;
}

.confirmation-dialog .dialog.pf_app_complete .app_progress_left {
/*    border-right: 1px solid rgba(245, 192, 0, 1);
    padding-right: 0.75rem;*/
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.confirmation-dialog .dialog.pf_app_complete .app_progress_right {
    border-left: 1px solid rgba(245, 192, 0, 1);
    padding-left: 0.75rem;
    font-family: museo-slab;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}

.confirmation-dialog .dialog.pf_app_complete .app_progress_left .percent {
    font-family: museo-slab;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
}


.confirmation-dialog .dialog.pf_app_complete .app_progress_left .percent_complete {
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    opacity: 0.85;
    text-transform: uppercase;
}

.confirmation-dialog .dialog.pf_app_complete .app_progress_right .question_completed {
    margin-bottom: 0.5rem;
}

.confirmation-dialog .dialog.pf_app_complete .app_return {
    justify-content: space-between;
    flex-wrap: wrap;
}

.confirmation-dialog .dialog.pf_app_complete .app_return .logo {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.confirmation-dialog .dialog.pf_app_complete .app_return .logo div {
    max-height: 2rem;
}

.confirmation-dialog .dialog.pf_app_complete .app_return .logo img {
    height: 100%;
}

.confirmation-dialog .dialog.pf_app_complete .app_return .info {
    display: flex;
}

.confirmation-dialog .dialog.pf_app_complete .app_return .info .icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(255, 200, 0, 1);
    margin-right: 0.5rem;
}

.confirmation-dialog .dialog.pf_app_complete .app_return .info .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 300;
    font-style: italic;
}

.confirmation-dialog .dialog.pf_app_complete .app_return:hover {
    background-color: rgba(255, 255, 255, 0.23);
}

.program_family #navigator .button_pf_next,
.program_family #navigator .button_pf_submit {
    background-color: rgba(63, 140, 48, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 2rem;
}

.program_family .button_pf_quotes {
    background-color: rgba(63, 140, 48, 1);
    margin-left: 1rem;
}

.program_family #navigator .button_pf_next .fa,
.program_family #navigator .button_pf_submit .fa {
    font-size: 0.938rem;
}

.program_family #navigator .button_pf_next .button__label,
.program_family #navigator .button_pf_submit .button__label {
    font-size: 0.875rem;
}

.program_family .naic__container {
    width: 100%;
    color: #212529;
}

.program_family .naic__container .control__label {
    font-size: 1rem;
    color: rgba(84,84,84,1);
    font-weight: 600 !important;
    margin-bottom: 0rem;
}

.program_family .naic__container .control__input {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-color: rgba(191,191,191,1);
    color: #495057;
}

.program_family .portal-footer__copyright {
    opacity: 0.35;
}

.program_family .v-select {
    min-width: 6.25rem;
}

.program_family .control--address.line-1 {
    padding-bottom: 0;
    margin-bottom: 0.25rem !important;
}

.program_family .txtCity,
.program_family .txtMailingCity,
.program_family .txtAgentCity {
    min-width: 7rem;
}

/* PROGRESS CIRCLE */

.program_family .progress_circle {
    font-size: 0.35rem;
    position: relative; /* so that children can be absolutely positioned */
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: rgba(255,255,255, 1);
    border-radius: 50%;
    line-height: 5em;
}

.program_family .progress_circle:after {
    border: none;
    position: absolute;
    top: 0.65em;
    left: 0.65em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 3.75em;
    height: 3.75em;
    background-color: #3b3b3b;
    content: " ";
}
/* Text inside the control */
.program_family .progress_circle span {
    position: absolute;
    line-height: 5em;
    width: 5em;
    text-align: center;
    display: block;
    color: rgba(63, 140, 48, 1);
    z-index: 2;
}

.program_family .left_half_clipper {
    /* a round circle */
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute; /* needed for clipping */
    clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/
}
/* when p>50, don't clip left half*/
.program_family .progress_circle.over50 .left_half_clipper {
    clip: rect(auto,auto,auto,auto);
}

.program_family .value_bar {
    /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.75em solid rgba(63, 140, 48, 1); /*The border is 0.35 but making it larger removes visual artifacts */
    /*background-color: #4D642D;*/ /* for debug */
    box-sizing: border-box;
}
/* Progress bar filling the whole right half for values above 50% */
.program_family .progress_circle.over50 .first50_bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: rgba(63, 140, 48, 1);
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.program_family .progress_circle:not(.over50) .first50_bar {
    display: none;
}


/* Progress bar rotation position */
.program_family .progress_circle.p0 .value_bar {
    display: none;
}

.program_family .progress_circle.p1 .value_bar {
    transform: rotate(4deg);
}

.program_family .progress_circle.p2 .value_bar {
    transform: rotate(7deg);
}

.program_family .progress_circle.p3 .value_bar {
    transform: rotate(11deg);
}

.program_family .progress_circle.p4 .value_bar {
    transform: rotate(14deg);
}

.program_family .progress_circle.p5 .value_bar {
    transform: rotate(18deg);
}

.program_family .progress_circle.p6 .value_bar {
    transform: rotate(22deg);
}

.program_family .progress_circle.p7 .value_bar {
    transform: rotate(25deg);
}

.program_family .progress_circle.p8 .value_bar {
    transform: rotate(29deg);
}

.program_family .progress_circle.p9 .value_bar {
    transform: rotate(32deg);
}

.program_family .progress_circle.p10 .value_bar {
    transform: rotate(36deg);
}

.program_family .progress_circle.p11 .value_bar {
    transform: rotate(40deg);
}

.program_family .progress_circle.p12 .value_bar {
    transform: rotate(43deg);
}

.program_family .progress_circle.p13 .value_bar {
    transform: rotate(47deg);
}

.program_family .progress_circle.p14 .value_bar {
    transform: rotate(50deg);
}

.program_family .progress_circle.p15 .value_bar {
    transform: rotate(54deg);
}

.program_family .progress_circle.p16 .value_bar {
    transform: rotate(58deg);
}

.program_family .progress_circle.p17 .value_bar {
    transform: rotate(61deg);
}

.program_family .progress_circle.p18 .value_bar {
    transform: rotate(65deg);
}

.program_family .progress_circle.p19 .value_bar {
    transform: rotate(68deg);
}

.program_family .progress_circle.p20 .value_bar {
    transform: rotate(72deg);
}

.program_family .progress_circle.p21 .value_bar {
    transform: rotate(76deg);
}

.program_family .progress_circle.p22 .value_bar {
    transform: rotate(79deg);
}

.program_family .progress_circle.p23 .value_bar {
    transform: rotate(83deg);
}

.program_family .progress_circle.p24 .value_bar {
    transform: rotate(86deg);
}

.program_family .progress_circle.p25 .value_bar {
    transform: rotate(90deg);
}

.program_family .progress_circle.p26 .value_bar {
    transform: rotate(94deg);
}

.program_family .progress_circle.p27 .value_bar {
    transform: rotate(97deg);
}

.program_family .progress_circle.p28 .value_bar {
    transform: rotate(101deg);
}

.program_family .progress_circle.p29 .value_bar {
    transform: rotate(104deg);
}

.program_family .progress_circle.p30 .value_bar {
    transform: rotate(108deg);
}

.program_family .progress_circle.p31 .value_bar {
    transform: rotate(112deg);
}

.program_family .progress_circle.p32 .value_bar {
    transform: rotate(115deg);
}

.program_family .progress_circle.p33 .value_bar {
    transform: rotate(119deg);
}

.program_family .progress_circle.p34 .value_bar {
    transform: rotate(122deg);
}

.program_family .progress_circle.p35 .value_bar {
    transform: rotate(126deg);
}

.program_family .progress_circle.p36 .value_bar {
    transform: rotate(130deg);
}

.program_family .progress_circle.p37 .value_bar {
    transform: rotate(133deg);
}

.program_family .progress_circle.p38 .value_bar {
    transform: rotate(137deg);
}

.program_family .progress_circle.p39 .value_bar {
    transform: rotate(140deg);
}

.program_family .progress_circle.p40 .value_bar {
    transform: rotate(144deg);
}

.program_family .progress_circle.p41 .value_bar {
    transform: rotate(148deg);
}

.program_family .progress_circle.p42 .value_bar {
    transform: rotate(151deg);
}

.program_family .progress_circle.p43 .value_bar {
    transform: rotate(155deg);
}

.program_family .progress_circle.p44 .value_bar {
    transform: rotate(158deg);
}

.program_family .progress_circle.p45 .value_bar {
    transform: rotate(162deg);
}

.program_family .progress_circle.p46 .value_bar {
    transform: rotate(166deg);
}

.program_family .progress_circle.p47 .value_bar {
    transform: rotate(169deg);
}

.program_family .progress_circle.p48 .value_bar {
    transform: rotate(173deg);
}

.program_family .progress_circle.p49 .value_bar {
    transform: rotate(176deg);
}

.program_family .progress_circle.p50 .value_bar {
    transform: rotate(180deg);
}

.program_family .progress_circle.p51 .value_bar {
    transform: rotate(184deg);
}

.program_family .progress_circle.p52 .value_bar {
    transform: rotate(187deg);
}

.program_family .progress_circle.p53 .value_bar {
    transform: rotate(191deg);
}

.program_family .progress_circle.p54 .value_bar {
    transform: rotate(194deg);
}

.program_family .progress_circle.p55 .value_bar {
    transform: rotate(198deg);
}

.program_family .progress_circle.p56 .value_bar {
    transform: rotate(202deg);
}

.program_family .progress_circle.p57 .value_bar {
    transform: rotate(205deg);
}

.program_family .progress_circle.p58 .value_bar {
    transform: rotate(209deg);
}

.program_family .progress_circle.p59 .value_bar {
    transform: rotate(212deg);
}

.program_family .progress_circle.p60 .value_bar {
    transform: rotate(216deg);
}

.program_family .progress_circle.p61 .value_bar {
    transform: rotate(220deg);
}

.program_family .progress_circle.p62 .value_bar {
    transform: rotate(223deg);
}

.program_family .progress_circle.p63 .value_bar {
    transform: rotate(227deg);
}

.program_family .progress_circle.p64 .value_bar {
    transform: rotate(230deg);
}

.program_family .progress_circle.p65 .value_bar {
    transform: rotate(234deg);
}

.program_family .progress_circle.p66 .value_bar {
    transform: rotate(238deg);
}

.program_family .progress_circle.p67 .value_bar {
    transform: rotate(241deg);
}

.program_family .progress_circle.p68 .value_bar {
    transform: rotate(245deg);
}

.program_family .progress_circle.p69 .value_bar {
    transform: rotate(248deg);
}

.program_family .progress_circle.p70 .value_bar {
    transform: rotate(252deg);
}

.program_family .progress_circle.p71 .value_bar {
    transform: rotate(256deg);
}

.program_family .progress_circle.p72 .value_bar {
    transform: rotate(259deg);
}

.program_family .progress_circle.p73 .value_bar {
    transform: rotate(263deg);
}

.program_family .progress_circle.p74 .value_bar {
    transform: rotate(266deg);
}

.program_family .progress_circle.p75 .value_bar {
    transform: rotate(270deg);
}

.program_family .progress_circle.p76 .value_bar {
    transform: rotate(274deg);
}

.program_family .progress_circle.p77 .value_bar {
    transform: rotate(277deg);
}

.program_family .progress_circle.p78 .value_bar {
    transform: rotate(281deg);
}

.program_family .progress_circle.p79 .value_bar {
    transform: rotate(284deg);
}

.program_family .progress_circle.p80 .value_bar {
    transform: rotate(288deg);
}

.program_family .progress_circle.p81 .value_bar {
    transform: rotate(292deg);
}

.program_family .progress_circle.p82 .value_bar {
    transform: rotate(295deg);
}

.program_family .progress_circle.p83 .value_bar {
    transform: rotate(299deg);
}

.program_family .progress_circle.p84 .value_bar {
    transform: rotate(302deg);
}

.program_family .progress_circle.p85 .value_bar {
    transform: rotate(306deg);
}

.program_family .progress_circle.p86 .value_bar {
    transform: rotate(310deg);
}

.program_family .progress_circle.p87 .value_bar {
    transform: rotate(313deg);
}

.program_family .progress_circle.p88 .value_bar {
    transform: rotate(317deg);
}

.program_family .progress_circle.p89 .value_bar {
    transform: rotate(320deg);
}

.program_family .progress_circle.p90 .value_bar {
    transform: rotate(324deg);
}

.program_family .progress_circle.p91 .value_bar {
    transform: rotate(328deg);
}

.program_family .progress_circle.p92 .value_bar {
    transform: rotate(331deg);
}

.program_family .progress_circle.p93 .value_bar {
    transform: rotate(335deg);
}

.program_family .progress_circle.p94 .value_bar {
    transform: rotate(338deg);
}

.program_family .progress_circle.p95 .value_bar {
    transform: rotate(342deg);
}

.program_family .progress_circle.p96 .value_bar {
    transform: rotate(346deg);
}

.program_family .progress_circle.p97 .value_bar {
    transform: rotate(349deg);
}

.program_family .progress_circle.p98 .value_bar {
    transform: rotate(353deg);
}

.program_family .progress_circle.p99 .value_bar {
    transform: rotate(356deg);
}

.program_family .progress_circle.p100 .value_bar {
    transform: rotate(360deg);
}
#quote-options {
	--panel-border-color: rgb(210,210,210);
	--color-dark-blue: rgba(103,136,153,1);
	--font-casual: museo-slab;
	--font-standard: freight-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--background-dim: #fefefe;
	--background-highlight: white;
	--border-width-highlight: 3px;
}

div.quote-option-selected {
	display: inline-block;
	overflow: auto;
	position: absolute;
	overflow: hidden;
	width: 200px;
}
div.quote-option-selected i.fa {
	font-size: 50px;
}
div.quote-option-selected i.fa-check {
	color: #26ae5f;
	position: absolute;
	margin-top: -2px;
	margin-left: 3px;
	font-size: 45px;
}
table.quote-options-table {
	width: 100%;
	margin-top: 20px;
}
table.quote-options-table td:first-child {
min-width: 200px;
max-width: 300px;
}
table.quote-options-table td {
	padding: 2px;
}
table.quote-options-table td.quote-options-value-col {
	font-family: var(--font-casual);
	font-size: 13px;
}
#quote-options table.quote-options-table td.quote-options-value-col a,
#quote-options table.quote-options-table td.quote-options-value-col button.btn-link  {
	color: var(--color-dark-blue);
	font-family: var(--font-standard);
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
#quote-options img.quote-option-logo {
	max-width: 150px;
	max-height: 50px;
	margin-left: 50px;
}
#quote-options div.quote-option-name {
	font-weight: bold;
	display: inline-block;
	width: 150px;
	margin-left: 50px;
	padding: 0px;
	margin-top: 0px;
}

table.quote-options-table tr:first-child td.quote-options-spacer-left,
table.quote-options-table tr:first-child td.quote-options-spacer-right,
table.quote-options-table tr:first-child td.quote-options-value-col {
	border-top: 1px solid var(--panel-border-color);
}
table.quote-options-table tr:first-child td.quote-options-spacer-left.highlight-option,
table.quote-options-table tr:first-child td.quote-options-spacer-right.highlight-option,
table.quote-options-table tr:first-child td.quote-options-value-col.highlight-option {
	border-top-width: var(--border-width-highlight);
}

table.quote-options-table tr.quote-options-dimensions td.quote-options-spacer-left,
table.quote-options-table tr.quote-options-dimensions td.quote-options-spacer-right,
table.quote-options-table tr.quote-options-dimensions td.quote-options-value-col {
	border-bottom: 1px solid var(--panel-border-color);
}
table.quote-options-table tr td.quote-options-value-col {
	background-color: var(--background-dim);
	width: 200px;
	color: gray;
}
table.quote-options-table tr td.quote-options-spacer-left {
	background-color: var(--background-dim);
	border-left: 1px solid var(--panel-border-color);
}
table.quote-options-table tr td.quote-options-spacer-right {
	background-color: var(--background-dim);
	border-right: 1px solid var(--panel-border-color);
}
table.quote-options-table tr td.quote-options-value-col.highlight-option {
	background-color: var(--background-highlight);
	color: black;	
}
table.quote-options-table tr td.quote-options-spacer-left.highlight-option {
	background-color: var(--background-highlight);
	border-left-width: var(--border-width-highlight);
}
table.quote-options-table tr td.quote-options-spacer-right.highlight-option {
	background-color: var(--background-highlight);
	border-right-width: var(--border-width-highlight);
}


table.quote-options-table tr.core-question:not(:last-child) td:not(:last-child) {
	border-bottom: 1px dotted var(--panel-border-color);
}
table.quote-options-table tr.core-question:not(:last-child) td.quote-options-spacer-right.last-option {
	border-bottom-width: 0px;
}
table.quote-options-table tr.core-question td:not(:first-child) {
	text-align: right;
}
#quote-options table.quote-options-table td.annual-premium-label, #quote-options table.quote-options-table div.annual-premium-label {
	text-align: right;
	color: var(--color-dark-blue);
	font-family: var(--font-standard);
	font-weight: bold;
	font-size: 14px;
}
#quote-options table.quote-options-table tr.quote-options-dimensions td {
	vertical-align: top;
}
#quote-options table.quote-options-table tr.quote-options-dimensions td.quote-options-value-col div.quote-options-dimension {
	overflow: auto;
	cursor: pointer;
	padding: 2px 8px 2px 8px;
}
#quote-options table.quote-options-table tr.quote-options-dimensions td.quote-options-value-col div.quote-options-dimension:not(:last-child) {
	border-bottom: 1px dotted #eee;
}
#quote-options table.quote-options-table tr.quote-options-dimensions td.quote-options-value-col div.quote-options-dimension:hover {
	background-color: #eee;
}
#quote-options table.quote-options-table tr.quote-options-dimensions td div.select-dimension {
}

table.quote-options-table tr.quote-option-premium-breakdown td.quote-options-spacer-left,
table.quote-options-table tr.quote-option-premium-breakdown td.quote-options-spacer-right,
table.quote-options-table tr.quote-option-premium-breakdown td.quote-options-value-col {
	border-bottom: 1px solid var(--panel-border-color);
	background-color: #fafbfc;
}
table.quote-options-table tr:last-child td.quote-options-spacer-left.highlight-option,
table.quote-options-table tr:last-child td.quote-options-spacer-right.highlight-option,
table.quote-options-table tr:last-child td.quote-options-value-col.highlight-option,
table.quote-options-table tr td.quote-options-spacer-left.highlight-option.quote-panel-bottom,
table.quote-options-table tr td.quote-options-spacer-right.highlight-option.quote-panel-bottom,
table.quote-options-table tr td.quote-options-value-col.highlight-option.quote-panel-bottom {
	border-bottom-width: var(--border-width-highlight);
}

table.quote-options-table tr.quote-option-annual-premium-footer td.quote-options-spacer-left,
table.quote-options-table tr.quote-option-annual-premium-footer td.quote-options-spacer-right,
table.quote-options-table tr.quote-option-annual-premium-footer td.quote-options-value-col {
	border-bottom: 1px solid var(--panel-border-color);
	background-color: #edf0f2;
}
#quote-options table.quote-options-table tr.quote-option-annual-premium-footer td.quote-options-value-col div.annual-premium-footer {
	text-align: right;
	color: black;
	font-size: 16px;
}

@keyframes slide-up {
	from {
		max-height: 1em;
	}
	to {
		max-height: 0px;
	}
}
@keyframes slide-down {
	from {
		max-height: 0px;
	}
	to {
		max-height: 6.5em;
	}
}
#quote-options div.quote-options-hide-panel {
	overflow: hidden;
	max-height: 0px;
	animation: slide-up .5s ease normal;
}
#quote-options div.quote-options-show-panel {
	overflow: hidden;
	height: auto;
	animation: slide-down .5s ease normal;
}
#quote-options div.quote-options-hidden-panel {
	overflow: hidden;
	max-height: 0px;
}
#quote-options div.quote-options-shown-panel {
	overflow: hidden;
	height: auto;
}

#quote-options div.quote-options-premium-row {
	width: 100%;
	overflow: auto;
	clear: both;
}
#quote-options div.quote-options-premium-row div {
	font-family: var(--font-standard);
}
#quote-options div.quote-options-premium-row div:first-child {
	float: left;
}
#quote-options div.quote-options-premium-row div:nth-child(2) {
	float: right;
	font-family: var(--font-casual);
	font-size: 12px;
}
#quote-options div.quote-options-premium-row div:last-child {
	overflow: hidden;
}
#quote-options div.quote-options-premium-row:nth-child(-n+2) div:last-child {
	border-bottom: 1px dotted var(--panel-border-color);
}
#quote-options div.quote-options-premium-row:last-child {
	border-top: 1px solid var(--panel-border-color);
}


.qr__panel {
    display: flex;
    flex-wrap: wrap;
}

#quote-review .acc__panel {
    padding: 2rem 2.3125rem;
}

#quote-review .acc__side-panel {
    text-align: left;
    max-width: 40%;
    margin-left: 3.875rem;
    min-width: unset;
}

#quote-review .number {
    font-family: museo-slab;
    font-weight: 400;
}

#quote-review .acc__form {
    max-width: 60%;
}

#quote-review .acc__container .acc__form {
    max-width: 100%;
}

#quote-review .side_panel__mobile {
    display: none;
}

@media (max-width: 96.25rem) {
    #quote-review .acc__side-panel {
        margin-left: 2rem;
    }
}

@media (max-width: 73.875rem) {
    #quote-review .acc__side-panel {
        margin-left: 0;
        min-width: 100%;
        position: relative;
    }

    #quote-review .acc__form {
        min-width: 100%;
    }

    #quote-review .acc__side-panel {
        display: none;
    }

    #quote-review .side_panel__sticky {
        position: absolute !important;
        top: 0 !important;
    }

    #quote-review .side_panel__mobile {
        display: block;
    }
}


#quote-review .qr__info {
    margin-right: 3rem;
    margin-bottom: 1.5rem;
}

#quote-review .qr__info .label,
#quote-review .panel__info .label {
    font-size: 0.75rem;
    color: rgba(84,84,84, 1);
    font-weight: 500;
    text-transform: uppercase;
}

#quote-review .qr__panel_quoted_amount .qr__info .label {
    font-size: 0.875rem;
}

#quote-review .qr__panel_quoted_amount .qr__info .value {
    font-family: museo-slab;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(102,102,102, 1);
    line-height: 2.625rem;
    font-weight: 400;
}

#quote-review .qr__info .label {
    color: rgba(103,136,153,1);
    font-weight: 600;
}

#quote-review .qr__info .value {
    font-size: 1.25rem;
    color: rgba(102,102,102, 1);
    line-height: 1.375rem;
    font-weight: 600;
}

#quote-review .qr__info .value .number {
    font-family: museo-slab;
    font-weight: 600;
    font-size: 1.1rem;
}

#quote-review .qr__panel_quoted_amount .qr__info .value {
    color: rgba(84,84,84, 1);
    font-size: 2.1875rem;
    line-height: 2.625rem;
}

#quote-review .info__container {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    padding: 2rem 2rem 1rem;
    margin-bottom: 2rem;
}

#quote-review .panel__info {
    display: flex;
    margin-bottom: 1rem;
}

#quote-review .panel__info .label {
    width: 100%;
    max-width: 4rem;
    text-align: right;
    margin-right: 0.75rem;
}

#quote-review .panel__info .value {
    border-left: 0.125rem solid rgba(92,169,99,1);
    padding-left: 0.75rem;
    color: rgba(128,128,128, 1);
}

#quote-review .panel__info .value--title {
    font-weight: 700;
    line-height: 1.25rem;
    color: rgba(84,84,84, 1);
}

#quote-review .panel__info .value--phone {
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

#quote-review .panel__info .value--phone span {
    margin-right: 0.25rem;
}

#quote-review .panel__info .label .number {
    font-size: 0.675rem;
}

#quote-review .panel__info .value .number {
    font-size: 0.875rem;
}

#quote-review .panel__info .value--document:after {
    font-family: FontAwesome;
    content: "\f02f";
    margin-left: 0.5rem;
    font-size: 0.875rem;
    display: inline-block;
}

#quote-review .panel__info .value--document:hover {
    cursor: pointer;
    text-decoration: underline;
}

#quote-review .panel__info .value--document:hover:after {
    text-decoration: none !important;
}

#quote-review .section {
    color: rgba(84,84,84,1);
    margin-bottom: 2rem;
}

#quote-review .section .number {
    font-size: 0.875rem;
}

#quote-review .section label.section__label {
    margin-bottom: 0;
    color: rgba(103,136,153,1);
    text-transform: uppercase;
    font-weight: 600;
}

#quote-review .section__header {
    margin-bottom: 1rem;
}

#quote-review .section__header label {
    font-size: 1.5rem;
}

#quote-review .section_data__container {
    margin-left: 1rem;
    margin-top: 0.25rem;
}

.qr__panel--accept-term {
    margin-top: 3rem;
}

.qr__panel--action {
    text-align: right;
    margin: 2.5rem 0 1rem;
    background-color: rgba(235,237,240,1);
    padding: 0.5rem;
}

#quote-review .checkbox__label {
    font-weight: 700;
    color: rgba(128,128,128,1);
}

#quote-review .qr__panel--accept-term .checkbox__label {
    font-weight: 500;
    width: 100%;
}

#quote-review .qr__panel--accept-term .section__label {
    color: rgba(103, 136, 153, 1);
    font-style: italic;
    font-weight: 600;
}

.qr__panel--effective-date {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
}

.qr__panel--effective-date .effective-date__label {
    padding-top: 0.5rem;
    margin-right: 0.8125rem;
}

.qr__panel--effective-date .date-picker {
    max-width: 10.75rem;
}

.qr__panel--effective-date .date-picker .form-control {
    font-family: museo-slab;
    font-size: 0.875rem !important;
    width: 8rem;
}

.qr__panel--effective-date .date-picker .btn-outline-secondary {
    border: 0.0625rem solid rgba(191,191,191,1);
    color: rgba(85, 97, 128, 1);
    background-color: rgba(235, 238, 242, 1);
}

.qr__panel--remarks {
    margin-top: 1.75rem;
}

.qr__panel--remarks textarea {
    min-height: 7.5rem;
}

#quote-review .app-info__container.applicant-information {
    background-color: rgba(250,251,252,1);
    -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0.1875rem 0.375rem 0px rgba(0,0,0,0.16);
    padding: 2rem 2rem 1rem;
}

.app-info__container label {
    margin-bottom: 1rem !important;
    font-family: museo-slab;
    font-weight: 600;
    line-height: 1.1875rem;
}

.app-info__container.applicant-information .panel__info .value {
    border-left: 0.125rem solid rgba(178,183,191,1);
    width: 100%;
}

#quote-review .coverage__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

#quote-review .coverage__container .app-info__container {
    margin-right: 1rem;
    width: 100%;
    border-bottom: 0.0625rem solid rgba(103,136,153,1);
    margin-bottom: 1rem;
}

#quote-review .coverage__container .panel__info {
    margin-bottom: 0;
}

#quote-review .coverage__container .panel__info .label {
    max-width: 2rem;
    text-align: left;
}

#quote-review .coverage__container .panel__info .value {
    padding-left: 0;
    border-left: none;
    width: 100%;
}

#quote-review .coverage__container .panel__info .value--title {
    margin-bottom: 0.25rem;
}

#quote-review .coverage__container .panel__info .value--info {
    display: flex;
    border-bottom: 1px dashed rgba(103,136,153,1);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
}

#quote-review .coverage__container .panel__info .value--info.last {
    border-bottom: none;
}


#quote-review .coverage__container .panel__info .value--info .col__data {
    margin-left: auto;
    font-weight: 700;
    margin-right: 1rem;
}

#quote-review .coverage__container .panel__info .value--info .col__data > * {
    font-weight: 700;
}

#quote-review .coverage__container .panel__info .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#quote-review .coverage__container .panel__info .value--info .col__label {
    margin-right: 0.5rem;
}

#quote-review .coverage__container .fa {
    margin-right: 0.5rem;
}

#quote-review .coverage__container .fa-minus {
    color: rgba(178,183,191,0.5);
}

#quote-review .premium__container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin-right: -0.25rem;
}

#quote-review .premium__container .panel__info {
    background-color: rgba(230,247,255,1);
    margin-bottom: 0.25rem;
    width: calc(50% - 0.25rem);
    margin-right: 0.25rem;
}

#quote-review .premium__container .panel__info .value {
    width: 100%;
}

@media (max-width: 48rem) {
    #quote-review .premium__container .panel__info {
        width: 100%;
        margin-right: 0;
    }

    #quote-review .premium__container {
        margin-right: 0;
    }
}

#quote-review .premium__container .panel__info .label {
    max-width: 2rem;
    text-align: left;
}

#quote-review .premium__container .panel__info .value {
    padding-left: 0;
    border-left: none;
}

#quote-review .premium__container .panel__info .value--title {
    margin-bottom: 0.25rem;
    background-color: rgba(217,237,247,1);
    color: rgba(103,136,153,1);
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

#quote-review .premium__container .panel__info .value_info__container {
    padding: 1rem 1.5rem 1.25rem;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#quote-review .premium__container .panel__info .value--info {
    display: flex;
}

#quote-review .premium__container .panel__info .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#quote-review .premium__container .panel__info .value--info .col__label {
    width: 100%;
    text-align: right;
    color: rgba(103,136,153,1);
    font-weight: 700;
    width: 5rem;
    padding-right: 0.5rem;
}

#quote-review .premium__container .panel__info .value--info .col__label,
#quote-review .premium__container .panel__info .value--info .col__currency {
    line-height: 2rem;
}

#quote-review .premium__container .fa {
    margin-right: 0.5rem;
}

#quote-review .premium__container .col__currency {
    font-family: museo-slab;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(103,103,103,1);
    text-align: right;
    margin-left: auto;
}

#quote-review .premium__container .panel__info .h-line {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgba(103,136,153,1);
}

#quote-review .premium__container .panel__info .value--info-total {
    justify-content: flex-end;
}

#quote-review .premium__container .panel__info .value--info-total .col__label,
#quote-review .premium__container .panel__info .value--info-total .col__data {
    padding-bottom: 0;
}

#quote-review .premium__container .panel__info .value--info-total .col__label {
    width: 5rem;
}

#quote-review .premium__container .panel__info .value--info-total .col__data {
    font-size: 1.125rem;
}

#quote-review .section__premium {
    margin-bottom: 2.5rem;
}

#quote-review .app-info__container.application-data {
    margin-bottom: 2rem;
    border-bottom: 1px dotted rgb(160,164,168);
    padding-bottom: 2rem;
}

#quote-review .schedule__icon .fa {
    margin-right: 0.25rem;
}

#quote-review .panel__info .label .number {
    font-size: unset;
}

#quote-review .schedule__header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
}

#quote-review .schedule__container .d-table-cell {
    padding-right: 1rem;
    white-space: nowrap;
}

#quote-review .schedule__container .schedule__body .d-table-cell {
    border-bottom: 1px dashed rgba(178,183,191,1);
}

#quote-review .schedule__container .schedule__body.last .d-table-cell {
    border-bottom: none;
}

#quote-review .schedule__container .schedule__body:hover {
    background-color: rgba(240,244,245,1);
}

#quote-review .schedule__container {
    overflow: auto;
    margin-top: 0.25rem;
    width: 100%;
}

#quote-review .app-info__container.application-data .section__label {
    font-family: museo-slab;
    font-weight: 600;
    font-size: 1rem;
}

#quote-review .schedule__container .panel__info {
    margin-bottom: 0;
}

#quote-review .schedule__container .panel__info .label {
    max-width: 1.5rem;
    font-size: 1rem;
}

#quote-review .schedule__container .panel__info .value {
    width: 100%;
    border-left: 0.125rem solid rgba(245,192,0,1);
}

#quote-review .schedule__container .value--info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed rgba(178,183,191,1);
}

#quote-review .schedule__container .value--info:hover {
    background-color: rgba(240,244,245,1);
}

#quote-review .schedule__container .value--info .col__label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding-top: 0.25rem;
}

#quote-review .schedule__container .value--info .col__data {
    text-align: right;
    width: 50%;
}

#quote-review .schedule__container .fa-minus {
    color: rgba(178,183,191,0.5);
}

#quote-review .schedule__container .value--info.last {
    border-bottom: none;
}

#quote-review .schedule__container .column__icon {
    width: 2.5rem;
    text-align: right;
}

#quote-review .rating-status-message div {
    color: rgba(2176,33,0,1) !important;
}

#quote-review .button--fraud {
    margin-left: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(85, 97, 128, 1);
    background-color: rgba(113,129,168,.08);
    border-color: rgba(113,129,168,1);
    box-shadow: none;
}

#quote-review .button--fraud .button__icon {
    font-size: 0.75rem;
}

#quote-review .button--fraud:hover {
    background-color: rgba(113,129,168,.25);
}

#quote-review .button--bind-submit {
    background-color: rgba(86,104,128,1);
    border: 0.0625rem solid rgba(174,185,200,1);
}

#quote-review .button--bind-submit:hover {
    background-color: rgba(79,96,118,1);
}

#quote-review .qr__panel--eff-date-info {
    font-size: 1rem;
    color: rgba(128,128,128,1);
    font-weight: 600 !important;
    margin-top: 1rem;
    margin-left: 1rem;
}

#quote-review .qr__panel--eff-date-info .number {
    font-weight: 600 !important;
}

#quote-review .add-cc {
    margin-top: 0.5rem;
    margin-right: 1rem;
}

#quote-review .add-cc > * {
    cursor: pointer;
}

#quote-review .add-cc .label {
    margin-right: 0rem;
    color: rgba(103,130,153,1);
    font-size: 2rem;
    display: flex;
    justify-content: flex-start;
    max-width: 3rem;
}

#quote-review .add-cc .value {
    color: rgba(128,128,128, 1);
    border-left: none;
    padding-left: 0;
    font-size: 0.875rem;
    max-width: 20rem;
    line-height: 1.125rem;
}

#quote-review .add-cc .value--title {
    font-family: freight-sans-pro;
    font-weight: 500;
    font-style: italic;
    font-size: 1.125rem;
    color: rgba(84,84,84, 1);
    line-height: 1.5rem;
}

#quote-review .add-cc .fa {
    color: rgba(103,130,153,1);
    font-size: 2rem;
}

#quote-review .skip-payment {
    margin-top: 0.5rem;
}

#quote-review .skip-payment > * {
    cursor: pointer;
}

#quote-review .skip-payment .label {
    margin-right: 0rem;
    color: rgba(103,130,153,1);
    font-size: 2rem;
    display: flex;
    justify-content: center;
}

#quote-review .skip-payment .value {
    color: rgba(128,128,128, 1);
    border-left: none;
    padding-left: 0;
    font-size: 0.875rem;
    max-width: 20rem;
    line-height: 1.125rem;
}

#quote-review .skip-payment .value--title {
    font-family: freight-sans-pro;
    font-weight: 500;
    font-style: italic;
    font-size: 1.125rem;
    color: rgba(84,84,84, 1);
    line-height: 1.5rem;
}

#quote-review .skip-payment .fa {
    color: rgba(120,119,119,1);
    font-size: 3rem;
    margin-top: -0.25rem;
}

#quote-review .side_panel__sticky {
    position: fixed;
    z-index: 1;
    transition: transform .5s;
    background-color: rgba(250,251,252,1);
}

#quote-review .side_panel__sticky__appear {
    transform: translate(1rem, 0) !important;
    opacity: 0.5;
}

#quote-review .side_panel__invisible {
    opacity: 0;
}

#quote-review .ul__container {
    padding: 0.25rem 0.5rem 0;
}

#quote-review .ul__item {
    display: flex;
    margin-bottom: 0.25rem;
}

#quote-review .ul__item:hover {
    background-color: rgba(240,244,245,1);
}

#quote-review .ul__icon {
    color: rgba(255,141,36,1);
    font-size: 0.625rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#quote-review .ul__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0.75rem;
    font-weight: 500;
    color: rgba(102,102,102,1);
}

#quote-review .ul__info:hover {
    cursor: pointer;
    color: rgb(51,122,183);
    text-decoration: underline;
}

#quote-review .qr__panel__info {
    margin-bottom: 1rem;
}

#quote-review .premium_info__container {
    background-color: rgba(103,136,153, 1);
    color: rgba(255,255,255,1);
    padding: 1rem 0 0.5rem;
}

#quote-review .premium_info__container.solo {
    width: calc(50% - 0.1rem);
}

@media (max-width: 48rem) {
    #quote-review .premium_info__container {
        width: 100%;
        margin-right: 0;
    }

    #quote-review .premium_info__container.solo {
        width: 100%;
    }
}

#quote-review .premium_info__container .acc {
    display: flex;
    min-height: 100%;
}

#quote-review .premium_info__container .acc__icon,
#quote-review .premium_info__container .acc__info {
    min-height: 100%;
    background: none;
    color: rgba(255,255,255,1);
}

#quote-review .premium_info__container .acc__title {
    color: rgba(255,255,255,1);
    font-size: 0.875rem;
    font-family: freight-sans-pro;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.125rem;
}

#quote-review .premium_info__container .acc__icon {
    width: auto;
    margin-left: 1.25rem;
}

#quote-review .premium_info__container .acc__panel {
    padding: 0rem 2.5rem 0.5rem;
}

#quote-review .premium_total {
    margin-left: 1.25rem;
}

#quote-review .premium_total .premium_total__label {
    color: rgba(255,255,255,1) !important;
    margin-right: 0.5rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
}

#quote-review .premium_total__info {
    display: flex;
}

#quote-review .premium_total__value {
    font-family: museo-slab;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

#quote-review .per_year {
    font-family: Arial;
    font-size: 0.875rem;
    font-weight: 800;
    color: rgba(171,255,171,1);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-top: 0.65rem;
}

#quote-review .notable_exclusion {
    margin-top: 0.75rem;
}

#quote-review .panel__info__options {
    display: flex;
    flex-wrap: wrap;
}

#quote-review .remove__icon {
    color: rgba(217,33,0, 1);
    font-size: 1.25rem;
    margin-left: 0.5rem;
    cursor: pointer;
}


#quote-review .section__instruction {
    display: flex;
}

#quote-review .section__instruction_wrap {
    display: flex;
    position: relative;
}

#quote-review .section__instruction .value--info {
    padding-left: 1rem;
    background-color: rgba(255,141,36,0.65);
    font-weight: 600;
    font-size: 0.875rem;
    color: white;
    height: 1.5rem;
    line-height: 1.45rem;
}

#quote-review .section__instruction .value--info:after {
    content: "";
    border-top: 0.75rem solid transparent;
    border-left: 0.75rem solid rgba(250,251,252,1);
    border-bottom: 0.75rem solid transparent;
    position: absolute;
    left: 0;
}

#quote-review .section__instruction .value--arrow {
    border-top: 0.75rem solid transparent;
    border-left: 0.75rem solid rgba(255,141,36,0.65);
    border-bottom: 0.75rem solid transparent;
}

#quote-review .ul__container_skipped .ul__info {
    cursor: default;
    color: rgba(84,84,84,1);
    text-decoration: none;
}

#quote-review .undo__icon {
    color: rgba(255,141,36,1);
    font-size: 1.25rem;
    margin-left: 0.5rem;
    cursor: pointer;
}

#quote-review .control.coverage_field {
    margin-right: 0;
}

#quote-review .control.coverage_field .control__label {
    color: rgba(103, 136, 153, 1);
    font-weight: 500 !important;
}

#quote-review .control.coverage_field #dropdown {
    max-width: 100% !important;
}

#quote-review .control.coverage_field #dropdown input.form-control,
#quote-review .control.coverage_field #dropdown .input-group::after {
    border-color: rgba(255,255,255,1) !important;
}

#quote-review .control.coverage_field #dropdown .dropdown .input-group .form-control {
    background-color: rgba(217, 237, 247, 0.24);
}

#quote-review .control.coverage_field #dropdown .input-group::after {
    background-color: rgba(217, 237, 247, 1);
    color: rgba(85, 97, 128, 1);
}

#quote-review .section__acc {
    margin-bottom: 0.5rem;
}

#quote-review .section__acc .acc,
#quote-review .section__acc .acc__icon,
#quote-review .section__acc .acc__info {
    min-height: 2rem;
}

#quote-review .section__acc .acc__title {
    font-size: 1.125rem;
    color: rgba(103,136,153,1);
    font-family: freight-sans-pro;
    font-weight: 600;
    text-transform: uppercase;
}

#quote-review .section__acc .acc__icon {
    background: none;
    color: rgba(103,136,153,1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 1rem;
    text-align: center;
    cursor: pointer;
}

#quote-review .section__acc .acc__info {
    padding-left: 0.5rem;
    background: none;
}

#quote-review .section__acc .acc__panel {
    padding: 0.5rem 1.5rem;
}

#quote-review .radio .pretty.last {
    margin-right: 1.75rem;
}

#quote-review .radio .radio__control.extended {
    min-width: 0;
}

#quote-review .radio .radio__question {
    margin-left: 0;
}

#quote-review .portal-notification {
    margin-top: 1rem;
}

#quote-review .portal-notification > div {
    margin: .5rem;
    font-size: 1.1rem;
}

#quote-review .portal-notification > div > div {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

#quote-review .grid_section_container {
    margin-bottom: 2rem;
}

#quote-review .grid_section_name {
    color: rgba(103, 136, 153, 1);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.125rem;
    display: flex;
}

#quote-review .grid_row {
    display: flex;
    margin-bottom: 0.5rem;
    position: relative;
}

#quote-review .grid_column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 1rem;
    flex-grow: 1;
    width: 100%;
    max-width: 12.5rem;
}

#quote-review .grid_column.row_name {
    min-width: 8rem;
    max-width: 8rem;
    text-align: right;
    color: rgba(128, 128, 128, 1);
    font-weight: 600;
}

#quote-review .grid_control {
    margin: 0;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem !important;
    text-align: right;
    font-family: museo-slab;
    font-weight: 300;
    color: rgba(84, 84, 84, 1);
    overflow: hidden;
    height: 2.375rem;
}

#quote-review .grid_control.grid_section_total {
    background-color: rgba(235, 237, 240, 1);
    border: none;
    border-radius: 0;
    font-family: museo-slab;
    font-weight: 700;
    color: rgba(84, 84, 84, 1);
}

#quote-review .grid_control.grid_grand_total {
    background-color: rgba(217, 237, 247, 1);
    border: none;
    border-radius: 0;
    font-weight: 700;
    text-align: right;
}

#quote-review .grid_section__icon--wrap {
    position: relative;
    height: 1rem;
    margin-top: 0.2rem;
}

#quote-review .grid_section__icon {
    width: 1rem;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#quote-review .grid_section__icon i {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#quote-review .coverage__container .panel__info .value--info.grid_info {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
}

#quote-review .coverage__container .panel__info .value--info.grid_info:hover {
    background-color: transparent;
}

#quote-review .bo_amount_due__container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#quote-review .bo_amount_due__container .title {
    color: rgba(86, 98, 128, 1);
    font-size: 0.75rem;
}

#quote-review .bo_amount_due__container .amount_due {
    font-family: museo-slab;
    font-weight: 100;
    font-size: 1.5rem;
}
.radio .pretty {
    margin-right: 1.75rem;
    margin-bottom: 1.5rem;
}

.radio .pretty label:before,
.radio .pretty label:after {
    font-size: 2em !important;
    top: calc((0% - (100% - 0.5em)) - 55%) !important;
}

.radio .state label:before {
    border-color: rgba(191,191,191,1);
}

.radio .pretty label {
    text-indent: 2.5rem;
    color: rgba(84,84,84,1);
}

.radio .pretty input:checked ~ .state label:after {
    background-color: rgba(39,174,96, 1) !important;
}

.radio__label {
    color: rgba(128,128,128,1);
    display: flex;
    font-weight: 600;
}

.radio .control__desc {
    margin-left: 0.5rem;
}

.radio {
    display: flex;
    margin-top: 1rem;
}

.radio .pretty.last {
    margin-right: 0;
}

.radio__question {
    margin-left: 2.25rem;
    display: flex;
}

@media (min-width: 48rem) {
    .radio__control {
        min-width: 10rem;
    }

    .radio__control.extended {
        min-width: 18rem;
    }
}

#reference-schedule .action_bar {
    display: flex;
    justify-content: flex-end;
    background-color: rgba(86, 104, 128, 1);
    color: rgba(240, 242, 245, 1) !important;
    padding: 0.25rem 1rem;
    cursor: pointer;
}

#reference-schedule .action_bar div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#reference-schedule .action_bar .icon {
    font-size: 0.825rem;
    margin-right: 0.25rem;
}

#reference-schedule .action_bar .label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    font-style: italic;
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
    color: rgba(240, 242, 245, 1) !important;
    text-transform: none !important;
}

#reference-schedule .schedule__header {
    color: rgba(84, 84, 84, 1);
    font-size: 0.813rem;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    padding: 0.25rem 1rem;
}

#reference-schedule .schedule__header .info {
    flex-grow: 1;
}

#reference-schedule .schedule__body {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0.375rem 0px rgba(0,0,0,0.25);
}

#reference-schedule .schedule__item {
    display: flex;
    padding: 0.25rem 1rem;
    color: rgba(84, 84, 84, 1);
}

#reference-schedule .schedule__item .info {
    flex-grow: 1;
}

#reference-schedule .schedule__item .info.icon {
    margin-top: 0.1rem;
    margin-left: auto;
}

#reference-schedule .schedule__item .info.icon .fa-save {
    color: rgba(63, 140, 48, 1);
    cursor: pointer;
}

#reference-schedule .schedule__item .info.icon .fa-trash {
    color: rgba(169, 92, 92, 1);
    cursor: pointer;
}

#reference-schedule .schedule__item:hover {
    background-color: rgba(230, 237, 245, 1);
}

#reference-schedule .schedule__header .info,
#reference-schedule .schedule__item .info {
    margin-right: 0.5rem;
}

#reference-schedule .schedule__header .info.icon,
#reference-schedule .schedule__item .info.icon {
    margin-right: 0;
    font-size: 1rem;
    white-space: nowrap;
}

#reference-schedule .schedule__item .info.icon .fa-save,
#reference-schedule .schedule__header .info.icon .fa-save {
    margin-right: 0.75rem;
}

#reference-schedule input {
    padding: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: auto;
    font-size: 1rem !important;
}

#reference-schedule input.has-error {
    background-color: rgba(226,97,74,0.25);
}

#reference-schedule .schedule__label {
    width: 100%;
    height: 100%;
    word-break: break-word;
    word-wrap: break-word;
}

#reference-schedule .schedule__label.has-error {
    background-color: rgba(226,97,74,0.25);
}

#reference-schedule .control_currency {
    position: relative;
}

#reference-schedule input.masked_currency {
    padding-left: 0.5rem;
}

#reference-schedule .control_currency:after {
    left: 0px;
    top: 0px;
}

#reference-schedule .dropdown div.form-control {
    padding: 0;
    padding-right: 1.25rem;
    padding-left: 0.25rem;
    border: 0.0625rem solid rgba(191,191,191,1);
    border-radius: 0.25rem;
    border: none;
    border-radius: 0;
    height: auto;
    font-size: 1rem !important;
    line-height: 1.35rem;
}

#reference-schedule .dropdown .input-group::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 0.75rem;
    color: rgba(137, 137, 137, 1);
    background: none;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0.0625rem;
    right: 0;
    border: none;
    pointer-events: none;
    position: absolute;
}

#reference-schedule .has-error .dropdown .form-control {
    background-color: rgba(226,97,74,0.25) !important;
}

#reference-schedule .chk_ref_sch {
    transform: scale(0.65);
    margin-top: -0.313rem;
}

#reference-schedule .radio__control.extended {
    min-width: 100%;
    line-height: 1.25;
}

#reference-schedule .radio {
    margin-top: 0;
}

#reference-schedule .radio .pretty {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    white-space: normal;
    word-break: break-all;
}

#reference-schedule .radio .pretty label {
    text-indent: 0;
    margin-left: 1.5rem;
}

#reference-schedule .radio .pretty label:before,
#reference-schedule .radio .pretty label:after {
    font-size: 1rem !important;
    top: 0 !important;
}

#reference-schedule .radio.has-error .pretty label {
    color: rgba(226,97,74,1);
}

#reference-schedule .radio.has-error .state label:before {
    border-color: rgba(226,97,74,1);
}

#reference-schedule .ref_sch_lookup {
    display: flex;
    position: relative;
}

#reference-schedule .ref_sch_lookup input {
    padding-right: 1.25rem;
    text-overflow: ellipsis;
}

#reference-schedule .ref_sch_lookup .button--search {
    height: 20px;
    color: rgba(137, 137, 137, 1);
    background: none;
    box-shadow: none;
    border: none;
    position: absolute;
    margin-right: 0;
    right: 0.25rem;
    top: 0.0625rem;
    padding: 0;
}

#reference-schedule .v-select {
    min-width: 0;
}

#reference-schedule .vs__dropdown-toggle {
    padding: 0;
    border: 0.0625rem solid rgba(191,191,191,1);
    border-radius: 0.25rem;
    border: none !important;
    border-radius: 0 !important;
    height: auto;
    font-size: 1rem !important;
    line-height: 1.35rem;
}

#reference-schedule .vs__actions {
    background-color: rgba(255,255,255,1);
    width: 1.5rem;
    min-width: 1rem;
    height: 1.25rem;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0.0625rem;
    right: 0;
    border: none;
    pointer-events: none;
    position: absolute;
}

#reference-schedule .has-error .vs__dropdown-toggle {
    background-color: rgba(226,97,74,0.25) !important;
}

#reference-schedule .has-error .vs__actions {
    background-color: rgba(248,215,210,1);
}

#reference-schedule .vs__selected {
    padding: 0;
    margin: 0;
    margin-top: 2px;
    line-height: 1;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#reference-schedule .vs__search, #reference-schedule .vs__search:focus {
    margin: 0;
    padding-right: 1.25rem;
}

#reference-schedule .vs__open-indicator {
    font-size: 1.25rem;
}

#reference-schedule .vs__selected-options {
    flex-wrap: nowrap;
}

#retail-agent .control--name {
    max-width: 25rem;
}

#retail-agent .control--email {
    max-width: 19.25rem;
}

#retail-agent .control--phone,
#retail-agent .control--fax {
    max-width: 10rem;
}

#retail-agent .control--address {
    max-width: 30.9375rem;
}

#retail-agent .control--city {
    max-width: 10.25rem;
    padding-top: 0.75rem;
}

#retail-agent .control--postal .control__input {
    max-width: 7.5rem;
}

#pnlRetailAgent .section:last-of-type {
    margin-bottom: 0;
}

.save-and-return-dialog {
	position: absolute; 
	width: 100vw; 
	height: 100vh; 
	background-color: #323e51CC;
	z-index: 1000;
	vertical-align: middle;
	text-align: center;
}
.save-and-return-dialog .save-and-return-dialog-panel {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10vh;
	background-color: white;
	display: inline-block;
	padding: 0.5rem;
}

.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-header {
	padding: 4px;
	font-size: 1.4em;
	font-style: italic;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-header div {
	display: inline-block;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-header .save-and-return-dialog-header-icon {
	color: #627d95;
	margin-left: 5px;
	margin-right: 10px;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-header .save-and-return-dialog-close-icon {
	float: right;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-header .save-and-return-dialog-close-icon button {
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	color: rgba(84,84,84,1);
}

.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body {
	margin: 10px;
	padding: 12px;
	background-color: #f0f0f0;
	color: rgba(84,84,84,1);
	max-height: 500px;
	overflow: auto;
}

.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-instructions {
	font-weight: bold;
	max-width: 600px;
	margin-bottom: 20px;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-options-group-label {
	font-weight: bold;
	padding-left: 30px;
	display: inline-block;
	color: rgba(84,84,84,1);
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-options-other-email {
	padding-left: 30px;
	max-width: 400px;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-options-other-email div.control {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-option input[type=radio] ~ div label {
	display: inline-block;
	width: 100%;
	margin: 0px;
	margin-bottom: 0px;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-option input[type=radio] {
	display:none;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-option input[type=radio] ~ div {
	width: 100%;
	display: inline-block;
	transition-duration: .3s;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-option input[type=radio] ~ div i.fa {
	display: inline-block;
	padding: 0px 4px 0px 15px;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .use-selected-option .save-and-return-dialog-option input[type=radio]:checked ~ div {
	background-color: #dde6dc;
	color: #3c8a2c;
	transition-duration: .3s;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .use-selected-option .save-and-return-dialog-option input[type=radio]:checked ~ div i.fa {
	opacity: 1;
	transition-duration: .3s;
	transition-property: opacity;
}


.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-assignments {
	display: table;
	width: 600px;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-assignments .save-and-return-dialog-option {
	display: table-row;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-assignments .save-and-return-dialog-option div.save-and-return-dialog-option-col {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-assignments .save-and-return-dialog-option div.save-and-return-dialog-option-col:nth-child(3) {
	text-align: right;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-assignments .save-and-return-dialog-option div.save-and-return-dialog-option-col:last-child {
	width: 100%;
	padding-left: 7px;
}

.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-options-other-email-error {
	color: red;
}

/* Search Results */
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-options-other-email .save-and-return-dialog-search-results {
	position: absolute;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-body .save-and-return-dialog-options-other-email .save-and-return-dialog-search-results > div {
	position: relative;
	top: 1px;
	background-color: white;
	min-width: 350px;
	border: 1px solid silver;
	border-radius: 3px;
	display: none;
}
#save-and-return-dialog-manual-email:focus ~ div.save-and-return-dialog-search-results > div {
	display: block;
}
.save-and-return-dialog-search-result button {
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	color: rgba(84,84,84,1);
	font-weight: bold;
}
.save-and-return-dialog-search-result button span.highlighted {
	background-color: yellow;
}

.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-footer {
	width: 100%;
	padding: 6px 10px 8px 0px;
	text-align: right;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-footer button {
	padding: 0px 10px
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-footer button.btn-success {
	background-color: #3f8c30;
}
.save-and-return-dialog .save-and-return-dialog-panel .save-and-return-dialog-footer button.btn-info {
	background-color: #566880;
}

.save-and-return-dialog .button {
	height: 1.875rem;
}

.save-and-return-dialog .button__send {
	background-color: rgba(63, 140, 48, 1);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.schedule-dialog {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: calc(100vh - 16rem);
    overflow: hidden;
    top: 0;
}

.dialog__background {
    background-color: rgba(0,0,0,1);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.dialog__container {
    background-color: rgba(240,242,245, 1);
    width: 55%;
    height: 100%;
    margin-left: auto;
    border: 0.0625rem solid rgba(168,168,168,1);
    padding: 1.5rem 0rem;
    transition: all .2s linear;
    /*overflow-y: auto;*/
    position: relative;
}

.fade-enter-active .dialog__container,
.fade-leave-active .dialog__container {
    margin-right: 0;
}

.fade-enter .dialog__container,
.fade-leave-to .dialog__container {
    margin-right: -50rem;
}

.dialog-header {
    display: flex;
    color: rgba(84,84,84, 1);
    font-size: 1.5rem;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}

.dialog-header__title {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dialog-header__close {
    cursor: pointer;
}

.schedule-dialog .dropdown .input-group::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 1.5rem;
    color: rgba(85, 97, 128, 1);
    background-color: rgba(235, 238, 242, 1);
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0;
    right: 0;
    border: 0.0625rem solid rgba(191,191,191,1);
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.schedule-dialog .dialog__content {
    margin-top: 1.5625rem;
    position: relative;
    overflow-y: auto;
    max-height: calc(100% - 8rem);
    height: 100%;
}

.schedule-dialog .ps__scrollbar-y-rail {
    z-index: 1;
}

.schedule-dialog .button {
    padding-left: 1rem;
}

.schedule-dialog .button__info {
    justify-content: center;
}

.schedule-dialog .button__label {
    margin-left: 0;
}

.schedule-dialog .dialog__action {
    margin-top: 1.5rem;
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
}

.schedule-dialog .checkbox__label {
    font-size: 1rem;
    color: rgba(128,128,128,1);
    font-weight: 600 !important;
}

.schedule-dialog .button__schedule-nav {
    width: 5.4rem;
    margin-right: 0.25rem;
}

.schedule-dialog .button__schedule-nav .button__info {
    position: relative;
    justify-content: flex-end;
}

.schedule-dialog .button__schedule-nav .button__icon {
    position: absolute;
    left: 0;
    top: 0.0625rem;
}

.schedule-dialog .dialog__action .action-nav {
    display: flex;
}

.action-nav__page-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: museo-slab;
    font-size: 0.8rem;
}

.schedule-dialog .schedule_data__instruction {
    color: rgba(84,84,84,1);
    font-weight: 600;
    margin-bottom: 1rem;
    white-space: pre-wrap;
    line-height: 1;
}

.schedule-dialog .dialog__container .acc__form {
    max-width: 100%;
}

.schedule-dialog .dialog__container .radio__control.extended {
    min-width: 0;
}

.schedule-dialog .button--cancel {
    color: rgba(86,104,128,1);
    background-color: rgba(255,255,255,1);
}

.schedule-dialog .button--cancel:hover {
    background-color: rgba(238,238,238,1);
}
#side-view {
    position: fixed;
    min-width: 16.25rem;
    max-width: 16.25rem;
    top: 0;
    z-index: 8;
    background-color: rgba(50, 62, 81, 1);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.33);
    height: 100%;
    border-left: 0.3125rem solid;
}

@media (max-width: 64rem) {
    #side-view {
        min-width: 2.5rem;
        max-width: 2.5rem;
    }
}

@media (max-width: 48rem) {
    #side-view {
        min-width: 4rem;
        max-width: 4rem;
    }
}

.side-view-container {
    position: relative;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
}

.logo {
    max-width: 9.375rem;
    margin: 2rem auto;
    padding: 1.6875rem 0 2.5rem;
    color: rgba(255,255,255,0.75);
}

.logo__img {
    max-width: 100%;
    height: auto;
}

.step-nav {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.25;
    transition: opacity 0.5s;
}

.step-nav__main {
    display: flex;
}

.step-nav__main--sub {
    margin-bottom: 1.5rem;
}

.step-nav--active,
.step-nav--enabled {
    opacity: 1;
}

.step-nav__icon {
    color: rgba(255,141,36,1);
    font-size: 1.125rem;
    width: 1.125rem;
    text-align: center;
}

.step-nav__icon_main {
    margin-top: -0.0625rem;
}

.step-nav__sub .step_nav__icon--circle {
    background: rgba(50, 62, 84,1);
    border-radius: 50%;
    height: 0.3125rem;
    width: 0.3125rem;
    position: relative;
    box-shadow: 0 0 0 0.25rem rgba(245,192,0,1);
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.step-nav__sub {
    position: relative;
}

.step-nav__sub:after {
    content: '';
    position: absolute;
    height: calc(100% - 1px);
    width: 0.125rem;
    background-color: rgba(245,192,0,1);
    top: 0.85rem;
    left: 0.58150rem;
}

.step-nav__title {
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    margin-left: 0.75rem;
}

.step-nav__sub {
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    opacity: 0.25;
    transition: opacity 0.5s;
}

.step-nav__sub--active {
    opacity: 1;
}

.step-nav__sub--last-active:after {
    opacity: 0.25;
}

.step-nav__sub .step-nav__title {
    font-weight: 500;
    font-style: italic;
    font-size: 0.875rem;
    margin-left: 0.625rem;
}

.side_view__quote {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.75rem;
}

.side_view__quote .label {
    font-size: 0.75rem;
}

.side_view__quote .value {
    font-weight: 600;
}

.side_view__quote .number {
    font-family: museo-slab;
}

@media (max-width: 64rem) {
    .step-nav {
        justify-content: center;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .step-nav__sub {
        display: none;
    }

    .side_view__quote {
        display: none;
    }

    .side-view--expanded .step-nav__sub {
        display: block;
    }

    .step-nav__title {
        display: none;
    }
}

@media (max-width: 48rem) {
    .step-nav {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }

    .step-nav__icon {
        font-size: 1.625rem;
        width: 1.625rem;
    }
}

.step-nav-logo {
    color: rgba(255,255,255,0.75);
    display: none;
    margin-top: 0.75rem;
    margin-bottom: 2.5rem;
}

.step-nav-logo__title {
    font-size: 0.4375rem;
}


@media (max-width: 64rem) {
    .step-nav-logo {
        display: block;
        text-align: center;
    }

    .logo {
        display: none;
    }
}

@media (max-width: 48rem) {
    .step-nav-logo {
        margin-bottom: 3rem;
    }

    .step-nav-logo__icon {
        font-size: 1.1875rem;
    }

    .step-nav-logo__title {
        font-size: 0.5rem;
    }
}

.side-view--expanded {
    min-width: 16.25rem !important;
    max-width: 16.25rem !important;
}

.side-view--expanded .step-nav {
    justify-content: flex-start;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.side-view--expanded .step-nav__title {
    display: block;
}

.side-view--expanded .side_view__quote {
    display: block;
}

.side-view--expanded .step-nav-logo {
    display: none;
}

.side-view--expanded .logo {
    display: block;
}

.side-view--expanded .step-nav__icon {
    color: rgba(255,141,36,1);
    font-size: 1.125rem;
    width: 1.125rem;
    text-align: center;
}

.step-nav__sub--last-child:after {
    display: none;
}

.pnlSubPages {
    margin-top: 0.5rem;
}

.pnlSubPages.fade-enter-active,
.pnlSubPages.fade-leave-active {
    transition: all .5s ease;
    max-height: 100vh;
    overflow: hidden;
}

.pnlSubPages.fade-enter,
.pnlSubPages.fade-leave-to {
    max-height: 0;
    opacity: 0;
}

#side-view .fa {
    position: relative;
}

#side-view .fa-bookmark-quote:after {
    content: "\f155";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 3.5px;
    font-size: 9px;
    color: rgba(50, 62, 81, 1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #side-view .fa-bookmark-quote:after {
        content: "\f155";
        font-family: FontAwesome;
        position: absolute;
        top: 3px;
        left: 4px;
        font-size: 9px;
        color: rgba(50, 62, 81, 1);
    }
}

.step-nav__title--complete {
    color: rgba(245,192,0,1);
}

.start-view-container {
    background-color: rgba(0,0,0,0.66);
    outline: 0.5rem solid rgba(0,0,0,0.4);
    max-width: 40%;
    min-height: calc(100vh - 4rem);
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
    padding: 3rem 3rem;
    position: relative;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.start-view-container.slide-out {
    opacity: 0;
    transform: translate(-999px,0);
}

.start-view-logo {
    max-width: 9.375rem;
    margin-bottom: 3.2rem;
}

.start-view .header {
    margin: 0;
    width: 100%;
}

.start-view .header__description {
    color: rgba(255,255,255,0.75);
}

.start-view .pnl__action {
    color: white;
    display: flex;
    margin-bottom: 2rem;
}

.start-view .pnl__action--resume .action__icon i {
    color: rgba(188,216,255,1);
    font-size: 2rem;
}

.start-view .button {
    float: right;
    margin-top: 0.5rem;
}

.start-view .control--email {
    margin-top: 2rem;
}

.start-view .control {
    margin-right: 0;
    margin-bottom: 1rem;
}

.start-view .control__label {
    color: rgba(255,255,255,1);
    font-size: 0.875rem;
}

.start-view .control__input {
    background-color: rgba(237,244,255,1);
    font-family: museo-slab;
    font-size: 0.875rem !important;
    color: rgba(84,84,84,1);
}

.start-view .pnl__action--new {
    margin-top: 2.5rem;
}

.start-view .pnl__action--new i {
    color: rgba(255,200,0,1);
    font-size: 2rem;
}

.start-view .action__info {
    padding-left: 1rem;
}

.start-view .action__info--title {
    font-family: museo-slab;
    font-weight: 400;
    font-style: italic;
}

.start-view .action__info--description {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.66);
}

.start-view .announcement__container {
    position: relative;
    margin-top: 2.5rem;
    max-height: calc(100vh - 30rem);
    overflow-y: auto;
    padding-right: 0.75rem;
    padding-bottom: 0.1rem;
}

.start-view .announcement__item {
    color: white;
    display: flex;
    margin-bottom: 2rem;
}

.start-view .announcement__item.last {
    margin-bottom: 0;
}

.start-view .announcement__icon {
    min-width: 1.5rem;
    text-align: right;
}

.start-view .announcement__icon i {
    color: rgba(255,255,255,1);
    font-size: 1.5rem;
}

.start-view .announcement__icon--info i {
    color: rgba(188, 216, 255, 1);
}

.start-view .announcement__icon--warning i {
    color: rgba(255, 200, 0, 1);
}

.start-view .announcement__icon--alert i {
    color: rgba(217, 33, 0, 1);
}

.start-view .announcement__info {
    margin-left: 1rem;
}

.start-view .announcement__info--title {
    font-family: museo-slab;
    font-weight: 400;
    font-style: italic;
}

.start-view .announcement__info--description {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.66);
}


@media (max-width: 64rem) {
    .start-view-container {
        max-width: 75%;
    }
}

@media (max-width: 48rem) {
    .start-view-container {
        max-width: calc(100vw - 6rem);
    }
}

.start-view footer {
    font-size: 0.75rem;
    color: rgba(136,137,140,1);
    max-width: 40%;
    padding-left: 6rem;
    margin-top: -5rem;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.start-view footer.slide-out {
    opacity: 0;
    transform: translate(-999px,0);
}

.start-view footer img {
    max-width: 5.3125rem;
}

@media (max-width: 64rem) {
    .start-view footer {
        max-width: 75%;
    }
}

@media (max-width: 48rem) {
    .start-view footer {
        max-width: calc(100vw - 6rem);
    }
}

.start-view .pnl__action--new .pnl__info {
    display: flex;
    background-color: rgba(255,255,255,0.2);
    padding: 0.75rem;
    cursor: pointer;
}

.start-view .pnl__action--new .pnl__info:hover {
    background-color: rgba(255,255,255,0.3);
}

#submitted {
    max-width: 544px;
    margin-left: 0.5rem;
}
#submitted .button {
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.suggestion {
    position: absolute;
    background-color: rgba(255,255,255,1);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-width: 100%;
    z-index: 4;
    margin-top: 0.125rem;
}

.suggestion_nominwidth {
    position: absolute;
    background-color: rgba(255,255,255,1);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    z-index: 4;
    margin-top: 0.125rem;
}

.suggestion__item {
    padding: 0.25rem 1.5rem;
    color: rgba(102, 102, 102, 1);
    white-space: nowrap;
}

.suggestion__item:hover {
    text-decoration: none;
    background-color: rgba(248,249,250, 1);
}

.suggestion__item.selected,
.suggestion__item:focus,
.suggestion__item:active {
    background-color: rgba(191,191,191,1);
    color: rgba(255, 255, 255, 1);
    border-radius: 0;
}

.tabulator {
    background-color: rgba(250,251,252,1);
    -webkit-box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 0.5rem 0px rgba(0,0,0,0.33);
    position: relative;
}

.tabulator {
    color: rgba(51, 51, 51, 1);
}

.tabulator .section-data-row:focus {
    outline: none;
}

.tabulator__header {
    color: rgba(255,255,255, 0.82);
    background-color: rgba(86, 104, 128, 1);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tabulator__header .col:first-child {
    padding-left: 30px;
}

.tabulator__header .col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.tabulator__body {
    overflow-x: hidden;
}

.tabulator__body .data-row {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.tabulator__body .data-row .col:first-child {
    padding-left: 30px;
}

.tabulator__body .data-row .col {
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
    word-wrap: break-word;
}

.tabulator__header .col-action {
    padding-right:  1.5rem;
}

.tabulator__body .data-row .col-action {
    display: flex;
    padding-right: 1.5rem;
}

.tabulator__body .data-row .col-action .action__icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.5rem;
    cursor: pointer;
    margin-left: auto;
}

.tabulator__body .data-row .number {
    font-family: museo-slab;
    font-size: 0.875rem;
    font-weight: 400;
}

.tabulator__body .table-active,
.tabulator__body .data-row:hover {
    background-color: rgba(230,237,245,1);
}

.tabulator__body .section-data-row:nth-child(even) {
    background-color: rgba(249, 249, 249, 1);
}

.tabulator__empty {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 224px;
    color: rgba(66,139,202,0.5);
}

.tabulator-empty div {
    margin: 7.5px;
}

.tabulator-empty .fa {
    font-size: 6.25rem;
    color: rgba(66,139,202,0.25);
}

.tabulator .pretty .state label:before,
.tabulator .pretty.p-icon input:checked ~ .state label:before {
    border-color: rgba(190, 190, 190, 1);
    border-radius: 3px;
}

.tabulator__body .mxh-200px {
    max-height: 200px !important;
}

.tabulator__body .pretty.p-icon .state .icon {
    margin-top: 0;
}

.empty-table {
    opacity: 0.75;
    margin-bottom: 0;
    text-align: center;
}

.empty-table tbody tr:nth-of-type(even) {
    background-color: rgba(249, 249, 249, 1);
}

.empty-table tbody td {
    padding: 1.25rem;
    border-top: none;
}

.empty-table .fa {
    font-size: 5rem;
    color: rgba(168,168,168,1);
}

.tabulator__body .fa-trash {
    color: rgba(217,33,0, 1);
    font-size: 1.25rem;
}

.tabulator__body .fa-edit {
    color: rgba(86, 104, 128, 1);
}

.tabulator .display__order {
    display: flex;
}

.tabulator .display__order--icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(84,84,84,1);
}

.tabulator .display__order--icon .fa {
    line-height: 0.4rem;
}

.tabulator .display__order--icon .fa-caret-up {
    margin-bottom: 0.1rem;
}

.tabulator .display__order--icon .fa-caret-down {
    margin-top: 0.1rem;
}

.tabulator .display__order--number {
    font-family: museo-slab;
    font-weight: 400;
    font-size: 0.8125rem;
    color: rgba(84,84,84,1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 1.1875rem;
}

.lblRank {
    margin-left: 1rem;
}

.tabulator .order--first,
.tabulator .order--last {
    color: rgba(168,168,168,0.5);
}

.tabulator__body .data-row.is-invalid {
    background-color: rgba(226,97,74,0.25);
}
#upload-import {
    position: relative;
    margin-bottom: 0.5rem;
    min-height: 3.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: all .1s ease;
}

.upload-import--expanded {
    margin-bottom: 4rem !important;
}

#upload-import .acc-panel {
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    transition: all .3s linear;
    z-index: 1;
}

#upload-import .acc-panel--expanded {
    position: absolute;
    font-size: 1.25rem;
    top: 1.45rem;
    left: 2.5rem;
    transition: all .3s linear;
    z-index: 1;
}

#upload-import .acc-panel--expanded .acc-panel__icon {
    font-size: 2rem;
}

#upload-import .acc__instruction {
    margin-left: 0rem;
    opacity: 0;
    transition: all .3s linear;
    margin-top: 2.5rem;
    font-weight: 600;
}

#upload-import .acc__instruction p:last-child {
    margin-bottom: 0;
}

#upload-import .acc__instruction--expanded {
    margin-left: 2em;
    opacity: 1;
    transition-duration: .3s;
    width: 50%;
}

#upload-import .acc__upload {
    margin-right: 0;
    opacity: 0;
    transition: all .3s linear;
    margin-left: auto;
    text-align: right;
    max-width: 43%;
    width: 100%;
}

#upload-import .acc__upload--expanded {
    margin-right: 2rem;
    opacity: 1;
    transition-duration: .3s;
}

#upload-import .upload {
    height: 6.125rem;
    text-align: left;
}

#upload-import .upload__inner {
    height: 6.125rem;
}

#upload-import .upload__info {
    height: 6.125rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#upload-import .info__container {
    display: flex;
    justify-content: center;
}

@media (max-width: 96rem) {
    #upload-import .acc__instruction {
        width: 100%;
        margin-right: 2em;
    }

    #upload-import .acc__upload--expanded {
        margin-left: 2rem;
        max-width: 100%;
        width: 100%;
    }
}

/*@media (max-width: 64rem) {
    #upload-import .acc__upload--expanded {
        margin-left: 2rem;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 48rem) {
    #upload-import .acc__upload--expanded {
        margin-left: 2rem;
        max-width: 100%;
        width: 100%;
    }
}*/

#upload-import .acc__instruction .acc-panel--expanded {
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
}

#upload-import .document__container {
    width: 100%;
    max-height: 6.125rem;
    position: absolute;
    z-index: 0;
    pointer-events: visible;
}

#upload-import .document__item {
    padding-left: 1rem;
    padding-top: 0.625rem;
}

#upload-import .document__item.last {
    padding-bottom: 0.625rem;
}

.document__item--filename {
    margin-left: 0.5rem;
    font-family: museo-slab;
    font-weight: 400;
    color: rgba(80,82,84,1);
    font-size: 0.75rem;
}


.upload .fa {
    font-size: 0.75rem;
}

.fa-remove-document,
.upload-failed {
    color: rgb(169,92,92);
}

.upload-instruction {
    color: rgb(160,165,168);
}

.fa-check-success {
    color: rgb(92,169,99);
}

.fa-refresh.fa-spin {
    color: rgba(89,98,116,0.31);
}

.action__container--uploading > * {
    opacity: .25;
    color: rgba(89,98,116,1) !important;
    pointer-events: none;
}

.include-document {
    color: rgb(92,169,99);
    display: flex;
    height: 100%;
}

.include-document span {
    font-size: 0.625rem;
    font-weight: 700;
    margin-left: 0.375rem;
}

.discard-document {
    display: flex;
    color: rgb(169,92,92);
    margin-left: 1.125rem;
    margin-right: 0.625rem;
    height: 100%;
}

.discard-document span {
    font-size: 0.625rem;
    font-weight: 700;
    margin-left: 0.375rem;
}

.document__info {
    display: flex;
    position: relative;
}

.document__info .fa {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.document__info span {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.action__container {
    position: relative;
}

.action__container .position-absolute {
    top: 0;
    left: 0;
}

.upload__button {
    position: relative;
    height: 2rem;
}

.upload__button .button {
    position: absolute;
    right: 0;
}

.acord__info {
    display: flex;
}

.acord__image {
    width: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 1.125rem;
}

.acord__image .img-fluid {
    height: 100%;
}

.acord__number {
    font-family: museo-slab;
    font-weight: 700;
    font-size: 0.75rem;
    color: rgba(199,7,82,1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0.125rem;
}

