/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }


textarea:focus, input:focus {
    outline: 0;
}


.pulse {
    color: #fff;
    border-radius: 3px;
    animation: shadow-pulse 0.8s 3;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

@charset "UTF-8";
.breadcrumbs {
  display: inline-block;
  float: right;
  margin-top: 18px;
  margin-bottom: 12px;
  margin-right: 23px;
  box-shadow: 0px 1px 5px 1px grey; }
  .breadcrumbs.group-1 {
    width: 750px; }
  .breadcrumbs.group-2 {
    width: 375px; }
  .breadcrumbs .group-2:first-of-type p {
    margin-top: 0px; }
  .breadcrumbs .breadcrumb {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 125px;
    height: 57PX;
    text-align: center;
    font-size: 12px;
    position: relative;
    color: #009ee2;
    background-color: #009ee2; }
    .breadcrumbs .breadcrumb a {
      text-decoration: none; }
    .breadcrumbs .breadcrumb span p {
      font-size: 14px;
      font-weight: bold;
      margin-left: 20px; }
    .breadcrumbs .breadcrumb:before {
      top: -213px;
      content: '';
      position: absolute; }
    .breadcrumbs .breadcrumb:not(:first-child):before {
      border-left: 20PX solid transparent;
      border-right: 20PX solid transparent;
      border-top: 20PX solid transparent;
      border-bottom: 20PX solid transparent;
      height: 8PX;
      width: 8PX;
      right: 105px;
      top: 5px;
      display: block;
      transform: rotate(-45deg);
      z-index: 0;
      box-shadow: 0px 1px 5px 1px grey;
      position: absolute;
      padding: 0px;
      border-radius: 5000px 0 0 0; }
  .breadcrumbs .breadcrumb:last-of-type p {
    margin-left: 22px; }
  .breadcrumbs .completed-breadcrumb {
    background: #009ee2; }
    .breadcrumbs .completed-breadcrumb p {
      color: #fff; }
    .breadcrumbs .completed-breadcrumb:before {
      background: #009ee2; }
    .breadcrumbs .completed-breadcrumb a {
      color: white;
      text-decoration: none; }
  .breadcrumbs .completed-breadcrumb-blue {
    background: #009ee2; }
    .breadcrumbs .completed-breadcrumb-blue p {
      color: #fff; }
    .breadcrumbs .completed-breadcrumb-blue:before {
      background: #183a65; }
    .breadcrumbs .completed-breadcrumb-blue a {
      color: white;
      text-decoration: none; }
  .breadcrumbs .current-breadcrumb {
    background: #183a65; }
    .breadcrumbs .current-breadcrumb a {
      color: white;
      text-decoration: none; }
    .breadcrumbs .current-breadcrumb:before {
      background: #009ee2; }
  .breadcrumbs .unselected-breadcrumb {
    background: white;
    color: #009ee2; }
    .breadcrumbs .unselected-breadcrumb p {
      color: #009ee2; }
    .breadcrumbs .unselected-breadcrumb:not(:nth-child(2)):before {
      background: white; }
    .breadcrumbs .unselected-breadcrumb:not(:nth-child(3)) {
      background: white; }
  .breadcrumbs .first-unselected-breadcrumb-blue {
    background: white; }
    .breadcrumbs .first-unselected-breadcrumb-blue p {
      color: #009ee2; }
    .breadcrumbs .first-unselected-breadcrumb-blue:before {
      background: #183a65; }
  .breadcrumbs .first-unselected-breadcrumb {
    background: white; }
    .breadcrumbs .first-unselected-breadcrumb p {
      color: #009ee2; }
    .breadcrumbs .first-unselected-breadcrumb:before {
      background: #009ee2; }

.mobile-arrows {
  display: none; }

.inactive-breadcrumb {
  cursor: default;
  pointer-events: none; }

@media (max-width: 999PX) {
  .desktop-arrows {
    display: none; }
  .breadcrumbs-current {
    color: #183a65; }
    .breadcrumbs-current:hover {
      color: #040b13; }
  .breadcrumbs-completed {
    color: #009ee2; }
    .breadcrumbs-completed:hover {
      color: #00577c; }
  .breadcrumbs-incomplete {
    color: #b1b1b1; }
    .breadcrumbs-incomplete:hover {
      color: #7e7e7e; }
  .mobile-arrows {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    display: block; }
    .mobile-arrows a {
      text-decoration: none; }
      .mobile-arrows a h3 {
        font-size: 2.9vw;
        display: inline !important; } }
    @media (max-width: 999PX) and (max-width: 480px) {
      .mobile-arrows a h3 {
        font-size: 3.1vw;
        display: inline !important; } }

@media (max-width: 999PX) {
    .mobile-arrows a + a:before {
      font-size: 1.5vw;
      content: '\25b6';
      position: relative;
      bottom: .3em;
      color: #183a65; } }

/* TO USE THIS WRAP <SELECT/> in <span class="custom-dropdown"> */
/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem; }

/* The underlying select element*/
.custom-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #b1b1b1;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px; }

.custom-dropdown select::-ms-expand {
  display: none; }

.custom-dropdown:before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  content: "";
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15); }

/*arrow */
.custom-dropdown:after {
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  pointer-events: none;
  content: "\25BC";
  height: 2em;
  font-size: .75em;
  line-height: 1;
  right: 1em;
  top: 50%;
  margin-top: -.5em; }

/*******************mobile styles*/
/* Custom dropdown */
.custom-mobile-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem; }

/* The underlying select element*/
.custom-mobile-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #b1b1b1;
  color: #fff;
  font-size: 13px;
  padding: .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px; }

.custom-mobile-dropdown select::-ms-expand {
  display: none; }

.custom-mobile-dropdown:before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  content: "";
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.15); }

/*arrow */
.custom-mobile-dropdown:after {
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  pointer-events: none;
  content: "\25BC";
  height: 2em;
  font-size: 13px;
  line-height: 1;
  right: 1em;
  top: 50%;
  margin-top: -.5em; }

.login-title {
  margin-top: 20px;
  text-align: center;
  font-size: 2em; }

.blue-container, .blue-container-registration {
  margin: auto;
  position: relative;
  background: rgba(16, 63, 107, 0.9);
  padding: 15px 20px 25px 30px;
  margin-top: 10px;
  width: 500px; }
  @media only screen and (max-width: 470px) {
    .blue-container, .blue-container-registration {
      width: 70%; }
      .blue-container input .u-full-width, .blue-container-registration input .u-full-width {
        width: 100%; } }
  .blue-container label, .blue-container-registration label {
    color: white;
    font-weight: bold; }
  .blue-container p, .blue-container-registration p {
    color: white; }

.blue-container-registration {
  width: 35%;
  margin: auto; }

.slider-container {
  overflow-x: hidden;
  display: block;
  z-index: 100;
  position: absolute;
  pointer-events: none; }

.slider {
  font-size: 20px;
  background-color: #183a65;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70px;
  height: 100px;
  left: 100%;
  float: right;
  margin-right: -35px;
  margin-top: 150px;
  z-index: 100;
  pointer-events: auto; }

.slider:hover {
  background-color: #183a65;
  color: #009ee2; }

.slider-icon {
  color: white; }
  .slider-icon:hover {
    color: #009ee2; }

.next, .previous {
  margin-top: 50%; }

.next {
  float: left;
  margin-left: 6px; }

.previous {
  float: right;
  margin-right: 9px; }

@media (max-width: 1000px) {
  .slider-container {
    width: 100%; } }

@media (max-width: 650px) {
  .next {
    left: 95%; }
  .previous {
    right: 95%; } }

@media (max-width: 550px) {
  .next {
    left: 94%; }
  .previous {
    right: 94%; } }

@media (max-width: 450px) {
  .next {
    left: 93%; }
  .previous {
    right: 93%; } }

@media (max-width: 350px) {
  .next {
    left: 89%; }
  .previous {
    right: 89%; } }

.cookie-dialog {
  background: #183a65;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 15px;
  clear: both; }

.cookie-container {
  width: 100%;
  margin: 0 auto;
  color: #fff; }

.cookie-container h1 {
  font-size: 1.12em;
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-weight: bold; }

.cookie-container p {
  font-size: 12px;
  margin: 0;
  color: #fff; }

.cookie-left {
  float: left; }

.cookie-right {
  float: right;
  margin-top: 7px; }

#cookie-info, cookie-info-2 {
  display: none;
  margin-top: 10px; }

@media (max-width: 999px) {
  .cookie-dialog {
    opacity: 1; } }

.cookie-notice-container {
  background: #FFF;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  padding: 20px; }
  .cookie-notice-container h1 {
    color: #183a65;
    font-size: 40px; }
  .cookie-notice-container h3 {
    font-size: 25px; }
  .cookie-notice-container p {
    font-size: 17px; }
  .cookie-notice-container th {
    color: #183a65;
    font-size: 20px; }
  .cookie-notice-container li {
    font-size: 17px; }
  .cookie-notice-container tr {
    font-size: 17px; }

.login-cookie-link {
  position: fixed;
  right: 2rem;
  bottom: 1rem; }
  .login-cookie-link a {
    font-size: 15px;
    text-decoration: underline; }

.tableWithSpace td, th {
  padding: 10px; }

.tableWithSpace-name {
  width: 20%; }

.tableWithSpace-details {
  width: 60%; }

.tableWithSpace-expires {
  width: 20%; }

header {
  overflow-y: auto;
  overflow-x: hidden; }

.header {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 70px;
  background: #183a65;
  padding-left: 40px;
  padding-right: 40px; }

@media (min-width: 1000px) {
  #logout {
    top: 1.3rem;
    right: 0rem; }
  #manage {
    top: 1.3rem;
    right: 5rem; }
  #myAccount {
    top: 1.3rem;
    right: 2.5rem; }
  .header-text {
    font-size: 1.2rem;
    position: absolute;
    right: 7.5rem;
    display: inline; }
  .title {
    color: white;
    font-size: 20px;
    line-height: 70px;
    display: inline; } }

@media (min-width: 354px) and (max-width: 999px) {
  .header {
    padding-left: 22px !important;
    padding-right: 22px !important; }
    .header .three {
      width: 49% !important; }
  .header-text {
    top: 1.4rem !important;
    font-size: 1.2rem;
    position: absolute;
    right: 7.5rem;
    display: inline; }
  #logout {
    top: 1.1rem !important;
    right: 0rem; }
  #manage {
    top: 1.1rem !important;
    right: 5rem; }
  #logout-symbol, #manage-symbol, #myAccount-symbol {
    top: -.4rem !important; }
  #myAccount {
    top: 1.1rem !important;
    right: 2.5rem; } }

@media (max-width: 390px) {
  .header {
    padding-left: 22px !important;
    padding-right: 22px !important; }
  .header-text {
    top: 1.6rem !important;
    font-size: 1rem;
    position: absolute;
    right: 6.2rem;
    display: inline; }
  #logout {
    top: 1.1rem !important;
    right: 0rem; }
  #manage {
    top: 1.1rem !important;
    right: 2rem; }
  #myAccount {
    top: 1.1rem !important;
    right: 4rem; }
  #logout-symbol, #manage-symbol, #myAccount-symbol {
    top: -.4rem !important; } }

@media (max-width: 321px) {
  header-text {
    font-size: 0.8rem; } }

.header label {
  color: #FFF;
  font-size: 1.2rem; }

.logo {
  min-width: 140px;
  float: left; }

.logo img {
  padding-top: 15px;
  width: 100px;
  height: auto; }

#logout, #manage, #myAccount {
  background-color: #009ee2;
  border-radius: 100px;
  padding-top: 6px;
  float: right;
  position: absolute;
  width: 30px;
  height: 24px; }
  #logout:hover, #manage:hover, #myAccount:hover {
    background-color: #008cc9; }

#logout-symbol, #manage-symbol, #myAccount-symbol {
  color: white;
  padding: 8px 7px;
  position: relative;
  top: -25px;
  left: -1px; }

.chart {
  height: 300px;
  margin-left: 60px;
  margin-top: 40px;
  background: url("https://www.mathsisfun.com/data/images/bar-graph-fruit.svg") no-repeat; }

.ui-widget-overlay {
  background-color: black; }

.ui-dialog {
  border-radius: 5px;
  box-shadow: none;
  color: white;
  min-width: 350px;
  max-width: 800px; }
  .ui-dialog label {
    font-size: 1em;
    color: white;
    font-weight: bold; }
  .ui-dialog p {
    color: white; }
  .ui-dialog input {
    width: 100%; }

#dialog {
  background-color: #183a65; }

.ui-widget-content {
  border: none;
  background-color: transparent; }

.ui-widget-header {
  border: none;
  background-color: #183a65;
  text-align: center; }

.ui-dialog .ui-dialog-title {
  width: 100%; }

.ui-dialog-title {
  font-size: 1.2em;
  font-weight: bold; }

.ui-dialog-titlebar-close {
  background-color: #183a65;
  border: none; }

.ui-dialog-divbox {
  /*.ul-dialog {
        width: 200px;
    }*/ }
  .ui-dialog-divbox p {
    color: black; }
  .ui-dialog-divbox ol {
    font-size: 14px; }
  .ui-dialog-divbox li {
    padding-bottom: 10px;
    color: black; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  display: none; }

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .toggle {
  background-color: #009ee2; }

input:focus + .toggle {
  box-shadow: 0 0 1px #009ee2; }

input:checked + .toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded toggles */
.toggle.round {
  border-radius: 5px; }

.toggle.round:before {
  border-radius: 50%; }

.input-number {
  width: calc(100% - 74px);
  vertical-align: top;
  text-align: center;
  outline: none; }

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 38px;
  user-select: none; }

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 37px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px; }
  .input-number-decrement:active,
  .input-number-increment:active {
    background: #ddd; }

/*

    Taken from: https://osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly

*/
#tooltip {
  text-align: center;
  color: #fff;
  background: #009ee2;
  position: absolute;
  z-index: 100;
  padding: 15px; }

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009ee2;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px; }

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #009ee2;
  top: -20px;
  bottom: auto; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0; }

.fa-info-circle {
  color: #183a65; }

.fa-exclamation-triangle {
  color: #b71735 !important; }

.tooltip-label {
  padding-left: 5px; }

.tooltip-toggle {
  padding-left: 79px; }

.fa-info-circle.blue-light {
  color: #009ee2; }

.assumptions ul {
  display: table;
  border-spacing: 5px; }

.assumptions ul li {
  padding-right: 10px;
  display: table-row;
  /*border-spacing:5px;*/ }

.assumptions ul > li::before {
  display: table-cell;
  text-align: right; }

.assumptions h1 {
  color: #183a65; }

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("/../../fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ArialMT';
  src: url("../../fonts/ARI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: Arial; }

h1, h2, h3, h4, h5 {
  margin-bottom: 10px; }

h1 {
  color: #FFF;
  font-size: 2em; }

h2 {
  color: #183a65 !important;
  font-size: 2em;
  margin-top: 10px;
  font-weight: bold; }

h3 {
  color: #183a65;
  font-size: 1.0em;
  font-weight: bold; }

#box-one h3:before, #box-two h3:before {
  content: '\25b6';
  position: relative;
  bottom: .1em;
  color: #183a65; }

h4 {
  color: #009ee2;
  font-size: 1.12em; }

h5 {
  color: #183a65;
  font-size: .83em; }

h6 {
  font-size: .75em; }

p, ul {
  color: #444547;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px; }

a {
  color: #009ee2;
  text-decoration: underline; }
  a:visited {
    color: #009ee2; }

a .button {
  color: white;
  text-decoration: none; }

a:visited.button {
  color: white; }

.graph-label {
  color: #a9aaae;
  font-size: .75em; }

label {
  font-size: 0.93em;
  margin-top: 10px;
  color: #183a65;
  font-weight: bold;
  margin-bottom: 5px; }

@media (max-width: 999px) {
  h2 {
    font-size: 1.4em;
    margin-top: 0px; }
  h3 {
    font-size: 0.8em; }
  h4 {
    font-size: 0.8em;
    font-weight: bold; }
  label {
    font-size: 0.9em; }
  input, select {
    margin-bottom: 0.5em; } }

.center {
  text-align: center; }

.bold {
  font-weight: 600; }

.white {
  color: white !important; }

.fa-blue {
  color: #009ee2; }

.fa-blue-dark {
  color: #183a65; }

.italic {
  font-style: italic; }

.accordion .accordion-icon {
  margin-left: 10px; }

.accordion .accordion-title p, .accordion .accordion-title h1, .accordion .accordion-title h2, .accordion .accordion-title h3, .accordion .accordion-title h4, .accordion .accordion-title h5, .accordion .accordion-title text {
  display: inline; }

.accordion .accordion-content {
  display: none; }

.message {
  z-index: 3;
  position: fixed !important;
  bottom: 11px;
  left: 10px;
  right: 10px;
  list-style: none; }

.success-message p {
  margin: 0; }

.success-message {
  background: #34ad70 !important;
  color: #FFF; }
  .success-message p {
    color: #FFF; }

.error-message {
  background: #b71735 !important;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px; }
  .error-message p {
    color: #FFF; }

.warning-message {
  background: #fff1ba;
  color: #8a6d3b; }

.close-message:hover {
  cursor: pointer;
  opacity: 0.8; }

.tab-button {
  background-color: #183a65; }
  .tab-button.is-active {
    background-color: #009ee2; }

.nav > li {
  position: relative;
  display: inline-block;
  text-align: center; }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none !important; }
    .nav > li > a:hover {
      text-decoration: none;
      background-color: #eee;
      cursor: pointer; }
  .nav > li.is-active {
    pointer-events: none; }
    .nav > li.is-active > a {
      position: relative;
      display: block;
      padding: 10px 15px;
      text-decoration: none !important;
      border-bottom: none !important; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #009ee2;
  cursor: pointer; }

.nav-tabs {
  border-bottom: 2px solid #009ee2; }
  .nav-tabsul li.is-active {
    position: relative;
    pointer-events: none; }
    .nav-tabsul li.is-active > a:hover {
      border-color: #eee #eee #ddd; }
    .nav-tabsul li.is-active:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0; }
  .nav-tabs > li::before {
    content: none !important; }
  .nav-tabs > li > a {
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd !important;
    color: #FFFFFF; }
  .nav-tabs > li.is-active > a {
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0; }
  .nav-tabs > li.is-active > a, .nav-tabs .nav-tabs > li.is-active > a:hover, .nav-tabs .nav-tabs > li.is-active > a:focus {
    color: #FFFFFF;
    cursor: default;
    border-bottom-color: transparent; }

.tabbing .tab-content {
  display: none;
  padding: 1rem 0.5rem 0.5rem 0.5rem; }
  .tabbing .tab-content.is-active {
    display: block; }

.padding-top-sm {
  padding-top: 1rem !important; }

.padding-top-md {
  padding-top: 2rem !important; }

.padding-top-lg {
  padding-top: 3rem !important; }

.padding-top-xl {
  padding-top: 5rem !important; }

.padding-bottom-sm {
  padding-bottom: 1rem !important; }

.padding-bottom-md {
  padding-bottom: 2rem !important; }

.padding-bottom-lg {
  padding-bottom: 3rem !important; }

.padding-bottom-xl {
  margin-bottom: 5rem !important; }

.padding-right-sm {
  padding-right: 1rem !important; }

.padding-right-md {
  padding-right: 2rem !important; }

.padding-right-lg {
  padding-right: 3rem !important; }

.padding-left-sm {
  padding-left: 1rem !important; }

.padding-left-md {
  padding-left: 2rem !important; }

.padding-left-lg {
  padding-left: 3rem !important; }

.margin-top-sm {
  margin-top: 1rem !important; }

.margin-top-md {
  margin-top: 2rem !important; }

.margin-top-lg {
  margin-top: 3rem !important; }

.margin-top-xl {
  margin-top: 5rem !important; }

.margin-bottom-sm {
  margin-bottom: 1rem !important; }

.margin-bottom-md {
  margin-bottom: 2rem !important; }

.margin-bottom-lg {
  margin-bottom: 3rem !important; }

.margin-bottom-xl {
  margin-bottom: 5rem !important; }

.js-is-hidden {
  display: none; }

.js-is-active {
  display: block; }

#ui-datepicker-div {
  border: 1px solid #183a65; }

.ui-datepicker-header {
  color: #000000 !important; }

.ui-datepicker {
  background-color: #FFFFFF !important; }

@media only screen and (max-width: 769px) {
  /* Force table to not be like tables anymore */
  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block; }
  .responsive-table td {
    border-bottom: 0 !important; }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .responsive-table tr {
    border: 1px solid #183a65;
    margin-bottom: 10px; }
  .responsive-table td {
    /* Behave  like a "row" */
    position: relative;
    padding-left: 50% !important;
    text-align: left !important;
    word-wrap: break-word; }
  .responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    color: #0a0a0a !important;
    border-bottom: 0 !important;
    word-wrap: break-word; }
  /*
	Label the data
	*/
  .responsive-table td:before {
    content: attr(data-title);
    word-wrap: break-word; }
  .responsive-table .parent-row {
    border: 2px solid #183a65 !important;
    padding: none !important; }
  .responsive-table .empty-no-display-mobile {
    display: none; }
  .responsive-table {
    table-layout: fixed; } }

.ui-widget-header {
  background: #003f72;
  color: #fff; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../img/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../../img/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../../img/ui-icons_777777_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../../img/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../../img/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../../img/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../img/ui-icons_cc0000_256x240.png"); }

/* Overlays */
.ui-widget-overlay {
  background: #111; }

.fa {
  margin-right: 0.2rem; }

.css-validation-error {
  background: #b71735 !important;
  color: #FFF;
  padding-top: 6px;
  padding-bottom: 6px; }

.validation-row {
  margin-bottom: 1rem; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1 0 auto; }

header {
  flex-shrink: 0; }

footer {
  flex-shrink: 0;
  background: white;
  padding: 2rem;
  box-shadow: 0px 3px 7px 0px;
  color: #b1b1b1; }

html {
  height: 100%; }

p {
  margin-bottom: 10px; }

.remove-chrome-focus {
  outline-width: 0px; }

.mobile-top-buttons {
  width: 45%;
  margin: 20px; }

body {
  background-image: url(../../img/Background2000.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 100%; }

.box {
  background: #FFF;
  margin-bottom: 5px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  padding: 20px; }

.box-one-center {
  margin: auto !important; }

.desktop-button-centered {
  margin: auto !important; }

.invisible-box-container {
  padding: 10px; }

.invisible-box-container-center .desktop-button {
  margin-left: 54px;
  margin-right: 54px; }

.desktop-title {
  padding: 33px 0px 0px 23px;
  float: left; }

.left {
  float: left; }

.right {
  float: right; }

.mobile-button {
  margin-top: 1em; }

.mobile-button {
  position: relative; }

.mobile-button a {
  padding: 0 10px !important;
  font-size: 13px !important;
  letter-spacing: normal;
  margin-bottom: 8px !important; }

.mobile-button-next {
  padding: 0 10px !important;
  font-size: 13px !important;
  line-height: 30px !important;
  height: 30px !important;
  letter-spacing: normal;
  margin-bottom: 8px !important;
  margin-top: 0px !important; }

.mobile-button-right {
  float: right;
  width: 48%; }

.mobile-button-left {
  float: left;
  width: 48%; }

.desktop-button {
  padding-bottom: 3px;
  margin-left: 13px;
  margin-right: 13px; }

#box-row {
  display: flex; }

#box-one, #box-two {
  height: calc(100% - 40px); }

.js-statement-year-warning, .salarywarning {
  display: none; }

label.salarywarning, label.js-statement-year-warning {
  color: red;
  margin-bottom: 15px;
  display: block; }

@media (min-width: 1000px) {
  .panel {
    width: 50% !important; }
  #panel-two {
    margin-left: 1%;
    margin-right: 1%; }
  #panel-one {
    margin-left: 1%; }
  .no-padding-right {
    padding-right: 0px !important; }
  .no-padding-left {
    padding-left: 0px !important; } }

.half {
  width: 48%; }

.is-hidden {
  display: none; }

@media only screen and (max-width: 550px) {
  .half {
    width: 100%; } }

.mobile-title,
.mobile-button,
.slider {
  display: none; }

#panel-one,
#panel-two {
  display: block; }

@media (max-width: 999PX) {
  .absolute-mobile-and-tablet {
    position: absolute; }
  .mobile-button,
  .mobile-title,
  .slider {
    display: block; }
  .desktop-title,
  .desktop-button,
  #panel-two {
    display: none; }
  .invisible-box-container {
    padding: 30px; }
  body {
    background-image: url(../../img/Background1000.jpg); } }

@media only screen and (max-width: 1200px) {
  .desktop-title,
  #panel-two {
    display: none; } }

ul {
  list-style: none; }

li::before {
  padding-right: 10px;
  content: "•";
  color: #009ee2; }

.mobile-button a:hover, .desktop-button a:hover {
  color: white !important; }

.button {
  border-radius: 5px;
  padding: 0px 15px;
  color: white;
  font-size: 12px; }

.button-green {
  background-color: #34ad70;
  border-color: #34ad70; }
  .button-green:hover {
    background-color: #1c5f3d; }

.cookie-prompt-button {
  width: 100%;
  font-weight: bold; }

.button-amber {
  background-color: #f9b03c;
  border-color: #f9b03c; }
  .button-amber:hover {
    background-color: #c97e06; }

.button-red {
  background-color: #b71735;
  border-color: #b71735; }
  .button-red:hover {
    color: white;
    background-color: #5c0c1b; }

.button-blue {
  background-color: #009ee2;
  border-color: #009ee2; }
  .button-blue:hover {
    background-color: #00577c; }

.button-dark-blue {
  background-color: #183a65;
  border-color: #183a65; }
  .button-dark-blue:hover {
    background-color: #040b13; }

.button-grey {
  background-color: #b1b1b1;
  border-color: #b1b1b1; }
  .button-grey:hover {
    background-color: #7e7e7e; }

.button-white {
  background-color: white;
  color: black !important;
  box-shadow: inset 0px -1px 2px 0px lightgrey; }

.update-chart:disabled,
.update-chart.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #ccc;
  color: #666; }

.update-chart[disabled],
.update-chart[data-disable-on-click][disabled] {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #ccc;
  color: #666; }

input, select {
  border-radius: 5px; }

.align-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

input[type="text"]:disabled {
  background: #F5F5F5;
  color: #A1A1A1; }

input[type="checkbox"] + label::after {
  content: ' ';
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #009ee2;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -65px;
  background: #009ee2;
  transition: all 0.3s ease-in; }

input[type="checkbox"]:checked + label::after {
  left: -40px;
  transition: all 0.3s ease-in; }

.diagram {
  text-align: center; }
  .diagram img {
    width: 45%; }

.error-box {
  margin: 100px; }

.invalid {
  border: 1px solid red !important; }
  .invalid:focus {
    border: 1px solid red !important; }

.more-info-text p {
  margin-top: 0px; }

.more-info-text hr {
  margin: 0px;
  margin-bottom: 2em; }

#spinner {
  height: 32px;
  width: 32px;
  background-image: url(../../img/spinner-32.gif);
  float: right;
  position: relative;
  top: 5px;
  z-index: 100;
  right: 18px;
  display: none; }

.assumptions-link p {
  margin-top: 0px; }
  .assumptions-link p a {
    font-size: inherit !important;
    padding: inherit !important; }
    .assumptions-link p a:hover {
      color: grey !important; }

.hide {
  display: none !important; }

.spacer {
  margin-bottom: 2.5rem; }

ul li ul {
  margin-left: 2.5rem; }

.ui-accordion-header.ui-state-active {
  background-color: #009ee2;
  border-color: #222; }

.modelstate-error-list li {
  color: #FFF;
  margin: 0.5rem 0;
  padding: 10px 0; }
  .modelstate-error-list li:before {
    content: ""; }

.middle-vertical-align {
  vertical-align: middle !important; }

.padding-bottom-sm {
  padding-bottom: 5px; }

.copy:hover {
  cursor: pointer; }

.has-padding-sm {
  padding: 1rem; }

.has-padding-md {
  padding: 2rem; }

.is-inline-block {
  display: inline-block !important; }

#panel-full-width {
  margin-left: 1%;
  margin-right: 1%; }

#dialog .css-assumptions-link {
  color: white; }

.pull-right {
  float: right !important; }

.width-auto {
  width: auto !important; }

#additional-message {
  display: none; }
