/**
 * $CLEARFIX
 *
 * Floats a list to be horizontal.
 *********************************/
.cf, .mi-page footer .row {
  zoom: 1;
}
.cf:before, .mi-page footer .row:before, .cf:after, .mi-page footer .row:after {
  content: "";
  display: table;
}
.cf:after, .mi-page footer .row:after {
  clear: both;
}

/**
 * $HLIST
 *
 * Floats a list to be horizontal.
 *********************************/
/**
 * $MEDIA
 *
 * Place any image and text-like content side-by-side, as per:
 *  stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 *
   <div class=media>
     <img src=http://placekitten.com/200/300 alt="" class=img>
     <p class=body>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
   </div>
 *********************************/
/**
 *  $ISLAND, $ISLET
 *  Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 *
    <div class=island>
      [I am boxed off.]
    </div>
 *********************************/
/**
 *  $HIDETEXT
 */
/* #Mixins
================================================== */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
a.nolink {
  cursor: default;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*$base-font-family: Raleway, Arial, Helvetica, sans-serif;*/
body {
  background-color: #ffffff;
  color: #3b3a48;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 0.28571em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.57143em;
}

h1 {
  font-size: 17px;
  line-height: 17px;
}

h2 {
  font-size: 16px;
  line-height: 16px;
}

h3 {
  font-size: 1.21429em;
  line-height: 1.88235em;
}

h4 {
  font-size: 1em;
  line-height: 2.28571em;
}

#header {
  margin: 0;
  padding: 4px 0 0 0;
  clear: both;
}
#header h1 {
  margin: 0 0 0 0;
  padding: 12px 0 0 20px;
  font-size: 28px;
}

/* latin *-/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://fonts.gstatic.com/s/raleway/v9/WXRs6bFZChfzCx3pXob5o_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/-* latin *-/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(http://fonts.gstatic.com/s/raleway/v9/JbtMzqLaYbbbCL9X6EvaIyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
*/
.page-login {
  margin-top: 100px;
  background: #212223;
  /* Old browsers */
  background: -moz-linear-gradient(top, #212223 0%, #272829 10%, #252626 35%, #212223 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212223), color-stop(10%, #272829), color-stop(35%, #252626), color-stop(100%, #212223));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #212223 0%, #272829 10%, #252626 35%, #212223 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #212223 0%, #272829 10%, #252626 35%, #212223 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #212223 0%, #272829 10%, #252626 35%, #212223 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #212223 0%, #272829 10%, #252626 35%, #212223 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272829', endColorstr='#252626',GradientType=0 );
  /* IE6-9 */
}
.page-login form.login {
  background: #e3e5ec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3e5ec 0%, #43474f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e5ec), color-stop(100%, #43474f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3e5ec, #43474f);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3e5ec 0%, #43474f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3e5ec 0%, #43474f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3e5ec 0%, #43474f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5ec', endColorstr='#43474f',GradientType=0 );
  /* IE6-9 */
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01), 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.07), 2px 1px 6px rgba(0, 0, 0, 0.05), -2px 1px 7px rgba(0, 0, 0, 0.05);
  color: #333;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.51), -1px -1px 2px rgba(255, 255, 255, 0.51), 2px 2px 2px rgba(0, 0, 0, 0.51), -2px -2px 2px rgba(0, 0, 0, 0.51);
}

.fixed-header #above-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  z-index: 100;
}
.fixed-header #content {
  position: absolute !important;
  top: 9px;
  left: 0;
  right: 0;
  bottom: 0px;
}

.logged-in #page #langsel {
  position: absolute;
  top: -6px;
  left: auto;
  right: 0;
}
.logged-in #page #langsel > div > div > div {
  color: #fff !important;
}
@media (max-width: 960px) {
  .logged-in #page #langsel {
    top: -6px;
    left: auto;
    right: 0;
  }
}

.not-logged-in #langsel {
  position: absolute;
  top: 10px;
  right: 0px;
}
.not-logged-in #langsel > div > div > div {
  color: #fff !important;
}

#miheader {
  padding-top: 16px !important;
}

div.manual-next {
  padding-bottom: 48px;
}

a.manual-next {
  position: absolute;
  bottom: 4px;
  right: 22px;
  background-color: #0C406D;
  color: #ffffff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 4px 12px;
  font-size: 16px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
}

.textarea-outer a.manual-next {
  position: static;
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 3200px) {
  body.package-active #content > .content-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  body.package-active #main-content {
    min-height: 240px;
  }
  body.package-active #main-content > form {
    min-height: 208px;
    padding: 16px;
    position: relative;
  }
  body.package-active #main-content > form .button-area {
    float: right;
  }
  body.package-active #main-content > form .button-area button, body.package-active #main-content > form .button-area input[type=submit] {
    padding: 8px 16px;
    margin: 0 0 0 6px;
    font-size: 16px;
  }
  body.package-active #main-content > form .stuck-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  body.package-active #main-content > form .stuck-bottom button {
    display: block;
    margin-left: -50%;
  }
}
table.list {
  border: 1px solid #BEBFB9;
  margin: 0 0 10px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.list td, table.list th {
  border: 0 none;
  color: #333;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: left;
}
table.list th {
  background-color: #E1E2DC;
  border-color: #BEBFB9;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  padding: 5px 10px;
  /*    text-transform: uppercase; */
}
table.list td.tick, table.list th.tick {
  text-align: center;
}
table.list tr.even, table.list tr.odd {
  background-color: #f8f7f5;
  border-color: #BEBFB9;
  border-style: solid;
  border-width: 0 1px;
}
table.list tr.odd {
  background-color: #FFFFFF;
}
table.list th {
  background-color: transparent;
  font-weight: bold;
}

table.stgrid thead th {
  padding-right: 1px;
  padding: 1px 1px 1px 5px;
  white-space: nowrap;
  text-align: left;
}

table.stgrid thead th div.th {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

table.stgrid tbody td div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.stgrid div.th {
  display: inline-block;
  /*  float:left; */
}

table.stgrid tbody td {
  border-right: 1px solid #f0f0f0;
}

table.stgrid div.handle {
  display: inline-block;
  float: right;
  cursor: col-resize;
  background-image: none;
  width: 0px;
  height: 16px;
  border-left: 1px solid #999;
  border-right: 1px solid #fff;
  margin: 0px;
}

.stgrid-loading {
  background: #E3E3E3 url("img/load-bg.png");
  display: none;
  opacity: .50;
  -moz-opacity: .50;
  filter: alpha(opacity=50);
  text-align: center;
  position: absolute;
  z-index: 1000;
}

.stgrid-loading div {
  width: 100%;
  height: 100%;
  display: block;
  background: url("img/indicator_web20_working.gif") no-repeat center center;
}

table.sortable thead th div.th-sortable {
  cursor: pointer;
}

table.sortable div.sort-asc {
  background-image: url("img/sort-asc.gif");
  background-repeat: no-repeat;
  background-position: center right;
}

table.sortable div.sort-desc {
  background-image: url("img/sort-desc.gif");
  background-repeat: no-repeat;
  background-position: center right;
}

.sunlife #header {
  background-color: #fdbe12;
  border-bottom: 40px solid #448493;
}
.sunlife div.item-dual-scale tr.values label > input + div:hover {
  background-color: #fee8aa;
}
.sunlife div.item-dual-scale tr.values label > input:checked + div {
  background-color: #fdbe12;
}
.sunlife div.item.fingerscale-ctrl .scale-wrap .scale-inner .press {
  background-color: #ffffff;
}
.sunlife div.item.fingerscale-ctrl .scale-wrap .scale-inner .press:hover {
  background-color: #fee8aa;
}
.sunlife div.item.fingerscale-ctrl .scale-wrap .scale-inner .press.pressed, .sunlife div.item.fingerscale-ctrl .scale-wrap .scale-inner .press:hover.pressed {
  background-color: #fdbe12;
}
.sunlife #header {
  min-height: 150px;
}
.sunlife #header h1 {
  color: #ffffff;
}

div.item-dual-scale {
  outline: none;
}
div.item-dual-scale table.scale2 tr.values > td.face-2 label > input + div {
  background-image: url("../images/smileys.png");
  background-position: 0px 0px;
}
div.item-dual-scale table.scale2 tr.values > td.face-1 label > input + div {
  background-image: url("../images/smileys.png");
  background-position: -32px 0px;
}
div.item-dual-scale table.scale2 tr.values > td.face-0 label > input + div {
  background-image: url("../images/smileys.png");
  background-position: -64px 0px;
}
div.item-dual-scale table.scale2 tr.values > td label > input:checked + div {
  background-color: #fdbe12;
}

#above-header #admin-menu > ul > li.has-sub > a:before {
  top: 18.5px;
}
#above-header #admin-menu > ul > li.has-sub > a:after {
  box-shadow: none;
  top: 11.5px;
}
#above-header #admin-menu > ul ul > li.has-sub > a:after {
  box-shadow: none;
}

div.section-content {
  font-size: 1.2em;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  div.prefixhtml {
    padding-top: 1.2em;
  }
}
div.prefixhtml {
  font-size: 1.2em;
}

div.question-text {
  font-size: 1.2em;
}

div.item.options-ctrl .options-wrap .options-inner div.options-options .option div.label {
  margin-right: 5px;
}

@media screen and (max-width: 480px) {
  div.item.options-ctrl .options-wrap .options-inner div.options-options.options-5 .option div.label {
    font-size: 11px;
    width: 50px;
    margin-left: -25px !important;
  }
}
.claimlab #header {
  margin: 0;
  padding: 4px 0 0 0;
  clear: both;
  background-size: 1600px auto;
}
.claimlab #header h1 {
  color: #000;
}

#admin-menu {
  width: auto;
  border-radius: 5px;
  font-family: "Open Sans", Helvetica, sans-serif;
  background: #4f505e;
  background: -o-linear-gradient(top, #66687a, #33354c);
  background: -ms-linear-gradient(top, #66687a, #33354c);
  background: -webkit-linear-gradient(top, #66687a, #33354c);
  background: -moz-linear-gradient(top, #66687a, #33354c);
  background: linear-gradient(to bottom, #66687a, #33354c);
  box-shadow: inset 0 -3px 0 #27283a, inset 0 -3px 3px #252637, inset 0 2px 2px #7f8194, inset 1px 0 2px #292a3d, inset -1px 0 2px #2b2c40, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}
#admin-menu ul,
#admin-menu ul li,
#admin-menu ul li a,
#admin-menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#admin-menu:after,
#admin-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#admin-menu #menu-button {
  display: none;
}
#admin-menu .align-center > ul {
  font-size: 0;
  text-align: center;
}
#admin-menu .align-center ul ul {
  text-align: left;
}
#admin-menu .align-center > ul > li {
  display: inline-block;
  float: none;
}
#admin-menu .align-right > ul > li {
  float: right;
}
#admin-menu .align-right ul ul {
  text-align: right;
}
#admin-menu > ul > li {
  float: left;
}
#admin-menu > ul > li > a {
  padding: 12px 10px;
  min-width: 110px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#admin-menu > ul > li:hover > a,
#admin-menu > ul > li > a:hover,
#admin-menu > ul > li.active > a {
  color: #a9aab7;
}
#admin-menu > ul > li.has-sub > a {
  padding-right: 40px;
}
#admin-menu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #434450;
  background: -webkit-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: -ms-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: -moz-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: -o-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: linear-gradient(to bottom, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  /*    box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb; */
  box-shadow: inset 0 -1px 1px #8d8fa0, inset 0 2px 1px #292a3d;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#admin-menu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#admin-menu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 25.5px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #8d8fa0;
  z-index: 99;
}
#admin-menu ul > li.has-sub:hover > a:before {
  border-top-color: #292a3d;
  /* #19799f; */
}
#admin-menu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#admin-menu ul > li > ul {
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  -o-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
#admin-menu > ul > li > ul {
  top: 49px;
  padding-top: 8px;
  border-radius: 5px;
}
#admin-menu > ul > li:hover > ul {
  left: auto;
  top: 29px;
  opacity: 1;
  z-index: 2;
}
#admin-menu .align-right > ul > li:hover > ul {
  right: 0;
}
#admin-menu ul ul ul {
  top: 40px;
  z-index: 2;
}
#admin-menu ul ul > li:hover > ul {
  top: 0;
  left: 90%;
  padding-left: 10px;
  opacity: 1;
}
#admin-menu .align-right ul ul > li:hover > ul {
  left: auto;
  right: 90%;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#admin-menu ul ul li a {
  min-width: 150px;
  white-space: nowrap;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #434450;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#admin-menu ul ul li:hover > a,
#admin-menu ul ul li > a:hover,
#admin-menu ul ul li.active > a {
  color: #a9aab7;
}
#admin-menu ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #7f8194;
}
#admin-menu ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /*    box-shadow: inset 0 -3px 0 #27a9de, inset 0 -3px 3px #1f9acc, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13); */
  box-shadow: inset 0 -3px 0 #33354c, inset 0 -3px 3px #292a3d, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
#admin-menu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #434450;
  background: -webkit-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: -ms-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: -moz-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: -o-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  background: linear-gradient(to bottom, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
  /*    box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb; */
  box-shadow: inset 0 -1px 1px #8d8fa0, inset 0 2px 1px #292a3d;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#admin-menu .align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#admin-menu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#admin-menu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#admin-menu .align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#admin-menu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #292a3d;
}
#admin-menu .align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #292a3d;
}
@media (max-width: 768px) {
  #admin-menu {
    width: 100%;
  }
  #admin-menu ul,
  #admin-menu ul ul,
  #admin-menu ul ul ul,
  #admin-menu > ul,
  #admin-menu .align-center > ul,
  #admin-menu > ul > li > ul,
  #admin-menu > ul > li:hover > ul,
  #admin-menu ul ul li:hover > ul,
  #admin-menu ul ul ul li:hover > ul,
  #admin-menu .align-right ul ul,
  #admin-menu .align-right ul ul li:hover > ul,
  #admin-menu .align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #admin-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #admin-menu > ul > li > a,
  #admin-menu ul ul li a,
  #admin-menu ul ul li:first-child > a,
  #admin-menu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #admin-menu ul li a {
    padding-left: 12.5px;
  }
  #admin-menu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #admin-menu ul ul ul li a {
    padding-left: 42.5px;
  }
  #admin-menu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #admin-menu > ul > li.has-sub > a:after,
  #admin-menu > ul > li.has-sub > a:before,
  #admin-menu ul ul li.has-sub > a:after,
  #admin-menu ul ul li.has-sub > a:before {
    display: none;
  }
  #admin-menu #menu-button {
    position: relative;
    display: block;
    padding: 20px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 13px;
    color: #b3b3b3;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #admin-menu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  #admin-menu ul ul .submenu-button {
    height: 41px;
  }
  #admin-menu ul .submenu-button:after,
  #admin-menu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #434450;
    background: -webkit-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
    background: -ms-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
    background: -moz-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
    background: -o-linear-gradient(top, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
    background: linear-gradient(to bottom, #5d5f6f 0%, #4f505e 25%, #393b55 50%, #5d5f6f 75%, #4f505e 100%);
    /*      box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb; */
    box-shadow: inset 0 -1px 1px #8d8fa0, inset 0 2px 1px #292a3d;
    background-size: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #admin-menu ul .submenu-button.submenu-opened:after,
  #admin-menu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #admin-menu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #admin-menu #menu-button:before,
  #admin-menu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #8d8fa0;
    z-index: 99;
  }
  #admin-menu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #admin-menu #menu-button.menu-opened:before,
  #admin-menu .submenu-button.submenu-opened:before {
    border-top-color: #292a3d;
    /* #19799f; */
  }
}

#above-header {
  background-color: #575755;
}

@media (max-width: 768px) {
  #admin-menu {
    margin-left: 0px;
  }
  #admin-menu #menu-button {
    padding-top: 40px;
    padding-right: 80px;
    text-align: right;
  }
  #admin-menu > ul > li.has-sub > a {
    padding-right: 80px;
  }
  #admin-menu ul li a {
    padding: 22px 10px;
    padding-right: 80px;
    text-align: right;
  }
  #admin-menu ul ul li a {
    padding-right: 80px;
  }
}
body.claimlab div.inline-menu {
  background-color: transparent;
  background: transparent;
  border-top: none;
  border-bottom: none;
  height: auto;
  margin-left: 0px;
}
body.claimlab div.inline-menu ul {
  margin-left: 0px;
}
body.claimlab div.inline-menu ul li {
  padding: 0px 4px 2px 0px;
}
body.claimlab div.inline-menu ul li a {
  white-space: nowrap;
  font-size: 16px;
  padding: 6px 20px;
  color: #444444;
  border-radius: 4px;
  background-color: #f1f7fe;
  border: none;
}
body.claimlab div.inline-menu ul li a:hover {
  color: #3a3a3a;
  border: none;
  background-color: #deecfd;
  background: #deecfd;
}
body.claimlab div.inline-menu ul li.active-path > a {
  border: none;
  background-color: #deecfd;
  background: #deecfd;
}

h2.package-menu {
  font-size: 18px;
  margin: 8px 0 8px 0;
}

h2.package-product-menu {
  font-size: 16px;
  margin: 8px 0 8px 0;
}

h2.report-sections-menu {
  font-size: 14px;
  margin: 8px 0 8px 0;
}

div.listreport .listview li.low-risk {
  background-color: #00cc00;
}
div.listreport .listview li.med-risk {
  background-color: #ffcc00;
}
div.listreport .listview li.high-risk {
  background-color: #ff6666;
}
div.listreport .listview li.bullet {
  font-size: 26px;
  text-align: center;
  color: #006600;
}

.mi-page {
  min-height: 100vh;
  background-color: #333333;
  /* hmm, perhaps don't want the footer when in parts of assessment */
}
.mi-page #page {
  background-color: #ffffff;
}
.mi-page .col-lg-2, .mi-page .col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.mi-page footer {
  clear: both;
  overflow: hidden;
  color: #ffffff;
  padding: 50px 0 40px;
  background-color: #091932;
}
.mi-page footer a.logo {
  position: static;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  padding: 0;
}
.mi-page footer a.logo img {
  width: 100%;
  height: auto;
}
.mi-page footer .pull-left {
  float: left;
}
.mi-page footer .upper-footer .pull-left p {
  opacity: 0.5;
  max-width: 250px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 25px;
  margin-right: 30px;
}
.mi-page footer h5 {
  color: #fff;
  text-align: left;
  font-size: 14px;
}
.mi-page footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mi-page footer ul li a {
  color: #fff;
  opacity: 0.4;
  text-align: left;
  line-height: 2;
  font-size: 14px;
  text-decoration: none;
}
.mi-page footer ul li a:hover {
  text-decoration: underline;
  opacity: 0.75;
}
.mi-page footer .lower-footer {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 40px;
}
.mi-page footer .lower-footer .legal p {
  opacity: 0.4;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  margin-right: 25px;
  text-align: center;
}
.mi-page footer .lower-footer a {
  color: #fff;
  line-height: 2;
  font-size: 14px;
  text-decoration: none;
}
.mi-page footer .lower-footer a:hover {
  text-decoration: underline;
  opacity: 0.75;
}
@media (max-width: 960px) {
  .mi-page footer a.logo {
    width: 64px;
  }
  .mi-page footer .upper-footer .pull-left {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .mi-page footer .upper-footer .pull-left p {
    margin: 0 auto;
    text-align: center;
  }
  .mi-page footer .upper-footer h5 {
    text-align: center;
  }
  .mi-page footer .upper-footer li {
    text-align: center;
  }
  .mi-page footer .upper-footer li a {
    text-align: center;
    line-height: 48px;
  }
  .mi-page footer .lower-footer {
    text-align: center;
  }
}
@media (max-width: 1170px) and (min-width: 960px) {
  .mi-page footer footer .container {
    width: 100%;
    padding: 0 30px;
  }
}
.mi-page footer .container {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .mi-page footer .container {
    width: 750px;
  }
  .mi-page footer .container .col-lg-2, .mi-page footer .container .col-lg-3 {
    float: left;
  }
}
@media (min-width: 992px) {
  .mi-page footer .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .mi-page footer .container {
    width: 1170px;
  }
  .mi-page footer .col-lg-3 {
    width: 25%;
  }
  .mi-page footer .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
.mi-page .greyed {
  background-color: #ddd;
}

footer#mi-footer {
  display: none;
}

.mi-page footer#main-footer {
  display: none;
}

.mi-page.cover-page {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205690+0,0c1937+100 */
  background: #205690;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #205690 0%, #0c1937 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #205690 0%, #0c1937 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #205690 0%, #0c1937 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205690', endColorstr='#0c1937', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.mi-page.cover-page h1, .mi-page.cover-page h2, .mi-page.cover-page h3 {
  color: #fff;
  text-align: center;
}
.mi-page.cover-page h2 {
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
  margin: 12px auto 50px auto;
  max-width: 600px;
}
.mi-page.cover-page h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.mi-page.cover-page #page {
  background-color: rgba(0, 0, 0, 0.35);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.mi-page.cover-page .page-inner {
  width: 420px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2em;
}
.mi-page.cover-page .page-inner h1 {
  font-size: 48px;
}

.cover-page-variation1 #page {
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
  width: 100%;
  display: table;
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.cover-page-variation1 #page .messages, .cover-page-variation1 #page .error, .cover-page-variation1 #page .warn, .cover-page-variation1 #page .log {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.cover-page-variation1 #page #content {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
.cover-page-variation1 #page #below-content {
  width: auto;
}

body.page-landing.mi-page #page {
  background-color: #e8e8e8;
}
body.page-landing.mi-page #page > #content {
  padding: 64px 16px;
  max-width: 660px;
  margin: 0 auto;
}
body.page-landing.mi-page #page > #content h1 {
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

body.mi-page.page-landing.page-landing-complete {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205690+0,0c1937+100 */
  background: #205690;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #205690 0%, #0c1937 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #205690 0%, #0c1937 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #205690 0%, #0c1937 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205690', endColorstr='#0c1937', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
body.mi-page.page-landing.page-landing-complete h1, body.mi-page.page-landing.page-landing-complete h2, body.mi-page.page-landing.page-landing-complete h3 {
  color: #fff;
  text-align: center;
}
body.mi-page.page-landing.page-landing-complete h2 {
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
  margin: 12px auto 50px auto;
  max-width: 600px;
}
body.mi-page.page-landing.page-landing-complete h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
body.mi-page.page-landing.page-landing-complete #page {
  background-color: rgba(0, 0, 0, 0.35);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
body.mi-page.page-landing.page-landing-complete .page-inner {
  width: 420px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2em;
}
body.mi-page.page-landing.page-landing-complete .page-inner h1 {
  font-size: 48px;
}
body.mi-page.page-landing.page-landing-complete #page {
  padding-bottom: 32px;
}
body.mi-page.page-landing.page-landing-complete #page > #content {
  padding: 32px 16px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2em;
}
body.mi-page.page-landing.page-landing-complete #page > #content a {
  color: #0099C4;
}
body.mi-page.page-landing.page-landing-complete #page > #content h1 {
  font-size: 48px;
}
body.mi-page.page-landing.page-landing-complete #page > #content div.mi-page-block-footer {
  padding: 20px;
  border-radius: 10px;
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eeeeee, #cccccc);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
  /* IE6-9 */
  color: #333333;
}
body.mi-page.page-landing.page-landing-complete #page > #content div.mi-page-block-footer a {
  color: #273140;
}

.logged-in #langsel {
  position: absolute;
  top: 2px;
  left: 0px;
}
@media (max-width: 960px) {
  .logged-in #langsel {
    left: 40px;
  }
}

.not-logged-in #langsel {
  position: absolute;
  top: 10px;
  right: 0px;
}

div.append-container div.append-noscroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
