@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
:root {
  --chartColor01: #002d72;
  --chartColor02: #FF6929;
  --chartColor03: #BCBCBC;
  --chartColor04: #424242;
  --chartColor05: #909090;
  --chartColor06: #707070;
  --chartColor07: #505050;
  --chartColor08: #303030;
  --chartTitleColor: #424242;
  --chartLabelColor: #424242;
  --fontChartTitle: 'Open Sans', sans-serif;
  --fontChartLabel: 'Open Sans', sans-serif;
  --fontChartLegend: 'Open Sans', sans-serif;
  --fontSizeChartTitle: 18px;
  --fontSizeChartLabel: 12px;
  --fontSizeChartLegend: 14px;
  --pieConnectorColor: #424242;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #424242;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  color: #002D72;
  font-weight: 700;
}

h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h2.results-heading {
  font-family: "Roboto Slab", serif;
  color: #424242;
  font-weight: 700;
  font-size: 24px;
}

/* Calculator Inputs */
.calcWidget .calcFieldset .details-wrapper,
.calcInputs .calcFieldset .details-wrapper {
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.calcInputs .field-wrapper {
  margin-bottom: 20px;
}

.calcInputs .calcFieldset summary {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF !important;
  background-color: #002D72;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 10px;
}

.calcInputs .calcFieldset summary::marker {
  margin-left: 20px;
}

.calcInputs .calcFieldset summary a.details-title {
  color: #FFFFFF !important;
  text-decoration: none;
}

.calcWidget .field-wrapper label,
.calcInputs fieldset label,
.calcInputs .details-wrapper label {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  line-height: 24px;
  color: #424242;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 5px;
}

.calcInputs .details-wrapper {
  padding: 10px 20px;
  margin-left: 0px;
  margin-top: 0;
  margin-bottom: 20px;
}

.calcInputs .details-wrapper .js-form-item.mb-3 {
  margin-bottom: 10px !important;
}

.webform-element-help {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-top: 0;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
  border: 1px solid #FF6929;
  border-radius: 50%;
  background: #002D72;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.webform-element-help--title {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  border-bottom: 1px solid #002D72;
  padding-top: 5px;
  padding-bottom: 0;
}

.webform-element-help--content {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #424242;
}

.webform-element-help:focus,
.webform-element-help:active,
.webform-element-help:hover {
  cursor: help;
  color: #FFFFFF;
  border: 2px solid #002D72;
  background: #002D72;
}

.calcWidget .tippy-box,
.calcInputs .tippy-box {
  background: #e1e1e1;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.calcWidget .tippy-arrow:before,
.calcInputs .tippy-arrow:before {
  background: #E1E1E1;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .calcInputs .details-wrapper label a {
    font-size: 14px;
  }
}
.calcWidget .input-group-text,
.calcInputs .input-group-text {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #424242;
  background-color: #E1E1E1;
}

.calcWidget .webform-has-field-prefix .input-group-text,
.calcInputs .webform-has-field-prefix .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.calcWidget .webform-has-field-suffix .input-group-text,
.calcInputs .webform-has-field-suffix .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 3px;
}

.calcInputs .webform-has-field-prefix.webform-has-field-suffix .input-group-text,
.calcWidget input,
.calcInputs input {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #424242;
}

.calcWidget input[type=text]:focus-visible,
.calcInputs input[type=text]:focus-visible {
  outline: 1px dashed #424242;
  outline-offset: 0px;
  border-color: #424242;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.calcInputs .help-text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  border: 2px solid #424242;
  border-radius: 5px;
  background-color: #e1e1e1;
  opacity: 1;
}

.calcInputs .help-text-toggle {
  cursor: help;
}

.calcInputs .help-text-toggle:before {
  font-weight: 600;
  float: left;
  color: #FF6929;
  font-size: 16px;
}

.calcInputs .help-text-toggle:before a:focus {
  border: 0;
  text-decoration: none;
}

.calcInputs .form-select {
  margin-bottom: 10px;
}

.calcInputs .open.help-text-toggle:before {
  color: #FF6929;
  font-size: 16px;
}

.calcFieldset {
  margin-bottom: 15px;
}

.calcInputs .error-message {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: red;
  border: 2px solid red;
  border-radius: 5px;
}

.details-wrapper a.worksheet-itemize {
  text-decoration: underline;
  color: #002D72;
  margin-left: 10px;
  margin-bottom: 30px !important;
}

.worksheet-wrap {
  margin-bottom: 10px !important;
}

.calcInputs .fa-pen-to-square-regular {
  color: #002D72;
  font-weight: 700;
}

#edit-m03taxesdue,
#edit-m03closingdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#edit-m03taxesdue .js-form-type-select label,
#edit-m03closingdate .js-form-type-select label {
  display: none;
}

.form-type-select.js-form-item-m03taxesdue-month,
.form-type-select.js-form-item-m03closingdate-month {
  width: 33%;
  float: left;
}

/* End Calculator Inputs */
input.calc-slider {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#FF6929), to(#e1e1e1));
  background: linear-gradient(to right, #FF6929 0% var(--fill-pct, 0%), #e1e1e1 var(--fill-pct, 0%) 100%);
  border-radius: 3px;
}
input.calc-slider:focus {
  outline: 2px dashed #424242;
  outline-offset: 2px;
}
input.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background: #002D72;
  cursor: pointer;
  margin-top: -4px;
}
input.calc-slider::-webkit-slider-runnable-track {
  height: 10px;
  background: transparent;
  border-radius: 3px;
}
input.calc-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background: #002D72;
  cursor: pointer;
  border: none;
}
input.calc-slider::-moz-range-track {
  height: 10px;
  background: transparent;
  border-radius: 3px;
}

.cap1Inputs .slider .slider-track,
.calcWidget .slider .slider-track,
.calcInputs .slider .slider-track {
  padding: 0;
  margin-left: 0;
  margin-top: 0 !important;
}

.cap1Inputs .slider .slider-track .slider-selection,
.calcWidget .slider .slider-track .slider-selection,
.calcInputs .slider .slider-track .slider-selection {
  background-image: none !important;
  background-color: #FF6929 !important;
}

.cap1Inputs .slider.slider-horizontal,
.calcWidget .slider.slider-horizontal,
.calcInputs .slider.slider-horizontal {
  margin-left: 0;
  width: 100% !important;
  margin-bottom: 10px !important;
}

.cap1Inputs .slider-handle,
.calcWidget .slider-handle,
.calcInputs .slider-handle {
  background-image: none !important;
  background-color: #002D72 !important;
  border-radius: 3px !important;
  margin-top: 5px !important;
}

.calcInputs .slider-handle:focus,
.calcWidget .slider-handle:focus {
  outline: none;
}

.calcInputs .slider-handle:focus-visible,
.calcWidget .slider-handle:focus-visible {
  border: 2px solid #424242;
}

.calcOutputs {
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px;
}

.calcOutputs .calcHelp.mb-3 {
  margin-bottom: 0px !important;
}

.cdCalc .calcOutputs {
  width: 100%;
  float: left;
}

.calcResults {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin: 0;
  padding: 20px;
  margin-bottom: 20px !important;
}

.calcResults .fieldset-legend {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  line-height: 24px;
  color: #424242 !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.calcResults label,
.calcWidget label {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 24px;
  color: #002D72;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: auto;
  vertical-align: text-bottom;
}

/* Retain your media queries and dynamic widths here as-is, no variable updates needed */
.webform-readonly input[type=text],
.form-control:disabled {
  background-color: transparent;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  font-weight: 700;
}

.calcWidget .webform-readonly input[type=text],
.calcResults .form-control:disabled {
  text-align: center;
  background-color: transparent;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  font-weight: 700;
  font-size: 36px;
}

/* Calculator Help Text */
.calcHelp {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #424242;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin: 0;
  margin-top: 20px;
  padding: 20px;
}

.help-text-list-item,
.calcHelp ul {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #424242;
}

.calcHelp h3 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #424242;
  font-weight: 700;
  font-style: normal;
  margin-top: 20px;
}

@media screen and (max-width: 419px) {
  .calcResults .js-webform-type-fieldset {
    margin-bottom: 0px !important;
  }
  .calcResults .webform-flex legend {
    float: none;
    text-align: center;
  }
  .calcResults .js-form-item.resultsPanel1 {
    width: 100%;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel2 {
    width: 100%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel3 {
    width: 100%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel4 {
    width: 100%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel5 {
    width: 100%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel6 {
    width: 100%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel2 label {
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel3 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 33%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel4 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 25%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel5 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 20%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel6 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 16.6666666667%;
  }
  .calcResults .fieldset-wrapper .js-form-item input {
    display: block;
    text-align: center;
  }
  .calcResults input {
    border: 0;
    margin-top: 0px;
  }
}
@media screen and (min-width: 420px) {
  .calcResults .js-webform-type-fieldset {
    margin-bottom: 0px !important;
  }
  .calcResults .webform-flex legend {
    float: none;
    text-align: center;
  }
  .calcResults .js-form-item.resultsPanel1 {
    width: 100%;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel2 {
    width: 50%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel3 {
    width: 33%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel4 {
    width: 25%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel5 {
    width: 20%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel6 {
    width: 16.6666666667%;
    float: left;
    margin-bottom: 0px !important;
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel2 label {
    display: block;
    text-align: center;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel3 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 10%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel4 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 25%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel5 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 20%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel6 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 16.6666666667%;
  }
  .calcResults .fieldset-wrapper .js-form-item input {
    display: block;
    text-align: center;
  }
  .calcResults input {
    border: 0;
    margin-top: 0px;
  }
}
@media screen and (max-width: 419px) {
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel5 {
    width: auto;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel6 {
    width: auto;
  }
  .calcResults.display6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webform-readonly input[type=text],
  .form-control:disabled {
    font-size: 16px;
  }
  .webform-readonly input.narrowInput[type=text] {
    font-size: 14px;
  }
  .webform-readonly input.extraNarrowInput[type=text] {
    font-size: 12px;
  }
}
@media screen and (min-width: 420px) and (max-width: 1160px) {
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel5 {
    width: 33%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel6 {
    width: 33.3333333333%;
  }
  .calcResults.display6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .webform-readonly input[type=text],
  .form-control:disabled {
    font-size: 16px;
  }
  .webform-readonly input.narrowInput[type=text] {
    font-size: 14px;
  }
  .webform-readonly input.extraNarrowInput[type=text] {
    font-size: 12px;
  }
}
@media screen and (min-width: 1161px) {
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel5 {
    width: 20%;
  }
  .calcResults .fieldset-wrapper .js-form-item.resultsPanel6 {
    width: 16.6666666667%;
  }
  .webform-readonly input[type=text],
  .form-control:disabled {
    font-size: 18px;
  }
  .webform-readonly input.narrowInput[type=text] {
    font-size: 14px;
  }
  .webform-readonly input.extraNarrowInput[type=text] {
    font-size: 12px;
  }
}
.calcMessage {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin: 0;
  padding: 20px;
  margin-bottom: 20px !important;
}

.calcMessage .mb-3 {
  margin-bottom: 0 !important;
}

.calcMessage label {
  display: none;
}

.calcMessage .form-control {
  border: 0;
}

.calcTabs {
  margin: 0;
  border: 0px solid #e1e1e1;
  border-top: 0;
  border-radius: 3px;
  padding: 0px;
  margin-bottom: 20px !important;
}

.tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.calcTabs .js-form-item-.mb3,
.calcTabs.mb-3 {
  margin-bottom: 0 !important;
}

.tabs button {
  width: 50%;
  padding: 5px;
  float: left;
  text-align: center;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  color: #424242;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-top: 0;
}

.tabs button.active {
  background-color: #002D72;
  color: #FFFFFF;
}

.resultsTab .fa-light {
  color: #424242;
  margin-right: 5px;
  font-weight: 500;
}

.resultsTab.open .fa-light {
  color: #FFFFFF;
}

.resultsTab.open {
  background-color: #002D72;
  color: #FFFFFF;
}

button.resultsTab {
  width: calc(50% - 2.5px);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #E1E1E1;
  color: #424242;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #FFFFFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

button.resultsTab.tabs-3 {
  width: calc(33.33% - 2.5px);
}

button.resultsTab:focus {
  border: 1px dashed #000000;
}

#chart-tab .fa-chart-column-regular,
#chart-tab-1 .fa-chart-column-regular,
#chart-tab-2 .fa-chart-column-regular,
#chart-tab-3 .fa-chart-column-regular,
#chart-tab-4 .fa-chart-column-regular,
#chart-tab-5 .fa-chart-column-regular {
  margin-right: 5px;
  color: #424242;
  font-size: 14px;
}

.open#chart-tab .fa-chart-column-regular {
  color: #FFFFFF !important;
}

#table-tab .fa-table-regular,
#table-tab-1 .fa-table-regular,
#table-tab-2 .fa-table-regular,
#table-tab-3 .fa-table-regular,
#table-tab-4 .fa-table-regular,
#table-tab-5 .fa-table-regular {
  margin-right: 5px;
  color: #424242;
  font-size: 14px;
}

.open#table-tab .fa-table-regular {
  color: #FFFFFF !important;
}

#amortization-tab .fa-list-ol-regular {
  margin-right: 5px;
  color: #424242;
  font-size: 14px;
}

.open#amortization-tab .fa-list-ol-regular {
  color: #FFFFFF !important;
}

@media screen and (max-width: 869px) {
  .fin05 #fin05resultsMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 100%;
    padding: 0px;
    padding-top: 20px;
  }
  .fin05 #fin05resultsMenu li {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
  }
  .fin05 #fin05resultsMenu li a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #002D72;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 870px) {
  .fin05 #fin05resultsMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 80px;
    padding: 0px;
  }
  .fin05 #fin05resultsMenu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fin05 #fin05resultsMenu li a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #002D72;
    border-radius: 5px;
    padding: 10px;
    width: 20%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.calcSubmit {
  margin: 0;
  margin-top: -20px;
  border: 1px solid #e1e1e1;
  border-radius: 0 0 4px 4px;
  padding: 0;
}

.calcSubmit.open {
  border-radius: 0;
}

.calcSubmit summary {
  font-size: 16px;
  line-height: 25px;
  color: #424242 !important;
  background-color: #E1E1E1;
  text-align: center;
  list-style: none;
  margin-left: 0;
  padding: 10px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.calcSubmit .fa-envelope-regular {
  margin-right: 5px;
}

.calcSubmit .details-wrapper {
  padding: 0;
  margin: 0;
  height: 0;
}

.calcEmail {
  margin: 0;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 20px !important;
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.calcEmail .js-form-item label {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  line-height: 24px;
  color: #424242;
  font-weight: 700;
  text-decoration: none;
}

.calcEmail .js-form-item.mb-3 {
  margin-bottom: 20px !important;
}

.calcEmail .js-form-required:after {
  content: "";
  font-family: "Open Sans", sans-serif;
  margin-left: 5px;
  font-size: 12px;
}

.ui-dialog .ui-dialog-title {
  font-size: 16px;
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF !important;
  font-weight: 400 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-widget-header {
  border: 1px solid #dddddd;
  background: #002D72;
  color: #FFFFFF !important;
}

.ui-dialog .ui-dialog-content {
  font-family: "Open Sans", sans-serif;
  color: #424242;
  position: relative;
  border: 0;
  padding: 20px;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-titlebar-close {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #002D72;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.calcGraph {
  margin: 0;
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 20px !important;
}

.calcGraph h2 {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 28px;
  color: #002D72;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.calcGraph canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.chartArea {
  border: 1px solid #e1e1e1;
  border-top: 0;
  background-color: #FFFFFF;
  width: auto;
  height: 400px;
  padding: 10px;
  padding-top: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* WCAG 2.2 SC 2.5.8 — Highcharts legend button minimum target size */
.highcharts-a11y-proxy-group-legend .highcharts-a11y-proxy-element,
.highcharts-legend-item {
  height: 24px !important;
  vertical-align: middle !important;
}

.highcharts-legend-item > * {
  min-height: 24px !important;
}

.tableArea tr:nth-child(odd) {
  background-color: #F5F5F5;
}

.tableArea tr:nth-child(even) {
  background-color: #FFFFFF;
}

.amortizationArea tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.amortizationArea tr:nth-child(even) {
  background-color: #F5F5F5;
}

/* Graph Block */
#table-content-panel-1,
#table-content-panel-2,
#table-content-panel-3,
#table-content-panel-4,
#table-content-panel-5,
#table-content-panel,
#amortization-content-panel {
  display: none;
}

.amortizationArea th.rowHead,
.tableArea th.rowHead {
  padding: 7px;
  border: #e1e1e1 1px solid;
  background-color: transparent;
  border-collapse: separate;
  color: #424242;
  text-align: left;
}

#edit-e06worksheets,
#edit-d01worksheets,
#edit-d06worksheets,
#edit-b01worksheets,
#edit-b02worksheets,
#edit-b03worksheets,
#edit-b07worksheets,
#edit-i02worksheets,
#edit-fin06worksheets,
#edit-man01worksheets {
  border: 1px solid #e1e1e1;
  width: auto;
  height: 400px;
  padding: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 20px;
  display: none;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.highcharts-title {
  font-weight: 700;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px !important;
}

table.tableArea {
  caption-side: top;
}

table {
  caption-side: top !important;
}

table caption {
  text-align: center;
  font-weight: bold;
}

.tableArea {
  border: 0px solid #e1e1e1;
  border-top: 0px;
  width: 100%;
  height: auto;
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 0px;
}

.amortizationArea .columnHead,
.tableArea .columnHead {
  padding: 10px;
  font-weight: 700;
  border: #424242 1px solid;
  background-color: #002D72;
  color: #FFFFFF;
  vertical-align: bottom;
  text-align: center;
}

.amortizationArea {
  font-size: 12px;
  color: #424242;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-height: 400px;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 3px;
  margin: 0px;
  overflow: auto;
  margin-top: 0px;
}

#table-content-panel-1,
#table-content-panel-2,
#table-content-panel-3,
#table-content-panel-4,
#table-content-panel-5,
#table-content-panel,
#amortization-content-panel {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 0px;
}

.tableArea th {
  white-space: normal;
  word-wrap: break-word;
  padding: 5px;
}

@media screen and (max-width: 599px) {
  .itemize-worksheet caption,
  .tableArea caption,
  .amortizationArea caption {
    color: #424242;
    text-align: center;
    border: 0px solid #e1e1e1;
    border-bottom: 0px;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700;
  }
  .tableArea th,
  .tableArea td,
  .amortizationArea th,
  .amortizationArea td {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding: 0.5rem;
    text-align: right;
    border: 1px solid #e1e1e1;
    border-collapse: separate;
  }
  .tableArea .rowHead,
  .amortizationArea .rowHead {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .itemize-worksheet caption,
  .tableArea caption,
  .amortizationArea caption {
    color: #424242;
    text-align: center;
    border: 0px solid #e1e1e1;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700;
  }
  .tableArea th,
  .tableArea td,
  .amortizationArea th,
  .amortizationArea td {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding: 0.5rem;
    text-align: right;
    border: 1px solid #e1e1e1;
    border-collapse: separate;
  }
  .tableArea .rowHead,
  .amortizationArea .rowHead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #edit-e06results .webform-flex--1 fieldset {
    margin-bottom: 0px !important;
  }
  #edit-e06results-group-1 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
  }
  #edit-e06results-group-2 {
    -ms-flex-preferred-size: 33.334%;
        flex-basis: 33.334%;
  }
  #edit-e06results-group-3 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #edit-e06results .webform-flex--1:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #edit-e06results .webform-flex--1:second-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #edit-e06results .webform-flex--1:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #edit-e06results .webform-flex--1 label {
    display: block;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .itemize-worksheet caption,
  .tableArea caption,
  .amortizationArea caption {
    font-size: 16px !important;
  }
  .tableArea th,
  .tableArea td,
  .amortizationArea th,
  .amortizationArea td {
    font-size: 12px;
  }
  #edit-e06results .webform-flex--1 fieldset {
    margin-bottom: 0px !important;
  }
  #edit-e06results-group-1 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
  }
  #edit-e06results-group-2 {
    -ms-flex-preferred-size: 33.334%;
        flex-basis: 33.334%;
  }
  #edit-e06results-group-3 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #edit-e06results .webform-flex--1:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #edit-e06results .webform-flex--1:second-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 33.334%;
        flex-basis: 33.334%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #edit-e06results .webform-flex--1:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #edit-e06results .webform-flex--1 label {
    display: table-cell;
    text-align: center;
    margin-top: 0px;
    vertical-align: bottom;
    height: 50px;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .amortizationArea caption {
    font-size: 18px !important;
  }
  .tableArea th,
  .tableArea td,
  .amortizationArea th,
  .amortizationArea td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .amortizationArea caption {
    font-size: 18px !important;
  }
}
.worksheet-link .fa-circle-xmark-regular {
  height: 25px !important;
  width: 25px !important;
  color: #002D72;
}

.worksheet-link {
  padding: 0px;
  margin-top: 10px;
}

.itemize-worksheet a {
  font-size: 14px;
  text-decoration: none;
}

.worksheet-link .fa-circle-xmark-regular {
  height: 25px !important;
  width: 25px !important;
  color: #002D72;
}

.itemize-worksheet .close-text {
  position: relative;
  line-height: 24px;
  font-size: 14px;
  top: -3px;
}

.worksheet-2col .fa-circle-xmark {
  font-size: 24px;
  color: #002D72 !important;
  margin-right: 5px;
}

.worksheet-2-across {
  width: 50%;
}

.worksheet-4-across {
  width: 25%;
}

.worksheet-4col-table,
.worksheet-2col-table {
  width: 100%;
  margin-top: 10px;
}

.worksheet-4col-table th,
.worksheet-2col-table th {
  margin-top: 10px;
  padding: 10px;
  font-weight: 700;
  border: #002D72 1px solid;
  background-color: #002D72;
  color: #FFFFFF;
  vertical-align: bottom;
  width: auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.worksheet-4col-table td,
.worksheet-2col-table td {
  padding: 7px;
  border: #002D72 1px solid;
  border-collapse: separate;
}

.worksheet-4col-table input,
.worksheet-2col-table input {
  width: 100%;
  text-align: right;
  padding: 5px;
}

.worksheet-column-title {
  padding: 5px;
  float: right;
}

.worksheet-sum {
  padding: 5px;
  float: right !important;
}

.webform-element-help {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
  border: 1px solid #FF6929;
  border-radius: 50%;
  background: #002D72;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  cursor: help;
}

.webform-element-help--title {
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  color: #424242;
  border-bottom: 1px solid #002D72;
  padding: 5px 0;
}

.webform-element-help--content {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #424242;
}

.webform-element-help:hover,
.webform-element-help:focus,
.webform-element-help:active {
  border: 2px solid #002D72;
  background: #002D72;
  color: #FFFFFF;
}

.btn-primary {
  width: auto;
  padding: 10px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #002D72 !important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#main-wrapper #main.container-fluid,
#main-wrapper #main.container {
  margin: 0;
  padding: 0 5px;
}

#main-wrapper #main.container-fluid .row,
#main-wrapper #main.container .row {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#content.main-content {
  padding: 0;
}

body {
  background-color: transparent !important;
}

.path-frontpage #main.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.path-frontpage #header,
.featured-top,
.featured-bottom,
.path-frontpage #main-wrapper,
#main-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.path-frontpage #header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.featured-top {
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.featured-bottom {
  margin-top: -40px;
}

.featured-bottom .container-fluid {
  padding: 0 0 0 7px;
}

.user-logged-in.path-frontpage #header {
  margin-top: 60px;
}

.user-logged-in.path-frontpage .featured-top {
  margin-top: 20px;
}

/* Structural Elements --------------------------------------------------------- */
@media screen and (max-width: 839px) {
  .calcInputs {
    float: left;
    width: 100%;
  }
  .calcOutputs {
    float: right;
    width: 100%;
    margin-left: 0;
  }
  .calcOutputs .resultsPanel2 {
    width: 50%;
  }
  .calcOutputs .resultsGroup2col {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 840px) {
  .calcInputs {
    float: left;
    width: 25%;
  }
  .calcOutputs {
    float: right;
    width: 74%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 991px) {
  .resultsTab.tabs-3 {
    width: 100%;
  }
  .resultsTab,
  .tabs button {
    width: 100% !important;
    border-radius: 0;
  }
  .tabs button {
    margin-bottom: 5px;
  }
  .resultsTab.open {
    border-bottom: 1px solid #fff;
  }
  .resultsTab:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .featured-bottom {
    margin-top: 20px;
  }
  .user-logged-in.path-frontpage #header {
    margin-top: 0;
  }
  .user-logged-in.path-frontpage .featured-top {
    margin-top: 10px;
  }
  .path-frontpage #main.container .row {
    display: block;
  }
  .cdCalc .calcOutputs {
    width: 100%;
  }
  .cdCalc .resultsTab {
    width: 100%;
  }
}
edit-call-to-action {
  display: none;
}

.ctaArea {
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background-color: transparent;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.ctaArea .field--name-body {
  margin: 0;
}

.ctaArea .category-icon {
  width: 10%;
  height: auto;
  float: left;
  position: relative;
}

.ctaArea .category-copy {
  width: 80%;
  float: left;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.ctaArea .arrow-icon {
  width: 10%;
  height: auto;
  float: left;
  position: relative;
}

.featuredCTA .category-copy h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #002D72;
  padding-bottom: 5px;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: bold;
  color: #002D72;
  line-height: 1.2;
}

.featuredCTA .category-copy p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #424242;
}

#edit-printer-friendly {
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: -10px;
  color: #333333;
}

#edit-printer-friendly a {
  color: #333333;
}

#main-wrapper #main.container-fluid,
#main-wrapper #main.container {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 5px;
}

#main-wrapper #main.container-fluid .row,
#main-wrapper #main.container .row {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#content.main-content {
  padding: 0;
}

.path-frontpage #main.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  background-color: transparent !important;
}

.path-frontpage #header,
.featured-top,
.featured-bottom,
.path-frontpage #main-wrapper,
#main-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.path-frontpage #header {
  margin: 10px 0;
}

.featured-top {
  border: 1px solid #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border: 1px solid #cccccc;
}

.featured-bottom {
  margin-top: -40px;
}

.featured-bottom .container-fluid {
  padding: 0 5px;
}

.user-logged-in.path-frontpage #header {
  margin-top: 20px;
}

.user-logged-in.path-frontpage .featured-top {
  margin-top: 20px;
}

#header {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  color: #002D72;
  font-weight: 700;
}

.path-frontpage .sidebar .block h2,
.featured-top h2 {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  color: #002D72;
  font-weight: 700;
}

.path-frontpage .sidebar_first {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 20px 0 0;
  width: calc(20% - 20px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.path-frontpage .main-content {
  position: relative;
  float: left;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
  width: calc(70% - 20px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.path-frontpage .table-hover {
  margin-top: 0;
  padding-top: 0;
}

.path-frontpage .sidebar .block {
  border: 1px solid #FFFFFF;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border: 1px solid #cccccc;
}

.path-frontpage .block-menu ul {
  padding-left: 20px;
  padding-right: 20px;
}

.path-frontpage .form-type-select {
  margin: 0 !important;
  padding: 10px !important;
  padding-top: 0 !important;
}

.path-frontpage .form-type-select label {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  color: #002D72;
  font-weight: 700;
  margin-bottom: 5px;
}

.path-frontpage .form-actions {
  margin-top: 0;
  padding: 0 !important;
}

.path-frontpage .table-responsive {
  border: 1px solid #cccccc;
  padding: 0 !important;
}

.path-frontpage .container-fluid,
.path-frontpage .row-offcanvas {
  margin: 0 !important;
  padding: 0 !important;
}

.path-frontpage .nav-link {
  color: #424242;
}

.path-frontpage .block-page-title-block {
  display: none;
}

table {
  caption-side: top !important;
}

table caption {
  text-align: center;
  font-weight: bold;
}

#navbar-main {
  background-color: transparent !important;
}

.nav-tabs .nav-link {
  color: #424242;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #002D72;
  font-weight: 700;
}

.view-id-licensed_calculators th {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
  color: #424242;
}

#edit-submit-licensed-calculators--2 {
  margin-left: 10px;
}

.view-id-licensed_calculators a,
.view-id-licensed_calculators {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.view-id-licensed_calculators a {
  color: #002D72;
  font-weight: 700;
}

.site-footer {
  display: none;
  background: #FFFFFF !important;
}

.node__content .inline__links nav {
  display: none;
}

.region-featured-bottom-first {
  margin-top: 20px;
}

.termsofuse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 20px;
  padding-left: 0px;
}

.logo-image {
  height: 15px;
  width: auto;
  margin-right: 5px;
  margin-top: -14px;
}

.termsofuse .logo-image img {
  height: 15px;
  width: auto;
}

.logo-text {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #424242;
  text-decoration: none;
  margin-top: 10px;
}

.termsofuse a {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* P4 — Skip link: Bootstrap Barrio uses .visually-hidden-focusable (hyphenated),
   but the show-on-focus rules target .visually-hidden.focusable (two classes).
   This bridges the gap. */
a.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 8px;
  z-index: 50;
}/*# sourceMappingURL=style.css.map */