﻿/*@font-face {
    font-family: 'ballinger-regular';
    src: url('../Content/fonts/ballinger-regular-webfont.woff2') format('woff2'), url('../Content/fonts/ballinger-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ballinger-medium';
    src: url('../Content/fonts/ballinger-medium-webfont.woff2') format('woff2'), url('../Content/fonts/ballinger-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ballinger-black';
    src: url('../Content/fonts/ballinger-black-webfont.woff2') format('woff2'), url('../Content/fonts/ballinger-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

.highlighted-body-text-note {
    color: #E34D27;
}

@font-face {
    font-family: 'ballinger-medium';
    src: url('../Content/fonts/ballinger-medium-webfont.eot');
    src: url('../Content/fonts/ballinger-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/ballinger-medium-webfont.woff') format('woff'), url('../Content/fonts/ballinger-medium-webfont.ttf') format('truetype');
}

html,
.main-container,
button,
input,
select,
textarea {
    font-family: 'ballinger-regular', Arial, sans-serif !important;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    font-size: 100%;
}

body {
    background: #FFF;
    background-image: url('../Content/Images/pattern-background.svg');
    /* background-size: cover;*/
    background-repeat: no-repeat;
    height: 100%;
    font-size: 100%;
    min-width: 300px;
    width: 100%;
    color: #000;
}

header {
    background: #fff;
    display: inline-block;
    width: 100%;
}

#ndls-logo {
    height: auto;
    margin: 5px 5px 5px 10px;
    display: inline-block;
    float:left;
}

    #ndls-logo img {
        width: 60px;
        height: 44px;
    }

    /*
h1 {
    font-family: 'ballinger-medium', Arial, sans-serif !important;
    color: #333;
    font-weight: normal;
    font-size: 1.5em;
}
        */
h1 {
    font-family: 'ballinger-medium', Arial, sans-serif !important;
    color: #333;
    font-weight: normal;
    font-size: 1.5em;
}

.sub-h1 {
    font-style: italic;
    color: #666;
    margin-bottom: 2em;
}

.sub-h1-no-margin {
    font-style: italic;
    color: #666;
}

h2 {
    font-family: 'ballinger-medium', Arial, sans-serif !important;
    color: #333;
    font-weight: normal;
    font-size: 1.5em;
}

.sub-h2 {
    font-style: italic;
    color: #666;
    margin-bottom: 2em;
}

.sub-h3 {
    font-style: italic;
    color: #666;
    margin-bottom: 0.5em;
}


h3 {
    color: #666;
    font-weight: 600;
    font-size: 1.6em;
}

h5.mygov-header {
    color: #007da4;
}

hr {
    border-top: 2px solid #EB5733;
}

a {
    cursor: pointer;
    overflow-wrap: break-word;
}

    a[disabled] {
        cursor: pointer;
        pointer-events: none;
    }

    ul.tick {
        list-style:none;
    }

        ul.tick li::before {
            content: '✓';
        }

p.mygov-button-info{
        margin-top: 10px;
        width: 100%;
        font-size: 0.9em
}

.form-control[disabled] {
    cursor: default;
}

.mygov-text > a {
    text-decoration: underline;
}

.form-group .mygov-text {
    padding: 0 0 0 15px;
}

.form-group .mygov-text,
.form-group .mygov-md {
    min-width: 240px;
    width: auto;
    float: left;
}

.fake-id-link {
    position: absolute;
    margin: 40px 0 0 0;
    border: 1px solid #649cb8;
    padding: 5px 10px;
    background: #fff;
}

.fake-nvdfapi-id-link {
    position: absolute;
    margin: 80px 0 0 0;
    border: 1px solid #649cb8;
    padding: 5px 10px;
    background: #fff;
}

.fake-nvdfapi-real-cdls-id-link {
    position: absolute;
    margin: 120px 0 0 0;
    border: 1px solid #649cb8;
    padding: 5px 10px;
    background: #fff;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    font-size: 0.9em;
    float: left;
    width: 100%;
}

    .card label.material-textbox-label {
        font-size: 0.9em;
    }

.footnote {
    font-size: 12px;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-weight: normal;
    width: calc(100% - 30px);
}

.card hr {
    width: calc(100% - 15px);
}

.card label {
    font-weight: normal;
}

.card .material-input[disabled] {
    border-bottom: none;
}

.card .autoaddress-control > .autoaddress-text-box {
    font-size: 14px;
    height: 35px;
    font-size: 14px;
}

.card .autoaddress-control > .autoaddress-button {
    background: #E34D27;
    border: #e34d27;
    height: 35px;
    font-size: 14px;
}

.card .material-selectfield select {
    font-size: 14px;
}

.clearfix {
    clear: both;
}

[data-toggle="popover"] {
    cursor: pointer;
    border-bottom: 1px dashed #007DC3;
}

    [data-toggle="popover"]::after {
        font-family: "FontAwesome";
        content: "\f059";
        padding-left: 3px;
        color: #007DC3;
    }

a[target="_blank"]::after {
    font-family: "FontAwesome";
    padding-left: 3px;
    content: "\f08e";
}

.menu-box a[target="_blank"]::after {
    padding-left: 6px;
}

.row {
    margin-left: 0px !important;
}
/*Vertical Offset styles*/
.voffset {
    margin-bottom: 2px;
}

.voffset1 {
    margin-bottom: 5px;
}

.voffset2 {
    margin-bottom: 10px;
}

.voffset3 {
    margin-bottom: 15px;
}

.voffset4 {
    margin-bottom: 30px;
}

.voffset5 {
    margin-bottom: 40px;
}

.voffset6 {
    margin-bottom: 60px;
}

.voffset7 {
    margin-bottom: 80px;
}

.voffset8 {
    margin-bottom: 100px;
}

.voffset9 {
    margin-bottom: 150px;
}

.btn {
    border: 2px;
}

.btn-info {
    background-color: #3498db;
    border: #3498db;
}

    .btn-info.active {
        background-color: #eb5733;
        border: #eb5733;
    }

        .btn-info.active:hover {
            background-color: #f96b4a;
        }

.radio-btn {
    border-left: 1px solid rgba(0,0,0,.3);
    border-right: 1px solid rgba(255,255,255,.3);
}


/*RSA BUTTON STYLES*/
/*.rsa-orange {
    background: #EB5733; 
    background: -moz-linear-gradient(45deg, transparent 0px, #EB5733 0px), -moz-linear-gradient(135deg, transparent 10px, #EB5733 10px), -moz-linear-gradient(225deg, transparent 0px, #EB5733 0px), -moz-linear-gradient(315deg, transparent 10px, #EB5733 10px);
    background: -o-linear-gradient(45deg, transparent 0px, #EB5733 0px), -o-linear-gradient(135deg, transparent 10px, #EB5733 10px), -o-linear-gradient(225deg, transparent 0px, #EB5733 0px), -o-linear-gradient(315deg, transparent 10px, #EB5733 10px);
    background: -webkit-linear-gradient(45deg, transparent 0px, #EB5733 0px), -webkit-linear-gradient(135deg, transparent 10%, #EB5733 10%), -webkit-linear-gradient(225deg, transparent 0px, #EB5733 0px), -webkit-linear-gradient(315deg, transparent 10%, #EB5733 10%);
}

.rsa-orange {
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 55% 55%;
    -webkit-background-size: 55% 55%;
    background-size: 55% 55%;
    background-repeat: no-repeat;
}*/
.form-group.form-buttons.nav-button-holder.text-center {
    display: inline-block;
}


.rsa-orange {
    background: #E34D27;
    border: 2px solid #E34D27;
}

.rsa-darkblue {
    background: #022b47; /* fallback */
    background: -moz-linear-gradient(45deg, transparent 0px, #022b47 0px), -moz-linear-gradient(135deg, transparent 10px, #022b47 10px), -moz-linear-gradient(225deg, transparent 0px, #022b47 0px), -moz-linear-gradient(315deg, transparent 10px, #022b47 10px);
    background: -o-linear-gradient(45deg, transparent 0px, #022b47 0px), -o-linear-gradient(135deg, transparent 10px, #022b47 10px), -o-linear-gradient(225deg, transparent 0px, #022b47 0px), -o-linear-gradient(315deg, transparent 10px, #022b47 10px);
    background: -webkit-linear-gradient(45deg, transparent 0px, #022b47 0px), -webkit-linear-gradient(135deg, transparent 10%, #022b47 10%), -webkit-linear-gradient(225deg, transparent 0px, #022b47 0px), -webkit-linear-gradient(315deg, transparent 10%, #022b47 10%);
}


/*
.rsa-darkblue {
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 55% 55%;
    -webkit-background-size: 55% 55%;
    background-size: 55% 55%;
    background-repeat: no-repeat;
}*/
.rsa-blue {
    background: #017DC3; /* fallback */
    background: -moz-linear-gradient(45deg, transparent 0px, #017DC3 0px), -moz-linear-gradient(135deg, transparent 10px, #017DC3 10px), -moz-linear-gradient(225deg, transparent 0px, #017DC3 0px), -moz-linear-gradient(315deg, transparent 10px, #017DC3 10px);
    background: -o-linear-gradient(45deg, transparent 0px, #017DC3 0px), -o-linear-gradient(135deg, transparent 10px, #017DC3 10px), -o-linear-gradient(225deg, transparent 0px, #017DC3 0px), -o-linear-gradient(315deg, transparent 10px, #017DC3 10px);
    background: -webkit-linear-gradient(45deg, transparent 0px, #017DC3 0px), -webkit-linear-gradient(135deg, transparent 10%, #017DC3 10%), -webkit-linear-gradient(225deg, transparent 0px, #017DC3 0px), -webkit-linear-gradient(315deg, transparent 10%, #017DC3 10%);
}
.rsa-blue-pop {
    background: #017DC3;
    border: 2px solid #017DC3;
}
/*
.rsa-blue {
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 55% 55%;
    -webkit-background-size: 55% 55%;
    background-size: 55% 55%;
    background-repeat: no-repeat;
}*/

.rsa-button {
    color: white;
    padding: 6px 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 0;
    font-size: 1.2em;
}

a.btn {
    text-decoration: none;
}

.rsa-button.btn-lg {
    padding: 12px 40px 12px 40px;
}

.rsa-button:hover {
    color: white;
    /* text-decoration: underline;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: 1px;*/
    opacity: 0.8;
}

.rsa-button:active, .rsa-button:focus {
    /*color: white;
    text-decoration: underline;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border: none !important;
    outline: none !important;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.rsa-grey {
    background: #eee;
    color: #333;
    border:0;
}
.rsa-grey:hover {
    background: #eee;
    color: #333;
   opacity:0.8;
}

.hide-NavFlyout {
    margin-top: 10px;
}

.radio-btn.btn.btn-info.noButton,
.radio-btn.btn.btn-info.yesButton,
.rsa-default-button,
.rsa-back-button,
.rsa-save-button {
    color: #e34d27;
    border: 2px solid #e34d27;
    background: #fff;
    background: linear-gradient(0deg,rgba(255,255,255,0.0001)0%,rgba(255,255,255,0.2)100%),#fff;
    padding: 6px 30px;
    box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.rsa-default-button {
    color: #fff;
    border: 2px solid #e34d27;
    background: #e34d27;
    background: linear-gradient(0deg,rgba(255,255,255,0.0001)0%,rgba(255,255,255,0.2)100%),#e34d27;
}

    .rsa-default-button:disabled {
        color: #fff;
        background: #e34d27;
        cursor: default;
    }

    .rsa-default-button:focus {
        color: #fff;
        cursor: default;
    }

.rsa-grey-button {
    color: #666;
    border: 1px solid #666;
    background: #eee;
}

    .rsa-grey-button:hover {
        background: #e34d27;
        color: #fff;
        border: #e34d27;
    }

.radio-btn.btn.btn-info.noButton,
.radio-btn.btn.btn-info.yesButton {
    padding: 6px 20px;
}

.rsa-save-button {
    color: #337ab7;
    border: 2px solid #337ab7;
}

    .rsa-save-button:hover {
        color: #337ab7;
    }

    .rsa-default-button > .fas,
    .rsa-save-button > .fas {
        float: right;
        margin-right: -20px;
        margin-top: 2px;
    }

.rsa-back-button > .fas {
    float: left;
    margin-left: -20px;
    margin-top: 2px;
}

.rsa-back-button:hover {
    color: #e34d27;
}

.rsa-back-button:focus {
    color: #e34d27;
}

.radio-btn.btn.btn-info.noButton,
.radio-btn.btn.btn-info.yesButton {
    color: #666;
    border: 1px solid #999;
    background: #eee;
    margin: 0 10px;
}

.btn-group-yesno .radio-btn {
    border-radius: 4px !important;
}
.btn-group-yesno input[type="radio"] {
   display:block;
   opacity:0;
   width:1px !important;
   height:1px !important;
}

/*.radio-btn.btn.btn-info.noButton:hover,
.radio-btn.btn.btn-info.yesButton:hover,*/
.radio-btn.btn.btn-info.noButton:focus,
.radio-btn.btn.btn-info.yesButton:focus {
    color: #fff;
    border: 2px solid #e34d27;
    background: #e34d27;
}

.btn-group-yesno .radio-btn.btn.btn-info.noButton.active,
.btn-group-yesno .radio-btn.btn.btn-info.yesButton.active {
    background: #e34d27;
    color: #fff;
    border: 2px solid #e34d27;
}


/*.faq-nav-button-area > .rsa-back-button*/
.faq-nav-button-area {
    text-align: left;
    padding: 15px 0;
}

.modal-footer .btn {
    margin-bottom:5px;
    margin-left:5px;
}
.modal-header {
    background-color: #337ab7 !important;
}


/*END RSA BUTTON STYLES*/
/* Loading spinners */
.save-spinning-loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #f3f3f3;
    border-right: 0px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    border-left: 0px solid #f3f3f3;
    width: 1em;
    height: 1em;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    display: none;
    margin-left: 1.2em;
}



.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #E34D27;
    border-right: 6px solid #017dc3;
    border-bottom: 6px solid #E34D27;
    border-left: 6px solid #022b47;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    display: inline-block;
    font-size: 40px;
    padding: 7px;
    color: #E34D27;
}

#loading-spinner {
    text-align: center;
    display: none;
    margin-top: 50px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ajaxLoading {
    z-index: 1000;
    float: left;
    background-color: #eff7fd;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
}

    .ajaxLoading img {
        position: absolute;
        top: 45%;
        top: 40px;
        left: 45%;
        left: calc(50% - 21px);
    }

/* End Loading spinner */
.main-container {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.left-sidebar {
    height: 100%;
    /*background-color: rgba(240,76,17,0.7);*/
    background-color: #E34D27;
    padding: 15px 0px 0px 0px;
    width: 50px;
    float: left;
    position: relative;
}

.content-container {
    height: 100%;
    /*background-color: rgba(255,255,255,0.92);*/
    background-color: #F5F5F5;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

#header {
    width: 100%;
    background: #fff;
    display: inline-block;
}

#menu-toggle {
    width: 80%;
    margin-left: 10%;
    padding: 5px;
}

#menu_burger {
    width: 60px;
    height: 40px;
    float: right;
    background: #E34D27;
    background: #fff;
    margin: 0 10px;
    color: #E34D27;
    text-align: center;
}

    #menu_burger:hover {
        background: #E34D27;
        color: #fff;
    }

    #menu_burger i {
        font-size: 1.8em;
        color: inherit;
        margin: 10px;
    }

.menu-box {
    position: absolute;
    top: 60px;
    z-index: 300;
    padding: 10px 10px 10px 0px;
    background-color: #E34D27;
    overflow-y: auto;
    right: 0;
}


    .menu-box::-webkit-scrollbar {
        width: 10px;
    }

#menuBoxCloseButton {
    float: right;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
}


.menu-box .menu-list {
    /*margin-top: 25px;*/
    list-style: none;
    /*font-size: 1.5em;*/
    color: #fff;
    font-weight: lighter;
    padding-left: 15px;
}

    .menu-box .menu-list li {
        padding: 10px 0px;
    }

    .menu-box .menu-list a {
        color: #fff;
    }

        .menu-box .menu-list a i {
            margin-right: 20px;
        }

.menu-hamburger {
    color: #fff;
    font-size: 2.6em;
}

#green-arc {
    transform-origin: 100px 100px;
    transform: rotate(180deg);
    -ms-transform-origin: 100px 100px;
    -ms-transform: rotate(270deg);
    transition: all 1.5s ease-out;
}

.arc-wrapper {
    width: 100%;
    background: #fff;
    display:none;
}

#arc-container {
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
    margin-left: 25%;
    position: relative;
    margin-bottom: 60px;
}

    #arc-container .clearfix {
        margin-top: 30%;
    }

.middle-circle-container {
    float: left;
    z-index: 200;
    position: absolute;
    top: 0px;
    padding: 0px;
    transform-origin: 50% 59%;
}

#outer-middle-circle-container {
    transition: all 3s ease-out;
}

#inner-middle-circle-container {
    transition: all 1.5s ease-out;
}

#middle-circle-icon {
    transition: all 1s ease-out;
}

#fallback-progress-bar-container {
    width: 40%;
    height: 1.2em;
    padding: 0px;
    margin: 70px 30% 30px 30%;
    border: 1px solid #57B857;
    display: none;
}

#fallback-progress-bar {
    width: 0%;
    height: 1.2em;
    transition: all 3s ease-out;
    background-color: #57B857;
}

#progress-icons {
    position: absolute;
    top: 30px;
    padding: 0px;
    margin-top: 0;
    width: 100%;
    height: 80%;
    max-height: 450px;
}

.progress-label {
    display: none;
}

#progress-icons > div {
    opacity: 1;
}

#progress-icons div.progress-label {
    cursor: pointer;
    left: 100px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

#progress-icons .current-step div.progress-label {
    display: block;
}
    #progress-icons div.progress-label::before{
    content:"";
    margin-left:-100%;
}
    #progress-icons div.progress-label::after {
        content: "";
        margin-right: -100%;
    }
    #progress-icons > div.progress-step-1 {
        opacity: 1.0;
        cursor: pointer;
    }

    #progress-icons > div.progress-icon {
        display: inline-block;
    }


#progress-icons > div.progress-icon.achieved-step i:before {
    content: "\f058" !important;
}


#progress-icons > div.progress-icon.last-icon {
    background-image: none;
}


#progress-icons > div.progress-seperator {
    position:relative;
}

    #progress-icons > div.progress-seperator i {
        display: none;
        /*   "\f058"  */
    }

#progress-icons li img {
    /*cursor: not-allowed;*/
}

    #progress-icons li img.active {
        cursor: pointer;
    }

.progress-icon-step-1 {
    opacity: 1.0 !important;
}

#progress-icons .progress-icon i {
    color: #E34D27;
    font-size: 24px;
 margin:0;
 border-radius:12px;
 background:#fff;
 width:20px;
 height:20px;
}

#progress-icons .progress-icon.achieved-step > i.fas.fa-circle-o::before {
    content: "\f058";
}

/*#Prog_bar_H .progress-step-4.progress-seperator,*/
#Prog_bar_H .progress-step-1,
/*#Prog_bar_H .progress-step-2,*/
#Prog_bar_H .progress-step-3,
#Prog_bar_H .progress-step-4,
#Prog_bar_H .progress-step-8 {
    display: none !important;
}

#Prog_bar_H {
    width: calc(100% - 250px);
    background: #fff;
    border: 0px solid red;
    position: relative;
    float: left;
    display: inline-block;
    height: 90px;
    margin-top: 15px;
    display: none;
}

    #Prog_bar_H .middle-circle-container {
        border: 0px solid green;
        width: 90%;
        margin: 0 5%;
        background: #eee;
        color: #E34D27;
        text-align: center;
    }

#progressLine {
    display:none;
}

#Prog_bar_H #progress-icons > div.progress-seperator {
    border: 0px solid blue;
    width: 8%;
    flex-direction: row;
    float: left;
}


    #Prog_bar_H #progress-icons > div.progress-seperator > .icon-spacer {
        width: 230%;
        border: 2px solid #E34D27;
        height: 2px;
        margin-left: -65%;
        margin-top: 9px;
    }


#Prog_bar_H #progress-icons > div.progress-icon {
    border: 0px solid blue;
    flex-direction: row;
    float: left;
    width: 12%;
    text-align: center;
}

#Prog_bar_H #progress-icons > .progress-icon.achieved-step.current-step i:before {
    content: '\f192' !important;
}

.nav-flyout {
    position: absolute;
    left: 90%;
    width: 250%;
    top: -20px;
    float: left;
    display: inline-block;
    z-index: 3000;
    overflow: hidden;
    background: rgba(173,69,31,0.9);
    background: transparent;
    padding: 10px 20px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-radius: 0;
    display: none;
    left: -75%;
    top: 40px;

}

.prog-nav-flyout,
#nav_overlay {
    display: none;
}

.nav-flyout-overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.prog-nav-flyout {
    width: 200px;
    margin-left: -35px;
    z-index: 3000;
}

.selectedNav .prog-nav-flyout,
#nav_overlay.show-overlay{
    display: inline-block;
}

.selectedNav .prog-nav-flyout {
    display: inline-block;
    position: relative;
}

.nav-flyout.selectedNav,
.prog-nav-flyout .selectedNav {
    display: inline-block !important;
}

.nav-flyout-inner {
    background: #337ab7;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
    width: 400px;
    max-width: 95vw;
    margin: 100px auto;
}

    .nav-flyout-inner p {
        background: #337ab7;
        border-radius: 5px 5px 0 0;
        padding: 10px 20px;
        width: 100%;
        margin: 0 0 15px;
    }

    .nav-flyout-inner::before {
        content: "";
        width: 0px;
        height: 0px;
        border: 0.8em solid transparent;
        position: absolute;
        left: -10px;
        top: 20px;
        border-right: 17px solid rgba(0,0,0,1);
        display:none;
    }



.progress-seperator .nav-flyout {
    display: none;
}

.nav-flyout p,
.prog-nav-flyout p{
    color: white;
}

.nav-flyout button,
.prog-nav-flyout button {
    width: 30%;
    margin: 0 10% 15px;
}

#build-number {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 3px #0366B8;
}

.bootstrap-dialog-message {
    font-size: 90% !important;
}

.bootstrap-dialog-title {
    color: #fff;
    font-size: 100% !important;
}

.question-container {
    text-align: center;
    margin-top: -20px;
}

.text-centered {
    width: 100%;
    text-align: center;
}

.label-required::after {
    content: " *";
    color: red;
}

.row-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

input:focus {
    /*color: red;*/
}

input[type="radio"], input[type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0
}

.material-radio-paddedL {
    padding-left: 50px;
}

input[type=text].form-control.material-input {
    font-size: 14px;
    width: 210px;
    height: 40px;
    padding-top: 16px;
}



.card .control-label.material-textbox-label {
    position: absolute;
    font-weight: normal;
    pointer-events: none;
    top: 5px;
    left: 5px !important;
    transition: 0.2s ease all;
    color: #333;
}

.card .mock-row .control-label.material-textbox-label {
    left: 25px !important;
}

.card .control-label.material-textbox-label {
    position: absolute;
    font-weight: normal;
    pointer-events: none;
    top: 5px;
    left: 30px;
    transition: 0.2s ease all;
    color: #333;
}

.card input.form-control.material-input.filled ~ .control-label.material-textbox-label,
.card input.form-control.material-input:not(:focus):valid ~ .control-label.material-textbox-label,
.card input.form-control.material-input:focus ~ .control-label.material-textbox-label {
    top: -2px;
    left: 5px;
    font-size: 10px;
    opacity: 0.8;
    position: absolute;
}

.card input.form-control.material-input:not(:focus):valid ~ .control-label.material-textbox-label{
    top: -20px;
    font-size: 0.9em;
}


.card input.material-input:focus ~ label.material-textbox-label,
.card input.material-input:not([value=""]) ~ label.material-textbox-label,
.card input.material-input:disabled ~ label.material-textbox-label {
    /*color:red;*/
}


.card select.material-select {
    border-color: #e34d27 !important;
    font-size: 1.1em;
}

.card .select-wrapper {
    margin: 1.7em 0 0.9em;
}

    .card .select-wrapper > select {
        min-height: 40px;
    }

    .card .select-wrapper:after {
        content: "\f107";
        display: inline-block;
        box-sizing: border-box;
        color: #e34d27;
        background-color: #fff;
        border: 0;
        margin-left: -23px;
        pointer-events: none;
        font-family: "FontAwesome";
        width:1.3em;
    }

.card select.material-select{
    width:95%;
}

.card .material-textbox.input-group.date {
    /*border: 1px solid red;*/
    width: 240px;
    padding: 0;
}

    .card .material-textbox.input-group.date .input-group-addon {
        color: #fff;
        background: #E34D27;
    }

.form-control-checkbox {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: 0px !important;
}

.form-group-checkbox {
    padding: 0px 5px;
}

    .form-group-checkbox label {
        padding-left: 5px;
        line-height: 34px;
    }

.nav-button-holder > div {
    padding-bottom: 2em;
}
/*******Main Menu page********/
.main-menu-cta-wrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.main-menu-cta {
    margin: 1em 0 0 0;
    text-align: center;
    font-weight: bold;
    /*border: 1px solid green;*/
    width: 100%;
    width: auto;
    min-width: 200px;
    float: left;
}

    .main-menu-cta img {
        margin-bottom: 1em;
        width: 40%;
        max-width: 150px;
        min-width: 80px;
    }

.panel-rsa {
    background-color: transparent;
    border: 1px solid #EB5733;
    border-radius: 5px;
    margin-bottom: 2em;
}

    .panel-rsa > .panel-heading {
        background-color: #EB5733;
        font-weight: bold;
        color: #fff;
        padding-left:0.5em;
    }
    .panel-rsa > .panel-body {
        padding-left: 0.5em;
    }

h4.panel-title {
    font-size: 1.1em !important;
}

#faq-accordion h4.panel-title a .glyphicon {
    text-align: left;
}

/* Inline-flex ensures checkbox and label stay on the same line */
.checkbox-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-width: 280px;
    margin-bottom: 10px;
}

    /*  responsive adjustments */
    .checkbox-inline label {
        font-size: 1em;
        line-height: 1.2;
        flex: 1;
        word-wrap: break-word; 
    }


@media (max-width: 576px) {
    .checkbox-inline label {
        font-size: 0.9em;
    }
}
#additionalInfo p:last-of-type {
    margin-top: 15px; 
    display: block; 
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    height: 18px !important;
    width: 18px !important;
    font-size: 20px;
    line-height: 20px !important;
    font-weight: bold;
}

.youtube-video-embed {
    position: relative;
    padding-bottom: 45%;
    padding-top: 25px;
    margin: 5% 10% 10% 10%;
}

    .youtube-video-embed > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#row-accordion-holder::after, .faq-nav-button-area::before, .faq-nav-button-area::after { /*required to fix visual bug in Firefox*/
    display: none;
    content: "" !important;
}

.origin-container {
    height: 25px;
    width: 40px;
    float: left;
    margin-left: -20px;
    margin-top: -3px;
}

.origin-container-nvdf {
    background-image: url(/Content/Images/ndls-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.origin-container-mygovid {
    background-image: url(/Content/Images/mygovid-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.origin-container-deasp {
    background-image: url(/Content/Images/deasp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.origin-container-ConfirmationNextStep1 {
    background-image: url(/Content/Images/digit_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.origin-container-ConfirmationNextStep2 {
    background-image: url(/Content/Images/digit_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.origin-container-ConfirmationNextStep3 {
    background-image: url(/Content/Images/digit_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.origin-container-ConfirmationNextStep4 {
    background-image: url(/Content/Images/digit_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.ConfirmationSuccessTable {
    font-size: 11pt;
}

.round-all-corners {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

/* Hide the file input using opacity */
[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

    input,
    [type=file] + label {
        border: 1px solid #CCC;
        border-radius: 3px;
        text-align: left;
        padding: 10px;
        width: 150px;
        margin: 0;
        left: 0;
        /*position: relative;*/
    }

    [type=file] + label {
        text-align: center;
        left: 7.35em;
        top: 0.5em;
        /* Decorative
        */
        background-color: #017DC3;
        color: #fff;
        border: none;
        cursor: pointer;
    }

        [type=file] + label:hover {
            background: #3399ff;
        }



.ConfirmationSuccessRow {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
}

.uploaded {
    padding-left: 0px;
}

    .uploaded img {
        width: 50px;
        height: 50px;
        float: left;
        padding-right: 15px;
    }


    .uploaded h4 {
        color: #EB5733;
        font-weight: 550;
        font-size: 1.5em;
        position: relative;
    }

.posted {
    padding-left: 0px;
}

    .posted img {
        width: 70px;
        height: 50px;
        float: left;
        padding-right: 15px;
    }


    .posted h4 {
        color: #007DC3;
        font-weight: 500;
        font-size: 1.5em;
        position: relative;
    }

.nextsteps {
    border-radius: 50%;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    float: left;
    padding-top: 4px;
}

.nextstepsdesc {
    margin-left: 30px;
    padding-left: 20px;
    font-size: 11pt;
}

    .nextstepsdesc p {
        margin-bottom: 0px;
    }

.nextstepsline {
    height: 20px;
    border-left: 3px solid black;
    margin-left: 20px;
    padding-left: 0px;
}




.supportDocDetails-help {
    width: 18px;
    height: 18px;
}

    .supportDocDetails-help img {
        width: 100%;
        height: auto;
    }

.supportDoc-containerConfirmation {
    height: 20px;
    width: 100px;
    text-align: center;
}

.supportDoc-container {
    height: 100px;
    width: 100px;
    text-align: center;
}

.supportdoc {
    /*margin: auto;*/
    text-align: center;
}

.supportdocline {
    border-right: 2px solid #CCC;
    overflow-wrap: break-word;
}

@media (max-width:767px) {

    .supportdocline {
        border: 0px solid !important;
    }
}

.origin-container-upload {
    margin: auto;
}

.origin-container-uploaded {
    color: #e34d27;
    margin: 15px auto;
    border: 3px solid #e34d27;
    border-radius: 50%;
    max-width:80px;
    max-height: 80px;
}

.origin-container-voreceive {
    margin: auto;
    width: 50%;
}

.origin-container-voreceived {
    color: #e34d27;
    margin: auto;
    width: 50%;
}

.origin-container-post {
    margin: auto;
    width: 50%;
}

.origin-container-posted {
    color: #e34d27;
    margin: auto;
    width: 50%;
}

.supportdoc i {
    font-size: 5em;
    margin-top: 20px;
}

.supportdoc .origin-container-uploaded i {
    font-size: 50px;
    margin-top: 10px;
}
#questionState {
    color: #444;
    font-style: italic;
}


#questionHeading, #questionBodyText {
    /*   font-size: larger;
    font-weight: 500;*/
}

.nav-button-holder {
    margin-top: 2.6em;
}

    .nav-button-holder div {
        padding-bottom: 0.7em;
    }

#SupportingDocumentsCheckBoxesTable {
    width: 100%;
}

    #SupportingDocumentsCheckBoxesTable > tbody > tr > td {
        border-bottom: 2px solid #0055A5;
        padding: 5px;
    }

        #SupportingDocumentsCheckBoxesTable > tbody > tr > td:first-child {
            border-right: 2px solid #0055A5;
            width: 50%;
        }

        #SupportingDocumentsCheckBoxesTable > tbody > tr > td:last-child {
            padding-left: 1em;
        }

    #SupportingDocumentsCheckBoxesTable .document-title {
        color: #0055A5;
        font-size: 1.3em;
        font-weight: bold;
    }

#categoriesCheckBoxesTable {
    width: 100%;
}

    #categoriesCheckBoxesTable > tbody > tr > td {
        border-bottom: 1px solid #0055A5;
        padding: 5px;
    }

        #categoriesCheckBoxesTable > tbody > tr > td:first-child {
            border-right: 1px solid #0055A5;
            width: 50%;
        }

        #categoriesCheckBoxesTable > tbody > tr > td:last-child {
            padding-left: 1em;
            border-left: 1px solid #0055A5;
            width: 45%;
        }

    #categoriesCheckBoxesTable .category-title {
        color: #0055A5;
        font-size: 1.3em;
        font-weight: bold;
    }

    #categoriesCheckBoxesTable .category-icon {
        height: 1.3em;
        width: auto;
        float: right;
        margin: 0.3em 0.7em 0 0;
    }

.licence-container {
    margin-bottom: 45px;
    position: relative;
    font-weight: bold;
    font-size: 7px;
/*    line-height: 1em;*/
}

    .licence-container #image img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

#preview-category-container {
    position: absolute;
    top: 3%;
    bottom: 10%;
    left: 28%;
    right: 10%;
    font-size: 6px;
}

.preview-category-row {
    height: 5.5%;
    border-bottom: 1px #0055A5 solid;
    width: 100%;
    position: relative;
}

.preview-category-cell {
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px #0055A5 solid;
    width: 20%;
}

.preview-category-cell-1 {
    left: 0;
    color: #0055A5;
}

.preview-category-cell-2 {
    left: 20%;
    text-align: center;
}

.preview-category-cell-3 {
    left: 40%;
    text-align: center;
}

.preview-category-cell-4 {
    left: 60%;
    border-right: 0px;
    width: 40%;
}

img.preview-category-icon {
    height: 80%;
    float: right;
    margin-top: 2%;
    width: auto;
    margin-right: 2%;
}

#preview-global-notation {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #0055A5;
}

    #preview-global-notation > span {
        color: #000;
    }


#categoriesCheckBoxesTable input[type="checkbox"][disabled] {
    cursor: default;
    visibility: hidden;
}

    #categoriesCheckBoxesTable input[type="checkbox"][disabled][checked] {
        visibility: visible;
        float: right;
    }



#progress-icons {
    /*border: 1px solid red;*/
    width: auto;
    margin: 0 calc(48% - 115px);
}

.left-sidebar {
    width: 5px;
}

#menu_burger {
    position: absolute;
    right: 0;
}

#Prog_bar_H #progress-icons > div.progress-icon {
    border: 0px solid blue;
    flex-direction: row;
    float: left;
    width: 20px;
    text-align: center;
}

#Prog_bar_H #progress-icons > div.progress-seperator {
    border: 0px solid blue;
    width: 20px;
    flex-direction: row;
    float: left;
}

    #Prog_bar_H #progress-icons > div.progress-seperator > .icon-spacer {
        width: 20px;
        height: 2px;
        margin: 9px -0px;
    }

#Prog_bar_H {
    width: 100%;
    background: #fff;
    border: 0px solid red;
    position: relative;
    float: left;
    display: inline-block;
    height: 90px;
    margin-top: 0;
    display: none;
}

select::-ms-expand {
    display: none;
}

.conf-icon {
    font-size: 34px;
    float:left;
    margin: -5px 15px 10px 0;
}

#nav_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: RGBA(0,0,0,0.5);
    z-index: 1000;
  
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 300px) {
    .menu-box {
        width: auto;
        height: auto;
        /*font-size:0.8em;*/
    }

    .conf-icon {
        font-size: 34px;
        float: left;
        margin: -5px 15px 10px 0;
    }

    h1 {
        font-size: 1.65em;
    }


    #progress-icons {
        /*border: 1px solid red;*/
        width: auto;
        margin: 0 calc(48% - 115px);
    }
    .left-sidebar {
        width: 0px;
    }
    #menu_burger {
        position: absolute;
        right: 0;
    }

    #Prog_bar_H #progress-icons > div.progress-icon {
        border: 0px solid blue;
        flex-direction: row;
        float: left;
        width: 20px;
        text-align: center;
    }

    #Prog_bar_H #progress-icons > div.progress-seperator {
        border: 0px solid blue;
        width: 20px;
        flex-direction: row;
        float: left;
    }

    #Prog_bar_H #progress-icons > div.progress-seperator > .icon-spacer {
        width: 20px;
        height: 2px;
        margin: 9px 0px;
 
    }
    #Prog_bar_H {
        width: 100%;
        background: #fff;
        border: 0px solid red;
        position: relative;
        float: left;
        display: inline-block;
        height: 90px;
        margin-top: 0;
        display: none;
    }

   


    .nav-button-holder div {
        padding-left: 0px;
        padding-right: 10px;
    }

    .nav-button-holder button {
        width: 100%;
    }

    .main-menu-cta-wrapper {
        flex-direction: column;
    }

    .main-menu-cta {
        width: 100%;
        max-width: 100%;
        border: 0px solid red;
    }

    #progress-icons > div.progress-icon {
    }
    .form-group .mygov-md {
        min-width: 240px;
        width: auto;
        float: none;
    }
}

@media only screen and (min-width : 380px) { /*Custom width, just for size of licence preview*/
    .licence-container {
    }

    #arc-container {
        width: 40%;
        margin-left: 30%;
    }

    #menu_burger {
        margin: 10px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    #progress-icons {
        /*border: 1px solid blue;*/
        width: auto;
        margin: 0 calc(48% - 160px);
    }

    .left-sidebar {
        width: 5px;
    }

    #menu_burger {
        position: absolute;
        right: 0;
    }

    #Prog_bar_H #progress-icons > div.progress-icon {
        border: 0px solid blue;
        flex-direction: row;
        float: left;
        width: 20px;
        text-align: center;
    }

    #Prog_bar_H #progress-icons > div.progress-seperator {
        border: 0px solid blue;
        width: 40px;
        flex-direction: row;
        float: left;
    }

        #Prog_bar_H #progress-icons > div.progress-seperator > .icon-spacer {
            width: 40px;
            height: 2px;
            margin: 9px -0px;
        }

    #Prog_bar_H {
        width: 100%;
        background: #fff;
        border: 0px solid red;
        position: relative;
        float: left;
        display: inline-block;
        height: 90px;
        margin-top: 0;
        display: none;
    }



    







    #ndls-logo img {
        width: 80px;
        height: 58px;
    }

    .licence-container {
        font-size: 9px;
    }

    #preview-category-container {
        font-size: 9px;
    }

    .menu-box {
        width: auto;
        height: auto;
    }

    .nav-button-holder button {
        width: 90%;
    }

    #arc-container {
        width: 30%;
        margin-left: 35%;
    }

    .radio-btn.btn.btn-info.noButton:hover,
    .radio-btn.btn.btn-info.yesButton:hover { 
        /*  color: #fff;
    border: 2px solid #e34d27;
    background: #e34d27;*/
    }
}
/* Intermediate sizes (not a bootstrap breakpoint)*/
@media only screen and (min-width : 640px) {
    #progress-icons {
        /*border: 1px solid green;*/
        width: auto;
        margin: 0 ;
    }

    .nav-flyout-inner {
        width: 350px;
        margin: 200px auto;
    }

    .left-sidebar {
        width: 5px;
    }

    #menu_burger {
        position: absolute;
        right: 0;
    }

    #Prog_bar_H #progress-icons > div.progress-icon {
        border: 0px solid blue;
        flex-direction: row;
        float: left;
        width: 30px;
        text-align: center;
    }



    #Prog_bar_H #progress-icons > div.progress-seperator {
        border: 0px solid blue;
        width: 50px;
        flex-direction: row;
        float: left;
    }

        #Prog_bar_H #progress-icons > div.progress-seperator > .icon-spacer {
            width: 60px;
            height: 2px;
            margin: 9px -5px;
        }

    #Prog_bar_H {
        width: calc(100% - 150px);
        background: #fff;
        border: 0px solid red;
        position: relative;
        float: left;
        display: inline-block;
        height: 90px;
        margin-top: 0;
        display: none;
    }

    .current-step .progress-label {
        display: block;
    
        text-align: center;
    }



    .conf-icon {
        margin: 0 15px 10px 0;
    }



    #ndls-logo img {
        width: 80px;
        height: 58px;
    }

    .licence-container {
    }

    .menu-box {
        width: auto;
        height: auto;
    }

    .nav-button-holder button {
        width: 60%;
    }
}


        /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
            #progress-icons {
                /*border: 1px solid pink;*/
                width: 100%;
                margin: 0;
            }

            /*#progress-icons {
        position: absolute;
        top: 30px;
        padding: 0px;
        margin-top: 0;
        width: 100%;
        height: 80%;
        max-height: 450px;
    }*/


            .left-sidebar {
                width: 5px;
            }

            #menu_burger {
                position: absolute;
                right: 0;
            }

            #Prog_bar_H #progress-icons > div.progress-icon {
                width: 12%;
            }

            /*#Prog_bar_H #progress-icons > div.progress-seperator {
        border: 0px solid blue;
        width: 50px;
        flex-direction: row;
        float: left;
    }*/

            #Prog_bar_H #progress-icons > div.progress-seperator {
                width: 5.5%;
            }

                #Prog_bar_H #progress-icons > div.progress-seperator > .icon-spacer {
                    width: 255%;
                    border: 2px solid #E34D27;
                    height: 2px;
                    margin-left: -75%;
                    margin-top: 9px;
                }



            #Prog_bar_H {
                width: calc(100% - 250px);
            }

            .current-step .progress-label {
                display: block;
                text-align: center;
            }


            h1 {
                font-size: 1.7em;
            }

            h2 {
                font-size: 1.7em;
            }


            .left-sidebar {
                width: 10px;
            }



            #progress-icons > div.progress-seperator {
                margin: 0 0 -2px 0;
                background-position: 8px 0;
                color: #fff;
                font-size: 16px;
                background-image: url('../Content/Images/white-vertical.png');
                height: 20px;
                background-repeat: no-repeat;
                background-size: 4px;
            }

            #progress-icons > div.progress-icon {
                border-width: 1px 0;
                padding-left: 0;
                background-position: 8px 20px;
                position: relative;
            }

            #ndls-logo img {
                width: 110px;
                height: 80px;
            }

            #arc-container {
                width: 30%;
                margin: -70px calc(50% - 120px) 40px;
                max-width: 240px;
            }

            #categoriesCheckBoxesTable {
                min-width: 300px;
                width: 50%;
                margin: 15px 25%;
            }

            .nav-button-holder div {
                padding-left: 15px;
                padding-right: 15px;
            }

            .nav-button-holder button {
                width: 100%;
            }

            .form-group .mygov-md {
                min-width: 240px;
                width: auto;
                float: left;
            }
        }

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    h1 {
        font-weight: 800;
        font-size: 2.1em;
    }

    h2 {
        font-weight: 800;
        font-size: 2.1em;
    }

    .progress-label {
        display: block;
        color: #E34D27;
        width: 100%;
        text-align: center;
    }

    #ndls-logo img {
        width: 140px;
        height: 102px;
    }

    .origin-container {
        margin-left: -40px;
        margin-right: 5px;
    }

    .main-menu-cta-wrapper {
        flex-direction: row;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1024px) {
    #progress-icons {
        width: 100%;
        margin: 0;
    }

    .left-sidebar {
        width: 5px;
    }

    #menu_burger {
        position: absolute;
        right: 0;
    }

    #Prog_bar_H #progress-icons > div.progress-icon {
        width: 10%;
    }


    #Prog_bar_H #progress-icons > div.progress-seperator {
        width: 8%;
    }

        #Prog_bar_H #progress-icons > div.progress-seperator > .icon-spacer {
            width: 203%;
            border: 2px solid #E34D27;
            height: 2px;
            margin-left: -51%;
            margin-top: 9px;
        }



    #Prog_bar_H {
        width: calc(100% - 250px);
    }

    .current-step .progress-label {
        display: block;
        text-align: center;
    }


    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.7em;
    }


    .left-sidebar {
        width: 10px;
    }



    #progress-icons > div.progress-seperator {
        margin: 0 0 -2px 0;
        background-position: 8px 0;
        color: #fff;
        font-size: 16px;
        background-image: url('../Content/Images/white-vertical.png');
        height: 20px;
        background-repeat: no-repeat;
        background-size: 4px;
    }

    #progress-icons > div.progress-icon {
        border-width: 1px 0;
        padding-left: 0;
        background-position: 8px 20px;
        position: relative;
    }

    #ndls-logo img {
        width: 110px;
        height: 80px;
    }

    #arc-container {
        width: 30%;
        margin: -70px calc(50% - 120px) 40px;
        max-width: 240px;
    }

    #categoriesCheckBoxesTable {
        min-width: 300px;
        width: 50%;
        margin: 15px 25%;
    }

    .nav-button-holder div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-button-holder button {
        width: 100%;
    }
}

        
 @media only screen and (min-width : 1200px) {
            .main-container {
                /*width: 64% !important;
                margin-left: 18% !important;*/
                width: 100% !important;
                margin-left: 0 !important;
            }

            .radio-btn.btn.btn-info.noButton:hover,
            .radio-btn.btn.btn-info.yesButton:hover,
            .radio-btn.btn.btn-info.noButton:focus,
            .radio-btn.btn.btn-info.yesButton:focus {
                color: #fff;
                border: 2px solid #e34d27;
                background: #e34d27;
            }
        }

        @media only screen and (min-width : 1500px) {
            header,
            .main-container {
                width: 1500px !important;
                max-width: 1500px;
                margin: 0 auto !important;
                display: block;
            }
        }
        /* IE 10 + 11 Only Styles*/
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .rsa-button {
                border-radius: 5px 0px !important;
            }

                .rsa-button.btn-lg {
                    border-radius: 10px 0px !important;
                }

            #progress-icons li img {
                width: 99%;
            }

            #arc-container img {
                width: 100%;
            }

            .middle-circle-container {
                top: 5%;
            }

            #view-container {
                padding-top: 1em;
            }

            #progress-arc {
                display: none;
            }

            #ie-progress-arc {
                display: block !important;
                width: 100%;
                position: relative;
                top: 10px;
                left: 0;
                padding-bottom: 50%;
                background-image: url('./Images/grey-arc.png');
                background-size: 100% 101%;
                overflow: hidden;
            }

            #ie-progress-arc-green-bar {
                position: absolute;
                top: 0;
                left: -1px;
                width: 102%;
                overflow: hidden;
                height: 200%;
                background: url('./Images/green-arc.png') no-repeat;
                background-size: contain;
                transform: rotate(180deg);
                transition: all 1.5s ease-out;
            }

            .progress-step-1.progress-icon {
                background-image: url('./Images/side-icon-pngs/Barrier.png') !important;
            }

            .progress-step-2.progress-icon {
                background-image: url('./Images/side-icon-pngs/Arrows.png') !important;
            }

            .progress-step-3.progress-icon {
                background-image: url('./Images/side-icon-pngs/Person.png') !important;
            }

            .progress-step-4.progress-icon {
                /*background-image: url('./Images/side-icon-pngs/Car.png') !important;*/
            }

            .progress-step-5.progress-icon {
                /*background-image: url('./Images/side-icon-pngs/Medical.png') !important;*/
            }

            .progress-step-6.progress-icon {
                /*background-image: url('./Images/side-icon-pngs/Hand.png') !important;*/
            }

            .progress-step-7.progress-icon {
                /*background-image: url('./Images/side-icon-pngs/Card.png') !important;*/
            }

            .progress-step-8.progress-icon {
                background-image: url('./Images/side-icon-pngs/Tick.png') !important;
            }
        }

/* Phone < 991px */
@media (max-width: 991px) {

    .col-md-offset-3 {
        margin-left: 20%;
    }
}

    /* Phone < 414px */
@media (max-width: 414px) {

    .col-md-offset-3 {
        margin-left: 15%;
    }

    .mobileaddress {
        padding-bottom: 25px;
    }
}
