:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #5e6769;
  --default-link: #006796;
  --default-link-hover: #1774a9;
  --default-link-visit: #004d70;
  --hover-collapse-color: #e5f0f4;
}
.justask-widget-ja,
.justask-widget-help,
.justask-widget-hr {
  width: 100%;
  height: 350px;
  background-size: cover !important;
  background-position: center center;
}
.justask-widget-ja .ja-widget-content,
.justask-widget-help .ja-widget-content,
.justask-widget-hr .ja-widget-content {
  padding: 20px;
  margin-top: 75px;
}
.justask-widget-ja .ja-widget-content h1,
.justask-widget-help .ja-widget-content h1,
.justask-widget-hr .ja-widget-content h1 {
  text-shadow: 2px 2px 16px #000;
  font-size: 4em;
  line-height: 6.0rem;
}
.justask-widget-ja .ja-widget-content .form-group .form-control,
.justask-widget-help .ja-widget-content .form-group .form-control,
.justask-widget-hr .ja-widget-content .form-group .form-control {
  width: 100% !important;
}
.justask-widget-ja .ja-widget-content .form-group .btn-primary,
.justask-widget-help .ja-widget-content .form-group .btn-primary,
.justask-widget-hr .ja-widget-content .form-group .btn-primary {
  width: 100%;
  /*
                position: absolute;
                right: 13px;
                top: 168px;
                */
}
.justask-widget-ja {
  background: url('../jpg/justask_ja_mast.jpg');
}
.justask-widget-help {
  background: url('../jpg/justask_help_mast.jpg');
}
.justask-widget-hr {
  background: url('../jpg/justask_hr_mast.jpg');
}
@media (min-width: 1200px) {
  /*
    .col-xs-12.justask-widget-ja,
    .col-xs-12.justask-widget-help {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
*/
  .section-right {
    /*
        .col-xs-12.justask-widget-ja,
        .col-xs-12.justask-widget-help {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
*/
  }
  .section-right .justask-widget-ja,
  .section-right .justask-widget-help,
  .section-right .justask-widget-hr {
    height: 250px;
    background: none;
    background-color: #e2dfdb;
    margin-bottom: 25px;
  }
  .section-right .justask-widget-ja .ja-widget-content,
  .section-right .justask-widget-help .ja-widget-content,
  .section-right .justask-widget-hr .ja-widget-content {
    margin-top: 25px;
    padding: 20px 0 !important;
  }
  .section-right .justask-widget-ja .ja-widget-content h1,
  .section-right .justask-widget-help .ja-widget-content h1,
  .section-right .justask-widget-hr .ja-widget-content h1 {
    color: #7e6d5f !important;
    text-shadow: none;
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 2.5rem !important;
    text-align: left !important;
  }
  .section-right .justask-widget-ja .ja-widget-content .col-sm-10,
  .section-right .justask-widget-help .ja-widget-content .col-sm-10,
  .section-right .justask-widget-hr .ja-widget-content .col-sm-10 {
    width: 100% !important;
  }
  .section-right .justask-widget-ja .ja-widget-content .col-sm-2,
  .section-right .justask-widget-help .ja-widget-content .col-sm-2,
  .section-right .justask-widget-hr .ja-widget-content .col-sm-2 {
    width: 93px !important;
  }
}
