/* CSS reset */
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.sprite,
.back-btn:before,
.actions .previous-btn:before {
  background: transparent url(../images/sprite.png) 0 0 no-repeat;
}
.sprite-mobile,
.mju-header .account .msgs-btn:before,
.mju-header .account .account-btn:before,
.mju-navigation .trigger:before {
  background: transparent url(../images/sprite-hd.png) 0 0 no-repeat;
  background-size: 250px 250px;
}
@media only screen and (min-width: 960px) {
  .sprite-mobile,
  .mju-header .account .msgs-btn:before,
  .mju-header .account .account-btn:before,
  .mju-navigation .trigger:before {
    background: transparent url(../images/sprite.png) 0 0 no-repeat;
    background-size: 512px 512px;
  }
}
.mju-dd-bg-gradient {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0px, #555555 5px, #555555 500px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0px, #000000), color-stop(5px, #555555), color-stop(500px, #555555));
  background: -webkit-linear-gradient(top, #000000 0px, #555555 5px, #555555 500px);
  background: -o-linear-gradient(top, #000000 0px, #555555 5px, #555555 500px);
  background: -ms-linear-gradient(top, #000000 0px, #555555 5px, #555555 500px);
  background: linear-gradient(to bottom, #000000 0px, #555555 5px, #555555 500px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='@bgColor', GradientType=0);
}
.shadow-gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.47)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78000000', endColorstr='#00000000', GradientType=0);
}
/* ==== plugins ==== */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 2px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 2px;
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 2px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 2px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* ==== default styles ==== */
@font-face {
  font-family: 'GothamOT';
  src: url('../fonts/gotham/gothamot_light-webfont.eot');
  src: url('../fonts/gotham/gothamot_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gothamot_light-webfont.woff') format('woff'), url('../fonts/gotham/gothamot_light-webfont.ttf') format('truetype'), url('../fonts/gotham/gothamot_light-webfont.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamOT';
  src: url('../fonts/gotham/gothamot_medium-webfont.eot');
  src: url('../fonts/gotham/gothamot_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/gothamot_medium-webfont.woff') format('woff'), url('../fonts/gotham/gothamot_medium-webfont.ttf') format('truetype'), url('../fonts/gotham/gothamot_medium-webfont.svg#svgFontName') format('svg');
  font-weight: bold;
  font-style: normal;
}
html,
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
h1,
h2,
h3 {
  font-family: GothamOT, arial, helvetica, sans-serif;
  color: #333333;
  line-height: 1.125em;
}
h1 {
  font-size: 32px;
}
a {
  color: #3077ae;
}
a:hover {
  color: #255c86;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* === site === */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.adapt {
  max-width: 960px;
}
.adapt20,
.mju-header .inner,
.mju-navigation .dropdown {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}
.adapt30 {
  max-width: 1020px;
  padding-left: 30px;
  padding-right: 30px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* === components === */
.blue-btn,
.gray-btn,
.actions .open-btn,
.actions .update-btn,
.actions .cancel-btn,
.actions .request-btn,
.actions .complaint-btn,
.actions .start-btn,
.actions .next-btn,
.site-header .more-btn,
.actions .add-btn,
.actions .download-btn,
.actions .browse-btn,
.actions .save-btn,
.upload-docs .browse-btn-replacement,
.upload-docs .browse-btn {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #3077ae;
  text-decoration: none;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
}
.blue-btn:hover,
.actions .open-btn:hover,
.actions .update-btn:hover,
.actions .cancel-btn:hover,
.actions .request-btn:hover,
.actions .complaint-btn:hover,
.actions .start-btn:hover,
.actions .next-btn:hover,
.site-header .more-btn:hover {
  background: #255c86;
  text-decoration: none;
  color: #fff;
}
.gray-btn,
.actions .add-btn,
.actions .download-btn,
.actions .browse-btn,
.actions .save-btn,
.upload-docs .browse-btn-replacement,
.upload-docs .browse-btn {
  background: #eeeeee;
  color: #3077ae;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.gray-btn:hover,
.actions .add-btn:hover,
.actions .download-btn:hover,
.actions .browse-btn:hover,
.actions .save-btn:hover,
.upload-docs .browse-btn-replacement:hover,
.upload-docs .browse-btn:hover {
  background: #d5d5d5;
  color: #255c86;
  text-decoration: none;
}
.white-btn,
.mju-header .account .login {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  padding: 6px 18px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
}
.white-btn:hover,
.mju-header .account .login:hover {
  background: #d5d5d5;
  text-decoration: none;
  color: #333333;
}
.action-btn,
.actions .show-btn,
.actions .hide-btn,
.actions .mark-btn,
.actions .remove-btn,
.uploaded-docs .remove-btn {
  display: inline-block;
  padding: 5px 15px;
  line-height: 15px;
  font-size: 12px;
  color: #3077ae;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.action-btn:hover,
.actions .show-btn:hover,
.actions .hide-btn:hover,
.actions .mark-btn:hover,
.actions .remove-btn:hover,
.uploaded-docs .remove-btn:hover {
  color: #255c86;
  text-decoration: none;
}
.back-btn,
.actions .previous-btn {
  display: inline-block;
  padding: 0 0 0 22px;
  line-height: 13px;
  font-size: 13px;
  position: relative;
}
.back-btn:before,
.back-btn:after,
.actions .previous-btn:before,
.actions .previous-btn:after {
  background-position: -110px -200px;
  display: block;
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 0;
}
.back-btn:hover,
.actions .previous-btn:hover {
  color: #255c86;
}
.back-btn:hover:after,
.actions .previous-btn:hover:after {
  border-radius: 2px;
  background: #000;
  opacity: .1;
}
.actions p {
  display: inline-block;
}
.actions .next-btn {
  font-size: 14px;
  line-height: 22px;
}
.actions .save-btn {
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #599dd1;
}
.uploaded-docs .remove-btn {
  padding: 0;
}
.site-header .more-btn {
  float: right;
  margin-top: 11px;
}
@media only screen and (min-width: 640px) {
  .site-header .more-btn {
    margin-left: -150px;
  }
}
.notice-panel .date-time {
  list-style: none;
}
.notice-panel .date-time li {
  display: inline-block;
}
.notice-panel .date-time li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 10px 3px;
  border-radius: 0.5px;
  background: #555;
}
.notice-panel .date-time li:first-child:before {
  display: none;
}
.panel .date-time {
  list-style: none;
  font-size: 13px;
}
.panel .date-time li {
  margin-bottom: 7px;
}
.panel .date-time .date,
.panel .date-time .time {
  width: 75px;
  display: inline-block;
}
.panel .date-time .date + .date:before,
.panel .date-time .time + .date:before,
.panel .date-time .date + .time:before,
.panel .date-time .time + .time:before {
  content: '\00A0\25A0';
  font-size: 6px;
  margin: 0 10px 0 0;
  padding: 0 0 3px;
  display: inline-block;
  vertical-align: middle;
}
/* === modules === */
.mju-header {
  background: #2c2c2c;
  position: relative;
  z-index: 200;
  -webkit-transition: z-index 1ms 0.5s;
  -moz-transition: z-index 1ms 0.5s;
  -ms-transition: z-index 1ms 0.5s;
  -o-transition: z-index 1ms 0.5s;
  transition: z-index 1ms 0.5s;
}
.is-dd-open .mju-header {
  z-index: 800;
  -webkit-transition: z-index 1ms 0s;
  -moz-transition: z-index 1ms 0s;
  -ms-transition: z-index 1ms 0s;
  -o-transition: z-index 1ms 0s;
  transition: z-index 1ms 0s;
}
@media only screen and (min-width: 640px) {
  .mju-header {
    z-index: 800;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.mju-header .inner {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
  height: 50px;
}
.mju-header .inner:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 640px) {
  .mju-header .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.has-scrolled .mju-header .inner {
  height: 50px;
}
.mju-header .logo {
  background: transparent url(../images/rs-hd.png) 0 0 no-repeat;
  background-size: cover;
  display: block;
  height: 32px;
  width: 28px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 9px;
  margin-left: -14px;
  color: #c50;
}
@media only screen and (min-width: 640px) {
  .mju-header .logo {
    width: 104px;
    position: static;
    float: left;
    margin-left: 0;
  }
}
.mju-header .account {
  position: absolute;
  right: 20px;
  top: 0;
}
.mju-header .account .login {
  margin: 10px 0 0;
}
.mju-header .account .user-info {
  float: left;
  text-align: right;
  padding: 2px 15px 0 0;
  margin: 10px 15px 0 0;
  height: 30px;
  border-right: solid 1px #777;
  display: none;
}
@media only screen and (min-width: 640px) {
  .mju-header .account .user-info {
    display: block;
  }
}
.mju-header .account .user-info:before {
  content: '';
  width: 1em;
  margin: 0 -1em 0 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.mju-header .account .user-account {
  float: left;
  margin: 10px 0 0;
  padding: 3px 0 0;
}
.mju-header .account .name {
  color: #fff;
  display: block;
  margin: 0 0 4px;
}
.mju-header .account .e-mail {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.mju-header .account .msgs-btn {
  height: 24px;
  width: 22px;
  padding: 24px 0 0;
  margin: 0 15px 0 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.mju-header .account .msgs-btn:before {
  background-position: -150px -40px;
  content: '';
  position: absolute;
  width: 22px;
  height: 19px;
  left: 0;
  top: 3px;
}
@media only screen and (min-width: 960px) {
  .mju-header .account .msgs-btn:before {
    background-position: -50px -300px;
  }
}
.mju-header .account .account-btn {
  display: inline-block;
  height: 24px;
  width: 20px;
  padding: 24px 0 0;
  position: relative;
  overflow: hidden;
}
.mju-header .account .account-btn:before {
  background-position: -205px -37px;
  content: '';
  position: absolute;
  width: 19px;
  height: 24px;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 960px) {
  .mju-header .account .account-btn:before {
    background-position: -80px -300px;
  }
}
.mju-navigation {
  position: relative;
  z-index: 10;
  left: 0;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .mju-navigation {
    float: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    top: 10px;
    border-left: solid 1px #777777;
  }
}
.mju-navigation > span {
  color: #777;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: -100%;
  padding: 10px 0 0 20px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.is-open.mju-navigation > span {
  left: 0;
}
@media only screen and (min-width: 640px) {
  .mju-navigation > span {
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: static;
    padding: 0;
  }
}
.mju-navigation .trigger {
  display: block;
  position: absolute;
  left: -100%;
  height: 50px;
  width: 100%;
  color: #aaa;
  background: #2c2c2c;
  font-weight: bold;
  padding: 26px 0 0 20px;
  line-height: 12px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
@media only screen and (min-width: 640px) {
  .mju-navigation .trigger {
    padding: 0;
    height: auto;
    width: auto;
    padding-right: 20px;
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    left: 0;
    top: 0;
    margin: 5px 20px 0 0;
  }
}
.is-open.mju-navigation .trigger {
  left: 0;
}
.mju-navigation .trigger:before {
  background-position: -10px -100px;
  content: '';
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3;
  margin: 14px 0 0 15px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 640px) {
  .mju-navigation .trigger:before {
    display: none;
  }
}
.mju-navigation .trigger:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 100%;
  margin: 0;
  background: #2c2c2c;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 640px) {
  .mju-navigation .trigger:after {
    top: 4px;
    width: 0;
    height: 0;
    margin: 0;
    border-style: solid;
    background: none;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.is-open.mju-navigation .trigger:before {
  background-position: -45px -100px;
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.is-open.mju-navigation .trigger:after {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
@media only screen and (min-width: 640px) {
  .is-open.mju-navigation .trigger:after {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #ffffff transparent;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.mju-navigation .dropdown {
  height: 0;
  position: absolute;
  left: -100%;
  top: 50px;
  width: 100%;
  background: #2c2c2c;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
@media only screen and (min-width: 640px) {
  .mju-navigation .dropdown {
    position: absolute;
    z-index: 600;
    background: #333;
    top: 40px;
    left: 0;
    overflow: hidden;
    height: auto;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .is-open.mju-navigation .dropdown {
    max-height: 250px;
  }
}
.is-open.mju-navigation .dropdown {
  left: 0;
}
.mju-navigation ul {
  list-style: none;
  padding: 10px 0 15px;
  margin: 5px 0 0;
}
.mju-navigation ul + ul {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  margin: 0;
}
.mju-navigation li a {
  color: #fff;
  text-decoration: none;
}
.mju-navigation li a:hover {
  text-decoration: underline;
}
.mju-navigation li + li {
  margin-top: 7px;
}
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mju-header {
  font-size: 12px;
}
.mju-header .inner {
  width: auto;
}
.mju-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-blue: #3E7C94;
  --primary-blue-dark: #33697D;
  --primary-blue-light: #E3F1F6;
}

a {
  color: var(--primary-blue);
}

a:hover {
  color: var(--primary-blue-dark);
}

.blue-btn,
.gray-btn,
.white-btn,
.action-btn,
.actions .open-btn,
.actions .update-btn,
.actions .cancel-btn,
.actions .request-btn,
.actions .complaint-btn,
.actions .start-btn,
.actions .next-btn,
.actions .add-btn,
.actions .download-btn,
.actions .browse-btn,
.actions .save-btn,
.upload-docs .browse-btn-replacement,
.upload-docs .browse-btn {

  border-radius: 25px;        /* Rounded buttons */
  padding: 8px 20px;          /* Slightly larger */
  font-weight: 600;
  transition: all 0.2s ease;
}

.blue-btn,
.actions .open-btn,
.actions .update-btn,
.actions .cancel-btn,
.actions .request-btn,
.actions .complaint-btn,
.actions .start-btn,
.actions .next-btn,
.site-header .more-btn {

  background: var(--primary-blue);
  color: #fff;
}

.blue-btn:hover,
.actions .open-btn:hover,
.actions .update-btn:hover,
.actions .cancel-btn:hover,
.actions .request-btn:hover,
.actions .complaint-btn:hover,
.actions .start-btn:hover,
.actions .next-btn:hover,
.site-header .more-btn:hover {

  background: var(--primary-blue-dark);
}

a {
  color: var(--primary-blue);
}

a:hover {
  color: var(--primary-blue-dark);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-blue);
  color: #fff;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-blue);
}

.mju-header,
.mju-navigation .dropdown,
.mju-navigation .trigger {
  background: var(--primary-blue);
}

