/* custom spacing  */
/* Brand colors  */
/* Buttons  */
/* Transition speed  */
/* shadow variants */
@font-face {
  font-family: 'GT Walsheim';
  src: url("resources/fonts/GT-Walsheim-Regular.eot");
  src: url("resources/fonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("resources/fonts/GT-Walsheim-Regular.woff2") format("woff2"), url("resources/fonts/GT-Walsheim-Regular.woff") format("woff"), url("resources/fonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url("resources/fonts/GT-Walsheim-Medium.eot");
  src: url("resources/fonts/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("resources/fonts/GT-Walsheim-Medium.woff2") format("woff2"), url("resources/fonts/GT-Walsheim-Medium.woff") format("woff"), url("resources/fonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url("resources/fonts/GT-Walsheim-Black.eot");
  src: url("resources/fonts/GT-Walsheim-Black.eot?#iefix") format("embedded-opentype"), url("resources/fonts/GT-Walsheim-Black.woff2") format("woff2"), url("resources/fonts/GT-Walsheim-Black.woff") format("woff"), url("resources/fonts/GT-Walsheim-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url("resources/fonts/GT-Walsheim-Bold.eot");
  src: url("resources/fonts/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("resources/fonts/GT-Walsheim-Bold.woff2") format("woff2"), url("resources/fonts/GT-Walsheim-Bold.woff") format("woff"), url("resources/fonts/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GT Walsheim';
  src: url("resources/fonts/GT-Walsheim-Light.eot");
  src: url("resources/fonts/GT-Walsheim-Light.eot?#iefix") format("embedded-opentype"), url("resources/fonts/GT-Walsheim-Light.woff2") format("woff2"), url("resources/fonts/GT-Walsheim-Light.woff") format("woff"), url("resources/fonts/GT-Walsheim-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'atsource';
  src: url("resources/fonts/atsource.ttf?1w88kl") format("truetype"), url("resources/fonts/atsource.woff?1w88kl") format("woff"), url("resources/fonts/atsource.svg?1w88kl#atsource") format("svg");
  font-weight: normal;
  font-style: normal; }

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'atsource' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.article-section i {
  font-family: "GT Walsheim", sans-serif !important;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem !important;
  line-height: 1.4; }

.icon-food-safety-and-quality:before {
  content: "\e90c"; }

.icon-climate-change:before {
  content: "\e900"; }

.icon-diversity-and-inclusion:before {
  content: "\e901"; }

.icon-nutrition-and-food-security:before {
  content: "\e902"; }

.icon-water-use:before {
  content: "\e903"; }

.icon-climate-change-inverse:before {
  content: "\e904"; }

.icon-economic-viability:before {
  content: "\e905"; }

.icon-forest-protection-and-ecosystems:before {
  content: "\e906"; }

.icon-health-and-wellbeing:before {
  content: "\e907"; }

.icon-labour-practices:before {
  content: "\e908"; }

.icon-soil-health:before {
  content: "\e909"; }

.icon-education:before {
  content: "\e90a"; }

.icon-health-and-safety:before {
  content: "\e90b"; }

.container-fluid {
  max-width: 1080px; }
  .container-fluid--wide {
    max-width: 1160px; }

section {
  position: relative; }

a {
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  a:hover {
    color: #00869d;
    text-decoration: none; }

:root {
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --breakpoint-xs: 0;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1020px;
  --font-family-sans-serif: "GT Walsheim", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  background: #0b4b52; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "GT Walsheim", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4a4a4a;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 900; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #ab2e86;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #6f1e57;
    text-decoration: underline; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[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-cancel-button,
[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; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 640px) {
    .container {
      max-width: 640px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1020px) {
    .container {
      max-width: 1020px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.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: 640px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1020px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1edeff;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control::placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.15rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4; }

.col-form-label-lg {
  padding-top: calc(4rem + 1px);
  padding-bottom: calc(4rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.4;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(3.3125rem + 2px); }

.form-control-lg {
  padding: 4rem 4rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(9.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 10rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -10rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e0636f; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(224, 99, 111, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e0636f; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #e0636f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e0636f; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e0636f; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f5cdd1; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e88e96; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(224, 99, 111, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(224, 99, 111, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e0636f; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25); }

.form-inline {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 640px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 14px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 639.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 640px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1019.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1020px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #5d5d5d; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #4a4a4a; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #5d5d5d; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 639.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1019.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1edeff;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control::placeholder {
    color: #9e948e;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.15rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4; }

.col-form-label-lg {
  padding-top: calc(4rem + 1px);
  padding-bottom: calc(4rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.4;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(3.3125rem + 2px); }

.form-control-lg {
  padding: 4rem 4rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(9.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 10rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -10rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e0636f; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(224, 99, 111, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e0636f; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #e0636f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e0636f; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e0636f; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f5cdd1; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e88e96; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(224, 99, 111, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(224, 99, 111, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e0636f; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(224, 99, 111, 0.25); }

.form-inline {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 640px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 640px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1020px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 640px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1020px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 2rem !important; }

.mt-3,
.my-3 {
  margin-top: 2rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2rem !important; }

.m-4 {
  margin: 2.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 2.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 2.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 2.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 2.5rem !important; }

.m-5 {
  margin: 4rem !important; }

.mt-5,
.my-5 {
  margin-top: 4rem !important; }

.mr-5,
.mx-5 {
  margin-right: 4rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 4rem !important; }

.ml-5,
.mx-5 {
  margin-left: 4rem !important; }

.m-6 {
  margin: 6rem !important; }

.mt-6,
.my-6 {
  margin-top: 6rem !important; }

.mr-6,
.mx-6 {
  margin-right: 6rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 6rem !important; }

.ml-6,
.mx-6 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 2rem !important; }

.pt-3,
.py-3 {
  padding-top: 2rem !important; }

.pr-3,
.px-3 {
  padding-right: 2rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2rem !important; }

.pl-3,
.px-3 {
  padding-left: 2rem !important; }

.p-4 {
  padding: 2.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 2.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 2.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 2.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 2.5rem !important; }

.p-5 {
  padding: 4rem !important; }

.pt-5,
.py-5 {
  padding-top: 4rem !important; }

.pr-5,
.px-5 {
  padding-right: 4rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 4rem !important; }

.pl-5,
.px-5 {
  padding-left: 4rem !important; }

.p-6 {
  padding: 6rem !important; }

.pt-6,
.py-6 {
  padding-top: 6rem !important; }

.pr-6,
.px-6 {
  padding-right: 6rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 6rem !important; }

.pl-6,
.px-6 {
  padding-left: 6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 640px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 2rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important; }
  .m-sm-4 {
    margin: 2.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.5rem !important; }
  .m-sm-5 {
    margin: 4rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4rem !important; }
  .m-sm-6 {
    margin: 6rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 2rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important; }
  .p-sm-4 {
    padding: 2.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.5rem !important; }
  .p-sm-5 {
    padding: 4rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4rem !important; }
  .p-sm-6 {
    padding: 6rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 2rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important; }
  .m-md-4 {
    margin: 2.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.5rem !important; }
  .m-md-5 {
    margin: 4rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4rem !important; }
  .m-md-6 {
    margin: 6rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 2rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important; }
  .p-md-4 {
    padding: 2.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.5rem !important; }
  .p-md-5 {
    padding: 4rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4rem !important; }
  .p-md-6 {
    padding: 6rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 2rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important; }
  .m-lg-4 {
    margin: 2.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.5rem !important; }
  .m-lg-5 {
    margin: 4rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4rem !important; }
  .m-lg-6 {
    margin: 6rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 2rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important; }
  .p-lg-4 {
    padding: 2.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.5rem !important; }
  .p-lg-5 {
    padding: 4rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4rem !important; }
  .p-lg-6 {
    padding: 6rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1020px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 2rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important; }
  .m-xl-4 {
    margin: 2.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.5rem !important; }
  .m-xl-5 {
    margin: 4rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4rem !important; }
  .m-xl-6 {
    margin: 6rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 2rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important; }
  .p-xl-4 {
    padding: 2.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.5rem !important; }
  .p-xl-5 {
    padding: 4rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4rem !important; }
  .p-xl-6 {
    padding: 6rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 640px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1020px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-weight-xbold {
  font-weight: 900 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.background--color-light-grey {
  background: #f6f7f5; }

.background--color-blue {
  background: #00869d; }

.background--color-white {
  background: #ffffff; }

.background--color-grey {
  background: #c8c3bf; }

.background--image--strip-center {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .background--image--strip-center {
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .background--image--strip-center ~ .container-fluid {
    margin-top: -130px; }
    @media (min-width: 768px) {
      .background--image--strip-center ~ .container-fluid {
        margin-top: 0; } }

.background--image--strip-top {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.background--image--strip-s {
  height: 300px; }

.background--image--strip-l {
  padding-top: 300px;
  height: 400px; }
  @media (min-width: 768px) {
    .background--image--strip-l {
      height: 400px; } }

.columns-2 {
  -webkit-column-count: 1;
          column-count: 1;
  list-style-position: inside; }
  @media (min-width: 768px) {
    .columns-2 {
      -webkit-column-count: 2;
              column-count: 2; } }

.columns-3 {
  -webkit-column-count: 3;
          column-count: 3;
  list-style-position: inside; }

.logo--small {
  max-height: 70px;
  max-width: 170px; }

/* Unique scenarios */
.atsource-chart > div {
  display: none;
  position: absolute;
  width: 500px;
  height: 600px;
  right: 0;
  pointer-events: none; }
  @media (min-width: 768px) {
    .atsource-chart > div {
      display: block;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .atsource-chart > div {
      overflow: visible; } }
  .atsource-chart > div div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; }
    @media (min-width: 768px) {
      .atsource-chart > div div {
        top: -5%;
        left: 10%;
        width: 430px;
        height: 480px; } }
    @media (min-width: 992px) {
      .atsource-chart > div div {
        top: -18%;
        right: -30%;
        width: 660px;
        height: 810px; } }

.hide-overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 0.9; }

h1, .h1 {
  font-size: 2.125rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3rem;
      margin-bottom: 1rem; } }

h2, .h2 {
  font-size: 2.125rem;
  margin-bottom: 1rem; }

h3, .h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem; }

h4, .h4 {
  font-size: 1.4rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 0.9; }
  @media (min-width: 768px) {
    .display-1 {
      font-size: 4.4rem; } }

.display-2 {
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .display-2 {
      font-size: 2.7rem; } }

.display-3 {
  font-size: 2.125rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .display-3 {
      font-size: 2.125rem; } }

.display-4 {
  font-size: 2.183rem;
  font-weight: 900;
  line-height: 0.9; }

.display-5 {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem; }

.display-6 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1rem; }

.background--color-blue .display-1, .background--color-blue .display-2, .background--color-blue .display-3, .background--color-blue .display-4, .background--color-blue .display-5, .background--color-blue p {
  color: #fff; }

.background--color-blue .plain-card .display-1, .background--color-blue .plain-card .display-2, .background--color-blue .plain-card .display-3, .background--color-blue .plain-card .display-4, .background--color-blue .plain-card .display-5, .background--color-blue .plain-card p {
  color: #4a4a4a; }

.text--color-white {
  color: #ffffff !important; }

.text--color-light-blue {
  color: #00acc6 !important; }

.text--color-blue {
  color: #00869d !important; }

.text--color-dark-blue {
  color: #0b4b52 !important; }

.text--color-green {
  color: #698714 !important; }

.text--color-dark-green {
  color: #0B4B52 !important; }

.text--color-violet {
  color: #ab2e86 !important; }

.text--color-grey {
  color: #9e948e !important; }

.text--color-dark-grey {
  color: #7d7d7d !important; }

.text--color-dark-violet {
  color: #760153 !important; }

.text--small {
  font-size: 0.95rem; }

.text--size-xl {
  font-size: 27px;
  line-height: 1.2; }

.text--size-l {
  font-size: 18px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .text--size-l {
      font-size: 22px;
      margin-bottom: 2rem; } }

.text--size-m {
  font-size: 16px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .text--size-m {
      font-size: 18px; } }

.text--size-s {
  font-size: 12px;
  line-height: 1.4; }

.copyright {
  width: 100%;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .copyright {
      text-align: right; } }

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1em;
  width: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .icon--size-s {
    width: 16px;
    height: 16px; }
  .icon--size-m {
    -ms-flex-item-align: center;
        align-self: center;
    width: 20px;
    height: 20px; }
    @media (min-width: 768px) {
      .icon--size-m {
        width: 25px;
        height: 24px; } }
    .icon--size-m img {
      width: 16px;
      height: 16px; }
      @media (min-width: 768px) {
        .icon--size-m img {
          width: 25px;
          height: 24px; } }
  .icon--size-l {
    -ms-flex-item-align: center;
        align-self: center;
    width: 20px;
    height: 20px; }
    @media (min-width: 768px) {
      .icon--size-l {
        width: 40px;
        height: 24px; } }
    .icon--size-l img {
      width: 20px;
      height: 20px; }
      @media (min-width: 768px) {
        .icon--size-l img {
          width: 40px;
          height: 24px; } }
  .icon--white {
    color: #ffffff; }
  .icon--dark-green {
    color: #0B4B52; }
  .icon--violet {
    color: #0B4B52; }

i.icon--link {
  cursor: pointer !important;
  margin-left: 2px; }

i.icon--small {
  height: 20px;
  width: 20px; }
  i.icon--small svg {
    position: absolute;
    width: 20px;
    height: 20px; }

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }
  @media (min-width: 992px) {
    .card-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .card-wrapper--equal-height {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .card-wrapper > div {
    max-width: 100%;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .card-wrapper > div {
        max-width: 49%;
        width: 49%; } }
  @media (min-width: 992px) {
    .card-wrapper--2-col > div {
      max-width: 49%;
      width: calc(100% / 2 - 6px);
      margin-right: 18px; }
      .card-wrapper--2-col > div:nth-child(2n) {
        margin-right: 0; } }
  @media (min-width: 992px) {
    .card-wrapper--3-col > div {
      max-width: 32%;
      width: calc(100% / 3 - 6px);
      margin-right: calc(9px * 2); }
      .card-wrapper--3-col > div:nth-child(3n) {
        margin-right: 0; } }
  .card-wrapper--4-col > div {
    margin-right: 0; }
    @media (min-width: 992px) {
      .card-wrapper--4-col > div {
        max-width: calc(96.9% / 4);
        width: calc(96.9% / 4);
        margin-right: 1%; }
        .card-wrapper--4-col > div:nth-child(4n) {
          margin-right: 0; } }
  @media (min-width: 992px) {
    .card-wrapper--large-stagger div:nth-child(1) {
      margin-top: 0; }
    .card-wrapper--large-stagger div:nth-child(2) {
      margin-top: 100px; }
    .card-wrapper--large-stagger div:nth-child(3) {
      margin-top: 200px; } }
  .card-wrapper--small-stagger {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .card-wrapper--small-stagger > div {
      max-width: 100%;
      width: 100%; }
      @media (min-width: 768px) {
        .card-wrapper--small-stagger > div {
          margin-bottom: 0;
          width: 48.6%; }
          .card-wrapper--small-stagger > div:nth-child(2n) {
            margin-top: 1.5rem; }
          .card-wrapper--small-stagger > div:nth-child(2n + 1) {
            margin-bottom: 1.65rem; } }
      @media (min-width: 992px) {
        .card-wrapper--small-stagger > div {
          width: 48.6%; }
          .card-wrapper--small-stagger > div:nth-child(2n) {
            margin-right: 0; } }
  .card-wrapper--negative-margin {
    margin-top: 190px; }
    @media (min-width: 992px) {
      .card-wrapper--negative-margin {
        margin-top: -2.5rem; } }

.plain-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 2rem;
  background: #ffffff;
  z-index: 1;
  width: 100%; }
  .plain-card p:last-child {
    margin-bottom: 0; }
  .plain-card--push-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .plain-card--push-content p:last-of-type {
      margin-bottom: auto; }
    .plain-card--push-content div:last-of-type {
      padding-top: 1rem;
      margin-top: auto; }
  .plain-card--narrow {
    max-width: none; }
    @media (min-width: 768px) {
      .plain-card--narrow {
        max-width: 400px; } }
    @media (min-width: 992px) {
      .plain-card--narrow {
        max-width: 420px !important; } }
  .plain-card--shadow {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
    .plain-card--shadow-m {
      -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2); }
    .plain-card--shadow-l {
      -webkit-box-shadow: 0px 0px 80px 9px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 0px 80px 9px rgba(0, 0, 0, 0.12); }
  @media (min-width: 768px) {
    .plain-card--padding-l {
      padding: 2.75rem; } }
  .plain-card--top-blue {
    padding-top: 2.5rem; }
    .plain-card--top-blue:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #00869d; }
  .plain-card--top-dark-green {
    padding-top: 2.5rem; }
    .plain-card--top-dark-green:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #0B4B52; }
  .plain-card--top-violet {
    padding-top: 2.5rem; }
    .plain-card--top-violet:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #ab2e86; }
  .plain-card--top-dark-violet {
    padding-top: 2.5rem; }
    .plain-card--top-dark-violet:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background: #760153; }

.icon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 1.5rem; }
  .icon-card__positive:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 10px;
    height: 41px;
    width: 36px;
    background: url("resources/img/tick-tab.svg");
    background-repeat: no-repeat; }
  .icon-card__title {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 100%;
    color: #00869d; }
  .icon-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2); }
  .icon-card__icon {
    text-align: center;
    padding: 2.5rem; }
    .icon-card__icon img {
      height: 60px; }
  .icon-card__information, .icon-card i {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2300869d'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.5' d='M9.8 3.8c-.5 0-.8.3-.8.7s.3.8.8.8.8-.3.8-.8-.4-.7-.8-.7zM8.9 6c-.4 0-.8.3-1.2.7v.6c.3-.2.9-.3 1 .1.2 1.1-.9 3.2-1.1 4.2-.6 3 .9 3 1.9 1.8v-.6c-.6.3-1.5.5-.9-1.5.2-.7 1.6-4.1.9-5.2-.2 0-.4-.1-.6-.1z'/%3E%3C/svg%3E"); }

.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.tabs li {
  min-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .tabs li:last-child a {
    margin-right: 0; }

.tabs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 7px 10px;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#ede9e4), to(#d4d0cb));
  background: linear-gradient(to bottom, #ede9e4 0%, #d4d0cb 100%);
  color: #666;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Non-Retina fix for font looking blurry */ }
  .tabs a:hover {
    text-decoration: none; }
  @media screen and (-webkit-max-device-pixel-ratio: 1) {
    .tabs a {
      font-weight: 600; } }

.tabs .tab--active a {
  background: none;
  background-color: #F3F1EF;
  color: #0b4b52; }
  .inline-calculator .tabs .tab--active a {
    background-color: #EFECE6; }

.tabs--dashboard {
  background-color: #EFECE6; }
  .tabs--dashboard ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .tabs--dashboard li {
    min-width: 14%;
    margin: 0; }
  .tabs--dashboard a {
    font-size: 15px;
    text-transform: none;
    margin: 0; }
  .tabs--dashboard a:active,
  .tabs--dashboard a:hover,
  .tabs--dashboard a {
    color: #FFF; }
  .tabs--dashboard .tab--active a {
    color: #FFF; }
  .tabs--dashboard .tab--t1 a {
    background: none;
    background-color: #00869d; }
  .tabs--dashboard .tab--t2 a {
    background: none;
    background-color: #0b4b52; }
  .tabs--dashboard .tab--t3 a {
    background: none;
    background-color: #760153; }

.tabs--t1 {
  background-color: #FFFFFF; }

.tabs--t2 {
  background-color: #0b4b52; }

.tabs--t3 {
  background-color: #760153; }

.inline-calculator {
  background-color: #0b4b52;
  padding: 1px 0;
  margin: 0 auto 30px;
  max-width: 1095px; }
  @media (min-width: 1095px) {
    .inline-calculator {
      border-radius: 10px;
      padding-left: 1px;
      padding-right: 1px; } }
  .inline-calculator .tabs {
    background-color: transparent; }
  .inline-calculator .results > div {
    padding-top: 0 !important; }
  .inline-calculator .results .tab-pane {
    background-color: #EFECE6; }
    @media (min-width: 1095px) {
      .inline-calculator .results .tab-pane {
        border-radius: 0 0 10px 10px; } }

.results .tab-pane {
  background-color: #F3F1EF;
  padding: 20px 0; }

.results__overview {
  text-align: center;
  padding: 10px 0 20px; }
  .results__overview p {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 200;
    font-size: 18px;
    color: #6B5D56; }
    .results__overview p a {
      color: #698714;
      font-size: 14px;
      font-weight: 700; }

.button {
  cursor: pointer; }

.calculator .button {
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  border: 0;
  color: #FFFFFF;
  background-color: #a0c800;
  font-size: 14px;
  font-weight: bold;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 120px;
  /* Non-Retina fix for font looking blurry */ }
  .calculator .button:hover {
    background-color: #a0c800; }
  .calculator .button[disabled] {
    cursor: default;
    background-color: #9e948e; }
    .calculator .button[disabled]:hover {
      background-color: #9e948e; }
  @media screen and (-webkit-max-device-pixel-ratio: 1) {
    .calculator .button {
      font-size: 15px;
      font-weight: 500; } }

.inline-calculator .button,
.button--light-blue .button,
.calculator--public .button {
  background-color: #00acc6; }
  .inline-calculator .button:hover,
  .button--light-blue .button:hover,
  .calculator--public .button:hover {
    background-color: #00acc6; }

.button--uppercase {
  text-transform: uppercase; }

.button--full-width {
  width: 100%; }

.calculator {
  background-color: #00869d;
  color: #FFF;
  padding: 30px 0; }
  .calculator h1, .calculator h2, .calculator h3, .calculator a {
    color: #FFF; }
  .calculator__info {
    padding-right: 30px; }
    .calculator__info__title {
      font-size: 18px;
      font-weight: bold; }
    .calculator__info p {
      font-size: 13px; }
      .calculator__info p:last-child {
        margin-bottom: 0; }
      .calculator__info p em {
        font-weight: 200;
        font-style: italic; }
  .calculator select.form-control:not([size]):not([multiple]) {
    height: 34px; }
  .calculator .form-control {
    border: 0; }
  .calculator label {
    font-size: 12px;
    font-weight: bold;
    /* Non-Retina fix for font looking blurry */ }
    @media screen and (-webkit-max-device-pixel-ratio: 1) {
      .calculator label {
        font-size: 13px;
        font-weight: 500; } }
  .calculator .form-group input,
  .calculator .form-group select {
    height: 34px;
    margin: 0;
    padding: 6px 10px;
    font-weight: 600;
    /* Non-Retina fix for font looking blurry */ }
    @media screen and (-webkit-max-device-pixel-ratio: 1) {
      .calculator .form-group input,
      .calculator .form-group select {
        font-weight: 500; } }
  .calculator .form-group--submit {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .calculator .form-group > div {
      padding-right: 0; } }
  .results .calculator {
    background-color: transparent;
    color: #FFF; }
    .results .calculator h1, .results .calculator h2, .results .calculator h3, .results .calculator a {
      color: #a0c800; }
  .calculator--public {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px; }
    @media (min-width: 768px) {
      .calculator--public {
        border-radius: 50px; } }
    .calculator--public.calculator--open {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .calculator--public.calculator--open {
          border-radius: 50px 50px 0 0; } }

.calculator-map {
  background-color: #F3F1EF; }
  .calculator-map__cards {
    float: right;
    width: 200px;
    z-index: 2;
    position: relative; }

.map-container {
  position: relative;
  min-height: 400px;
  height: 100%; }

.map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .map__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .map__overlay p {
      display: block;
      margin: 0;
      padding: 0;
      color: #ab2e86;
      font-size: 35px;
      line-height: 32px;
      font-weight: 700; }
      .map__overlay p strong {
        font-size: 13px;
        line-height: 13px;
        display: block;
        clear: both;
        margin-bottom: 10px; }

app-summary-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.summary-card {
  width: 100%;
  padding: 30px 0; }
  .summary-card__title {
    color: #760153;
    text-transform: uppercase; }
  .summary-card__stats {
    margin: 0 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
  .summary-card__name {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
    padding: 0;
    text-transform: uppercase;
    color: #0b4b52; }
  .summary-card__value {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 24px;
    padding: 0;
    color: #6c5d56; }
  .summary-card__info {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 1rem;
    padding: 8px 0 0 0;
    color: #760153; }

.results--public .card__title {
  color: #0b4b52; }

.results--public .summary-card__title {
  color: #00869d;
  margin-bottom: 40px; }

.results--public .summary-card__value {
  color: #760153;
  margin-bottom: 40px; }

.infinity {
  background-color: #760153;
  color: #FFF;
  padding: 30px 0;
  height: 270px; }

.percentage-circle {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background-image: #ECEEF4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: -webkit-gradient(linear, left top, right top, from(#ECEEF4), color-stop(50%, #ECEEF4), color-stop(50%, #dc58a2), to(#dc58a2));
  background-image: linear-gradient(to right, #ECEEF4 0%, #ECEEF4 50%, #dc58a2 50%, #dc58a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  /* IE6-9 */
  position: relative;
  width: 110px;
  height: 110px;
  background-color: #ECEEF4;
  border-radius: 50%;
  margin: 0px 47px; }
  .percentage-circle:before, .percentage-circle:after {
    content: "";
    display: block; }
  .percentage-circle:before {
    margin-left: 50%;
    height: 100%;
    -webkit-transform-origin: left;
            transform-origin: left;
    border-radius: 0 100% 100% 0 / 50%; }
  .percentage-circle:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: white;
    width: 80px;
    height: 80px;
    z-index: 10; }
  .percentage-circle span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    display: block;
    width: 100%;
    height: 20px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    z-index: 50;
    font-weight: 700; }

.percentage-circle.circle-red {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
  background-image: #ECEEF4;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: -webkit-gradient(linear, left top, right top, from(#ECEEF4), color-stop(50%, #ECEEF4), color-stop(50%, #01adc5), to(#01adc5));
  background-image: linear-gradient(to right, #ECEEF4 0%, #ECEEF4 50%, #01adc5 50%, #01adc5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  /* IE6-9 */ }
  .percentage-circle.circle-red span {
    color: #08363c; }

.circle-1:before {
  background-color: inherit;
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg); }

.circle-2:before {
  background-color: inherit;
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg); }

.circle-3:before {
  background-color: inherit;
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg); }

.circle-4:before {
  background-color: inherit;
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg); }

.circle-5:before {
  background-color: inherit;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg); }

.circle-6:before {
  background-color: inherit;
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg); }

.circle-7:before {
  background-color: inherit;
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg); }

.circle-8:before {
  background-color: inherit;
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg); }

.circle-9:before {
  background-color: inherit;
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg); }

.circle-10:before {
  background-color: inherit;
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg); }

.circle-11:before {
  background-color: inherit;
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg); }

.circle-12:before {
  background-color: inherit;
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg); }

.circle-13:before {
  background-color: inherit;
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg); }

.circle-14:before {
  background-color: inherit;
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg); }

.circle-15:before {
  background-color: inherit;
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg); }

.circle-16:before {
  background-color: inherit;
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg); }

.circle-17:before {
  background-color: inherit;
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg); }

.circle-18:before {
  background-color: inherit;
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg); }

.circle-19:before {
  background-color: inherit;
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg); }

.circle-20:before {
  background-color: inherit;
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg); }

.circle-21:before {
  background-color: inherit;
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg); }

.circle-22:before {
  background-color: inherit;
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg); }

.circle-23:before {
  background-color: inherit;
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg); }

.circle-24:before {
  background-color: inherit;
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg); }

.circle-25:before {
  background-color: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.circle-26:before {
  background-color: inherit;
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg); }

.circle-27:before {
  background-color: inherit;
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg); }

.circle-28:before {
  background-color: inherit;
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg); }

.circle-29:before {
  background-color: inherit;
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg); }

.circle-30:before {
  background-color: inherit;
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg); }

.circle-31:before {
  background-color: inherit;
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg); }

.circle-32:before {
  background-color: inherit;
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg); }

.circle-33:before {
  background-color: inherit;
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg); }

.circle-34:before {
  background-color: inherit;
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg); }

.circle-35:before {
  background-color: inherit;
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg); }

.circle-36:before {
  background-color: inherit;
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg); }

.circle-37:before {
  background-color: inherit;
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg); }

.circle-38:before {
  background-color: inherit;
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg); }

.circle-39:before {
  background-color: inherit;
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg); }

.circle-40:before {
  background-color: inherit;
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg); }

.circle-41:before {
  background-color: inherit;
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg); }

.circle-42:before {
  background-color: inherit;
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg); }

.circle-43:before {
  background-color: inherit;
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg); }

.circle-44:before {
  background-color: inherit;
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg); }

.circle-45:before {
  background-color: inherit;
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg); }

.circle-46:before {
  background-color: inherit;
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg); }

.circle-47:before {
  background-color: inherit;
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg); }

.circle-48:before {
  background-color: inherit;
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg); }

.circle-49:before {
  background-color: inherit;
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg); }

.circle-50:before {
  background-color: inherit;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.description-1 {
  font-size: 1px; }

.description-2 {
  font-size: 2px; }

.description-3 {
  font-size: 3px; }

.description-4 {
  font-size: 4px; }

.description-5 {
  font-size: 5px; }

.description-6 {
  font-size: 6px; }

.description-7 {
  font-size: 7px; }

.description-8 {
  font-size: 8px; }

.description-9 {
  font-size: 9px; }

.description-10 {
  font-size: 10px; }

.description-11 {
  font-size: 11px; }

.description-12 {
  font-size: 12px; }

.description-13 {
  font-size: 13px; }

.description-14 {
  font-size: 14px; }

.description-15 {
  font-size: 15px; }

.description-16 {
  font-size: 16px; }

.description-17 {
  font-size: 17px; }

.description-18 {
  font-size: 18px; }

.description-19 {
  font-size: 19px; }

.description-20 {
  font-size: 20px; }

.circle-51:before {
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg); }

.circle-51.circle-red:before {
  background-color: #01adc5; }

.circle-52:before {
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg); }

.circle-52.circle-red:before {
  background-color: #01adc5; }

.circle-53:before {
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg); }

.circle-53.circle-red:before {
  background-color: #01adc5; }

.circle-54:before {
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg); }

.circle-54.circle-red:before {
  background-color: #01adc5; }

.circle-55:before {
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg); }

.circle-55.circle-red:before {
  background-color: #01adc5; }

.circle-56:before {
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg); }

.circle-56.circle-red:before {
  background-color: #01adc5; }

.circle-57:before {
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg); }

.circle-57.circle-red:before {
  background-color: #01adc5; }

.circle-58:before {
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg); }

.circle-58.circle-red:before {
  background-color: #01adc5; }

.circle-59:before {
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg); }

.circle-59.circle-red:before {
  background-color: #01adc5; }

.circle-60:before {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg); }

.circle-60.circle-red:before {
  background-color: #01adc5; }

.circle-61:before {
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg); }

.circle-61.circle-red:before {
  background-color: #01adc5; }

.circle-62:before {
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg); }

.circle-62.circle-red:before {
  background-color: #01adc5; }

.circle-63:before {
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg); }

.circle-63.circle-red:before {
  background-color: #01adc5; }

.circle-64:before {
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg); }

.circle-64.circle-red:before {
  background-color: #01adc5; }

.circle-65:before {
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg); }

.circle-65.circle-red:before {
  background-color: #01adc5; }

.circle-66:before {
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg); }

.circle-66.circle-red:before {
  background-color: #01adc5; }

.circle-67:before {
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg); }

.circle-67.circle-red:before {
  background-color: #01adc5; }

.circle-68:before {
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg); }

.circle-68.circle-red:before {
  background-color: #01adc5; }

.circle-69:before {
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg); }

.circle-69.circle-red:before {
  background-color: #01adc5; }

.circle-70:before {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg); }

.circle-70.circle-red:before {
  background-color: #01adc5; }

.circle-71:before {
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg); }

.circle-71.circle-red:before {
  background-color: #01adc5; }

.circle-72:before {
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg); }

.circle-72.circle-red:before {
  background-color: #01adc5; }

.circle-73:before {
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg); }

.circle-73.circle-red:before {
  background-color: #01adc5; }

.circle-74:before {
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg); }

.circle-74.circle-red:before {
  background-color: #01adc5; }

.circle-75:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.circle-75.circle-red:before {
  background-color: #01adc5; }

.circle-76:before {
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg); }

.circle-76.circle-red:before {
  background-color: #01adc5; }

.circle-77:before {
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg); }

.circle-77.circle-red:before {
  background-color: #01adc5; }

.circle-78:before {
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg); }

.circle-78.circle-red:before {
  background-color: #01adc5; }

.circle-79:before {
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg); }

.circle-79.circle-red:before {
  background-color: #01adc5; }

.circle-80:before {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg); }

.circle-80.circle-red:before {
  background-color: #01adc5; }

.circle-81:before {
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg); }

.circle-81.circle-red:before {
  background-color: #01adc5; }

.circle-82:before {
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg); }

.circle-82.circle-red:before {
  background-color: #01adc5; }

.circle-83:before {
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg); }

.circle-83.circle-red:before {
  background-color: #01adc5; }

.circle-84:before {
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg); }

.circle-84.circle-red:before {
  background-color: #01adc5; }

.circle-85:before {
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg); }

.circle-85.circle-red:before {
  background-color: #01adc5; }

.circle-86:before {
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg); }

.circle-86.circle-red:before {
  background-color: #01adc5; }

.circle-87:before {
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg); }

.circle-87.circle-red:before {
  background-color: #01adc5; }

.circle-88:before {
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg); }

.circle-88.circle-red:before {
  background-color: #01adc5; }

.circle-89:before {
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg); }

.circle-89.circle-red:before {
  background-color: #01adc5; }

.circle-90:before {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg); }

.circle-90.circle-red:before {
  background-color: #01adc5; }

.circle-91:before {
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg); }

.circle-91.circle-red:before {
  background-color: #01adc5; }

.circle-92:before {
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg); }

.circle-92.circle-red:before {
  background-color: #01adc5; }

.circle-93:before {
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg); }

.circle-93.circle-red:before {
  background-color: #01adc5; }

.circle-94:before {
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg); }

.circle-94.circle-red:before {
  background-color: #01adc5; }

.circle-95:before {
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg); }

.circle-95.circle-red:before {
  background-color: #01adc5; }

.circle-96:before {
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg); }

.circle-96.circle-red:before {
  background-color: #01adc5; }

.circle-97:before {
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg); }

.circle-97.circle-red:before {
  background-color: #01adc5; }

.circle-98:before {
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg); }

.circle-98.circle-red:before {
  background-color: #01adc5; }

.circle-99:before {
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg); }

.circle-99.circle-red:before {
  background-color: #01adc5; }

.circle-100:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.circle-100.circle-red:before {
  background-color: #01adc5; }

#arrow svg {
  left: 47%;
  color: #fff;
  enable-background: new 0 0 41.999 41.999;
  height: 15px;
  width: 15px;
  fill: #eee;
  position: absolute;
  top: 0px; }

#right-arrow {
  width: 15px;
  position: relative;
  bottom: 100%;
  margin-left: 50%;
  height: 100%;
  -webkit-transform-origin: left;
          transform-origin: left; }
  #right-arrow svg#Capa_arrow {
    fill: #01adc5;
    -webkit-transform: translate(-4px, -1px);
            transform: translate(-4px, -1px); }

/* width */
.description::-webkit-scrollbar {
  width: 8px !important; }

/* Track */
.description::-webkit-scrollbar-track {
  background: #f1f1f1 !important; }

/* Handle */
.description::-webkit-scrollbar-thumb {
  background: #888 !important; }

/* Handle on hover */
.description::-webkit-scrollbar-thumb:hover {
  background: #555; }

.tileDescription {
  height: 55px; }

.farmer-group-dashboard {
  background-color: #0b4b52;
  color: #FFF;
  min-height: 225px; }
  .farmer-group-dashboard > .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .farmer-group-dashboard h1, .farmer-group-dashboard h2, .farmer-group-dashboard h3 {
    color: #a0c800; }
  .farmer-group-dashboard h3.fg-title {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700; }
  .farmer-group-dashboard button.fg-clear--btn {
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: normal;
    color: #00acc6;
    background: transparent;
    border: none; }
    .farmer-group-dashboard button.fg-clear--btn:disabled {
      cursor: default;
      opacity: 0.3; }

.divider {
  height: 2px;
  background-color: #cbcbcb;
  margin-bottom: 20px; }

.fg-table-text {
  font-size: 14px;
  font-weight: 500; }

.fg-table {
  width: 100%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  /*
  checkbox, group name, programme, origin, product, region
   */ }
  .fg-table .fg-row {
    color: #4a4a4a;
    cursor: pointer;
    width: 100%;
    background-color: #f7ffd6;
    margin-bottom: 5px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .fg-table .fg-row--active {
      color: #fff;
      background-color: #a0c800; }
  .fg-table input {
    margin: -1px 0 0px;
    padding: 0;
    display: block; }
  .fg-table thead > tr > *:nth-child(1), .fg-table tbody > tr > *:nth-child(1) {
    width: 5%; }
  .fg-table thead > tr > *:nth-child(2), .fg-table tbody > tr > *:nth-child(2) {
    width: 22%; }
  .fg-table thead > tr > *:nth-child(3), .fg-table tbody > tr > *:nth-child(3) {
    width: 22%; }
  .fg-table thead > tr > *:nth-child(4), .fg-table tbody > tr > *:nth-child(4) {
    width: 17%; }
  .fg-table thead > tr > *:nth-child(5), .fg-table tbody > tr > *:nth-child(5) {
    width: 15%; }
  .fg-table thead > tr > *:nth-child(6), .fg-table tbody > tr > *:nth-child(6) {
    width: 17%; }
  .fg-table tbody {
    display: block;
    height: auto;
    max-height: 560px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Hide rows after 6 */ }
    .fg-table.minimise .fg-table tbody {
      height: 320px; }
  .fg-table thead,
  .fg-table tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed; }
  .fg-table thead td,
  .fg-table thead th {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    vertical-align: bottom;
    border: 0;
    padding: 0; }
  .fg-table tbody td,
  .fg-table tbody th {
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    line-height: 12px;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease; }
  .fg-table span {
    padding: 12px 3px 11px;
    display: block;
    width: 100%;
    white-space: nowrap; }
  .fg-table td span {
    overflow: hidden;
    text-overflow: ellipsis; }
  .fg-table th:first-child span {
    padding-left: 11px; }
  .fg-table tbody app-list-checkbox {
    pointer-events: none; }
  .fg-table .no-matches span {
    vertical-align: middle;
    text-align: center;
    padding: 16px 5px; }
  .fg-table__checkbox {
    cursor: pointer;
    margin: -4px 0 -3px;
    padding: 0; }
    .fg-table__checkbox input[type=checkbox] {
      display: none; }
    .fg-table__checkbox input[type=checkbox] + span {
      margin: 0;
      padding: 0;
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 4px;
      border: solid 2px #dce2cb;
      background-color: transparent;
      position: relative; }
      .fg-table__checkbox input[type=checkbox] + span:before {
        content: "";
        opacity: 0;
        position: absolute;
        display: block;
        left: -1px;
        bottom: 2px;
        width: 18px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.8 15.2'%3E%3Cpath fill='%23fff' stroke='%23fff' d='M.9 5.6c.5-.5 1.4-.5 2 0l5.9 5.9L19.9.9c.6-.5 1.4-.5 1.9.1.5.5.5 1.4 0 1.9L9.7 14.4c-.5.5-1.4.5-1.9 0L.9 7.5c-.3-.3-.4-.6-.4-1 0-.3.1-.7.4-.9z'/%3E%3C/svg%3E");
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease; }
    .fg-table__checkbox input[type=checkbox]:checked + span:before {
      opacity: 1; }
  .fg-table thead .fg-table__checkbox {
    margin: 0px 0px -2px 1px; }
    .fg-table thead .fg-table__checkbox input[type=checkbox] + span {
      width: 12px;
      height: 12px;
      border-color: #FFFFFF;
      border-radius: 2px;
      -webkit-transition: background-color 0.1s ease;
      transition: background-color 0.1s ease; }
      .fg-table thead .fg-table__checkbox input[type=checkbox] + span:before {
        display: none; }
    .fg-table thead .fg-table__checkbox input[type=checkbox]:checked + span {
      background-color: #a0c800; }

/** FG Select List component **/
.fg-selected-list {
  /* Style overrides for select list */ }
  .fg-selected-list--title {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00869d;
    text-transform: uppercase; }
  .fg-selected-list table {
    max-height: 300px;
    margin-bottom: 20px; }
  .fg-selected-list .fg-row {
    cursor: default;
    color: #fff;
    background-color: #a0c800; }
    .fg-selected-list .fg-row td:nth-child(1) {
      padding-left: 5px; }
    .fg-selected-list .fg-row td:nth-child(3) {
      padding-left: 8px; }
    .fg-selected-list .fg-row td:nth-child(4) {
      padding-left: 12px; }
    .fg-selected-list .fg-row td:nth-child(5) {
      padding-left: 20px; }
  .fg-selected-list thead > tr > *:nth-child(1), .fg-selected-list tbody > tr > *:nth-child(1) {
    width: 20%; }
  .fg-selected-list thead > tr > *:nth-child(2), .fg-selected-list tbody > tr > *:nth-child(2) {
    width: 20%; }
  .fg-selected-list thead > tr > *:nth-child(3), .fg-selected-list tbody > tr > *:nth-child(3) {
    width: 20%; }
  .fg-selected-list thead > tr > *:nth-child(4), .fg-selected-list tbody > tr > *:nth-child(4) {
    width: 20%; }
  .fg-selected-list thead > tr > *:nth-child(5), .fg-selected-list tbody > tr > *:nth-child(5) {
    width: 20%; }
  .fg-selected-list thead th {
    vertical-align: bottom;
    border: 0;
    padding: 0 5px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0b4b52; }

.fg-header-toggle {
  cursor: pointer;
  position: relative; }
  .fg-header-toggle__sort {
    vertical-align: middle; }

.fg-search input {
  height: 28px;
  border: 0;
  padding: 0 0 0 24px;
  margin: 0;
  border-radius: 14.5px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #9b9b9b;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.27 14.275l-4.684-4.623c.72-.933 1.126-2.133 1.126-3.422 0-3.2-2.612-5.778-5.856-5.778C2.613.452 0 3.031 0 6.231c0 3.2 2.612 5.777 5.856 5.777 1.306 0 2.477-.4 3.468-1.11l4.685 4.622a.9.9 0 0 0 .631.267.9.9 0 0 0 .631-.267.852.852 0 0 0 0-1.245zm-9.414-4.044c-2.252 0-4.054-1.778-4.054-4 0-2.223 1.802-4 4.054-4 2.253 0 4.054 1.777 4.054 4 0 2.221-1.802 4-4.054 4z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 96% 50%; }
  .fg-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0b4b52; }
  .fg-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #0b4b52; }
  .fg-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #0b4b52; }
  .fg-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #0b4b52; }

.fg-filters {
  margin: 0 0 20px 0; }
  .fg-filters.disabled {
    opacity: 0.25; }
  .fg-filters__title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    padding: 0; }
  .fg-filters__desc {
    padding-top: 10px;
    color: #f7ffd6; }
    .fg-filters__desc p {
      font-size: 12px;
      font-weight: 500;
      margin: 0;
      padding: 0; }
  .fg-filters label {
    font-size: 12px;
    font-weight: 600;
    margin: 3px 0 5px 2px;
    padding: 0;
    /* Non-Retina fix for font looking blurry */ }
    @media screen and (-webkit-max-device-pixel-ratio: 1) {
      .fg-filters label {
        font-weight: 500; } }
  .fg-filters select.form-control {
    cursor: pointer;
    background-color: transparent;
    background: url("data:image/svg+xml,%3Csvg width='11' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.833 5.667l.438-.367L11 1.34 10.124.332l-4.29 3.595L1.542.333.667 1.34 5.395 5.3z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 96% 50%;
    border: solid 1px #FFFFFF;
    padding: 6px 10px;
    margin: 0 0 5px 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 12px;
    height: auto;
    color: #A6C0A9; }
    .fg-filters select.form-control:focus {
      background: url("data:image/svg+xml,%3Csvg width='11' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.833 5.667l.438-.367L11 1.34 10.124.332l-4.29 3.595L1.542.333.667 1.34 5.395 5.3z' fill='%23CCC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 96% 50%; }
  .fg-filters select.form-control:not([size]):not([multiple]) {
    height: auto; }

.farmer-group-list-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0b4b52;
  padding: 0 20px; }
  .farmer-group-list-title.open:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .farmer-group-list-title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 11px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.833 5.667l.438-.367L11 1.34 10.124.332l-4.29 3.595L1.542.333.667 1.34 5.395 5.3z' fill='%23333333' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.fg-tools {
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .fg-tools .fg-viewmore {
    cursor: pointer;
    color: #a0c800;
    font-weight: 500; }
  .fg-tools .fg-chevron {
    vertical-align: sub; }
  .fg-tools .fg-pagination {
    display: inline-block; }
    .fg-tools .fg-pagination a {
      vertical-align: top;
      color: #FFF;
      text-decoration: none;
      font-size: 28px;
      font-weight: 200;
      line-height: 13px;
      padding: 0px 10px; }
  .fg-tools .fg-total {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF; }
  .fg-tools .fg-reset {
    margin-left: 10px;
    cursor: pointer; }
    .fg-tools .fg-reset:hover {
      color: #000; }

button.button.button--dashboard {
  color: #FFFFFF;
  background-color: #00acc6;
  border: 0;
  height: 34px;
  max-width: 274px;
  margin-bottom: 10px; }
  button.button.button--dashboard:hover {
    background-color: #a0c800; }
  button.button.button--dashboard.active {
    background-color: #a0c800; }
    button.button.button--dashboard.active:hover {
      background-color: #a0c800; }
  button.button.button--dashboard[disabled] {
    cursor: default;
    background-color: #9e948e; }
    button.button.button--dashboard[disabled]:hover {
      background-color: #9e948e; }
  button.button.button--dashboard.button--outline {
    border: solid 1px #fff;
    background: transparent; }
  button.button.button--dashboard.button--fg-list {
    padding: 6px 26px;
    text-transform: uppercase;
    font-weight: 700; }
  button.button.button--dashboard.button--cancel {
    color: #0b4b52;
    background-color: #dedad4; }

.breadcrumb {
  padding: 0px; }
  .breadcrumb li {
    font-size: 30px;
    color: #85a5a8;
    float: left;
    cursor: pointer; }
  .breadcrumb li:nth-child(2) {
    margin-left: 15px; }
  .breadcrumb li:nth-child(3) {
    margin-left: 15px; }
  .breadcrumb li.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px; }

.button--dashboard.information-text {
  font-size: 14px;
  font-weight: 300;
  height: 14px;
  letter-spacing: normal;
  text-align: left;
  color: #A6C0A9;
  vertical-align: text-bottom;
  padding-left: 10px; }

.fg-list--button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.baseline-text {
  width: 75%;
  font-weight: 500; }

.baseline-click-link {
  color: white;
  text-decoration: none; }

.baseline-click-link-text {
  color: #a0c800;
  cursor: pointer; }

.map-container .gm-style [style] [style] [style] [style] {
  font-family: "GT Walsheim", Arial !important;
  font-weight: 400 !important; }

.infoBox {
  width: 300px;
  position: relative; }
  .infoBox__inner {
    position: relative;
    z-index: 2;
    background-color: #FFF;
    margin: 20px 0;
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25); }
    .infoBox__inner:before {
      content: "";
      display: block;
      z-index: 2;
      position: absolute;
      right: -8px;
      top: 56px;
      width: 30px;
      height: 30px;
      -webkit-transform: scaleY(1.5) rotate(45deg);
              transform: scaleY(1.5) rotate(45deg);
      background-color: #FFF;
      -webkit-box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.1); }

.fg-map-overlay {
  position: relative;
  z-index: 3;
  background-color: #FFF;
  padding: 15px 25px 15px 15px;
  font-size: 14px; }
  .fg-map-overlay p {
    margin: 10px 0 0;
    padding: 0; }
    .fg-map-overlay p strong {
      font-weight: 700; }
  .fg-map-overlay__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px; }
  .fg-map-overlay__name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px; }
    .fg-map-overlay__name h3 {
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 5px 0;
      padding: 0; }
    .fg-map-overlay__name p {
      margin: 0;
      padding: 0; }
  .fg-map-overlay__product {
    white-space: nowrap; }
    .fg-map-overlay__product p {
      text-align: right;
      font-weight: 600;
      color: #698714;
      margin: 0;
      padding: 0; }
  .fg-map-overlay__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 4px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: middle;
    background-color: #756157;
    border-radius: 100%;
    overflow: hidden;
    /** ICONS (name comes from slugifying productName in FarmerGroup)
        See https://stackoverflow.com/questions/36763542/ie10-svg-in-css-background and use https://yoksel.github.io/url-encoder/
     */ }
    .fg-map-overlay__icon--bamboo {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 38.594V.314h37.691v38.28z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .093%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.69 19.454c0 10.57-8.437 19.14-18.845 19.14S0 30.024 0 19.454C0 8.883 8.437.314 18.845.314s18.846 8.569 18.846 19.14' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M18.316 19.725a12.21 12.21 0 0 1-4.87-1.021c.306.842.81 2.946.81 7.674v7.079h8.133v-7.079c0-4.655.489-6.768.796-7.635-1.606.653-3.245.982-4.869.982'/%3E%3Cpath fill='%23FFF' d='M13.452 17.717c3.102 1.453 6.507 1.465 9.756.036-.93-2.23-.814-6.07-.814-6.07V5.95h-8.142v5.733s.114 3.799-.8 6.034M30.5 11.3c-3.494 0-6.325 2.874-6.325 6.422 3.493 0 6.324-2.876 6.324-6.423'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--coffee {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 38.594V.314h37.691v38.28z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .093%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.69 19.453c0 10.572-8.437 19.14-18.844 19.14C8.437 38.594 0 30.026 0 19.454 0 8.883 8.437.313 18.846.313c10.407 0 18.845 8.57 18.845 19.14' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M16.304 26.546c.001-.083.004-.167.007-.251.045-2.094.866-4.548 2.443-7.298.978-1.705 1.356-3.26 1.408-4.6.062-2.862-1.352-4.707-1.49-4.88-4.58.01-8.29 4.597-8.29 10.254 0 4.992 2.89 9.15 6.715 10.067-.531-.939-.803-2.054-.793-3.292'/%3E%3Cpath fill='%23FFF' d='M19.912 9.628a8.92 8.92 0 0 1 .87 2.171 9.09 9.09 0 0 1 .274 2.607c-.033 1.474-.42 3.242-1.537 5.19-.983 1.714-2.217 4.323-2.317 6.753-.03 1.348.298 2.634 1.225 3.671a6.9 6.9 0 0 0 .26.007c4.587 0 8.305-4.592 8.305-10.255 0-5.15-3.074-9.413-7.08-10.144'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--cotton {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0v38.91h37.914V0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cellipse cx='19' cy='19.5' fill='%23FFF' mask='url%28%23b%29' rx='19' ry='19.5'/%3E%3Cpath fill='%23756157' d='M18.957 0C8.487 0 0 8.71 0 19.456c0 10.482 8.077 19.026 18.19 19.439v-9.022c.149.008.298.014.448.014.15 0 .299-.006.447-.014v9.037c10.41-.07 18.828-8.753 18.828-19.454C37.914 8.711 29.427 0 18.957 0m5.36 25.617a3.071 3.071 0 0 1-.072.124c-.026.045-.054.09-.082.133-.026.04-.05.081-.077.121l-.088.13-.082.116-.095.127-.085.11-.105.128-.085.102c-.06.068-.121.136-.184.202-1.196 1.269-2.871 2.059-4.723 2.059a6.463 6.463 0 0 1-4.525-1.858 6.774 6.774 0 0 1-1.407-1.98l-.013-.03a6.378 6.378 0 0 1-.111-.252l-.018-.046a7.026 7.026 0 0 1-.095-.244l-.021-.063c-.027-.078-.054-.155-.078-.233l-.025-.086c-.02-.072-.043-.143-.062-.216l-.026-.113c-.016-.065-.032-.13-.046-.196-.01-.047-.018-.095-.027-.143-.01-.057-.023-.113-.032-.17-.01-.062-.017-.124-.026-.186-.006-.045-.014-.089-.018-.134a6.555 6.555 0 0 1-.03-.324 6.456 6.456 0 0 1 4.186 1.96l.764.783v-1.107c0-1.644.569-3.198 1.61-4.425a6.806 6.806 0 0 1 1.61 4.425v1.107l.764-.783a6.454 6.454 0 0 1 4.186-1.96 6.24 6.24 0 0 1-.072.627l-.023.124c-.01.061-.021.122-.034.183l-.029.13a7.576 7.576 0 0 1-.041.172l-.036.133c-.016.055-.03.11-.048.163a10.212 10.212 0 0 1-.095.29l-.049.134a6.19 6.19 0 0 1-.06.152c-.017.044-.036.088-.054.131-.02.05-.043.098-.065.147a6.225 6.225 0 0 1-.199.399c-.024.046-.05.092-.076.137m1.581 1.648c-.51 0-1.003-.072-1.472-.204a7.752 7.752 0 0 0 1.682-4.842v-.459h-.446a7.292 7.292 0 0 0-4.578 1.606 7.687 7.687 0 0 0-2.13-4.457l-.316-.325-.316.325a7.69 7.69 0 0 0-2.13 4.457 7.291 7.291 0 0 0-4.578-1.606h-.447v.46a7.76 7.76 0 0 0 1.807 4.995 5.61 5.61 0 0 1-.737.05c-3.176 0-5.75-2.643-5.75-5.902a5.95 5.95 0 0 1 2.077-4.54 4.394 4.394 0 0 1-.898-2.676c0-2.4 1.895-4.345 4.232-4.345.653 0 1.27.152 1.822.422.724-2.03 2.622-3.479 4.851-3.479 2.337 0 4.312 1.594 4.948 3.78a3.963 3.963 0 0 1 2.143-.626c2.242 0 4.06 1.865 4.06 4.166 0 1.02-.358 1.955-.951 2.68a5.702 5.702 0 0 1 2.655 4.847c0 3.133-2.475 5.673-5.528 5.673' mask='url%28%23b%29'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--milk {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 38.594V.314h37.692v38.28z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .093%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.692 19.454c0 10.57-8.438 19.14-18.846 19.14S0 30.024 0 19.454C0 8.883 8.438.314 18.846.314s18.846 8.569 18.846 19.14' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M15.598 6.39c0 .672-.282 1.802-.627 2.511l-1.683 3.466c-.345.71-.627 1.938-.627 2.73v17.017c0 .791.638 1.438 1.416 1.438h9.538c.778 0 1.416-.647 1.416-1.438V15.096c0-.791-.282-2.019-.627-2.729l-1.683-3.466c-.345-.71-.627-1.84-.627-2.51'/%3E%3Cpath fill='%23756157' d='M25.03 16.027c-1.127 0-1.722-.276-2.246-.52-.506-.236-.943-.439-1.877-.439s-1.37.203-1.876.439c-.524.244-1.12.52-2.246.52-1.129 0-1.723-.276-2.247-.52-.507-.236-.943-.439-1.877-.439v-.903c1.128 0 1.722.277 2.247.52.505.236.943.439 1.877.439s1.37-.203 1.876-.439c.524-.243 1.119-.52 2.246-.52 1.129 0 1.723.277 2.248.52.505.236.942.439 1.876.439v.903z'/%3E%3Cpath fill='%23FFF' d='M23.213 5.279c0 .746-.637 1.355-1.416 1.355h-5.902c-.779 0-1.416-.61-1.416-1.355 0-.746.637-1.356 1.416-1.356h5.902c.779 0 1.416.61 1.416 1.356'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--nuts {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .328h37.677v38.266H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .078%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.677 19.46c0 10.567-8.435 19.134-18.839 19.134C8.434 38.594 0 30.027 0 19.461 0 8.894 8.434.328 18.838.328c10.404 0 18.839 8.566 18.839 19.133' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M18.838 6.335C12.993 8.194 8.77 14.478 8.775 20.897l2.093 3.159 3 4.011 4.97.452 4.97-.452 3.001-4.011 2.093-3.159c.005-6.42-4.218-12.703-10.064-14.562'/%3E%3Cpath fill='%23756157' d='M12.024 18.326l-.872-.172c.725-3.812 3.05-7.18 6.22-9.01l.438.786c-2.902 1.675-5.119 4.892-5.786 8.396'/%3E%3Cpath fill='%23FFF' d='M22.785 25.725a8.87 8.87 0 0 0-3.947-5.091 8.869 8.869 0 0 0-3.946 5.09c-1.028-2.84-3.715-4.867-6.868-4.867 0 6.129 4.816 11.115 10.814 11.268 5.998-.153 10.815-5.14 10.815-11.268-3.153 0-5.84 2.027-6.868 4.868'/%3E%3Cpath fill='%23756157' d='M18.838 32.577h-.01a11.393 11.393 0 0 1-7.964-3.53 11.754 11.754 0 0 1-3.285-8.19v-.452h.445c2.864 0 5.485 1.622 6.826 4.132a9.259 9.259 0 0 1 3.763-4.292l.225-.135.226.135a9.259 9.259 0 0 1 3.763 4.292c1.341-2.51 3.961-4.132 6.826-4.132h.445v.451c0 3.08-1.167 5.989-3.285 8.191a11.394 11.394 0 0 1-7.963 3.53h-.012zM8.478 21.324a10.84 10.84 0 0 0 3.022 7.093c1.949 2.026 4.554 3.183 7.338 3.256 2.784-.073 5.39-1.23 7.34-3.256a10.84 10.84 0 0 0 3.02-7.093c-2.685.182-5.06 1.967-5.996 4.556l-.459 1.27-.384-1.296a8.381 8.381 0 0 0-3.52-4.692 8.381 8.381 0 0 0-3.521 4.692l-.384 1.296-.46-1.27c-.936-2.59-3.31-4.374-5.996-4.556z'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--cocoa-beans {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 38.594V.314h37.691v38.28z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .093%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.69 19.454c0 10.57-8.437 19.14-18.845 19.14S0 30.024 0 19.454C0 8.883 8.437.314 18.845.314s18.846 8.569 18.846 19.14' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M20.423 6.824V5.377c0-.843-.679-1.532-1.509-1.532h-.21c-.829 0-1.508.689-1.508 1.532v1.539c-6.376 8.235-5.827 20.199 1.65 27.792 7.504-7.622 8.028-19.645 1.577-27.884'/%3E%3Cpath fill='%23756157' d='M15.894 12.05c0 .6.479 1.086 1.07 1.086.59 0 1.069-.486 1.069-1.086 0-.6-.48-1.086-1.07-1.086-.59 0-1.069.486-1.069 1.086m0 15.602c0 .6.479 1.086 1.07 1.086.59 0 1.069-.486 1.069-1.086 0-.6-.48-1.086-1.07-1.086-.59 0-1.069.486-1.069 1.086m2.325-11.702c0 .597-.51 1.086-1.132 1.086h-.974c-.622 0-1.132-.489-1.132-1.086 0-.597.51-1.086 1.132-1.086h.974c.623 0 1.132.49 1.132 1.086m0 3.901c0 .597-.51 1.086-1.132 1.086h-1.724c-.622 0-1.132-.489-1.132-1.086 0-.597.51-1.086 1.132-1.086h1.724c.623 0 1.132.489 1.132 1.086m0 3.901c0 .597-.51 1.085-1.132 1.085h-.946c-.622 0-1.132-.488-1.132-1.085 0-.598.51-1.086 1.132-1.086h.946c.623 0 1.132.488 1.132 1.086m3.577-11.702c0 .6-.478 1.086-1.069 1.086-.59 0-1.069-.486-1.069-1.086 0-.6.479-1.086 1.07-1.086.59 0 1.068.486 1.068 1.086m0 15.602c0 .6-.478 1.086-1.069 1.086-.59 0-1.069-.486-1.069-1.086 0-.6.479-1.086 1.07-1.086.59 0 1.068.486 1.068 1.086M19.472 15.95c0 .597.509 1.086 1.132 1.086h.973c.623 0 1.132-.489 1.132-1.086 0-.597-.509-1.086-1.132-1.086h-.973c-.623 0-1.132.49-1.132 1.086m0 3.901c0 .597.509 1.086 1.132 1.086h1.723c.623 0 1.132-.489 1.132-1.086 0-.597-.509-1.086-1.132-1.086h-1.723c-.623 0-1.132.489-1.132 1.086m0 3.901c0 .597.509 1.085 1.132 1.085h.946c.622 0 1.132-.488 1.132-1.085 0-.598-.51-1.086-1.132-1.086h-.946c-.623 0-1.132.488-1.132 1.086'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--onion {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='39' viewBox='0 0 38 39'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='18.8' cy='19.295' fill='%23756157' rx='18.8' ry='19.295'/%3E%3Cpath fill='%23FFF' d='M25.755 19.81a34.436 34.436 0 0 1-3-3.887l-1.67-2.516c.272-1.555.997-3.957 2.537-4.674l-1.295-2.897c-.846.393-1.607 1.434-2.164 2.106.008-.29 0-4.247 0-4.247h-2.081v4.508c-.414-.798-.76-1.27-.794-1.311l-1.626 1.326c.017.02 1.532 2.047 1.85 5.48l-1.47 2.225a33.754 33.754 0 0 1-2.997 3.885 8.836 8.836 0 0 0-2.245 5.899c0 4.84 3.857 8.777 8.6 8.777h.003C24.145 34.482 28 30.547 28 25.707a8.829 8.829 0 0 0-2.245-5.897zm-13.914 5.897c0-1.921.7-3.762 1.972-5.185a34.706 34.706 0 0 0 2.802-3.603 36.043 36.043 0 0 1-1.513 2.975c-.923 1.598-1.431 3.663-1.431 5.81 0 2.71.806 5.136 2.07 6.746a7.736 7.736 0 0 1-3.9-6.743zm2.87-.001c0-1.962.457-3.833 1.285-5.272a37.708 37.708 0 0 0 1.893-3.786 61.22 61.22 0 0 1-.795 3.376c-.423 1.562-.657 3.58-.657 5.683 0 2.712.395 5.44 1.158 7.121-1.692-1.167-2.885-3.919-2.885-7.122zm4.324-8.048c-.072 1.746-.12 4.074-.153 6.4-.013 2.33-.013 4.658.03 6.403.03 1.304.067 2.28.086 2.694-.669-.793-1.52-3.358-1.52-7.45 0-2.008.219-3.925.62-5.4.335-1.248.647-2.588.927-3.98l.095-.48a207.01 207.01 0 0 0-.085 1.813zm.883 6.402a257.582 257.582 0 0 0-.153-6.4c-.03-.711-.06-1.319-.084-1.797l.092.461c.273 1.367.594 2.745.93 3.985.4 1.473.619 3.39.619 5.399 0 4.091-.851 6.657-1.52 7.45.02-.413.057-1.391.087-2.695.042-1.747.042-4.075.029-6.403zm1.287 8.767c.764-1.68 1.157-4.41 1.157-7.121 0-2.102-.234-4.119-.656-5.682a60.488 60.488 0 0 1-.797-3.38 37.753 37.753 0 0 0 1.894 3.79c.83 1.437 1.286 3.31 1.286 5.27 0 3.207-1.193 5.959-2.884 7.123zm1.855-.374c1.263-1.613 2.07-4.038 2.07-6.746 0-2.147-.509-4.21-1.431-5.81a36.078 36.078 0 0 1-1.512-2.973 34.938 34.938 0 0 0 2.8 3.6 7.76 7.76 0 0 1 1.972 5.184 7.746 7.746 0 0 1-3.9 6.745z'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--peppers {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .206h37.798v38.388H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .2%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.798 19.4c0 10.6-8.461 19.194-18.899 19.194S0 30 0 19.4C0 8.799 8.461.205 18.9.205S37.798 8.8 37.798 19.4' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M26.303 14.84h-.892c0-3.445-2.76-6.249-6.153-6.249v-.906c3.885 0 7.045 3.21 7.045 7.155'/%3E%3Cpath fill='%23FFF' d='M30.345 19.272c0-2.506-2-4.538-4.468-4.538-2.467 0-4.468 2.032-4.468 4.538 0 0-.375 5.527-6.63 5.527 0 0-6.016.466-7.65-5.527 0 6.512 5.196 11.79 11.608 11.79 6.411 0 11.608-5.278 11.608-11.79'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--tomatoes {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 38.594V.314h37.691v38.28z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .093%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.69 19.454c0 10.57-8.437 19.14-18.845 19.14S0 30.024 0 19.454C0 8.883 8.437.314 18.845.314s18.846 8.569 18.846 19.14' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFFFFD' d='M23.142 10.788a10.834 10.834 0 0 0-4.222-.849c-1.601 0-3.118.345-4.476.96.544.188 1.106.332 1.66.423l.656.108-.348.575a12.96 12.96 0 0 0-1.11 2.333 12.477 12.477 0 0 0 3.114-1.683l.263-.196.264.196c.935.698 2.017 1.28 3.113 1.683-.286-.803-.665-1.6-1.116-2.344l-.347-.571.651-.112c.637-.11 1.282-.289 1.898-.523'/%3E%3Cpath fill='%23FFFFFD' d='M24.217 11.314c-.805.378-1.568.614-2.2.762.497.912.892 1.883 1.155 2.839l.212.773-.76-.216a13.263 13.263 0 0 1-3.945-1.897 13.259 13.259 0 0 1-3.944 1.897l-.76.216.212-.773c.26-.95.653-1.915 1.145-2.824a11.396 11.396 0 0 1-1.952-.636c-2.983 1.782-4.97 4.96-4.97 8.583 0 5.577 4.705 10.099 10.51 10.099s10.51-4.522 10.51-10.099c0-3.721-2.095-6.972-5.213-8.724zM12.155 25.542a8.352 8.352 0 0 1-2.088-5.504c0-1.432.375-2.848 1.086-4.096l.77.452a7.378 7.378 0 0 0-.965 3.644 7.44 7.44 0 0 0 1.863 4.902l-.666.602z'/%3E%3Cpath fill='%23FFF' d='M20.097 9.623l-.041-.37c-.03-.267-.219-1.17-1.38-2.178l-.017.013-.015-.013c-1.16 1.006-1.35 1.909-1.38 2.175l-.043.371-.367.028c-1.095.08-2.273.395-3.335.881.816.373 1.709.648 2.585.792l.656.108-.348.575a12.96 12.96 0 0 0-1.11 2.333 12.48 12.48 0 0 0 3.113-1.683l.264-.197.264.197c.935.698 2.016 1.28 3.113 1.683a12.91 12.91 0 0 0-1.117-2.344l-.346-.57.651-.113a10.388 10.388 0 0 0 2.516-.78c-1.049-.48-2.212-.794-3.297-.88l-.366-.028z'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--wheat {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 38.939h37.941V0H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23756157' d='M37.94 19.47c0 10.752-8.493 19.469-18.97 19.469C8.493 38.939 0 30.222 0 19.469 0 8.716 8.493 0 18.97 0c10.477 0 18.97 8.716 18.97 19.47z'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23FFF' d='M18.561 38.939h.896v-6.447h-.896z' mask='url%28%23b%29'/%3E%3Cpath fill='%23FFF' d='M25.538 25.751c-3.627 0-6.568 3.018-6.568 6.741 3.628 0 6.568-3.018 6.568-6.74m-13.136-.001c0 3.723 2.941 6.741 6.568 6.741 0-3.723-2.94-6.74-6.568-6.74m13.136-6.707c-3.627 0-6.568 3.018-6.568 6.74 3.628 0 6.568-3.018 6.568-6.74m-13.136 0c0 3.722 2.941 6.74 6.568 6.74 0-3.722-2.94-6.74-6.568-6.74m13.136-6.707c-3.627 0-6.568 3.018-6.568 6.74 3.628 0 6.568-3.017 6.568-6.74M19.01 3.882c-2.566 2.632-2.566 6.9 0 9.533 2.564-2.633 2.564-6.9 0-9.533' mask='url%28%23b%29'/%3E%3Cpath fill='%23FFF' d='M12.402 12.338c0 3.723 2.941 6.74 6.568 6.74 0-3.722-2.94-6.74-6.568-6.74' mask='url%28%23b%29'/%3E%3C/g%3E%3C/svg%3E"); }
    .fg-map-overlay__icon--ship {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38' height='39' viewBox='0 0 38 39'%3E%3Cdefs%3E%3Cpath id='a' d='M0 38.594V.314h37.691v38.28z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%280 .093%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23756157' d='M37.691 19.454c0 10.57-8.438 19.14-18.846 19.14S0 30.024 0 19.454C0 8.883 8.437.314 18.845.314s18.846 8.569 18.846 19.14' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M23.381 29.555c-1.225 0-1.844.27-2.443.53-.54.235-1.05.457-2.092.457-1.043 0-1.553-.222-2.093-.457-.598-.26-1.218-.53-2.443-.53-1.226 0-1.845.27-2.444.53-.54.235-1.05.457-2.092.457v.904c1.225 0 1.844-.27 2.443-.53.54-.234 1.05-.456 2.093-.456 1.042 0 1.552.222 2.092.457.6.26 1.218.53 2.444.53 1.225 0 1.844-.27 2.443-.53.54-.235 1.05-.457 2.092-.457 1.043 0 1.553.222 2.093.457.599.26 1.218.53 2.443.53v-.905c-1.043 0-1.553-.222-2.093-.457-.598-.26-1.218-.53-2.443-.53m1.326-2.921c.455-3.025 1.558-6.291 3.223-9.325l-2.827-.871v-5.195h-3.974V7.986h-4.56v3.257h-3.982v5.165l-2.827.857v.044c1.665 3.034 2.769 6.3 3.223 9.325-.445.103-.784.25-1.116.394-.54.235-1.05.457-2.093.457v.904c1.225 0 1.844-.269 2.443-.529.54-.236 1.05-.457 2.093-.457s1.553.221 2.093.457c.598.26 1.218.53 2.443.53s1.844-.27 2.443-.53c.54-.236 1.05-.457 2.092-.457 1.043 0 1.553.221 2.093.457.599.26 1.217.53 2.443.53v-.905c-1.043 0-1.553-.222-2.092-.457-.333-.145-.672-.292-1.118-.394zm-.494-10.47l-4.922-1.516V27.47a6.49 6.49 0 0 1-.891 0V14.645l-4.922 1.493v-3.99h10.735v4.016z'/%3E%3C/g%3E%3C/svg%3E"); }

.newuser {
  padding: 30px 20px 0px 30px;
  background-color: #00869d;
  overflow: auto;
  color: #FFF; }

.btn-edit {
  background: url("resources/img/edit.png");
  background-repeat: no-repeat; }

.btn-delete {
  background: url("resources/img/delete.png");
  background-repeat: no-repeat; }

.btn-tick {
  background: url("resources/img/tick.png");
  background-repeat: no-repeat; }

.btn-untick {
  background: url("resources/img/untick.png");
  background-repeat: no-repeat; }

.btn-cross {
  background: url("resources/img/cross.png");
  background-repeat: no-repeat; }

.btn-view {
  background: url("resources/img/view.png");
  background-repeat: no-repeat; }

.btn-add {
  background: url("resources/img/add.png");
  background-repeat: no-repeat; }

.btn-download {
  background: url("resources/img/download.png");
  background-repeat: no-repeat;
  float: right;
  margin: 5px;
  position: relative;
  left: -94%;
  top: -5px; }

.btn-more {
  background: url("resources/img/more.png");
  background-repeat: no-repeat; }

.approveduser {
  padding: 30px 20px 0px 30px;
  overflow: auto;
  background-color: #0b4b52;
  color: #FFF; }

.rejecteduser {
  padding: 30px 20px 0px 30px;
  overflow: auto;
  background-color: #760153;
  color: #FFF; }

.docbtn {
  width: 20px;
  height: 20px;
  border: 0;
  margin: 0 5%;
  cursor: pointer; }

.usertableheader {
  color: #FFF;
  font-size: 13px; }
  .usertableheader th {
    font-weight: lighter;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    vertical-align: bottom;
    border: 0;
    padding: 0; }

.usertable td {
  padding: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  position: relative;
  line-height: 12px;
  text-align: left;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease; }
  .usertable td span {
    padding: 12px 3px 11px;
    text-align: center !important;
    display: block;
    width: 100%;
    white-space: nowrap; }

.usertable .userrow {
  color: #4a4a4a;
  cursor: pointer;
  width: 100%;
  background-color: #f7ffd6;
  margin-bottom: 5px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease;
  -webkit-transition: ba;
  transition: ba; }

.fg-table-text {
  font-size: 14px;
  font-weight: 500; }

.user-table {
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  /*
    checkbox, group name, programme, origin, product, region
     */ }
  .user-table .info-icon {
    font-size: 16px;
    color: white;
    text-align: center;
    background: green;
    border-radius: 15px;
    width: 20px;
    position: relative;
    top: 3px;
    height: 22px;
    left: 5px; }
    .user-table .info-icon p {
      position: absolute;
      top: 5px;
      left: 7px; }
  .user-table .user-row {
    color: #4a4a4a;
    cursor: pointer;
    width: 100%;
    background-color: #f7ffd6;
    margin-bottom: 5px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .user-table .user-row--active {
      color: #fff;
      background-color: #a0c800; }
  .user-table input {
    margin: -1px 0 0px;
    padding: 0;
    display: block; }
  .user-table select {
    width: 100px !important; }
  .user-table .close {
    width: 20px;
    height: 24px;
    left: 8px;
    background: #ff5248;
    color: white;
    border-radius: 100%;
    display: inline-block;
    position: relative; }
    .user-table .close div {
      position: absolute;
      top: 8px;
      left: 5px; }
  .user-table .tick {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: green;
    height: 22px;
    border-radius: 100%;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
  .user-table .untick {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #edebeb;
    height: 22px;
    border-radius: 100%;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
  .user-table .checkmark_stem {
    position: absolute;
    width: 2px;
    height: 9px;
    background-color: white;
    left: 11px;
    top: 6px; }
  .user-table .checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px; }
  .user-table tbody {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: auto;
    max-height: 560px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Hide rows after 6 */ }
    .fg-table.minimise .user-table tbody {
      height: 320px; }
  .user-table thead,
  .user-table tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed; }
  .user-table thead td,
  .user-table thead th {
    font-size: 11.25px;
    font-weight: bold;
    line-height: normal;
    vertical-align: bottom;
    border: 0;
    padding: 0; }
  .user-table tbody td,
  .user-table tbody th {
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    line-height: 12px;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease; }
  .user-table span {
    padding: 12px 3px 11px;
    display: block;
    width: 100%;
    white-space: nowrap; }
  .user-table td span {
    overflow: hidden;
    text-overflow: ellipsis; }
  .user-table tbody app-list-checkbox {
    pointer-events: none; }
  .user-table .no-matches span {
    vertical-align: middle;
    text-align: center;
    padding: 16px 5px; }
  .user-table__checkbox {
    cursor: pointer;
    margin: -4px 0 -3px;
    padding: 0; }
    .user-table__checkbox input[type=checkbox] {
      display: none; }
    .user-table__checkbox input[type=checkbox] + span {
      margin: 0;
      padding: 0;
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 4px;
      border: solid 2px #dce2cb;
      background-color: transparent;
      position: relative; }
      .user-table__checkbox input[type=checkbox] + span:before {
        content: "";
        opacity: 0;
        position: absolute;
        display: block;
        left: -1px;
        bottom: 2px;
        width: 18px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.8 15.2'%3E%3Cpath fill='%23fff' stroke='%23fff' d='M.9 5.6c.5-.5 1.4-.5 2 0l5.9 5.9L19.9.9c.6-.5 1.4-.5 1.9.1.5.5.5 1.4 0 1.9L9.7 14.4c-.5.5-1.4.5-1.9 0L.9 7.5c-.3-.3-.4-.6-.4-1 0-.3.1-.7.4-.9z'/%3E%3C/svg%3E");
        -webkit-transition: opacity 0.1s ease;
        transition: opacity 0.1s ease; }
    .user-table__checkbox input[type=checkbox]:checked + span:before {
      opacity: 1; }
  .user-table thead .fg-table__checkbox {
    margin: 0px 0px -2px 1px; }
    .user-table thead .fg-table__checkbox input[type=checkbox] + span {
      width: 12px;
      height: 12px;
      border-color: #FFFFFF;
      border-radius: 2px;
      -webkit-transition: background-color 0.1s ease;
      transition: background-color 0.1s ease; }
      .user-table thead .fg-table__checkbox input[type=checkbox] + span:before {
        display: none; }
    .user-table thead .fg-table__checkbox input[type=checkbox]:checked + span {
      background-color: #a0c800; }

#my-pagination .ngx-pagination .current {
  background: #f7ffd6;
  color: black; }

#my-pagination .ngx-pagination li {
  /* display: inline-block; */
  border: 1px solid;
  margin-right: 0;
  float: left; }

.paginationClass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

table {
  table-layout: fixed;
  word-wrap: break-word; }

th span {
  width: 15px; }

td span {
  font-size: 9.5px;
  text-align: left;
  display: block;
  width: 100%; }

.totals-card,
app-stack-card,
app-figure-card,
app-bar-card,
app-donut-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card {
  margin: 0; }
  .card > .row > div > * {
    height: 100%;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px 3px 0;
    min-height: 40px; }
  .card__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .card__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00869d; }
  .card__learn {
    margin-left: 20px;
    font-size: 15px;
    line-height: 19px; }
    .card__learn a {
      color: #9e948e;
      font-weight: 500; }
  .card__policy {
    margin-left: 20px;
    font-size: 13px;
    line-height: 20px; }
    .card__policy a {
      color: #698714;
      font-weight: 500; }
  .card__toggle {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 20px;
    line-height: 12px;
    color: #6b5d55;
    font-weight: 500; }
    .card__toggle span {
      font-size: 12px;
      line-height: 12px;
      margin-right: 10px;
      vertical-align: middle;
      margin-bottom: 4px;
      display: inline-block;
      color: #9e948e; }
    .card__toggle__switch {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 5px 0;
      padding: 0;
      width: 50px;
      height: 22px;
      background-color: #FFF;
      border-radius: 11px;
      -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
              box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
      cursor: pointer; }
      .card__toggle__switch input[type=checkbox] {
        display: none; }
      .card__toggle__switch input[type=checkbox] + span {
        background: #dedad4;
        height: 22px;
        width: 22px;
        border-radius: 11px;
        display: block;
        padding: 0;
        margin: 0;
        margin-left: 28px;
        -webkit-box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.4);
                box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .card__toggle__switch input[type=checkbox]:checked + span {
        margin-left: 0;
        -webkit-box-shadow: inset 1px 0px 3px 0px rgba(0, 0, 0, 0.4);
                box-shadow: inset 1px 0px 3px 0px rgba(0, 0, 0, 0.4); }
  .card__body {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 20px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 180px;
    position: relative; }
    .card__body .card__title {
      margin: 10px; }
    .card__body .card__noresults {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .card__inner {
    width: 100%; }

.merge-card .card__inner > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.totals-card {
  text-align: center;
  color: #760153;
  width: 100%; }
  .totals-card__title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 20px 0 8px;
    padding: 0;
    color: #00869d; }
    .totals-card__title:first-child {
      margin-top: 0; }
  .totals-card__text {
    margin: 0; }
    .totals-card__text strong {
      font-weight: bold;
      font-size: 120%; }
  .totals-card__stat {
    display: inline;
    font-size: 54px;
    line-height: 45px;
    font-weight: 600;
    color: #760153; }
  .totals-card__desc {
    clear: both;
    text-align: center;
    color: #760153;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin: 10px 0 0; }

.figure-card {
  /**
  Resize font depending on # of chars
   */ }
  .figure-card__text {
    display: block;
    vertical-align: bottom;
    text-align: center;
    color: #0b4b52; }
  .figure-card__title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0;
    color: #00869d;
    text-align: center; }
  .figure-card__subtext {
    clear: both;
    text-align: center;
    color: #0b4b52;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 10px 0; }
  .figure-card__stat {
    display: inline;
    font-size: 54px;
    line-height: 45px;
    font-weight: 600;
    color: #0b4b52; }
  .figure-card__suffix {
    display: inline;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    vertical-align: bottom;
    color: #0b4b52; }
  .figure-card__desc {
    clear: both;
    text-align: center;
    color: #0b4b52;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 10px 12px 0; }
  .figure-card__information-icon {
    position: absolute;
    top: 8px;
    right: 24px;
    height: 20px;
    width: 20px; }
  .figure-card__view {
    font-size: 13px; }
  .figure-card__flipicon {
    position: absolute;
    right: 4px;
    bottom: 4px;
    cursor: pointer;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 0px 1px; }
    .figure-card__flipicon img {
      background: url(resources/img/two-clockwise-circular-rotating-arrows-circle.svg) no-repeat;
      margin-left: 3px;
      margin-top: 2px;
      margin-right: 2px;
      padding: 7px; }
  @media (min-width: 640px) {
    .figure-card {
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */ }
      .figure-card__stat__char-1 {
        font-size: 33.2px; }
      .figure-card__stat__char-2 {
        font-size: 31.4px; }
      .figure-card__stat__char-3 {
        font-size: 29.6px; }
      .figure-card__stat__char-4 {
        font-size: 27.8px; }
      .figure-card__stat__char-5 {
        font-size: 26px; }
      .figure-card__stat__char-6 {
        font-size: 24.2px; }
      .figure-card__stat__char-7 {
        font-size: 22.4px; }
      .figure-card__stat__char-8 {
        font-size: 20.6px; }
      .figure-card__stat__char-9 {
        font-size: 20px; }
      .figure-card__stat__char-10 {
        font-size: 20px; }
      .figure-card__stat__char-11 {
        font-size: 20px; }
      .figure-card__stat__char-12 {
        font-size: 20px; }
      .figure-card__stat__char-13 {
        font-size: 20px; }
      .figure-card__stat__char-14 {
        font-size: 20px; }
      .figure-card__stat__char-15 {
        font-size: 20px; }
      .figure-card__stat__char-16 {
        font-size: 20px; }
      .figure-card__stat__char-17 {
        font-size: 20px; }
      .figure-card__stat__char-18 {
        font-size: 20px; }
      .figure-card__stat__char-19 {
        font-size: 20px; }
      .figure-card__stat__char-20 {
        font-size: 20px; } }
  @media (min-width: 768px) {
    .figure-card {
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */ }
      .figure-card__stat__char-1 {
        font-size: 38.2px; }
      .figure-card__stat__char-2 {
        font-size: 36.4px; }
      .figure-card__stat__char-3 {
        font-size: 34.6px; }
      .figure-card__stat__char-4 {
        font-size: 32.8px; }
      .figure-card__stat__char-5 {
        font-size: 31px; }
      .figure-card__stat__char-6 {
        font-size: 29.2px; }
      .figure-card__stat__char-7 {
        font-size: 27.4px; }
      .figure-card__stat__char-8 {
        font-size: 25.6px; }
      .figure-card__stat__char-9 {
        font-size: 23.8px; }
      .figure-card__stat__char-10 {
        font-size: 22px; }
      .figure-card__stat__char-11 {
        font-size: 20.2px; }
      .figure-card__stat__char-12 {
        font-size: 20px; }
      .figure-card__stat__char-13 {
        font-size: 20px; }
      .figure-card__stat__char-14 {
        font-size: 20px; }
      .figure-card__stat__char-15 {
        font-size: 20px; }
      .figure-card__stat__char-16 {
        font-size: 20px; }
      .figure-card__stat__char-17 {
        font-size: 20px; }
      .figure-card__stat__char-18 {
        font-size: 20px; }
      .figure-card__stat__char-19 {
        font-size: 20px; }
      .figure-card__stat__char-20 {
        font-size: 20px; } }
  @media (min-width: 992px) {
    .figure-card {
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */ }
      .figure-card__stat__char-1 {
        font-size: 43.2px; }
      .figure-card__stat__char-2 {
        font-size: 41.4px; }
      .figure-card__stat__char-3 {
        font-size: 39.6px; }
      .figure-card__stat__char-4 {
        font-size: 37.8px; }
      .figure-card__stat__char-5 {
        font-size: 36px; }
      .figure-card__stat__char-6 {
        font-size: 34.2px; }
      .figure-card__stat__char-7 {
        font-size: 32.4px; }
      .figure-card__stat__char-8 {
        font-size: 30.6px; }
      .figure-card__stat__char-9 {
        font-size: 28.8px; }
      .figure-card__stat__char-10 {
        font-size: 27px; }
      .figure-card__stat__char-11 {
        font-size: 25.2px; }
      .figure-card__stat__char-12 {
        font-size: 23.4px; }
      .figure-card__stat__char-13 {
        font-size: 21.6px; }
      .figure-card__stat__char-14 {
        font-size: 20px; }
      .figure-card__stat__char-15 {
        font-size: 20px; }
      .figure-card__stat__char-16 {
        font-size: 20px; }
      .figure-card__stat__char-17 {
        font-size: 20px; }
      .figure-card__stat__char-18 {
        font-size: 20px; }
      .figure-card__stat__char-19 {
        font-size: 20px; }
      .figure-card__stat__char-20 {
        font-size: 20px; } }
  @media (min-width: 1020px) {
    .figure-card {
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */
      /* scale down as chars increase */ }
      .figure-card__stat__char-1 {
        font-size: 48.2px; }
      .figure-card__stat__char-2 {
        font-size: 46.4px; }
      .figure-card__stat__char-3 {
        font-size: 44.6px; }
      .figure-card__stat__char-4 {
        font-size: 42.8px; }
      .figure-card__stat__char-5 {
        font-size: 41px; }
      .figure-card__stat__char-6 {
        font-size: 39.2px; }
      .figure-card__stat__char-7 {
        font-size: 37.4px; }
      .figure-card__stat__char-8 {
        font-size: 35.6px; }
      .figure-card__stat__char-9 {
        font-size: 33.8px; }
      .figure-card__stat__char-10 {
        font-size: 32px; }
      .figure-card__stat__char-11 {
        font-size: 30.2px; }
      .figure-card__stat__char-12 {
        font-size: 28.4px; }
      .figure-card__stat__char-13 {
        font-size: 26.6px; }
      .figure-card__stat__char-14 {
        font-size: 24.8px; }
      .figure-card__stat__char-15 {
        font-size: 23px; }
      .figure-card__stat__char-16 {
        font-size: 21.2px; }
      .figure-card__stat__char-17 {
        font-size: 20px; }
      .figure-card__stat__char-18 {
        font-size: 20px; }
      .figure-card__stat__char-19 {
        font-size: 20px; }
      .figure-card__stat__char-20 {
        font-size: 20px; } }

.flip-card {
  background-color: transparent;
  width: 300px;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.flipclose {
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer; }

.flip-card-back {
  background-color: #00869D;
  color: white;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-top: 20px; }
  .flip-card-back .title {
    font-size: 15px;
    line-height: 0.8rem;
    margin: 0.5rem 0rem;
    word-break: break-all; }
  .flip-card-back .description {
    font-size: 12px;
    padding: 0px 10px;
    word-break: break-all;
    margin-bottom: 0rem; }

.canvas-container {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.d-none {
  display: none; }

.tooltipcls {
  background: #0b4c52 !important;
  color: white !important;
  width: 300px !important;
  font-size: 10px !important;
  border-radius: 0px !important;
  word-wrap: break-all !important; }

.clmrsDiv {
  position: relative !important;
  top: -23px !important;
  left: -3px !important; }

app-bar-card .card__body {
  min-height: 0; }

.bar-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }
  .bar-card__half {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .bar-card__row {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
  .bar-card__value {
    width: 45px;
    font-size: 14px;
    font-weight: bold; }
  .bar-card__bar {
    width: 70px;
    padding: 0 10px 0 0; }
  .bar-card__track {
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 6px;
    overflow: hidden;
    display: block; }
  .bar-card__fill {
    height: 20px;
    background-color: #01acc6;
    display: block;
    border-radius: 6px 0 0 6px;
    -webkit-box-shadow: inset -1px 0px 6px rgba(0, 0, 0, 0.5);
            box-shadow: inset -1px 0px 6px rgba(0, 0, 0, 0.5); }
  .bar-card__name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold; }

.table-card table {
  width: 100%;
  color: #0b4b52; }
  .table-card table th, .table-card table td {
    padding: 5px 10px; }
  .table-card table thead th, .table-card table thead td {
    font-size: 12px; }
  .table-card table thead th {
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0; }
  .table-card table thead td {
    text-align: left;
    font-weight: 400; }
  .table-card table tbody tr:nth-child(even) td {
    background-color: #E8F6F9; }
  .table-card table tbody tr td {
    font-weight: 700;
    font-size: 14px;
    width: 22%; }
    .table-card table tbody tr td.table-card__name {
      font-weight: 400;
      font-size: 12px;
      width: auto; }
  .table-card table tfoot {
    color: #760153; }
    .table-card table tfoot th, .table-card table tfoot td {
      font-weight: 700;
      text-align: left; }
    .table-card table tfoot th {
      text-align: right; }

.table-card--horizontal table thead th {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 30%;
  text-align: left; }
  .table-card--horizontal table thead th:first-child {
    width: auto; }

.table-card--horizontal table tbody tr td {
  width: auto; }
  .table-card--horizontal table tbody tr td.table-card__name {
    font-weight: 500;
    font-size: 13px; }
  .table-card--horizontal table tbody tr td span {
    font-weight: 400; }

.stack-card__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.stack-card__segment {
  position: relative;
  min-width: 70px;
  height: 50px;
  background-color: #ab2e86; }
  .stack-card__segment:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.23); }
  .stack-card__segment:nth-child(2) {
    background-color: #00869d; }
  .stack-card__segment:nth-child(3) {
    background-color: #760153; }
  .stack-card__segment span {
    position: relative;
    z-index: 2; }

.stack-card__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 8px;
  text-transform: uppercase; }
  .stack-card__labels > div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 100px; }
    .stack-card__labels > div:first-child, .stack-card__labels > div:last-child {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1; }

.stack-card__label {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase; }

.stack-card__value {
  color: #FFF;
  padding: 10px 14px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600; }

.stack-card__notice {
  padding: 5px 0;
  font-size: 9px;
  text-align: right;
  color: #7d7d7d; }

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 190px;
  border: 1px solid #f1f1f1;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-box-back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  border-radius: 8px; }

/*
Angular app loader
 */
app-root {
  display: block;
  position: relative;
  height: 306px;
  min-height: 306px;
  background-color: #EFECE6; }
  app-root[data-tier-access="1"] {
    min-height: 434px; }
  app-root.loaded {
    min-height: auto;
    height: auto;
    background-color: transparent;
    display: block; }

.loading-spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }
  .loading-spinner svg {
    width: 40px;
    height: 40px; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateY(-179.9deg); } }

/* The Modal (background) */
.expiry_modal {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.9);
  z-index: 10;
  /*
display: none; /* Hidden by default /
position: fixed; /* Stay in place 
z-index: 1; /* Sit on top 
left: 0;
top: 0;
width: 100%; /* Full width 
height: 100%; /* Full height 
overflow: auto; /* Enable scroll if needed 
background-color: rgb(0,0,0); /* Fallback color 
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ }

/* Modal Content/Box */
.modal_content_expiry {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
  /*
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered 
padding: 20px;
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */ }

/* The Close Button */
.expiry_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  width: 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  /*
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold; */ }

.expiry_modal__inner {
  position: relative;
  margin: 2rem 1rem;
  padding: 4.5rem 2rem 2rem 2rem;
  height: auto;
  background: #ffffff; }

@media (min-width: 768px) {
  .expiry_modal__inner {
    width: auto;
    padding: 2.5rem;
    margin: 2.5rem 1rem; } }

@media (min-width: 992px) {
  .expiry_modal__inner {
    margin: 4.5rem auto;
    padding: 4.5rem;
    width: 846px; } }

.expiry_close:hover,
.expiry_close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.expiry_close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  width: 30px;
  background: #6c5d56;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.expiry_close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  width: 30px;
  background: #6c5d56;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.expiry_button {
  font-size: 1.8rem; }

.text--size-l {
  font-size: 18px;
  line-height: 1.4; }

@media (min-width: 768px) {
  .text--size-l {
    font-size: 22px;
    margin-bottom: 2rem; } }

.donutflip-box {
  background-color: transparent;
  width: 100%;
  height: 265px;
  border: 1px solid #f1f1f1;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.donutflip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.donutflip-box-front, .donutflip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.donutflip-box-back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  border-radius: 8px; }

.button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #00869d;
  color: #00869d;
  padding: 0.375rem 1rem;
  font-size: 0.8rem;
  line-height: 1.4;
  border-radius: 2rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #000000; }
  .button--primary {
    border: 2px solid #00869d;
    color: #00869d;
    text-transform: none;
    width: 100%;
    padding: 0.65rem 3.5rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 2rem; }
    .button--primary:hover {
      text-decoration: none;
      background: #00869d; }
    @media (min-width: 640px) {
      .button--primary {
        width: auto; } }
    @media (min-width: 768px) {
      .button--primary {
        padding: 0.65rem 3rem;
        font-size: 1rem;
        line-height: 1.4;
        border-radius: 2rem; } }
    @media (min-width: 992px) {
      .button--primary {
        padding: 0.65rem 4rem;
        font-size: 1rem;
        line-height: 1.4;
        border-radius: 2rem; } }
  .button:disabled {
    background: #dedad4;
    color: #fff !important;
    border-color: #dedad4 !important;
    pointer-events: none; }
  .button--feedback {
    position: fixed;
    z-index: 1;
    bottom: 200px;
    right: -6px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    color: #fff;
    border-color: #760153;
    background: #760153;
    padding: 0.65rem 1.5rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 2rem; }
    .button--feedback:hover {
      text-decoration: none;
      background: #ab2e86; }
  .button--white {
    color: #ffffff; }
  .button.button--green {
    border-color: #a0c800;
    color: #a0c800; }
    .button.button--green:hover {
      color: #ffffff;
      text-decoration: none;
      background: #a0c800; }
  .button.button--dark-violet {
    border-color: #760153;
    color: #760153; }
    .button.button--dark-violet.button--secondary {
      background-color: transparent; }
    .button.button--dark-violet:hover {
      color: #ffffff;
      text-decoration: none;
      background: #760153; }
  .button.button--light-blue {
    border: 1px solid #00acc6;
    color: #00acc6; }
    .button.button--light-blue:hover {
      color: #ffffff;
      text-decoration: none;
      background: #00acc6; }
  .button.button--white {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .button.button--white:hover {
      color: #00869d;
      text-decoration: none;
      background: #ffffff; }
  .button--secondary {
    background: #00a4c1;
    border: 1px solid transparent;
    text-transform: none;
    padding: 0.5rem 1.6rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 2rem;
    color: #ffffff; }
    .button--secondary:hover {
      color: #ffffff;
      text-decoration: none;
      background: #0b4b52; }
  .button--small {
    padding: 0.25rem 0.8rem;
    font-size: 0.75rem;
    line-height: 0.7;
    border-radius: 1rem; }
  .button--space-s-left {
    margin-left: 0.5rem; }
    @media (min-width: 768px) {
      .button--space-s-left {
        margin-left: 1rem; } }

.text-link {
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #ab2e86; }
  .text-link--arrow-right {
    padding-right: 1.5rem;
    -webkit-transition: none;
    transition: none; }
    .text-link--arrow-right:before {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      right: -3px;
      height: 15px;
      width: 20px;
      background-image: url("resources/img/right-arrow-violet.svg");
      background-repeat: no-repeat;
      background-position: cover; }
    .text-link--arrow-right:hover:before {
      background-image: url("resources/img/right-arrow-blue.svg"); }
  .text-link--arrow-left {
    padding-left: 1rem;
    -webkit-transition: none;
    transition: none; }
    .text-link--arrow-left:before {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      left: -4px;
      height: 15px;
      width: 20px;
      background-image: url("resources/img/left-arrow-violet.svg");
      background-repeat: no-repeat;
      background-position: cover; }
    .text-link--arrow-left:hover:before {
      display: block;
      background-image: url("resources/img/left-arrow-blue.svg"); }
  .text-link:hover {
    text-decoration: none;
    color: #00869d; }

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff; }
  @media (min-width: 768px) {
    .header-wrapper {
      padding: 1rem 1.5rem; } }
  @media only screen and (min-width: 1020px) {
    .header-wrapper {
      padding: 0; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400; }
  @media only screen and (min-width: 1020px) {
    .header {
      padding-left: 2.5rem;
      position: relative;
      font-size: 0.9rem; } }
  .header > ul {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.4rem 0 4.5rem 2.5rem;
    width: 100%;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (min-width: 768px) {
      .header > ul {
        padding: 5.4rem 2.5rem 4.5rem 2.5rem; } }
    @media only screen and (min-width: 1020px) {
      .header > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 1rem 0;
        background: none; } }
  .header.active {
    z-index: 2; }
    .header.active > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.6rem 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (min-width: 768px) {
      .header-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100px;
                flex: 1 1 100px; } }
    @media only screen and (min-width: 1020px) {
      .header-item {
        padding: 10px 5px; } }
    .header-item a {
      line-height: 1.3;
      text-decoration: none;
      width: 100%;
      text-align: left;
      padding: 0 0.3rem;
      color: #0b4b52;
      -webkit-transition: color 0.6s;
      transition: color 0.6s;
      font-weight: 400; }
      .header-item a:hover {
        color: #00869d; }
      @media (min-width: 768px) {
        .header-item a {
          text-align: center;
          font-weight: 500;
          color: #000000;
          padding: 0; } }
    .header-item.active a {
      color: #00acc6; }
  .header__brand {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media only screen and (min-width: 1020px) {
      .header__brand {
        padding-left: 20px; } }
    .header__brand img {
      width: 140px;
      height: 40px; }
      @media (min-width: 768px) {
        .header__brand img {
          width: 170px;
          height: 70px; } }

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  font-size: 0.8rem;
  font-weight: 400;
  padding-right: 0; }
  @media only screen and (min-width: 1020px) {
    .login {
      padding-right: 35px;
      font-size: 0.9rem; } }
  .login a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 2;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    width: 100%;
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap; }
    @media only screen and (min-width: 1020px) {
      .login a {
        text-align: center; } }
  .login--dropdown ul {
    list-style: none;
    position: absolute;
    left: -999em;
    top: 100%;
    min-width: 150px;
    padding: 0.3rem 1.5rem;
    background: #ffffff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: left 0s ease;
    transition: left 0s ease;
    -webkit-box-shadow: 0px 7px 28px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 7px 28px 3px rgba(0, 0, 0, 0.15);
    z-index: 10; }
    @media only screen and (min-width: 1020px) {
      .login--dropdown ul {
        font-size: 0.9rem; } }
    .login--dropdown ul a {
      color: #00869d;
      font-weight: 500; }
    .login--dropdown ul li {
      text-align: left; }
  @media only screen and (min-width: 1020px) {
    .login--dropdown:hover ul {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s;
      left: 37%; } }
  .login--logged-in > a {
    color: #00869d;
    position: relative;
    margin-right: 1rem;
    font-weight: 300; }
    .login--logged-in > a svg {
      margin-left: 6px;
      margin-top: 3px;
      width: 12px;
      fill: #00869d; }
      @media (min-width: 992px) {
        .login--logged-in > a svg {
          margin-left: 8px;
          margin-top: 4px;
          width: 16px; } }
    @media only screen and (min-width: 1020px) {
      .login--logged-in > a {
        width: auto;
        text-align: center; } }
  .login--logged-in.login--active > ul {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    left: 37%; }
  .login--logged-out {
    padding-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 640px) {
      .login--logged-out {
        padding-right: 20px; } }
    .login--logged-out > a {
      color: #00869d;
      position: relative;
      margin-right: 0;
      font-weight: 400;
      border: none;
      border-radius: 2rem;
      padding: 0 0.8rem;
      -webkit-transition: 0s;
      transition: 0s; }
      @media (min-width: 768px) {
        .login--logged-out > a {
          border: 2px solid #00869d; } }
      @media only screen and (min-width: 1020px) {
        .login--logged-out > a {
          margin-right: 0;
          padding: 0.25rem 1.1rem; } }
      .login--logged-out > a svg {
        margin-left: 6px;
        margin-top: 3px;
        width: 12px;
        fill: #00869d; }
        @media (min-width: 992px) {
          .login--logged-out > a svg {
            margin-left: 8px;
            margin-top: 4px;
            width: 16px; } }
      @media only screen and (min-width: 1020px) {
        .login--logged-out > a {
          width: auto;
          text-align: center; }
          .login--logged-out > a:after {
            margin-top: 3px;
            width: 15px; } }
      .login--logged-out > a:hover {
        color: #ffffff;
        background: #00869d; }
        .login--logged-out > a:hover svg {
          margin-left: 8px;
          margin-top: 4px;
          fill: #fff; }

.header-burger {
  position: relative;
  height: 30px;
  width: 40px;
  z-index: 10;
  cursor: pointer; }
  @media only screen and (min-width: 1020px) {
    .header-burger {
      display: none; } }
  .header-burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    background: #00869d;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .header-burger span:before {
      content: "";
      position: absolute;
      top: -10px;
      right: 0;
      width: 25px;
      height: 4px;
      background: #00869d;
      border-radius: 20px;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .header-burger span:after {
      content: "";
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 25px;
      height: 4px;
      background: #00869d;
      border-radius: 20px;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
  .header-burger:hover span {
    background: #0b4b52; }
    .header-burger:hover span:before, .header-burger:hover span:after {
      width: 30px;
      background: #0b4b52; }

.active ~ .header-burger span {
  background: #ffffff; }
  .active ~ .header-burger span:before {
    top: 0;
    height: 3px;
    width: 30px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .active ~ .header-burger span:after {
    top: 0;
    height: 3px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 3.75rem 0 1.5rem 0;
  background: #f6f7f5;
  overflow: hidden; }
  @media (min-width: 640px) {
    .hero {
      height: auto;
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 768px) {
    .hero {
      padding-top: 5rem;
      padding-bottom: 2.5rem; } }
  .hero .row {
    height: 100%; }
  @media (min-width: 640px) {
    .hero--shape-home {
      min-height: 300px; } }
  @media (min-width: 768px) {
    .hero--shape-home {
      min-height: 410px; } }
  @media (min-width: 992px) {
    .hero--shape-home {
      min-height: 500px; } }
  .hero--shape-home .hero__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
    @media (min-width: 768px) {
      .hero--shape-home .hero__img {
        top: 50px; } }
    .hero--shape-home .hero__img img {
      position: relative;
      top: -140px;
      right: -60px;
      width: 180px; }
      @media only screen and (max-width: 785px) {
        .hero--shape-home .hero__img img {
          top: -120px;
          right: 0;
          width: 320px; } }
      @media only screen and (max-width: 680px) {
        .hero--shape-home .hero__img img {
          top: -100px;
          right: 0;
          width: 300px; } }
      @media only screen and (max-width: 640px) {
        .hero--shape-home .hero__img img {
          top: -100px;
          right: 0;
          width: 240px; } }
      @media only screen and (max-width: 540px) {
        .hero--shape-home .hero__img img {
          top: -100px;
          right: -20px;
          width: 240px; } }
      @media only screen and (max-width: 505px) {
        .hero--shape-home .hero__img img {
          top: -100px;
          right: -20px;
          width: 220px; } }
      @media only screen and (max-width: 480px) {
        .hero--shape-home .hero__img img {
          top: -60px;
          right: -20px;
          width: 180px; } }
      @media only screen and (max-width: 450px) {
        .hero--shape-home .hero__img img {
          top: -60px;
          right: -30px;
          width: 180px; } }
      @media only screen and (max-width: 410px) {
        .hero--shape-home .hero__img img {
          top: -60px;
          right: -10px;
          width: 160px; } }
      @media (min-width: 768px) {
        .hero--shape-home .hero__img img {
          top: -170px;
          right: -10px;
          width: 400px; } }
      @media (min-width: 992px) {
        .hero--shape-home .hero__img img {
          top: -250px;
          right: -120px;
          width: 550px; } }
  @media (min-width: 640px) {
    .hero--shape-1 {
      min-height: 300px; } }
  @media (min-width: 768px) {
    .hero--shape-1 {
      min-height: 450px; } }
  .hero--shape-1 .hero__img {
    position: absolute;
    top: 30px;
    right: -280px;
    z-index: 0; }
    @media (min-width: 640px) {
      .hero--shape-1 .hero__img {
        top: 0;
        right: -470px; } }
    @media (min-width: 992px) {
      .hero--shape-1 .hero__img {
        top: 0;
        right: -360px; } }
    .hero--shape-1 .hero__img img {
      position: relative;
      top: -200px;
      right: 150px;
      width: 280px; }
      @media (min-width: 640px) {
        .hero--shape-1 .hero__img img {
          right: 320px;
          width: 400px; } }
      @media (min-width: 768px) {
        .hero--shape-1 .hero__img img {
          top: -300px;
          right: 300px;
          width: 520px; } }
      @media (min-width: 992px) {
        .hero--shape-1 .hero__img img {
          top: -320px;
          right: 220px;
          width: 660px; } }
  @media (min-width: 640px) {
    .hero--shape-2 {
      min-height: 300px; } }
  @media (min-width: 768px) {
    .hero--shape-2 {
      min-height: 450px; } }
  .hero--shape-2 .hero__img {
    position: absolute;
    top: 30px;
    right: -280px;
    z-index: 0; }
    @media (min-width: 640px) {
      .hero--shape-2 .hero__img {
        top: 0;
        right: -470px; } }
    @media (min-width: 992px) {
      .hero--shape-2 .hero__img {
        top: 0;
        right: -360px; } }
    .hero--shape-2 .hero__img img {
      position: relative;
      top: -220px;
      right: 140px;
      width: 300px; }
      @media (min-width: 640px) {
        .hero--shape-2 .hero__img img {
          right: 320px;
          width: 400px; } }
      @media (min-width: 768px) {
        .hero--shape-2 .hero__img img {
          top: -150px;
          right: 400px;
          width: 450px; } }
      @media (min-width: 992px) {
        .hero--shape-2 .hero__img img {
          top: -180px;
          right: 240px;
          width: 550px; } }
  @media (min-width: 640px) {
    .hero--shape-3 {
      height: auto; } }
  @media (min-width: 768px) {
    .hero--shape-3 {
      min-height: 590px; } }
  .hero--shape-3 .hero__img {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 0; }
    .hero--shape-3 .hero__img img {
      position: relative;
      top: -220px;
      right: -170px;
      width: 330px; }
      @media (min-width: 640px) {
        .hero--shape-3 .hero__img img {
          top: -280px;
          right: -200px;
          width: 450px; } }
      @media (min-width: 768px) {
        .hero--shape-3 .hero__img img {
          top: -100px;
          right: -210px;
          width: 480px; } }
      @media (min-width: 992px) {
        .hero--shape-3 .hero__img img {
          top: -180px;
          right: -240px;
          width: 660px; } }
  .hero .container-fluid {
    position: relative; }
  .hero__tagline {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .hero__tagline {
        font-size: 20px; } }
  .hero .hero__text {
    z-index: 1;
    padding-right: 50px; }
    @media (min-width: 640px) {
      .hero .hero__text {
        padding-right: 50px; } }
    @media (min-width: 768px) {
      .hero .hero__text {
        margin-top: 25px; } }
  .hero .hero__title {
    margin-bottom: 0;
    font-size: 2.125rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #0b4b52;
    padding-right: 0; }
    @media (min-width: 640px) {
      .hero .hero__title {
        padding-right: 100px; } }
    @media (min-width: 768px) {
      .hero .hero__title {
        padding-right: 0;
        font-size: 3.96rem;
        margin-bottom: 1.5rem; } }
    @media (min-width: 992px) {
      .hero .hero__title {
        font-size: 4.4rem; } }
    @media only screen and (max-width: 785px) {
      .hero .hero__title--extra-large {
        padding-right: 0;
        font-size: 3.08rem; } }
    @media only screen and (max-width: 680px) {
      .hero .hero__title--extra-large {
        padding-right: 0;
        font-size: 2.64rem; } }
    @media only screen and (max-width: 540px) {
      .hero .hero__title--extra-large {
        padding-right: 0;
        font-size: 2.64rem; } }
    @media only screen and (max-width: 505px) {
      .hero .hero__title--extra-large {
        padding-right: 0;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 505px) {
      .hero .hero__title--extra-large {
        padding-right: 0;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 380px) {
      .hero .hero__title--extra-large {
        padding-right: 0;
        font-size: 1.76rem; } }
    @media only screen and (max-width: 385px) {
      .hero .hero__title--extra-large {
        padding-right: 0;
        font-size: 1.76rem; } }
    @media (min-width: 768px) {
      .hero .hero__title--extra-large {
        font-size: 3.52rem; } }
    @media (min-width: 992px) {
      .hero .hero__title--extra-large {
        font-size: 5.28rem; } }
  .hero a, .hero button {
    margin-top: 1rem; }
  .hero .text-link--arrow-left {
    position: absolute;
    top: -95px;
    left: 20px; }

.footer {
  padding: 2.5rem 1.5rem;
  background: #0b4b52;
  font-size: 12px;
  letter-spacing: 0.6px; }
  @media (min-width: 768px) {
    .footer {
      padding: 2rem 0; } }
  .footer__title {
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    color: #00acc6;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold; }
  .footer ul {
    list-style: none;
    margin-bottom: 2.5rem;
    padding-top: 1rem;
    padding-left: 0; }
    @media (min-width: 768px) {
      .footer ul {
        margin-bottom: 0; } }
    .footer ul a {
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      .footer ul a:hover {
        color: #00acc6; }
        .footer ul a:hover svg {
          color: #00acc6; }
    .footer ul li {
      margin-bottom: 1.8rem;
      color: #ffffff;
      font-weight: 300;
      cursor: pointer; }
      .footer ul li img {
        height: 100%;
        width: 100%; }
      @media (min-width: 640px) {
        .footer ul li:last-of-type {
          margin-bottom: 0; } }
  .footer__inline-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
    @media (min-width: 640px) {
      .footer__inline-text {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (min-width: 768px) {
      .footer__inline-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .footer__inline-text .button {
      margin-top: 10px; }
      @media (min-width: 768px) {
        .footer__inline-text .button {
          margin-top: 0; } }
    .footer__inline-text p {
      text-align: center; }
      @media (min-width: 640px) {
        .footer__inline-text p {
          text-align: right; } }
    .footer__inline-text p {
      margin-bottom: 0; }
  .footer__logo {
    text-align: center;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .footer__logo {
        text-align: right; } }

.basic-form label {
  font-family: "GT Walsheim", sans-serif;
  font-size: 18px;
  color: #fff; }

.basic-form .input {
  font-family: "GT Walsheim", sans-serif;
  outline: none;
  border-radius: 5px;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .basic-form .input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "GT Walsheim", sans-serif; }
  .basic-form .input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "GT Walsheim", sans-serif; }
  .basic-form .input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "GT Walsheim", sans-serif; }
  .basic-form .input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "GT Walsheim", sans-serif; }
  .basic-form .input--search {
    padding: 1rem 0 1rem 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 7px;
    margin-bottom: 1.5rem;
    width: 100%; }
    @media (min-width: 768px) {
      .basic-form .input--search {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0 0.5rem; } }
  .basic-form .input--stretch {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.basic-form select {
  width: 100%;
  padding: 0.3rem 0 0.3rem 1rem;
  border-radius: 0.4rem !important;
  margin: 0 0 1rem 0;
  font-weight: normal;
  font-size: 1rem;
  color: #9e948e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media (min-width: 768px) {
    .basic-form select {
      margin-bottom: 0; } }

.basic-form .row .col-sm-12:last-of-type select {
  margin-bottom: 0; }

.basic-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .basic-form__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .basic-form__item a {
    -ms-flex-item-align: center;
        align-self: center; }

/*Change text in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #0b4b52 !important;
  -webkit-box-shadow: 0 0 0 30px white inset;
  background-color: white !important; }

.accordion {
  width: 100%;
  margin-bottom: 1rem;
  background: #ffffff;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .accordion:hover:not(.active) {
    -webkit-box-shadow: -5px 10px 17px 0 rgba(198, 198, 198, 0.5);
            box-shadow: -5px 10px 17px 0 rgba(198, 198, 198, 0.5);
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
  .accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    height: 60px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer; }
    @media (min-width: 768px) {
      .accordion__header {
        height: 100px;
        padding-left: 2rem;
        padding-right: 2rem; } }
    .active .accordion__header .accordion__indicator {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .active .accordion__header .accordion__indicator:after {
        opacity: 0; }
  .accordion__label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900; }
    @media (min-width: 768px) {
      .accordion__label {
        font-size: 2.125rem; } }
    .accordion__header--violet .accordion__label {
      color: #ab2e86; }
    .accordion__header--blue .accordion__label {
      color: #00869d; }
    .accordion__header--dark-blue .accordion__label {
      color: #0b4b52; }
    .accordion__header--green .accordion__label {
      color: #698714; }
    .accordion__header--dark-green .accordion__label {
      color: #0B4B52; }
    .accordion__header--grey .accordion__label {
      color: #9e948e; }
    .accordion__header--dark-violet .accordion__label {
      color: #760153; }
    .accordion__header--dark-grey .accordion__label {
      color: #6c5d56; }
  .accordion__indicator {
    position: relative;
    height: 36px;
    min-width: 36px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 100%;
    border: 4px solid #9e948e;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
    .accordion__indicator:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      height: 4px;
      width: 15px;
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #9e948e;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .accordion__indicator:before {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      height: 4px;
      width: 15px;
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg);
      background: #9e948e;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 2s;
    transition: max-height 2s; }
    .accordion__content__inner {
      padding: 1rem; }
      @media (min-width: 768px) {
        .accordion__content__inner {
          padding: 1.5rem 4.5rem 4.5rem 4.5rem; } }
    .active .accordion__content {
      max-height: 5000px;
      -webkit-transition: max-height 5s;
      transition: max-height 5s; }
  .accordion--small:hover:not(.active) {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  .accordion--small .accordion__header {
    height: 70px; }
    .accordion--small .accordion__header .accordion__label {
      font-size: 1.375rem; }

.accordion__wrapper {
  width: 100%; }
  .accordion__wrapper .accordion:last-of-type {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .accordion__wrapper .accordion:last-of-type {
        margin-bottom: 3rem; } }

ul {
  list-style: none; }

ol {
  list-style: decimal;
  margin-left: 1rem; }

.list {
  margin-top: 1.5rem;
  padding-left: 0; }
  .list li {
    margin-bottom: 1rem; }
    .list li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .list li:last-of-type {
        margin-bottom: 1rem; } }
    .list li ul {
      padding-left: 0;
      margin-top: 1rem;
      list-style: none; }
      .list li ul li {
        position: relative;
        font-weight: 300;
        padding-left: 1rem; }
        .list li ul li:before {
          content: "-";
          position: absolute;
          left: 0; }
  .list--bullets {
    list-style-type: disc; }
  .list--ticks {
    position: relative; }
    .list--ticks li {
      position: relative;
      overflow: hidden;
      margin-bottom: 1.5rem;
      padding-left: 2.5rem; }
      .list--ticks li:before {
        display: block;
        content: "";
        position: absolute;
        width: 25px;
        height: 20px;
        left: 0;
        background: url("resources/img/tick.svg");
        background-position: center center;
        background-repeat: no-repeat; }
  .list--status {
    position: relative; }
    .list--status li {
      position: relative;
      overflow: visible;
      margin-bottom: 1.5rem;
      padding-left: 2.5rem; }
      .list--status li:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        -webkit-box-shadow: 0 2px 12px rgba(222, 218, 212, 0.4);
                box-shadow: 0 2px 12px rgba(222, 218, 212, 0.4);
        background: #dedad4;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
      .list--status li.success:before {
        -webkit-box-shadow: 0 2px 12px #a0c800;
                box-shadow: 0 2px 12px #a0c800;
        background: #a0c800; }
      .list--status li.fail:before {
        -webkit-box-shadow: 0 2px 12px #01adc5;
                box-shadow: 0 2px 12px #01adc5;
        background: #01adc5; }
      .list--status li.grey:before {
        -webkit-box-shadow: 0 2px 12px #6c757d;
                box-shadow: 0 2px 12px #6c757d;
        background: #6c757d; }

.legend-container {
  border-top: solid 2px #eee;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .legend-container li {
    font-size: 11px;
    padding-left: 15px;
    margin-bottom: 0;
    color: #716d6d; }
    .legend-container li:before {
      height: 10px;
      width: 10px;
      margin-top: 1px; }

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .d-inline-flex .text-link {
    width: 40%; }

.flex-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 0 1rem 0;
  border-bottom: 1px solid #9e948e; }
  .flex-table__row--2-col {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .flex-table__row--2-col {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .flex-table__row--header {
    display: none; }
    @media (min-width: 768px) {
      .flex-table__row--header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .flex-table__row--header .flex-table__column {
      color: #00869d; }
  .flex-table__row:first-of-type {
    padding: 0;
    border-bottom: none; }
  .flex-table__row:nth-child(2) {
    padding-top: 0; }
    @media (min-width: 768px) {
      .flex-table__row:nth-child(2) {
        padding-top: 1rem; } }
  .flex-table__row:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }

.flex-table__header {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  color: #00869d; }
  @media (min-width: 768px) {
    .flex-table__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.flex-table__column {
  padding-right: 0; }
  @media (min-width: 768px) {
    .flex-table__column {
      padding-right: 2rem; } }
  .flex-table__row--2-col .flex-table__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .flex-table__row--2-col .flex-table__column {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        max-width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }

.post-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .post-filter {
      padding: 0; } }
  .post-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
    padding: 1.5rem 0 1.5rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #00869d;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .post-filter__item:nth-child(2) {
      background: #e9e6e2; }
    .post-filter__item .icon {
      color: #00869d; }
    .post-filter__item:hover {
      background: #d3cec6; }
      @media (min-width: 768px) {
        .post-filter__item:hover {
          color: #ab2e86;
          background: none; } }
    @media (min-width: 768px) {
      .post-filter__item {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        font-size: 20px;
        margin: 0 0 0 1.5rem;
        padding: 1rem 0 0 0;
        background: none; }
        .post-filter__item:nth-child(2) {
          background: none; }
        .post-filter__item:hover {
          color: #ab2e86; }
          .post-filter__item:hover .icon {
            color: #ab2e86; } }
    .post-filter__item.active {
      color: #ab2e86; }
      .post-filter__item.active .icon {
        color: #ab2e86; }
      .post-filter__item.active:after {
        content: "";
        position: absolute;
        left: 55%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #0b4b52 transparent; }
        @media (min-width: 768px) {
          .post-filter__item.active:after {
            border-width: 0 18px 18px 18px;
            bottom: -2rem; } }
  .post-filter .icon {
    margin-right: 0.625rem; }

.form__panel {
  display: none;
  margin: 0;
  padding: 0 1rem;
  background: #0b4b52; }
  @media (min-width: 768px) {
    .form__panel {
      margin-top: 1.7rem;
      padding: 0; } }
  .form__panel.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 639.98px) {
    .form__panel .button {
      width: 100%; } }

.text-graphic {
  display: block;
  width: 315px;
  height: 330px;
  z-index: 0; }
  .text-graphic:before {
    content: "";
    padding-bottom: 100%; }
  .text-graphic__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .text-graphic__content:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      height: 100%;
      width: 100%;
      background: url("resources/img/Arch_shape_blue.svg");
      background-position: center right;
      background-repeat: no-repeat;
      z-index: 1; }
    .text-graphic--hero .text-graphic__content span {
      display: block;
      padding-left: 120px;
      padding-right: 10px;
      z-index: 2;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 900;
      color: #ffffff; }
      .text-graphic--hero .text-graphic__content span:after {
        content: "";
        position: absolute;
        bottom: -80px;
        left: -100px;
        height: 200px;
        width: 200px;
        background: url("resources/img/Arch_shape_small-blue.svg");
        background-position: center right;
        background-repeat: no-repeat; }
    .text-graphic--secondary .text-graphic__content span {
      display: block;
      padding-left: 150px;
      padding-right: 10px;
      z-index: 2;
      font-size: 20px;
      font-weight: bold;
      color: #ffffff; }
      .text-graphic--secondary .text-graphic__content span:after {
        content: "";
        position: absolute;
        bottom: -80px;
        left: -100px;
        height: 200px;
        width: 200px;
        background: url("resources/img/Arch_shape_green.svg");
        background-position: center right;
        background-repeat: no-repeat; }

.panel {
  width: 100%;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  border-radius: 60px 60px 0 0;
  background: #ffffff; }

body.modal--open, html.modal--open {
  overflow: hidden; }

.modal {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.9);
  z-index: 10; }
  .modal__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.9); }
  .modal.active {
    display: block; }
  .modal__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2; }
  .modal__inner {
    position: relative;
    margin: 2rem 1rem;
    padding: 4.5rem 2rem 2rem 2rem;
    height: auto;
    background: #ffffff; }
    @media (min-width: 768px) {
      .modal__inner {
        width: auto;
        padding: 2.5rem;
        margin: 2.5rem 1rem; } }
    @media (min-width: 992px) {
      .modal__inner {
        margin: 4.5rem auto;
        padding: 4.5rem;
        width: 846px; } }
  .modal--video .modal__inner {
    padding: 1rem; }
  .modal--video .overlay-close {
    top: -1rem;
    right: -1rem;
    background: #fff;
    border-radius: 100%;
    height: 45px;
    width: 45px; }
    .modal--video .overlay-close:before, .modal--video .overlay-close:after {
      width: 20px; }

.overlay-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  width: 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer; }
  @media (min-width: 992px) {
    .overlay-close {
      top: 1.5rem;
      right: 1.5rem; } }
  .overlay-close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #6c5d56;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .overlay-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #6c5d56;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .overlay-close:hover:before, .overlay-close:hover:after {
    background: #00869d; }

.info-panel {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .info-panel__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.9); }
  .info-panel.active {
    display: block; }
  .info-panel__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2; }
  .info-panel__inner {
    position: relative;
    margin: 2rem 1rem 0 1rem;
    padding: 2.5rem 2rem 2.5rem 2rem;
    height: auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 80px 9px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 80px 9px rgba(0, 0, 0, 0.12); }
    .info-panel__inner p:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .info-panel__inner {
        width: auto;
        padding: 2.5rem;
        margin: 2.5rem 1rem; } }
    @media (min-width: 992px) {
      .info-panel__inner {
        margin: 0;
        padding: 2.5rem;
        width: 846px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .info-panel .overlay-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 30px;
    width: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    @media (min-width: 992px) {
      .info-panel .overlay-close {
        top: 1.5rem;
        right: 1.5rem; } }
    .info-panel .overlay-close:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 3px;
      width: 25px;
      background: #6c5d56;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .info-panel .overlay-close:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 3px;
      width: 25px;
      background: #6c5d56;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .info-panel .overlay-close:hover:before, .info-panel .overlay-close:hover:after {
      background: #00869d; }

.article__hero {
  height: 360px;
  width: 100%;
  background-size: cover;
  background-position: center center; }

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 0;
  width: 100%;
  list-style: none;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tags__item {
    position: relative;
    margin: 0 18px 0 0;
    font-weight: 300;
    color: #698714;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .tags__item:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -10px;
      height: 60%;
      width: 1px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #698714; }
    .tags__item:first-of-type {
      margin-left: 0; }
    .tags__item:last-of-type:after {
      display: none; }

.form .label {
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: #9e948e;
  font-weight: 300; }

.form__error-message {
  display: block;
  color: #01adc5;
  margin: -10px 0 15px 0; }

.form select {
  background: url("resources/img/down-arrow-grey.svg") no-repeat 95% 50%;
  background-size: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  outline-width: 0;
  margin-bottom: 1rem;
  height: calc(3rem + 2px) !important;
  border-radius: 5px;
  padding-left: 25px; }

.form input {
  margin-bottom: 1rem;
  padding: 0.8rem 1.5rem; }
  .form input:last-child {
    margin-bottom: 0; }

.form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem; }
  .form .form-group:last-child {
    margin-bottom: 0; }

.form .radio__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0.5rem;
  margin-right: 1.5rem; }
  .form .radio__container input {
    position: absolute;
    opacity: 0; }
  .form .radio__container .checkmark {
    position: absolute;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: all 3s;
    transition: all 3s; }
    .form .radio__container .checkmark span {
      display: block;
      position: relative;
      height: 24px;
      width: 24px;
      border: 1px solid #6c5d56;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border-radius: 50%; }
  .form .radio__container:hover input ~ .checkmark span {
    background-color: #dedad4; }
  .form .radio__container input:checked ~ .checkmark span {
    background-color: #ffffff; }
  .form .radio__container .checkmark span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .form .radio__container input:checked ~ .checkmark span:after {
    width: 16px;
    height: 16px; }
  .form .radio__container .checkmark span:after {
    border-radius: 50%;
    background: #0B4B52;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.form .checkbox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0.5rem;
  margin-right: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 44%;
          flex: 1 0 44%; }
  .form .checkbox__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .form .checkbox__container .checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #6c5d56; }
  .form .checkbox__container input:checked ~ .checkmark:after {
    content: "";
    height: 17px;
    width: 25px;
    background: url("resources/img/check_small.svg");
    background-repeat: no-repeat; }
  .form .checkbox__container .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    background: url("resources/img/check_small.svg");
    background-size: 80%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  .form .checkbox__container input:checked ~ .checkmark:after {
    opacity: 1; }
  .form .checkbox__container .checkmark:after {
    left: 1px;
    top: 0;
    width: 5px;
    height: 10px; }

.form__edit {
  position: absolute;
  top: 20px;
  right: 30px;
  text-transform: uppercase;
  z-index: 1; }
  .form__edit a {
    color: #00869d; }
  .form__edit img {
    width: 12px;
    height: 17px;
    margin: 0 0 2px 5px;
    vertical-align: middle; }

.form__static p {
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.3rem; }
  .form__static p strong {
    color: #9e948e;
    text-transform: uppercase;
    font-weight: 400; }

.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-embed-container--shadow {
    -webkit-box-shadow: 0px 0px 80px 9px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 80px 9px rgba(0, 0, 0, 0.12); }
  .video-embed-container iframe, .video-embed-container object, .video-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 1rem; }
  .article-card--feature {
    max-width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
    min-height: initial; }
    @media (min-width: 768px) {
      .article-card--feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 5rem;
        min-height: 410px; } }
    .article-card--feature .article-card__body {
      width: 100%; }
      @media (min-width: 768px) {
        .article-card--feature .article-card__body {
          width: 70%; } }
    .article-card--feature .article-card__img {
      width: 100%;
      height: 210px; }
      @media (min-width: 768px) {
        .article-card--feature .article-card__img {
          height: auto;
          min-height: 100%; } }
    .article-card--feature .article-card__title {
      font-size: 1.875rem;
      margin-bottom: 20px;
      line-height: 1.875rem; }
  .article-card__img {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .article-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    background: #ffffff; }
    .article-card__body p:last-of-type {
      margin-bottom: 0.5rem; }
  .article-card__date {
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #00869d; }
    .card-wrapper--2-col .article-card__date {
      font-size: 18px; }
  .article-card__title {
    text-transform: none;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    /* Allow for anchor links in headings */ }
    .card-wrapper--2-col .article-card__title {
      font-size: 20px;
      line-height: 20px; }
    .article-card__title a {
      color: inherit;
      text-decoration: none;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }
      .article-card__title a:hover {
        color: #00869d; }
  .article-card__copy {
    text-transform: none;
    font-size: 16px;
    font-weight: normal; }
  .article-card .text-link {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0.5rem 0 auto 0;
    color: #ab2e86; }
    .article-card .text-link:hover {
      color: #00869d; }

.narrow-card {
  width: 100%;
  padding: 1.5rem 1rem;
  border: 1px solid #dedad4;
  background: #ffffff; }
  .narrow-card__title {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    font-weight: 900;
    line-height: 0.9; }
  .narrow-card__subhead {
    display: block;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #00acc6; }
  .narrow-card__subtitle {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #698714; }
  .narrow-card p {
    margin-bottom: 0.5rem; }
    .narrow-card p:last-of-type {
      margin-bottom: 0; }
  .narrow-card.swiper-slide {
    height: 100%; }

.swiper-container {
  overflow: hidden;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .swiper-container {
      overflow: visible;
      padding-bottom: 0; } }
  .swiper-container .swiper-wrapper .swiper-slide .article-card {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
    @media (min-width: 768px) {
      .swiper-container .swiper-wrapper .swiper-slide .article-card {
        height: 100%; } }
    @media (min-width: 992px) {
      .swiper-container .swiper-wrapper .swiper-slide .article-card {
        height: 100%; }
        .swiper-container .swiper-wrapper .swiper-slide .article-card:hover {
          -webkit-box-shadow: 0 20px 40px 0 rgba(198, 198, 198, 0.5);
                  box-shadow: 0 20px 40px 0 rgba(198, 198, 198, 0.5);
          -webkit-transform: translateY(-10px);
                  transform: translateY(-10px); } }
    .swiper-container .swiper-wrapper .swiper-slide .article-card .article-card__title {
      font-size: 18px; }
      @media (min-width: 768px) {
        .swiper-container .swiper-wrapper .swiper-slide .article-card .article-card__title {
          font-size: 22px; } }
    .swiper-container .swiper-wrapper .swiper-slide .article-card p:last-of-type {
      margin-bottom: auto; }
    .swiper-container .swiper-wrapper .swiper-slide .article-card a {
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .swiper-container .swiper-wrapper .swiper-slide .article-card a {
          margin: 0; } }
  .swiper-container .swiper-pagination {
    display: block; }
    @media (min-width: 768px) {
      .swiper-container .swiper-pagination {
        display: none; } }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
      height: 17px;
      width: 17px;
      opacity: 1;
      background: none;
      border: 1px solid #0B4B52; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      background: #0B4B52;
      border-width: 0; }

.cookies-panel {
  display: none;
  position: relative;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  max-height: 200px; }
  .cookies-panel__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2.5rem; }
    @media (min-width: 992px) {
      .cookies-panel__inner {
        padding-right: 0; } }
  .cookies-panel__continue {
    max-width: 100px; }
  .cookies-panel__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0.5rem;
    height: 100%;
    width: 40px;
    -webkit-transition: background-color 10s;
    transition: background-color 10s;
    cursor: pointer;
    z-index: 1; }
    .cookies-panel__close:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 3px;
      width: 14px;
      background: #6c5d56;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .cookies-panel__close:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 3px;
      width: 14px;
      background: #6c5d56;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .cookies-panel__close:hover:before, .cookies-panel__close:hover:after {
      background: #00869d; }
  .cookies-panel.close {
    max-height: 0; }

/**
Popover styles (using tippy.js)
 */
[data-tippy] {
  cursor: pointer; }

.tippy-tooltip.atsource-theme {
  background-color: #fff;
  border: 1px solid #7d7d7d;
  padding: 20px;
  border-radius: 10px; }
  .tippy-tooltip.atsource-theme if($showDropShadow) {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.27); }
  .tippy-tooltip.atsource-theme .tippy-backdrop {
    background-color: #fff; }
  .tippy-tooltip.atsource-theme .tippy-content {
    color: #4a4a4a;
    text-align: left; }

/* Custom arrows */
/* Custom arrows */
.tippy-popper[x-placement^='top'] .tippy-tooltip.atsource-theme .tippy-arrow {
  border-top: 7px solid #00869d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px; }

.tippy-popper[x-placement^='top'] .tippy-tooltip.atsource-theme .tippy-roundarrow svg path {
  fill: #fff;
  stroke: #7d7d7d;
  stroke-width: 1px;
  stroke-linejoin: round; }

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.atsource-theme .tippy-arrow {
  border-bottom: 7px solid #00869d;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px; }

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.atsource-theme .tippy-roundarrow svg path {
  fill: #fff;
  stroke: #7d7d7d;
  stroke-width: 1px;
  stroke-linejoin: round; }

.tippy-popper[x-placement^='left'] .tippy-tooltip.atsource-theme .tippy-arrow {
  border-left: 7px solid #00869d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px; }

.tippy-popper[x-placement^='left'] .tippy-tooltip.atsource-theme .tippy-roundarrow svg path {
  fill: #fff;
  stroke: #7d7d7d;
  stroke-width: 1px;
  stroke-linejoin: round; }

.tippy-popper[x-placement^='right'] .tippy-tooltip.atsource-theme .tippy-arrow {
  border-right: 7px solid #00869d;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px; }

.tippy-popper[x-placement^='right'] .tippy-tooltip.atsource-theme .tippy-roundarrow svg path {
  fill: #fff;
  stroke: #7d7d7d;
  stroke-width: 1px;
  stroke-linejoin: round; }

.pillar-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
  .pillar-card__title {
    font-size: 0.9rem;
    line-height: 1.0rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    width: 50%;
    color: #0B4B52; }
  .pillar-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    width: 100%;
    background: #00acc6;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2); }
  .pillar-card i {
    margin-top: 0.5rem;
    font-size: 120px;
    color: #fff; }

.dashboard--title-card {
  background-color: #0B4B52;
  text-align: center; }
  .dashboard--title-card__title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #00acc6;
    padding: 0 10px;
    margin-top: -5px; }
  .dashboard--title-card__link {
    margin-top: 10px; }
    .dashboard--title-card__link a {
      color: #fff;
      font-size: 15px;
      font-weight: 500; }
  .dashboard--title-card__policy a {
    color: #fff;
    font-size: 12px;
    font-weight: 100; }
  .dashboard--title-card i {
    color: #fff;
    font-size: 100px; }
  .dashboard--title-card.card__body {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal; }

#submit-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

#spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }
  #spinner svg {
    width: 40px;
    height: 40px; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateY(-179.9deg); } }

.clrms-list {
  overflow: auto;
  max-height: 60vh;
  margin-right: 30px; }
  .clrms-list--active {
    color: #698714; }
  .clrms-list--inactive {
    color: #fd4e00; }
  .clrms-list table {
    width: 100%; }
  .clrms-list thead th {
    text-align: left;
    font-weight: bold;
    padding: 0 10px 20px;
    font-size: 16px; }
  .clrms-list tbody th, .clrms-list tbody td {
    padding: 5px 10px;
    margin: 0; }
  .clrms-list tbody th {
    text-align: left;
    font-weight: bold;
    padding-right: 10px; }
  .clrms-list tbody td {
    width: 50%; }

/*# sourceMappingURL=global.min.css.map */
