﻿@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("/_assets/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/_assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/_assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/_assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/_assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/_assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa:before, .claim_select__wrap:before, .form__state:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-check:before, .is--complete .form__state:before {
  content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-times-circle:before, .is--error .form__state:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-mail-forward:before, .fa-share:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-warning:before, .is--warning .form__state:before, .fa-exclamation-triangle:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-group:before, .fa-users:before {
  content: "";
}

.fa-chain:before, .fa-link:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-euro:before, .fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before, .fa-usd:before {
  content: "";
}

.fa-rupee:before, .fa-inr:before {
  content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}

.fa-won:before, .fa-krw:before {
  content: "";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.msgs__count:before, .status_bar__lbl, .status_bar__icon, .upld__remove, a:not(.cta):not(.input__submit), button:not(.cta):not(.input__submit), input, textarea, .nav__tgl, .nav__a--main:before, .frm_tip, .input__opt label:before, .input__opt, .select__opt:after, .select__dd:after, [class*=form--bord] {
  -webkit-transition-timing-function: cubic-bezier(0.675, 0.09, 0.245, 1.355);
  transition-timing-function: cubic-bezier(0.675, 0.09, 0.245, 1.355);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: var(--transition-speed);
  transition-duration: var(--transition-speed);
}

.claim_select__txt, .tbl--style2 td, .tbl--style td, .cta--hov2:after, .upld__btn, .cta_fa, .cta, .input__submit, .form__state, .select__opt, .select__dd {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: var(--transition-speed);
  transition-duration: var(--transition-speed);
  -webkit-transition-timing-function: cubic-bezier(0.655, 0.12, 0.74, 1.195);
  transition-timing-function: cubic-bezier(0.655, 0.12, 0.74, 1.195);
}

.page__intro, .row__border {
  padding: 8.3333333333vw 2.0833333333vw;
}
@media print, screen and (min-width: 48em) {
  .page__intro, .row__border {
    padding: 6.5104166667vw 1.3020833333vw;
  }
}
@media print, screen and (min-width: 57.5em) {
  .page__intro, .row__border {
    padding: 3.125rem 1.5625rem;
  }
}
@media print, screen and (min-width: 75em) {
  .page__intro, .row__border {
    padding: 5rem 1.5625rem;
  }
}

.msgs__date, .msgs__author, .row__border [class*=BS-col], .ib [class*=BS-col], .row__border, .ftr__col {
  display: inline-block;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  vertical-align: top;
}

body {
  font-weight: normal;
  color: #3B3F42;
  font-family: "Lato", Helvetica Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.47;
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  padding-top: 4.25rem;
}
@media print, screen and (min-width: 57.5em) {
  body {
    padding-top: 7.5rem;
  }
}

html {
  font-size: 0.75em;
}
@media print, screen and (min-width: 30em) {
  html {
    font-size: 0.875em;
  }
}
@media print, screen and (min-width: 48em) {
  html {
    font-size: 1em;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  position: relative;
  font-family: "Lato", Helvetica Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 500;
  color: #004A99;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
h1 small, h2 small, h3 small, h4 small, .h1 small, .h2 small, .h3 small, .h4 small {
  font-size: 0.6em;
  color: rgba(59, 63, 66, 0.5);
}
p + h1, ul + h1, ol + h1, p + h2, ul + h2, ol + h2, p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4, p + .h1, ul + .h1, ol + .h1, p + .h2, ul + .h2, ol + .h2, p + .h3, ul + .h3, ol + .h3, p + .h4, ul + .h4, ol + .h4 {
  margin-top: 1.25rem;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1.06;
  font-weight: 700;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.09;
}

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.12;
}

h4, .h4 {
  font-size: 1.3125rem;
  line-height: 1.14;
}

.section__row {
  padding-bottom: 10.4166666667vw;
  padding-top: 10.4166666667vw;
}
@media print, screen and (min-width: 48em) {
  .section__row {
    padding-bottom: 6.5104166667vw;
    padding-top: 6.5104166667vw;
  }
}
@media print, screen and (min-width: 57.5em) {
  .section__row {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
@media print, screen and (min-width: 75em) {
  .section__row {
    padding-bottom: 4.6875rem;
    padding-top: 4.6875rem;
  }
}

[class*=form--bord]:hover {
  border-width: 10px;
}

.form {
  position: relative;
}
.form__lbl {
  color: #113660;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1.1;
}
.form__lbl--intro {
  text-align: left;
  font-weight: bold;
  color: #004A99;
}
.form__lbl--intro:after {
  width: 6em;
  content: "";
  background: #004A99;
  height: 2px;
  display: block;
}
.form--white {
  background: white;
}
.form--max {
  max-width: 57.5rem;
  margin: auto;
}
.form--bord_top {
  border-top: 3px solid #113660;
}
.form__row {
  position: relative;
}
.form__row + .form__row {
  margin-top: 1.875rem;
}

::-webkit-input-placeholder {
  color: #888;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

:-moz-placeholder {
  color: #888;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

::-moz-placeholder {
  color: #888;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

:-ms-input-placeholder {
  color: #888;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

:focus::-webkit-input-placeholder {
  color: rgba(0, 74, 153, 0.5);
}

:focus:-moz-placeholder {
  color: rgba(0, 74, 153, 0.5);
}

:focus::-moz-placeholder {
  color: rgba(0, 74, 153, 0.5);
}

:focus:-ms-input-placeholder {
  color: rgba(0, 74, 153, 0.5);
}

.form__submit {
  display: inline-block;
  vertical-align: middle;
  color: white;
  background: #113660;
  padding: 0.5625rem 1.25rem;
  text-transform: uppercase;
}
.form__submit:hover {
  background: #05111f;
}

.form--padding {
  padding: 1.875rem;
}

.form__col {
  position: relative;
}

.input--table {
  border-collapse: separate;
  border-spacing: 0.625rem;
  table-layout: fixed;
}
.input--table__cell {
  display: table-cell;
  vertical-align: middle;
}
.input--table .form__lbl {
  width: 9.375rem;
}
.input--table .input__group {
  width: 50px;
  margin-right: 0.625rem;
}
.input--table .input__group:after {
  width: 0.625rem;
}

.input__group {
  position: relative;
}
.input__group + .input__group {
  margin-top: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .input__group[class*=error], .input__group[class*=warning], .input__group[class*=complete] {
    padding-right: 2.5rem;
  }
  .input__group .form__state {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .input__group.input--sml .form__state {
    right: auto;
    left: 12.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .input__group {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .input__group .input__txt, .input__group .input__submit {
    display: table-cell;
    vertical-align: middle;
  }
  .input__group .form__lbl {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 15rem;
    padding-right: 2.5rem;
  }
}

.error__row {
  color: red;
  margin-bottom: 20px;
}

.input__txt {
  width: 100%;
  color: #004A99;
  box-shadow: 0 0 0 2px #004A99;
  font-size: 0.875rem;
  background: transparent;
}
.input__txt:focus {
  color: #3B3F42;
  background: rgba(255, 255, 255, 0.7);
}
.input__txt:hover, .input__txt:focus {
  outline: none;
  box-shadow: 0 0 0 3px #004A99;
}

input.input__txt {
  height: 3.125rem;
  padding: 0 0.9375rem;
}
input.input__txt[type=number] {
  padding-right: 0;
}

textarea.input__txt {
  height: 10em;
  max-height: 10em;
  padding: 0.625rem;
  max-width: 100%;
}

.input--nobg {
  background: transparent;
  box-shadow: inset 0 0 0 3px white;
}
.input--nobg:hover, .input--nobg:focus {
  box-shadow: inset 0 0 0 2px #004A99;
}

table.loss-table {
  border: 2px solid #004A99;
}

.loss-table td {
  padding: 5px;
}

input.td-sm {
  width: 60px;
  border: 1px solid black !important;
}

input.td-med {
  width: 100px;
  border: 1px solid black !important;
}

select.td-med {
  width: 100px;
  border: 1px solid black !important;
}

.select__opt, .select__dd {
  position: relative;
}
.select__opt select, .select__dd select {
  background: #fff;
  color: #113660;
  opacity: 0;
  z-index: 3;
  position: relative;
}
.select__opt select, .select__opt span, .select__dd select, .select__dd span {
  width: 100%;
  height: 100%;
}
.select__opt span, .select__dd span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}
.select__opt:after, .select__dd:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  text-align: center;
}

.select__opt {
  width: 100%;
  box-shadow: 0 0 0 2px #004A99;
  border-radius: 1px;
  height: 2.5rem;
}
.select__opt select, .select__opt span {
  padding: 0 2.5rem 0 0.625rem;
}
.select__opt:after {
  content: "";
  color: #004A99;
  width: 2.5rem;
}
.select__opt--white {
  box-shadow: 0 0 0 1px white;
}
.select__opt--white, .select__opt--white:after {
  color: white;
}
.select__opt.active {
  background: #004A99;
  box-shadow: 0 0 0 2px #007bff;
  height: 2.5rem;
}
.select__opt.active:after, .select__opt.active {
  color: white;
}
.select__opt.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.input--sml .select__opt {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.select__opt .select {
  height: 2.5rem;
}
.select__opt:after, .select__opt span {
  line-height: 2.5rem;
}

.select__dd {
  display: inline-block;
  vertical-align: middle;
  height: 1.125rem;
}
.select__dd select, .select__dd span {
  padding-right: 1.125rem;
}
.select__dd span {
  background-position: 0.3125rem center;
  background-repeat: no-repeat;
  background-size: 1.875rem 1.125rem;
}
.select__dd:after, .select__dd span {
  line-height: 1.125rem;
}
.select__dd:after {
  content: "";
  color: black;
  width: 1.125rem;
}

.input__opt {
  margin: 0.3125rem;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
.input__opt input, .input__opt label {
  cursor: pointer;
}
.input__opt input {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1.3125rem;
  width: 1.3125rem;
  margin-top: -0.625rem;
}
.input__opt input {
  opacity: 0;
  height: 1.875rem;
}
.input__opt label {
  padding-left: 2.1875rem;
  position: relative;
  display: block;
}
.input__opt label:before {
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 3px solid #001933;
  border-top: 3px solid #001933;
  opacity: 0;
  display: block;
  height: 16px;
  top: 50%;
  z-index: 2;
  left: 4px;
  width: 8px;
}
.input__opt label:before, .input__opt label:after {
  position: absolute;
  content: "";
}
.input__opt label:after {
  background: #e8e5da;
  top: 50%;
  left: 0;
  height: 1.625rem;
  width: 1.625rem;
  margin-top: -0.8125rem;
  border-radius: 3px;
}
.input__opt:hover label:before {
  opacity: 0.5;
}
.input__opt.checked label:before {
  opacity: 1;
  -webkit-animation: check 0.8s ease;
  animation: check 0.8s ease;
  border-color: #113660;
}
.input__opt--hidden {
  margin: auto;
  box-shadow: 0 0 0 2px rgba(0, 74, 153, 0.6);
  color: rgba(59, 63, 66, 0.6);
}
.input__opt--hidden:hover {
  color: #3B3F42;
  box-shadow: 0 0 0 2px #004A99;
}
.input__opt--hidden label:before, .input__opt--hidden label:after {
  display: none;
}
.input__opt--hidden label {
  padding: 0.3125rem 0.625rem;
}
.input__opt--hidden.checked {
  background: #004A99;
  box-shadow: 0 0 0 2px #007bff;
  color: white;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 8px;
  }
  50% {
    height: 16px;
    width: 8px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 8px;
  }
  50% {
    height: 16px;
    width: 8px;
  }
}
.form--state {
  width: 2.1875rem;
}

.form--ico {
  width: 2.5rem;
  background: #c9c9c9;
}

.chk-error {
  display: none;
}

.is--error .input__txt {
  box-shadow: inset 0 0 0 3px #D91E18;
  background: none;
}
.is--error .input__txt:focus {
  box-shadow: inset 0 0 0 3px rgba(217, 30, 24, 0.5);
  color: #D91E18;
}
.is--error .input__txt:focus ~ .form__state {
  background: #D91E18;
  color: white;
}
.is--error .select__opt {
  background: #D91E18;
  box-shadow: 0 0 0 2px rgba(217, 30, 24, 0.5);
}
.is--error .select__opt:after, .is--error .select__opt {
  color: white;
}
.is--error .select__opt.active {
  background: transparent;
  box-shadow: inset 0 0 0 2px #D91E18;
}
.is--error .select__opt.active:after, .is--error .select__opt.active {
  color: #D91E18;
}
.is--error .select__opt.active ~ .form__state {
  background: #D91E18;
  color: white;
}
.is--error .form__state {
  color: #D91E18;
}
.is--error .chk-error {
  color: #D91E18;
  display: block;
}
.is--complete .input__txt {
  box-shadow: 0 1px 0 0 #26A65B;
}
.is--complete .form__state, .is--complete .select__opt:after, .is--complete .select__opt.active:after {
  color: #26A65B;
}
.is--complete .select__opt {
  box-shadow: 0 0 0 2px rgba(38, 166, 91, 0.5);
}
.is--complete .select__opt.active {
  color: #3B3F42;
  background: transparent;
}
.is--warning .input__txt {
  box-shadow: inset 0 0 0 3px #F5AB35;
  background: none;
}
.is--warning .input__txt:focus {
  box-shadow: inset 0 0 0 3px rgba(245, 171, 53, 0.5);
  color: #F5AB35;
}
.is--warning .input__txt:focus ~ .form__state {
  background: #F5AB35;
  color: white;
}
.is--warning .select__opt {
  background: #F5AB35;
  box-shadow: 0 0 0 2px rgba(245, 171, 53, 0.5);
}
.is--warning .select__opt:after, .is--warning .select__opt {
  color: white;
}
.is--warning .select__opt.active {
  background: transparent;
  box-shadow: inset 0 0 0 2px #F5AB35;
}
.is--warning .select__opt.active:after, .is--warning .select__opt.active {
  color: #F5AB35;
}
.is--warning .select__opt.active ~ .form__state {
  background: #F5AB35;
  color: white;
}
.is--warning .form__state {
  color: #F5AB35;
}

.form__state {
  height: 2.5rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 0;
  width: 0;
  opacity: 0;
}
[class*=is--] .form__state {
  width: 2.5rem;
  opacity: 1;
}
.form__state:before {
  vertical-align: middle;
}
.form__state:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  height: 100%;
}

.frm_tip {
  padding-top: 0.625rem;
  font-size: 0.8em;
  line-height: 1.2;
  text-align: left;
}
.frm_tip p + p {
  margin-top: 0.5rem;
}
.is--complete ~ .frm_tip {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .frm_tip {
    position: absolute;
    background: #3B3F42;
    padding: 0.625rem;
    color: white;
    z-index: -1;
    opacity: 0;
    max-width: 18.75rem;
  }
  .frm_tip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-color: transparent;
  }
  .frm_tip.active {
    opacity: 1;
    z-index: 101;
  }
  .is--error ~ .frm_tip {
    color: white;
    background-color: #D91E18;
  }
  .is--warning ~ .frm_tip {
    color: #291a02;
    background-color: #F5AB35;
  }
}
@media screen and (min-width: 48em) and (max-width: 57.4375em) {
  .frm_tip {
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translateY(3.125rem);
    transform: translateY(3.125rem);
  }
  .frm_tip:before {
    top: 100%;
    border-top-color: #3B3F42;
    border-width: 6px 6px 0 6px;
  }
  .is--error ~ .frm_tip:before {
    border-top-color: #D91E18;
  }
  .is--warning ~ .frm_tip:before {
    border-top-color: #F5AB35;
  }
  .frm_tip:before {
    left: 3.125rem;
  }
  .frm_tip.active {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 57.5em) {
  .frm_tip--top:before, .frm_tip--btm:before {
    left: 3.125rem;
  }
  .frm_tip--top.active, .frm_tip--btm.active {
    transform: translateY(0);
  }
  .frm_tip--top {
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translateY(3.125rem);
    transform: translateY(3.125rem);
  }
  .frm_tip--top:before {
    top: 100%;
    border-top-color: #3B3F42;
    border-width: 6px 6px 0 6px;
  }
  .is--error ~ .frm_tip--top:before {
    border-top-color: #D91E18;
  }
  .is--warning ~ .frm_tip--top:before {
    border-top-color: #F5AB35;
  }
  .frm_tip--btm {
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translateY(-3.125rem);
    transform: translateY(-3.125rem);
  }
  .frm_tip--btm:before {
    bottom: 100%;
    border-bottom-color: #3B3F42;
    border-width: 0 6px 6px 6px;
  }
  .is--error ~ .frm_tip--btm:before {
    border-bottom-color: #D91E18;
  }
  .is--warning ~ .frm_tip--btm:before {
    border-bottom-color: #F5AB35;
  }
  .frm_tip--left {
    right: 100%;
    margin-right: 10px;
    -webkit-transform: translate(3.125rem, -50%);
    transform: translate(3.125rem, -50%);
  }
  .frm_tip--left:before {
    left: 100%;
    border-left-color: #3B3F42;
    border-width: 6px 0 6px 6px;
  }
  .is--error ~ .frm_tip--left:before {
    border-left-color: #D91E18;
  }
  .is--warning ~ .frm_tip--left:before {
    border-left-color: #F5AB35;
  }
  .frm_tip--right {
    left: 100%;
    margin-left: 10px;
    -webkit-transform: translate(-3.125rem, -50%);
    transform: translate(-3.125rem, -50%);
  }
  .frm_tip--right:before {
    right: 100%;
    border-right-color: #3B3F42;
    border-width: 6px 6px 6px 0;
  }
  .is--error ~ .frm_tip--right:before {
    border-right-color: #D91E18;
  }
  .is--warning ~ .frm_tip--right:before {
    border-right-color: #F5AB35;
  }
  .frm_tip--left, .frm_tip--right {
    top: 50%;
    min-width: 9.375rem;
  }
  .frm_tip--left.active, .frm_tip--right.active {
    transform: translate(0, -50%);
  }
  .frm_tip--left:before, .frm_tip--right:before {
    top: 50%;
    margin-top: -8px;
  }
}
@media screen and (max-width: 47.9375em) {
  .is--error ~ .frm_tip {
    color: #F24C27;
  }
  .is--error ~ .frm_tip {
    color: #ff7f00;
  }
}

.input--sml {
  width: auto;
}
.input--sml .input__txt {
  width: 12.5rem;
}

.hdr__wrap {
  position: absolute;
  width: 100%;
  z-index: 2001;
  text-align: right;
  lefT: 0;
  top: 0;
  background: white;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  box-shadow: 0 1px 0 rgba(13, 42, 74, 0.15);
  padding-right: 5.625rem;
}
.hdr__logo {
  line-height: 0;
  display: block;
  width: 3.75rem;
  margin-left: 0.9375rem;
}
.hdr__mid {
  position: relative;
}
.hdr__lan {
  display: none;
}
@media print, screen and (min-width: 57.5em) {
  .hdr__logo {
    width: 6.25rem;
    display: inline-block;
    vertical-align: middle;
  }
  .hdr__wrap {
    height: 7.5rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
  }
  .hdr__lan {
    width: 3.75rem;
    margin-top: auto;
    top: 0.3125rem;
    right: 1.25rem;
    display: block;
    position: absolute;
  }
  .hdr__mid {
    max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
  .hdr__mid:before {
    display: block;
    content: "";
  }
  .hdr__mid:after {
    display: inline-block;
    width: 100%;
    content: "";
  }
  .hdr__mid {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hdr__mid:before, .hdr__mid:after {
    display: none;
  }
  .hdr__logo {
    flex: 0 1 6.25rem;
    float: none;
  }
}
@media screen and (min-width: 74.375em) {
  .hdr__lan {
    margin-right: calc(-36.5625rem);
    right: 50%;
  }
}

.nav__a {
  font-family: "Lato", Helvetica Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.nav__a--main {
  color: white;
  font-weight: bold;
  font-size: 1.5625rem;
  padding: 0.625rem 1.25rem 0;
  position: relative;
  text-transform: uppercase;
  display: block;
  flex: 1 0 100%;
}
.nav__a--main:hover:before {
  width: 100%;
}
.nav__a > span {
  position: relative;
  z-index: 1;
}
.nav__a.active, .nav__a:hover {
  color: #004A99;
}
.nav__a:hover {
  text-decoration: none;
}
@media screen and (max-width: 57.4375em) {
  .nav__sub {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 57.5em) {
  .nav__wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
  @supports (display: flex) or (display: -webkit-flex) {
    .nav__wrap {
      display: block;
    }
  }
  .nav__main {
    margin-top: 0.3125rem;
  }
  .nav__a {
    color: #3B3F42;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.02em;
    font-size: 0.9375rem;
  }
  .nav__a--main {
    padding: 0.3125rem 0.3125rem 0;
    margin-left: 1.25rem;
  }
  .nav__a--main:before {
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    width: 0;
    height: 2px;
    background: #004A99;
  }
  .nav__a--main:hover:before {
    width: 100%;
  }
}
.nav__a--msgs {
  color: #3B3F42;
  display: inline-block;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-size: 1.125rem;
  margin-left: 1.25rem;
}
@media print, screen and (min-width: 57.5em) {
  .nav__a--msgs {
    vertical-align: baseline;
  }
}
.nav__a--msgs:hover .msgs__count:before {
  background: #3B3F42;
  border-radius: 0 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav__a--out {
  color: white;
  font-size: 1.5625rem;
  padding: 0.3125rem 1.25rem 0;
  position: relative;
  text-transform: uppercase;
  display: block;
  flex: 1 0 100%;
}
@media print, screen and (min-width: 57.5em) {
  .nav__a--out {
    color: #3B3F42;
    font-size: 0.875rem;
    text-transform: capitalize;
    margin-left: 1.25rem;
    vertical-align: baseline;
    padding-right: 0;
  }
}

.nav__tgl {
  z-index: 2501;
  width: 3.125rem;
  height: 3.125rem;
  background: #113660;
  border-radius: 100%;
  right: 1.25rem;
  top: 0.625rem;
}
.nav__tgl.active {
  background: #154276;
}
.nav__tgl, .nav__tgl > span {
  position: absolute;
}
.nav__tgl > span {
  width: 1.25rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  margin-left: -0.625rem;
  margin-top: -0.5rem;
}
.nav__tgl > span span, .nav__tgl > span:before, .nav__tgl > span:after {
  position: absolute;
  height: 0.125rem;
  background-color: white;
  width: 100%;
  left: 0;
}
.nav__tgl > span span {
  top: 50%;
  margin-top: -0.0625rem;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.nav__tgl > span:before, .nav__tgl > span:after {
  content: "";
  -webkit-transition-property: transform, top;
  transition-property: transform, top;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.nav__tgl > span:before {
  bottom: 100%;
  margin-bottom: -0.125rem;
}
.nav__tgl > span:after {
  top: 100%;
  margin-top: -0.125rem;
}
.nav__tgl.active > span:before {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav__tgl.active > span:after {
  top: 50%;
  margin-top: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__tgl.active > span span {
  opacity: 0;
}

@media screen and (max-width: 57.4375em) {
  .hdr_nav__wrap {
    position: fixed;
    height: 100%;
    width: calc(100% - 5.625rem);
    z-index: 2001;
    background: rgba(17, 54, 96, 0.9);
    top: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    margin: auto;
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
    flex-wrap: wrap;
    align-content: center;
  }
  .hdr_nav__wrap.show {
    display: -webkit-flex;
    display: flex;
  }
  .hdr_nav__wrap.show .nav__a--main, .hdr_nav__wrap.show .nav__a--out {
    display: block;
    -webkit-animation: fade-nav 250ms;
    animation: fade-nav 250ms;
  }
  .hdr_nav__wrap .nav__a--main, .hdr_nav__wrap .nav__a--out {
    display: none;
  }
}

@-webkit-keyframes fade-nav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-nav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ftr__wrap {
  border-top: 1px solid rgba(17, 54, 96, 0.5);
  font-size: 0.875rem;
  padding: 0.9375rem 0 5.3125rem;
}
.ftr__wrap li + li {
  margin-top: 0.25em;
}
.ftr__wrap a, .ftr__wrap strong, .ftr__wrap h2 {
  font-style: normal;
}
.ftr__wrap a, .ftr__wrap strong {
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #154276;
}
.ftr__wrap h2 {
  color: #3B3F42;
  font-family: "Lato", Helvetica Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 57.5em) {
  .ftr__wrap {
    padding: 3.125rem 0;
  }
}
.ftr__logo, .ftr__col {
  padding: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  .ftr__col {
    width: calc(33.33% - 3.125rem);
  }
}
@media print, screen and (min-width: 48em) {
  .ftr__logo {
    display: inline-block;
    vertical-align: top;
    margin-left: -0.125rem;
    margin-right: -0.125rem;
    width: 9.375rem;
  }
}
@supports (display: flex) or (display: -webkit-flex) {
  .ftr__logo {
    flex: 0 1 100%;
    width: auto;
  }
  .ftr__logo img {
    max-width: 8.125rem;
  }
  @media print, screen and (min-width: 48em) {
    .ftr__logo {
      flex: 0 1 12.5rem;
    }
  }
  .ftr__row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .ftr__col {
    flex: 1 1 auto;
  }
  @media print, screen and (min-width: 48em) {
    .ftr__col {
      flex: 1 0 25%;
    }
  }
}

@media screen and (max-width: 57.4375em) {
  .flex__left + .flex__right, .flex__right + .flex__left {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 57.5em) {
  .flex__right {
    width: 18.75rem;
    float: right;
  }
  .flex__left {
    margin-right: 20rem;
  }
}

.row__border [class*=BS-col], .ib [class*=BS-col], .row__border {
  float: none;
}

.row__border {
  border-top: 1px dotted rgba(0, 74, 153, 0.5);
}
.row__border:not([class*=BS-col]) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ib [class*=BS-col] {
  padding: 4.1666666667vw 2.0833333333vw;
}
@media print, screen and (min-width: 48em) {
  .ib [class*=BS-col] {
    padding: 3.2552083333vw 1.3020833333vw;
  }
}
@media print, screen and (min-width: 57.5em) {
  .ib [class*=BS-col] {
    padding: 1.5625rem;
  }
}
@media print, screen and (min-width: 75em) {
  .ib [class*=BS-col] {
    padding: 2.5rem 1.5625rem;
  }
}

.form--flex_group {
  padding: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .form--flex_group {
    display: inline-block;
    vertical-align: top;
    margin-left: -0.125rem;
    margin-right: -0.125rem;
    width: 50%;
  }
}
@supports (display: flex) or (display: -webkit-flex) {
  .form--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .form--flex_group {
    position: relative;
    margin: 0.625rem;
    padding: 0;
    width: auto;
  }
  .form--flex_group {
    flex: 1 0 auto;
  }
  .form--flex_row {
    flex: 1 0 100%;
  }
}

.content_wrap ul li {
  list-style: disc;
}
.content_wrap ol li {
  list-style: decimal;
}
.content_wrap ol ol li {
  list-style: lower-alpha;
}
.content_wrap ul ul li {
  list-style: circle;
}
.content_wrap blockquote {
  font-style: italic;
  padding: 0 1.25rem;
}
.content_wrap + .content_wrap, .content_wrap + .cta_row {
  margin-top: 2.5rem;
}
.content_wrap li + li {
  margin-top: 0.25em;
}
.content_wrap li {
  margin-left: 1.25em;
  line-height: 1.2;
}
.content_wrap p + p, .content_wrap p + ul, .content_wrap p + ol,
.content_wrap ul + ul, .content_wrap ul + p, .content_wrap ul + ol,
.content_wrap ol + ol, .content_wrap ol + ul, .content_wrap ol + p {
  margin-top: 1.33em;
}
.content_wrap a {
  color: #113660;
}
.content_wrap a:hover {
  text-decoration: underline;
}
.content_wrap table {
  width: 100%;
}
.content_wrap table td {
  vertical-align: middle;
  padding: 0.3125rem;
}
.content_wrap table + table {
  margin-top: 1.25rem;
}

*.focus, *:focus {
  outline: 2px solid;
}

a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  backface-visibility: hidden;
}

a img {
  backface-visibility: hidden;
}

a:hover img, a:focus img {
  opacity: 0.7;
}

a:hover, a:focus, button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: underline;
}

.upld__btn, .cta_fa, .cta, .input__submit {
  text-align: center;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  color: white;
  display: inline-block;
}
.upld__btn span, .cta_fa span, .cta span, .input__submit span {
  position: relative;
  z-index: 1;
}

.cta, .input__submit {
  padding: 0.75rem 1.875rem;
  border-radius: 3px;
  background: #113660;
}
.cta:not(.cta--round):hover, .input__submit:not(.cta--round):hover {
  box-shadow: inset 0 -4px 0 0 #05111f;
}
.cta:focus, .input__submit:focus {
  outline-color: #05111f;
}
.cta__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.cta__row .cta, .cta__row .input__submit {
  flex: 0 1 auto;
}
.cta--round {
  border-radius: 99em;
}
.cta--round:hover {
  box-shadow: 0 0 0 5px rgba(201, 201, 201, 0.4);
}
.cta--light {
  background-color: #154276;
}
.cta--dark {
  background-color: #0d2a4a;
}
.cta.inner_col, .inner_col.input__submit {
  display: block;
}
.cta--yellow {
  background: #FBBA42;
}
.cta--yellow:not(.cta--round):hover {
  box-shadow: inset 0 -4px 0 0 #ec9b05;
}
.cta--yellow:focus {
  outline-color: #ec9b05;
}
.cta--blue {
  background: #56B9D0;
}
.cta--blue:not(.cta--round):hover {
  box-shadow: inset 0 -4px 0 0 #2f93aa;
}
.cta--blue:focus {
  outline-color: #2f93aa;
}
.cta--red {
  background: #F24C27;
}
.cta--red:not(.cta--round):hover {
  box-shadow: inset 0 -4px 0 0 #c12d0c;
}
.cta--red:focus {
  outline-color: #c12d0c;
}
.cta--green {
  background: #1FAB9E;
}
.cta--green:not(.cta--round):hover {
  box-shadow: inset 0 -4px 0 0 #136a62;
}
.cta--green:focus {
  outline-color: #136a62;
}
.cta--scnd {
  background: #004A99;
}
.cta--scnd:not(.cta--round):hover {
  box-shadow: inset 0 -4px 0 0 #00254d;
}
.cta--scnd:focus {
  outline-color: #00254d;
}
.cta--grey {
  background: #c9c9c9;
}
.cta--grey:not(.cta--round):hover {
  box-shadow: inset 0 -4px 0 0 #a3a3a3;
}
.cta--grey:focus {
  outline-color: #a3a3a3;
}
.cta--grey {
  color: #4a4a4a;
}
.cta--hov2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: rgba(242, 240, 234, 0.5);
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  mix-blend-mode: overlay;
}
.cta--hov2:hover {
  box-shadow: none;
  border-radius: 0;
}
.cta--hov2:hover:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.cta--outline {
  background: transparent;
  box-shadow: 0 0 1px #113660;
}
.cta--outline-white {
  box-shadow: 0 0 1px white;
}

.cta_fa {
  padding: 0.75rem 1.25rem;
  border-radius: 99em;
}
.cta_fa--outline {
  background: none;
  box-shadow: 0 0 1px #113660;
}
.cta_fa--outline:hover {
  background: #113660;
}
.lnk_inline {
  display: inline-block;
  vertical-align: middle;
  color: #56B9D0;
  margin: 0.625rem 1.25rem;
}

.lnk {
  color: #56B9D0;
}

.language_btn {
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  color: #3B3F42;
}
.language_btn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: -1.25rem;
  width: 1.875rem;
  text-align: right;
}

.upld__wrap {
  position: relative;
  overflow: hidden;
  margin-top: 1.25rem;
  cursor: pointer;
  padding: 0.625rem;
  border-radius: 3px;
}
.no-touch .upld__wrap:hover, .touch .upld__wrap, .upld__wrap.focus {
  background: #F2F0EA;
}
.no-touch .upld__wrap:hover .upld__btn, .touch .upld__wrap .upld__btn, .upld__wrap.focus .upld__btn {
  border-radius: 5px;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 57.5em) {
  .upld__wrap {
    margin-top: 0;
  }
}

.upld__group {
  margin-top: 0.625rem;
}
.upld__group li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
.upld__group li + li {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px dotted #c9c9c9;
}

.upld__btn {
  padding: 0.75rem 1.25rem;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  color: #113660;
  box-shadow: inset 0 0 0 2px #113660;
  flex: 0 0 10rem;
}
.no-touch .upld__wrap:hover .upld__btn, .touch .upld__btn {
  background: #113660;
  color: white;
}
.upld__btn:before {
  margin-right: 0.625rem;
}

.upld__lbl {
  overflow: hidden;
  padding: 0.3125rem 0.625rem;
  white-space: nowrap;
  flex: 0 1 auto;
  text-overflow: ellipsis;
}

.upld__remove {
  flex: 0 0 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  color: #D91E18;
  box-shadow: inset 0 0 0 1px #D91E18;
}
.upld__remove:before, .upld__remove:after {
  vertical-align: middle;
  display: inline-block;
}
.upld__remove:before {
  max-height: 100%;
  max-width: 100%;
}
.upld__remove:after {
  height: 100%;
  content: "";
  width: 1px;
}
.no-touch .upld__remove:hover, .touch .upld__remove {
  background: #D91E18;
  color: white;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.upld__input {
  width: calc(100% - 2.5rem);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.tbl {
  display: table;
  width: 100%;
  border-spacing: 0 0.625rem;
  margin-top: -0.625rem;
}
.tbl__row {
  display: table-row;
}
.tbl__cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.tbl--style {
  margin-left: auto;
  margin-right: auto;
  border-collapse: unset;
  width: 100%;
}
.tbl--style td {
  padding: 0.9375rem 0.625rem;
}
.tbl--style tr:nth-child(even) td {
  background-image: linear-gradient(-45deg, rgba(242, 240, 234, 0) 0%, rgba(242, 240, 234, 0) 44%, rgba(0, 74, 153, 0.3) 45%, rgba(0, 74, 153, 0.3) 55%, rgba(242, 240, 234, 0) 56%, rgba(242, 240, 234, 0) 100%);
  background-size: 4px 4px;
}
.tbl--style td:first-child {
  text-align: right;
  font-weight: bold;
  width: 12.5rem;
}
@media print, screen and (min-width: 48em) {
  .tbl--style td:first-child {
    width: 18.75rem;
  }
}
.tbl--style td {
  box-shadow: inset 0 1px 0 rgba(0, 74, 153, 0.5);
}

/* NEW - MR */
.tbl-spacer {
  margin-bottom: 50px;
}

.tbl--style2 {
  margin-left: auto;
  margin-right: auto;
  border-collapse: unset;
  width: 100%;
  margin-top: 30px;
}
.tbl--style2 th {
  text-align: left;
}
.tbl--style2 td {
  padding: 0.9375rem 0.625rem;
  box-shadow: inset 0 1px 0 rgba(0, 74, 153, 0.5);
  text-align: left;
}
.tbl--style2 td a {
  text-decoration: underline;
}
.tbl--style2 tr:nth-child(even) td {
  background-image: linear-gradient(-45deg, rgba(242, 240, 234, 0) 0%, rgba(242, 240, 234, 0) 44%, rgba(0, 74, 153, 0.3) 45%, rgba(0, 74, 153, 0.3) 55%, rgba(242, 240, 234, 0) 56%, rgba(242, 240, 234, 0) 100%);
  background-size: 4px 4px;
}

.bgcover {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
}
.bgcover.bg--lt {
  background-position: left top;
}
.bgcover.bg--lc {
  background-position: left center;
}
.bgcover.bg--lb {
  background-position: left bottom;
}
.bgcover.bg--cc {
  background-position: center;
}
.bgcover.bg--cb {
  background-position: center bottom;
}
.bgcover.bg--rt {
  background-position: right top;
}
.bgcover.bg--rc {
  background-position: right center;
}
.bgcover.bg--rb {
  background-position: right bottom;
}
.bgcover.contain {
  background-size: contain;
}

.background-size-polyfill img {
  -ms-interpolation-mode: bicubic;
}

.bg--scnd {
  padding: 4.6875rem 0;
  background: -moz-linear-gradient(-45deg, #d1ac51 0%, #e49958 21%, #e49958 69%, #e57954 100%);
  background: -webkit-linear-gradient(-45deg, #d1ac51 0%, #e49958 21%, #e49958 69%, #e57954 100%);
  background: linear-gradient(135deg, #d1ac51 0%, #e49958 21%, #e49958 69%, #e57954 100%);
}

.bg--grey {
  background: rgba(242, 240, 234, 0.7);
}

.bg--white {
  background: white;
  padding: 2.5rem;
}

.rel {
  position: relative;
}

.caps {
  text-transform: uppercase;
}

.txt--right {
  text-align: right;
}

.txt--cntr {
  text-align: center;
}

.clr--prmy {
  color: #113660;
}

.clr--scnd {
  color: #004A99;
}

/* new - MR */
.alert {
  color: red;
  font-size: 20px;
}

.claim-reference-sm {
  display: block;
  color: white;
  text-align: center;
  flex: 1 0 100%;
  padding: 0.4375rem 1.25rem;
}

.download-link {
  color: #3B3F42;
}

    .hide {
        display: none;
    }

.ib-show {
  display: inline-block;
}

.show {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .sm-hide {
    display: none;
  }

  .sm_ib-show {
    display: inline-block;
  }

  .sm-show {
    display: block;
  }
}
@media print, screen and (min-width: 57.5em) {
  .md-hide {
    display: none;
  }

  .md_ib-show {
    display: inline-block;
  }

  .md-show {
    display: block;
  }
}
@media print, screen and (min-width: 75em) {
  .lg-hide {
    display: none;
  }

  .lg_ib-show {
    display: inline-block;
  }

  .lg-show {
    display: block;
  }
}
.intro__wrap {
  position: relative;
  text-align: center;
}
.intro__wrap h1 {
  color: #0d2a4a;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 57.5em) {
  .intro__wrap {
    /*height: calc(100vh - 6.875rem);*/
  }
  .intro__wrap h1 {
    font-size: 3.75rem;
    margin-bottom: 0.67em;
  }
}
.intro__wrap:before {
  background: rgba(242, 240, 234, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
}
.intro__bg {
  position: absolute;
  width: 100%;
  bottom: 20vh;
  left: 0;
}
.intro__bg path {
  fill: #F2F0EA;
}
.intro__main {
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  height: 100%;
  z-index: 2;
  max-width: 56.25rem;
}
.intro__svg {
  width: 25rem;
  color: #004A99;
}
.intro__svg svg {
  width: 100%;
}
.intro__svg path {
  fill: #004A99;
}
.intro__body {
  display: table-cell;
  vertical-align: middle;
}

.page__intro {
  margin-top: -10.4166666667vw;
}
@media print, screen and (min-width: 48em) {
  .page__intro {
    margin-top: -6.5104166667vw;
  }
}
@media print, screen and (min-width: 57.5em) {
  .page__intro {
    margin-top: -3.125rem;
  }
}
@media print, screen and (min-width: 75em) {
  .page__intro {
    margin-top: -5rem;
  }
}

.form--padding {
  padding: 2.5rem;
}
.form--padding .cta__row {
  width: calc(100% + 5rem);
  left: -2.5rem;
  margin-bottom: -2.5rem;
  margin-top: 2.5rem;
}

.frm__new_claim {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.frm__new_claim--white {
  background: white;
  padding: 2.5rem;
  max-width: 55rem;
  margin-top: 2.5rem;
}

.form__is_user {
  text-align: center;
  border-radius: 3px;
  border-top: 1px solid #007bff;
  padding-top: 2.5rem;
  margin: 2.1875rem auto auto;
  max-width: 37.5rem;
}
@media print, screen and (min-width: 57.5em) {
  .form__is_user {
    margin: 3.75rem auto auto;
  }
}

.form__intro {
  max-width: 50rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.form__login {
  padding: 2.5rem;
  background: #F2F0EA;
  border-radius: 3px;
}

.txt--disclaimer {
  font-size: 0.8em;
  color: white;
  background: #dbe1e7;
  color: #154276;
  padding: 1.5625rem;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}

.tbl__form {
  border-spacing: 1.25rem 0;
}

.input__submit--home {
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: 0.625rem;
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 48em) {
  .input__submit--home {
    margin-top: 0;
  }
}

.status_bar__icon {
  box-shadow: 0 0 0 2px #113660;
  color: #113660;
  background: #F2F0EA;
  border-radius: 50%;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  z-index: 10;
}
.status_bar__icon:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .status_bar__icon:before {
    content: counter(steps);
    font-family: "Lato", Helvetica Neue, Helvetica Neue, Helvetica, Arial, sans-serif;
  }
}
.status_bar__wrap {
  counter-reset: steps;
  position: relative;
  z-index: 1;
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .status_bar__wrap {
    padding-bottom: 6.5104166667vw;
    padding-top: 6.5104166667vw;
  }
}
@media print, screen and (min-width: 57.5em) {
  .status_bar__wrap {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}
.section__row .status_bar__wrap {
  padding-top: 5.2083333333vw;
}
@media print, screen and (min-width: 48em) {
  .section__row .status_bar__wrap {
    padding-top: 0;
  }
}
.status_bar__item {
  display: inline-block;
  vertical-align: top;
  counter-increment: steps;
  position: relative;
  margin-left: -2px;
  margin-right: -2px;
  width: 25%;
  padding: 0 0.625rem;
  margin-top: 2em;
}
@media print, screen and (min-width: 48em) {
  .status_bar__item {
    margin-top: 0;
  }
}
.status_bar__item:before {
  position: absolute;
  height: 0;
  top: 18px;
  content: "";
  width: 100%;
  left: 0;
  margin-left: -50%;
}
.status_bar__item:first-child:before {
  display: none;
}
.status_bar--active:before, .status_bar__item:before {
  border: 1px solid #113660;
}
.status_bar__lbl {
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 0.3125rem;
  letter-spacing: 0;
  color: rgba(59, 63, 66, 0.5);
}
@media screen and (max-width: 47.9375em) {
  .status_bar__lbl {
    opacity: 0;
    position: absolute;
    bottom: 100%;
    min-width: 6.25rem;
    margin-bottom: 0.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.status_bar--active ~ .status_bar__item:before {
  border: 1px dashed #c9c9c9;
}
.status_bar--active ~ .status_bar__item .status_bar__icon {
  background: #c9c9c9;
  box-shadow: none;
  color: white;
}
.status_bar--active .status_bar__icon {
  background: #113660;
  box-shadow: none;
  color: white;
  font-size: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  margin-top: -0.3125rem;
}
.status_bar--active .status_bar__lbl {
  color: #113660;
  font-weight: 900;
  font-size: 1.1em;
}
@media screen and (max-width: 47.9375em) {
  .status_bar--active .status_bar__lbl {
    opacity: 1;
    font-weight: 600;
  }
}

.msgs__wrap {
  margin-top: 20px;
}
.msgs__row {
  box-shadow: 0 3px 5px 0 rgba(59, 63, 66, 0.15);
}
.msgs__row--read {
  opacity: 0.5;
  box-shadow: none;
}
.msgs__row--read .msgs__sub {
  font-weight: normal;
  text-decoration: line-through;
  color: #3B3F42;
  cursor: default;
}
.msgs__col {
  padding: 0.9375rem;
}
.msgs__date {
  color: #c9c9c9;
  text-align: right;
}
.msgs__sub {
  font-weight: bold;
  color: #113660;
  display: block;
}
.msgs__date, .msgs__author {
  width: 50%;
}
@supports (display: flex) or (display: -webkit-flex) {
  .msgs__row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .msgs__date, .msgs__author {
    flex: 1 0 auto;
    width: auto;
  }
  .msgs__sub {
    flex: 1 0 100%;
    width: auto;
  }
}
@media screen and (max-width: 57.4375em) {
  .msgs__wrap {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding: 1.875rem 0.9375rem;
    background: #F2F0EA;
  }
  .msgs__row {
    background: white;
  }
  .msgs__row + .msgs__row {
    margin-top: 0.9375rem;
  }
  .msgs__sub {
    border-bottom: 2px solid #007bff;
  }
}
@media print, screen and (min-width: 57.5em) {
  .msgs__wrap {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .msgs__row {
    display: table-row;
  }
  .msgs__row + .msgs__row .msgs__col {
    border-top: 1px solid #F2F0EA;
  }
  .msgs__col {
    display: table-cell;
    padding: 1.25rem 0.9375rem;
    vertical-align: middle;
  }
  .msgs__date, .msgs__author {
    width: 9.375rem;
  }
  .msgs__author {
    text-align: right;
  }
}
.msgs__count {
  width: 1.875rem;
  line-height: 1.875rem;
  color: white;
  display: inline-block;
  text-align: center;
  vertical-align: super;
  font-size: 0.75rem;
  position: relative;
  letter-spacing: 0;
}
.msgs__count span {
  position: relative;
  z-index: 1;
}
.msgs__count:before {
  position: absolute;
  height: 1.875rem;
  width: 1.875rem;
  content: "";
  border-radius: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: #004A99;
  top: 0;
  left: 0;
}

.claim_select--wait:before {
  content: "";
  border-color: #F5AB35;
  color: #F5AB35;
}
.claim_select--complete:before {
  content: "";
  border-color: #26A65B;
  color: #26A65B;
}
.claim_select__wrap {
  position: fixed;
  z-index: 100;
  width: 100%;
  right: 0;
  bottom: 0;
}
.claim_select__wrap:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  z-index: 1;
  background: white;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 57.5em) {
  .claim_select__wrap:before {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 0 99em 99em 0;
    border: 1px solid;
    right: auto;
    bottom: auto;
    top: -1px;
    left: -1px;
    font-size: 0.75rem;
  }
}
.claim_select__txt {
  display: none;
}
@media print, screen and (min-width: 57.5em) {
  .claim_select__wrap {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    width: 6.25rem;
    bottom: auto;
  }
  .claim_select__form {
    width: 100%;
  }
  .claim_select__form:hover ~ .claim_select__txt {
    opacity: 1;
  }
  .claim_select__txt {
    display: block;
    font-size: 0.75rem;
    width: 15.625rem;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0.9375rem;
    text-align: left;
    background: #004A99;
    color: white;
    z-index: 2;
    opacity: 0;
  }
  .claim_select__txt:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #004A99 transparent;
    position: absolute;
    right: 0;
    bottom: 100%;
    content: "";
  }
}

.claim__select_opt {
  height: 3.75rem;
  background: #004A99;
  text-align: left;
}
.claim__select_opt span {
  line-height: 3.75rem;
  padding: 0 0.625rem 0 3.75rem;
}
.claim__select_opt span:before {
  content: "Viewing:" " ";
  text-transform: uppercase;
  line-height: 3.75rem;
  color: #001933;
  font-weight: bold;
}
.claim__select_opt span, .claim__select_opt:after {
  color: white;
}
.claim__select_opt select {
  padding: 0;
}
.claim__select_opt:after {
  width: 1.25rem;
  height: 1.25rem;
  right: auto;
  left: 1.25rem;
  line-height: 3.75rem;
  font-size: 1rem;
  top: 0;
  content: "";
}
.claim__select_opt.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.claim__select_opt--loading:after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: "";
}
@media print, screen and (min-width: 57.5em) {
  .claim__select_opt {
    height: 5.625rem;
    border-radius: 3px;
    background: white;
    text-align: center;
    box-shadow: inset 0 0 0 1px #004A99;
  }
  .claim__select_opt span {
    line-height: 7.5rem;
    padding: 0 0.625rem;
    color: #3B3F42;
    font-size: 0.9em;
  }
  .claim__select_opt span:before {
    display: none;
  }
  .claim__select_opt:after {
    width: 1.25rem;
    left: auto;
    margin-right: -0.625rem;
    right: 50%;
    height: 1.25rem;
    line-height: 1.25rem;
    top: 1.25rem;
    color: #004A99;
  }
}
.alertcss {
    font-size: 14px;
    color: red; 
}

/*# sourceMappingURL=default.css.map */
