@charset "UTF-8";
/* colour variables */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: LufgaRegular;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
  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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "LufgaRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #021f4e;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #021f4e;
}

  a:hover, a:focus {
    color: #021f4e;
    text-decoration: underline;
  }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .container-post-login .survey ul, .footer-helpful ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: "LufgaRegular", Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #021f4e;
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  text-decoration: underline;
  font-size: 18px;
  border-radius: 5px;
  padding: 8px 22px;
}

  .btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active, .btn-default:active:focus, .open > .btn-default.dropdown-toggle {
    background-color: #fff;
  }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #021f4e;
      background-color: #fff;
      border-color: #021f4e;
    }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

  .btn-default .badge {
    color: #021f4e;
    background-color: #333;
  }

.btn-primary {
  color: #021f4e;
  background-color: #f6ad04;
  border-color: #021f4e;
  text-decoration: underline;
}

  .btn-primary:focus, .btn-primary.focus {
    background-color: #fff;
  }

  .btn-primary:hover {
    background-color: #fff;
  }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #021f4e;
  background-color: #fff;
  border-color: #204d74;
}

  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
  .open > .btn-primary.dropdown-toggle:hover,
  .open > .btn-primary.dropdown-toggle:focus,
  .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #fff;
    border-color: #021f4e;
  }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
  max-height: 60px;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

.striped-table {
    -webkit-box-shadow: 0 0 3px 2px rgba(93,93,93,.1);
    box-shadow: 0 0 3px 2px rgba(93,93,93,.1);
    font-size: 1.25rem;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 35px;
}

    .striped-table thead tr th {
        padding: 25px 0;
        background: #e6eaef;
        text-align: left
    }

    .striped-table tbody tr th {
        text-align: left;
        min-width: 15%
    }

    .striped-table tr td, .striped-table tr th {
        padding: 15px;
        vertical-align: top
    }

    .striped-table tr {
        border-bottom: none
    }

        .striped-table tr:nth-child(even) {
            background: #f9f9f9
        }

        .striped-table tr:nth-child(odd) {
            background: #fff
        }

        .striped-table tr td:first-child, .striped-table tr th:first-child {
            text-align: left;
            padding-left: 25px;
        }

        .striped-table tr td:nth-child(2), .striped-table tr th:nth-child(2) {
            padding-left: 35px
        }

        .striped-table tr td:nth-child(3), .striped-table tr th:nth-child(3) {
            padding-left: 35px;
            padding-right: 35px
        }

        .striped-table tr:first-child th:first-child {
            border-top-left-radius: 10px;
        }

        .striped-table tr:first-child th:last-child {
            border-top-right-radius: 10px
        }

        .striped-table tr:last-child td:first-child {
            border-bottom-left-radius: 10px
        }

        .striped-table tr:last-child td:last-child {
            border-bottom-right-radius: 10px
        }

    .striped-table.equal-widths-3 tr td, .striped-table.equal-widths-3 tr th {
        width: 33.33333%
    }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1a1a1a;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal-header {
  padding: 26px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1;
}

.modal-body {
  position: relative;
  padding: 26px 30px;
}

.modal-footer {
  padding: 26px 30px;
  text-align: right;
  border-top: 1px solid #f6f6f5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "LufgaRegular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "LufgaRegular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: LufgaRegular;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled, .bootstrap-datetimepicker-widget .container-post-login .survey ul, .container-post-login .survey .bootstrap-datetimepicker-widget ul, .bootstrap-datetimepicker-widget .footer-helpful ul, .footer-helpful .bootstrap-datetimepicker-widget ul {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* import partials */
/*.btn {
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 700;
}*/

.btn--rounded {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
}

/*Seen used in DV Wizard, but replacing with btn-standard there*/
.btn-secondary {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  font-size: 20px;
  border-radius: 5px;
  padding: 14px 26px;
}

  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #fff;
  }

.btn-grey {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  font-size: 20px;
  border-radius: 5px;
  padding: 14px 26px;
}

  .btn-grey:hover, .btn-grey:focus {
    background-color: #fff;
  }

.btn-icon {
  position: relative;
  min-width: 130px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: underline;
}

  .btn-icon:before {
    display: block;
    position: absolute;
    top: 12px;
    width: 13px;
    height: 13px;
  }

.btn-icon--left {
  text-align: right;
  background-position: 91%;
  background-size: 12%;
}

  .btn-icon--left:before {
    left: 13px;
    transform: translateY(-50%) scaleX(-1)
  }

.btn-icon--right {
  text-align: left;
  background-position: 91%;
  background-size: 12%;
}

  .btn-icon--right:after {
    right: 13px;
    transform: translateY(-50%);
  }


  .btn-icon--left::before,
  .btn-icon--right::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    transform-origin: center;
    background-image: url("/Resources/Client/Images/arrow-right-midnight.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}



.rangeslider,
.rangeslider__fill {
  display: block;
  height: 12px;
  margin: 10px 0 30px 0;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}

.rangeslider:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background: #e6e6e6;
}

.rangeslider--horizontal {
  width: 100%;
}

.rangeslider--vertical {
  width: 5px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  position: absolute;
  top: 5px;
  background: #00afd5;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  top: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: -9px;
  background: white;
  position: absolute;
  background: #021f4e;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.rangeslider__handle:active {
  background: #021f4e;
}

.rangeslider__fill,
.rangeslider__handle {
  z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 50%;
  left: 4px;
  height: 4px;
  margin-top: -2px;
}

.container-post-login .breadcrumb {
  background: 0;
  margin: 10px 0 45px;
  padding: 0;
}

.container-post-login .breadcrumb:before, .container-post-login .breadcrumb:after {
  content: " ";
  display: table;
}

.container-post-login .breadcrumb:after {
  clear: both;
}

.container-post-login .breadcrumb li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}

.container-post-login .breadcrumb li + li:before {
  color: #021f4e;
  content: '\203A';
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  margin-top: -2px;
  padding: 0 6px;
  vertical-align: middle;
}

.container-post-login .breadcrumb a,
.container-post-login .breadcrumb .active {
  color: #021f4e;
}

.container-post-login .block {
  margin: 40px 0 48px;
}

.container-post-login .block h2 {
  color: #021f4e;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 40px;
}

.container-post-login .block h3 {
  color: #021f4e;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  margin: 30px 0 15px;
}

@media (min-width: 768px) {
  .container-post-login .block h3 {
    margin-top: 90px;
  }
}

.container-post-login .block p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 20px;
}

.container-post-login .block .icon {
  height: 60px;
  width: auto;
}

@media (min-width: 768px) {
  .container-post-login .block .btn {
    bottom: 30px;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .container-post-login .block .btn.form-btn {
    bottom: 0;
    position: relative;
  }
}

.container-post-login .block .add {
  border: 8px solid #00afd5;
  border-radius: 50%;
  display: block;
  height: 106px;
  margin: auto;
  text-indent: -999em;
  width: 106px;
}

@media (min-width: 768px) {
  .container-post-login .block .add {
    left: 50%;
    margin: -53px 0 0 -53px;
    position: absolute;
    top: 50%;
  }
}

.container-post-login .block .add:before, .container-post-login .block .add:after {
  border-top: 8px solid;
  border-radius: 4px;
  content: '';
  display: block;
  height: 8px;
  margin: -32px auto 0;
  width: 56px;
}

.container-post-login .block .add:before {
  border: 0;
  border-left: 8px solid;
  height: 56px;
  margin-top: 18px;
  width: 8px;
}

.container-post-login .block .add:hover, .container-post-login .block .add:focus {
  border-color: #246987;
  color: #246987;
  text-decoration: none;
}

@media (min-width: 768px) {
  .container-post-login .block-content {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}

.container-post-login .block-item {
  border: 1px solid #e5f7fb;
  padding: 30px;
}

.container-post-login .block-item + .block-item {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .container-post-login .block-item + .block-item {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .container-post-login .block-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 15px;
    padding-bottom: 67px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .container-post-login .block-item > .icon {
    position: absolute;
  }
}

.container-post-login .benefits-statement {
  margin-top: 35px;
  margin-bottom: 50px;
}

.container-post-login .block-loading {
  background: #f2f2f2;
  padding: 40px;
  margin-bottom: 16px;
  position: relative;
}

.container-post-login .block-loading:first-child {
  margin-top: 35px;
}

.container-post-login .block-loading + hr {
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 32px;
}

/*.container-post-login .block-loading h2, .container-post-login .block-loading strong {
  color: #00afd5;
}*/

    .container-post-login .block-loading section {
  margin-bottom: 30px;
}

.container-post-login .block-loading section:last-child {
  margin-bottom: 0;
}

.container-post-login .block-loading p:last-child {
  margin-bottom: 0;
}

.container-post-login .block-loading .spinner {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  margin-top: -30px;
}

.container-post-login .block-loading .spinner:after {
  content: "Calculating";
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #586a73;
  position: absolute;
  bottom: -98px;
  left: -85px;
  display: block;
  width: 170px;
}

.container-post-login .block-loading.initial h2, .container-post-login .block-loading.initial p, .container-post-login .block-loading.initial strong, .container-post-login .block-loading.initial .icon-more-info {
  background: #e9e9e9;
  color: #e9e9e9;
}

.container-post-login .block-loading.initial h2, .container-post-login .block-loading.initial p {
  display: table;
}

.container-post-login .block-loading.loading .spinner {
  opacity: 1;
}

.container-post-login .block-edit p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.container-post-login .block-edit strong {
  border: 1px solid #e5f7fb;
  color: #f6ad04;
  display: block;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  padding: 8px 10px 6px;
  text-align: center;
}

.container-post-login .info-block {
  background-color: #fff;
  margin-bottom: 80px;
  padding: 30px;
  border-radius: 5px;
}

.container-post-login .info-block [class^="col-"] + div {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .container-post-login .info-block [class^="col-"] + div {
    margin-top: 0;
  }
}

.container-post-login .info-block .row + .row:before {
  border-top: 2px solid #fff;
  content: '';
  display: block;
  height: 2px;
  margin: 20px 15px 0;
  padding-top: 40px;
}

.container-post-login .info-block .block-item {
  border: 0;
  padding: 0;
}

.container-post-login .info-block .block-item > .icon {
  fill: #f6ad04;
}

@media (min-width: 768px) {
  .container-post-login .info-block .block-item > .icon {
    top: 20px;
  }
}

.container-post-login .info-block .icon-team {
  height: 35px;
  width: 60px;
}

.container-post-login .info-block .icon-question {
  height: 46px;
  width: 41px;
}

@media (min-width: 768px) {
  .container-post-login .info-block .icon-question {
    margin-top: -12px;
  }
}

.container-post-login .info-block dl {
  margin-bottom: 0;
}

  .container-post-login .info-block dl .btn {
    background-color: #f6ad04;
    border: 2px solid #021f4e;
    color: #021f4e;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
    margin: 1px 0 0 0;
    padding: 2px 12px;
    vertical-align: top;
  }

    .container-post-login .info-block dl .btn:hover, .container-post-login .info-block dl .btn:focus {
      background-color: #fff;
      color: #021f4e;
      text-decoration: underline;
    }

.container-post-login .info-block dl span {
  display: inline-block;
  margin-right: 10px;
}

.container-post-login .info-block .dl-style2 dd {
  font-size: 28px;
}

.container-post-login .info-block dt,
.container-post-login .info-block dd {
  line-height: 1.25;
}

.container-post-login .info-block dt {
  color: #021f4e;
  font-size: 15px;
  font-weight: 300;
}

.container-post-login .info-block dd {
  color: #021f4e;
  font-size: 18px;
  margin-bottom: 10px;
}

.container-post-login .info-block dd + dd {
  margin-top: -10px;
}

.container-post-login .info-block .note ~ dd {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.container-post-login .info-block h3 {
  color: #f6ad04;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 16px;
  margin-top: 0;
}

.container-post-login .info-block .avatar p,
.container-post-login .info-block p {
  color: #021f4e;
}

.container-post-login .info-block .btn {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  bottom: 0;
}

.container-post-login .info-block .btn .icon {
  stroke: #021f4e;
}

  .container-post-login .info-block .btn:hover, .container-post-login .info-block .btn:focus {
    background-color: #fff;
    color: #021f4e;
  }

.container-post-login .info-block .btn:hover .icon, .container-post-login .info-block .btn:focus .icon {
  stroke: #fff;
}

.container-post-login .info-block .call-out {
  margin-bottom: 0;
}

.container-post-login .block-downloads {
  margin: 60px 0 30px;
}

.container-post-login .block-downloads h2 {
  margin: 0 0 15px;
}

.container-post-login .block-downloads h3 {
  margin: 0 0 12px;
}

.container-post-login .block-downloads ul {
  padding: 0;
}

.container-post-login .block-downloads li {
  background-color: #f7f7f5;
  list-style: none;
  margin-bottom: 10px;
  padding: 20px;
}

.container-post-login .block-downloads p {
  margin: 0;
}

.container-post-login .block-downloads p + p {
  margin-top: 15px;
}

.container-post-login .block-downloads p.style2 {
  font-size: 14px;
  line-height: 20px;
}

.container-post-login .block-downloads .button {
  display: block;
  margin-top: 15px;
}

.container-post-login .block-downloads .btn {
  position: static;
}

.container-post-login .block-downloads-style2 {
  margin-top: 0;
  margin-bottom: 38px;
}

.container-post-login .block-downloads-style2 ul, .container-post-login .block-downloads-style2 li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container-post-login .block-downloads-style2 li {
  margin-bottom: 10px;
}

.container-post-login .block-downloads-style2 a {
  background: #f2f2f2;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 20px 10px 12px;
  display: block;
  margin: 0;
  color: #586a73;
  display: table;
  width: 100%;
}

.container-post-login .block-downloads-style2 a span {
  display: table-cell;
  vertical-align: middle;
}

.container-post-login .block-downloads-style2 a .icon {
  width: 20px;
  height: 20px;
  fill: #021f4e;
  margin-right: 12px;
}

.container-post-login .block-downloads-style2 a .filename {
  width: 100%;
}

.container-post-login .block-downloads-style2 a .link {
  font-weight: 700;
  text-align: right;
}

@media (max-width: 767px) {
  .container-post-login .block-downloads-style2 a .link {
    display: none;
  }
}

.container-post-login .block-downloads-style2 a:hover, .container-post-login .block-downloads-style2 a:focus {
  color: #586a73;
  text-decoration: none;
}

.container-post-login .survey {
  padding-top: 25px;
  border-top: 1px solid #f2f2f2;
}

.container-post-login .survey:before, .container-post-login .survey:after {
  content: " ";
  display: table;
}

.container-post-login .survey:after {
  clear: both;
}

.container-post-login .survey--page {
  border-top: none;
  padding-top: 100px;
}

.container-post-login .survey h4 {
  color: #021f4e;
  float: left;
  margin: 6px 0;
  font-weight: 600;
}

.container-post-login .survey ul {
  float: left;
  margin-bottom: 0;
  margin-left: 14px;
  margin-bottom: -10px;
}

.container-post-login .survey ul li {
  float: left;
  margin: 0;
}

.container-post-login .survey a {
  padding: 0 5px;
}

.container-post-login .survey a svg {
  fill: #dedede;
  transition: fill 0.3s;
  width: 26px;
  height: 26px;
}

.container-post-login .survey a:hover {
  text-decoration: none;
}

.container-post-login .survey a:hover svg {
  fill: #00afd5;
}

.container-post-login .survey a.survey-yes svg {
  margin-top: -2px;
}

.container-post-login .survey a.survey-no svg {
  margin-top: 6px;
}

.container-post-login .result-block {
  padding: 10px 15px 5px 15px;
}

.container-post-login .result-block span {
  margin-bottom: 10px;
  display: block;
}

.container-post-login .result-block p {
  color: #fff;
}

.container-post-login .result-block hr {
  border-top: 2px solid #d3d4d5;
  padding-bottom: 0;
  margin-bottom: 0;
}

.container-post-login .result-block a {
  text-decoration: none;
}

.container-post-login .result-block a > h3 {
  font-size: 22px;
  color: #021f4e;
  margin-bottom: 14px;
}

.container-post-login .result-block a > h3:hover {
  text-decoration: underline;
}

.container-post-login .result-block a > span {
  font-size: 14px;
  color: rgba(118, 141, 153, 0.75);
}

.container-post-login .result-block .btn {
  margin: 10px 0;
}

.container-post-login .result-block:last-child {
  margin-bottom: 60px;
}

.container-post-login .contact-block .icon {
  height: 32px;
  width: 32px;
  fill: #f6ad04;
  position: absolute;
  left: 15px;
}

.container-post-login .contact-block .contact-block-content {
  margin: 25px 0 0 50px;
}

.container-post-login .contact-block .contact-block-content p {
  margin: 0 0 10px;
}

.container-post-login .contact-block .contact-block-content .details {
  font-size: 22px;
  color: #021f4e;
  line-height: 26px;
}

.container-post-login .row-style1,
.container-post-login .row-style2 {
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 992px) {
  .container-post-login .row-style1,
  .container-post-login .row-style2 {
    position: relative;
  }
}

.container-post-login .col-style1,
.container-post-login .col-style2 {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .container-post-login .col-style1,
  .container-post-login .col-style2 {
    margin-bottom: 0;
    padding-bottom: 40px;
    position: static;
  }
}

.container-post-login .col-style1 h3,
.container-post-login .col-style2 h3 {
  color: #021f4e;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}

.container-post-login .col-style1 p,
.container-post-login .col-style2 p {
  color: #021f4e;
  font-weight: 300;
  margin-bottom: 30px;
}

.container-post-login .col-style1 .icon-leaving,
.container-post-login .col-style1 .icon-calculator,
.container-post-login .col-style2 .icon-leaving,
.container-post-login .col-style2 .icon-calculator {
  color: #021f4e;
  height: auto;
  margin: 0 0 20px;
}

.container-post-login .col-style1 .icon-leaving,
.container-post-login .col-style2 .icon-leaving {
  width: 76px;
}

.container-post-login .col-style1 .icon-calculator,
.container-post-login .col-style2 .icon-calculator {
  width: 54px;
}

@media (min-width: 992px) {
  .container-post-login .col-style1 .btn,
  .container-post-login .col-style2 .btn {
    bottom: 0;
    position: absolute;
  }
}

.container-post-login .col-style2 + .col-style2 {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .container-post-login .col-style2 + .col-style2 {
    margin-top: 0;
  }
}

.container-post-login .col-style2 h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 60px;
}

.container-post-login .col-style2 h2,
.container-post-login .col-style2 h3,
.container-post-login .col-style2 p {
  color: #fff;
}

.container-post-login .col-style2 a {
  color: #fff;
}

.container-post-login .col-style2 a:hover, .container-post-login .col-style2 a:focus {
  color: #fff;
}

.container-post-login .col-style2 .btn {
  background-color: #f6ad04;
  bottom: 0;
  color: #021f4e;
}

.container-post-login .col-style2 .btn .icon {
  stroke: #021f4e;
}

  .container-post-login .col-style2 .btn:hover, .container-post-login .col-style2 .btn:focus {
    background-color: #fff;
    color: #021f4e;
  }

    .container-post-login .col-style2 .btn:hover .icon, .container-post-login .col-style2 .btn:focus .icon {
      stroke: #021f4e;
    }

.container-post-login .col-style2 .icon-pension,
.container-post-login .col-style2 .icon-details,
.container-post-login .col-style2 .icon-support {
  height: 54px;
  margin-bottom: 10px;
  width: auto;
}

.container-post-login .avatar {
  margin-bottom: 30px;
}

.container-post-login .avatar:before, .container-post-login .avatar:after {
  content: " ";
  display: table;
}

.container-post-login .avatar:after {
  clear: both;
}

.container-post-login .avatar .image {
  border-radius: 50%;
  height: 56px;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
}

.container-post-login .avatar p {
  color: #021f4e;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.container-post-login .avatar p b {
  display: block;
}

.container-post-login .call-out {
  background-color: #021f4e;
  font-weight: 300;
  margin-bottom: 40px;
  padding: 30px;
  position: relative;
  border-radius: 5px;
}

.container-post-login .call-out--animated {
  transform: scale(0);
  display: inline-block;
}

.container-post-login .call-out:before {
  border-bottom: 10px solid #021f4e;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
/*  content: '';*/
  margin: -40px 0 0 -14px;
  position: absolute;
  width: 0;
}

.container-post-login .call-out a {
  color: #f6ad04;
  text-decoration: underline;
}

  .container-post-login .call-out a:hover, .container-post-login .call-out a:focus {
    color: #f6ad04;
    text-decoration: none;
  }

/*.container-post-login .call-out b, .container-post-login .call-out strong {
  color: #00afd5;
}*/

.container-post-login .call-out p {
  color: #fff;
}

.container-post-login .call-out p:last-child {
  margin-bottom: 0;
}

.container-post-login .call-out.fade-in {
  animation: scaleIn 0.4s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: 32px 0 0;
}

.container-post-login .call-out.loading {
  padding: 14px 28px 24px;
  display: inline-block;
}

.container-post-login .call-out.loading .loader {
  display: inline-block;
}

.container-post-login .call-out.loading:before {
  margin: -24px 0 0 -12px;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.col-md-4 .block-downloads {
  background-color: #fff;
  padding: 30px 30px 15px;
}

@media (min-width: 768px) {
  .col-md-9 .block-downloads li {
    padding-right: 215px;
    position: relative;
  }
  .col-md-9 .block-downloads li:after {
    border-left: 2px solid #cfd0d0;
    content: '';
    top: 30px;
    bottom: 30px;
    position: absolute;
    right: 195px;
  }
}

@media (min-width: 768px) {
  .col-md-9 .block-downloads .button {
    margin-top: -18px;
    position: absolute;
    right: 40px;
    top: 50%;
  }
}

.progress {
  background: repeating-linear-gradient(-55deg, #fff, #fff 7px, #f5f5f5 7px, #f5f5f5 12px);
  border: 2px solid #004175;
  border-radius: 8px;
  height: 14px;
  max-width: 330px;
}

.progress-bar {
  background-color: #f6ad04;
  transition: none;
}

.container-profile {
  background-color: #021f4e;
  color: #ffffff;
  line-height: 1.2;
  padding: 14px 0;
}

.container-profile .user {
  font-size: 22px;
  font-weight: 300;
  margin: 8px 0 0;
  padding-left: 38px;
}

.container-profile .user .icon-person {
  background-color: #004175;
  border-radius: 50%;
  margin: -8px 0 0 -38px;
  padding: 16px;
  position: absolute;
}

.container-profile .user .icon-person img {
  fill: #f6ad04;
  height: 24px;
  margin: -12px 0 12px -12px;
  width: 24px;
}

.container-profile .user .icon-person svg {
    fill: #f6ad04;
    height: 16px;
    margin: -8px 0 8px -8px;
    width: 16px;
}

.container-profile p.user .header-name {
    color: #fff
}

.container-profile p.user .header-name:hover { 
    text-decoration: underline;
    color: #fff;
}

.container-profile dt:first-of-type {
  border: 0;
  padding-left: 0;
}

.container-profile dt,
.container-profile dd {
  font-size: 14px;
  line-height: 16px;
}

.container-profile dt {
  font-weight: 300;
}

.container-profile dd {
  color: #ffffff;
  padding-right: 30px;
}

.container-profile p {
  font-size: 14px;
  line-height: 18px;
}

.container-profile-small .link-style1 {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 2px 10px;
  float: right;
  margin-top: 8px;
}

.container-profile-small .link-style1:hover, .container-profile-small .link-style1:focus {
  background-color: #ffffff;
}

.container-profile-small dl {
  float: left;
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .container-profile-small dl {
    padding-left: 53px;
  }
}

.container-profile-small dt,
.container-profile-small dd {
  display: inline-block;
  line-height: 24px;
}

@media (max-width: 991px) {
  .container-profile-small dt,
  .container-profile-small dd {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .container-profile-small dt,
  .container-profile-small dd {
    float: left;
  }
}

@media (min-width: 992px) {
  .container-profile-small dt {
    border-left: 2px solid #fff;
    padding-left: 30px;
    padding-right: 2px;
  }
}

@media (max-width: 991px) {
  .container-profile-small dt {
    clear: left;
    padding-right: 5px;
  }
}

.container-profile-overview {
  padding: 30px 0 0;
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  .container-profile-overview {
    padding-bottom: 30px;
  }
}

.container-profile-overview .link-style1 {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  border-radius: 10px;
  color: #021f4e;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 2px 10px;
  margin-left: 40px;
  margin-top: 20px;
  position: relative;
  white-space: nowrap;
}

.container-profile-overview .link-style1:hover, .container-profile-overview .link-style1:focus {
  background-color: #fff;
}

@media (min-width: 768px) {
  .container-profile-overview .link-style1 {
    bottom: 0;
    position: absolute;
  }
}

@media (min-width: 992px) {
  .container-profile-overview .link-style1 {
    left: 40px;
    margin: 0;
    position: absolute;
  }
}

.container-profile-overview .user {
  font-size: 28px;
  line-height: 32px;
  margin: -2px 0 10px;
  padding-left: 76px;
}

.container-profile-overview .user b {
  color: #f6ad04;
  display: block;
  font-weight: 300;
}

.container-profile-overview .user .icon-person {
  margin: -2px 0 0 -76px;
  padding: 32px;
}

.container-profile-overview .user .icon-person svg {
  height: 28px;
  margin: -14px 0 14px -14px;
  width: 28px;
}

.container-profile-overview .progress-description {
  font-size: 12px;
  font-weight: 100;
  margin: 0 0 4px;
}

.container-profile-overview .link-style2 {
  background: 0;
  border: 0;
  color: #f6ad04;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
}

.container-profile-overview .link-style2:after, .container-profile-overview .link-style2:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: '';
  float: left;
  height: 0;
  margin: 5px 0 0 -24px;
  width: 0;
}

.container-profile-overview .link-style2:after {
  border-bottom: 7px solid #021f4e;
}

.container-profile-overview .link-style2:before {
  border-bottom: 7px solid #f6ad04;
  margin: 3px 6px 0 0;
}

.container-profile-overview .link-style2.collapsed:after {
  border-bottom: 0;
  border-top: 7px solid #021f4e;
  margin-top: 2px;
}

.container-profile-overview .link-style2.collapsed:before {
  border-bottom: 0;
  border-top: 7px solid #f6ad04;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .container-profile-overview .link-style2 {
    bottom: 0;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .container-profile-overview .row {
    display: table;
  }
}

.container-profile-overview [class^="col-"] {
  margin: 0 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .container-profile-overview [class^="col-"] {
    margin: 30px 0;
  }
}

.container-profile-overview [class^="col-"] + div {
  border-top: 2px solid #336da6;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .container-profile-overview [class^="col-"] {
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: top;
  }
  .container-profile-overview [class^="col-"] + div {
    border: 0;
    border-left: 2px solid #336da6;
    margin-left: 40px;
    padding-left: 40px;
    padding-top: 0;
  }
}

.container-profile-overview dl {
  margin-left: 42px;
}

@media (min-width: 768px) {
  .container-profile-overview dl {
    margin-left: 0;
  }
}

.container-profile-overview dd {
  font-size: 14px;
  margin-bottom: 6px;
}

.container-profile-overview .address {
  margin-bottom: 10px;
}

.container-profile-overview .address svg,
.container-profile-overview .email svg {
  fill: #f6ad04;
  float: left;
  margin-right: 20px;
}

.container-profile-overview .address span,
.container-profile-overview .email span {
  display: block;
  overflow: hidden;
}

.container-profile-overview .address .icon-address {
  height: 22px;
  width: 22px;
}

@media (min-width: 992px) {
  .container-profile-overview .address ~ .link-style1 {
    left: 80px;
  }
}

.container-profile-overview .address ~ .email .icon-email {
  height: 15px;
  width: 20px;
}

.container-profile-tasks {
  background-color: #f6ad04;
  padding: 36px 0;
}

.container-profile-tasks .container {
  position: relative;
  z-index: 10;
}

.container-profile-tasks .container:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #021f4e;
  content: '';
  height: 0;
  margin: -36px 0 0 60px;
  position: absolute;
  width: 0;
}

.container-profile-tasks .container > p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 40px 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  .container-profile-tasks .container > p {
    float: left;
    margin-right: 60px;
    padding-top: 16px;
    text-align: left;
    width: 108px;
  }
}

.container-profile-tasks .icon {
  border: 2px solid #021f4e;
  border-radius: 50%;
  height: 84px;
  position: relative;
  text-align: center;
  width: 84px;
}

  .container-profile-tasks .icon svg {
    fill: #021f4e;
    position: relative;
  }

.container-profile-tasks .icon-account svg {
  height: 40px;
  top: 28%;
  width: 30px;
}

.container-profile-tasks .icon-nominations svg {
  height: 30px;
  top: 32%;
  width: 40px;
}

.container-profile-tasks .icon-personal-details svg {
  height: 40px;
  top: 24%;
  width: 46px;
}

.container-profile-tasks .icon-support svg {
  height: 40px;
  top: 26%;
  width: 42px;
}

.container-profile-tasks .icon-calculator svg {
  height: 40px;
  top: 25%;
  width: 30px;
}

.container-profile-tasks .icon-info-laptop svg {
  height: 40px;
  top: 27%;
  width: 88px;
}

.container-profile-tasks .icon-percent-calculator svg {
  height: 54px;
  top: 16%;
  width: 83px;
}

.container-profile-tasks .icon-payslip-hist svg {
  height: 50px;
  top: 18%;
  width: 65px;
}

.container-profile-tasks .active .icon,
.container-profile-tasks .completed .icon,
.container-profile-tasks li:hover .icon,
.container-profile-tasks li:focus .icon {
  border-color: #004f88;
}

.container-profile-tasks .active p,
.container-profile-tasks .completed p,
.container-profile-tasks li:hover p,
.container-profile-tasks li:focus p {
  color: #021f4e;
}

.container-profile-tasks .active svg,
.container-profile-tasks .completed svg,
.container-profile-tasks li:hover svg,
.container-profile-tasks li:focus svg {
  fill: #004f88;
}

.container-profile-tasks .active a,
.container-profile-tasks li:hover a,
.container-profile-tasks li:focus a {
  opacity: 1;
  text-decoration: none;
  visibility: visible;
}

.container-profile-tasks .active a p,
.container-profile-tasks li:hover a p,
.container-profile-tasks li:focus a p {
  color: #fff;
}

.container-profile-tasks .completed:hover .icon,
.container-profile-tasks .completed:focus .icon,
.container-profile-tasks .completed .icon {
  border-color: #021f4e;
}

  .container-profile-tasks .completed:hover .icon:after,
  .container-profile-tasks .completed:focus .icon:after,
  .container-profile-tasks .completed .icon:after {
    color: #021f4e;
    content: url(/images/tick.svg);
    font-size: 60px;
    height: 45px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
  }

.container-profile-tasks .completed a {
  display: none;
}

.container-profile-tasks ul {
  clear: left;
  padding: 16px 0 0;
  text-align: center;
}

@media (min-width: 992px) {
  .container-profile-tasks ul {
    clear: none;
  }
}

.container-profile-tasks li {
  list-style: none;
  margin-top: 30px;
  position: relative;
  display: inline-block;
  margin-top: 30px;
  min-width: 132px;
  vertical-align: top;
  width: 15%;
}

@media (min-width: 992px) {
  .container-profile-tasks li {
    margin-top: 0;
  }
}

.container-profile-tasks li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 20px auto 0;
}

.container-profile-tasks li p span {
  display: block;
}

.container-profile-tasks li a {
  bottom: 0;
  left: 50%;
  margin-left: -66px;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: opacity 250ms linear;
  width: 132px;
}

.container-profile-tasks li a p {
  margin: 16px auto 4px;
}

.container-profile-tasks li .btn {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  border-radius: 11px;
  margin: 0 0 4px;
  padding: 0 14px;
}

  .container-profile-tasks li .btn:hover, .container-profile-tasks li .btn:focus {
    background-color: #fff;
  }
.container-profile-tasks .close-link {
  background: 0;
  height: 48px;
  position: absolute;
  padding: 0;
  right: 0;
  text-align: center;
  text-indent: -999em;
  top: -10px;
  width: 48px;
}

.container-profile-tasks .close-link:hover, .container-profile-tasks .close-link:focus {
  opacity: 0.5;
  text-decoration: none;
}

.container-profile-tasks .close-link:after {
  color: #fff;
  content: '\00d7';
  display: block;
  font-size: 36px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  text-indent: 0;
  top: 50%;
  width: 48px;
}

.full-wrapper {
  background-color: #f6f6f6;
  padding-top: 30px;
}

.full-wrapper-bg {
  background-color: #021f4e;
  margin: 0 0 40px;
}

.full-wrapper-bg.pre-pages {
  background-color: transparent;
}

.full-wrapper-bg .container {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .full-wrapper-bg {
    background-size: cover;
    margin: 0;
  }
}

.full-wrapper-bg.pre-pages {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .full-wrapper-bg.pre-pages {
  }
}

.full-wrapper-bg .col-md-12 {
  background-color: #021f4e;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .full-wrapper-bg .col-md-12 {
/*    background: rgba(0, 73, 144, 0.9);
    box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.7);*/
  }
}

@media (min-width: 992px) {
  .pre-pages .avatar {
    margin-top: -160px;
  }
}

.pre-pages .avatar p {
  color: #021f4e;
}

@media (min-width: 992px) {
  .pre-pages .avatar p {
    color: #fff;
  }
}

.pre-pages .call-out p {
  color: #021f4e;
}

.pre-pages .col-md-8,
.pre-pages .col-md-4 {
  margin-bottom: 60px;
}

.header-post-login .navbar-collapse {
  padding: 0 45px;
}

.header-post-login .navbar-nav > li {
  margin: 0;
}

.header-post-login .navbar-nav > li ul {
  padding-left: 0;
  list-style: none;
}

.header-post-login .navbar-nav > li ul li a {
  color: #44bdee;
}

.header-post-login .navbar-nav > li > a {
  border-top: 4px solid transparent;
  color: #021f4e;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 0 0;
  position: relative;
  display: inline-block !important;
}

.header-post-login .navbar-nav > li > a .notification {
  position: absolute;
  right: -22px;
  top: 6px;
  background: #00afd5;
  width: 23px;
  height: 16px;
  border-radius: 3px;
}

.header-post-login .navbar-nav > li > a .notification:before {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -3px;
  left: 7px;
  background: inherit;
}

@media (min-width: 992px) {
  .header-post-login .navbar-nav > li > a .notification {
    right: -20px;
    top: 18px;
  }
  .header-post-login .navbar-nav > li > a:hover {
    background: 0;
    border-top-color: #021f4e;
    color: #021f4e;
    text-decoration: underline;
  }
  .header-post-login .navbar-nav > li > a:active, .header-post-login .navbar-nav > li > a:focus {
    border-top-color: #f6ad04;
    color: #021f4e;
  }
}

@media (min-width: 992px) {
  .header-post-login .navbar-nav {
    padding: 0;
  }
  .header-post-login .navbar-nav li a {
    padding: 34px 0 26px;
  }
  .header-post-login .navbar-nav li + li {
    margin-left: 18px;
  }
}

.header-post-login .navbar-form {
  border: 0;
  display: block;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.header-post-login .navbar-form .form-group {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .header-post-login .navbar-form .form-group {
    display: block;
  }
}

.header-post-login .navbar-form label {
  display: block;
  margin: 0;
}

.header-post-login .navbar-form .form-control {
  background-color: #f6f6f5;
  color: #021f4e;
  font-size: 14px;
  font-weight: 300;
  height: 35px;
  padding-right: 35px;
  width: 100%;
}

.header-post-login .navbar-form .form-control::-webkit-input-placeholder {
  color: #021f4e;
}

.header-post-login .navbar-form .form-control::-moz-placeholder {
  color: #021f4e;
}

.header-post-login .navbar-form .form-control:-ms-input-placeholder {
  color: #021f4e;
}

.header-post-login .navbar-form .btn {
  background-color: #f6f6f5;
  color: #021f4e;
  height: 35px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}

@media (min-width: 992px) {
  .header-post-login .navbar-form {
    display: inline-block;
    margin: 0 16px 0 0;
    vertical-align: middle;
    width: 230px;
  }
}

@media (min-width: 992px) {
  .header-post-login .navbar-right {
    top: 28px;
  }
}

.header-post-login a.btn {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  display: block;
  font-size: 14px;
  padding: 15px;
}

.header-post-login a.btn:hover, .header-post-login a.btn:focus {
  background-color: #fff;
}

.header-post-login a.btn svg {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .header-post-login a.btn {
    display: inline-block;
    padding: 6px 15px;
  }
}

@media (min-width: 992px) {
  .container-post-login {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}

.container-post-login .table {
  color: #586a73;
  margin-bottom: 30px;
}

.container-post-login .table th {
  font-size: 22px;
  font-weight: 400;
  color: #021f4e;
  border-bottom: 3px solid #021f4e;
}

.container-post-login .table td {
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid #e7ebed;
  padding: 18px 8px 4px 8px;
}

.container-post-login .table th:last-child, .container-post-login .table td:last-child {
  text-align: right;
  font-weight: 700;
}

.container-post-login .data-output {
  padding: 0;
}

.container-post-login .data-output-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  min-height: 44px;
}

.container-post-login .data-output-item:nth-child(even) {
  background-color: #f0f0f0;
  font-size: 18px;
  font-weight: 400;
}

.container-post-login .data-output-item:nth-child(odd) {
  color: #00afd5;
  font-size: 24px;
  font-weight: 300;
  padding-left: 0px;
}

.container-post-login .data-output-item:last-child {
  margin-bottom: 30px;
}

.container-post-login .questions-anchors {
  margin-top: 0;
}

.container-post-login .questions-anchors a {
  text-decoration: underline;
}

.container-post-login .questions-anchors a:hover, .container-post-login .questions-anchors a:focus {
  text-decoration: none;
}

.container-post-login .nav-pills ul {
  margin: 0;
  padding: 0;
}

.container-post-login .nav-pills li {
  list-style: none;
  margin: 0;
}

.container-post-login .nav-pills a {
  color: #021f4e;
  display: block;
}

.container-post-login .nav-pills a:hover {
  background-color: initial;
}

.container-post-login .nav-pills > li {
  background-color: #ffffff;
  border-left: 2px solid #021f4e;
  margin-bottom: 10px;
  opacity: 0.3;
  padding: 20px;
}

.container-post-login .nav-pills > li > a,
.container-post-login .nav-pills > li > span {
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 0;
}

.container-post-login .nav-pills li li + li {
  padding-top: 8px;
}

.container-post-login .nav-pills li li a {
    background-position: right 8px center;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    inline-size: 210px;
    padding-right: 30px; /* ✅ space for the icon */
    padding-left: 5px;
}

  .container-post-login .nav-pills li li a:hover, .container-post-login .nav-pills li li a:focus {
    background-image: url(/images/arrow-right-midnight.svg);
    background-size: 14px 20px;
    text-decoration: none;
  }

.container-post-login .nav-pills .active {
  opacity: 1;
}

.container-post-login .nav-pills .active span {
  color: #021f4e;
  margin-bottom: 15px;
}

.container-post-login h1 {
  color: #021f4e;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  margin: 0 0 25px;
}

.container-post-login h1 span {
  display: block;
  overflow: hidden;
}

.container-post-login h1 .icon {
  float: left;
  margin: 10px 16px 0 0;
  height: 36px;
  width: auto;
}

.container-post-login h2 {
  color: #021f4e;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 12px;
}

  .container-post-login h2 a {
    color: #021f4e;
  }

.container-post-login h3 {
  color: #021f4e;
  margin: 0 0 16px;
}

.container-post-login h3:before, .container-post-login h3:after {
  content: " ";
  display: table;
}

.container-post-login h3:after {
  clear: both;
}

.container-post-login h3 .btn {
  float: right;
  margin: -6px 0 0;
}

.container-post-login p {
  color: #021f4e;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 16px;
}

.container-post-login p.contents-intro {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 28px;
}

.container-post-login a {
  color: #021f4e;
  text-decoration: underline;
}

  .container-post-login a:hover, .container-post-login a:focus {
    /*    color: #f6ad04;*/
    text-decoration-color: #f6ad04;
  }

.container-post-login ul,
.container-post-login ol {
  margin: 0 0 16px;
}

.container-post-login li {
  color: #021f4e;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.container-post-login .pull-out {
  border-left: 2px solid #021f4e;
  color: #021f4e;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 36px;
  padding-left: 20px;
  position: relative;
}

.container-post-login .sub-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.container-post-login .btn {
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  color: #021f4e;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  padding: 6px 14px;
  transition: all 200ms linear;
}

  .container-post-login .btn:hover, .container-post-login .btn:focus {
    background-color: #fff;
    color: #021f4e;
    text-decoration-color: #021f4e;
  }

  .container-post-login .btn .icon {
    height: 13px;
    margin-left: 6px;
    stroke: #021f4e; 
    width: 14px;
  }

.container-post-login .update-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 2.5rem;
  position: relative;
  background-color: #fff;
  height: 100%;
}

.container-post-login .update-card:first-child {
  margin-top: 0;
}

.container-post-login .update-card__img {
  display: block;
  width: 100%;
  height: 203px;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-post-login .update-card__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1.25rem;
  text-align: left;
}

@media (min-width: 992px) {
  .container-post-login .update-card__body {
    height: 50%;
  }
}

.container-post-login .update-card--small {
  -ms-flex-direction: row;
      flex-direction: row;
  height: auto;
}

.container-post-login .update-card--small .update-card__img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  height: auto;
}

.container-post-login .update-card--small--top {
  margin-top: 0;
}

.container-post-login .update-card--small .update-card__body {
  display: block;
  padding-left: 115px;
}

.container-post-login .update-card__title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 0px;
  font-size: 18px;
  line-height: 24px;
}

.container-post-login .update-card__title a {
  color: #021f4e;
}

.container-post-login .update-card__date {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #f6ad04;
}

.container-post-login .update-all-link {
  display: block;
  margin-bottom: 20px;
  color: #586A73;
}

@media (min-width: 992px) {
  .container-post-login .update-all-link {
    position: absolute;
    width: 100%;
    top: -45px;
  }
}

.container-post-login .call-out {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .container-post-login .avatar--chatbox {
    position: absolute;
    top: -90px;
  }
}

.container-post-login .flex-3-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: stretch;
}

@media (min-width: 992px) {
  .container-post-login .flex-3-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.container-post-login .flex-3-col {
  position: relative;
  width: 100%;
  margin-top: 50px;
  flex: 1 1 0;
  display: flex;
}

@media (min-width: 992px) {
  .container-post-login .flex-3-col {
    width: 33.3333%;
    margin-left: 2rem;
    margin-top: 100px;
    flex: 1 1 0;
    display: flex;
  }
}

.container-post-login .flex-3-col:first-child {
  margin-left: 0;
}


.container-post-login .callout-card {
  flex: 1;
/*  padding: 1.5rem;
  border-radius: 8px;
  background: #001a4d;
  color: #fff;*/
}


.container-post-login .helpful-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .container-post-login .helpful-links {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.container-post-login .helpful-links__heading {
  margin-top: 52px;
  margin-bottom: 33px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #021f4e;
}

.container-post-login .helpful-links .link-card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .container-post-login .helpful-links .link-card {
    -ms-flex-preferred-size: 47.918%;
    flex-basis: 47.918%;
    margin-left: 30px;
    border-radius: 5px;
  }
}

@media (min-width: 992px) {
  .container-post-login .helpful-links .link-card {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin-left: 30px;
    margin-bottom: 0;
    border-radius: 5px;
  }
}

.container-post-login .helpful-links .link-card:nth-child(3) {
  margin-left: 0;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .container-post-login .helpful-links .link-card:nth-child(3) {
    margin-left: 30px;
    border-radius: 5px;
  }
}

.container-post-login .helpful-links .link-card:first-child {
  margin-left: 0;
  border-radius: 5px;
}

.container-post-login .helpful-links .link-card__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  border-radius: 5px;
}

.container-post-login .helpful-links .link-card__body h3 a {
  color: #021f4e;
  border-radius: 5px;
}

.container-post-login .helpful-links .link-card__body p {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 30px;
  font-size: 18px;
  color: #586A73;
}

.container-post-login .helpful-links .link-card__body .btn:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-size: 12px;
}

.questions {
  margin: 40px 0 0;
}

.questions-header {
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 992px) {
  .questions-header {
    margin-bottom: 60px;
  }
}

.questions .icon-question {
  fill: #f6ad04;
  float: left;
  height: 82px;
  margin-right: 20px;
  width: 82px;
}

.questions .questions-title {
  color: #021f4e;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  overflow: hidden;
}

.questions b {
  display: block;
}

.questions .btn-questions {
  float: right;
  margin-bottom: 20px;
}

.questions .questions-header .btn-questions {
  margin-left: 100px;
}

@media (min-width: 992px) {
  .questions .questions-header .btn-questions {
    bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
  }
}

.questions-style2 {
  margin-top: 0;
}

.questions-style2 .panel-questions .panel-title {
  border-top: 0;
  padding-top: 0;
}

.questions-style2 .panel-questions .panel-title a {
  text-decoration: underline;
}

.questions-style2 .panel-questions .panel-title a:hover, .questions-style2 .panel-questions .panel-title a:focus {
  text-decoration: none;
}

.questions-style2 .panel-questions .panel-title a:before, .questions-style2 .panel-questions .panel-title a:after {
  display: none;
}

.questions-style2 .panel-questions .panel-body {
  padding: 0;
  margin: 40px 0;
}

.questions-style3 {
  padding-bottom: 0 !important;
}

.questions-style3 .panel-group {
  margin-bottom: 0;
}

.questions-style3 .panel-questions .panel-title {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.questions-style3 .panel-questions .panel-title a {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.questions-style3 .panel-questions .panel-body {
  padding: 20px 0 0;
}

.questions-style4 {
  color: #586a73 !important;
}

.questions-style4 .panel-group .panel {
  border: 1px solid #021f4e;
}

.questions-style4 .panel-group .panel + .panel {
  margin-top: 30px;
}

.questions-style4 .panel-questions .panel-title {
  border: none;
  background-color: #f2f2f2;
  padding: 22px 30px 20px 40px;
}

.questions-style4 .panel-questions .panel-title .row {
  display: table;
  width: 100%;
}

.questions-style4 .panel-questions .panel-title .row > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.questions-style4 .panel-questions .panel-title .row > div:first-child {
  width: 100%;
}

.questions-style4 .panel-questions .panel-title a {
  color: #00afd5;
  font-size: 32px;
  line-height: 1.125;
  padding-right: 40px;
  overflow: visible;
}

.questions-style4 .panel-questions .panel-title a:hover, .questions-style4 .panel-questions .panel-title a:focus {
  text-decoration: none;
}

.questions-style4 .panel-questions .panel-title a:after {
  border-top-color: #f2f2f2;
}

.questions-style4 .panel-questions .panel-title a .case-id {
  color: #586a73;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.questions-style4 .panel-questions .panel-title a .case-id strong {
  display: block;
  font-size: 24px;
  color: #021f4e;
}

.questions-style4 .panel-questions .panel-body {
  padding: 32px 40px 38px;
}

.questions-style4 .panel-questions .panel-body section {
  margin-top: 30px;
}

.questions-style4 .panel-questions .panel-body section p:last-child {
  margin-bottom: 0;
}

.questions-style4 .panel-questions .panel-body h3, .questions-style4 .panel-questions .panel-body h4 {
  font-weight: 700;
}

@media (max-width: 991px) {
  .questions-style4 .panel-group .panel + .panel {
    margin-top: 20px;
  }
  .questions-style4 .panel-questions .panel-title {
    padding: 16px 20px 14px 25px;
  }
  .questions-style4 .panel-questions .panel-title a {
    font-size: 24px;
    padding-right: 30px;
  }
  .questions-style4 .panel-questions .panel-body {
    padding: 25px 25px 25px 30px;
  }
}

@media (max-width: 767px) {
  .questions-style4 {
    margin-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .questions-style4 .panel-group {
    margin-bottom: 0;
  }
  .questions-style4 .panel-questions .panel-title {
    padding: 14px 15px 10px 15px;
  }
  .questions-style4 .panel-questions .panel-title .row > div {
    display: block;
  }
  .questions-style4 .panel-questions .panel-title a {
    font-size: 20px;
    padding-right: 0;
  }
  .questions-style4 .panel-questions .panel-title a .case-id {
    margin-top: 12px;
  }
  .questions-style4 .panel-questions .panel-title a .case-id strong {
    display: inline;
    font-size: 18px;
  }
  .questions-style4 .panel-questions .panel-body {
    padding: 15px 15px 15px 20px;
  }
  .questions-style4 .panel-questions .panel-body section {
    margin-top: 20px;
  }
  .questions-style4 .panel-questions .panel-body .block {
    margin-bottom: 20px;
  }
}

.up-to-date {
  font-size: 32px !important;
  color: #586a73 !important;
}

.up-to-date svg {
  fill: #00afd5;
  margin-left: 0.25em;
}

.panel-questions {
  clear: both;
  padding: 0;
}

.panel-questions label {
  display: block;
}

.panel-questions textarea {
  min-height: 200px;
  width: 100%;
}

.panel-questions .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.panel-questions .panel-title {
  border-top: 3px solid #e8e8e6;
  font-weight: 300;
  margin: 0;
  padding: 20px 0 13px;
}

.panel-questions .panel-title b {
  display: inline;
}

.panel-questions .panel-heading {
  background: 0;
  border: 0;
  padding: 0;
}

.panel-questions .panel-title a {
  color: #021f4e;
  cursor: pointer;
  display: block;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
}

.panel-questions .panel-title a:after, .panel-questions .panel-title a:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(180deg);
  width: 0;
}

.panel-questions .panel-title a:after {
  border-top: 7px solid #fff;
  margin-top: -2px;
}

.panel-questions .panel-title a:before {
  border-top: 7px solid #021f4e;
}

.panel-questions .panel-title a.collapsed:after, .panel-questions .panel-title a.collapsed:before {
  transform: rotate(0);
}

.panel-questions .panel-title a.collapsed:after {
  margin-top: -6px;
}

.panel-questions .panel-body {
  border: 0 !important;
  /* overwrite bootstrap */
  padding: 0;
}

@media (min-width: 992px) {
  .panel-questions .panel-body {
    padding: 0 15px 15px;
  }
}

.panel-questions .icon-question {
  height: 32px;
  width: 32px;
}

.panel-questions .avatar {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .panel-questions .avatar {
    float: right;
    margin-left: 10px;
    text-align: center;
  }
  .panel-questions .avatar .image {
    margin: 0 0 10px;
  }
  .panel-questions .avatar p {
    display: block;
    max-width: none;
  }
}

.panel-questions .content {
  margin-bottom: 10px;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .panel-questions .content {
    margin: 0;
    overflow: hidden;
    padding: 0 10px 0 0;
  }
}

.panel-questions .call-out {
  background-color: #e8e8e6;
  box-shadow: none;
  color: #021f4e;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 20px 30px;
  position: relative;
}

.panel-questions .call-out:before {
  border-left: 12px solid transparent;
  border-bottom: 10px solid #e8e8e6;
  border-right: 12px solid transparent;
/*  content: '';*/
  margin-top: -30px;
  position: absolute;
}

@media (min-width: 992px) {
  .panel-questions .call-out {
    margin-left: 40px;
  }
  .panel-questions .call-out:before {
    border: 0;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #e8e8e6;
    border-top: 12px solid transparent;
    left: auto;
    right: -10px;
    top: 50px;
  }
}

.panel-questions .call-out p {
  color: #021f4e;
  margin-bottom: 0;
}

.panel-questions .call-out .btn {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}

.panel-questions .call-out .btn:hover, .panel-questions .call-out .btn:focus {
  color: #fff;
}

.journey {
  text-align: center;
}

.journey h2 {
  color: #021f4e;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.25;
  margin: 60px 0;
}

.journey-path {
  padding: 0;
  position: relative;
}

.journey-path:after {
  background-color: #dcddde;
  bottom: 0;
  content: '';
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: -1;
}

.journey-path li {
  list-style: none;
  margin: 60px 0 0;
}

.journey-path .start,
.journey-path .end {
  background-color: #021f4e;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 86px;
  line-height: 86px;
  text-transform: uppercase;
  width: 86px;
}

.journey-path .start {
  margin-top: 0;
}

@media (min-width: 992px) {
  .journey-path .call-out {
    width: 80%;
  }
}

.journey-path .answer,
.journey-path .question {
  display: block;
  text-align: left;
}

.journey-path .answer .call-out {
  background-color: #fafafa;
}

.journey-path .answer .call-out:before {
  border-bottom-color: #fafafa;
}

.journey-path .answer p {
  color: #021f4e;
}

.journey-path .question {
  text-align: right;
}

.journey-path .question .avatar {
  text-align: left;
}

@media (min-width: 992px) {
  .journey-path .question .avatar {
    display: inline-block;
    width: 80%;
  }
}

.journey-path .question .avatar .image {
  background-color: #021f4e;
  border-radius: 50%;
  display: inline-block;
  float: none;
  height: 56px;
  margin: 0;
  text-align: center;
  width: 56px;
}

.journey-path .question .avatar svg {
  fill: #f6ad04;
  height: 32px;
  margin-top: 10px;
  width: 30px;
}

.journey-path .question .call-out {
  background-color: #021f4e;
  box-shadow: none;
  clear: right;
  display: block;
  text-align: left;
}

@media (min-width: 992px) {
  .journey-path .question .call-out {
    display: inline-block;
  }
}

.journey-path .question .call-out:before {
  display: none;
}

.journey-path .question p {
  color: #fff;
}

input[type="range"] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  background: transparent;
  /* Otherwise white in Chrome */
  width: 100%;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  cursor: pointer;
  width: 408px;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-tooltip {
  display: none;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  background-color: #f6ad04;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 26px;
  width: 26px;
  -webkit-appearance: none;
  margin-top: -11.3043478261px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

input[type=range]::-moz-range-thumb {
  background-color: #f6ad04;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 26px;
  width: 26px;
}

input[type=range]::-ms-thumb {
  background-color: #f6ad04;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 26px;
  width: 26px;
  margin-top: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #dce1e3;
  background-color: #dce1e3;
  cursor: pointer;
  height: 5px;
  width: 408px;
}

input[type=range]::-moz-range-track {
  background-color: #dce1e3;
  background-color: #dce1e3;
  cursor: pointer;
  height: 5px;
  width: 408px;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  cursor: pointer;
  height: 5px;
  width: 408px;
}

input[type=range]::-ms-fill-lower {
  background-color: #dce1e3;
}

input[type=range]::-ms-fill-upper {
  background-color: #dce1e3;
}

.range-custom {
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.range-wrapper {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.range-wrapper:before, .range-wrapper:after {
  background-color: #fff;
  color: #44bdee;
  font-size: 18px;
}

.range-wrapper:before {
  content: "" attr(data-min) "";
  margin-right: 4px;
}

.range-wrapper:after {
  content: "" attr(data-max) "";
  margin-left: 4px;
}

.range-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  /* For iOS */
  -ms-flex: 1;
      flex: 1;
  /* For iOS */
  max-width: 408px;
  /* For iOS */
  overflow: hidden;
  /*  Is required for Firefox to fix responsive width issue */
  padding: 13px 0;
  /*  Is required to show thumb as overflow: hidden; has been used above */
  width: 100%;
}

.range-show-value {
  background-color: #fff;
  border: 1px solid #021f4e;
  color: #01AFD5;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 1px 0;
  padding: 9px 13px;
}

.select2 {
  cursor: pointer;
  display: block;
  height: 55px;
}

.select2 span {
  display: block;
}

.select2-selection__choice:first-child .select2-selection__choice__remove,
.select2-search--hide,
.select2-search {
  display: none;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute;
}

.select2-selection__choice__remove {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  width: 30px;
}

.select2-container {
  background-color: #fff;
  color: #555;
  font-size: 16px;
  line-height: 40px;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: auto !important;
}

.select2-container + .select2-container {
  border-bottom: 1px solid #021f4e;
  left: 15px !important;
  right: 15px;
  z-index: 1040;
}

.select2-container ul {
  margin: 0;
  padding: 0;
}

.select2-container li {
  list-style: none;
  margin: 0;
}

.select2-container a {
  cursor: pointer;
}

.select2-container .select2-selection {
  color: #555;
  display: block;
  font-size: 16px;
  height: 55px;
  line-height: 44px;
  padding: 6px 12px;
  position: relative;
}

.select2-container .select2-selection:before {
  border-left: 1px solid #bfd1e3;
  bottom: 0;
  content: '';
  margin: 12px 0;
  position: absolute;
  right: 56px;
  top: 0;
}

.select2-container .select2-selection:after {
  background: url(/images/drop-arrow.svg) no-repeat 50% 50% #fff;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}

.select2-dropdown {
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto !important;
}

.select2-results {
  display: block;
}

.select2-results .select2-results__option--highlighted {
  background-color: #f1f1f1;
}

.select2-results li {
  cursor: pointer;
  line-height: 22px;
  padding: 8px 52px;
  -webkit-touch-callout: none;
  word-wrap: break-word;
}

.select2-results li.selected, .select2-results li:focus {
  background-color: #f1f1f1;
}

.select2-results li[aria-disabled] {
  color: #ccc;
  cursor: default;
}

.select2-results li[aria-disabled]:hover, .select2-results li[aria-disabled]:focus {
  background: 0;
}

.button-row {
  padding-top: 40px;
}

.button-row-sm {
  padding-top: 18px;
}

.forms-style2 {
  margin: 30px 0;
}

.forms-style2 label {
  color: #021f4e;
}

.forms-style2 input,
.forms-style2 textarea,
.forms-style2 select {
  -webkit-appearance: none;
  border: 1px solid #021f4e;
  color: #021f4e;
  font-size: 22px;
}

.forms-style2 .label-wrap {
  padding-left: 0;
}

.forms-style2 .row {
  margin: 0 -45px;
}

.forms-style2 [class^="col-"] {
  padding: 0 45px 20px;
}

@media (min-width: 768px) {
  .forms-style2 .col-widow {
    float: right;
  }
}

.forms-style2 .select2-container {
  background-color: #fff;
  border: 1px solid #021f4e;
  color: #021f4e;
  font-size: 22px;
  line-height: 40px;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: auto !important;
}

.forms-style2 .select2-container + .select2-container {
  border: 1px solid #021f4e;
  margin-top: -1px;
  left: 45px !important;
  right: 45px;
}

.forms-style2 .select2-container li,
.forms-style2 .select2-container .select2-selection {
  color: #021f4e;
  font-size: 22px;
  height: 52px;
}

.forms-style2 .select2-container li {
  padding: 12px;
}

.nomination-form .row {
  margin: 0 -30px;
}

.nomination-form [class^="col-"] {
  padding: 0 15px 20px;
}

.nomination-form .select2-container + .select2-container {
  left: 15px !important;
  right: 15px;
}

.forms-style3 {
  margin: 30px 0;
}

.forms-style3 h2 {
  color: #021f4e;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 25px;
  padding: 15px 0 0;
}

.forms-style3 h3 {
  font-size: 24px;
  line-height: 28px;
}

.forms-style3 .icon-more-info {
  margin-left: 8px;
}

.forms-style3 .label-text {
  color: #586a73;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 10px;
  padding-right: 20px;
  vertical-align: middle;
  width: 285px;
}

@media (min-width: 768px) {
  .forms-style3 .label-text {
    display: inline-block;
    margin: 0;
  }
}

.forms-style3 .post-fix {
  display: inline-block;
  font-size: 32px;
  padding-left: 10px;
  vertical-align: middle;
}

.forms-style3 label {
  color: #021f4e;
  display: block;
  margin: 0;
}

.forms-style3 label + label {
  margin: 24px 0 0;
}

.forms-style3 .illustration {
  margin: 0 0 40px;
}

.forms-style3 .illustration h4 {
  color: #586a73;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.forms-style3 .illustration .section {
  padding: 20px;
}

.forms-style3 .illustration .section.with-disclaimer {
  padding-bottom: 15px;
}

.forms-style3 .illustration .section.with-disclaimer .disclaimer {
  padding-top: 20px;
}

.forms-style3 .illustration .section.with-disclaimer .disclaimer p {
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .forms-style3 .illustration .section {
    padding: 40px;
  }
}

.forms-style3 .illustration .section + .section {
  margin-top: 2px;
}

.forms-style3 .button-row {
  border-top: 2px solid #021f4e;
  margin: 0 0 40px;
}

.forms-style3 .button-row:after {
  clear: both;
  content: '';
  display: table;
}

.forms-style3 .button-row .btn {
  float: right;
}

.forms-style3 .button-row-style2 {
  margin: 0 0 40px;
}

.forms-style3 .button-row-style2 .btn {
  float: left;
}

.forms-style3 .button-row-style2 .btn-text {
  color: #021f4e;
  float: right;
  font-size: 18px;
  line-height: 36px;
}

.forms-style3 .form-footer {
  border-top: 2px solid #021f4e;
  padding: 20px;
}

@media (min-width: 768px) {
  .forms-style3 .form-footer {
    padding: 40px;
  }
}

.forms-style3 .form-footer h2 {
  margin: 0 0 10px;
}

.forms-style3 .form-footer p {
  margin: 0 0 40px;
}

.forms-style3 .form-footer .btn {
  float: none;
  white-space: inherit;
  width: 100%;
}

.forms-style3 .panel-group {
  margin: 0;
}

.forms-style3 .panel {
  background-color: white;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #586a73;
  padding: 8px 10px;
}

.forms-style3 .panel .panel-heading {
  background-color: white;
  border: 0;
  padding: 0;
}

.forms-style3 .panel .panel-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.forms-style3 .panel .panel-title .toggle {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .forms-style3 .panel .panel-title .toggle {
    padding: 0;
    position: absolute;
    right: 28px;
    top: 0px;
  }
}

.forms-style3 .panel .panel-title a {
  color: #586a73;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .forms-style3 .panel .panel-title a {
    padding-top: 32px;
  }
}

.forms-style3 .panel .panel-title a:hover, .forms-style3 .panel .panel-title a:focus {
  text-decoration: none;
}

.forms-style3 .panel .panel-title a:after, .forms-style3 .panel .panel-title a:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 8px;
  transform: rotate(180deg);
  width: 0;
}

.forms-style3 .panel .panel-title a:after {
  border-top: 7px solid #fff;
  margin-top: 2px;
}

.forms-style3 .panel .panel-title a:before {
  border-top: 7px solid #021f4e;
}

.forms-style3 .panel .panel-title a.collapsed:after, .forms-style3 .panel .panel-title a.collapsed:before {
  top: 9px;
  transform: rotate(0);
}

.forms-style3 .panel .panel-title a.collapsed:after {
  margin-top: -2px;
}

.forms-style3 .panel .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.forms-style3 .panel .panel-body {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding: 12px 0 0;
}

.forms-style3 .panel .closed {
  display: none;
}

.forms-style3 .panel .open {
  display: inline;
}

.forms-style3 .panel .collapsed .closed {
  display: inline;
}

.forms-style3 .panel .collapsed .open {
  display: none;
}

.forms-style3 .panel .row {
  display: block;
}

.forms-style3 input,
.forms-style3 textarea,
.forms-style3 select {
  -webkit-appearance: none;
  border: 1px solid #021f4e;
  border-radius: 0;
  color: #021f4e;
  font-size: 32px;
  line-height: 32px;
  padding: 7px 16px 4px;
  vertical-align: middle;
}

.forms-style3 input {
  width: 240px;
}

.forms-style3 input.small {
  width: 100px;
}

.forms-style3 .range-show-value {
  -moz-appearance: textfield;
  color: #01AFD5;
  height: 54px;
  width: 70px;
}

.forms-style3 .range-show-value::-webkit-inner-spin-button,
.forms-style3 .range-show-value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.forms-style3 input[type=range] {
  width: 100%;
}

.forms-style3 .addon {
  display: inline-block;
  vertical-align: middle;
}

.forms-style3 .addon:before {
  color: #021f4e;
  content: '\00a3';
  font-size: 34px;
  margin: 6px 0 0 15px;
  position: absolute;
}

.forms-style3 .addon input {
  padding-left: 34px;
}

.forms-style3 .icon-calendar {
  margin-top: -15px;
}

.forms-style3 .icon-calendar svg {
  height: 31px;
  width: 37px;
}

.forms-style3 .icon-cash {
  margin-top: -15px;
}

.forms-style3 .icon-cash svg {
  height: 30px;
  width: 21px;
}

.forms-style3 p + .form-group {
  margin-top: 40px;
}

.forms-style3 .form-group {
  margin-bottom: 40px;
}

.forms-style3 .form-group .icon {
  display: none;
  left: -68px;
  position: absolute;
  top: 28px;
  width: 66px;
  text-align: center;
}

@media (min-width: 768px) {
  .forms-style3 .form-group .icon {
    display: inline-block;
  }
}

.forms-style3 .form-group .icon svg {
  fill: #021f4e;
}

@media (min-width: 768px) {
  .forms-style3 .form-group {
    border-left: 2px solid #00afd5;
    margin-left: 66px;
    padding-left: 20px;
    position: relative;
  }
}

.forms-style3 .custom-checkbox {
  margin-top: 8px;
}

.forms-style3 .faux-checkbox {
  margin: 8px 0;
}

.forms-style3 input[type="date"] {
  font-size: 22px;
  text-transform: uppercase;
}

input[type="range"] {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: inherit;
  width: auto;
}

.address-check {
  padding-bottom: 50px;
}

.address-check .checkbox {
  margin: 40px 0px;
}

.address-check h2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
}

.address-check h2 + p {
  width: 75%;
}

.address-check label {
  cursor: pointer;
  padding-left: 0;
}

.address-check label h2 {
  text-transform: none;
  display: inline-block;
  position: relative;
  top: 5px;
}

.address-check a {
  color: #fff;
  text-decoration: underline;
}

.address-check input[type="checkbox"],
.custom-checkbox input[type="checkbox"] {
  display: none;
}

.address-check input[type="checkbox"] + label .faux-checkbox,
.custom-checkbox input[type="checkbox"] + label .faux-checkbox {
  background-color: #fff;
  border: 1px solid #021f4e;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 55px;
  height: 55px;
}

.address-check input[type="checkbox"]:checked + label .faux-checkbox,
.custom-checkbox input[type="checkbox"]:checked + label .faux-checkbox {
  background-image: url(/images/checkbox.png);
  background-position: 50%;
  background-repeat: no-repeat;
}

.address-check label h2,
.custom-checkbox label h2 {
  display: inline-block;
  position: relative;
  top: 5px;
}

.checkbox-style2 input[type="checkbox"] + label .faux-checkbox {
  background: #c5c5c5 url(/images/checkbox-white.png) center center no-repeat;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: 0 0 0 18px;
}

.checkbox-style2 input[type="checkbox"]:checked + label .faux-checkbox {
  background: #004077 url(/images/checkbox-white.png) center center no-repeat;
}

.checkbox-style2 label {
  font-size: 18px;
  min-height: 34px;
  color: #586a73;
  font-weight: 700;
  text-decoration: underline;
}

.custom-radio label, .custom-date label {
  min-height: 55px;
  display: table;
}

.custom-radio h3, .custom-date h3 {
  color: #586a73;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}

.custom-radio.right-aligned, .custom-date.right-aligned {
  padding-right: 55px;
  position: relative;
  max-width: 420px;
}

.custom-radio.right-aligned label, .custom-date.right-aligned label {
  padding-left: 0;
}

.custom-radio.right-aligned h3, .custom-date.right-aligned h3 {
  padding-right: 35px;
}

.custom-radio {
  min-height: 55px;
  margin-top: 0;
  margin-bottom: 0;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio input[type="radio"] + label .faux-checkbox {
  background-color: #fff;
  border: 1px solid #021f4e;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 55px;
  height: 55px;
}

.custom-radio input[type="radio"]:checked + label .faux-checkbox {
  background-image: url(/images/radio.png);
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom-radio.right-aligned {
  padding-right: 55px;
}

.custom-radio.right-aligned input[type="radio"] + label .faux-checkbox {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.custom-date input[type="date"] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 55px;
}

.custom-date label {
  padding-left: 20px;
}

.radio-or {
  font-size: 24px;
  line-height: 1;
  top: -1px;
  position: relative;
}

@media (max-width: 419px) {
  .btn {
    white-space: normal;
  }
  .checkbox-style2 label {
    padding-right: 44px;
    position: relative;
  }
  .checkbox-style2 label span {
    display: block;
  }
  .checkbox-style2 .faux-checkbox {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px !important;
    margin-left: 0 !important;
  }
  .custom-date {
    padding-right: 0 !important;
  }
  .custom-date input[type="date"] {
    position: relative;
  }
  .radio-or {
    margin: 10px 0 !important;
  }
}

.landing-journey {
  animation-delay: 4.5s;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes fade-in-scale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes transform-up {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes airplane {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes move-left {
  100% {
    transform: translateX(-10px);
  }
}

@keyframes move-right {
  100% {
    transform: translateX(10px);
  }
}

@keyframes move-up {
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

#svg-journey {
  padding-top: 20px;
  width: 100%;
  height: auto;
}

#svg-journey .svg-stroke-right {
  fill: none;
  stroke: #021f4e;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 3s 4.5s ease-in forwards;
}

#svg-journey .svg-stroke-left {
  fill: none;
  stroke: #021f4e;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 3s 4.5s ease-in forwards;
}

#svg-journey .svg-stroke-right-thick {
  fill: none;
  stroke: #00afd5;
  stroke-width: 23;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2.6s 5.5s linear forwards;
}

#svg-journey .svg-plant-light {
  opacity: 1;
  transform: scale(0);
  transform-origin: 50% 100%;
  animation: transform-up 0.3s 5.5s linear forwards;
}

#svg-journey .svg-plant-light-bulb, #svg-journey .svg-plant-light-petals {
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  animation: fade-in-scale 1s 5.5s cubic-bezier(1, -0.1, 0.6, 2.2) forwards;
}

#svg-journey .svg-laptop {
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  animation: fade-in-scale 1s 6.1s cubic-bezier(1, -0.1, 0.6, 2.2) forwards;
}

#svg-journey .svg-mug {
  opacity: 0;
  transform: scale(0);
  transform-origin: 40% 100%;
  animation: fade-in-scale 1s 6.3s cubic-bezier(1, -0.1, 0.6, 2.2) forwards;
}

#svg-journey .svg-plane {
  opacity: 0;
  transform: scale(0) translateY(-40px);
  transform-origin: 50% 0%;
  animation: airplane 1.2s 8.5s ease-out forwards;
}

#svg-journey .svg-cloud-left {
  opacity: 0;
  animation: fade-in 1.2s 8s ease-out forwards, move-left 1s 8.7s ease-out forwards;
}

#svg-journey .svg-cloud-right {
  opacity: 0;
  animation: fade-in 1.2s 8s ease-out forwards, move-right 1s 8.7s ease-out forwards;
}

#svg-journey .svg-pdf {
  opacity: 0;
  transform: translateY(70px);
  animation: move-up 0.5s 7.5s ease forwards;
}

#svg-journey .svg-heart-wrapper {
  transform-origin: 50% 50%;
}

#svg-journey .svg-head, #svg-journey .svg-heart {
  opacity: 0;
  animation: fade-in 0.5s ease-in forwards;
}

#svg-journey .svg-heart {
  fill: #00afd5;
}

#svg-journey .svg-stroke-flower {
  fill: #021f4e;
}

#svg-journey .st0 {
  fill: #ffffff;
  stroke: #021f4e;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

#svg-journey .st1 {
  fill: none;
  stroke: #282D33;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#svg-journey .st2 {
  fill: #BED3E4;
}

#svg-journey .svg-head {
  fill: #fff;
  stroke: #021f4e;
  stroke-width: 6;
  stroke-miterlimit: 10;
}

#svg-journey .st4 {
  fill: #F7F8FC;
}

#svg-journey .svg-grey-bg {
  opacity: 0.25;
  fill: none;
  stroke: #BED3E4;
  stroke-width: 40;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

#svg-journey .svg-white-fill {
  fill: #fff;
}

#svg-journey .stcu {
  fill: none;
  stroke: #021f4e;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#svg-journey .st7 {
  fill: none;
  stroke: #021f4e;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#svg-journey .st8 {
  fill: #f6ad04;
}

#svg-journey .st9 {
  fill: none;
  stroke: #021f4e;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

#svg-journey .st10 {
  fill: none;
  stroke: #021f4e;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#svg-journey .st11 {
  fill: none;
  stroke: #021f4e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#svg-journey .st12 {
  fill: #021f4e;
}

#svg-journey .st13 {
  fill: #00afd5;
}

.avatar-speach {
  position: relative;
  margin-bottom: 4.5rem;
  margin-left: 105px;
  padding: 20px 22px;
  background-color: #021f4e;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.avatar-speach:before {
  content: '';
  position: absolute;
  left: -105px;
  top: -5px;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/images/avatar-women.svg");
  background-repeat: no-repeat;
  background-size: 80px;
}

.avatar-speach:after {
  content: '';
  position: absolute;
  left: -13px;
  top: 23px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #021f4e;
}

.hr--thin-grey {
  border-top: 1px solid #eee;
}

.retire-tabs__title {
  font-size: 32px;
  font-weight: 300;
}

.retirement-tabs .nav-tabs {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
  margin-bottom: 0;
}

.retirement-tabs .nav-tabs > li {
  float: none;
  width: 25%;
  margin: 0;
  padding: 17px;
  background-color: #F6F6F6;
  margin-left: .5rem;
}

.retirement-tabs .nav-tabs > li:first-child {
  margin-left: 0;
}

.retirement-tabs .nav-tabs > li:hover {
  background-color: #eee;
}

.retirement-tabs .nav-tabs > li:hover .see-detail:after {
  content: '';
  transform: rotate(90deg);
}

.retirement-tabs .nav-tabs > li.active {
  background-color: #021f4e;
}

.retirement-tabs .nav-tabs > li.active > a {
  border: 0;
  color: #fff;
  background-color: #021f4e;
}

.retirement-tabs .nav-tabs > li.active > a strong {
  color: #fff;
}

.retirement-tabs .nav-tabs > li.active > a:hover, .retirement-tabs .nav-tabs > li.active > a:focus {
  background-color: #021f4e;
  border: 0;
  color: #fff;
  outline: 0;
}

.retirement-tabs .nav-tabs > li.active > a .see-detail {
  color: #fff;
}

.retirement-tabs .nav-tabs > li.active > a .see-detail:after {
  content: '';
  transform: rotate(90deg);
}

.retirement-tabs .nav-tabs > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  height: 100%;
  padding: 0;
  color: #586A73;
  border-radius: 0;
  border: 0;
}

.retirement-tabs .nav-tabs > li > a strong {
  display: block;
  margin-bottom: 5px;
  color: #021f4e;
}

.retirement-tabs .nav-tabs > li > a:hover, .retirement-tabs .nav-tabs > li > a:focus {
  background-color: transparent;
  border: 0;
  outline: 0;
}

.retirement-tabs .nav-tabs > li > a .see-detail {
  position: relative;
  display: block;
  margin-top: auto;
  padding-top: 1.25rem;
  font-weight: 700;
  color: #021f4e;
}

.retirement-tabs .nav-tabs > li > a .see-detail:after {
  content: '';
  position: absolute;
  right: 0;
  top: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/images/arrow-right-teal.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: all 300ms;
}

.retirement-tabs .tab-content .tab-pane__intro {
  background-color: #021f4e;
  padding: 2.5rem 3rem;
  color: #fff;
}

.retirement-tabs .tab-content h4 {
  font-size: 24px;
  font-weight: 300;
}

.retirement-tabs .tab-content ul {
  padding-left: 0;
  margin-left: 20px;
}

.retirement-tabs .tab-content ul li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  list-style: none;
}

.retirement-tabs .tab-content ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.retirement-tabs .tab-content p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.retirement-tabs .tab-content .accordion-wrapper {
  padding: 2rem;
  background-color: #F6F6F6;
}

.retirement-tabs .tab-content .accordion {
  margin-top: 16px;
  margin-left: 0;
  padding-left: 0;
  border-top: 2px solid #fff;
}

.retirement-tabs .tab-content .accordion__link {
  position: relative;
  display: block;
  padding-right: 50px;
  font-size: 24px;
  color: #021f4e;
  font-weight: 300;
}

.retirement-tabs .tab-content .accordion__link:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-block;
  width: 18px;
  height: 9px;
  background-image: url("/images/drop-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.retirement-tabs .tab-content .accordion__link.collapsed:after {
  transform: rotate(0deg);
}

.retirement-tabs .tab-content .accordion__link:hover {
  cursor: pointer;
}

.retirement-tabs .tab-content .accordion__item {
  margin: 0;
  padding-left: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.retirement-tabs .tab-content .accordion__item:before {
  content: none;
}

.retirement-tabs .tab-content .accordion__content {
  margin-top: 2rem;
}

.retirement-tabs .tab-content .accordion__content p {
  color: #586A73;
}

.retirement-tabs .tab-content .accordion__content ul li {
  color: #586A73;
}

.retirement-tabs .tab-content .accordion__content ul li:before {
  background-color: #586A73;
}

.retirement-tabs .tab-content .accordion__content ol li {
  padding-left: 10px;
  list-style: decimal;
  color: #586A73;
}

.retirement-tabs .tab-content .accordion__content ol li:before {
  content: none;
}

.retirement-tabs .tab-content .accordion__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #021f4e;
}

.retirement-tabs .tab-content .accordion__content .btn {
  position: relative;
  padding-right: 55px;
  padding-left: 20px;
}

.retirement-tabs .tab-content .accordion__content .btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 11px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 13px;
}

.retirement-tabs .tab-content .accordion__content .link--darkblue {
  color: #021f4e;
  font-weight: 700;
}

.retirement-tabs .tab-content .accordion__terms p {
  font-size: 14px;
  line-height: 20px;
}

.footer-helpful {
  padding-top: 25px;
  border-top: 1px solid #f2f2f2;
  border-top: none;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  text-align: center;
}

.footer-helpful:before, .footer-helpful:after {
  content: " ";
  display: table;
}

.footer-helpful:after {
  clear: both;
}

.footer-helpful h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  float: none;
  padding-left: 65px;
  color: #021f4e;
  font-weight: 600;
}

.footer-helpful h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: -16px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("/images/avatar-man.svg");
  background-repeat: no-repeat;
  background-size: 50px;
}

.footer-helpful ul {
  position: relative;
  top: 15px;
  float: none;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}

.footer-helpful ul li {
  float: left;
  margin: 0;
}

.footer-helpful a {
  padding: 0 5px;
}

.footer-helpful a svg {
  fill: #dedede;
  transition: fill 0.3s;
  width: 26px;
  height: 26px;
}

.footer-helpful a:hover {
  text-decoration: none;
}

.footer-helpful a:hover svg {
  fill: #00afd5;
}

.footer-helpful a.survey-yes svg {
  margin-top: -2px;
}

.footer-helpful a.survey-no svg {
  margin-top: 6px;
}

.retirement-modals .modal-btn {
  display: block;
  width: 100%;
  padding: 2rem;
  margin-bottom: .5rem;
  background-color: #F6F6F6;
  border: 0;
  font-size: 18px;
  color: #586A73;
}

.retirement-modals .modal-btn strong {
  display: block;
  font-size: 24px;
  color: #021f4e;
}

.retirement-modals .modal-btn:hover {
  background-color: #eee;
  text-decoration: none;
  color: #586A73;
  cursor: pointer;
}

.retirement-modals .modal-btn:focus {
  outline: 0;
}

.retirement-modals .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}

.retirement-modals .modal-header h4 {
  font-size: 32px;
  margin-bottom: 1rem;
}

.retirement-modals .modal-header p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}

.retirement-modals .modal-body {
  padding: 0;
}

.retirement-modals .modal-body .accordion-wrapper {
  padding: 2rem;
  background-color: #F6F6F6;
}

.retirement-modals .modal-body .accordion {
  margin-left: 0;
  padding-left: 0;
  border-top: 2px solid #fff;
}

.retirement-modals .modal-body .accordion__link {
  position: relative;
  display: block;
  font-size: 18px;
  color: #021f4e;
  font-weight: 300;
  padding-right: 50px;
}

.retirement-modals .modal-body .accordion__link:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-block;
  width: 18px;
  height: 9px;
  background-image: url("/images/drop-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.retirement-modals .modal-body .accordion__link.collapsed:after {
  transform: rotate(0deg);
}

.retirement-modals .modal-body .accordion__link:hover {
  cursor: pointer;
}

.retirement-modals .modal-body .accordion__item {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.retirement-modals .modal-body .accordion__item:before {
  content: none;
}

.retirement-modals .modal-body .accordion__content {
  margin-top: 2rem;
}

.retirement-modals .modal-body .accordion__content p {
  color: #586A73;
}

.retirement-modals .modal-body .accordion__content ul li {
  color: #586A73;
}

.retirement-modals .modal-body .accordion__content ul li:before {
  background-color: #586A73;
}

.retirement-modals .modal-body .accordion__content ol li {
  padding-left: 10px;
  list-style: decimal;
  color: #586A73;
}

.retirement-modals .modal-body .accordion__content ol li:before {
  content: none;
}

.retirement-modals .modal-body .accordion__content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #021f4e;
}

.retirement-modals .modal-body .accordion__content .btn {
  position: relative;
  padding-right: 55px;
  padding-left: 20px;
}

.retirement-modals .modal-body .accordion__content .btn:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 11px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("/images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 13px;
}

.retirement-modals .modal-body .accordion__terms p {
  font-size: 14px;
  line-height: 20px;
}

.retirement-modals .modal-intro {
  background-color: #021f4e;
  padding: 3rem 3rem;
  color: #fff;
}

.retirement-modals .modal-intro h4 {
  font-size: 24px;
  font-weight: 300;
}

.retirement-modals .modal-intro p {
  color: #fff;
}

.retirement-modals .modal-intro ul {
  padding-left: 0;
  margin-left: 20px;
}

.retirement-modals .modal-intro ul li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  list-style: none;
}

.retirement-modals .modal-intro ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.rw-body {
  background-color: #f6f6f6;
}

.rw-header {
  min-height: 90px;
  background-color: #021f4e;
}

.rw-header .logo {
  margin-top: 8px;
}

.rw-header .container-profile-small .profile-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 13px;
  font-weight: 700;
}

.rw-header .container-profile-small .profile-header .user {
  float: left;
  font-weight: 700;
}

.rw-header .container-profile-small .profile-header dt {
  margin-left: 30px;
  font-weight: 700;
}

.rw-header .container-profile-small .profile-header dd {
  padding-right: 0;
  font-weight: 700;
}

.rw-header .container-profile-small.navbar-default {
  background-color: #021f4e;
}

.rw-header .container-profile-small.navbar-default .navbar-buttons {
  background: white;
  padding: 20px 0;
  margin-top: 15px;
}

.status-bar {
  padding: 20px 0;
  margin: 0;
  height: 80px;
  counter-reset: status-steps;
}

.status-bar__item {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #586a73;
}

@media (min-width: 767px) {
  .status-bar__item {
    margin-left: 20px;
    margin-right: 0;
    padding-left: 35px;
  }
}

.status-bar__item span {
  font-size: 1px;
  visibility: hidden;
}

@media (min-width: 767px) {
  .status-bar__item span {
    font-size: 13px;
    visibility: visible;
  }
}

.status-bar__item:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  counter-increment: status-steps;
  content: counter(status-steps);
  width: 26px;
  height: 26px;
  padding-top: 4px;
  text-align: center;
  background-color: #e6e6e6;
  color: #fff;
  border-radius: 50%;
}

.status-bar__item--active {
  padding-left: 35px;
  color: #021f4e;
}

.status-bar__item--active span {
  font-size: 13px;
  visibility: visible;
}

.status-bar__item--active:before {
  background-color: #021f4e;
}

.status-bar__item--done:before {
  background-color: #f6ad04;
  content: "";
  background-image: url("/images/tick-white.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.status-bar__item:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .status-bar__links {
    text-align: right;
  }
}

.status-bar__wrapper {
  text-align: center;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .status-bar__wrapper {
    text-align: left;
  }
}

.status-bar__wrapper .btn {
  margin-bottom: 10px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .status-bar__wrapper .btn {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.status-bar__wrapper .btn:first-child {
  margin-left: 0;
}

.sidebar-avatar {
  height: 85px;
}

.sidebar-avatar img {
  float: left;
  width: 64px;
  margin-right: 10px;
}

.sidebar-avatar p {
  padding-top: 10px;
  font-size: 14px;
  color: #021f4e;
}

.sidebar-avatar p strong {
  display: block;
}

.rw-call-out {
  background-color: #021f4e;
  font-weight: 300;
  padding: 20px;
  position: relative;
}

.rw-call-out--animated {
  transform: scale(0);
  display: inline-block;
}

.rw-call-out:before {
  border-bottom: 10px solid #021f4e;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: -30px 0 0 0px;
  position: absolute;
  width: 0;
}

.rw-call-out h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.rw-call-out p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.rw-call-status-summary {
  background-color: #fff;
}

.rw-call-status-summary ul {
  padding-left: 0;
}

.rw-call-status-summary ul li {
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 50px;
  font-size: 12px;
  list-style: none;
  color: #586a73;
  border-top: 1px solid #f6f6f6;
}

.rw-call-status-summary ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f6ad04;
  background-image: url("/images/tick-white.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.rw-call-status-summary ul li strong {
  display: block;
  font-size: 20px;
  color: #021f4e;
}

.rw-footer {
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #eee;
  background-color: #fff;
  text-align: right;
}

.rw-content-body {
    padding: 35px 35px 15px 35px;
    background-color: #fff;
}

.rw-content-body h1,
.rw-content-body h2,
.rw-content-body h3 {
  line-height: 1.25;
}

.rw-content-body h1 {
  margin: 30px 0;
  font-size: 36px;
  color: #021f4e;
}

.rw-content-body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #021f4e;
}

.rw-content-body p {
  margin-bottom: 30px;
  color: #586a73;
}

.rw-content-body .popover {
  line-height: 1.2;
}

.rw-content-body .alert {
  padding: 20px;
  border-radius: 0;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-color: #00afd5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #586a73;
}

.rw-content-body .alert h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #004993;
}

.rw-content-body .alert p {
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: 400;
}

.rw-content-body .alert .panel {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background: none;
  border-top: 1px solid #e6e6e6;
}

.rw-content-body .alert .panel a {
  display: block;
  padding: 10px 0;
}

.rw-content-body .alert .panel-group {
  margin-bottom: 0;
}

.rw-content-body .alert .panel-heading {
  padding: 0;
}

.rw-content-body .alert .panel-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #00afd5;
}

.rw-content-body .alert .panel-title span {
  padding-right: 24px;
  color: #586a73;
}

@media screen and (max-width: 535px) {
  .rw-content-body .alert .panel-title span {
    text-align: left;
    text-indent: -9999px;
    top: -27px;
    right: 10px;
    position: absolute;
    width: 95%;
  }
}

.rw-content-body .alert .panel-title a {
  position: relative;
}

.rw-content-body .alert .panel-title a:before, .rw-content-body .alert .panel-title a:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(180deg);
  width: 0;
}

.rw-content-body .alert .panel-title a:before {
  border-top: 7px solid #021f4e;
}

.rw-content-body .alert .panel-title a:after {
  border-top: 7px solid #f5f5f5;
  margin-top: -2px;
}

.rw-content-body .alert .panel-title a:focus {
  text-decoration: none;
}

.rw-content-body .alert .panel-title a:focus:hover {
  text-decoration: underline;
}

.rw-content-body .alert .panel-title a.collapsed:before, .rw-content-body .alert .panel-title a.collapsed:after {
  transform: rotate(0);
}

.rw-content-body .alert .panel-title a.collapsed:after {
  margin-top: -6px;
}

.rw-content-body .alert .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  background: none;
}

.rw-content-body .alert .panel-body {
  padding-top: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #586a73;
}

.rw-content-body .alert .panel-body .row:nth-child(odd) {
  background-color: rgba(0, 73, 147, 0.06);
}

.rw-content-body .alert .alert-figure {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #e6e6e6;
  color: #00afd5;
}

.rw-content-body .alert .alert-figure--last {
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.rw-content-body .label {
  display: inline-block;
  margin: 0 2px;
  padding: 6px 11px;
  font-size: 16px;
  border-radius: 30px;
  border: 0;
  background-color: #021f4e;
}

.rw-content-body .panel-default {
  padding: 8px;
  margin-bottom: 30px;
  border-radius: 0;
  box-shadow: none;
}

.rw-content-body .panel-default h2 {
  margin: 0;
  margin-bottom: 12px;
  color: #021f4e;
  font-size: 26px;
  font-weight: 700;
}

.rw-content-body .panel-default p {
  color: #586a73;
}

.rw-content-body .panel-default .sub-question {
  margin-top: 30px;
  margin-bottom: 12px;
}

.rw-content-body .panel-default .radio {
  margin-top: 20px;
}

.rw-content-body .panel-default .radio:first-child {
  margin-top: 0;
}

.rw-content-body .panel-default .radio--inline label + input + label {
  margin-left: 20px;
}

.rw-content-body .panel-default .radio input {
  display: none;
  top: -2px;
  left: 0;
  margin-left: 0;
}

.rw-content-body .panel-default .radio input + label {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #586a73;
}

.rw-content-body .panel-default .radio input + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}

.rw-content-body .panel-default .radio input + label strong {
  color: #021f4e;
}

.rw-content-body .panel-default .radio input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00afd5;
}

.rw-content-body .amount,
.rw-content-body .amount-2 {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  font-size: 20px;
  font-weight: 700;
  color: #00afd5;
  text-align: center;
}

.rw-content-body .amount--grey {
  color: #586a73;
}

.rw-content-body .amount-wrapper {
  margin-left: 30px;
  margin-right: 60px;
}

.rw-content-body .amount-range-wrapper {
  margin-top: 30px;
}

.rw-content-body .rangeslider {
  margin: 10px 0 0px 0;
}

.rw-content-body .amount--input {
  display: block;
  width: 100%;
}

.rw-content-body .amount--input::-webkit-input-placeholder {
  color: #586a73;
}

.rw-content-body .amount--input::-moz-placeholder {
  color: #586a73;
}

.rw-content-body .amount--input:-ms-input-placeholder {
  color: #586a73;
}

.rw-content-body p.star-msg {
  position: relative;
  margin: 10px 0 0 0;
  padding-left: 25px;
  font-size: 12px;
  color: #586a73;
  font-style: italic;
}

.rw-content-body p.star-msg:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/star-cyan.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}

.rw-content-body p.star-msg--lg {
  padding-left: 30px;
  font-size: 16px;
  line-height: 28px;
}

.rw-content-body p.star-msg--lg:before {
  width: 26px;
  height: 26px;
  top: 0px;
  background-size: 26px;
}

.rw-content-body .range-label {
  position: relative;
  top: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #586a73;
}

.rw-content-body .rangeslider--disabled .rangeslider__handle {
  background: #586a73;
}

.rw-content-body .icon-more-info {
  width: 20px;
  height: 20px;
  padding-right: 3px;
  margin-left: 6px;
  line-height: 20px;
  font-size: 15px;
}

.rw-content-body .event__row {
  display: block;
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
}

.rw-content-body .event__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 12px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .rw-content-body .event__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 8px 12px;
  }
}

.rw-content-body .event__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.rw-content-body .event__item > div {
  padding-right: 20px;
}

.rw-content-body .event__item > div:nth-last-child(2) {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.rw-content-body .event__item > div:last-child {
  padding-right: 0;
}

.rw-content-body .event__item .hidden + div {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.rw-content-body .event__name {
  margin-bottom: 10px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .rw-content-body .event__name {
    width: auto;
    margin-left: -10px;
    margin-bottom: 0;
  }
}

.rw-content-body .event__date {
  margin-bottom: 16px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .rw-content-body .event__date {
    margin-bottom: 0;
  }
}

.rw-content-body .event__date input {
  max-width: 125px;
}

.rw-content-body .event__date .input-group {
  position: relative;
  display: inline-block;
  max-width: 125px;
}

.rw-content-body .event__date .input-group-addon {
  position: absolute;
  top: 4px;
  right: 2px;
  padding: 2px 18px 2px 8px;
  background: #f5f5f5;
  border: none;
}

.rw-content-body .event__label {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #586a73;
}

.rw-content-body .event__input {
  padding: 3px 4px;
  background-color: #f5f5f5;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #586a73;
  text-align: left;
}

.rw-content-body .event__input::-webkit-input-placeholder {
  color: #cccccc;
}

.rw-content-body .event__input::-moz-placeholder {
  color: #cccccc;
}

.rw-content-body .event__input:-ms-input-placeholder {
  color: #cccccc;
}

.rw-content-body .event__amount {
  margin-bottom: 16px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .rw-content-body .event__amount {
    margin-bottom: 0;
  }
}

.rw-content-body .event__amount--percentage input {
  max-width: 66px;
}

.rw-content-body .event__amount--value input {
  max-width: 93px;
}

.rw-content-body .event__actions {
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .rw-content-body .event__actions {
    width: auto;
    text-align: right;
  }
}

.rw-content-body .event__btn {
  min-width: 55px;
  border: none;
  font-size: 12px;
  background: #00afd5;
}

.rw-content-body .event__btn[disabled] {
  background: #f1f1f1;
  color: #a2a2a2;
}

.rw-content-body .event__btn[disabled]:hover {
  background: #f1f1f1;
  color: #a2a2a2;
}

.rw-content-body .event__btn-del {
  background: rgba(88, 106, 115, 0.5);
}

.rw-content-body .event-add {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #586a73;
}

.rw-content-body .event-add__icon {
  padding-right: 8px;
}

.rw-content-body .btn-help:hover {
  text-decoration: underline;
}

.your-choices-at-retirement .avatar {
  position: relative;
  margin-bottom: 4.5rem;
  margin-left: 105px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.your-choices-at-retirement .avatar:before {
  content: '';
  position: absolute;
  left: -105px;
  top: -5px;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("/images/avatar-women.svg");
  background-repeat: no-repeat;
  background-size: 80px;
}

.your-choices-at-retirement .avatar p {
  padding-top: 10px;
}

.your-choices-at-retirement h1 {
  margin-bottom: 50px;
}

.your-choices-at-retirement ul.steps {
  margin: 30px 0 50px 30px;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement ul.steps {
    margin: 30px 0 50px 10px;
  }
}

.your-choices-at-retirement ul.steps span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #C5C5C5;
  margin-right: 10px;
}

.your-choices-at-retirement ul.steps p {
  margin: -24px 0 25px 30px;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement ul.steps p {
    margin: -24px 0 0 30px;
  }
}

.your-choices-at-retirement ul.steps li {
  list-style-type: none;
  position: relative;
}

.your-choices-at-retirement ul.steps li.li-step {
  color: #C5C5C5;
  margin: -4px 0 25px -49px;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement ul.steps li.li-step {
    margin: -4px 0 0 -49px;
  }
}

.your-choices-at-retirement ul.steps li.li-step:last-child {
  margin-bottom: -6px;
}

.your-choices-at-retirement ul.steps li.li-step.current span, .your-choices-at-retirement ul.steps li.li-step.complete span {
  background: #00AFD5;
}

.your-choices-at-retirement ul.steps li.li-step .blue-line, .your-choices-at-retirement ul.steps li.li-step .grey-line {
  width: 2px;
  height: 29px;
  position: absolute;
  left: 7px;
  top: 18px;
}

.your-choices-at-retirement ul.steps li.li-step .blue-line {
  border-left: 2px solid #00AFD5;
  height: 31px;
}

.your-choices-at-retirement ul.steps li.li-step .grey-line {
  border-left: 2px solid #c5c5c5;
}

.your-choices-at-retirement ul.steps li.li-step.current {
  color: #586A73;
}

.your-choices-at-retirement ul.steps li.li-step.current span > div {
  text-indent: 100%;
  overflow: hidden;
  border: 2px solid white;
  background-color: #CDDC37;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 2px 0 0 2px;
}

.your-choices-at-retirement ul.steps li.li-step.current .grey-line {
  top: 20px;
}

.your-choices-at-retirement .what-can-you-do-today {
  margin-bottom: 30px;
}

.your-choices-at-retirement .what-can-you-do-today.choice1 {
  display: block;
}

.your-choices-at-retirement .what-can-you-do-today.choice2, .your-choices-at-retirement .what-can-you-do-today.choice3 {
  display: none;
}

.your-choices-at-retirement .what-can-you-do-today .adjusted .avatar {
  margin-bottom: 10rem;
}

.your-choices-at-retirement .what-can-you-do-today .adjusted:first-child {
  width: 11.6667%;
}

.your-choices-at-retirement .what-can-you-do-today .adjusted:last-child {
  width: 88.3333%;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .what-can-you-do-today .adjusted:last-child {
    width: auto;
  }
}

.your-choices-at-retirement .what-can-you-do-today .call-out {
  margin-left: 10px;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .what-can-you-do-today .call-out {
    margin-left: 0;
  }
}

.your-choices-at-retirement .what-can-you-do-today .call-out:first-child {
  margin-bottom: 2px;
  padding: 20px 30px;
}

.your-choices-at-retirement .what-can-you-do-today .call-out:first-child:before {
  border-top: 12px solid transparent;
  border-right: 10px solid #021f4e;
  border-bottom: 12px solid transparent;
  content: '';
  margin: 0 0 0 -50px;
  position: absolute;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .what-can-you-do-today .call-out:first-child:before {
    border-bottom: 10px solid #021f4e;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: '';
    margin: -40px 0 0 0;
    position: absolute;
    width: 0;
  }
}

.your-choices-at-retirement .what-can-you-do-today .call-out:first-child h2 {
  color: white;
  margin: 0;
  font-weight: 100;
}

.your-choices-at-retirement .what-can-you-do-today .call-out:first-child h2 span {
  color: #CDDC37;
}

.your-choices-at-retirement .what-can-you-do-today .call-out:last-child {
  margin-bottom: 20px;
}

.your-choices-at-retirement .what-can-you-do-today .call-out:last-child:before {
  border: none;
}

.your-choices-at-retirement .benefits-statement {
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 2px solid #ffffff;
}

.your-choices-at-retirement .benefits-statement.selected {
  border: 2px solid #00AFD5;
}

.your-choices-at-retirement .benefits-statement.unselected {
  opacity: 0.4;
  border: 0;
  border: 2px solid #ffffff;
}

.your-choices-at-retirement .benefits-statement.rollover {
  opacity: 1;
  border: 2px solid #00AFD5;
}

.your-choices-at-retirement .benefits-statement .block-loading {
  padding: 20px;
  margin: 0;
}

.your-choices-at-retirement .benefits-statement .block-loading strong {
  color: #586a73;
}

.your-choices-at-retirement .benefits-statement .block-loading h2 span {
  display: block;
  margin: -29px 0 0 26px;
}

.your-choices-at-retirement .benefits-statement .block-loading .spinner {
  display: none;
}

.your-choices-at-retirement .benefits-statement .bold-capitals {
  margin: -16px 0 0 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #44bdee;
}

.your-choices-at-retirement .benefits-statement .button {
  display: block;
  margin-bottom: 20px;
}

.your-choices-at-retirement .benefits-statement .button.show {
  display: block;
}

.your-choices-at-retirement .benefits-statement .button--mb-0 {
  margin-bottom: 0;
}

.your-choices-at-retirement .benefits-statement .button .btn {
  background-color: #c5c5c5;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .button .btn {
    width: 100%;
  }
}

.your-choices-at-retirement .benefits-statement .button .btn-active {
  background-color: #CDDC37;
  color: #021f4e;
  transition: none;
}

.your-choices-at-retirement .benefits-statement .button .btn-active .icon {
  stroke: #021f4e;
}

/*.your-choices-at-retirement .benefits-statement .button .btn-active:hover {
  color: #ffffff;
}*/

.your-choices-at-retirement .benefits-statement .button .btn-active:hover svg,
.your-choices-at-retirement .benefits-statement .button .btn-active:hover g {
  fill: #ffffff;
  stroke: #ffffff;
}

.your-choices-at-retirement .benefits-statement .button i {
  font-weight: 400;
  padding-left: 10px;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .button i {
    padding-left: 0;
    text-align: center;
  }
}

.your-choices-at-retirement .benefits-statement .panel-group {
/*  background-color: #ffffff;*/
  margin: 0;
}

.your-choices-at-retirement .benefits-statement .panel-group .deferred-pension-header {
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-group .deferred-pension-header {
    margin-bottom: 0;
  }
}

.your-choices-at-retirement .benefits-statement .panel-group .small {
  font-size: 14px;
  font-weight: 400;
}

.your-choices-at-retirement .benefits-statement .panel-date {
  text-align: right;
}

.your-choices-at-retirement .benefits-statement .panel-title {
  border-top: 0;
  padding: 5px 0;
}

.your-choices-at-retirement .benefits-statement .panel-title p {
  padding-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-title p {
    padding-right: 20px;
  }
}

.your-choices-at-retirement .benefits-statement .panel-title a {
  text-decoration: none;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  color: #586a73;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-title a {
    text-align: left;
    text-indent: -9999px;
    top: -27px;
    right: 10px;
    position: absolute;
    width: 95%;
  }
}

.your-choices-at-retirement .benefits-statement .panel-questions .col-sm-* {
  padding: 0;
}

@media (min-width: 535px) and (max-width: 767px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .col-sm-8 {
    width: 66.6666666667%;
    float: left;
  }
  .your-choices-at-retirement .benefits-statement .panel-questions .col-sm-4 {
    width: 33.3333333333%;
    float: left;
  }
}

.your-choices-at-retirement .benefits-statement .panel-questions .content {
  padding: 10px;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .content {
    padding: 10px 15px 0;
  }
}

@media screen and (min-width: 992px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .content {
    padding: 10px 1px 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 536px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .content {
    padding: 10px 15px 0;
  }
}

.your-choices-at-retirement .benefits-statement .panel-questions .content p.panel-date-green {
  color: #CDDC37;
}

.your-choices-at-retirement .benefits-statement .panel-questions .content p.panel-date-blue {
  color: #00AFD5;
}

.your-choices-at-retirement .benefits-statement .panel-questions .content .row {
  margin-bottom: 10px;
}

.your-choices-at-retirement .benefits-statement .panel-questions .content .row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .content .row:last-child {
    margin-bottom: 10px;
  }
}

.your-choices-at-retirement .benefits-statement .panel-questions .content .row p {
  font-weight: 400;
}

@media screen and (max-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .content .row .col-sm-4 {
    text-align: left;
  }
}

.your-choices-at-retirement .benefits-statement .panel-questions .panel-collapse {
  padding-bottom: 20px;
}

@media screen and (min-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .panel-collapse.in {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 535px) {
  .your-choices-at-retirement .benefits-statement .panel-questions .panel-collapse.collapsing {
    max-height: 285px;
    width: 100%;
  }
}

.your-choices-at-retirement .contact-admin {
  margin-top: 50px;
}

.your-choices-at-retirement .contact-admin .call-out:before {
  margin-left: 0;
}

.your-choices-at-retirement .contact-admin .btn {
/*  color: #fff;*/
  text-decoration: none;
}

.your-choices-at-retirement .contact-admin .btn:hover {
/*  color: #fff;*/
}

.your-choices-at-retirement .block h3 {
  margin-top: 40px;
  color: #44bdee;
}

.your-choices-at-retirement .block .next-step {
  display: none;
}

.your-choices-at-retirement .block .next-step.option1 {
  display: block;
}

.your-choices-at-retirement .confirmed {
  margin-top: -6px;
  padding-bottom: 5px;
  font-weight: 400;
}

.your-choices-at-retirement .confirmed.show {
  display: block;
}

.your-choices-at-retirement .green-check {
  display: inline-block;
  background: #CDDC37 url(/images/checkbox-white.png) center center no-repeat;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: 0px 10px -10px 0;
}

.your-choices-at-retirement .modal h3.modal-title {
  color: #ffffff;
}

.your-choices-at-retirement .modal .modal-footer {
  padding: 0px 30px 15px;
  text-align: left;
  border-top: 0;
}

.your-choices-at-retirement .modal .modal-footer .btn {
  background-color: #00AFD5;
  color: #ffffff;
}

.your-choices-at-retirement .modal .modal-footer .btn:hover {
  background-color: #246987;
}

.your-choices-at-retirement .cetv-hr {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  border-top: 1px solid #C5C5C5;
}

.your-choices-at-retirement .cetv-lock-in {
  position: relative;
  top: 3px;
  left: 3px;
}

.your-choices-at-retirement .icon-lockedin {
  position: relative;
  top: -4px;
  height: 34px;
  width: 34px;
  margin-right: 10px;
  background: #CDDC37;
  border-radius: 50%;
}

.your-choices-at-retirement .icon-lockedin svg {
  position: relative;
  top: 6px;
  left: 10px;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.margin--none {
  margin: 0 !important;
}

.margin--xsmall {
  margin: 0.5rem 0 !important;
}

.margin--small {
  margin: 1rem 0 !important;
}

.margin--medium {
  margin: 2rem 0 !important;
}

.margin--large {
  margin: 3rem 0 !important;
}

.margin--xlarge {
  margin: 6rem 0 !important;
}

.margin__top--none {
  margin-top: 0 !important;
}

.margin__top--xsmall {
  margin-top: 0.5rem !important;
}

.margin__top--small {
  margin-top: 1rem !important;
}

.margin__top--medium {
  margin-top: 2rem !important;
}

.margin__top--large {
  margin-top: 3rem !important;
}

.margin__top--xlarge {
  margin-top: 6rem !important;
}

.margin__bottom--none {
  margin-bottom: 0 !important;
}

.margin__bottom--xsmall {
  margin-bottom: 0.5rem !important;
}

.margin__bottom--small {
  margin-bottom: 1rem !important;
}

.margin__bottom--medium {
  margin-bottom: 2rem !important;
}

.margin__bottom--large {
  margin-bottom: 3rem !important;
}

.margin__bottom--xlarge {
  margin-bottom: 6rem !important;
}

.margin__left--none {
  margin-left: 0 !important;
}

.margin__left--xsmall {
  margin-left: 0.5rem !important;
}

.margin__left--small {
  margin-left: 1rem !important;
}

.margin__left--medium {
  margin-left: 1.5rem !important;
}

.margin__left--large {
  margin-left: 2rem !important;
}

.margin__left--xlarge {
  margin-left: 4rem !important;
}

.margin__right--none {
  margin-right: 0 !important;
}

.margin__right--xsmall {
  margin-right: 0.5rem !important;
}

.margin__right--small {
  margin-right: 1rem !important;
}

.margin__right--medium {
  margin-right: 1.5rem !important;
}

.margin__right--large {
  margin-right: 2rem !important;
}

.margin__right--xlarge {
  margin-right: 4rem !important;
}

.padding--none {
  padding: 0 !important;
}

.padding--xsmall {
  padding: 0.5rem !important;
}

.padding--small {
  padding: 1rem !important;
}

.padding--medium {
  padding: 2rem !important;
}

.padding--large {
  padding: 3rem !important;
}

.padding--xlarge {
  padding: 6rem !important;
}

.padding__top--none {
  padding-top: 0 !important;
}

.padding__top--xsmall {
  padding-top: 0.5rem !important;
}

.padding__top--small {
  padding-top: 1rem !important;
}

.padding__top--medium {
  padding-top: 2rem !important;
}

.padding__top--large {
  padding-top: 3rem !important;
}

.padding__bottom--none {
  padding-bottom: 0 !important;
}

.padding__bottom--xsmall {
  padding-bottom: 0.5rem !important;
}

.padding__bottom--small {
  padding-bottom: 1rem !important;
}

.padding__bottom--medium {
  padding-bottom: 2rem !important;
}

.padding__bottom--large {
  padding-bottom: 3rem !important;
}

.padding__left--none {
  padding-left: 0 !important;
}

.padding__left--small {
  padding-left: 1rem !important;
}

.padding__left--medium {
  padding-left: 2rem !important;
}

.padding__left--large {
  padding-left: 2.5rem !important;
}

.padding__left--xlarge {
  padding-left: 3rem !important;
}

.padding__right--none {
  padding-right: 0 !important;
}

.padding__right--small {
  padding-right: 1rem !important;
}

.padding__right--medium {
  padding-right: 2rem !important;
}

.padding__right--large {
  padding-right: 2.5rem !important;
}

.padding__right--xlarge {
  padding-right: 3rem !important;
}

.pe-body {
  background-color: #f6f6f6;
}

.rw-header {
  min-height: 90px;
  background-color: #021f4e;
}

.rw-header .logo {
  margin-top: 8px;
  max-height: 60px;
}

.rw-header .container-profile-small .profile-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 13px;
  font-weight: 700;
}

.rw-header .container-profile-small .profile-header .user {
  float: left;
  font-weight: 700;
}

.rw-header .container-profile-small .profile-header dt {
  margin-left: 30px;
  font-weight: 700;
}

.rw-header .container-profile-small .profile-header dd {
  padding-right: 0;
  font-weight: 700;
}

.rw-header .container-profile-small.navbar-default {
  background-color: #021f4e;
}

.rw-header .container-profile-small.navbar-default .navbar-buttons {
  background: white;
  padding: 20px 0;
  margin-top: 15px;
}

.status-bar {
  padding: 20px 0;
  margin: 0;
  height: 80px;
  counter-reset: status-steps;
}

.status-bar__item {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #586a73;
}

@media (min-width: 767px) {
  .status-bar__item {
    margin-left: 20px;
    margin-right: 0;
    padding-left: 35px;
  }
}

.status-bar__item span {
  font-size: 1px;
  visibility: hidden;
}

@media (min-width: 767px) {
  .status-bar__item span {
    font-size: 13px;
    visibility: visible;
  }
}

.status-bar__item:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  counter-increment: status-steps;
  content: counter(status-steps);
  width: 26px;
  height: 26px;
  padding-top: 4px;
  text-align: center;
  background-color: #e6e6e6;
  color: #fff;
  border-radius: 50%;
}

.status-bar__item--active {
  padding-left: 35px;
  color: #021f4e;
}

.status-bar__item--active span {
  font-size: 13px;
  visibility: visible;
}

.status-bar__item--active:before {
  background-color: #021f4e;
}

.status-bar__item--done:before {
  background-color: #f6ad04;
  content: "";
  background-image: url("/images/tick-white.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.status-bar__item:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .status-bar__links {
    text-align: right;
  }
}

.status-bar__wrapper {
  text-align: center;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .status-bar__wrapper {
    text-align: left;
  }
}

.status-bar__wrapper .btn {
  margin-bottom: 10px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .status-bar__wrapper .btn {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.status-bar__wrapper .btn:first-child {
  margin-left: 0;
}

.sidebar-avatar {
  height: 85px;
}

.sidebar-avatar img {
  float: left;
  width: 64px;
  margin-right: 10px;
}

.sidebar-avatar p {
  padding-top: 10px;
  font-size: 14px;
  color: #021f4e;
}

.sidebar-avatar p strong {
  display: block;
}

.rw-call-out {
  background-color: #021f4e;
  font-weight: 300;
  padding: 20px;
  position: relative;
}

.rw-call-out--animated {
  transform: scale(0);
  display: inline-block;
}

.rw-call-out:before {
  border-bottom: 10px solid #021f4e;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: -30px 0 0 0px;
  position: absolute;
  width: 0;
}

.rw-call-out h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.rw-call-out p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.rw-call-status-summary {
  background-color: #fff;
}

.rw-call-status-summary ul {
  padding-left: 0;
}

.rw-call-status-summary ul li {
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 50px;
  font-size: 12px;
  list-style: none;
  color: #586a73;
  border-top: 1px solid #f6f6f6;
}

.rw-call-status-summary ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f6ad04;
  background-image: url("/images/tick-white.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.rw-call-status-summary ul li strong {
  display: block;
  font-size: 20px;
  color: #021f4e;
}

.rw-footer {
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid #eee;
  background-color: #fff;
  text-align: right;
}

.pe-content-body {
  padding: 35px;
  background-color: #fff;
}

.pe-content-body h1,
.pe-content-body h2,
.pe-content-body h3 {
  line-height: 1.25;
}

.pe-content-body h1 {
  margin: 30px 0;
  font-size: 36px;
  color: #021f4e;
}

.pe-content-body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #021f4e;
}

.pe-content-body p {
  margin-bottom: 15px;
  color: #586a73;
}

/*.pe-content-body a {
  color: #021f4e;
}*/

/*.pe-content-body .btn--rounded {
  color: #fff;
}*/

.pe-content-body ul {
  font-size: 16px;
  color: #586a73;
}

.pe-content-body .form-group {
  margin-left: 0;
  margin-bottom: 0;
}

.pe-content-body .custom-date {
  position: static;
}

.pe-content-body .custom-date input[type=date] {
  position: static;
}

.pe-content-body .option .radio input {
  display: none;
  top: -2px;
  left: 0;
  margin-left: 0;
}

.pe-content-body .option .radio input + label {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 16px;
  color: #586a73;
}

.pe-content-body .option .radio input + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}

.pe-content-body .option .radio input + label strong {
  color: #021f4e;
}

.pe-content-body .option .radio input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00afd5;
}

.pe-content-body .popover {
  line-height: 1.2;
}

.pe-content-body .alert {
  padding: 20px;
  border-radius: 0;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-color: #00afd5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #586a73;
}

.pe-content-body .alert h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #004993;
}

.pe-content-body .alert p {
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: 400;
}

.pe-content-body .alert .panel {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background: none;
  border-top: 1px solid #e6e6e6;
}

.pe-content-body .alert .panel a {
  display: block;
  padding: 10px 0;
}

.pe-content-body .alert .panel-group {
  margin-bottom: 0;
}

.pe-content-body .alert .panel-heading {
  padding: 0;
}

.pe-content-body .alert .panel-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #00afd5;
}

.pe-content-body .alert .panel-title span {
  padding-right: 24px;
  color: #586a73;
}

@media screen and (max-width: 535px) {
  .pe-content-body .alert .panel-title span {
    text-align: left;
    text-indent: -9999px;
    top: -27px;
    right: 10px;
    position: absolute;
    width: 95%;
  }
}

.pe-content-body .alert .panel-title a {
  position: relative;
}

.pe-content-body .alert .panel-title a:before, .pe-content-body .alert .panel-title a:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(180deg);
  width: 0;
}

.pe-content-body .alert .panel-title a:before {
  border-top: 7px solid #021f4e;
}

.pe-content-body .alert .panel-title a:after {
  border-top: 7px solid #f5f5f5;
  margin-top: -2px;
}

.pe-content-body .alert .panel-title a:focus {
  text-decoration: none;
}

.pe-content-body .alert .panel-title a:focus:hover {
  text-decoration: underline;
}

.pe-content-body .alert .panel-title a.collapsed:before, .pe-content-body .alert .panel-title a.collapsed:after {
  transform: rotate(0);
}

.pe-content-body .alert .panel-title a.collapsed:after {
  margin-top: -6px;
}

.pe-content-body .alert .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  background: none;
}

.pe-content-body .alert .panel-body {
  padding-top: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #586a73;
}

.pe-content-body .alert .panel-body .row:nth-child(odd) {
  background-color: rgba(0, 73, 147, 0.06);
}

.pe-content-body .alert .alert-figure {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid #e6e6e6;
  color: #00afd5;
}

.pe-content-body .alert .alert-figure--last {
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.pe-content-body .label {
  display: inline-block;
  margin: 0 2px;
  padding: 6px 11px;
  font-size: 16px;
  border-radius: 30px;
  border: 0;
  background-color: #021f4e;
}

.pe-content-body .panel-default {
  padding: 8px;
  border-radius: 0;
  box-shadow: none;
}

.pe-content-body .panel-default h2 {
  margin: 0;
  margin-bottom: 12px;
  color: #021f4e;
  font-size: 26px;
  font-weight: 700;
}

.pe-content-body .panel-default p {
  color: #586a73;
}

.pe-content-body .panel-default .sub-question {
  margin-top: 30px;
  margin-bottom: 12px;
}

.pe-content-body .panel-default .radio {
  margin-top: 20px;
}

.pe-content-body .panel-default .radio:first-child {
  margin-top: 0;
}

.pe-content-body .panel-default .radio--inline label + input + label {
  margin-left: 20px;
}

.pe-content-body .panel-default .radio input {
  display: none;
  top: -2px;
  left: 0;
  margin-left: 0;
}

.pe-content-body .panel-default .radio input + label {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 16px;
  color: #586a73;
}

.pe-content-body .panel-default .radio input + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}

.pe-content-body .panel-default .radio input + label strong {
  color: #021f4e;
}

.pe-content-body .panel-default .radio input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00afd5;
}

.pe-content-body .amount,
.pe-content-body .amount-2 {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  font-size: 20px;
  font-weight: 700;
  color: #00afd5;
  text-align: center;
}

.pe-content-body .amount--grey {
  color: #586a73;
}

.pe-content-body .amount-wrapper {
  margin-left: 30px;
  margin-right: 60px;
}

.pe-content-body .amount-range-wrapper {
  margin-top: 30px;
}

.pe-content-body .rangeslider {
  margin: 10px 0 0px 0;
}

.pe-content-body .amount--input {
  display: block;
  width: 100%;
}

.pe-content-body .amount--input::-webkit-input-placeholder {
  color: #586a73;
}

.pe-content-body .amount--input::-moz-placeholder {
  color: #586a73;
}

.pe-content-body .amount--input:-ms-input-placeholder {
  color: #586a73;
}

.pe-content-body p.star-msg {
  position: relative;
  margin: 10px 0 0 0;
  padding-left: 25px;
  font-size: 12px;
  color: #586a73;
  font-style: italic;
}

.pe-content-body p.star-msg:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/star-cyan.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}

.pe-content-body p.star-msg--lg {
  padding-left: 30px;
  font-size: 16px;
  line-height: 28px;
}

.pe-content-body p.star-msg--lg:before {
  width: 26px;
  height: 26px;
  top: 0px;
  background-size: 26px;
}

.pe-content-body .range-label {
  position: relative;
  top: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #586a73;
}

.pe-content-body .rangeslider--disabled .rangeslider__handle {
  background: #586a73;
}

.pe-content-body .icon-more-info {
  width: 20px;
  height: 20px;
  padding-right: 3px;
  margin-left: 6px;
  line-height: 20px;
  font-size: 15px;
}

.pe-content-body .event__row {
  display: block;
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
}

.pe-content-body .event__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 12px;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .pe-content-body .event__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 8px 12px;
  }
}

.pe-content-body .event__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.pe-content-body .event__item > div {
  padding-right: 20px;
}

.pe-content-body .event__item > div:nth-last-child(2) {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.pe-content-body .event__item > div:last-child {
  padding-right: 0;
}

.pe-content-body .event__item .hidden + div {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.pe-content-body .event__name {
  margin-bottom: 10px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .pe-content-body .event__name {
    width: auto;
    margin-left: -10px;
    margin-bottom: 0;
  }
}

.pe-content-body .event__date {
  margin-bottom: 16px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .pe-content-body .event__date {
    margin-bottom: 0;
  }
}

.pe-content-body .event__date input {
  max-width: 125px;
}

.pe-content-body .event__date .input-group {
  position: relative;
  display: inline-block;
  max-width: 125px;
}

.pe-content-body .event__date .input-group-addon {
  position: absolute;
  top: 4px;
  right: 2px;
  padding: 2px 18px 2px 8px;
  background: #f5f5f5;
  border: none;
}

.pe-content-body .event__label {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #586a73;
}

.pe-content-body .event__input {
  padding: 3px 4px;
  background-color: #f5f5f5;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #586a73;
  text-align: left;
}

.pe-content-body .event__input::-webkit-input-placeholder {
  color: #cccccc;
}

.pe-content-body .event__input::-moz-placeholder {
  color: #cccccc;
}

.pe-content-body .event__input:-ms-input-placeholder {
  color: #cccccc;
}

.pe-content-body .event__amount {
  margin-bottom: 16px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .pe-content-body .event__amount {
    margin-bottom: 0;
  }
}

.pe-content-body .event__amount--percentage input {
  max-width: 66px;
}

.pe-content-body .event__amount--value input {
  max-width: 93px;
}

.pe-content-body .event__actions {
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .pe-content-body .event__actions {
    width: auto;
    text-align: right;
  }
}

.pe-content-body .event__btn {
  min-width: 55px;
  border: none;
  font-size: 12px;
  background: #00afd5;
}

.pe-content-body .event__btn[disabled] {
  background: #f1f1f1;
  color: #a2a2a2;
}

.pe-content-body .event__btn[disabled]:hover {
  background: #f1f1f1;
  color: #a2a2a2;
}

.pe-content-body .event__btn-del {
  background: rgba(88, 106, 115, 0.5);
}

.pe-content-body .event-add {
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #586a73;
}

.pe-content-body .event-add__icon {
  padding-right: 8px;
}

/*.pe-content-body .btn-help:hover {
  text-decoration: underline;
}*/

.pe-content-body .pension-estimator-quote {
  margin-top: 25px;
}

.pe-content-body .pension-estimator-quote h1 {
  margin-top: 0;
}

.pe-content-body .pension-estimator-quote p {
  font-size: 17px;
}

.pe-content-body .pension-estimator-quote blockquote {
  margin: 30px 0;
  border-left: 3px solid #021f4e;
}

.pe-content-body .pension-estimator-quote blockquote p {
  line-height: 30px;
}

.pe-content-body .pension-estimator-quote blockquote p strong {
  color: #021f4e;
}

.pe-content-body .pension-estimator-quote blockquote p a {
  color: #021f4e;
}

.pe-content-body .pension-estimator-quote .panel-default {
  margin-top: 18px;
  padding: 18px;
  background-color: #f2f2f2;
  border: 0;
}

.pe-content-body .pension-estimator-quote .panel-heading {
  padding: 0;
  background-color: transparent;
}

.pe-content-body .pension-estimator-quote .panel-title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 22px;
}

.pe-content-body .pension-estimator-quote .panel-title small {
  color: #021f4e;
  font-size: 15px;
  font-weight: bold;
}

/*.pe-content-body .pension-estimator-quote .panel-title > a {
  color: #fff;
}*/

.pe-content-body .pension-estimator-quote .panel-title .btn {
  position: relative;
  padding-right: 28px;
}

.pe-content-body .pension-estimator-quote .panel-title .btn:before {
  content: 'Customise';
}

@media (min-width: 768px) {
    .pe-content-body .pension-estimator-quote .panel-title .btn:before {
        content: 'Customise this illustration';
    }
}

.pe-content-body .pension-estimator-quote .panel-title .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-top: -5px;
  background-image: url("/images/arrow-midnight-small.svg");
  background-repeat: no-repeat;
  background-size: 10px;
}

.pe-content-body .pension-estimator-quote .panel-title .btn.collapsed::after {
  margin-top: -3px;
  transform: rotate(180deg);
}

.pe-content-body .pension-estimator-quote .panel-body {
  margin-top: 18px;
  padding: 20px;
  background-color: #fff;
  border-top: 0 !important;
}

.pe-content-body .pension-estimator-quote .panel-body hr {
  clear: both;
  border-top: 1px solid #d6d6d6;
  padding-bottom: 0;
}

.pe-content-body .pension-estimator-quote .panel-body .modal .btn {
  margin-bottom: 0;
}

.pe-content-body .pension-estimator-quote .panel-body .btn {
  float: right;
  margin-bottom: 30px;
}

.pe-content-body .pension-estimator-quote .panel-body .btn-grey {
  margin-top: 30px;
  color: #fff;
}

.pe-content-body .pension-estimator-quote .panel-body a {
  color: #021f4e;
}

.pe-content-body .pension-estimator-quote .panel-body .radio label, .pe-content-body .pension-estimator-quote .panel-body .radio input {
  margin-top: 0;
}

.pe-content-body .pension-estimator-quote .panel-body .radio label {
  margin-right: 30px;
}

.pe-content-body .pension-estimator-quote .panel-body .amount-wrapper {
  margin-top: 40px;
  margin-left: 0;
}

.pe-content-body .pension-estimator-quote .panel-body .amount-wrapper a {
  text-decoration: underline;
  cursor: help;
}

.pe-content-body .pension-estimator-quote .panel-body .amount-range-wrapper {
  margin-top: 0;
}

.pe-content-body .pension-estimator-quote .quote-summary {
  background-color: #ffffff;
}

.pe-content-body .pension-estimator-quote .quote-summary .seperator {
  display: none;
  height: 50px;
  width: 1px;
  background-color: #BABABA;
}

@media (min-width: 768px) {
  .pe-content-body .pension-estimator-quote .quote-summary .seperator {
    display: inline-block;
  }
}

.pe-content-body .pension-estimator-quote .quote-summary ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 10px 18px 5px;
  list-style: none;
}

@media (min-width: 768px) {
  .pe-content-body .pension-estimator-quote .quote-summary ul {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 30px;
  }
}

.pe-content-body .pension-estimator-quote .quote-summary ul li {
  font-size: 18px;
  font-weight: bold;
  color: #021f4e;
}

.pe-content-body .pension-estimator-quote .quote-summary ul li span {
  display: block;
  font-size: 15px;
  color: #5a6b74;
}

.pe-content-body .pension-estimator-quote .quote-summary ul li small {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #5a6b74;
}

.pe-content-body .pension-estimator-quote .quote-summary__footer h5 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #586a73;
}

.pe-content-body .pension-estimator-quote .quote-summary__footer h5:first-child {
  margin-top: 0;
}

.pe-content-body .pension-estimator-quote .quote-summary__footer ul, .pe-content-body .pension-estimator-quote .quote-summary__footer p {
  font-size: 13px;
  color: #586a73;
}

.pe-content-body .pension-estimator-quote .quote-summary__footer ul {
  padding-left: 0;
  list-style: none;
}

.pe-content-body .pension-estimator-quote .quote-summary__footer a {
  color: #00afd5;
  text-decoration: underline;
}

.pe-content-body .pension-estimator-quote .quote-summary__footer .modal p {
  font-size: 17px;
}

.pe-content-body .pension-estimator-quote .quote-summary__footer .video-wrapper {
  position: relative;
  width: 100%;
  height: 175px;
  margin-top: 40px;
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
}

@media (min-width: 977px) {
  .pe-content-body .pension-estimator-quote .quote-summary__footer .video-wrapper {
    margin-top: 0;
  }
}

.pe-content-body .pension-estimator-quote .quote-summary__footer .video-wrapper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-image: url("/images/play-arrow.svg");
  background-repeat: no-repeat;
  background-size: 50px;
}

.phase-two {
  /* Elements */
  /* Components */
  /* Utilities. */
  /* Overwrites for existing css. */
  /* Overwrites because container-post-login. */
}

.phase-two ul,
.phase-two ol {
  padding-left: 1.5em;
}

.phase-two ul li {
  font-size: 16px;
  color: #586a73;
  font-weight: bold;
}

.phase-two ol > li {
  color: #021f4e;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.phase-two ol ul {
  list-style-type: disc;
  padding-left: 1em;
}

.phase-two hr {
  border-top: 1px solid #d6d6d6;
}

.phase-two a {
  text-decoration: underline;
}

.phase-two a.modal-link {
  color: #021f4e;
}

.phase-two [data-toggle="collapse"] {
  position: relative;
  padding-right: 32px;
}

.phase-two [data-toggle="collapse"]:after {
  content: url("/images/drop-arrow.svg");
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
}

.phase-two [data-toggle="collapse"].collapsed:after {
  transform: translateY(-50%) rotateX(180deg);
}

.phase-two label {
  font-size: 16px;
  color: #586a73;
  font-weight: normal;
}

.phase-two input {
  background-color: white;
}

.phase-two span {
  color: #586a73;
}

.phase-two p.note {
  font-style: italic;
  font-weight: 300;
}

.phase-two video {
  border: 1px solid #d5d5d5;
}

.phase-two.container-post-login p,
.phase-two .container-post-login p {
  margin-bottom: 12px;
}

.phase-two.container-post-login {
  padding-top: 0;
  padding-bottom: 0;
}

.phase-two .panel {
  background: #f2f2f2;
  padding: 21px 18px;
  margin-bottom: 16px;
  position: relative;
  border: 0;
}

.phase-two .panel .panel-title h3 {
  font-weight: bold;
  margin-bottom: 0;
}

.phase-two .panel .panel-summary {
  margin-top: 22px;
}

.phase-two .panel .panel-summary,
.phase-two .panel .panel-body {
  background: white;
  padding: 16px 14px;
  font-size: 15px;
}

.phase-two .panel .panel-summary .title,
.phase-two .panel .panel-body .title {
  font-weight: bold;
  font-size: 15px;
  color: #5a6b74;
}

@media (max-width: 992px) {
  .phase-two .panel .panel-summary .row > *,
  .phase-two .panel .panel-body .row > * {
    margin-bottom: 12px;
  }
}

.phase-two .panel .panel-summary--no-padding,
.phase-two .panel .panel-body--no-padding {
  padding: 0;
}

.phase-two .panel .panel-summary--transparent,
.phase-two .panel .panel-body--transparent {
  background: transparent;
}

.phase-two input[type="radio"] {
  margin-left: 0;
}

.phase-two input[type="checkbox"] {
  margin-left: 0;
}

.phase-two .row.dividers > * {
  position: relative;
}

.phase-two .row.dividers > *:after {
  content: "";
  position: absolute;
  border-right: 1px solid #bababa;
  top: 0px;
  right: 0;
  height: 100%;
}

.phase-two .row.dividers > *.no-divider:after,
.phase-two .row.dividers > *:last-child:after {
  content: none;
}

@media (max-width: 992px) {
  .phase-two .row.dividers > *:after {
    content: none;
  }
}

@media (min-width: 992px) {
  .phase-two .row.flex {
    display: -ms-flexbox;
    display: flex;
  }
  .phase-two .row.flex.items-center {
    -ms-flex-align: center;
        align-items: center;
  }
  .phase-two .row.flex .col-grow {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .phase-two .row.flex .col-shrink {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
}

.phase-two .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.phase-two .row.gutters-0 {
  margin-right: 0;
  margin-left: 0;
}

.phase-two .row.gutters-0 [class*='col-'],
.phase-two .row.gutters-0 [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.phase-two .row .col-grow,
.phase-two .row .col-shrink {
  padding-left: 15px;
  padding-right: 15px;
}

.phase-two .indented {
  position: relative;
  padding-left: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-left: 4px solid #021f4e;
}

.phase-two .input-wrapper {
  margin-bottom: 10px;
}

.phase-two .input-wrapper label {
  display: block;
  color: #021f4e;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

.phase-two .input-wrapper input {
  display: block;
  width: 100%;
  font-size: 22px;
}

.phase-two .input-wrapper .password-reveal {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(-50%, -50%);
  border: 0;
  background-color: transparent;
}

.phase-two .input-wrapper .password-reveal img {
  width: 26px;
}

.phase-two .input-wrapper .format {
  font-size: 12px;
}

.phase-two .btn-secondary__active {
  background-color: #fff;
}

.phase-two .accordion__read-more::before {
  content: 'Read less';
}

.phase-two .accordion__read-more.collapsed::before {
  content: 'Read more';
}

.phase-two .accordion__read-more:after {
  content: none;
}

.phase-two .error {
  color: #ff5959;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px;
}

.phase-two .amount-wrapper {
  margin-bottom: 16px;
}

.phase-two .figure {
  font-weight: bold;
  font-size: 18px;
  color: #021f4e;
}

/*.phase-two .rw-call-out--secondary-style {
  background-color: #E6E6E6;
}*/

.phase-two .rw-call-out--secondary-style h3,
.phase-two .rw-call-out--secondary-style p,
.phase-two .rw-call-out--secondary-style a {
  color: #fff;
  margin-bottom: 8px;
}

.phase-two .rw-call-out--secondary-style .accordion {
  color: #021f4e;
}

.phase-two .rw-call-out--secondary-style:before {
  content: none;
}

.phase-two .rw-call-out > *:last-child {
  margin-bottom: 0;
}

.phase-two .bold {
  font-weight: bold;
}

.phase-two .medium {
  font-weight: 500;
}

.phase-two .text-sm {
  font-size: 13px;
}

.phase-two .text-base {
  font-size: 16px;
}

.phase-two .text-lg {
  font-size: 22px;
}

.phase-two .text-blue {
  color: #021f4e;
}

.phase-two .margin-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.phase-two .margin-x-sm {
  margin-left: 8px;
  margin-right: 8px;
}

.phase-two .margin-x-md {
  margin-left: 16px;
  margin-right: 16px;
}

.phase-two .margin-x-lg {
  margin-left: 24px;
  margin-right: 24px;
}

.phase-two .margin-x-xl {
  margin-left: 32px;
  margin-right: 32px;
}

.phase-two .margin-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.phase-two .margin-y-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}

.phase-two .margin-y-md {
  margin-top: 16px;
  margin-bottom: 16px;
}

.phase-two .margin-y-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}

.phase-two .margin-y-xl {
  margin-top: 32px;
  margin-bottom: 32px;
}

.phase-two .margin-y-2xl {
  margin-top: 40px;
  margin-bottom: 40px;
}

.phase-two .modal h3,
.phase-two .modal span {
  color: white;
}

.phase-two .modal h3 {
  margin-bottom: 0;
}

.phase-two .amount-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.phase-two .amount-wrapper .amount-range-wrapper {
  margin-top: 0;
}

.phase-two .block {
  padding: 16px 24px;
}

.phase-two .block .btn {
  position: static;
}

.phase-two .custom-checkbox.checkbox-style1 label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.phase-two .custom-checkbox.checkbox-style1.sm .faux-checkbox {
  background-color: #f2f2f2;
  border: 1px solid #bababa;
  width: 20px;
  height: 20px;
  background-size: 12px;
}

.phase-two .block-loading {
  padding: 23px 30px;
}

.phase-two .block-loading label,
.phase-two .block-loading .input-wrapper {
  margin-bottom: 0;
}

.phase-two .block-loading.no-bg {
  background: none;
}

.phase-two .block-loading.padding-sm {
  padding: 20px;
}

.phase-two .forms-style2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.phase-two .forms-style2 .sub-heading {
  font-weight: 500;
  font-size: 17px;
  color: #596b74;
  margin: 17px 0;
}

.phase-two .forms-style2 input.address {
  height: 150px;
}

.phase-two .forms-style2 .flex-row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.phase-two .forms-style2 .flex-row > label {
  width: 200px;
}

.phase-two .forms-style2 .flex-row input {
  height: 45px;
}

.phase-two .forms-style2 .flex-row input,
.phase-two .forms-style2 .flex-row .radio {
  max-width: 400px;
  margin-right: 10px;
}

.phase-two .forms-style2 .flex-row input.sm,
.phase-two .forms-style2 .flex-row .radio.sm {
  width: 160px;
}

.phase-two .forms-style2 .flex-row .grow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media (max-width: 992px) {
  .phase-two .forms-style2 .flex-row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .phase-two .forms-style2 .flex-row input,
  .phase-two .forms-style2 .flex-row .radio {
    width: 100%;
    max-width: none;
  }
  .phase-two .forms-style2 .flex-row .grow {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .phase-two .forms-style2 .flex-row .btn {
    margin-top: 10px;
    width: 160px;
  }
}

.phase-two .forms-style3 {
  margin-top: 0;
  margin-bottom: 0;
}

.phase-two .panel-default .radio label {
  display: block;
  margin-bottom: 25px;
}

.phase-two .panel-default .radio label:last-of-type {
  margin-bottom: 0;
}

.phase-two .panel-default .radio.radio--inline {
  margin-top: 0;
  margin-bottom: 0;
}

.phase-two .panel-default .radio.radio--inline label {
  display: inline-block;
  margin-bottom: 10px;
}

.phase-two .panel-default--no-padding {
  padding: 0;
}

.phase-two .btn-icon--right {
  padding-right: 3.5rem;
}

/*.phase-two .btn-primary {
  background-color: #021f4e;
  border-color: #021f4e;
}

.phase-two .btn-primary:hover, .phase-two .btn-primary:focus {
  background-color: #003c77;
  border-color: #003c77;
}*/

/*No interest in grey buttons for */
.phase-two .btn-grey {
  color: #021f4e;
  background-color: #f6ad04;
  border: 2px solid #021f4e;
  font-size: 18px;
  border-radius: 5px;
  padding: 8px 22px;
}

  .phase-two .btn-grey:hover, .phase-two .btn-grey:focus {
    color: #fff;
  }

.phase-two .btn--rounded {
  border-radius: 25px;
  font-size: 14px;
}

.phase-two .btn--full-w {
  width: 100%;
}

.phase-two .event {
  background: white;
  padding: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.phase-two .event-delete a {
  font-size: 13px;
}

.phase-two .event-delete__icon {
  width: 16px;
  height: 16px;
  padding-right: 0;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .phase-two .forms-style2 [class^="col-"] {
    padding: 0 45px 12px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* set some colour styles */
.blue {
  background-color: #021f4e;
}

.light-blue {
  background-color: #44bdee;
}

.prim-grey {
  background-color: #f6f6f6;
}

.sec-grey {
  background-color: #fbfbfb;
}

.error {
  color: #ff5959;
  display: block;
  font-size: 16px;
  padding: 0 0 10px;
}

.container-fluid.primary {
  padding-bottom: 140px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.primary-color {
  color: #021f4e;
}

/* alt styles for darker sections */
.primary {
  background-color: #021f4e;
  color: #fff;
  padding: 20px 0;
}

.primary h4 {
  font-size: 20px;
  font-weight: 400;
}

.primary .svg-know-more {
  height: 40px;
  width: 40px;
  stroke: #fff;
  stroke-width: 2;
  transform: rotate(90deg);
  margin-top: 12px;
}

/* svg icons */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.icon-cross {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  right: 0;
  top: 20px;
}

.icon-cross:hover {
  cursor: pointer;
}

.icon-padlock {
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 15px;
  }
}

/* custom fonts */
@font-face {
  font-family: "TheMixC5";
  src: url("/fonts/themixc5-3_light-webfont.woff2") format("woff2"), url("/fonts/themixc5-3_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "TheMixC5";
  src: url("/fonts/themixc5-5_plain-webfont.woff2") format("woff2"), url("/fonts/themixc5-5_plain-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TheMixC5";
  src: url("/fonts/themixc5-7_bold-webfont.woff2") format("woff2"), url("/fonts/themixc5-7_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TheMixC5";
  src: url("/fonts/themixc5-9_black-webfont.woff2") format("woff2"), url("/fonts/themixc5-9_black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "LufgaRegular";
  src: url("/fonts/Lufga-Regular.woff2") format("woff2"), url("/fonts/Lufga-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* custom container */
.container-tight {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.container-tight:before, .container-tight:after {
  content: " ";
  display: table;
}

.container-tight:after {
  clear: both;
}

@media (min-width: 992px) {
  .container-tight {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  .container-tight {
    width: 970px;
  }
}

/* Set font */
body {
  font-family: "LufgaRegular", Arial, Helvetica, sans-serif;
}

/* global li styles */
li {
  margin: 8px 0;
}

h1 {
  font-size: 28px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

p {
  font-size: 16px;
}

  p a {
    color: #021f4e;
    text-decoration: underline;
  }

    p a:hover, p a:focus {
      text-decoration-color: #f6ad04;
    }

.a-dark-background {
  color: #fff;
}
.a-dark-background:hover, .a-dark-background:focus {
  text-decoration-color: #f6ad04;
} 

abbr[title] {
  border: 0;
  cursor: inherit;
  text-decoration: none;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

hr {
  border-top: 2px solid #021f4e;
  padding-bottom: 20px;
}

.btn .icon-padlock {
  margin-left: 6px;
  margin-right: -6px;
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  background-color: #c5c5c5;
}

.btn.disabled:hover, .btn.disabled:focus, .btn[disabled]:hover, .btn[disabled]:focus,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus {
  background-color: #c5c5c5;
  color: #fff;
}

.btn.ready {
  background-color: #f6ad04;
}

.btn.ready:hover, .btn.ready:focus {
  background-color: #b1bf22;
}

.loader {
  display: inline-block;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: loader 1.8s infinite ease-in-out;
  color: white;
  font-size: 4px;
  margin: 0 16px 8px 16px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: loader 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  color: inherit;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.btn .loader {
  margin: 0 20px 8px 26px;
}

.notification .loader {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 0.12rem;
  margin: 0 6px 4px 6px;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
  animation-name: loader-reverse;
}

.notification .loader:before, .notification .loader:after {
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
  animation-name: loader-reverse;
}

.notification .loader:before {
  left: -6px;
  animation-delay: -0.32s;
}

.notification .loader:after {
  left: 6px;
}

.call-out .loader {
  color: #c5c5c5;
}

@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
    opacity: 0.6;
  }
}

@keyframes loader-reverse {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 0;
  }
  40% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
}

/* navbar styles */
.navbar-header {
  height: 88px;
}

.navbar-default {
  background-color: white;
  border-color: white;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 999;
}

.navbar-default .navbar-toggle {
  border-color: white;
  background-color: white;
  position: relative;
  top: 15px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #021f4e;
  position: relative;
  transition: all 300ms ease-in-out;
  top: 0;
}

.navbar-default .navbar-toggle.active .icon-bar:nth-child(2) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-default .navbar-toggle.active .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-default .navbar-toggle.active .icon-bar:last-child {
  top: -6px;
  transform: rotate(-45deg);
}

.navbar-default .navbar-toggle.active:hover .icon-bar:nth-child(2) {
  transform: scale(1.1) rotate(45deg);
  top: 6px;
}

.navbar-default .navbar-toggle.active:hover .icon-bar:last-child {
  transform: scale(1.1) rotate(-45deg);
  top: -6px;
}

.navbar-default .navbar-toggle.notification:after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00afd5;
  content: "";
  display: block;
  top: -2px;
  right: 0;
  position: absolute;
}

.navbar-default .navbar-toggle:hover .icon-bar:nth-child(2) {
  top: 13px;
}

.navbar-default .navbar-toggle:hover .icon-bar:last-child {
  top: -13px;
}

.navbar-right {
  position: relative;
  top: 10px;
}

  .navbar-right > li > a.btn-default {
    background-color: #f6ad04;
    border: 2px solid #021f4e;
    color: #021f4e;
    font-size: 20px;
    border-radius: 5px;
    padding: 14px 26px;
  }

.navbar-right > li > a.btn-default:focus, .navbar-right > li > a.btn-default:hover {
  background-color: #fff;
}

  .navbar-right .arrow-svg {
    width: 18px;
    height: 18px;
    stroke: #021f4e;
    transform: rotate(180deg);
    position: relative;
    top: 2px;
    right: 7px;
  }

/* Custom page header */
.header {
  height: 90px;
}

/* Custom page footer */
.footer {
  padding-top: 70px;
  border-top: 4px solid #fff;
}

.footer li:first-child + li {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 20px;
}

.footer .container {
  position: relative;
}

.footer ul {
  padding-left: 0;
  margin-bottom: 15px;
}

.footer ul > li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
}

.footer ul > li a {
  color: #fff;
}

.footer .footer-list-items li {
  display: list-item;
  list-style: none;
}

.footer .back-to-top {
  width: 50px;
  height: 50px;
  padding: 12px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: -70px;
}

.footer .back-to-top .icon-arrow {
  height: 24px;
  width: 24px;
  transform: rotate(-90deg);
  stroke: #021f4e;
}

/* content styles */
.intro {
  padding: 10px 15px 25px;
}

.intro:before, .intro:after {
  content: " ";
  display: table;
}

.intro:after {
  clear: both;
}

.intro .icon {
  display: none;
}

@media (min-width: 768px) {
  .intro {
    padding-top: 60px;
  }
  .intro .icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 20px 15px 0 0;
  }
  .intro .icon-padlock {
    width: 51px;
  }
}

.intro-text {
  overflow: hidden;
}

.center {
  max-width: 530px;
  margin: auto;
  padding: 0 15px;
  text-align: center;
}

.center h1 {
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 50px;
}

.center h1 span {
  color: #f6ad04;
  display: block;
}

.center p {
  font-weight: 300;
  margin-bottom: 20px;
}

.center .btn {
  margin-top: 30px;
  background-color: #a0c0ca;
}

.center .btn:hover, .center .btn:focus {
  background-color: #90b5c1;
}

.confirmation {
  font-weight: 300;
  padding: 30px 0;
}

.step {
  padding-bottom: 28px;
}

.step img {
  padding-left: 8px;
}

.steps:before, .steps:after {
  content: " ";
  display: table;
}

.steps:after {
  clear: both;
}

.steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps ul li {
  margin: 0;
  float: left;
  background: #dedede;
  width: 15px;
  height: 15px;
  margin-right: 25px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.steps ul li:after {
  width: 25px;
  position: absolute;
  left: 15px;
  top: 6.5px;
  height: 2px;
  background: #dedede;
  content: "";
  z-index: 0;
}

.steps ul li:last-child {
  margin-right: 0;
}

.steps ul li:last-child:after {
  display: none;
}

.steps ul li.done, .steps ul li.done:after {
  background: #00afd5;
}

.steps ul li.current {
  background: #00afd5;
}

.steps ul li.current:before {
  position: absolute;
  background: #d1de44;
  border: 2px solid white;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: inherit;
  top: 2px;
  left: 2px;
}

label {
  font-size: 22px;
  color: #ffffff;
  font-weight: 100;
  margin-bottom: 8px;
}

.label-wrap {
  background-color: #fff;
  display: block;
  overflow: hidden;
  padding-left: 40px;
}

.label-icon {
  color: #021f4e;
  margin-left: -25px;
  padding: 15px 0;
  position: absolute;
}

.label-icon .icon {
  height: 22px;
  width: 22px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 55px;
  font-size: 16px;
}

.form-control:focus {
  box-shadow: none;
}

form .btn > .arrow-svg {
  stroke: #fff;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.forgotten .form-text .form-info {
  padding-left: 0;
}

.form-group:after {
  clear: both;
  content: "";
  display: table;
}

.form-group .col-md-12 {
  position: relative;
}

.form-group h2 {
  color: #f6ad04;
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 60px;
}

.form-group .arrow-svg {
  stroke: #f6ad04;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  top: 24px;
}

.form-linear label,
.form-linear input {
  display: inline-block;
  vertical-align: middle;
}

.form-linear label {
  padding-right: 10px;
}

.form-linear input {
  width: 64px;
}

.form-info {
  padding-top: 20px;
  padding-bottom: 30px;
  display: inline-block;
  margin-left: 22px;
}

.form-info a {
  color: #fff;
  text-decoration: underline;
}

.questions {
  font-size: 34px;
  color: #fff;
  padding-bottom: 36px;
}

.btn .icon-HomeIcon {
  position: relative;
  right: 5px;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .characters > .row div:nth-child(2) {
    text-align: center;
  }
  .characters > .row div:nth-child(3) {
    text-align: right;
  }
}

.characters label {
  padding-right: 10px;
}

.characters .form-info {
  padding-top: 40px;
  padding-bottom: 10px;
}

.characters .form-control {
  width: 66px;
  text-align: center;
}

.characters .icon-padlock {
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 2px;
  left: 2px;
  margin-left: 8px;
}

.register .col-sm-6 {
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .register .col-sm-6 {
    padding-top: 10;
  }
  .register .row:nth-child(2) {
    padding-top: 15px;
  }
}

.address-printed {
  color: #021f4e;
}

.address-printed > .row {
  margin: 0;
  padding: 8px 0px 0px 0px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .address-printed > .row {
    padding: 25px 20px 20px 20px;
  }
}

.arrow-svg-address {
  stroke: #fff;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.step-back {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .step-back {
    position: relative;
    top: 10px;
  }
}

.step-back:hover, .step-back:focus {
  color: #fff;
  text-decoration: underline;
}

.step-back .arrow-svg {
  margin-right: 5px;
  stroke: #fff;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
  transform: rotate(180deg);
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-content {
  color: #586a73;
  box-shadow: none;
  border-radius: 0;
  font-size: 18px;
  border-width: 0;
}

.modal-content .close {
  color: #586a73;
  opacity: 1;
  font-size: 18px;
}

.modal-header {
  background-color: #021f4e;
  color: white;
}

.modal-header .close {
  color: white;
  opacity: 1;
  font-weight: normal;
  font-size: 32px;
  line-height: 26px;
}

.modal-body p {
  font-size: 18px;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-footer .close {
  margin-top: -16px;
}

.alert {
  margin-bottom: 0;
}

/* styles for the landing page */
.landing {
  /* landing page navbar styles */
  /* jumbo content styles */
  /* styles for discover sections */
  /* Responsive: mobile and up */
  /* styles for info sections */
  /* Responsive: mobile styles */
}

.landing .container-fluid.primary {
  padding-bottom: 20px;
}

.landing h2 {
  font-size: 40px;
  margin-top: 0;
}

.landing .navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 0;
}
    .landing .navbar-nav li a {
        color: #021f4e;
        font-size: 14px;
    }

    .landing.homepage .navbar-nav li a {
        text-decoration: none;
    }

    .landing .navbar-nav li a.btn {
        color: #021f4e;
        background-color: #f6ad04;
        border: 2px solid #021f4e;
        padding: 6px 15px;
        margin-top: 8px;
    }

        .landing .navbar-nav li a.btn:hover {
            background-color: #fff;
        }

@media screen and (max-width: 991px) {
    .landing .navbar-nav .menu-button a.btn {
        padding: 15px 15px;
    }
}

.landing .navbar-right {
    top: 12px;
}

    .landing .navbar-right .arrow-svg {
        transform: rotate(90deg);
        vertical-align: middle;
        margin-left: 6px;
        width: 13px;
        height: 13px;
        stroke: #021f4e;
        top: 0;
        right: 0;
    }

@media screen and (min-width: 992px) {
    .landing .navbar-right li:nth-child(-n + 2):after {
        content: "";
        height: 30px;
        width: 2px;
        background-color: #d2d3d4;
        position: absolute;
        right: 0;
        top: 9px;
    }
}

.landing .navbar-nav li:nth-child(3) > a {
    color: #021f4e;
    font-weight: 700;
}

.landing.homepage .navbar-nav li:nth-child(3) > a {
    font-weight: 300;
}

.landing.homepage .navbar-nav li a {
    font-size: 16px;
    padding-top: 20px;
}

.landing .full-bg {
    background-color: #f6f6f6;
}

.home-container {
    position: relative;
}

.homepage {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .homepage .home-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .homepage .home-row {
        position: relative;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        min-height: calc(100vh - 125px);
        align-items: center;
    }

    .homepage .home-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( to right, rgba(15, 28, 60, 0.92) 0%, rgba(15, 28, 60, 0.80) 40%, rgba(15, 28, 60, 0.30) 65%, transparent 85% );
        z-index: 1;
    }

    .homepage .home-col-content {
        flex: 0 0 70%;
        max-width: 70%;
        margin: auto;
    }

    .homepage .home-heading {
        font-size: 48px;
        line-height: 1.5;
        margin-bottom: 150px;
    }
        .homepage .home-heading .gold-dot {
            color: #f6ad04;
        }

    .homepage .home-cta {
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }

    .homepage .home-cta-label {
        color: #ffffff;
    }

    .homepage .home-register {
        color: #ffffff;
        padding-top: 10px;
    }

        .homepage .home-register a {
            color: #f6ad04;
            margin-left: 10px;
        }

#dialog-get-in-touch .report-death {
    color: #f6ad04;
    opacity: 1;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#dialog-get-in-touch .modal-body .section-title {
    padding-top: 10px;
    font-weight: bold;
}

.landing .jumbotron {
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 0;
    /* panel section */
}

@media screen and (max-width: 1320px) {
    .landing .jumbotron {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.landing .jumbotron > h2 {
    color: #021f4e;
    min-height: 88px;
}

    .landing .jumbotron > h2 span {
        color: #021f4e;
        font-weight: 700;
    }

.landing .jumbotron .arrow-svg {
    float: left;
    height: 20px;
    margin: 2px 0 0 14px;
    transition: transform 0.3s ease-out, bottom 0.3s ease;
    width: 20px;
}

@media screen and (min-width: 1200px) {
    .landing .jumbotron .arrow-svg {
        bottom: 24px;
        float: none;
        margin: 0;
        position: absolute;
        right: 20px;
    }
}

.landing .jumbotron .arrow-svg-color {
    stroke: #f6ad04;
}

.landing .jumbotron .nav-tabs,
.landing .jumbotron .panel-title {
    border-bottom: none;
}

    .landing .jumbotron .nav-tabs > li,
    .landing .jumbotron .panel-title > li {
        padding: 0 5px;
    }

        .landing .jumbotron .nav-tabs > li.active .button,
        .landing .jumbotron .panel-title > li.active .button {
            min-height: 270px;
        }

            .landing .jumbotron .nav-tabs > li.active .button .arrow-svg,
            .landing .jumbotron .panel-title > li.active .button .arrow-svg {
                bottom: 70px;
            }

        .landing .jumbotron .nav-tabs > li .button,
        .landing .jumbotron .panel-title > li .button {
            min-height: 224px;
        }

            .landing .jumbotron .nav-tabs > li .button h2,
            .landing .jumbotron .panel-title > li .button h2 {
                font-size: 29px;
            }

    .landing .jumbotron .nav-tabs .button,
    .landing .jumbotron .panel-title .button {
        background-color: #021f4e;
        color: #fff;
        display: block;
        text-align: left;
        border-radius: 5px;
        border: none;
        margin: 0;
        padding: 19px;
        opacity: 1;
        transition: min-height 0.3s, opacity 0.3s ease;
    }

        .landing .jumbotron .nav-tabs .button:after,
        .landing .jumbotron .panel-title .button:after {
            clear: both;
            content: "";
            display: table;
        }

        .landing .jumbotron .nav-tabs .button:hover, .landing .jumbotron .nav-tabs .button:focus,
        .landing .jumbotron .panel-title .button:hover,
        .landing .jumbotron .panel-title .button:focus {
            cursor: pointer;
            text-decoration: none;
        }

            .landing .jumbotron .nav-tabs .button:hover p, .landing .jumbotron .nav-tabs .button:focus p,
            .landing .jumbotron .panel-title .button:hover p,
            .landing .jumbotron .panel-title .button:focus p {
                text-decoration: underline;
            }

        .landing .jumbotron .nav-tabs .button .link,
        .landing .jumbotron .panel-title .button .link {
            clear: left;
            float: left;
            font-size: 18px;
            color: #fff;
        }

@media (min-width: 1200px) {
    .landing .jumbotron .nav-tabs .button .link,
    .landing .jumbotron .panel-title .button .link {
        margin-top: 11px;
    }
}

.landing .jumbotron .nav-tabs .button p,
.landing .jumbotron .panel-title .button p {
    clear: left;
    float: left;
    font-size: 14px;
}

.landing .jumbotron .nav-tabs .button:hover p,
.landing .jumbotron .panel-title .button:hover p {
    text-decoration: underline;
}

.landing .jumbotron .nav-tabs .button:hover .arrow-svg,
.landing .jumbotron .panel-title .button:hover .arrow-svg {
    transform: rotate(90deg);
}

.landing .jumbotron .nav-tabs .button:active,
.landing .jumbotron .panel-title .button:active {
    background-color: #003c77;
}

.landing .jumbotron .nav-tabs h2,
.landing .jumbotron .panel-title h2 {
    font-weight: 700;
}

/*.landing .jumbotron .nav-tabs li:last-child .button,
.landing .jumbotron .panel-title li:last-child .button {
  background-color: #44bdee;
}*/

.landing .jumbotron .nav-tabs li:last-child .button p,
.landing .jumbotron .panel-title li:last-child .button p {
    font-size: 24px;
}

/*.landing .jumbotron .nav-tabs li:last-child .button:active,
.landing .jumbotron .panel-title li:last-child .button:active {
  background-color: #69808d;
}

.landing .jumbotron .nav-tabs li:last-child .button .arrow-svg-color,
.landing .jumbotron .panel-title li:last-child .button .arrow-svg-color {
  stroke: #fff;
}*/

.landing .jumbotron .nav-tabs {
    animation-delay: 4s;
    margin-top: 25px;
}

    .landing .jumbotron .nav-tabs .inactive > .button {
        opacity: 0.4;
    }

    .landing .jumbotron .nav-tabs .active > .button {
        opacity: 1;
    }

.landing .jumbotron .panel-default {
    border: none;
}

.landing .jumbotron .panel-group {
    margin-top: 35px;
}

.landing .jumbotron .panel-heading {
    background-color: #021f4e;
    color: #fff;
    position: relative;
    border-radius: 0;
    padding: 0;
}

.landing .jumbotron .panel-body {
    background-color: #021f4e;
    color: #fff;
    text-align: left;
    padding: 40px 5px 20px;
}

    .landing .jumbotron .panel-body h2 {
        font-size: 20px;
    }

    .landing .jumbotron .panel-body h3,
    .landing .jumbotron .panel-body p {
        font-size: 18px;
        line-height: 24px;
    }

    .landing .jumbotron .panel-body ul li {
        font-size: 14px;
    }

        .landing .jumbotron .panel-body ul li:before {
            height: 15px;
            width: 15px;
        }

@media screen and (min-width: 768px) {
    .landing .jumbotron .panel-body h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .landing .jumbotron .panel-body h2 {
        font-size: 40px;
    }
}

.landing .jumbotron .panel-body .col-sm-6 {
    margin-bottom: 20px;
}

.landing .jumbotron .panel:last-child .panel-body {
    background-color: #44bdee;
    color: #fff;
}

/*.landing .jumbotron .panel:last-child .button,
.landing .jumbotron .panel:last-child .panel-heading {
  background-color: #44bdee;
}*/

.landing .jumbotron .panel:last-child .button p {
    font-size: 18px;
}

.landing .jumbotron .panel:last-child .button .arrow-svg-color {
    stroke: #fff;
}

.landing .tab-wrapper {
    margin-top: -65px;
}

.landing .tab-content {
    position: relative;
    z-index: 2;
}

.landing .tab-content,
.landing .panel-body {
    color: #fff;
    font-size: 20px;
}

    .landing .tab-content .col-xs-6.text-left,
    .landing .panel-body .col-xs-6.text-left {
        padding-right: 10px;
    }

    .landing .tab-content .col-xs-6.text-right,
    .landing .panel-body .col-xs-6.text-right {
        padding-left: 10px;
    }

    .landing .tab-content .btn,
    .landing .panel-body .btn {
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        padding: 10px 5px;
    }

    .landing .tab-content .btn-fluid,
    .landing .panel-body .btn-fluid {
        padding-left: 30px;
        padding-right: 30px;
        width: auto;
    }

    .landing .tab-content h2,
    .landing .panel-body h2 {
        font-weight: 700;
    }

    .landing .tab-content h3,
    .landing .panel-body h3 {
        font-weight: 100;
        font-size: 28px;
        line-height: 34px;
    }

    .landing .tab-content .light,
    .landing .panel-body .light {
        font-size: 20px;
        font-weight: 100;
    }

    .landing .tab-content span,
    .landing .panel-body span {
        font-weight: 700;
    }

    .landing .tab-content p,
    .landing .panel-body p {
        font-size: 20px;
    }

.landing .tab-pane .container > .col-sm-6,
.landing .tab-pane .container > .col-sm-12 {
    padding: 50px;
}

.landing .not-sure-section p.bold {
    margin-bottom: 0;
    margin-top: 30px;
}

    .landing .not-sure-section p.bold:before {
        content: "Q. ";
        position: absolute;
        left: -45px;
    }

.landing .not-sure-section p.bold,
.landing .not-sure-section p.light {
    margin-left: 45px;
    position: relative;
}

    .landing .not-sure-section p.light:before {
        content: "A. ";
        position: absolute;
        left: -45px;
        font-weight: 700;
    }

.landing .not-sure-section a {
    color: #fff;
    font-weight: 400;
}

    .landing .not-sure-section a:hover, .landing .not-sure-section a:focus {
        color: #fff;
        text-decoration: none;
    }

.landing .tab-pane .col-sm-6:first-child:after {
    content: "";
    height: 74%;
    width: 2px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 16%;
}

.landing .lead {
    font-size: 28px;
    color: #44bdee;
    margin: 20px 0 60px 0;
}

.landing .power-icons {
    padding-top: 28px;
}

.landing .arrows {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin: 22px 0 30px 0;
}

    .landing .arrows li:before {
        content: "";
        display: inline-block;
        height: 20px;
        width: 20px;
        background-image: url("/images/arrow_right.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        margin: 2px 0px;
    }

.landing .discover-bg {
    background-color: #021f4e;
    background-size: cover;
    color: #fff;
    height: 400px;
}

    .landing .discover-bg h2 {
        margin-top: 60px;
    }

    .landing .discover-bg p {
        font-size: 18px;
    }

@media screen and (min-width: 480px) {
    .landing .discover-bg h2 {
        margin-top: 125px;
    }
}

.landing .info-section {
    padding: 60px 0 50px 0;
}

    .landing .info-section h2 {
        color: #021f4e;
        margin-bottom: 10px;
    }

    .landing .info-section p {
        font-size: 18px;
        color: #a7a9ac;
    }

    .landing .info-section img {
        display: inline-block;
        margin-bottom: 10px;
    }

    .landing .info-section .icons-style2 {
        display: none;
    }

    .footer.home-footer.primary {
        position: relative;
        padding-top: 50px;
        padding-right: 60px;
    }

        .footer.home-footer.primary p,
        .footer.home-footer.primary a {
            color: #ffffff;
            font-size: 16px;
            font-weight: 300;
            text-decoration: none;
        }

        .footer.home-footer.primary li:first-child + li {
            border-left: none;
            margin-left: 0;
            padding-left: 0;
        }

        .footer.home-footer.primary .navbar-brand img {
            height: 40px;
            width: auto;
        }

        .footer.home-footer.primary .navbar-brand {
            height: 70px;
            width: auto;
            margin-right: 20px;
        }

        .footer.home-footer.primary .back-to-top {
            position: absolute;
            top: 15%;
            transform: translateY(-50%);
            right: 70px;
        }

    .home-footer .footer-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        width: 100%;
        padding-left: 50px;
    }

        .home-footer .footer-inner ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            gap: 20px;
            margin-left: auto;
        }

        .home-footer .footer-inner p {
            margin: 0;
        }

.landing .footer {
    border: none;
}

.footer.home-footer.primary {
    position: relative;
    padding-top: 50px;
    padding-right: 60px;
}

    .footer.home-footer.primary p,
    .footer.home-footer.primary a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
    }

    .footer.home-footer.primary li:first-child + li {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }

    .footer.home-footer.primary .navbar-brand img {
        height: 40px;
        width: auto;
    }

    .footer.home-footer.primary .navbar-brand {
        height: 70px;
        width: auto;
        margin-right: 20px;
    }

    .footer.home-footer.primary .back-to-top {
        position: absolute;
        top: 15%;
        transform: translateY(-50%);
        right: 70px;
    }

.home-footer .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    width: 100%;
    padding-left: 50px;
}

    .home-footer .footer-inner ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 20px;
        margin-left: auto;
    }

    .home-footer .footer-inner p {
        margin: 0;
    }

@media screen and (min-width: 768px) {
    .landing .info-section .icons-style2 {
        display: block;
        margin: 0 0 20px;
        position: relative;
    }

        .landing .info-section .icons-style2 img {
            bottom: 0;
            left: 0;
            max-width: 100%;
            position: absolute;
        }

            .landing .info-section .icons-style2 img + img {
                position: static;
            }

                .landing .info-section .icons-style2 img + img + img {
                    left: auto;
                    right: 0;
                    position: absolute;
                }
 
        .landing .footer {
            border: none;
        }

        @media screen and (max-width: 400px) {
            .landing h2 {
                font-size: 26px;
            }

            .landing .jumbotron {
                padding-top: 20px;
            }

                .landing .jumbotron .panel-group {
                    margin-top: 10px;
                }
        }

        .deferred-calculator .forms-style3 {
            margin: 50px 0;
        }

        .deferred-calculator h3 {
            font-weight: 700;
            color: #586a73;
        }

        .deferred-calculator .form-group:first-child {
            margin-bottom: 0;
        }

            .deferred-calculator .form-group:first-child + .button-row {
                border-top: 0;
            }

                .deferred-calculator .form-group:first-child + .button-row .btn {
                    float: none;
                }

        @media (min-width: 768px) {
            .deferred-calculator .form-group:first-child {
                margin-bottom: 20px;
                padding-left: 32px;
            }
        }

        .deferred-calculator .option {
            display: none;
            padding-top: 28px;
        }

        .deferred-calculator .footnote {
            margin-top: 14px;
        }

            .deferred-calculator .footnote * {
                font-size: 14px;
                line-height: 1.1428571429;
            }

            .deferred-calculator .footnote p {
                margin-bottom: 10px;
            }

        .deferred-calculator .form-footer {
            border-top: none;
            margin-top: 35px;
        }

            .deferred-calculator .form-footer h4 {
                font-weight: 700;
                color: #586a73;
                margin: 0;
            }

        /* Responsive: tablet styles */
        @media screen and (max-width: 1200px) {
            /* change bootstrap collapse point */
            .navbar-header {
                float: none;
            }

            .navbar-right {
                top: 0;
            }

            .landing .navbar-right {
                top: 0px;
            }

            .navbar-toggle {
                display: block;
            }

            .navbar-collapse {
                border: none;
            }

                .navbar-collapse.collapse {
                    display: none !important;
                }

            .navbar-nav {
                float: none !important;
                margin: 7.5px -15px;
            }

                .navbar-nav > li {
                    float: none;
                }

                    .navbar-nav > li > a {
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }

            .navbar-text {
                float: none;
                margin: 15px 0;
            }

            .navbar-collapse.collapse.in {
                display: block !important;
            }

            .collapsing {
                overflow: hidden !important;
            }
        }

        .note {
            font-size: 14px;
        }

        .form-text h2 {
            font-size: 22px;
            line-height: 1.428571429;
            margin: 0 0 5px;
        }

        .form-text p {
            font-weight: 300;
            margin-bottom: 0;
            padding-bottom: 20px;
        }

        .form-text a {
            color: #fff;
            text-decoration: underline;
        }

            .form-text a:hover, .form-text a:focus {
                color: #fff;
                text-decoration: none;
            }

        .form-text .form-info {
            padding-left: 24px;
            padding-top: 0;
        }

        .form-text .arrow-svg {
            bottom: auto;
            left: auto;
            margin-top: 3px;
            right: auto;
            position: absolute;
            top: auto;
        }

        .icon-more-info {
            background-color: #004175;
            border: 0;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            font-style: italic;
            height: 24px;
            line-height: 26px;
            margin-left: 20px;
            padding-right: 4px;
            text-align: center;
            width: 24px;
        }

            .icon-more-info:hover, .icon-more-info:focus {
                text-decoration: underline;
            }

        .popover {
            color: #586a73;
            max-width: 286px;
        }

        .popover-title {
            display: none;
        }

        .is-accessible {
            left: -999em;
            position: absolute;
        }

        /* typing effect */
        .typed-cursor {
            display: none;
        }

        /* Annual Allowance place */
        .annual-allowance .questions {
            padding: 0;
        }

            .annual-allowance .questions.no-margin {
                margin-top: 0;
            }

        .annual-allowance .panel-body img {
            padding: 20px 0;
        }

        .annual-allowance .forms-style3 {
            margin: 0;
        }

            .annual-allowance .forms-style3 .form-footer p {
                margin-bottom: 20px;
            }

        .annual-allowance canvas {
            margin: 30px 0;
        }

        @media (max-width: 767px) {
            .annual-allowance .panel-group .panel-collapse .text-right {
                text-align: left;
                margin-bottom: 10px;
            }
        }

        .panel-questions .panel.panel-default.content-panel-reset {
            border: 2px solid #f6f6f6;
            font-size: 18px;
            color: #586a73;
            margin-top: 20px;
        }

            .panel-questions .panel.panel-default.content-panel-reset b {
                line-height: 24px;
                margin-bottom: 16px;
            }

            .panel-questions .panel.panel-default.content-panel-reset .panel-heading {
                background-color: #f6f6f6;
                padding: 20px 25px;
                color: #586a73;
            }

            .panel-questions .panel.panel-default.content-panel-reset .panel-body {
                padding: 20px 25px 15px;
            }

        /* Updates */
        .updates-page .filter-text {
            float: left;
            padding-right: 20px;
            padding-top: 16px;
            font-size: 18px;
            color: #021f4e;
        }

        .updates-page .category {
            float: left;
            margin-right: 20px;
            margin-top: 10px;
            padding: 7px 20px;
            font-size: 16px;
            font-weight: 300;
            cursor: pointer;
            color: #021f4e;
            background-color: #f6ad04;
            border-radius: 30px;
            border: 2px solid #021f4e;
        }

            .updates-page .category.active {
                background-color: #fff;
                color: #021f4e;
            }

            .updates-page .category:hover {
                background-color: #fff;
                color: #021f4e;
            }

        .updates-page .content-area {
            margin-top: 40px;
        }

            .updates-page .content-area .content-box {
                margin-bottom: 20px;
            }

                .updates-page .content-area .content-box a {
                    text-decoration: none;
                }

                    .updates-page .content-area .content-box a:hover h3 {
                        text-decoration: underline;
                        text-decoration-color: #f6ad04;
                    }

                .updates-page .content-area .content-box h3 {
                    font-size: 20px;
                }

                .updates-page .content-area .content-box img {
                    margin-bottom: 10px;
                }

                .updates-page .content-area .content-box .update-heading {
                    padding: 0 10px;
                }

        .updates-page .show-more {
            margin-top: 40px;
        }

        .updates-page .dropdown .btn.dropdown-toggle {
            position: relative;
            padding-right: 40px;
        }

            .updates-page .dropdown .btn.dropdown-toggle:hover:after, .updates-page .dropdown .btn.dropdown-toggle:focus:after {
                border-top: 7px solid #246987;
                transition: all 200ms linear;
            }

        .updates-page .dropdown-menu {
            padding-top: 0;
            padding-bottom: 0;
            min-width: 191px;
        }

        .updates-page a.dropdown-item.active {
            background-color: #00afd5;
            color: #fff;
        }

        .updates-page a.dropdown-item:hover {
            background-color: #246987;
            color: #fff;
            text-decoration: none;
        }

        .updates-page .dropdown-toggle:before,
        .updates-page .dropdown-toggle::after {
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            content: "";
            position: absolute;
            right: 12px;
        }

        .updates-page .dropdown-toggle::after {
            border-top: 7px solid #00afd5;
            top: 13px;
            transition: all 200ms linear;
        }

        .updates-page .dropdown-toggle::before {
            border-top: 7px solid #fff;
            top: 15px;
        }

        .updates-page .dropdown-item {
            display: block;
            padding: 0.25rem 1.5rem;
        }

        /* Updates Article */
        .btn-container {
            margin-bottom: 40px;
        }

        .article-date {
            padding-bottom: 20px;
            color: #44bdee;
            font-weight: 300;
        }

        .article-content {
            margin-bottom: 50px;
            margin-top: 30px;
            color: #44bdee;
        }

            .article-content h4 {
                font-size: 22px;
                margin-bottom: 20px;
            }

            .article-content a {
                color: #44bdee;
            }

            .article-content p {
                color: #44bdee;
            }

        .other-articles a:hover {
            text-decoration: none;
        }

            .other-articles a:hover h3 {
                color: #00afd5;
            }

        .other-articles .update-heading h3 {
            margin-bottom: 10px;
            padding: 10px 5px 0;
            font-size: 18px;
        }

        .other-articles .update-heading p {
            font-size: 14px;
            padding: 0 5px;
            color: #44bdee;
        }

        .secondary-btn.btn {
            color: #021f4e;
            background-color: #f2f2f2;
        }

            .secondary-btn.btn.back-btn {
                position: relative;
                padding-left: 30px;
            }

                .secondary-btn.btn.back-btn:hover:after {
                    border-top: 7px solid #246987;
                    transition: all 200ms linear;
                }

                .secondary-btn.btn.back-btn:hover:before {
                    border-top: 7px solid #fff;
                    transition: all 200ms linear;
                }

                .secondary-btn.btn.back-btn:before, .secondary-btn.btn.back-btn:after {
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    transform: rotate(90deg);
                    content: "";
                    position: absolute;
                    top: 15px;
                }

                .secondary-btn.btn.back-btn:after {
                    border-top: 7px solid #f2f2f2;
                    left: 12px;
                    transition: all 200ms linear;
                }

                .secondary-btn.btn.back-btn:before {
                    border-top: 7px solid #021f4e;
                    left: 10px;
                }

        @media (max-width: 991px) {
            .show-more {
                margin-bottom: 50px;
            }
        }

        @media (max-width: 600px) {
            .updates-page .content-box {
                width: 100%;
            }
        }

        /* animated styles */
        .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
        }

            .animated.infinite {
                animation-iteration-count: infinite;
            }

        @keyframes pulse {
            from {
                transform: scale3d(1, 1, 1);
            }

            50% {
                transform: scale3d(1.05, 1.05, 1.05);
            }

            to {
                transform: scale3d(1, 1, 1);
            }
        }

        .pulse {
            animation-name: pulse;
        }

        @keyframes zoomIn {
            from {
                opacity: 0;
                transform: scale3d(0.3, 0.3, 0.3);
            }

            50% {
                opacity: 1;
            }
        }

        .zoomIn {
            animation-name: zoomIn;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        .fadeIn {
            animation-name: fadeIn;
            animation-duration: 3s;
        }

        .PicDot {
            color: #f6ad04;
        }

        .prelogin-wizard-text {
            font-size: 18px;
        }

        .loading-logo {
            width: 100%;
            max-width: 200px;
            height: auto;
        }

        .dual-radio-buttons .col, .dual-radio-buttons .row {
            display: inline;
            width: 50%;
            position: relative
        }

        .dual-radio-buttons [type=radio] {
            opacity: 0;
            position: absolute;
            left: -5000px
        }

        .dual-radio-buttons label {
            background-color: #fff;
            border: 1px solid #021f4e;
            border: 1px solid rgba(0,45,89,.25);
            color: #021f4e;
            text-align: center;
            border-radius: 10px;
            font-family: LufgaRegular;
            line-height: 1.5;
            margin: 0;
            padding: 1.875rem 1.5rem;
            position: relative;
            height: 100%;
            width: 100%
        }

            .dual-radio-buttons label:hover {
                cursor: pointer;
            }

            .dual-radio-buttons label:after {
                display: none
            }

        .dual-radio-buttons.smaller label {
            padding: 1.25rem 1.5rem
        }

        .dual-radio-buttons [type=radio]:checked + label {
            background-color: #021f4e;
            border: 1px solid #021f4e;
            color: #fff
        }

        .dual-radio-buttons.dual-radio-buttons--dots label {
            padding-top: 50px
        }

            .dual-radio-buttons.dual-radio-buttons--dots label:after {
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                top: 1.375rem;
                content: ' ';
                width: 26px;
                height: 26px;
                border: 2px solid rgba(0,45,89,.3);
                border-radius: 999px;
                background-color: none;
                display: block
            }

        .dual-radio-buttons.dual-radio-buttons--dots [type=radio]:checked + label:after {
            border: 7px solid #fff;
            background-color: #f6ad04
        }

        .dual-radio-buttons.dual-radio-buttons--arrows [type=radio]:checked + label:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 16px;
            content: '';
            border-bottom-width: 0;
            border-color: #021f4e transparent transparent;
            top: 100%
        }

        .dual-radio-buttons.dual-radio-buttons--arrows.arrows-first-only .column:last-child [type=radio] + label:after, .dual-radio-buttons.dual-radio-buttons--arrows.arrows-first-only .columns:last-child [type=radio] + label:after {
            display: none
        }

        @media only screen and (max-width:414px) {
            .dual-radio-buttons label {
                padding: 1.125rem .625rem;
            }
        }

        @media only screen and (min-width:415px) and (max-width:719px) {
            .dual-radio-buttons label {
                padding: 1.125rem .625rem;
            }
        }

        .sub-panel-internal {
            border-radius: 18px;
            border: none;
            background-color: #fff;
            padding: 1.5rem 2.25rem 1.375rem 2.25rem;
            margin-bottom: 1.5rem
        }

            .sub-panel-internal.white-shadow-border-light {
                background-color: #fff;
                -webkit-box-shadow: 0 2px 3px 1px rgba(173,172,171,.1);
                box-shadow: 0 2px 3px 1px rgba(173,172,171,.1);
                border: 1px solid rgba(0,45,89,.2)
            }

        .form-control.icon-percent {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2022%22%3E%3Cpolygon%20points%3D%228.65%2020.55%206.26%2020.55%2017.24%201.41%2019.63%201.41%208.65%2020.55%22%20fill%3D%22%23002d59%22%2F%3E%3Cpath%20d%3D%22M5.82%2C1.28a5.66%2C5.66%2C0%2C1%2C0%2C5.66%2C5.66A5.66%2C5.66%2C0%2C0%2C0%2C5.82%2C1.28Zm0%2C8.44A2.79%2C2.79%2C0%2C1%2C1%2C8.6%2C6.94%2C2.78%2C2.78%2C0%2C0%2C1%2C5.82%2C9.72Z%22%20fill%3D%22%23002d59%22%2F%3E%3Cpath%20d%3D%22M20.18%2C9.41a5.66%2C5.66%2C0%2C1%2C0%2C5.66%2C5.65A5.66%2C5.66%2C0%2C0%2C0%2C20.18%2C9.41Zm0%2C8.44A2.79%2C2.79%2C0%2C1%2C1%2C23%2C15.06%2C2.78%2C2.78%2C0%2C0%2C1%2C20.18%2C17.85Z%22%20fill%3D%22%23002d59%22%2F%3E%3C%2Fsvg%3E");
            background-size: 1.875rem 1.875rem;
            background-position: right .9rem center;
            background-repeat: no-repeat;
            padding-right: 3.4375rem
        }


        .form-control.icon-pound {
            background-image: url(/resources/client/images/sterling-sign-solid.svg) !important;
            background-size: 1.875rem 1.875rem;
            background-position: left .9rem center !important;
            background-repeat: no-repeat;
            padding-left: 3.4375rem;
        }

        .form-control.icon-calendar {
            background-image: url(/resources/client/images/calendar-regular.svg) !important;
            background-size: 1.875rem 1.875rem;
            background-position: right .9rem center !important;
            background-repeat: no-repeat;
        }

        .form-control.icon-percent.large-percent {
            font-size: 2.125rem;
            text-align: center;
            line-height: .5;
            padding-left: .9375rem;
            padding-bottom: .3125rem;
            padding-right: 3.125rem;
            width: 10rem
        }

        .form-control.icon-pound.large-percent {
            font-size: 1.5rem;
            text-align: center;
            line-height: .5;
            padding-left: 3.125rem;
            padding-bottom: .3125rem;
            padding-right: .9375rem;
            width: 11.125rem
        }

        .three-column-dividers .col {
            background-image: repeating-linear-gradient( to bottom, #f6ad04 0px, #f6ad04 5px, transparent 5px, transparent 12px );
            background-repeat: repeat-y;
            background-size: 2px 105px;
            background-position: top left
        }

            .three-column-dividers .col.no-border {
                background-image: none
            }

        .align-bottom {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end
        }

        .form-error {
            display: none;
            color: #bb2c2b
        }

            .form-error.is-visible {
                display: block
            }

        .help-text {
            margin-top: -.5rem;
            font-size: .8125rem;
            font-style: italic;
            color: #0a0a0a
        }

        .commit-pension-scheme-item-wrapper.top-divider {
            border-top: 1px dashed rgba(84,86,91,.2);
            padding-top: 2.5rem;
            margin-top: 2.5rem
        }

        .commit-pension-scheme-item-wrapper-clone {
            border-top: none;
            padding-top: 0;
            margin-top: 2.5rem
        }

        .commit-pension-scheme-item-wrapper .form-error {
            margin-bottom: 0;
            position: absolute;
            bottom: -2px;
            left: 0;
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }

        .td-confirm-additional-pensions-confirmation-entries .td-confirm-additional-pensions-confirmation-entry {
            position: relative;
            padding-top: 2rem;
            padding-bottom: 2rem
        }

            .td-confirm-additional-pensions-confirmation-entries .td-confirm-additional-pensions-confirmation-entry h5 {
                color: #707070;
                padding-top: 0;
                padding-bottom: 0;
                font-family: LufgaRegular;
                font-weight: 400;
                font-size: 1rem;
                white-space: nowrap
            }

            .td-confirm-additional-pensions-confirmation-entries .td-confirm-additional-pensions-confirmation-entry p {
                color: #002d59
            }

            .td-confirm-additional-pensions-confirmation-entries .td-confirm-additional-pensions-confirmation-entry:last-child {
                padding-bottom: 0
            }

                .td-confirm-additional-pensions-confirmation-entries .td-confirm-additional-pensions-confirmation-entry:last-child:not(first-child):after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: .9375rem;
                    right: .9375rem;
                    height: 1px;
                    border-top: 1px solid rgba(0,45,89,.1)
                }

            .td-confirm-additional-pensions-confirmation-entries .td-confirm-additional-pensions-confirmation-entry:first-child:after {
                display: none
            }

        .callout {
            position: relative;
            margin: 0 0 1rem 0;
            padding: 1rem;
            border: 1px solid rgba(10,10,10,.25);
            border-radius: 6px;
            background-color: #fff;
            color: #002d59
        }

            .callout > :first-child {
                margin-top: 0
            }

            .callout > :last-child {
                margin-bottom: 0
            }


            .callout.error {
                background-color: #bb2c2b;
                border: none;
                color: #fff;
                padding-top: .625rem;
                padding-bottom: .875rem;
                padding-left: 2.625rem;
                padding-right: 1.25rem;
                position: relative;
                font-size: .875rem
            }

                .callout.error p {
                    color: #fff;
                    font-weight: 500;
                    margin-bottom: 0
                }

        .info-block dl dd {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        ol.no-bullet, ul.no-bullet {
            margin-left: 0;
            list-style: none
        }

        .menu {
            padding: 0;
            margin: 0;
            list-style: none;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .menu.vertical {
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

        .vertical-radio-buttons li {
            position: relative
        }

        .vertical-radio-buttons [type=radio] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: -5000px
        }

        .vertical-radio-buttons label {
            margin: 0;
            padding-left: 3.375rem;
            position: relative;
            height: 100%;
            width: 100%;
            color: #002d59;
            font-size: 16px;
        }

        .vertical-radio-buttons legend.help-text {
            margin-bottom: .5rem;
            font-size: 1.125rem;
            font-weight: 400;
            font-style: normal;
            color: #002d59
        }

            .vertical-radio-buttons legend.help-text.border-bottom {
                border-bottom: 1px solid #e7e6e4;
                padding-bottom: 2rem;
                margin-bottom: 2rem;
                display: block;
                width: 100%
            }

        .vertical-radio-buttons label:before {
            position: absolute;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            content: ' ';
            width: 26px;
            height: 26px;
            border: 2px solid rgba(0,45,89,.3);
            border-radius: 999px;
            background-color: none;
            display: block;
            z-index: 2;
        }

        .vertical-radio-buttons label:after {
            position: absolute;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            content: ' ';
            width: 26px;
            height: 26px;
            border-radius: 999px;
            background-color: none;
            display: block
        }

        .vertical-radio-buttons [type=radio]:checked + label:after {
            border: 7px solid #fff;
            background-color: #f6ad04;
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots label {
            padding: 1.75rem 1.5rem 1.75rem 4.25rem;
            border-radius: 10px;
            border: 1px solid rgba(0,45,89,.3);
            line-height: 1.3
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots.simple label {
            padding: .5rem 0 .5rem 3.2rem;
            border-radius: 0;
            border: none;
            line-height: 1.3;
            font-size: 1.5rem;
            font-weight: 500
        }

            .vertical-radio-buttons.vertical-radio-buttons--dots.simple label:hover {
                cursor: pointer;
            }

        .vertical-radio-buttons.vertical-radio-buttons--dots label:before {
            left: 25px;
            border: 1px solid rgba(0,45,89,.3)
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots.simple label:before {
            left: 0;
            border: 1px solid rgba(0,45,89,.3)
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots label:after {
            position: absolute;
            left: 25px
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots.simple label:after {
            position: absolute;
            left: 0
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots [type=radio]:checked + label {
            background-color: #002d59;
            border: 1px solid #002d59;
            color: #fff
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots.simple [type=radio]:checked + label {
            background-color: transparent;
            border: none;
            color: #002d59;
            font-weight: 400
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots-two-column ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

            .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(odd) {
                padding-right: .625rem
            }

            .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(even) {
                padding-left: .625rem
            }

        @media only screen and (max-width:414px) {
            .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%
            }

                .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(odd) {
                    padding-right: 0
                }

                .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(even) {
                    padding-left: 0
                }
        }

        .legend-text {
            color: #021f4e;
            font-size: 16px;
            display: block;
        }

            .legend-text .help-text {
                font-size: 1.1rem;
                padding-left: 1.25rem;
            }

        .example-text {
            padding-left: 1.25rem;
            font-size: 1.1rem !important
        }

        .report-a-death-complete {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 85vh;
        }

            .report-a-death-complete p {
                max-width: 50%;
                margin-bottom: 24px;
                margin-top: 24px;
            }

        p .contactus {
            color: #fff;
        }
        /*CSB 03/03 - Adding new button and link text classes, with intention to add these to all places. Giving descripti
  Primary button colours for buttons are deep blue text and underline on a gold button with a deep blue border.
  Primary text colours are deep blue on white, with hyperlinks possessing a blue underline that becomes gold.
  Secondary text colours are gold on deep blue, with hyperlinks possessing a gold underline that vanishes.
  Additional specific class for a section on homescreen, gold links and underline that disappears on grey.
*/

        /*Additionl note: instead of this approach, at time of writing dialed BACK the total CSS to reduce continuous overrides not accomplishing much*/

        /*Standard buttons and mock buttons*/
        /*.pic-btn-primary {
  color: #021f4e;
  text-decoration: underline;
}

.btn.pic-btn-link-primary {
  color: #021f4e;
  text-decoration: underline;
}
.btn.pic-link-btn-primary:hover, .btn.pic-link-primary:focus {
    text-decoration-color: #f6ad04;
  }*/
        /*Hyperlinked text*/
        /*.pic-link-primary {
  color: #ffffff;
  text-decoration: underline;
}

  .pic-link-primary:hover, .pic-link-primary:focus {
    text-decoration-color: #f6ad04;
  }

.pic-link-secondary {
  color: #f6ad04;
  text-decoration: underline;
}

  .pic-link-secondary:hover, .pic-link-secondary:focus {
    text-decoration: none;
  }
  .pic-link-gold-on-grey {
    color: #f6ad04;
    text-decoration: underline;
  }

    .pic-link-gold-on-grey:hover, .pic-link-gold-on-grey:focus {
      text-decoration: none;
    }*/

        .dl-filter-panel {
            border-radius: 6px;
            border: solid 1px rgba(0,45,89,.12);
            padding: 1.5rem 2.25rem 1.375rem 2.25rem;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .dl-panel {
            border-radius: 6px;
            border: solid 1px rgba(0,45,89,.12);
            padding: 1.5rem 2.25rem 1.375rem 2.25rem;
        }

        .document-list-item {
            border-color: rgba(0,45,89,.3)
        }

        .document-list-items .document-list-item:last-child hr {
            display: none
        }

        .document-list-item h4 {
            font-weight: 400;
            margin-top: .5rem;
            font-size: 1.25rem
        }

        .document-list-item p {
            font-weight: 400;
            margin-bottom: .5rem
        }

            .document-list-item p.date, .document-list-item span {
                color: #54565b
            }

            .document-list-item p.date, .document-list-item p.reference {
                margin-bottom: 0
            }

        .document-list-item .tag, .dl-panel .document-list-item .tag {
            text-transform: none;
            font-weight: 400;
            font-size: 1.65rem
        }

        .dl-panel .document-list-item .tag {
            margin-right: .5rem;
            margin-bottom: .5rem
        }

        .dl-panel .document-list-item a.toggler {
            text-decoration: none;
        }

            .dl-panel .document-list-item a.toggler:hover {
                cursor: pointer;
                text-decoration: underline;
            }

        .dl-panel .document-list-item p.date {
            border-left: 1px solid rgba(0,45,89,.3);
            padding-left: 15px;
        }

        .document-list-item .items {
            font-weight: 500;
            font-size: 1.5rem;
            color: #54565b
        }

        .document-list-item .folder-column {
            min-width: 100px
        }

        @media only screen and (min-width:0) and (max-width:719px) {
            .document-list-item .folder-column {
                min-width: 56px
            }
        }

        .document-sub-item hr, .document-list-item hr {
            border-top: solid 1px rgba(0,45,89,.12);
            padding-bottom: 0px
        }

        .document-sub-items .document-sub-item:last-child hr {
            border-top: 1px solid transparent
        }

        .document-sub-item p {
            font-weight: 400;
            color: #54565b;
            margin-bottom: 0
        }

        .document-sub-item .document-icon {
            background-image: url(/images/icon-pdf.svg);
            background-position: center;
            background-size: 3.875rem 3.875rem;
            background-repeat: no-repeat;
            width: 3.875rem;
            height: 3.875rem;
            position: relative;
            margin-top: -3px;
            margin-right: 5px
        }

        .document-list-item .folder {
            background-image: url(/images/folder-chip.svg);
            background-position: center;
            background-size: 5.75rem 5.75rem;
            background-repeat: no-repeat;
            width: 5.75rem;
            height: 5.75rem;
            position: relative;
            margin-top: -3px
        }

        .document-list-item .document {
            background-image: url(/images/files.svg);
            background-position: center;
            background-size: 6.75rem 6.75rem;
            background-repeat: no-repeat;
            width: 6.75rem;
            height: 6.75rem;
            position: relative;
            margin-top: 20px
        }

        .document-list-item .folder span {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            border-radius: 999px;
            background-color: #f6ad04;
            display: block;
            text-align: center;
            font-weight: 500;
            color: #021f4e;
            font-size: 1.5rem
        }

        .document-list-item h3 a.documents-open-panel {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23002d59%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
            background-size: 1.8rem 1.575rem;
            background-position: center right 20px;
            background-repeat: no-repeat;
            padding-right: 5.125rem
        }

        .document-list-item h3 a.documents-close-panel {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23002d59%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
            background-size: 1.8rem 1.575rem;
            background-position: center right 20px;
            background-repeat: no-repeat;
            padding-right: 5.125rem
        }

        .flex-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .align-middle {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        @media print,screen and (min-width:65em) {

            .large-text-right {
                text-align: right !important
            }

            .dl-filter-panel {
                margin-top: 16rem;
            }
        }

        .dl-panel.document-list-items .callout.notification {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .standard-pagination {
            margin-top: .525rem;
            margin-bottom: 1.25rem;
            padding-bottom: 0;
            font-weight: 400
        }

            .standard-pagination ul.pages {
                line-height: 1;
                white-space: nowrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: auto;
                margin-bottom: 0
            }

            .standard-pagination .pages li {
                margin-left: .125rem;
                margin-right: .125rem;
                margin-bottom: 0;
            }

            .standard-pagination li.page-number a, .standard-pagination li.page-number span.num {
                background-color: transparent;
                border-radius: 6px;
                border: 1px solid rgba(0,45,89,.25);
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: .5rem 1rem;
                margin-left: 0;
                margin-right: 0;
                height: 3.4375rem;
                width: 3.4375rem;
                line-height: 2.35rem;
                color: rgba(0,45,89,.45);
                display: block;
            }

                .standard-pagination li.page-number a:hover {
                    color: #002d59;
                    background-color: transparent;
                    border: 1px solid #002d59
                }

            .standard-pagination .pages li.page-number.current span.num {
                color: #002d59;
                background-color: transparent;
                border: 1px solid rgba(0,45,89,.55)
            }

            .standard-pagination .pages a.disabled {
                color: transparent
            }

            .standard-pagination a {
                text-decoration: none;
                padding: 0
            }

            .standard-pagination .previous {
                color: transparent;
                font-size: 1rem;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23002d59%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                background-size: 12px 12px;
                background-repeat: no-repeat;
                background-position: center;
                padding-left: 1.25rem;
                width: 1rem;
                overflow: hidden;
                height: 2.4375rem
            }

            .standard-pagination .next {
                color: transparent;
                font-size: 1rem;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23002d59%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                background-size: 12px 12px;
                background-repeat: no-repeat;
                background-position: center;
                padding-right: 1.25rem;
                width: 1rem;
                overflow: hidden;
                height: 2.4375rem
            }

            .standard-pagination .previous.disabled {
                color: transparent;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22rgba%280%2C%2045%2C%2089%2C%200.27%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                pointer-events: none
            }

            .standard-pagination .next.disabled {
                color: transparent;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22rgba%280%2C%2045%2C%2089%2C%200.27%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                pointer-events: none
            }

            .standard-pagination .next:hover, .standard-pagination .previous:hover {
                text-decoration: none
            }

        @media only screen and (min-width:0) and (max-width:414px) {
            .standard-pagination .pages {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            .standard-pagination .range {
                margin-top: .625rem
            }
        }

        @media only screen and (min-width:415px) and (max-width:719px) {
            .standard-pagination .pages {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            .standard-pagination .range {
                margin-top: .625rem
            }
        }

        .SelectedPage {
            color: #021f4e !important;
            font-weight: 600 !important;
        }

        .terms-check a {
            color: #fff;
            text-decoration: underline;
        }

        .terms-check label {
            padding-left: 0px;
        }

        .terms-check input[type="checkbox"],
        .custom-checkbox input[type="checkbox"] {
            display: none;
        }

            .terms-check input[type="checkbox"] + label .faux-checkbox,
            .custom-checkbox input[type="checkbox"] + label .faux-checkbox {
                background-color: #fff;
                border: 1px solid #021f4e;
                cursor: pointer;
                display: inline-block;
                margin-right: 15px;
                vertical-align: middle;
                width: 55px;
                height: 55px;
            }

            .terms-check input[type="checkbox"]:checked + label .faux-checkbox,
            .custom-checkbox input[type="checkbox"]:checked + label .faux-checkbox {
                background-image: url(/images/checkbox.png);
                background-position: 50%;
                background-repeat: no-repeat;
            }

        .terms-check label h2,
        .custom-checkbox label h2 {
            display: inline-block;
            position: relative;
            top: 5px;
        }


        #bottomText .contactus {
            color: #ffc107 !important;
        }
