@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open + Sans);
@import url(
  https://fonts.googleapis.com/css?family=Poppins:100,
  300,
  400,
  500,
  600,
  700,
  900
);
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Poppins, Open Sans, Helvetica Neue, Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #f1f1f1;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #2b70b9;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #20538a;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6d2164;
  --pink: #e83e8c;
  --red: #c00018;
  --orange: #ffbd4a;
  --yellow: #ffc107;
  --green: #15844b;
  --teal: #00a3ae;
  --cyan: #17a2b8;
  --white: #f1f1f1;
  --gray: #7d7d7d;
  --gray-dark: #333;
  --cobalt: #20538a;
  --night-blue: #051c48;
  --light-blue: #007bb5;
  --medium-blue: #2b70b9;
  --squash: #f5a623;
  --primary: #051c48;
  --secondary: #20538a;
  --success: #166c13;
  --info: #007bb5;
  --warning: #ffbd4a;
  --danger: #c00018;
  --light: #fff;
  --dark: #000;
  --positive: #166c13;
  --informational: #007bb5;
  --error: #c00018;
  --urgent: #c00018;
  --advisory: #ffbd4a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Poppins, 'Open Sans', 'Helvetica Neue', Arial;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.25rem;
}
.h2,
h2 {
  font-size: 1.5rem;
}
.h3,
h3 {
  font-size: 1.25rem;
}
.h4,
h4 {
  font-size: 1.125rem;
}
.h5,
h5 {
  font-size: 0.875rem;
}
.h6,
h6 {
  font-size: 0.85rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #7d7d7d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #f1f1f1;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #051c48 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #020918 !important;
}
.bg-secondary {
  background-color: #20538a !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #163a61 !important;
}
.bg-success {
  background-color: #166c13 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #0d410b !important;
}
.bg-info {
  background-color: #007bb5 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #005882 !important;
}
.bg-warning {
  background-color: #ffbd4a !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #ffaa17 !important;
}
.border {
  border: 1px solid #f1f1f1 !important;
}
.border-top {
  border-top: 1px solid #f1f1f1 !important;
}
.border-right {
  border-right: 1px solid #f1f1f1 !important;
}
.border-secondary {
  border-color: #20538a !important;
}
.border-success {
  border-color: #166c13 !important;
}
.border-info {
  border-color: #007bb5 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.sr-only {
  white-space: nowrap;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.mt-1,
.my-1 {
  margin-top: 4px !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.mt-2,
.my-2 {
  margin-top: 8px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}
.m-3 {
  margin: 12px !important;
}
.mt-3,
.my-3 {
  margin-top: 12px !important;
}
.mr-3 {
  margin-right: 12px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 12px !important;
}
.m-4 {
  margin: 16px !important;
}
.mt-4,
.my-4 {
  margin-top: 16px !important;
}
.mr-4 {
  margin-right: 16px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 16px !important;
}
.m-5 {
  margin: 20px !important;
}
.mt-5,
.my-5 {
  margin-top: 20px !important;
}
.mr-5 {
  margin-right: 20px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 20px !important;
}
.m-6 {
  margin: 24px !important;
}
.mt-6,
.my-6 {
  margin-top: 24px !important;
}
.mr-6 {
  margin-right: 24px !important;
}
.mb-6,
.my-6 {
  margin-bottom: 24px !important;
}
.m-7 {
  margin: 28px !important;
}
.mt-7,
.my-7 {
  margin-top: 28px !important;
}
.mr-7 {
  margin-right: 28px !important;
}
.mb-7,
.my-7 {
  margin-bottom: 28px !important;
}
.m-8 {
  margin: 32px !important;
}
.mt-8,
.my-8 {
  margin-top: 32px !important;
}
.mr-8 {
  margin-right: 32px !important;
}
.mb-8,
.my-8 {
  margin-bottom: 32px !important;
}
.m-9 {
  margin: 36px !important;
}
.mt-9,
.my-9 {
  margin-top: 36px !important;
}
.mr-9 {
  margin-right: 36px !important;
}
.mb-9,
.my-9 {
  margin-bottom: 36px !important;
}
.mt-10,
.my-10 {
  margin-top: 40px !important;
}
.mr-10 {
  margin-right: 40px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 40px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.p-1 {
  padding: 4px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.p-3 {
  padding: 12px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.p-4 {
  padding: 16px !important;
}
.pt-4 {
  padding-top: 16px !important;
}
.px-4 {
  padding-right: 16px !important;
}
.p-5 {
  padding: 20px !important;
}
.pt-5 {
  padding-top: 20px !important;
}
.p-6 {
  padding: 24px !important;
}
.pt-6 {
  padding-top: 24px !important;
}
.p-7 {
  padding: 28px !important;
}
.pt-7 {
  padding-top: 28px !important;
}
.p-8 {
  padding: 32px !important;
}
.pt-8 {
  padding-top: 32px !important;
}
.p-9 {
  padding: 36px !important;
}
.pt-9 {
  padding-top: 36px !important;
}
.p-10 {
  padding: 40px !important;
}
.pt-10 {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .mb-md-8 {
    margin-right: 32px !important;
    margin-bottom: 32px !important;
  }
  .mb-md-n8 {
    margin-bottom: -32px !important;
    margin-right: -32px !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-secondary {
  color: #20538a !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #122e4c !important;
}
.text-warning {
  color: #ffbd4a !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #fda000 !important;
}
.text-dark,
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-key:before {
  content: '\f084';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
body,
html {
  height: 100%;
}
body {
  background-color: #051c48;
}
.container-narrow {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container-narrow {
    padding-right: 30px;
    padding-left: 30px;
  }
}
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.heading-large {
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 0.5rem;
  text-transform: none;
  color: inherit;
}
@media (min-width: 768px) {
  .heading-large {
    font-size: 2.5rem;
  }
}
.heading-medium {
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 0.5rem;
  text-transform: none;
  color: inherit;
}
@media (min-width: 768px) {
  .heading-medium {
    font-size: 1.5rem;
  }
}
ol,
ul {
  list-style-type: disc;
  padding-left: 18px;
}
.main {
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .main {
    font-size: 1.125rem;
  }
}
.summary {
  font-weight: 400;
  font-size: 1.125rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .summary {
    font-size: 1.25rem;
  }
}
.pcf-button:focus,
.pcf-input:focus,
button:focus,
input:focus,
textarea:focus {
  outline-color: #2b70b9;
  outline-width: 2px;
  box-shadow: none;
}
.theme-primary {
  background-color: #051c48 !important;
}
.theme-primary,
.theme-primary a {
  color: #fff !important;
}
fieldset {
  position: relative;
}
.pcf-checkbox.input-group-checkbox {
  position: relative;
  padding-left: 32px;
  min-height: 32px;
}
.pcf-checkbox.input-group-checkbox.pcf-checkbox--no-label {
  padding-left: 0;
}
.pcf-checkbox .checkbox-label {
  padding-left: 0.8em;
}
.pcf-checkbox .checkbox-label span {
  display: inline-block;
  margin-top: 0.3em;
  vertical-align: middle;
}
.pcf-checkbox .checkbox-label:before {
  content: '';
  width: 32px;
  height: 32px;
  border: 1px solid #aaa;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.pcf-checkbox .switch-control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  background-color: #d1d1d1;
  margin-left: 0.875rem;
  height: 1.5rem;
  border-radius: 20%;
  z-index: 1;
  top: 0.2rem;
}
.pcf-checkbox .switch-control:after,
.pcf-checkbox .switch-control:before {
  content: '';
  position: absolute;
  top: 0;
  background-color: inherit;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
}
.pcf-checkbox .switch-control:before {
  left: -0.7rem;
}
.pcf-checkbox .switch-control:after {
  right: -0.7rem;
}
.pcf-checkbox .switch-control + label {
  padding-left: 1.5rem;
  display: inline-block;
  vertical-align: top;
  border: none !important;
}
.pcf-checkbox .switch-control + label:before {
  border: none !important;
}
.pcf-checkbox .switch-toggle {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transition: transform 0.1s ease-in-out;
  z-index: 3;
  border: 0 solid;
  top: 0;
  cursor: pointer;
}
.pcf-checkbox .switch-control-disabled {
  pointer-events: none;
  background-color: #f1f1f1 !important;
}
.pcf-checkbox .switch-control-disabled + label {
  color: #7d7d7d;
}
.pcf-checkbox .switch-control-off {
  background-color: #d1d1d1;
}
.pcf-checkbox .switch-control-off--with-text:before {
  content: 'OFF';
  display: block;
  position: absolute;
  left: 1.05rem;
  top: 0.4rem;
  display: inherit;
  background: 0 0;
  z-index: 3;
  font-size: 0.875rem;
  color: #aaa;
}
.pcf-checkbox .switch-control-on {
  background-color: #007bb5;
}
.pcf-checkbox .checkbox-input {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  z-index: 1;
  margin: 0;
  zoom: 1;
  opacity: 0;
}
.pcf-checkbox .checkbox-input:disabled + .checkbox-label:before {
  color: #7d7d7d;
  border-color: #7d7d7d;
}
.pcf-checkbox .checkbox-input:disabled + .checkbox-label,
.pcf-checkbox .checkbox-input:disabled + .checkbox-label:after {
  color: #7d7d7d;
}
.pcf-checkbox .checkbox-input:focus + .checkbox-label:before {
  box-shadow: 0 0 0 3px transparent;
  outline: 5px auto -webkit-focus-ring-color;
}
.pcf-checkbox .checkbox-input:checked + .checkbox-label:after {
  content: '';
  border: solid;
  border-width: 0 0 0.25em 0.25em;
  background: 0 0;
  width: 1em;
  height: 0.55em;
  position: absolute;
  top: 10px;
  left: 8px;
  transform: rotate(-45deg);
  zoom: 1;
}
.pcf-checkbox.small {
  padding-left: 16px;
  min-height: 19px;
}
.pcf-checkbox.small .checkbox-input {
  width: 16px;
  height: 16px;
}
.pcf-checkbox.small .checkbox-input label {
  margin-bottom: 16px;
}
.pcf-checkbox.small .checkbox-input + .checkbox-label {
  padding-left: 0.4rem;
}
.pcf-checkbox.small .checkbox-input + .checkbox-label span {
  margin-top: 0;
}
.pcf-checkbox.small .checkbox-input + .checkbox-label:before {
  content: '';
  width: 16px;
  height: 16px;
  top: 3px;
}
.pcf-checkbox.small .checkbox-input:checked + .checkbox-label:after {
  width: 0.7em;
  height: 0.4em;
  border-width: 0 0 0.125em 0.125em;
  top: 7px;
  left: 4px;
}
.mirror {
  transform: scaleX(-1);
}
.btn,
.button,
.pcf-button,
.pcf-button--primary,
button {
  background-color: #2b70b9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.5rem 2rem;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: none;
  font-weight: 400;
}
.btn:focus,
.button:focus,
.pcf-button--primary:focus,
.pcf-button:focus,
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.btn:focus,
.btn:visited,
.button:focus,
.button:visited,
.pcf-button--primary:focus,
.pcf-button--primary:visited,
.pcf-button:focus,
.pcf-button:visited,
button:focus,
button:visited {
  background-color: #2b70b9;
}
.btn:hover,
.button:hover,
.pcf-button--primary:hover,
.pcf-button:hover,
button:hover {
  background-color: #20538a;
  color: #fff;
  cursor: pointer;
}
.btn:active,
.button:active,
.pcf-button--primary:active,
.pcf-button:active,
button:active {
  background-color: #051c48;
  top: 0;
  outline: 0;
}
.btn:disabled,
.button:disabled,
.pcf-button--primary:disabled,
.pcf-button:disabled,
button:disabled {
  opacity: 0.5;
}
.btn:disabled:hover,
.button:disabled:hover,
.pcf-button--primary:disabled:hover,
.pcf-button:disabled:hover,
button:disabled:hover {
  background-color: #2b70b9;
}
.btn .fa,
.button .fa,
.pcf-button .fa,
.pcf-button--primary .fa,
button .fa {
  font-weight: 700;
  margin-left: 24px;
  font-size: 1.2rem;
  transform: scale(1.2);
}
.pcf-button--secondary {
  background-color: #fff;
  color: #2b70b9;
  border: 1px solid;
  box-shadow: none;
}
.pcf-button--secondary:disabled:hover {
  background-color: #fff;
}
.pcf-button--secondary:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.pcf-button--secondary:focus,
.pcf-button--secondary:visited {
  background-color: #fff;
  border-color: #2b70b9;
  color: #2b70b9;
}
.pcf-button--secondary:hover {
  background-color: #fff;
  border-color: #20538a;
  color: #20538a !important;
}
.pcf-button--secondary:active {
  background-color: #fff;
  border-color: #051c48;
  color: #051c48;
  top: 0;
}
.pcf-button--primary-light {
  background-color: #fff;
  color: #2b70b9;
  border: 1px solid #fff;
  box-shadow: none;
}
.pcf-button--primary-light:disabled:hover {
  background-color: #fff;
}
.pcf-button--primary-light:visited {
  background-color: #fff;
  border-color: #fff;
  color: #2b70b9;
}
.pcf-button--primary-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #20538a;
}
.pcf-button--primary-light:active,
.pcf-button--primary-light:focus {
  background-color: #fff;
  border-color: #fff;
  color: #051c48;
  top: 0;
}
@media (min-width: 768px) {
  .pcf-button--link {
    display: inline-flex;
  }
}
.pcf-cookie-message {
  padding: 16px 8px;
}
@media (min-width: 768px) {
  .pcf-cookie-message {
    padding: 16px 8px;
  }
}
.pcf-cookie-message .pcf-cookie-message-content {
  line-height: 57px;
  padding: 0 16px;
  font-size: 18px;
  margin-bottom: -16px;
}
.pcf-cookie-message-control > .pcf-button {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pcf-cookie-message-control > .pcf-button.pcf-button--secondary {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .pcf-cookie-message-control > .pcf-button {
    margin-right: 0.5em;
    width: auto;
  }
}
.pcf-cookie-message-control .no-underline,
.pcf-cookie-message-control .no-underline:hover {
  text-decoration: none;
}
.pcf-input .pcf-input-element {
  box-sizing: border-box;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  width: 100%;
  padding: 8px;
  border: 1px solid #aaa;
  margin-bottom: 8px;
}
.pcf-input .pcf-input-element,
.pcf-input .pcf-input-form-hint {
  font-family: Poppins, Open Sans, Helvetica Neue, Arial;
  font-size: 0.875rem;
}
.pcf-input .pcf-input-form-hint {
  color: #666;
  display: block;
  font-weight: 300;
  padding-bottom: 8px;
}
.pcf-input.error {
  padding: 8px 12px;
  background-color: #fcf2f3;
  border-left: 4px solid #c00018;
  margin-bottom: 16px;
}
.pcf-input input:disabled,
.pcf-input textarea:disabled {
  background-color: #f1f1f1;
}
.pcf-message {
  position: relative;
  z-index: 2;
  border: 1px solid #aaa;
  border-left: 4px solid #2b70b9;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px 16px;
  color: #000;
}
.pcf-message:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.pcf-message.pcf-message--primary {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #051c48;
}
.pcf-message.pcf-message--primary:before {
  background-color: #e2eff7;
  opacity: 1;
}
.pcf-message.pcf-message--secondary {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #20538a;
}
.pcf-message.pcf-message--secondary:before {
  background-color: #e2eff7;
  opacity: 1;
}
.pcf-message.pcf-message--success {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #166c13;
}
.pcf-message.pcf-message--success:before {
  background-color: #15844b;
  opacity: 0.2;
}
.pcf-message.pcf-message--positive {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #166c13;
}
.pcf-message.pcf-message--info {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #007bb5;
}
.pcf-message.pcf-message--info:before {
  background-color: #e2eff7;
  opacity: 0.2;
}
.pcf-message.pcf-message--informational {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #007bb5;
}
.pcf-message.pcf-message--danger {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #c00018;
}
.pcf-message.pcf-message--danger:before {
  background-color: #fcf2f3;
  opacity: 1;
}
.pcf-message.pcf-message--error {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #c00018;
}
.pcf-message.pcf-message--error:before {
  background-color: #fcf2f3;
  opacity: 1;
}
.pcf-message.pcf-message--urgent {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #c00018;
}
.pcf-message.pcf-message--warning {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #ffbd4a;
}
.pcf-message.pcf-message--warning:before {
  background-color: #ffd686;
  opacity: 1;
}
.pcf-message.pcf-message--advisory {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #ffbd4a;
}
.pcf-message.pcf-message--light {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #fff;
}
.pcf-message.pcf-message--light:before {
  background-color: #fff;
  opacity: 0.2;
}
.pcf-message.pcf-message--dark {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #000;
}
.pcf-message.pcf-message--dark:before {
  background-color: #000;
  opacity: 0.2;
}
.pcf-message p:last-child {
  margin-bottom: 0;
}
.pcf-message h2 {
  margin-top: 0;
}
.pcf-message p:last-child {
  margin-bottom: 0;
}
.pcf-message h2 {
  margin-top: 0;
}
.display-none {
  display: none;
}
.margin-bottom {
  margin-bottom: 3rem;
}
.pcf-page-content {
  background-color: #fff;
  color: #000;
  margin: auto;
  min-height: 200px;
  padding-top: 24px;
  padding-bottom: 140px;
}
@media (min-width: 768px) {
  .pcf-page-content {
    max-width: 1140px;
    padding-top: 24px;
  }
}
.pcf-badge {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 4px 8px;
  background-color: #051c48;
  color: #fff;
}
.pcf-badge.inline {
  display: inline;
}
.pcf-badge h6 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.875rem;
}
.arrow {
  float: right;
  padding-right: 10px;
  padding-top: 2px;
  font-weight: 700;
}
.hide-arrow {
  display: none;
}
#global-cookie-message {
  display: block !important;
}
.pcf-route-wrapper {
  color: #000;
  position: relative;
  margin: auto;
  max-width: 1140px;
}
.pcf-route-wrapper:before {
  left: -5000px;
}
.pcf-route-wrapper:after,
.pcf-route-wrapper:before {
  position: absolute;
  display: block;
  top: 140px;
  bottom: 0;
  width: 5000px;
  background: #fff;
  content: ' ';
}
.pcf-route-wrapper:after {
  right: -5000px;
}
@media (min-width: 768px) {
  header + .pcf-route-wrapper {
    margin-top: -140px;
    min-height: -140px;
  }
}
.pcf-panel {
  position: relative;
}
.pcf-panel--short:before {
  content: '';
  position: absolute;
  width: 160px;
  border-top: 3px solid #051c48;
}
@media (min-width: 768px) {
  .pcf-panel--short:before {
    width: 190px;
  }
}
.pcf-panel .pcf-panel-content {
  width: 100%;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .pcf-panel .pcf-panel-content {
    padding-top: 24px;
  }
}
.pcf-panel .pcf-panel-content h1:first-child,
.pcf-panel .pcf-panel-content h2:first-child,
.pcf-panel .pcf-panel-content h3:first-child {
  margin-top: 0;
}
.pcf-header {
  position: relative;
  background-color: #051c48;
  color: #fff;
  min-height: auto;
}
.pcf-header .pcf-header-content-container {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .pcf-header .pcf-header-content-container {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .pcf-header .pcf-header-content-container {
    padding: 32px 0 24px;
  }
}
.pcf-header .pcf-header-content-container .pcf-header-logo-container {
  max-height: 52.25px;
}
.pcf-header .pcf-header-content-container .pcf-header-logo-container svg {
  max-width: 100%;
  width: 142px;
  max-height: 100%;
}
@media (min-width: 768px) {
  .pcf-header .pcf-header-content-container .pcf-header-logo-container svg {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .pcf-header .pcf-header-content-container .pcf-header-logo-container svg {
    width: 234px;
    height: 52.25px;
  }
}
.pcf-header .pcf-header-content-container .pcf-header-logo-container img {
  max-width: 100%;
  width: 142px;
  max-height: 100%;
}
@media (min-width: 768px) {
  .pcf-header .pcf-header-content-container .pcf-header-logo-container img {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .pcf-header .pcf-header-content-container .pcf-header-logo-container img {
    width: 234px;
    height: 52.25px;
  }
}
.pcf-header .pcf-header-content-header {
  padding-top: 16px;
}
.pcf-header .pcf-header-content-header .row + .row {
  margin-top: 16px;
}
.pcf-header .pcf-header-overlap {
  height: 12px;
}
@media (min-width: 768px) {
  .pcf-header .pcf-header-overlap {
    height: 172px;
  }
}
.pcf-header .pcf-cookie-message {
  animation-name: slideInDown;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-delay: 0;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  left: 0;
  background: #fff;
  color: #000;
}
.pcf-footer {
  padding: 1.5rem 0;
}
.pcf-footer h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pcf-footer h1 {
    font-size: 0.875rem;
  }
}
.pcf-footer ul {
  margin: 16px 0 20px;
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .pcf-footer ul {
    font-size: 1rem;
  }
}
.pcf-footer li {
  margin-bottom: 8px;
}
.pcf-footer a {
  text-decoration: none;
}
.pcf-footer-logo-container svg {
  max-width: 100%;
  width: 142px;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .pcf-footer-logo-container svg {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .pcf-footer-logo-container svg {
    width: 234px;
  }
}
.pcf-footer-logo-container img {
  max-width: 100%;
  width: 142px;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .pcf-footer-logo-container img {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .pcf-footer-logo-container img {
    width: 234px;
  }
}
.pcf-ncsc-template {
  overflow-x: hidden;
}
.pcf-card {
  position: relative;
  border-radius: 3px;
}
.pcf-card .pcf-card-content {
  padding: 24px 12px;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .pcf-card .pcf-card-content {
    padding: 24px;
  }
}
.pcf-card .pcf-card-content-badged {
  border-radius: 0 3px 3px 3px;
}
@media (max-width: 767.98px) {
  .pcf-card .pcf-card-badge.vertical .pcf-badge {
    display: inline-block;
    text-align: left;
    max-width: 225px;
    transform: rotate(0) translateX(0);
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .pcf-card .pcf-card-badge.vertical {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#kc-select-credential-form .list-group {
    display: grid;
    grid-template-columns: auto;
}
#kc-select-credential-form .list-group-item {
    display: block;
    margin: 0.2em 0;
}
#kc-select-credential-form .list-group-item .list-view-pf-icon-lg {
    margin: 0.5em;
}
