@charset "UTF-8";
/*
To customize the look and feel of Ionic, you can override the variables
in ionic's _variables.scss file.
*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/**
 * Buttons
 * --------------------------------------------------
 */
.button {
  border-color: transparent;
  background-color: #f8f8f8;
  color: #444;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 12px;
  min-width: 52px;
  min-height: 47px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 42px;
  cursor: pointer;
}
.button:hover {
  color: #444;
  text-decoration: none;
}
.button.active, .button.activated {
  border-color: #cacaca;
  background-color: #cacaca;
  color: #202020;
}
.button:after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: " ";
}
.button .icon {
  vertical-align: top;
  pointer-events: none;
}
.button .icon:before, .button.icon:before, .button.icon-left:before, .button.icon-right:before {
  display: inline-block;
  padding: 0 0 1px 0;
  vertical-align: inherit;
  font-size: 24px;
  line-height: 41px;
  pointer-events: none;
}
.button.icon-left:before {
  float: left;
  padding-right: 0.2em;
  padding-left: 0;
}
.button.icon-right:before {
  float: right;
  padding-right: 0;
  padding-left: 0.2em;
}
.button.button-block, .button.button-full {
  margin-top: 10px;
  margin-bottom: 10px;
}
.button.button-light {
  border-color: transparent;
  background-color: #fff;
  color: #444;
}
.button.button-light:hover {
  color: #444;
  text-decoration: none;
}
.button.button-light.active, .button.button-light.activated {
  border-color: #cacaca;
  background-color: #fafafa;
  color: #202020;
}
.button.button-light.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #ddd;
}
.button.button-light.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-light.button-outline {
  border-color: #ddd;
  background: transparent;
  color: #ddd;
}
.button.button-light.button-outline.active, .button.button-light.button-outline.activated {
  background-color: #ddd;
  box-shadow: none;
  color: #fff;
}
.button.button-stable {
  border-color: transparent;
  background-color: #f8f8f8;
  color: #444;
}
.button.button-stable:hover {
  color: #444;
  text-decoration: none;
}
.button.button-stable.active, .button.button-stable.activated {
  border-color: #cacaca;
  background-color: #cacaca;
  color: #202020;
}
.button.button-stable.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #b2b2b2;
}
.button.button-stable.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-stable.button-outline {
  border-color: #b2b2b2;
  background: transparent;
  color: #b2b2b2;
}
.button.button-stable.button-outline.active, .button.button-stable.button-outline.activated {
  background-color: #b2b2b2;
  box-shadow: none;
  color: #fff;
}
.button.button-positive {
  border-color: transparent;
  background-color: #387ef5;
  color: #fff;
}
.button.button-positive:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-positive.active, .button.button-positive.activated {
  border-color: #cacaca;
  background-color: rgb(11.961722488, 95.6937799043, 238.038277512);
  color: #fff;
}
.button.button-positive.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #387ef5;
}
.button.button-positive.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-positive.button-outline {
  border-color: #387ef5;
  background: transparent;
  color: #387ef5;
}
.button.button-positive.button-outline.active, .button.button-positive.button-outline.activated {
  background-color: #387ef5;
  box-shadow: none;
  color: #fff;
}
.button.button-calm {
  border-color: transparent;
  background-color: #11c1f3;
  color: #fff;
}
.button.button-calm:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-calm.active, .button.button-calm.activated {
  border-color: #cacaca;
  background-color: rgb(10.032, 157.168, 198.968);
  color: #202020;
}
.button.button-calm.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #11c1f3;
}
.button.button-calm.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-calm.button-outline {
  border-color: #11c1f3;
  background: transparent;
  color: #11c1f3;
}
.button.button-calm.button-outline.active, .button.button-calm.button-outline.activated {
  background-color: #11c1f3;
  box-shadow: none;
  color: #fff;
}
.button.button-assertive {
  border-color: transparent;
  background-color: #ef473a;
  color: #fff;
}
.button.button-assertive:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-assertive.active, .button.button-assertive.activated {
  border-color: #cacaca;
  background-color: rgb(227.5211267606, 33.4929577465, 18.4788732394);
  color: #fff;
}
.button.button-assertive.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #ef473a;
}
.button.button-assertive.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-assertive.button-outline {
  border-color: #ef473a;
  background: transparent;
  color: #ef473a;
}
.button.button-assertive.button-outline.active, .button.button-assertive.button-outline.activated {
  background-color: #ef473a;
  box-shadow: none;
  color: #fff;
}
.button.button-balanced {
  border-color: transparent;
  background-color: #33cd5f;
  color: #fff;
}
.button.button-balanced:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-balanced.active, .button.button-balanced.activated {
  border-color: #cacaca;
  background-color: rgb(40.3543307087, 164.6456692913, 75.8661417323);
  color: #202020;
}
.button.button-balanced.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #33cd5f;
}
.button.button-balanced.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-balanced.button-outline {
  border-color: #33cd5f;
  background: transparent;
  color: #33cd5f;
}
.button.button-balanced.button-outline.active, .button.button-balanced.button-outline.activated {
  background-color: #33cd5f;
  box-shadow: none;
  color: #fff;
}
.button.button-energized {
  border-color: transparent;
  background-color: #ffc900;
  color: #fff;
}
.button.button-energized:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-energized.active, .button.button-energized.activated {
  border-color: #cacaca;
  background-color: rgb(229.5, 180.9, 0);
  color: #202020;
}
.button.button-energized.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #ffc900;
}
.button.button-energized.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-energized.button-outline {
  border-color: #ffc900;
  background: transparent;
  color: #ffc900;
}
.button.button-energized.button-outline.active, .button.button-energized.button-outline.activated {
  background-color: #ffc900;
  box-shadow: none;
  color: #fff;
}
.button.button-royal {
  border-color: transparent;
  background-color: #886aea;
  color: #fff;
}
.button.button-royal:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-royal.active, .button.button-royal.activated {
  border-color: #cacaca;
  background-color: rgb(107.44, 70.24, 228.96);
  color: #fff;
}
.button.button-royal.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #886aea;
}
.button.button-royal.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-royal.button-outline {
  border-color: #886aea;
  background: transparent;
  color: #886aea;
}
.button.button-royal.button-outline.active, .button.button-royal.button-outline.activated {
  background-color: #886aea;
  box-shadow: none;
  color: #fff;
}
.button.button-dark {
  border-color: transparent;
  background-color: #444;
  color: #fff;
}
.button.button-dark:hover {
  color: #fff;
  text-decoration: none;
}
.button.button-dark.active, .button.button-dark.activated {
  border-color: #cacaca;
  background-color: #262626;
  color: #fff;
}
.button.button-dark.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: #444;
}
.button.button-dark.button-icon {
  border-color: transparent;
  background: none;
}
.button.button-dark.button-outline {
  border-color: #444;
  background: transparent;
  color: #444;
}
.button.button-dark.button-outline.active, .button.button-dark.button-outline.activated {
  background-color: #444;
  box-shadow: none;
  color: #fff;
}

.button-small {
  padding: 2px 4px 1px;
  min-width: 28px;
  min-height: 30px;
  font-size: 12px;
  line-height: 26px;
}
.button-small .icon:before, .button-small.icon:before, .button-small.icon-left:before, .button-small.icon-right:before {
  font-size: 16px;
  line-height: 19px;
  margin-top: 3px;
}

.button-large {
  padding: 0 16px;
  min-width: 68px;
  min-height: 59px;
  font-size: 20px;
  line-height: 53px;
}
.button-large .icon:before, .button-large.icon:before, .button-large.icon-left:before, .button-large.icon-right:before {
  padding-bottom: 2px;
  font-size: 32px;
  line-height: 51px;
}

.button-icon {
  transition: opacity 0.1s;
  padding: 0 6px;
  min-width: initial;
  border-color: transparent;
  background: none;
}
.button-icon.button.active, .button-icon.button.activated {
  border-color: transparent;
  background: none;
  box-shadow: none;
  opacity: 0.3;
}
.button-icon .icon:before, .button-icon.icon:before {
  font-size: 32px;
}

.button-clear {
  transition: opacity 0.1s;
  padding: 0 6px;
  max-height: 42px;
  border-color: transparent;
  background: none;
  box-shadow: none;
}
.button-clear.button-clear {
  border-color: transparent;
  background: none;
  box-shadow: none;
  color: transparent;
}
.button-clear.button-icon {
  border-color: transparent;
  background: none;
}
.button-clear.active, .button-clear.activated {
  opacity: 0.3;
}

.button-outline {
  transition: opacity 0.1s;
  background: none;
  box-shadow: none;
}
.button-outline.button-outline {
  border-color: transparent;
  background: transparent;
  color: transparent;
}
.button-outline.button-outline.active, .button-outline.button-outline.activated {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

.padding > .button.button-block:first-child {
  margin-top: 0;
}

.button-block {
  display: block;
  clear: both;
}
.button-block:after {
  clear: both;
}

.button-full,
.button-full > .button {
  display: block;
  margin-right: 0;
  margin-left: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

button.button-block,
button.button-full,
.button-full > button.button,
input.button.button-block {
  width: 100%;
}

a.button {
  text-decoration: none;
}
a.button .icon:before, a.button.icon:before, a.button.icon-left:before, a.button.icon-right:before {
  margin-top: 2px;
}

.button.disabled,
.button[disabled] {
  opacity: 0.4;
  cursor: default !important;
  pointer-events: none;
}

/**
 * Button Bar
 * --------------------------------------------------
 */
.button-bar {
  display: -moz-flex;
  display: flex;
  -moz-flex: 1;
  flex: 1;
  width: 100%;
}
.button-bar.button-bar-inline {
  display: block;
  width: auto;
  *zoom: 1;
}
.button-bar.button-bar-inline:before, .button-bar.button-bar-inline:after {
  display: table;
  content: "";
  line-height: 0;
}
.button-bar.button-bar-inline:after {
  clear: both;
}
.button-bar.button-bar-inline > .button {
  width: auto;
  display: inline-block;
  float: left;
}
.button-bar.bar-light > .button {
  border-color: #ddd;
}
.button-bar.bar-stable > .button {
  border-color: #b2b2b2;
}
.button-bar.bar-positive > .button {
  border-color: rgb(11.961722488, 95.6937799043, 238.038277512);
}
.button-bar.bar-calm > .button {
  border-color: rgb(10.032, 157.168, 198.968);
}
.button-bar.bar-assertive > .button {
  border-color: rgb(227.5211267606, 33.4929577465, 18.4788732394);
}
.button-bar.bar-balanced > .button {
  border-color: rgb(40.3543307087, 164.6456692913, 75.8661417323);
}
.button-bar.bar-energized > .button {
  border-color: rgb(229.5, 180.9, 0);
}
.button-bar.bar-royal > .button {
  border-color: rgb(107.44, 70.24, 228.96);
}
.button-bar.bar-dark > .button {
  border-color: #111;
}

.button-bar > .button {
  -moz-flex: 1;
  flex: 1;
  display: block;
  padding: 0 10px;
  width: 0;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-bar > .button:before,
.button-bar > .button .icon:before {
  line-height: 44px;
}
.button-bar > .button:first-child {
  border-radius: 4px 0px 0px 4px;
}
.button-bar > .button:last-child {
  border-right-width: 1px;
  border-radius: 0px 4px 4px 0px;
}
.button-bar > .button:only-child {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .button-bar > .button {
    padding: 0 16px;
  }
}

.button-bar > .button-small:before,
.button-bar > .button-small .icon:before {
  line-height: 28px;
}

/**
 * Badges
 * --------------------------------------------------
 */
.badge {
  background-color: transparent;
  color: #AAAAAA;
  z-index: 1;
  display: inline-block;
  padding: 3px 8px;
  min-width: 10px;
  border-radius: 10px;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.badge:empty {
  display: none;
}

.tabs .tab-item .badge.badge-light,
.badge.badge-light {
  background-color: #fff;
  color: #444;
}
.tabs .tab-item .badge.badge-stable,
.badge.badge-stable {
  background-color: #f8f8f8;
  color: #444;
}
.tabs .tab-item .badge.badge-positive,
.badge.badge-positive {
  background-color: #387ef5;
  color: #fff;
}
.tabs .tab-item .badge.badge-calm,
.badge.badge-calm {
  background-color: #11c1f3;
  color: #fff;
}
.tabs .tab-item .badge.badge-assertive,
.badge.badge-assertive {
  background-color: #ef473a;
  color: #fff;
}
.tabs .tab-item .badge.badge-balanced,
.badge.badge-balanced {
  background-color: #33cd5f;
  color: #fff;
}
.tabs .tab-item .badge.badge-energized,
.badge.badge-energized {
  background-color: #ffc900;
  color: #fff;
}
.tabs .tab-item .badge.badge-royal,
.badge.badge-royal {
  background-color: #886aea;
  color: #fff;
}
.tabs .tab-item .badge.badge-dark,
.badge.badge-dark {
  background-color: #444;
  color: #fff;
}

.button .badge {
  position: relative;
  top: -1px;
}

.badge-small {
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 3px;
}

.item__number.item__number {
  font-size: xx-large;
  font-family: "Roboto Condensed", sans-serif;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  margin: 1rem 0;
}

.item-icon-right {
  cursor: default;
}

.list-compact .item:not(.item-divider) {
  font-size: 14px;
}

.h2, .modal-title {
  font-size: 12px;
}

.modal {
  background: transparent;
  display: block;
}

.modal-header {
  padding: 4px 16px;
}

.modal-title {
  color: inherit;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.modal,
.modal-dialog,
.modal-content {
  background: #fff;
  color: #000;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 0;
}
@supports (height: env(safe-area-inset-bottom)) {
  .modal-footer {
    height: calc(50px + env(safe-area-inset-bottom));
  }
}
.modal-footer .button-bar > .button {
  border-radius: 0;
}

.modal-body {
  height: 190px;
}

.modal-derivatives {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-touch-scrolling: touch;
  top: 230px;
  left: 0;
  right: 0;
  bottom: 50px;
}
@supports (bottom: env(safe-area-inset-bottom)) {
  .modal-derivatives {
    bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

.modal-derivatives--short {
  top: 195px;
}

@media (min-width: 680px) {
  .modal {
    width: auto;
  }
  .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-footer .button-bar > .button:first-child {
    border-radius: 4px 0 0 4px;
  }
  .modal-footer .button-bar > .button:last-child {
    border-radius: 0 4px 4px 0;
  }
}
body.modal-open {
  height: 100% !important;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .modal {
    background: transparent;
  }
  .modal-dialog {
    background: transparent;
    width: auto;
    color: #000;
    position: fixed !important;
    top: 50px;
    bottom: 50px;
    left: 25%;
    right: 25%;
  }
}
@media (min-width: 1024px) {
  .modal {
    background: transparent;
  }
  .modal-dialog {
    background: transparent;
    width: auto;
    color: #000;
    position: fixed !important;
    top: 50px;
    bottom: 50px;
    left: 25%;
    right: 25%;
  }
}
.IdacCarSelector__derivatives {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.IdacCarSelector__noResults {
  text-align: center;
  margin: 2rem 0;
}

.table--carSelector {
  font-size: 14px;
  width: 100%;
}
.table--carSelector thead {
  background: #fff;
  top: 0;
}
.table--carSelector thead th,
.table--carSelector thead td {
  background: #fff;
  color: inherit;
  white-space: nowrap;
}
.table--carSelector .active:focus {
  outline: none;
}
.table--carSelector .active td,
.table--carSelector .active th {
  background: #D9D9D9;
}
.table--carSelector .active .table__selectMark {
  opacity: 1;
}
.table--carSelector .table__selectMark {
  color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.table--carSelector col.table__col--id {
  width: 14px;
  padding-left: 4px;
  padding-right: 4px;
}
.table--carSelector > tbody tr {
  cursor: pointer;
}
.table--carSelector > tbody tr:focus {
  outline: none;
}
.table--carSelector > tbody > tr:nth-child(2n+1) {
  border-top: 1px solid #ddd;
}
.table--carSelector > tbody > tr:nth-child(2n+1) th,
.table--carSelector > tbody > tr:nth-child(2n+1) td {
  padding-top: 5px;
}
.table--carSelector > tbody > tr:nth-child(2n) th,
.table--carSelector > tbody > tr:nth-child(2n) td {
  padding-bottom: 5px;
}
.table--carSelector td,
.table--carSelector th {
  padding: 2px 4px;
}
.table--carSelector tr > th:last-child,
.table--carSelector tr > td:last-child {
  padding-right: 15px;
}

@media (min-width: 680px) {
  .IdacCarSelector {
    max-height: calc(100vh - 215px);
  }
}
.table__price {
  text-align: right;
}

.IdacVehicle__description {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
}

.IdacVehicle {
  background: transparent;
}

.IdacVehicle__carImage_bg {
  background-color: white;
  text-align: center;
}

.IdacVehicle__carImage {
  width: 65%;
}

.IdacVehicle__makeModel.IdacVehicle__makeModel {
  border-bottom: 0 none;
  padding: 0;
  margin: 0 0 4px;
}

.IdacVehicle__description {
  margin: 10px 0 10px;
}

.IdacVehicle__derivative.IdacVehicle__derivative {
  margin: 0;
  white-space: nowrap;
}

.IdacVehicle__attributes.IdacVehicle__attributes {
  line-height: 1.8;
  margin: 0 0 0.5rem;
  white-space: normal;
}
.IdacVehicle__attributes.IdacVehicle__attributes .badge {
  position: static;
  display: inline-block;
  font-size: 12px;
  margin: 4px 0 0;
}

.IdacVehicle__buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.IdacVehicle__buttons .ui-btn {
  margin-top: 0;
  margin-bottom: 0;
}

.fade-out.ng-leave {
  transition: opacity linear 0.25s;
}
.fade-out.ng-leave.ng-leave-active {
  opacity: 0;
}
.fade-out.ng-leave {
  opacity: 1;
}

.fade-in.ng-enter {
  transition: opacity linear 0.25s;
}
.fade-in.ng-enter.ng-enter-active {
  opacity: 1;
}
.fade-in.ng-enter {
  opacity: 0;
}

.animate-show-hide.ng-hide {
  opacity: 0;
  visibility: hidden;
  display: block !important;
}
.animate-show-hide.ng-hide-add, .animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
  visibility: visible;
}

.animate-if.ng-enter, .animate-if.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.animate-if.ng-enter, .animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}
.animate-if.ng-leave, .animate-if.ng-enter.ng-enter-active {
  opacity: 1;
}
.animate-if.ng-leave-active {
  display: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.StatusEdit .StatusEdit__status .gTable {
  display: block;
}
.StatusEdit .StatusEdit__status table {
  table-layout: fixed;
}
.StatusEdit .StatusEdit__status th, .StatusEdit .StatusEdit__status td {
  width: 100%;
}
.StatusEdit .StatusEdit__status td:last-child {
  text-align: right;
}
.StatusEdit .StatusEdit__edit {
  margin-left: 12px;
  font-size: 12px;
}

.calculator .item-divider.item-calculator {
  padding-bottom: 3px;
}
.calculator .petrol-for-private {
  margin-top: 15px;
}
.calculator .ui-content {
  padding-left: 0px;
  padding-right: 0px;
}
.calculator .gTable {
  margin-bottom: 5px;
  max-width: 100% !important;
}
.calculator .item-divider.item-calculator {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
}

.tableWrap h3 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.item {
  clear: both;
  margin-top: 10px;
}
.item .input-label {
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 8px;
}
.item .input-label__note {
  font-size: 12px;
  font-weight: normal;
  margin-top: -10px;
  opacity: 0.62;
}
@media (min-width: 768px) {
  .item .input-label__note {
    font-size: 14px;
  }
}

.button-bar > .button {
  font-size: 14px;
  line-height: 30px;
}
.button-bar .ui-btn {
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
}
.button-bar .ui-btn:first-child {
  margin-right: 5px;
}
.button-bar .ui-btn:last-child {
  margin-left: 5px;
}

.button-bar {
  font-size: 14px;
  line-height: 30px;
}

.StatusEdit__edit {
  font-size: 14px;
}

input, button, select, textarea {
  color: black;
}

.item-input {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  clear: both;
}
.item-input .input-label {
  margin-top: 0;
  display: inline-block;
}
.item-input .input-label label {
  font-size: 14px;
}
.item-input select {
  background-color: white;
  border-color: #cacaca;
  float: right;
  border-radius: 4px;
  height: 30px;
  margin-bottom: 5px;
  width: 50%;
}
@media (min-width: 400px) {
  .item-input select {
    width: 35%;
  }
}
.item-input input {
  box-sizing: border-box;
  width: 35%;
  float: right;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 5px 10px;
}
.item-input input[disabled] {
  background: #eee;
  color: #666;
}
.item-input input[type=checkbox] {
  width: auto;
}

.item--bigMargin {
  margin-top: 25px;
}

.label_for_checkbox {
  display: inline !important;
}

.item-text-wrap p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.item-text-wrap.legend {
  margin-top: 15px;
  border: 1px solid;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px;
  font-size: 13px;
}

.modal-dialog {
  margin: 0;
}

.calculator div {
  box-sizing: border-box;
}
.calculator .gTable {
  font-size: 14px;
}
@media (min-width: 992px) {
  .calculator .gTable {
    font-size: 16px;
  }
}
.calculator .label_for_checkbox {
  margin-left: 15px;
}

.ion-checkmark:before {
  content: "✓";
}

@media (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .hidden-xs-down {
    display: none !important;
  }
}

.free-fuel {
  font-size: 13px !important;
}

.button {
  background-color: #ececec;
}

abbr[title] {
  border-bottom: none;
}
/*
* jQuery Mobile Framework 1.1.0
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
*/
/* Swatches */

/* A
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-a {
    border: 1px solid #dbdbdb /*{a-bar-border}*/;
    background: #d8e9f8 /*{a-bar-background-color}*/;
    color: #3E3E3E /*{a-bar-color}*/;
    font-weight: bold;
    text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #fff /*{a-bar-shadow-color}*/;
}

.ui-bar-a .ui-link-inherit {
    color: #3E3E3E /*{a-bar-color}*/;
}

.ui-bar-a .ui-link {
    color: #7cc4e7 /*{a-bar-link-color}*/;
    font-weight: bold;
}

.ui-bar-a .ui-link:hover {
    color: #2489CE /*{a-bar-link-hover}*/;
}

.ui-bar-a .ui-link:active {
    color: #2489CE /*{a-bar-link-active}*/;
}

.ui-bar-a .ui-link:visited {
    color: #2489CE /*{a-bar-link-visited}*/;
}

.ui-bar-a,
.ui-bar-a input,
.ui-bar-a select,
.ui-bar-a textarea,
.ui-bar-a button {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-overlay-a {
    border: 1px solid #323d44 /*{a-body-border}*/;
    color: #ffffff /*{a-body-color}*/;
    text-shadow: none;
    background: #415564 /*{a-body-background-color}*/;
}

.ui-overlay-a {
    background-image: none;
    border-width: 0;
}

.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-a .ui-link-inherit {
    color: #ffffff /*{a-body-color}*/;
}

.ui-body-a .ui-link {
    color: #97c0e6 /*{a-body-link-color}*/;
    font-weight: bold;
}

.ui-body-a .ui-link:hover {
    color: #5794cb /*{a-body-link-hover}*/;
}

.ui-body-a .ui-link:active {
    color: #2489CE /*{a-body-link-active}*/;
}

.ui-body-a .ui-link:visited {
    color: #5794cb /*{a-body-link-visited}*/;
}

.ui-btn-up-a {
    border: 1px solid #dbdbdb /*{a-bup-border}*/;
    background: #eee /*{a-bup-background-color}*/;
    font-weight: bold;
    color: #1f303d /*{a-bup-color}*/;
    text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #f6f6f6 /*{a-bup-shadow-color}*/;

}

.ui-btn-up-a a.ui-link-inherit {
    color: #1f303d /*{a-bup-color}*/;
}

.ui-btn-hover-a {
    border: 1px solid #bbbbbb /*{a-bhover-border}*/;
    background: #97b6d3 /*{a-bhover-background-color}*/;
    font-weight: bold;
    color: #183346 /*{a-bhover-color}*/;
    text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #fff /*{a-bhover-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#97B6D3 /*{a-bhover-background-start}*/), #97B6D3 /*{a-bhover-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#97B6D3 /*{a-bhover-background-start}*/, #97B6D3 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#97B6D3 /*{a-bhover-background-start}*/, #97B6D3 /*{a-bhover-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#97B6D3 /*{a-bhover-background-start}*/, #97B6D3 /*{a-bhover-background-end}*/); /* IE10 */
    background-image: linear-gradient(#97B6D3 /*{a-bhover-background-start}*/, #97B6D3 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#97B6D3 /*{a-bhover-background-start}*/, #97B6D3 /*{a-bhover-background-end}*/);
}

.ui-btn-hover-a a.ui-link-inherit {
    color: #183346 /*{a-bhover-color}*/;
}

.ui-btn-down-a {
    border: 1px solid #ffffff /*{a-bdown-border}*/;
    background: #97c0e6 /*{a-bdown-background-color}*/;
    font-weight: bold;
    color: #2F3E46 /*{a-bdown-color}*/;
    text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #ffffff /*{a-bdown-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#A4D1FA /*{a-bdown-background-start}*/), #89AED1 /*{a-bdown-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#A4D1FA /*{a-bdown-background-start}*/, #89AED1 /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#A4D1FA /*{a-bdown-background-start}*/, #89AED1 /*{a-bdown-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#A4D1FA /*{a-bdown-background-start}*/, #89AED1 /*{a-bdown-background-end}*/); /* IE10 */
    background-image: linear-gradient(#A4D1FA /*{a-bdown-background-start}*/, #89AED1 /*{a-bdown-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#A4D1FA /*{a-bdown-background-start}*/, #89AED1 /*{a-bdown-background-end}*/);
}

.ui-btn-down-a a.ui-link-inherit {
    color: #2F3E46 /*{a-bdown-color}*/;
}

.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    text-decoration: none;
}

/* B
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-b {
    border: 1px solid #2a3339 /*{b-bar-border}*/;
    background: #4E5E69 /*{b-bar-background-color}*/;
    color: #ffffff /*{b-bar-color}*/;
    font-weight: bold;
    text-shadow: 0 /*{b-bar-shadow-x}*/ 0px /*{b-bar-shadow-y}*/ 0px /*{b-bar-shadow-radius}*/ #fff /*{b-bar-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#4E5E69 /*{b-bar-background-start}*/), #4E5E69 /*{b-bar-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#4E5E69 /*{b-bar-background-start}*/, #4E5E69 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#4E5E69 /*{b-bar-background-start}*/, #4E5E69 /*{b-bar-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#4E5E69 /*{b-bar-background-start}*/, #4E5E69 /*{b-bar-background-end}*/); /* IE10 */
    background-image: linear-gradient(#4E5E69 /*{b-bar-background-start}*/, #4E5E69 /*{b-bar-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#4E5E69 /*{b-bar-background-start}*/, #4E5E69 /*{b-bar-background-end}*/);
}

.ui-bar-b .ui-link-inherit {
    color: #ffffff /*{b-bar-color}*/;
}

.ui-bar-b .ui-link {
    color: #7cc4e7 /*{b-bar-link-color}*/;
    font-weight: bold;
}

.ui-bar-b .ui-link:hover {
    color: #2489CE /*{b-bar-link-hover}*/;
}

.ui-bar-b .ui-link:active {
    color: #2489CE /*{b-bar-link-active}*/;
}

.ui-bar-b .ui-link:visited {
    color: #2489CE /*{b-bar-link-visited}*/;
}

.ui-bar-b,
.ui-bar-b input,
.ui-bar-b select,
.ui-bar-b textarea,
.ui-bar-b button {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-b,
.ui-overlay-b {
    border: 1px solid #B3B3B3 /*{b-body-border}*/;
    color: #333333 /*{b-body-color}*/;
    text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
    background: #f0f0f0 /*{b-body-background-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#eee /*{b-body-background-start}*/), #ddd /*{b-body-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#eee /*{b-body-background-start}*/, #ddd /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#eee /*{b-body-background-start}*/, #ddd /*{b-body-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#eee /*{b-body-background-start}*/, #ddd /*{b-body-background-end}*/); /* IE10 */
    background-image: linear-gradient(#eee /*{b-body-background-start}*/, #ddd /*{b-body-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#eee /*{b-body-background-start}*/, #ddd /*{b-body-background-end}*/);
}

.ui-overlay-b {
    background-image: none;
    border-width: 0;
}

.ui-body-b,
.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-b .ui-link-inherit {
    color: #333333 /*{b-body-color}*/;
}

.ui-body-b .ui-link {
    color: #2489CE /*{b-body-link-color}*/;
    font-weight: bold;
}

.ui-body-b .ui-link:hover {
    color: #2489CE /*{b-body-link-hover}*/;
}

.ui-body-b .ui-link:active {
    color: #2489CE /*{b-body-link-active}*/;
}

.ui-body-b .ui-link:visited {
    color: #2489CE /*{b-body-link-visited}*/;
}

.ui-btn-up-b {
    border: 1px solid #ccc /*{b-bup-border}*/;
    background: #eee /*{b-bup-background-color}*/;
    font-weight: bold;
    color: #2F3E46 /*{b-bup-color}*/;
    text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #f6f6f6 /*{b-bup-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#fdfdfd /*{b-bup-background-start}*/), #eee /*{b-bup-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#fdfdfd /*{b-bup-background-start}*/, #eee /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#fdfdfd /*{b-bup-background-start}*/, #eee /*{b-bup-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#fdfdfd /*{b-bup-background-start}*/, #eee /*{b-bup-background-end}*/); /* IE10 */
    background-image: linear-gradient(#fdfdfd /*{b-bup-background-start}*/, #eee /*{b-bup-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#fdfdfd /*{b-bup-background-start}*/, #eee /*{b-bup-background-end}*/);
}

.ui-btn-up-b a.ui-link-inherit {
    color: #2F3E46 /*{b-bup-color}*/;
}

.ui-btn-hover-b {
    border: 1px solid #bbbbbb /*{b-bhover-border}*/;
    background: #dadada /*{b-bhover-background-color}*/;
    font-weight: bold;
    color: #2F3E46 /*{b-bhover-color}*/;
    text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #fff /*{b-bhover-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#ededed /*{b-bhover-background-start}*/), #dadada /*{b-bhover-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* IE10 */
    background-image: linear-gradient(#ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#ededed /*{b-bhover-background-start}*/, #dadada /*{b-bhover-background-end}*/);
}

.ui-btn-hover-b a.ui-link-inherit {
    color: #2F3E46 /*{b-bhover-color}*/;
}

.ui-btn-down-b {
    border: 1px solid #808080 /*{b-bdown-border}*/;
    background: #fdfdfd /*{b-bdown-background-color}*/;
    font-weight: bold;
    color: #2F3E46 /*{b-bdown-color}*/;
    text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #ffffff /*{b-bdown-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#eee /*{b-bdown-background-start}*/), #fdfdfd /*{b-bdown-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#eee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#eee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#eee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* IE10 */
    background-image: linear-gradient(#eee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#eee /*{b-bdown-background-start}*/, #fdfdfd /*{b-bdown-background-end}*/);
}

.ui-btn-down-b a.ui-link-inherit {
    color: #2F3E46 /*{b-bdown-color}*/;
}

.ui-btn-up-b,
.ui-btn-hover-b,
.ui-btn-down-b {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    text-decoration: none;
}

/* C
-----------------------------------------------------------------------------------------------------------*/

.ui-bar-c {
    border: 1px solid #B3B3B3 /*{c-bar-border}*/;
    background: #e9eaeb /*{c-bar-background-color}*/;
    color: #3E3E3E /*{c-bar-color}*/;
    font-weight: bold;
    text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#f0f0f0 /*{c-bar-background-start}*/), #e9eaeb /*{c-bar-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* IE10 */
    background-image: linear-gradient(#f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#f0f0f0 /*{c-bar-background-start}*/, #e9eaeb /*{c-bar-background-end}*/);
}

.ui-bar-c .ui-link-inherit {
    color: #3E3E3E /*{c-bar-color}*/;
}

.ui-bar-c .ui-link {
    color: #7cc4e7 /*{c-bar-link-color}*/;
    font-weight: bold;
}

.ui-bar-c .ui-link:hover {
    color: #2489CE /*{c-bar-link-hover}*/;
}

.ui-bar-c .ui-link:active {
    color: #2489CE /*{c-bar-link-active}*/;
}

.ui-bar-c .ui-link:visited {
    color: #2489CE /*{c-bar-link-visited}*/;
}

.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-c,
.ui-overlay-c {
    border: 1px solid #B3B3B3 /*{c-body-border}*/;
    color: #333333 /*{c-body-color}*/;
    text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
    background: #f0f0f0 /*{c-body-background-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#eee /*{c-body-background-start}*/), #ddd /*{c-body-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* IE10 */
    background-image: linear-gradient(#eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#eee /*{c-body-background-start}*/, #ddd /*{c-body-background-end}*/);
}

.ui-overlay-c {
    background-image: none;
    border-width: 0;
}

.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-body-c .ui-link-inherit {
    color: #333333 /*{c-body-color}*/;
}

.ui-body-c .ui-link {
    color: #2489CE /*{c-body-link-color}*/;
    font-weight: bold;
}

.ui-body-c .ui-link:hover {
    color: #2489CE /*{c-body-link-hover}*/;
}

.ui-body-c .ui-link:active {
    color: #2489CE /*{c-body-link-active}*/;
}

.ui-body-c .ui-link:visited {
    color: #2489CE /*{c-body-link-visited}*/;
}

.ui-btn-up-c {
    border: 1px solid #ccc /*{c-bup-border}*/;
    background: #eee /*{c-bup-background-color}*/;
    font-weight: bold;
    color: #2F3E46 /*{c-bup-color}*/;
    text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 1px /*{c-bup-shadow-radius}*/ #f6f6f6 /*{c-bup-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#fdfdfd /*{c-bup-background-start}*/), #eee /*{c-bup-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* IE10 */
    background-image: linear-gradient(#fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/);
}

.ui-btn-up-c a.ui-link-inherit {
    color: #2F3E46 /*{c-bup-color}*/;
}

.ui-btn-hover-c {
    border: 1px solid #bbbbbb /*{c-bhover-border}*/;
    background: #dadada /*{c-bhover-background-color}*/;
    font-weight: bold;
    color: #2F3E46 /*{c-bhover-color}*/;
    text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 1px /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#ededed /*{c-bhover-background-start}*/), #dadada /*{c-bhover-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* IE10 */
    background-image: linear-gradient(#ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#ededed /*{c-bhover-background-start}*/, #dadada /*{c-bhover-background-end}*/);
}

.ui-btn-hover-c a.ui-link-inherit {
    color: #2F3E46 /*{c-bhover-color}*/;
}

.ui-btn-down-c {
    border: 1px solid #808080 /*{c-bdown-border}*/;
    background: #fdfdfd /*{c-bdown-background-color}*/;
    font-weight: bold;
    color: #2F3E46 /*{c-bdown-color}*/;
    text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 1px /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#eee /*{c-bdown-background-start}*/), #fdfdfd /*{c-bdown-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* IE10 */
    background-image: linear-gradient(#eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#eee /*{c-bdown-background-start}*/, #fdfdfd /*{c-bdown-background-end}*/);
}

.ui-btn-down-c a.ui-link-inherit {
    color: #2F3E46 /*{c-bdown-color}*/;
}

.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    text-decoration: none;
}

/* Structure */

/* links within "buttons"
-----------------------------------------------------------------------------------------------------------*/

a.ui-link-inherit {
    text-decoration: none !important;
}

/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
    border: 1px solid #99c9f5 /*{global-active-border}*/;
    background: #97c0e6 /*{global-active-background-color}*/;
    font-weight: bold;
    color: #ffffff /*{global-active-color}*/;
    cursor: pointer;
    text-shadow: 0 /*{global-active-shadow-x}*/ -1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #395a79 /*{global-active-shadow-color}*/;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, linear-gradient(#B9ECFF /*{global-active-background-start}*/), #7493B1 /*{global-active-background-end}*/); /* Saf4+, Chrome */
    background-image: linear-gradient(#B9ECFF /*{global-active-background-start}*/, #7493B1 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
    background-image: linear-gradient(#B9ECFF /*{global-active-background-start}*/, #7493B1 /*{global-active-background-end}*/); /* FF3.6 */
    background-image: linear-gradient(#B9ECFF /*{global-active-background-start}*/, #7493B1 /*{global-active-background-end}*/); /* IE10 */
    background-image: linear-gradient(#B9ECFF /*{global-active-background-start}*/, #7493B1 /*{global-active-background-end}*/); /* Opera 11.10+ */
    background-image: linear-gradient(#B9ECFF /*{global-active-background-start}*/, #7493B1 /*{global-active-background-end}*/);
     font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

.ui-btn-active a.ui-link-inherit {
    color: #ffffff /*{global-active-color}*/;
}

/* button inner top highlight
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-inner {
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .3);
}

/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
    -moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
    border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-tr {
    -moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
    border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
    border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
    border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-top {
    -moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
    border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
    -moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
    border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
    border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
    -moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
    border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-right {
    -moz-border-radius-topright: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
    border-top-right-radius: 0.6em /*{global-radii-blocks}*/;
    -moz-border-radius-bottomright: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
    border-bottom-right-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-left {
    -moz-border-radius-topleft: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
    border-top-left-radius: 0.6em /*{global-radii-blocks}*/;
    -moz-border-radius-bottomleft: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
    border-bottom-left-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-all {
    -moz-border-radius: 0.6em /*{global-radii-blocks}*/;
    -webkit-border-radius: 0.6em /*{global-radii-blocks}*/;
    border-radius: 0.6em /*{global-radii-blocks}*/;
}

.ui-corner-none {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Form field separator
-----------------------------------------------------------------------------------------------------------*/
.ui-br {
    border-bottom: rgb(130, 130, 130);
    border-bottom: rgba(130, 130, 130, .3);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/* Interaction cues
-----------------------------------------------------------------------------------------------------------*/
.ui-disabled {
    opacity: .3;
}

.ui-disabled,
.ui-disabled a {
    cursor: default !important;
    pointer-events: none;
}

.ui-disabled .ui-btn-text {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    zoom: 1;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/

.ui-icon,
.ui-icon-searchfield:after {
    background: #FFFFFF /*{global-icon-color}*/;
    background: rgba(31, 48, 61, 0.4) /*{global-icon-disc}*/;
    background-image: url(../../bundles/idacmediataxinfo/css/themes/images/icons-18-white.png) /*{global-icon-set}*/;
    background-repeat: no-repeat;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/

.ui-icon-alt {
    background: #fff;
    background: rgba(255, 255, 255, .3);
    background-image: url(../../bundles/idacmediataxinfo/css/themes/images/icons-18-black.png);
    background-repeat: no-repeat;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {

    .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
    .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
    .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
    .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
    .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
        background-image: url(../../bundles/idacmediataxinfo/css/themes/images/icons-36-white.png) /*{global-large-icon-set}*/;
        -moz-background-size: 776px 18px;
        -o-background-size: 776px 18px;
        -webkit-background-size: 776px 18px;
        background-size: 776px 18px;
    }

    .ui-icon-alt {
        background-image: url(../../bundles/idacmediataxinfo/css/themes/images/icons-36-black.png);
    }
}

/* plus minus */
.ui-icon-plus {
    background-position: -0 50%;
}

.ui-icon-minus {
    background-position: -36px 50%;
}

/* delete/close */
.ui-icon-delete {
    background-position: -72px 50%;
}

/* arrows */
.ui-icon-arrow-r {
    background-position: -108px 50%;
}

.ui-icon-arrow-l {
    background-position: -144px 50%;
}

.ui-icon-arrow-u {
    background-position: -180px 50%;
}

.ui-icon-arrow-d {
    background-position: -216px 50%;
}

/* misc */
.ui-icon-check {
    background-position: -252px 50%;
}

.ui-icon-gear {
    background-position: -288px 50%;
}

.ui-icon-refresh {
    background-position: -324px 50%;
}

.ui-icon-forward {
    background-position: -360px 50%;
}

.ui-icon-back {
    background-position: -396px 50%;
}

.ui-icon-grid {
    background-position: -432px 50%;
}

.ui-icon-star {
    background-position: -468px 50%;
}

.ui-icon-alert {
    background-position: -504px 50%;
}

.ui-icon-info {
    background-position: -540px 50%;
}

.ui-icon-home {
    background-position: -576px 50%;
}

.ui-icon-search,
.ui-icon-searchfield:after {
    background-position: -612px 50%;
}

.ui-icon-checkbox-off {
    background-position: -684px 50%;
}

.ui-icon-checkbox-on {
    background-position: -648px 50%;
}

.ui-icon-radio-off {
    background-position: -756px 50%;
}

.ui-icon-radio-on {
    background-position: -720px 50%;
}

/* checks,radios */
.ui-checkbox .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ui-icon-checkbox-off,
.ui-icon-radio-off {
    background-color: transparent;
}

.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
    background-color: #97c0e6 /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}

/* loading icon */
.ui-icon-loading {
    background: url(../../bundles/idacmediataxinfo/css/themes/images/ajax-loader.gif);
    background-size: 46px 46px;
}

/* Button corner classes
-----------------------------------------------------------------------------------------------------------*/

.ui-btn-corner-tl {
    -moz-border-radius-topleft: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-top-left-radius: 0.6em /*{global-radii-buttons}*/;
    border-top-left-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-tr {
    -moz-border-radius-topright: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-top-right-radius: 0.6em /*{global-radii-buttons}*/;
    border-top-right-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-bl {
    -moz-border-radius-bottomleft: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-bottom-left-radius: 0.6em /*{global-radii-buttons}*/;
    border-bottom-left-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-br {
    -moz-border-radius-bottomright: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-bottom-right-radius: 0.6em /*{global-radii-buttons}*/;
    border-bottom-right-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-top {
    -moz-border-radius-topleft: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-top-left-radius: 0.6em /*{global-radii-buttons}*/;
    border-top-left-radius: 0.6em /*{global-radii-buttons}*/;
    -moz-border-radius-topright: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-top-right-radius: 0.6em /*{global-radii-buttons}*/;
    border-top-right-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-bottom {
    -moz-border-radius-bottomleft: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-bottom-left-radius: 0.6em /*{global-radii-buttons}*/;
    border-bottom-left-radius: 0.6em /*{global-radii-buttons}*/;
    -moz-border-radius-bottomright: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-bottom-right-radius: 0.6em /*{global-radii-buttons}*/;
    border-bottom-right-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-right {
    -moz-border-radius-topright: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-top-right-radius: 0.6em /*{global-radii-buttons}*/;
    border-top-right-radius: 0.6em /*{global-radii-buttons}*/;
    -moz-border-radius-bottomright: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-bottom-right-radius: 0.6em /*{global-radii-buttons}*/;
    border-bottom-right-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-left {
    -moz-border-radius-topleft: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-top-left-radius: 0.6em /*{global-radii-buttons}*/;
    border-top-left-radius: 0.6em /*{global-radii-buttons}*/;
    -moz-border-radius-bottomleft: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-bottom-left-radius: 0.6em /*{global-radii-buttons}*/;
    border-bottom-left-radius: 0.6em /*{global-radii-buttons}*/;
}

.ui-btn-corner-all {
    -moz-border-radius: 0.6em /*{global-radii-buttons}*/;
    -webkit-border-radius: 0.6em /*{global-radii-buttons}*/;
    border-radius: 0.6em /*{global-radii-buttons}*/;
}

/* radius clip workaround for cleaning up corner trapping */
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-all,
.ui-btn-corner-tl,
.ui-btn-corner-tr,
.ui-btn-corner-bl,
.ui-btn-corner-br,
.ui-btn-corner-top,
.ui-btn-corner-bottom,
.ui-btn-corner-right,
.ui-btn-corner-left,
.ui-btn-corner-all {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/* Overlay / modal
-----------------------------------------------------------------------------------------------------------*/

.ui-overlay {
    background: #666;
    opacity: .5;
    filter: Alpha(Opacity=50);
    position: absolute;
    width: 100%;
    height: 100%;
}

.ui-overlay-shadow {
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
}

.ui-shadow {
    -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(31, 48, 61, 0.3) /*{global-box-shadow-color}*/;
    -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(31, 48, 61, 0.3) /*{global-box-shadow-color}*/;
    box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(31, 48, 61, 0.3) /*{global-box-shadow-color}*/;
}

.ui-bar-a .ui-shadow,
.ui-bar-b .ui-shadow,
.ui-bar-c .ui-shadow {
    -moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
    box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
}

.ui-shadow-inset {
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
}

.ui-icon-shadow {
    -moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, .4) /*{global-icon-shadow}*/;
    -webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .4) /*{global-icon-shadow}*/;
    box-shadow: 0px 1px 0 rgba(255, 255, 255, .4) /*{global-icon-shadow}*/;
}

/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/

.ui-btn:focus {
    outline: 0;
}

.ui-focus,
.ui-btn:focus {
    -moz-box-shadow: 0px 0px 12px #97c0e6 /*{global-active-background-color}*/;
    -webkit-box-shadow: 0px 0px 12px #97c0e6 /*{global-active-background-color}*/;
    box-shadow: 0px 0px 12px #97c0e6 /*{global-active-background-color}*/;
}

/* unset box shadow in browsers that don't do it right
-----------------------------------------------------------------------------------------------------------*/

.ui-mobile-nosupport-boxshadow * {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ...and bring back focus */
.ui-mobile-nosupport-boxshadow .ui-focus,
.ui-mobile-nosupport-boxshadow .ui-btn:focus {
    outline-width: 1px;
    outline-style: dotted;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.5;
}

hr {
    margin: 2em 0;
    border: 0 none;
    border-top: 1px solid #a3a3a3;
    height: 1px;
}

div.heada {
    text-align: center;
    margin: 0 10px 20px 10px;
    padding-top: 10px;
}

#homeHedo {
    overflow: visible;
    position: relative;
    text-align: center;
    background: url(../../bundles/idacmediataxinfo/css/img/headBG.png) bottom center repeat-x;
    border-left: 0 none;
    border-right: 0 none;
    border-style: none;
    border-width: 0;
    height: 70px;
}

.ui-content {
    font-size: 13px;

    /* override jquery mobile base */
    padding: 1rem;
}

@media (min-width: 800px) {
    .ui-content {
        font-size: 14px;
    }
}

.ui-content p,
.ui-content ul.inline,
.ui-content ol.inline {
    margin-bottom: 10px;
}

.ui-content ul.inline {
    display: block;
    padding-left: 15px;
}

.ui-content ol.inline {
    display: block;
    padding-left: 20px;
}

.ui-content h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
}

.ui-content h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
    margin: 1em 0;
}

.ui-content h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
    margin: 1em 0;
}
.ui-listview .ui-li-heading {
    color: #000;
}

.ui-listview > .ui-li-divider-empty {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 7px;
}

.li--budget-summary {
    border-bottom: 2px solid #dadada;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: 60%;

}

th sup, td sup,
th sub, td sub {
    font-size: 70%;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

th sup {
    font-weight: normal
}

footer {
    background-image: url(../../bundles/idacmediataxinfo/css/img/footer.png);
    background-repeat: repeat-x;
    background-color: #fff;
    color: #5c707c;
}

.homeHead {
    text-align: center;
}
.homeHead img {
    max-width: 100%;
}

div.links {
    height: 90px;
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;

}

.ui-content {
    overflow-x: visible;
}

div.links div {
    display: block;
    height: 79px;
    width: 20%;

    float: left;

    position: relative;
}

div.links div img {
    width: 90%;
    max-width: 66px;
}

.bottom ul {
    font-size: 13px;
    font-style: normal;
    margin: 0;
}

.bottom ul li {
    border-bottom: 1px solid #28282a;
    list-style: none outside none;
    margin-bottom: 3px;
    padding-bottom: 3px;
    width: 100%;
}

.bottom ul li:hover {

}

.bottom ul li a.ui-link, .bottom ul li a.ui-link:visited, .bottom ul li a.ui-link:active {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #808080;
    display: block;
    width: 100%;
}

.bottom ul li a.ui-link:hover {
    color: #EE7C2B;
}

ul.normal li {
    margin-left: 20px;
    font-size: 14px;
}

ul.normal {
    display: block;
    margin-bottom: 20px;
}

div.con {
    padding: 20px;
    background-color: #FFF;
    color: #000;
    overflow: auto;
}

div.con h4 {
    color: #EE7C2B;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0;
}

div.con p {
    margin-bottom: 20px;
    font-size: 14px;
}

div.blog img {
    width: 50%;
    float: left;
    margin-right: 10px;
}

div.head {
    position: relative;
    padding: 20px;
    background-image: url(../../bundles/idacmediataxinfo/css/img/headBG.png);
    background-color: #FFF;
    background-repeat: repeat-x;
}

div.head h1 {
    color: #13141a;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    text-shadow: 0 0 4px #ffffff;
    margin-top: 10px;
}

div.head .subline {
    color: #13141a;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 2px #ffffff;
}

div#header {
    position: relative;
}

div#header .back {
    position: absolute;
    right: 10px;
    top: 20px;
}

div.head .back {
    position: absolute;
    display: none;
}

.gTable {
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
    width: 100%;
}

.gTable div {
    display: inline-block;
}

.gTable td,
.gTable th {
    padding: 0.3em;
}
.gTable td,
.gTable tbody th {
    background: #dcdcdc;
    border-top: 1px #e8e8e8 solid;
    border-left: 1px #e8e8e8 solid;
}

.gTable th {
    background: #b9b9b9;
}

.gTable tbody th,
.gTable tbody td { vertical-align: top; }

.gTable .row {
    background: #e8e8e8;
    text-align: left;
}

.gTable thead th[colspan] {
    text-align: center;
}

@media (min-width: 35em) {
    .ui-table-reflow.ui-responsive {
        display: table;
    }
}
@media (max-width: 35em) {
    .ui-table-reflow tr:first-child .row {
        border-top: 0;
    }
    .ui-table-reflow tbody th {
        margin-top: 15px;
    }
    .ui-table-reflow tbody tr:first-child th {
        margin-top: 0;
    }
    .ui-table-reflow .row {
        font-size: larger;
        background: #B9B9B9;
        border-left: 0 none;
        border-right: 0 none;
    }
    .ui-table-reflow tbody th[scope='col'] .ui-table-cell-label {
        display: none;
    }
}

.ui-table-reflow th .ui-table-cell-label-top,
.ui-table-reflow td .ui-table-cell-label-top {
    font-size: larger;
    font-weight: bold;
    margin-left: -0.4em;
    margin-right: -0.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    border-bottom: 1px solid #e8e8e8;
}

label span.my {
    font-size: 10px;
}

.ui-body-a, .ui-dialog.ui-overlay-a {
    border: 0;
}


.ui-header .ui-btn {
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

footer .back {
    padding: 10px 15px
}

footer td {
    vertical-align: middle;
}

.legend {
    font-size: 13px;
}

td ul {
    padding-left: 15px;
}

body, input, select, textarea, button, .ui-btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
 * Media queries for responsive design
 */

.email {
    width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.email .in {
    padding: 0
}

.email .ui-btn-inner {
    padding-top: 8px;
    font-size: 12px;
}

.ui-content h3.ui-collapsible-heading {
    padding-bottom: 0;
    margin: 0;
}
.ui-collapsible-content {
    padding: 10px 15px;
}

.email {
    display: none;
}

.tableWrap {
    overflow-x: auto;
    -webkit-overflow-scroll: touch;
}

.submit .ui-btn-up-a {
    background-color: #97b6d3 !important
}

.calc-res {
    list-style: none;
}

#notification .gTable {
    font-size: 12px;
}

.form-error {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
    background: #F00;
}

.form-errors {
    display: block;
    margin: 0;
    padding: 0;
}

.errors li {
    list-style: none
}

.disabled {
    opacity: 0.4;
}

div.incomeTaxOnPrivateFuel {
    display: none
}

.incomeTaxOnPrivateFuel p {
    padding: 10px 0;
    font-size: 14px;
}

.form-row__button { margin-top: 1em; }

.alert {
    text-align: center;
    text-transform: uppercase;
}

.nowrap { white-space: nowrap; }

.gTable thead {
    /* fix for thin borders on ipad */
    background: #b9b9b9;
}

.ui-overlay-a,
.ui-body-a {
    text-shadow: none;
}

.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background: #ffffff /*{a-body-color}*/;
    color: #415564 /*{a-body-background-color}*/;
}

.ui-mini {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .article {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.article + .article {
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.article h1 {
    font-size: 18px;
}

.article h2 {
    font-size: 16px;
    margin: 1.5em 0 0.5em;
}

.article .leader {
    font-size: 120%;
    margin-bottom: 2rem;
}

.pull-quote {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-style: italic;
    font-size: 120%;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
    text-align: center;
    max-width: 30rem;
    position: relative;
}
.pull-quote:before,
.pull-quote:after {
    position: absolute;
    font-size: 3rem;
    opacity: 0.62;
    z-index: 1;
    width: 2rem;
}
.pull-quote:before {
    content: "“";
    top: 0;
    left: 0;
}
.pull-quote:after {
    content: "”";
    bottom: 0;
    right: 1rem;
    line-height: 1.5rem;
}

.wrap,
.wrap,
.wrap a.ui-btn,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap h6 {
    white-space: normal !important;
}

.head--home {
    border-bottom: 3px solid #fff;
    padding: 18px;
}

.hero {
    background: url(../../bundles/idacmediataxinfo/img/2022-09-26-Venson-Tax-Guide-Image-1152x720_alt.jpg) no-repeat 50% 10%;
    background-size: cover;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
    padding: 1rem;

    overflow: hidden;
    text-transform: uppercase;
    text-shadow: none;
    position: relative;
}

@supports (aspect-ratio: 1) {
    .hero {
        aspect-ratio: 768/480;
    }
}

@media screen and (min-width: 768px) {
    .hero {
        background-position: 50% 15%;
        min-height: 410px;
    }
}

.hero__content {
    background: transparent;
    color: black;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.3em;
    box-sizing: border-box;
    font-size: 4.4vw;
}

@media (min-width: 578px) {
    .hero__content {
        width: 55%;
    }
}

@media (min-width: 800px) {
    .hero__content {
        font-size: 36px;
    }
}

.hero__content h1,
.hero__content p {
    color: inherit;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.hero__content h1 {
    font-size: inherit;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.05ex;
    background: none;
    border: 0 none;
}

.hero__content h1 .small {
    font-size: 92%;
    font-weight: 400;
    letter-spacing: 0;
}

.hero__content h1 .small:before {
    content: ':';
    color: #fff;
    border-left: 1px solid #005599;
    display: inline-block;
    line-height: 0.95;
}

.hero__logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 500px) {
    .hero__logo {
        width: 150px;
    }
}
@media (min-width: 768px) {
    .hero__logo {
        width: 175px;
    }
}

.hero__footer,
.hero__heading {
    color: #fff;
    text-align: center;
    text-transform: none;
}

.hero__footer {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    height: 2rem;
}

@media (min-width: 500px) {
    .hero__footer {
        bottom: 20px;
    }
}
@media (min-width: 768px) {
    .hero__footer {
        bottom: 40px;
    }
}


.hero__heading svg {
    max-width: calc(100% - 75px);
}

@media (min-width: 500px) {
    .hero__heading svg {
        max-width: calc(100% - 85px);
    }
}

@media (min-width: 768px) {
    .hero__heading svg {
        max-width: calc(100% - 105px);
    }
}

.hero__heading h1 {
    font-size: 4rem;
    font-weight: 500;
}

.hero__footer p {
    font-size: 1.2rem;
    font-weight: 400;
}

.Blurb {
    font-size: 1rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 1rem;
}

@media screen and (min-width: 500px) {
    .Blurb {
        font-size: 1.2rem;
    }
}
