@font-face {
    font-family: 'BebasNeueRegular';
    src: url(BebasNeueRegular.eot);
    src: url(BebasNeueRegular.eot?#iefix) format('embedded-opentype'), url(BebasNeueRegular.woff) format('woff'), url(BebasNeueRegular.ttf) format('truetype'), url(BebasNeueRegular.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.btn-primary {
    //styleName: Button/Roboto - Bold, 12, 15.6 line height, 3% spacing;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    background: rgba(229, 238, 245, 1);
    border: 0px;
    background: rgba(0, 81, 153, 1);
    padding: 5px 10px 5px 10px;
    gap: 10px;
    border-radius: 0px;
}

.btn-primary:hover {
        background: rgba(51, 116, 173, 1);
    }

a {
    color: rgba(51, 62, 71, 1);
}

.btn-secondary {
    
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    background: white;
    padding: 5px 10px 5px 10px;
    color: rgba(0, 81, 153, 1);
    border: 2px solid rgba(0, 81, 153, 1);
    border-radius: 0px;
}
    .btn-secondary:hover {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        line-height: 14.1px;
        letter-spacing: 0.03em;
        text-align: center;
        color: rgba(0, 81, 153, 1);
        background: rgba(229, 238, 245, 1);
    }

.btn-secondary:disabled {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    color: dimgray;
    background-color: darkgrey;
    border: solid 1px #000000;
}

.btn-simulateupload {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    background: white;
    padding: 5px 10px 5px 10px;
    color: rgba(0, 81, 153, 1);
    border: 1px solid dimgray;
    border-radius: 1px;
}

.btn-finish {
    padding: 5px 10px 5px 10px;
    gap: 10px;
    border: 2px solid #000000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    color: white;
    background: rgba(0, 81, 153, 1);
}

.btn-save {
    padding: 5px 10px 5px 10px;
    gap: 10px;
    border: 2px solid #000000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    color: white;
    background: rgba(0, 81, 153, 1);
}

.btn-assessmentnav {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    background: white;
    padding: 5px 10px 5px 10px;
    color: rgba(0, 81, 153, 1);
    border: 2px solid rgba(0, 81, 153, 1);
    border-radius: 0px;
}

.btn-assessmentnav:hover {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    color: rgba(0, 81, 153, 1);
    background: rgba(229, 238, 245, 1);
}

.btn-assessmentnav:disabled {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    color: dimgray;
    background-color: darkgrey;
    border: solid 1px #000000;
}

.btn-warning {
    padding: 5px 10px 5px 10px;
    gap: 10px;
    border: 2px solid rgba(240, 76, 37, 1);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.1px;
    letter-spacing: 0.03em;
    text-align: center;
    color: rgba(240, 76, 37, 1);
    background: white;
}

    .btn-warning:hover {
        background: rgba(252, 219, 211, 1);
        color: rgba(240, 76, 37, 1);
        border: 2px solid rgba(240, 76, 37, 1);
    }

    .disabled {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        line-height: 14.1px;
        letter-spacing: 0.03em;
        text-align: center;
        padding: 5px 10px 5px 10px;
        gap: 10px;
        background: rgba(236, 236, 237, 1);
        border: 2px solid rgba(105, 110, 118, 1);
        color: rgba(105, 110, 118, 1);
        border-radius: 0px;
    }

.gridLink{
    color: blue !important;
    text-decoration: underline;
}

.pfTitle {
    color: #ffffff;
    background-color: #005199;
    padding: 10px;
    font-family: 'Bebas Neue', sans-serif;
}

.pfSubTitle {
    color: #000000;
    text-transform: uppercase;
    padding: 5px;
    background-color: #eaeaea;
    font-family: 'Bebas Neue', sans-serif;
}
.bigText
{
    font-size: 50px;
    font-weight: bolder;
    text-decoration: none;
    color: gray;
}

h1 {
    font-family: Bebas Neue;
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

h2 {
    font-family: Bebas Neue;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

h3 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

h4 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24.8px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.Headline {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
    color: rgba(51, 63, 72, 1);
}

.form-label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
}

.nav-item {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: center;
    text-decoration: none !important;
    color: rgba(51, 62, 71, 1);
}

    .nav-item hover {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        line-height: 15.6px;
        text-align: center;
        text-decoration: underline;
        color: rgba(0, 81, 153, 1);
    }

.navbar-logo {
    padding: 0.5em;
    border-left: 2px solid rgba(159, 158, 164, 1)
}

.border-top {
    border-top: 2px solid rgba(0, 81, 153, 1)
}

.copyright {
    font-family: Roboto;
    font-size: 10px;
}

.k-column-title {
    font-family: Roboto;
    font-size: 12px;
    color: rgba(51, 62, 71, 1);
}
.k-table-td {
    font-family: Roboto;
    font-size: 12px;
}
#breadcrumbs
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: smaller;
}

.clsCategoryHeader {
    font-family: Bebas Neue;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-top: 20px;
}

.QuestionButton {
    background: #eaeaea;
    background-image: -webkit-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -moz-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -ms-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -o-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: linear-gradient(to bottom, #eaeaea, #c5c4c4);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
}

.QuestionButtonCurrent {
    background: #c0c0c0;
    background-image: -webkit-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -moz-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -ms-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -o-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: linear-gradient(to bottom, #eaeaea, #c5c4c4);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: #ff0000;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0px;
    margin: 0px 5px 0px 0px;
    display: block;
    width: 100%;
    text-align: left;
}

.QuestionButtonDisabled {
    background: #c0c0c0;
    background-image: -webkit-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -moz-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -ms-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -o-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: linear-gradient(to bottom, #eaeaea, #c5c4c4);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0px;
    margin: 0px 5px 0px 0px;
    display: block;
    width: 100%;
    text-align: left;
}

    .QuestionButton:hover {
        background: #1c8208;
        background-image: -webkit-linear-gradient(top, #c5c4c4, #eaeaea);
        background-image: -moz-linear-gradient(top, #c5c4c4, #eaeaea);
        background-image: -ms-linear-gradient(top, #c5c4c4, #eaeaea);
        background-image: -o-linear-gradient(top, #c5c4c4, #eaeaea);
        background-image: linear-gradient(to bottom, #c5c4c4, #eaeaea);
        text-decoration: none;
    }

.QuestionButtonGood {
    background: #eaeaea;
    background-image: -webkit-linear-gradient(top, #bde3af, #9dc68f);
    background-image: -moz-linear-gradient(top, #bde3af, #9dc68f);
    background-image: -ms-linear-gradient(top, #bde3af, #9dc68f);
    background-image: -o-linear-gradient(top, #bde3af, #9dc68f);
    background-image: linear-gradient(to bottom, #bde3af, #9dc68f);
    font-family: Raleway,Arial,Helvetica,sans-serif;
    color: #4d4d4d;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
}

    .QuestionButtonGood:hover {
        background: #1c8208;
        background-image: -webkit-linear-gradient(top, #9dc68f, #bde3af);
        background-image: -moz-linear-gradient(top, #9dc68f, #bde3af);
        background-image: -ms-linear-gradient(top, #9dc68f, #bde3af);
        background-image: -o-linear-gradient(top, #9dc68f, #bde3af);
        background-image: linear-gradient(to bottom, #9dc68f, #bde3af);
        text-decoration: none;
    }

.dropdown-item {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: center;
    text-decoration: none !important;
    color: rgba(51, 62, 71, 1);
}

.clsAssessmentSelectedAnswerText {
    color: #486282;
    font-style: italic;
    background-color: #eaeaea;
    padding: 8px;
    font-weight: bold;
}

.clsSubQuestion
{
    padding: 20px!important;
}

.clsHidden {
    display: none;
}

.red {
    color: rgba(240, 76, 37, 1);
}

.yellow {
    color: goldenrod;
}

.green {
    color: darkgreen;
}

.clsCurrentQuestion {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.BugetBackground {
    background: #eaeaea;
    background-image: -webkit-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -moz-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -ms-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: -o-linear-gradient(top, #eaeaea, #c5c4c4);
    background-image: linear-gradient(to bottom, #eaeaea, #c5c4c4);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 15px;
   
}

.DocBlueBG {
    border-bottom: 2px solid #063d85;
}

.DocBlueVertBar {
    border-right: 2px solid #063d85;
}

.clsUploadMessage {
    font-weight: bold;
    font-style: italic;
}

.returnText {
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none;
    color: darkred;
}

.returnedTitle {
    font-size: 15px;
    font-weight: bold;
}

.assessmentNumber
{
    font-size: x-large;
    text-decoration: none;

}

.assessmentCatCard
{
    padding: 10px;
    margin-left: 10px;
    border-color: #eaeaea;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    min-width: 150px;
}
    .assessmentCatCard:hover {
        border-color: #ffcc00;
    }

.assessmentTitle
{
    font-size: smaller;
}

.ExecTitle
{
    text-align: center;
}

.pdfBudgetGrayBG {
    background-color: #f3f4f4;
}

.pdfBudgetBlueBG {
    background-color: #e0e5f1;
}

.pdfBudgetRedBG {
    background-color: #f1d1d4;
}

.budgetRow
{
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
}

.budgetTotalRow {
    border-top: 2px solid #486282;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}

.photoFloat {
    float: left;
    display: flex;
}

h1 {
    color: #486282;
}

h2 {
    color: #486282;
}
h3 {
    color: #486282;
}

.headerCatchPhrase
{
    font-size: 16px;
    font-weight: bold;
    color: black;
}
.coverText
{
    font-size: 16px;
}

.footercontainer {
    border-top: 1px solid #486282;
    font-size: 10px;
}

.pdfPhoto {
    font-size: 16px;
}

.budgetCat
{
    background-color: #eaeaea;
    font-weight: bold;
    font-size: 12px;
}

.blueText {
    color: #486282;
}

.email {
    color: #486282 !important;
    text-decoration: underline !important;
}

.form-control-textarea {
    width: 750px;
    height: 200px;
}

.formCell
{
    border: 1px solid #eaeaea;
    padding: 5px;
}

.formTitle {
    background-color: #eaeaea;
    font-weight: bold;
    padding: 5px;
}
.formCellTitle {
    border: 1px solid #eaeaea;
    padding: 5px;
}

.formSectionTitle {
    font-weight: bold;
    text-transform: uppercase;
}
.sectionLine
{
    border-top: 1px solid #eaeaea;
}

.btn-rotate {
    background-image: url('/images/rotate.png'); /* update path */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px; /* adjust as needed */
    padding-left: 24px; /* space for the icon */
}

.clsHighlightColumn {
    background-color: #ffffe0;
}