.row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.container {
  width: 100%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
ul.list-group.calculator li {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #00703c;
}

.list-group-item {
  outline-color: #ffcc00;
}

.list-group {
  margin: 20px 0;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-top: -1px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  z-index: 1;
}

hr {
  border-color: #cccccc;
  border-width: 1px;
  border-top: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
}

a.list-group-item,
button.list-group-item {
  color: #000;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #000;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}

a.list-group-item:focus,
button.list-group-item:focus {
  z-index: 2;
  border-color: #fd0;
  outline: 3px solid #fd0;
}

button.list-group-item {
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  padding-right: 48px;
  cursor: pointer;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #707070;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #707070;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: #00703c;
  border-color: #00703c;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.bg-secondary {
  background: #eaeaea;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #707070;
  border-radius: 10px;
}

.list-group-item > .badge {
  float: right;
  position: absolute;
  right: 15px;
  top: 15px;
}

.btn {
  font-weight: 700 !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin-top: 0;
  padding: 8px 10px 7px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff !important;
  background-color: #00703c;
  -webkit-box-shadow: 0 2px 0 #002d18;
  box-shadow: 0 2px 0 #002d18;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
}
.btn:hover {
  color: #fff !important;
  background-color: #00703c !important;
  -webkit-box-shadow: 0 2px 0 #002d18 !important;
  box-shadow: 0 2px 0 #002d18 !important;
}
.btn:focus {
  border-color: #fd0;
  outline: 3px solid transparent;
  -webkit-box-shadow: inset 0 0 0 1px #fd0;
  box-shadow: inset 0 0 0 1px #fd0;
}

.tabs {
  padding-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.tabs__nav {
  border-left: 0;
  display: inline-block;
}

.tabs__nav-item .show--md {
  display: inline;
}

.tabs__nav-item {
  background: #FFFFFF;
  border: 0;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 1;
  padding: 8px 6px;
  font-size: 95%;
  cursor: pointer;
  margin-right: -1px;
  margin-bottom: -1px;
}
.tabs__nav-item .ml-1 {
  margin-left: 5px;
  margin-right: 1px;
}
.tabs__nav-item:focus {
  z-index: 2;
  border-color: #fd0;
  outline: 3px solid #fd0;
}

.tabs__nav-item--active {
  background: #f3f2f1;
}

.tabs__content .bdr--light-gray {
  padding: 0 20px;
  border: 1px solid #cccccc;
}

.accordion {
  border-bottom: 1px solid #b1b4b6;
}

.accordion__item {
  position: relative;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #b1b4b6;
}

.accordion__content {
  display: none;
}
.accordion__content--active {
  display: block;
}

.accordion__header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border-width: 0;
  color: inherit;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  padding: 0.625rem 0;
  color: #1d70b8;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 40.0625em) {
  .accordion__header {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.accordion__header:hover {
  text-decoration: underline;
}
.accordion__header:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  text-decoration: none;
}
.accordion__header:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  border: 2px solid transparent;
  background-color: #0b0c0c;
  content: "";
  position: absolute;
  top: 38px;
  right: 15px;
  width: 16px;
  height: 4px;
  margin-top: -2px;
}
@media (min-width: 40.0625em) {
  .accordion__header:before {
    top: 42px;
  }
}
.accordion__header:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  border: 2px solid transparent;
  background-color: #0b0c0c;
  content: "";
  position: absolute;
  top: 38px;
  right: 21px;
  width: 4px;
  height: 16px;
  margin-top: -8px;
}
@media (min-width: 40.0625em) {
  .accordion__header:after {
    top: 42px;
  }
}
.accordion__header--active:after {
  display: none;
}

#calc table {
  max-width: 100% !important;
}
#calc table th {
  text-align: left;
  padding: 10px 5px;
}
#calc table th[align=right] {
  text-align: right;
}
#calc table td {
  padding: 10px 5px;
}
#calc table td td {
  padding: 10px 0;
}
#calc .table {
  max-width: 100% !important;
}

table tr:first-of-type > td,
table tr:first-of-type > th {
  z-index: 2;
}

.qrs-responsive-table--full {
  overflow-x: auto;
}
@media (min-width: 48.0625em) {
  .qrs-responsive-table--full {
    overflow-x: initial;
  }
}

@media (max-width: 1440px) {
  .govuk-table--sm-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .govuk-table--sm-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 426px) {
  .govuk-table--sm-text {
    font-size: 0.4rem;
  }
}
@media (max-width: 376px) {
  .govuk-table--sm-text {
    font-size: 0.3rem;
  }
}

.calculator__result {
  padding: 20px;
  background: #eaeaea;
  margin-top: 20px;
}
.calculator__result h3 {
  margin-top: 0;
}
.calculator__result table td {
  background: #FFFFFF;
}

.alert p:first-of-type, .alert h1:first-of-type, .alert h2:first-of-type, .alert h3:first-of-type {
  margin-top: 0;
}
.alert p:last-of-type, .alert h1:last-of-type, .alert h2:last-of-type, .alert h3:last-of-type {
  margin-bottom: 0;
}

#calc .alert {
  margin-top: 0;
  margin-bottom: 20px;
}

#calculator-copy p:first-of-type {
  margin-top: 0;
}

#calc h3 {
  margin-bottom: 0;
}

.questions {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .questions {
    display: none;
  }
}
.question h3 {
  margin-top: 20px;
}

.questions__intro-text {
  position: relative;
  padding: 20px 20px 20px 20px;
  margin-bottom: 32px;
  font-weight: 700;
  border: 1px solid #006944;
  border-left: 48px solid #006944;
}
.questions__intro-text:before {
  content: "\f05a";
  font-family: fontawesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
  color: #fff;
  font-size: 24px;
}
.questions__intro-text p {
  margin: 0;
}

.calculator__label {
  margin: 0.625rem 0;
  display: block;
  font-weight: bold;
}

.calculator__input {
  padding: 0.625rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.calculator__input {
  padding: 0.625rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
}

.calculator__input--select {
  padding-right: 5px;
  color: #000000;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 8px) calc(50% + 3px);
  line-height: 1;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.calculator__input:focus-visible {
  border-radius: 0;
  border-color: inherit;
}

.calculator__input--error {
  border-color: #A91C11;
}

.calculator__switcher {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  float: right;
  color: #034a90;
  text-decoration: underline;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .calculator__switcher {
    margin-top: 16px;
    float: left;
  }
}
.calculator__switcher:focus {
  outline: 3px solid transparent;
  color: #0b0c0c;
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
  text-decoration: none;
}

.mr-1 {
  margin-right: 10px;
}

.ml-1 {
  margin-left: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.p-2 {
  padding: 20px;
}

.pt--2 {
  padding-top: 20px;
}

.hide--md {
  display: none;
}

.show--md, .show--sm {
  display: inline-block;
}

.hidden,
.hide--quris {
  display: none;
}

#regulatory img {
  margin-bottom: 20px;
}

.mt-0, .mt--0 {
  margin-top: 0;
}

.txt--xl {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .hide--md {
    display: block;
  }
  .show--md, .tabs__nav-item .show--md {
    display: none;
  }
}
@media only screen and (max-width: 410px) {
  .show--sm {
    display: none;
  }
}