@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Breadcrumbs
    Font awesome
    Magnific popup
    Pagination
    Skip links
    Slick
    S
 */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  box-sizing: border-box;
  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: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: bold;
}

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: #000D35;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

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"] {
  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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}

.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 #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.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: #b8bbc6;
}

.table-hover .table-primary:hover {
  background-color: #aaadbb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aaadbb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.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-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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);
}

.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

.table-inverse {
  color: #fff;
  background-color: #212529;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #002cb5;
  outline: none;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip, .was-validated
.custom-select:valid ~ .invalid-feedback,
.was-validated
.custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  transition: all 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 13, 53, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #000D35;
  border-color: #000D35;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00040f;
  border-color: #000002;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 13, 53, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #000D35;
  border-color: #000D35;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #00040f;
  background-image: none;
  border-color: #000002;
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #000D35;
  background-color: transparent;
  background-image: none;
  border-color: #000D35;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #000D35;
  border-color: #000D35;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 13, 53, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #000D35;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000D35;
  border-color: #000D35;
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: normal;
  color: #000D35;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #868e96;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000D35;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #000D35;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000D35;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #0039e8;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #000D35;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  appearance: none;
}

.custom-select:focus {
  border-color: #002cb5;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #000D35;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.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: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  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: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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: white;
}

.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);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #000D35;
  border-color: #000D35;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000D35;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #000D35;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000002;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #00071c;
  background-color: #cccfd7;
  border-color: #b8bbc6;
}

.alert-primary hr {
  border-top-color: #aaadbb;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #000D35;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:last-child {
  margin-bottom: 0;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000D35;
  border-color: #000D35;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #00071c;
  background-color: #b8bbc6;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #00071c;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #00071c;
  background-color: #aaadbb;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #00071c;
  border-color: #00071c;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 11px;
}

.popover .arrow::after {
  content: "";
  border-width: 11px;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 10px;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 10px;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: -10px;
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 10px;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -7px;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 10px;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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;
}

.bg-primary {
  background-color: #000D35 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #000002 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #000D35 !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after, .row__global::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .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: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.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;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: 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: 576px) {
  .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: 1200px) {
  .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-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #000D35 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #000002 !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.breadcrumbs__list, .popup__list, .pagination, .skip-links__list, .slick-dots, .sq-form-question-tickbox-list ul,
.sq-form-question-option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight, .sq-form .sq-form-question-datetime input[type="password"],
.sq-form .sq-form-question-datetime input[type="text"],
.sq-form .sq-form-question-datetime select, .sq-form .sq-form-question-datetime label {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, .row__global, .sq-form-question {
  *zoom: 1;
}

.clearfix:before, .row__global:before, .sq-form-question:before, .clearfix:after, .row__global:after, .sq-form-question:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .row__global:after, .sq-form-question:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: #666;
  background: transparent;
}

body.mobile-menu-active {
  overflow: hidden;
}

/*
--------------------
Utilities
--------------------
*/
.hidden, .hidden-mobile {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
}

::selection {
  background: #b3d4fc;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  background: #fff;
  display: block;
  overflow-x: auto;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #fff;
  color: #3652a3;
  padding: 1rem;
}

thead th {
  border-bottom: 2px solid #f8991d;
  padding: 1rem;
}

tbody th {
  font-weight: bold;
}

tbody tr:last-child td {
  border-bottom: none;
}

td {
  border-bottom: 1px solid #919dbe;
  padding: 1rem;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #3652a3;
  color: #fff;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: #1d2b56;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

a.btn-default {
  font-weight: normal !important;
  padding: 0.5rem 0.75rem !important;
}

a.btn-default:hover, a.btn-default:focus {
  background-color: #263a73 !important;
}

.mb__hRule {
  display: block;
  position: relative;
  margin: 3rem auto 4rem;
  width: 130px;
  height: 14px;
  background: url(mysource_files/quote-highlight.svg) no-repeat 0 0;
  clear: both;
}

/* Quotes */
blockquote {
  position: relative;
  padding: 0;
  margin: 2em 0;
  text-align: center;
  color: #3652a3;
  font-style: italic;
}

blockquote:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 1rem auto;
  width: 130px;
  height: 14px;
  background: url(mysource_files/quote-highlight.svg) no-repeat 0 0;
}

blockquote footer {
  font-style: normal;
  font-weight: bold;
  color: #3652a3;
}

blockquote footer a {
  color: #3652a3;
}

.pull-quote {
  border-top: 1px solid #666;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/* Login Popup */
#login-popup {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#login-popup .login-popup__underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

#login-popup .login-popup__content {
  position: absolute;
  background-color: white;
  z-index: 999;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}

#login-popup .login-popup__content > p {
  color: #3652a3;
  text-align: center;
  padding: 20px 60px;
  font-weight: bold;
  max-width: 545px;
  margin: 0 auto;
}

#login-popup .login-popup__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  padding-bottom: 16px;
}

#login-popup .login-popup__content ul li {
  text-align: center;
  padding: 46px 0;
}

#login-popup .login-popup__content ul li a {
  font-weight: bold;
  padding: 6px 15px;
  text-transform: uppercase;
  min-width: 144px;
  display: inline-block;
}

#login-popup .login-popup__content ul li a:hover {
  text-decoration: none;
}

#login-popup .login-popup__content ul li:first-of-type {
  flex: 0 0 40%;
  text-align: center;
}

#login-popup .login-popup__content ul li:first-of-type a {
  color: white;
  background-color: #f8991d;
}

#login-popup .login-popup__content ul li:first-of-type a:hover {
  background-color: #fcaf4a;
}

#login-popup .login-popup__content ul li:last-of-type {
  flex: 0 0 60%;
  min-height: 120px;
  background: url("https://www.mbqld.com.au/__data/assets/image/0033/177756/varieties/w_320.png");
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
}

#login-popup .login-popup__content ul li:last-of-type p {
  color: white;
  font-weight: bold;
}

#login-popup .login-popup__content ul li:last-of-type a {
  background-color: white;
}

#login-popup .login-popup__content ul li:last-of-type a:hover {
  background-color: #f3f3f3;
}

@media screen and (max-width: 1024px) {
  #login-popup .login-popup__content {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #login-popup .login-popup__content {
    width: 98%;
  }
}

/* JIRA SDQLD-1183 Make content Images responsive */
.main img {
  height: auto;
}

/*
--------------------
Modules
--------------------
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Breadcrumbs */
.breadcrumbs {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.has-subnav .breadcrumbs {
  margin-top: 36px;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px;
}

.breadcrumbs__current {
  font-weight: bold;
}

/* Module: Font awesome */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("mysource_files/fontawesome-webfont.eot?v=4.7.0");
  src: url("mysource_files/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("mysource_files/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("mysource_files/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("mysource_files/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("mysource_files/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Module: Magnific popup */
/* Module: Pagination */
.pagination__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.pagination__item:first-child, .pagination__item:last-child {
  border: 1px solid;
  border-radius: 4px;
}

.pagination__item--current {
  font-weight: bold;
}

.pagination__item a {
  text-decoration: none;
}

/* Module: Skip links */
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
body {
  position: relative;
  z-index: 1;
}

body a {
  color: #3652a3;
}

body a:hover, body a:focus {
  color: #3652a3;
}

body .button:focus,
body .button:hover {
  text-decoration: none;
}

body .mfp-container {
  cursor: pointer;
}

body td {
  border-bottom: 1px solid rgba(145, 157, 190, 0.24);
}

.page-wrapper {
  position: relative;
  overflow-x: hidden;
}

.row__global {
  display: block;
  width: 100%;
  clear: both;
}

.row__global .row__inner {
  padding: 0;
}

.info_bar {
  background: #3652a3;
}

.info_bar-list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
}

.no-js .info_bar-list,
.no-flexbox .info_bar-list {
  display: table;
}

.flexbox .info_bar-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.info_bar-list a {
  color: #fff;
  text-decoration: none;
}

.info_bar-list a .mb_icon svg g, .info_bar-list a .mb_icon svg > path {
  fill: #fff;
}

.info_bar-list a:hover, .info_bar-list a:focus {
  color: #f8991d;
}

.info_bar-list a:hover .mb_icon svg g, .info_bar-list a:hover .mb_icon svg > path, .info_bar-list a:focus .mb_icon svg g, .info_bar-list a:focus .mb_icon svg > path {
  fill: #f8991d;
}

.info_bar-list .member_login-toggler .mb_icon svg g, .info_bar-list .member_login-toggler .mb_icon svg > path {
  fill: #3652a3;
}

.info_bar-list .member_login-toggler:hover, .info_bar-list .member_login-toggler:focus {
  color: #f8991d;
}

.info_bar-list .member_login-toggler:hover .mb_icon svg g, .info_bar-list .member_login-toggler:hover .mb_icon svg > path, .info_bar-list .member_login-toggler:focus .mb_icon svg g, .info_bar-list .member_login-toggler:focus .mb_icon svg > path {
  fill: #f8991d;
}

.info_bar-list svg {
  height: 30px;
}

.info_bar-list .member-icon {
  display: none;
}

.member_access .public-icon {
  display: none;
}

.member_access .member-icon {
  display: initial;
}

.member_access .members_area a {
  color: #3652a3;
  text-decoration: none;
}

.member_access .members_area a .mb_icon svg g, .member_access .members_area a .mb_icon svg > path {
  fill: #3652a3;
}

.member_access .members_area a:hover, .member_access .members_area a:focus {
  color: #f8991d;
}

.member_access .members_area a:hover .mb_icon svg g, .member_access .members_area a:hover .mb_icon svg > path, .member_access .members_area a:focus .mb_icon svg g, .member_access .members_area a:focus .mb_icon svg > path {
  fill: #f8991d;
}

@media only screen and (max-width: 784px) {
  .member_access .display-vallage-map .maps__infowindow-content {
    width: 15rem;
  }
  .member_access .display-vallage-map .maps__infowindow-content .title {
    margin: 0;
  }
  .member_access .display-vallage-map .maps__infowindow-content img {
    display: none;
  }
  .member_access .display-vallage-map .maps__infowindow-content p {
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 540px) {
  .member_access .display-vallage-map .maps__infowindow-content {
    width: 10rem;
  }
}

.info_bar-list-item {
  padding: 0 0.5rem;
  position: relative;
}

.info_bar-list-item:last-child {
  padding-right: 0;
}

.info_bar-list-item > a {
  display: block;
  width: auto;
  text-align: center;
  height: 100%;
  color: #000D35;
}

.info_bar-list-item:after {
  display: block;
  position: absolute;
  width: 1px;
  height: 27px;
  opacity: 0.2;
  background: #fff;
  right: 0;
  top: 10px;
}

.info_bar-list-item:last-child:after {
  display: none;
}

.mb_icon {
  line-height: 0;
}

.mb_icon .fa {
  font-size: 30px;
}

.members_area .member-name {
  display: none;
}

.user__personalisation > a {
  position: relative;
}

.user__personalisation > a:after {
  content: none;
  position: absolute;
  z-index: auto;
  bottom: -5px;
  left: 50%;
  margin: 0 0 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #f8991d transparent;
  animation: MoveUpDown 1s linear infinite;
}

.user__personalisation > a:before {
  content: none;
  position: absolute;
  z-index: auto;
  bottom: -4px;
  left: 50%;
  margin: 0 0 0 -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
}

@keyframes MoveUpDown {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: -3px;
  }
  100% {
    margin-bottom: 0;
  }
}

.header .row__global .row__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 16px;
}

.mb_counter {
  color: #000D35;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: auto;
  height: 1.375rem;
  width: 1.375rem;
  text-align: center;
  line-height: 1.375rem;
  font-size: 10px;
  font-weight: bold;
  top: -0.125rem;
  left: 1.6875rem;
}

.site-logo {
  display: block;
}

.site-logo a {
  display: block;
  width: 7.5rem;
}

.header__extras {
  display: block;
  margin-left: auto;
}

.header__extras a {
  color: #000D35;
}

.header__extras a .mb_icon svg g, .header__extras a .mb_icon svg > path {
  fill: #000D35;
}

.header__extras a:hover, .header__extras a:focus {
  color: #f8991d;
}

.header__extras a:hover .mb_icon svg g, .header__extras a:hover .mb_icon svg > path, .header__extras a:focus .mb_icon svg g, .header__extras a:focus .mb_icon svg > path {
  fill: #f8991d;
}

.navigation {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #1d3373;
}

.navigation.active {
  left: 0;
  overflow: auto;
  z-index: 999;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .no-js .navigation ul,
  .no-flexbox .navigation ul {
    display: table;
  }
  .flexbox .navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.navigation a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.navigation__link {
  font-weight: 400;
}

.navigation__list {
  display: block;
}

.mobile_nav {
  padding: 20px 0;
}

.mobile_nav .navigation__list-item {
  position: relative;
}

.mobile_nav .navigation__list-item a {
  padding: 20px;
  width: calc(100% - 50px);
}

.mobile_nav .navigation__list-item a:hover, .mobile_nav .navigation__list-item a:focus {
  color: #f8991d;
}

.mobile_nav .navigation__list-item a.navigation__toggler {
  padding: 0;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0.75rem;
  text-align: center;
  font-size: 1.625rem;
}

.mobile_nav .navigation__has-megamenu.active {
  background: #3652a3;
}

.mega-menu {
  display: none;
  padding: 0rem 1.25rem;
}

.mega-menu a {
  padding: 0.9375rem .7rem;
  width: 100%;
}

.mega-menu a:hover, .mega-menu a:focus {
  background: #3652a3;
  color: #fff;
}

.mega-menu.active {
  display: block;
  z-index: 2;
}

.mega-menu__feature {
  display: block;
  position: relative;
  color: #fff;
  max-width: 320px;
  /*max-height: 320px;*/
  margin: 2.5rem 0 2.5rem 2rem;
  background: #5671b6;
}

.mega-menu__feature:before {
  content: "FEATURE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8991d;
  padding: 5px 10px;
  color: #3652a3;
}

.mega-menu__feature a {
  color: #fff;
  background: none;
}

.mega-menu__feature-item-image {
  margin: 0 auto;
  display: block;
}

.mega-menu__feature-item-title {
  font-size: 1.3125rem;
  font-weight: normal;
  padding: 0 1.25rem;
  margin: 0;
}

.mega-menu__feature-item-title a {
  padding: 0.9375rem 0;
}

.mega-menu__feature-item-description {
  font-size: 0.9375rem;
  padding: 0 1.25rem;
}

body a.close_toggler {
  padding: 1rem 1.25rem;
  clear: both;
  overflow: hidden;
}

body a.close_toggler .mb_icon svg g, body a.close_toggler .mb_icon svg > path {
  fill: #fff;
}

body a.close_toggler:hover, body a.close_toggler:focus {
  color: #f8991d;
}

body a.close_toggler:hover .mb_icon svg g, body a.close_toggler:hover .mb_icon svg > path, body a.close_toggler:focus .mb_icon svg g, body a.close_toggler:focus .mb_icon svg > path {
  fill: #f8991d;
}

body a.close_toggler .mb_icon {
  margin: 0 1rem 0 0;
}

body a.close_toggler span {
  display: block;
  float: left;
}

@media only screen and (min-width: 1200px) {
  body a.close_toggler {
    display: none;
  }
}

/*
 *
 * Global search styling
 *
 */
.search-toggler .toggle-close {
  display: none;
}

.search-toggler.active .toggle-close {
  display: inline-block;
  margin: 0.25rem 0 0 0;
}

.search-toggler.active .toggle-open {
  display: none;
}

.global__search {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 10px;
  overflow: hidden;
  z-index: 8;
}

.global__search form {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
  width: 90%;
  margin: 0 5%;
}

.global__search.active {
  display: block;
}

.global__search.active:after {
  content: "";
  display: block;
  position: absolute;
  background: #1d3373;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.global__search a.close-search {
  position: absolute;
  top: 10px;
  right: 2px;
  z-index: 99;
  color: #fff;
  padding: 0;
}

.global__search a.close-search .mb_icon {
  margin: 0;
}

.global__search-inner {
  margin: 80px 0 0 0;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px 0;
}

.no-js .global__search-inner,
.no-flexbox .global__search-inner {
  display: table;
}

.flexbox .global__search-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.global__search-label {
  margin: 0 10px 0 0;
  float: left;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 2.625rem;
}

.global__search-input {
  border: none;
  padding: 10px;
  margin: 0 15px 0 0;
  float: left;
  width: calc(100% - 15px);
  color: #919dbe;
  background: none;
}

.global__search-input::-webkit-input-placeholder {
  color: #919dbe;
  font-weight: 100;
}

.global__search-input::-moz-placeholder {
  color: #919dbe;
  font-weight: 100;
}

.global__search-input:-ms-input-placeholder {
  color: #919dbe;
  font-weight: 100;
}

.global__search-input:-moz-placeholder {
  color: #919dbe;
  font-weight: 100;
}

.global__search-submit {
  padding: 0;
  margin: 7px 0 0 0;
  border: none;
  background: none;
  float: left;
}

/*
 *
 * Global Footer styling
 *
*/
.footer {
  position: relative;
  z-index: 1;
  background: #000D35;
  color: #fff;
  padding: 1.875rem 1.25rem;
  text-align: center;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover, .footer a:focus {
  text-decoration: underline;
}

.footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer__list li {
  display: inline-block;
}

.mb__social-links {
  overflow: hidden;
  margin: 1.25rem 0;
}

.mb__social-links li {
  margin: 0 0.75rem 0.75rem 0;
}

.mb__social-links li a svg {
  width: 2.5rem;
  height: 2.5rem;
}

.mb__member-links {
  width: 6.25%rem;
}

.mb__member-links li {
  margin: 0 0 6px 0;
  display: block;
}

.mb__member-links a[class*="button__"] {
  display: block;
  text-align: center;
}

.mb__legal-links {
  margin: 1.25rem 0 0 0;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mb__legal-links li {
  padding: 6px;
  display: block;
}

.mb__legal-links li a {
  text-decoration: none;
}

.mb__legal-links li a:hover {
  text-decoration: underline;
  color: #fff;
}

.mb__legal-links--contact {
  flex-direction: row;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1.875rem 0;
}

.mb__legal-links--contact li {
  padding: 0 8px;
  position: relative;
}

.mb__legal-links--contact li:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  font-weight: bold;
  width: 2px;
  height: 18px;
  top: 4px;
}

.mb__legal-links--contact li a {
  text-decoration: none;
  white-space: nowrap;
}

.mb__legal-links--contact li a:hover {
  text-decoration: underline;
}

.mb__legal-links--contact li:last-child::after {
  display: none;
}

.mb__chat {
  display: block;
  width: 3.9375rem;
  height: 3.4375rem;
  background: #0098d6;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*
 *
 * Button styles - general styling
 *
 */
a[class*="button"] {
  display: inline-block;
  padding: 0.9375rem 1.5625rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a[class*="button"]:hover, a[class*="button"]:focus {
  text-decoration: none;
}

.button__blue {
  background: #3652a3;
  color: #fff;
}

.button__blue:hover, .button__blue:focus {
  background: #1d3373;
  color: #fff;
}

body .button__orange {
  background: #f8991d;
  color: #181818;
}

body .button__orange:hover, body .button__orange:focus {
  background: #fcaf4a;
}

.button__green {
  background: #6db277;
  color: #fff;
}

.button__green:hover, .button__green:focus {
  background: #55945e;
  color: #fff;
}

.button__light-blue {
  background: #0098d6;
  color: #fff;
}

.button__light-blue:hover, .button__light-blue:focus {
  background: #0383b8;
  color: #fff;
}

.button__white {
  background: #fff;
  color: #181818;
}

.button__white:hover, .button__white:focus {
  background: #D4D8E5;
}

.button__red {
  background: red;
  color: #fff;
}

.button__red:hover, .button__red:focus {
  background: #ad0202;
  color: #fff;
}

.button__navy {
  background: #000D35;
  color: #fff;
}

.button__navy:hover, .button__navy:focus {
  background: #1d3373;
  color: #fff;
}

/*
 *
 * MODULE: Page banner
 *
 */
.module__page-banner {
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 180px;
  position: relative;
}

.module__page-banner .slick-dots {
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module__page-banner .slick-dots li + li {
  margin-left: 5px;
}

.module__page-banner .slick-dots .slick-dots__item {
  border: none;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.module__page-banner .slick-dots .slick-active .slick-dots__item,
.module__page-banner .slick-dots .slick-dots__item:hover,
.module__page-banner .slick-dots .slick-dots__item:focus {
  background: #3652a3;
}

.module__page-banner .slick-arrow {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  top: auto;
  bottom: 50%;
}

.module__page-banner .slick-prev {
  left: 0;
}

.module__page-banner .slick-next {
  right: 5px;
}

.page-banner__item {
  position: relative;
  height: 180px;
}

.page-banner__image {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
}

.page-banner__link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.page-banner__link:hover, .page-banner__link:focus {
  text-decoration: none;
}

a.page-banner__link {
  padding: 0.5rem;
  font-size: 0.875rem;
  margin-right: auto;
}

a.page-banner__link:hover, a.page-banner__link:focus {
  background-color: #fff;
  color: #000D35;
}

.page-banner__inner {
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: auto;
}

.page-banner__details {
  background: rgba(248, 153, 29, 0.9);
  color: #fff;
  position: absolute;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}

.page-banner__details--new {
  color: #fff;
  padding: 1.25rem 1.875rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page-banner__details--dark {
  color: #000;
}

.page-banner__details-wrapper {
  max-width: 37.5rem;
}

.page-banner__details__inner-wrapper {
  display: flex;
  justify-content: space-between;
}

.page-banner__title {
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
  padding: 0;
  letter-spacing: -1.3px;
  font-weight: bold;
}

.page-banner__description {
  display: none;
  font-size: 1.125rem;
}

.page-banner-has-image + .mb__breadcrumbs-wrapper,
.mb__breadcrumbs-wrapper {
  margin: 1rem 0;
  padding: 0 1.25rem;
}

.page-banner-has-image + .mb__breadcrumbs-wrapper h1,
.mb__breadcrumbs-wrapper h1 {
  margin: 1rem 0;
}

.page-banner__item img {
  z-index: 0;
  height: 100%;
  object-fit: cover;
}

.module__page-banner.page-banner-content {
  margin: 0;
  min-height: auto;
}

.module__page-banner.page-banner-content.page-banner-has-image {
  min-height: 180px;
}

.module__page-banner.page-banner-content.page-banner-has-image .page-banner__item {
  height: auto;
}

.module__page-banner.page-banner-content.page-banner-has-image .page-banner__image {
  position: relative;
}

.module__page-banner.page-banner-content.page-banner-has-image .page-banner__details {
  position: relative;
}

.module__page-banner.page-banner-content .page-banner__details {
  background: none;
  color: inherit;
  position: relative;
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  left: auto;
  right: auto;
  bottom: 0;
  top: auto;
}

.module__page-banner.page-banner-content .page-banner__details--new {
  color: #000;
  max-width: 43.75rem;
}

.module__page-banner.page-banner-content .page-banner__details--new h1 {
  color: inherit;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.module__page-banner.page-banner-content .page-banner__details--dark {
  color: #000;
}

.module__page-banner.page-banner-content .page-banner__item {
  height: auto;
}

.module__page-banner.page-banner-content h1 {
  color: #3652a3;
  font-size: 2.25rem;
  margin: 1rem 0;
}

.page-banner__image-container {
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: auto;
  background-position: center;
  min-height: 180px;
}

.page-banner-content.page-banner-has-image .mb__breadcrumbs {
  display: none;
}

.page-banner-has-image .page-banner__details {
  background: none;
  color: #fff;
  position: relative;
  padding: 0rem 0.625rem 0rem 1.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.page-banner-has-image .page-banner__details * {
  position: relative;
  z-index: auto;
}

.page-banner-has-image .page-banner__details:before {
  content: "";
  display: block;
  position: absolute;
  z-index: auto;
  height: 100%;
  width: auto;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  background: rgba(255, 255, 255, 0.9);
}

.page-banner-has-image .page-banner__details--new .row {
  flex-direction: column;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 {
  width: 100%;
  flex: unset;
  max-width: none;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a {
  display: block;
  width: fit-content;
  margin-right: 1.25rem;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
  min-width: 15.625rem;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__white {
  border: 1px solid #000;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__white:hover, .page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__white:focus {
  background-color: #000;
  color: #fff;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__orange {
  color: #fff;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__orange:hover, .page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__orange:focus {
  color: #f8991d;
  background-color: #fff;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__navy:hover, .page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__navy:focus {
  background: #fff;
  color: #000D35;
}

.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a:hover, .page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a:focus {
  text-decoration: none;
}

.page-banner-has-image .page-banner__details--dark {
  color: #000;
}

.page-banner-has-image .page-banner__description {
  color: inherit;
  font-size: 1rem;
  font-weight: bold;
}

.page-banner__buttons a {
  width: 100%;
  margin: 0 0 8px 0;
}

.page-banner-has-image.page-banner-no-title .page-banner__details {
  display: none;
}

.page-banner__items--fix {
  position: relative;
  width: 100%;
}

.max-width-wide-desktop {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 16px;
}

.no-max-width {
  max-width: unset;
  margin: 0;
}

/*
 *
 * MODULE: FAMB search form
 *
 */
.famb__search {
  display: block;
  margin: 1.25rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
}

.famb__search .sq-form-section {
  display: block;
  width: 100%;
  color: #3652a3;
  border-bottom: 2px solid #3652a3;
  margin: 0 0 1.25rem 0;
  position: relative;
  /*& + .sq-form-section {
			&:after {
				background: url(mysource_files/location-blip.svg) no-repeat 0 0;
				width: 25px;
			}
		}*/
}

.famb__search .sq-form-section:after {
  content: "";
  display: block;
  width: 33px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(mysource_files/type-of-wrok-icon.svg) no-repeat 0 0;
}

.famb__search .sq-form-section input[type="text"] {
  background: none;
  border: none;
  width: calc(100%);
  padding: 0 35px 0 10px;
  height: 40px;
  color: #000;
}

.famb__search .sq-form-section input[type="text"]::-webkit-input-placeholder {
  color: #3652a3;
  font-weight: 100;
}

.famb__search .sq-form-section input[type="text"]::-moz-placeholder {
  color: #3652a3;
  font-weight: 100;
}

.famb__search .sq-form-section input[type="text"]:-ms-input-placeholder {
  color: #3652a3;
  font-weight: 100;
}

.famb__search .sq-form-section input[type="text"]:-moz-placeholder {
  color: #3652a3;
  font-weight: 100;
}

.famb__search-legend {
  color: #3652a3;
  font-size: 1.125rem;
}

.twitter-typeahead {
  display: block;
  width: 100%;
}

.tt-menu {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 0 0 10px 0;
}

.tt-title {
  font-size: 1rem;
  padding: 0.625rem;
  font-weight: bold;
  color: #fff;
  display: block;
  background: #3652a3;
}

.tt-category {
  padding: 0.625rem 0.625rem;
  font-weight: bold;
  color: #919dbe;
  display: block;
}

.tt-suggestion {
  padding: 0.3125rem 0.625rem;
}

.tt-selectable {
  cursor: pointer;
}

.sq-submit-button [type="submit"],
.sq-submit-button [type="button"] {
  background: #3652a3;
  padding: 10px 20px;
  border: none;
  color: #fff;
}

.sq-submit-button [type="submit"]:hover, .sq-submit-button [type="submit"]:focus,
.sq-submit-button [type="button"]:hover,
.sq-submit-button [type="button"]:focus {
  background: #1d3373;
}

.search-results__facets__famb li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-results__facets__famb li a {
  width: 90%;
  word-break: break-word;
}

/*
 *
 * MODULE: Task tiles
 *
 */
.task__tiles {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  flex-wrap: wrap;
}

.no-js .task__tiles,
.no-flexbox .task__tiles {
  display: table;
}

.flexbox .task__tiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.main__content ul li.task__tiles-item {
  width: calc(50% - 1px);
  margin: 0 1px 1px 0;
}

.task__tiles-item {
  width: 50%;
}

.task__tiles-link {
  display: block;
  color: #3652a3;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  min-height: 9.6875rem;
  font-weight: 400;
}

.task__tiles-link:hover, .task__tiles-link:focus {
  color: #f8991d;
  text-decoration: none;
}

.task__tiles-icon {
  display: block;
  margin: 0 0 0.75rem 0;
  height: 55px;
}

.task__tiles-icon img {
  max-height: 100%;
}

.task__tiles-title {
  display: block;
}

/*
 *
 * MODULE: Tabs display
 *
 */
.module__tabs {
  display: block;
  padding: 0 1.25rem;
  position: relative;
  width: 100%;
}

.mb__tabs .slick-arrow {
  border: none;
  display: none;
  width: 30px;
  height: 30px;
  color: #f8991d;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  top: calc(50% - 61px);
  padding: 0;
}

.mb__tabs .slick-arrow svg {
  margin: 0;
}

.mb__tabs .slick-arrow svg path {
  fill: #f8991d;
}

.mb__tabs .slick-next {
  right: -9px;
  margin-top: 0;
  display: inline-block;
}

.mb__tabs .slick-prev {
  left: -9px;
  margin-top: 0;
  display: inline-block;
}

.mb__tabs-list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: block;
  text-align: center;
}

.mb__tabs-list li {
  background-color: #000D35;
}

.mb__tabs-list li a {
  display: block;
  padding: 1rem;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.mb__tabs-list li a.active, .mb__tabs-list li a:hover, .mb__tabs-list li a:focus {
  background-color: #919dbe;
}

.mb__tabs-content {
  display: none;
  width: 100%;
  position: relative;
  padding-bottom: 4.6875rem;
  margin: 0 0 1.25rem 0;
}

.mb__tabs-content .slick-track {
  padding: 0 0 10px 0;
  display: flex;
  align-items: stretch;
}

.mb__tabs-content .slick-initialized .slick-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}

.mb__tabs-content .mb__more-link {
  display: block;
  background: #f8991d;
  text-transform: uppercase;
  color: #fff;
  padding: 0.75rem;
  width: 11.25rem;
  text-align: center;
  margin: 0 auto;
}

.mb__tabs-content .mb__more-link:hover, .mb__tabs-content .mb__more-link:focus {
  background: #fff;
  color: #f8991d;
  text-decoration: none;
}

.mb__tabs-content.active {
  display: block;
}

.mb__tabs-content .card {
  border: none;
  border-radius: 0;
  width: calc(50% - 28px);
  margin: 0 14px;
  min-height: 20.625rem;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
  margin: 0;
  height: 100%;
}

.mb__tabs-content .card:hover {
  background: #3652a3;
}

.mb__tabs-content .card:hover a .card-title,
.mb__tabs-content .card:hover a .card-text,
.mb__tabs-content .card:hover a .card-location,
.mb__tabs-content .card:hover a .card-region {
  color: #fff;
}

.mb__tabs-content.no-bg-hover .card:hover {
  background: #fff;
}

.mb__tabs-content .card-block {
  padding: 2.5rem 2.5rem 0;
  margin: 0;
  position: relative;
}

.mb__tabs-content .card.with-image:hover {
  background: #fff;
}

.mb__tabs-content .card.with-image .card-img {
  width: 100%;
  position: relative;
  margin: 0;
}

.mb__tabs-content .card.with-image .card-img-top {
  width: 100%;
  margin: 0;
}

.mb__tabs-content .card.with-image .card-title {
  position: absolute;
  left: 0;
  min-height: 75px;
  top: auto;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  padding: 20px 40px;
  background: rgba(29, 51, 115, 0.75);
  color: #fff;
  margin: 0;
}

.mb__tabs-content .card.with-image .card-block {
  padding: 0 1rem;
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.mb__tabs-content .card.with-image .card-block a {
  position: absolute;
  height: 100%;
  width: 100%;
}

.mb__tabs-content .card.with-image .card-block a:hover, .mb__tabs-content .card.with-image .card-block a:focus {
  text-decoration: none;
}

.mb__tabs-content .card.with-image .card-block a:hover .card-title, .mb__tabs-content .card.with-image .card-block a:focus .card-title {
  top: 0;
}

.mb__tabs-content .card.with-image .card-block a:hover .card-text, .mb__tabs-content .card.with-image .card-block a:focus .card-text {
  display: block;
  position: absolute;
  bottom: auto;
  top: 60px;
  padding: 0 40px;
  color: #fff;
}

.mb__tabs-content .card.with-image .card-block a:hover .card-date, .mb__tabs-content .card.with-image .card-block a:focus .card-date {
  color: #f8991d;
}

.mb__tabs-content .card.with-image .card-text {
  display: none;
}

.mb__tabs-content .card.with-image .card-date {
  padding: 1.25rem 2.5rem 0;
}

.card {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.card-block {
  padding: 0 1rem;
}

.card a > .card-title {
  color: #3652a3;
}

.card-title {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  margin: 1.25rem 0;
  color: #3652a3;
}

.card-title h5 {
  text-transform: capitalize;
}

.card-text {
  color: #666;
  margin: 1.25rem 0;
}

.card-text:last-child {
  margin: 1.25rem 0;
}

.card-date {
  color: #f8991d;
  font-weight: bold;
}

.card-location {
  color: #666;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 25px;
}

.card-location:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 22px;
  background: url(mysource_files/location-blip-small.svg) no-repeat 0 0;
}

.card-highlight-text {
  color: #f8991d;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.card-region {
  margin-top: -0.375rem;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 1rem;
}

.card-button {
  color: #fff;
  background-color: #000D35;
  font-weight: bold;
  text-transform: uppercase;
}

.mb__more-link {
  font-weight: bold;
  padding: 0 0 0 35px;
  font-size: 1.125rem;
}

.mb__more-link:before {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 22px;
  background: url(mysource_files/view-all-arrow.svg) no-repeat 0 0;
}

.fine-print-text {
  font-size: .75rem;
}

.module__why-a-member {
  background: #e6e9f3;
  overflow: hidden;
  padding: 2.5rem 0;
}

.module__why-a-member .card {
  background: none;
  text-align: center;
  border: none;
  color: #3652a3;
}

.module__why-a-member .card p {
  color: #3652a3;
  font-size: 17px;
}

.module__why-a-member .card .card-title {
  font-size: 1.625rem;
  font-weight: bold;
}

.why-a-member__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-a-member__list li a {
  display: block;
  position: relative;
  padding: 0 0 0 1.875rem;
  margin: 0 0 0.9375rem 0;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #3652a3;
}

.why-a-member__list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 13px;
  height: 13px;
  background: url(mysource_files/view-all-arrow-small.svg) no-repeat 0 0;
}

.module__advert {
  text-align: center;
  background: #e6e9f3;
  padding: 1.25rem 1.25rem 2.5rem;
}

.module__sponsors {
  display: block;
  clear: both;
  background: #fff;
}

.mb__sponsors {
  padding: 1.875rem 1.25rem;
  overflow: hidden;
}

.mb__sponsors h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #3652a3;
  line-height: 1.625rem;
  font-weight: 800;
  display: block;
  clear: both;
  text-align: center;
  width: 100%;
  margin: 0 0 1.875rem 0;
}

.mb__sponsors .mb__sponsors-link {
  margin: 0 0 2rem 0;
  text-align: center;
  display: block;
}

.mb__sponsors .mb__sponsors-link img {
  max-height: 50px;
}

.mb__sponsors .mb__sponsors-link.full-width {
  width: 100%;
}

.mb__breadcrumbs {
  float: left;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  color: #919dbe;
  font-size: 0.8125rem;
}

.mb__breadcrumbs a {
  color: #3652a3;
  font-weight: bold;
}

.mb__breadcrumbs li {
  display: inline-block;
  position: relative;
  border-bottom: none;
}

.mb__breadcrumbs li:after {
  content: " > ";
  color: #3652a3;
  font-weight: bold;
}

.mb__breadcrumbs li:last-child:after {
  content: "";
}

.mb-share-icons {
  display: none;
  font-size: 0.8125rem;
  float: right;
}

.mb-share-icons i,
.mb-share-icons a {
  margin-right: .2rem;
}

.main__content ul.mb__breadcrumbs li {
  border-bottom: none;
}

.aside__navigation__list {
  margin: 1.3rem 0 0 0;
}

.aside__navigation {
  padding: 0rem 1.25rem 1.5rem 0rem;
}

.aside__navigation__list {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.aside__navigation__list ul {
  list-style: none;
  padding: 0;
}

.aside__navigation__list > li {
  border-bottom: 1px solid #d0d0d0;
}

.aside__navigation__list > li.active {
  border-bottom: 1px solid #3652a3;
}

.aside__navigation__list > li.active > a {
  border-top: 1px solid #3652a3 !important;
  color: #3652a3;
}

.aside__navigation__list > li a {
  font-size: 1.0625rem;
  padding: 1rem 0;
  display: block;
  color: #666;
}

.aside__navigation__list > li a:hover, .aside__navigation__list > li a:focus {
  color: #3652a3;
}

.aside__navigation__list > li:first-child a {
  border-top: 1px solid #d0d0d0;
}

.aside__navigation__list li {
  position: relative;
}

.aside__navigation__list li ul.active {
  display: block;
}

.aside__navigation__list li ul li a {
  padding-left: 1.25rem;
}

.aside__navigation__list li .current {
  border-left: 3px solid #f8991d;
}

.aside__navigation__list li.active > a {
  font-weight: bold;
}

.aside__navigation__list li ul li a:not(.aside__navigation__toggler) {
  padding-right: 1rem;
}

.aside__navigation__lvl-2,
.aside__navigation__lvl-3,
.aside__navigation__lvl-4,
.aside__navigation__lvl-5 {
  display: none;
}

.aside__navigation__lvl-2 a:first-child {
  font-size: 0.9375rem;
}

.aside__navigation__lvl-2 > li a {
  color: #3652a3;
}

.aside__navigation__lvl-2 > li a:hover, .aside__navigation__lvl-2 > li a:focus {
  color: #666;
}

.aside__navigation__lvl-3 {
  margin: 0 0 0 1.25rem;
}

.aside__navigation__lvl-3 a:first-child {
  font-size: 0.9375rem;
}

.aside__navigation__lvl-4 {
  margin: 0;
}

.aside__navigation__lvl-4 a:first-child {
  font-size: 0.9375rem;
}

.aside__navigation__toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.aside__navigation__list-item .current > a {
  font-weight: bold;
}

.aside__navigation__list-item.active > a {
  font-weight: bold;
}

.module__related-links ul {
  padding: 0 0 0 1rem;
  list-style-image: url(mysource_files/listed-link-arrow.svg);
}

.module__related-links ul li {
  border-bottom: 1px solid #d7ddef;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 0;
}

/*
 *
 * Content styles
 *
 */
.main__content h1 {
  font-size: 2.25rem;
  color: #3652a3;
  font-weight: bold;
  margin: 1.25rem 0 1.25rem 0;
}

.main__content h2 {
  font-size: 1.75rem;
  color: #666;
  font-weight: bold;
  margin: 1.25rem 0 1.25rem 0;
}

.main__content h3 {
  margin: 1.25rem 0 1.25rem 0;
  font-size: 1.55rem;
  color: #3652a3;
  font-weight: bold;
}

.main__content h4 {
  font-size: 0 0 1.25rem;
  color: #666;
  margin: 1.25rem 0 1.25rem 0;
}

.main__content h5 {
  font-size: 1.15rem;
  color: #3652a3;
  margin: 1.25rem 0 1.25rem 0;
}

.main__content h6 {
  font-size: 1.05rem;
  color: #666;
  margin: 1.25rem 0 1.25rem 0;
}

.main__content a {
  font-weight: bold;
}

.main__content .intro-text {
  font-size: 1.25rem;
  line-height: 1.65;
  color: #3652a3;
}

.main__content .pull-right {
  margin: 0 0 0 2rem;
}

.main__content .pull-left {
  margin: 0 2rem 0 0;
}

.main__content img + .caption-text {
  background: #fff;
  padding: 0.75rem 1rem;
}

.main__content ol, .main__content dl, .main__content ul {
  margin-left: .5rem;
}

.main__content ol {
  padding: 1rem;
}

.main__content ol li {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 0;
}

.main__content ol ol, .main__content ol ul {
  padding: 0 0 0 2rem;
  margin: 0.5rem 0;
}

.main__content ul {
  padding: 0 0 0 1rem;
  list-style-image: url(mysource_files/listed-link-arrow.svg);
}

.main__content ul li {
  position: relative;
  margin: 0 0 0.5rem 0;
}

.main__content ul.border-lines li {
  border-bottom: 1px solid #d7ddef;
}

.main__content ul ul {
  list-style-image: url(mysource_files/listed-child-link-arrow.svg);
  padding: 0 0 0 2rem;
  margin: 0.5rem 0;
}

.main__content ul ul li {
  border-bottom: none;
}

.main__content .ul-table fieldset li {
  display: table;
}

.main__content p {
  line-height: 1.75rem;
}

.main__content {
  padding: 0 1.25rem 1rem 1.25rem;
}

.main__content .sq-form-question-answer li:before {
  display: none;
}

.main__content .sq-form-question-answer li {
  padding: 0;
}

.main__content section {
  max-width: 71.25rem;
  margin: 0 auto;
}

/*
 *
 * Content GRID flexbox
 *
 */
.module__content-grid {
  display: block;
  /*padding: 0 pxToRem(20);*/
}

.module__content-grid h2 {
  color: #3652a3;
  font-size: 1.625rem;
}

.content-grid__container {
  flex-wrap: wrap;
  margin: 0;
}

.no-js .content-grid__container,
.no-flexbox .content-grid__container {
  display: table;
}

.flexbox .content-grid__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.content-grid__container--new {
  padding: 20px;
  background-color: #f6f6f9;
}

/*.module__content-grid + .module__content-grid {
	margin-top: pxToRem(-50);
}*/
.content-grid__item {
  width: 100%;
  padding: 1.5rem;
  position: relative;
  background: #fff;
  margin: 0 0 1.875rem 0;
}

.content-grid__item:last-of-type {
  margin-right: 0;
}

.content-grid__item a {
  color: #3652a3;
}

.content-grid__item .mb__icon {
  position: absolute;
  right: 2.375rem;
  width: 3.75rem;
}

.content-grid__item .mb__icon + h3:after {
  display: none;
}

.content-grid__item .mb__icon + .content-grid__item-title {
  padding: 0 3.75rem 1.25rem 0;
}

.content-grid__item .content-grid__item-title {
  margin: 0;
  font-weight: 500;
  position: relative;
  font-size: 1.3125rem;
  padding: 0 0 1.25rem 0;
}

.content-grid__item .content-grid__item-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: #f8991d;
}

.content-grid__item-description {
  margin: 1.25rem 0 0rem;
}

/*
 *
 * Content GRID carousel
 *
 */
.module__grid-carousel {
  display: block;
  position: relative;
  padding: 2.5rem 1.25rem 4.375rem;
  background: #E5EBF4;
}

.module__grid-carousel h2 {
  color: #3652a3;
  font-size: 1.625rem;
}

.module__grid-carousel .slick-arrow {
  border: none;
  display: block;
  width: 48px;
  height: 48px;
  background: #1d3373;
  color: #fff;
  z-index: 1;
  top: calc(60% - 61px);
}

.module__grid-carousel .slick-next {
  right: 0;
  margin-top: 0;
}

.module__grid-carousel .slick-prev {
  left: 0;
  margin-top: 0;
}

.grid-carousel__container {
  margin: 2rem 0 0;
}

.grid-carousel__item {
  padding: 3.4375rem 2.375rem 0rem;
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: #fff;
}

.grid-carousel__item:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top, rgba(54, 82, 163, 0) 0%, #3652a3 50%, #3652a3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(54, 82, 163, 0) 0%, #3652a3 50%, #3652a3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(54, 82, 163, 0) 0%, #3652a3 50%, #3652a3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.grid-carousel__item:hover:after {
  height: 180px;
}

.grid-carousel__item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

.grid-carousel__item a {
  color: #fff;
}

.grid-carousel__item .place__bottom {
  width: 85%;
}

@media only screen and (max-width: 470px) {
  .grid-carousel__item {
    height: 300px;
  }
  body .grid-carousel__item-title {
    padding: 250px 15px 0 15px;
  }
}

@media only screen and (min-width: 470px) and (max-width: 600px) {
  .grid-carousel__item {
    height: 400px;
  }
  body .grid-carousel__item-title {
    padding: 340px 20px 0 20px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
  .grid-carousel__item {
    height: 550px;
  }
  body .grid-carousel__item-title {
    padding: 500px 20px 0 20px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
  .grid-carousel__item {
    height: 700px;
  }
  body .grid-carousel__item-title {
    padding: 640px 20px 0 20px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
  .grid-carousel__item {
    height: 400px;
  }
  body .grid-carousel__item-title {
    padding: 350px 20px 0 20px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1140px) {
  .grid-carousel__item {
    height: 450px;
  }
  body .grid-carousel__item-title {
    padding: 400px 20px 0 20px;
  }
}

body .grid-carousel__item-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin: 0;
  display: block;
}

body .grid-carousel__item-title h3 {
  font-size: 1.3125rem;
  position: relative;
  margin: 0 0 10px 0;
  color: #fff;
  padding-right: 1rem;
}

body .grid-carousel__item-title h3:after {
  content: "+";
  color: #f8991d;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  z-index: 2;
  width: 23px;
  height: 23px;
  line-height: 1rem;
  text-align: center;
}

body .grid-carousel__item-title:hover, body .grid-carousel__item-title:focus {
  text-decoration: none;
  padding: 225px 20px 0 20px;
}

body .grid-carousel__item-title:hover .grid-carousel__item-description, body .grid-carousel__item-title:focus .grid-carousel__item-description {
  display: block;
}

body .grid-carousel__item-title:hover h3:after, body .grid-carousel__item-title:focus h3:after {
  display: none;
}

body .grid-carousel__item-title:hover *, body .grid-carousel__item-title:focus * {
  color: #fff;
  text-decoration: none;
}

.grid-carousel__item-description {
  margin: 0;
  position: relative;
  z-index: 3;
  display: none;
}

.place__bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.place__top {
  position: absolute;
  top: auto;
}

/*
 *
 * Forms styling
 *
 */
.sq-form,
.sq-form-section,
.sq-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.sq-form {
  padding: 20px;
  background-color: #f6f6f9;
}

abbr[title] {
  text-decoration: none;
}

.form-row-submit {
  margin: 10px 0 0 -5px;
}

.form-row-submit div.button + div.button {
  margin-left: 10px;
}

.form-row-submit.product-select {
  margin: 0 0 1rem 0;
}

.product-select label {
  margin: 0 .5rem 0 0;
}

.product-select input {
  width: 70%;
}

#product-listing .buy {
  display: flex;
  flex-direction: column;
}

#product-listing .price {
  margin: 1rem 0;
  align-self: center;
}

.sq-form-field {
  border: none;
}

.sq-form input[type="text"],
.sq-form input[type="password"],
.sq-form input[type="number"],
.sq-form input[type="email"],
.sq-form input[type="tel"],
.sq-form textarea {
  width: 100%;
  border: none;
  padding: 1rem .75rem;
}

.sq-form input[type="text"].readonly,
.sq-form input[type="password"].readonly,
.sq-form input[type="number"].readonly,
.sq-form input[type="email"].readonly,
.sq-form input[type="tel"].readonly,
.sq-form textarea.readonly {
  background: none;
}

.sq-form input:focus,
.sq-form select:focus,
.sq-form textarea:focus {
  border: 0;
  outline: none;
  box-shadow: inset 0 0 0 1px #3652a3;
}

option:disabled {
  color: #CCC;
}

.sq-form-question-datetime label {
  display: none;
}

.sq-form-question-datetime select {
  min-width: 4rem;
}

.sq-form textarea {
  border: none;
  padding: 0.5rem;
}

.sq-form .sq-form-question-answer ul {
  list-style: none;
}

.sq-form .sq-form-question-answer ul li {
  border: none;
  margin: 0;
  padding: 0;
}

.sq-form-question-answer .button.input-button {
  margin: 0;
}

fieldset .sq-form-question-answer ul {
  margin-left: 0;
  padding-left: 0;
}

fieldset .sq-form-question-answer li {
  margin: 0;
  padding: 0;
}

.form-rows .sq-form div.sq-form-question {
  margin-bottom: 1rem !important;
}

.sq-form-buttons {
  margin-top: 1rem;
}

.sq-form-question-title, .sq-form-question-note {
  margin: 0.25rem 0 0.25rem 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #5671b6;
  font-weight: 300;
}

.sq-form-question-title:first-letter, .sq-form-question-note:first-letter {
  text-transform: capitalize;
}

.sq-form-question-answer label {
  color: #5671b6;
  font-weight: 300;
  margin: 0 0.5em 0 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

.sq-form-section-title {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.375rem;
  font-weight: bold;
  border: none;
  text-decoration: none;
  color: #666;
}

legend.sq-form-question-title, legend.sq-form-question-note {
  margin-bottom: .5rem;
}

/*
legend.sq-form-question-title {
    font-size: 1rem;
    display: block;
    padding: 0.5rem 0;
    font-weight: bold;
    border: none;
    text-decoration: none;
    color: #666;
}
*/
.sq-form .linebreak {
  clear: left;
}

.sq-form input[type="radio"],
.sq-form input[type="checkbox"],
.sq-form input[type="radio"] ~ label,
.sq-form input[type="checkbox"] ~ label {
  float: left;
}

.sq-form input[type="radio"],
.sq-form input[type="checkbox"] {
  margin: 0 0.375rem 0 0;
}

.sq-form input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #dadfe5;
  color: #f8991d;
  box-shadow: none;
  padding: 4px;
  margin: 0 0.5625rem 0 0;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  position: relative;
}

.sq-form input[type="checkbox"]:active, .sq-form input[type="checkbox"]:checked:active {
  background-color: #fff;
}

.sq-form input[type="checkbox"]:checked {
  background-color: #fff;
}

.sq-form input[type="checkbox"]:checked + span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
  border-color: #000;
}

.sq-form input[type="checkbox"]:checked:after {
  /*content: '\2714';*/
  content: "";
  background: url("mysource_files/tick.svg") no-repeat 0 0;
  height: 10px;
  width: 13px;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 0.875rem;
}

.sq-form input[type="radio"] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #dadfe5;
  color: red;
  box-shadow: none;
  padding: 4px;
  margin: 0 0.5625rem 0 0;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sq-form input[type="radio"]:active, .sq-form input[type="radio"]:checked:active {
  background-color: #fafbfb;
}

.sq-form input[type="radio"]:checked {
  background-color: #fafbfb;
}

.sq-form input[type="radio"]:checked + span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #eff1f4;
}

.sq-form input[type="radio"]:checked:after {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f8991d;
}

.sq-form-question-note {
  font-size: 0.75rem;
  line-height: 1.375rem;
}

.sq-form .clear-list ul li {
  display: block;
  clear: both;
  margin: 0 0 1rem 0;
  overflow: hidden;
}

.sq-form .sq-form-question-datetime input[type="password"],
.sq-form .sq-form-question-datetime input[type="text"],
.sq-form .sq-form-question-datetime select {
  width: auto;
  margin: 0;
  background-color: #fff;
}

.sq-form .sq-form-question-datetime label {
  width: auto;
  margin: 0;
  background-color: transparent;
}

.sq-form .sq-form-question-datetime label.sq-form-error {
  display: none !important;
}

.sq-form select {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: white;
  padding: 0.9375rem 0.3125rem 0.9375rem 0.3125rem;
}

select::-ms-expand {
  display: none !important;
}

.sq-form-question-select .sq-form-question-answer {
  margin: 0;
  padding: 0;
  position: relative;
}

.sq-form-question-select .sq-form-question-answer:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 15px;
  background: url(mysource_files/scroll-arrow.svg) no-repeat 0 0;
  pointer-events: none;
}

.sq-form-question-select .sq-form-question-answer.maxdist:after {
  right: 0;
}

.sq-form-question-answer .sq-form-error,
.sq-form-required-field {
  color: red;
}

.sq-form-question-answer .sq-form-field.sq-form-error {
  border: 1px solid red;
}

.sq-form-question-answer .sq-form-error {
  clear: left;
}

.sq-form-question-error {
  color: red;
}

.button.input-button {
  padding: 0;
  margin: 1rem 0 1rem 0;
}

.button [type="submit"],
.button [type="button"] {
  border: none;
  background: none;
  padding: 1rem 1.5rem;
  margin: 0;
  color: #fff;
}

.sq-form-question-answer table td {
  border: none;
}

.sq-form-question-answer table th {
  font-weight: bold;
  border: none;
}

.form__label-toggle {
  position: relative;
  top: 26px;
  left: 10px;
  pointer-events: none;
}

.sq-form-question-datetime .form__label-toggle {
  position: initial;
  top: auto;
  pointer-events: all;
}

.form__label-focused {
  top: 0;
  pointer-events: all;
}

.mb__member-login {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 9;
  background: #f6f6f9;
}

.mb__member-login.active {
  height: 100%;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  border-bottom: 3px solid #f8991d;
}

.mb__member-login .row__inner {
  position: relative;
  flex-wrap: wrap;
}

.no-js .mb__member-login .row__inner,
.no-flexbox .mb__member-login .row__inner {
  display: table;
}

.flexbox .mb__member-login .row__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mb__member-panel {
  width: 100%;
  padding: 1rem 2rem;
}

.mb__member-panel.mb__logo {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 1rem;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #919dbe;
}

.mb__member-panel form {
  padding: 0;
}

.close-mb__member-login {
  right: 0;
  top: 1rem;
  position: absolute;
}

.quote-carousel__section {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding: 2.5rem 0 0rem;
}

@media (max-width: 64rem) {
  .quote-carousel__section {
    margin: 0 15px;
  }
}

.quote-carousel__section h2 {
  color: #3652a3;
  font-size: 1.625rem;
}

.quote-carousel__item .quote-carousel__inner {
  display: flex;
}

@media (max-width: 48rem) {
  .quote-carousel__item .quote-carousel__inner {
    flex-direction: column;
  }
}

.quote-carousel__item .quote-left {
  width: 30%;
  min-height: 300px;
  background-color: #E6EBF4;
  display: flex;
  align-items: center;
}

.quote-carousel__item .quote-left .quote-carousel__item-title {
  width: 85%;
  font-weight: 400;
  color: #000;
}

.quote-carousel__item .quote-left .quote-carousel__item-title small {
  display: block;
  font-weight: 300;
  margin: 10px 0 0 0;
}

@media (max-width: 48rem) {
  .quote-carousel__item .quote-left {
    width: 100%;
    min-height: 200px;
  }
}

.quote-carousel__item .quote-right {
  width: 70%;
  min-height: 300px;
  background: white;
  display: flex;
  position: relative;
  align-items: center;
}

.quote-carousel__item .quote-right:before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -3.125rem;
  position: absolute;
  border-style: solid;
  border-width: 0px 50px 50px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media (max-width: 48rem) {
  .quote-carousel__item .quote-right {
    width: 100%;
    min-height: 200px;
  }
  .quote-carousel__item .quote-right .quote-carousel__item-description {
    margin-bottom: 2rem;
  }
  .quote-carousel__item .quote-right:before {
    bottom: initial;
    top: -3.125rem;
    left: 0.9375rem;
    transform: rotate(180deg);
  }
}

.quote-carousel__pagination {
  z-index: 1;
  color: black;
  display: block;
  position: absolute;
  left: .85rem;
  bottom: 1rem;
}

.quote-carousel__pagination .slick-arrow {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: none;
  z-index: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.quote-carousel__pagination .slick-next {
  left: auto;
  right: 0;
}

.quote-carousel__pagination .slick-dots {
  padding: 0 30px;
  margin: 0;
}

.quote-carousel__pagination .slick-dots li {
  display: none;
  margin: 0;
}

.quote-carousel__pagination .slick-dots li.slick-active {
  display: block;
  position: relative;
}

.user__personalisation_options {
  position: absolute;
  background: #fff;
  z-index: 1;
  padding: 1rem;
  display: none;
  right: -18px;
  top: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.user__personalisation_options.active {
  display: block;
}

.user__personalisation_options .user__personalisation_options-toggler {
  color: #f8991d;
  float: right;
}

.user__personalisation_options-step[data-step] {
  display: none;
}

.user__personalisation_options-step[data-step].active {
  display: block;
}

.user__personalisation_options-audience h3,
.user__personalisation_options-postcode h3 {
  margin: 0 0 1rem 0;
}

.user__personalisation_options-audience a,
.user__personalisation_options-postcode a {
  color: #3652a3;
}

#user__personalisation_options-form select, #user__personalisation_options-form input, #user__personalisation_options-form textarea {
  margin: 0 0 1rem 0;
  width: 100%;
}

#user__personalisation_options-form input[type="submit"] {
  margin: 1rem 0 0;
}

.user__personalisation a[class*="button__"] {
  width: 100%;
  margin: 0 0 1rem 0;
}

.members_area .user__members_area-options {
  position: absolute;
  width: 200px;
  background: #ebeef5;
  z-index: 9;
  padding: 1rem 1rem;
  display: none;
  right: 8px;
}

.members_area .user__members_area-options.active {
  display: block;
}

.members_area .user__members_area-options ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  clear: both;
  list-style-image: url(mysource_files/listed-link-arrow.svg);
  list-style-position: inside;
}

.members_area .user__members_area-options ul li {
  border-bottom: 1px solid #d7ddef;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 0;
}

.members_area .user__members_area-options ul li a {
  padding: 1rem 0;
}

.members_area .user__members_area-options ul li a.user__personalisation_options-toggler {
  display: inline;
}

.members_area .user__members_area-options .user__members_area-toggler {
  color: #f8991d;
  float: right;
}

.members_panel ul {
  padding: 0 0 0 1rem;
  list-style-image: url(mysource_files/listed-link-arrow.svg);
}

.members_panel ul li {
  position: relative;
  margin: 0 0 0.5rem 0;
}

#sq-message,
.sq-error {
  color: red;
  padding: 1rem 0;
}

.dom__shift {
  display: none;
}

/*
 *
 * MODULE: Members Information panel and buttons
 *
 */
.module__info-buttons {
  background: #E5EBF4;
  padding: 0 1.25rem;
}

.module__info-buttons .info-panel__title,
.module__info-buttons .button-panel__title {
  display: block;
  color: #3652a3;
  margin-bottom: 1.5625rem;
}

.info-button__tiles {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  flex-wrap: wrap;
}

.no-js .info-button__tiles,
.no-flexbox .info-button__tiles {
  display: table;
}

.flexbox .info-button__tiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.info-button__tiles-item {
  width: 100%;
  margin: 0 1px 1px 0;
  background: #fff;
  display: flex;
  flex: 1;
  align-items: center;
  border-right: 1px solid #EEE;
}

.info-button__tiles-item:last-child {
  border-right: 0;
}

.info-button__tiles-item.no-bg {
  background-color: transparent;
}

a.info-button__tiles-link {
  display: block;
  color: #3652a3;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem .75rem;
  font-weight: bold;
  width: 100%;
  min-height: 8.5rem;
}

a.info-button__tiles-link:hover, a.info-button__tiles-link:focus {
  color: #f8991d;
}

a.info-button__tiles-link .info-button__tiles-link-text {
  margin: 0;
}

.info-button__tiles-icon {
  display: block;
  margin: 0 0 0.625rem 0;
}

.info-button__tiles-icon img {
  height: 55px;
}

.module__info-buttons .info-panel {
  margin: 0 0 2.5rem;
  padding: 0;
  position: relative;
}

.module__info-buttons .info-panel p {
  line-height: 1.7;
}

.module__info-buttons .info-panel a[class*="button__"] {
  margin-top: 1rem;
}

@media only screen and (max-width: 1030px) {
  .module__info-buttons.row__global.pt-4.pb-4 {
    margin-top: 1rem;
  }
}

.main__content-wide div[id*="content_container"] {
  display: block;
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 0;
}

div.pagination {
  display: block;
  clear: both;
  margin: 1rem 0;
}

div.pagination > a, div.pagination > span {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 1rem;
}

div.pagination .current {
  background: #fff;
}

.news-media__listing .card {
  margin: 0 0 1rem 0;
}

.cpd-form input[type="range"] {
  width: 100%;
}

.cpd-form .status-messsage {
  color: #6db277;
  font-weight: bold;
}

/* Find a display Home styling  */
.display-home-details {
  display: block;
}

.display-home-details .home-label {
  font-weight: bold;
}

.display-home-details .display-home-builder-details a[class*="button"] {
  margin: 1rem 0;
}

.property {
  margin: 0 0 30px 0;
}

.property .property-text h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

body ul.property-icons {
  margin: 0 0 1rem 0;
  padding: 0;
  background: #6db277;
  list-style: none !important;
}

.no-js body ul.property-icons,
.no-flexbox body ul.property-icons {
  display: table;
}

.flexbox body ul.property-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

body ul.property-icons li {
  padding: 0.5rem 1rem;
  margin: 0 2px 0 0;
}

body ul.property-icons li .text {
  color: #fff;
  font-size: 1.1rem;
  display: block;
  margin: 0;
  float: right;
}

body ul.property-icons img {
  display: inline-block;
  width: 30px;
  margin: 0 1rem 0 0;
}

.display-home-carousel {
  display: block;
}

.display-home-carousel .slick-slide img {
  display: block;
  height: auto;
}

.display-homes-pagination {
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.display-homes-pagination ul {
  float: left;
  margin: 1rem 0;
  text-align: left;
  padding: 1rem 0;
  border-top: 1px solid #0098d6;
  border-bottom: 1px solid #0098d6;
  text-align: left;
}

.no-js .display-homes-pagination ul,
.no-flexbox .display-homes-pagination ul {
  display: table;
}

.flexbox .display-homes-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.display-homes-pagination ul li {
  margin: 0 0.5rem 0 0;
  padding: 0;
}

.display-vallage-map #map {
  height: 700px;
  width: 100%;
  display: block;
}

.main__aside .display-vallage-map #map {
  height: 300px;
}

.maps__infowindow-content a.title {
  padding: 1rem 1rem 1rem 0;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 0 1rem 0;
}

.maps__infowindow-content a.title + a {
  padding: 0.75rem 1rem 0.75rem;
  display: inline-block;
}

.maps__infowindow-content img {
  float: left;
  margin: 0 1rem 1rem 0;
}

.aside__extra-content {
  margin: 1rem 0;
}

.aside-title {
  font-size: 1.2rem;
  width: 100%;
  display: block;
  margin: 0;
}

.aside-title a {
  display: block;
  width: 100%;
  padding-right: 0;
  text-align: left;
}

.form-saving {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0098d6;
  text-align: center;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#notifications {
  position: relative;
  overflow: hidden;
}

.notifications__item {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 1rem;
}

.notifications__item .notifications__close {
  float: right;
  padding: 0.1875rem 0.625rem;
  font-size: 0.75rem;
}

.notifications__item + .notifications__item {
  border-top: 1px dashed #fff;
}

.notifications__content {
  display: block;
  font-size: 0.875rem;
}

.member__tasks .note {
  font-size: 0.75rem;
  padding: 0;
  background: #f8991d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  clear: both;
}

.bb__posts {
  display: block;
  width: 100%;
  clear: both;
}

.bb__create-post {
  margin: 0 0 1.25rem 0;
  width: 100%;
}

.bb__all-posts {
  width: 100%;
}

.bb__post {
  display: block;
  position: relative;
  margin: 0 0 2rem 0;
}

.bb__post .bb__post-options {
  text-align: right;
  display: block;
  margin: 5px 0 0 0;
}

.bb__post .bb__edit-post-link,
.bb__post .bb__remove-post-options {
  padding: 3px 10px;
  font-size: 0.875rem;
}

.bb__post-details {
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  padding: 6px;
}

.bb__post-message {
  margin: 10px 0 5px;
}

.bb__post-type {
  font-size: 12px;
  background: #f8991d;
  padding: 2px 6px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}

.bb__post-type-looking_for_work {
  background: #3652a3;
}

.bb__post-type-other {
  background: #1d3373;
}

/* Front End accordions Styles */
.mb_accordions-wrapper {
  margin-bottom: 15px;
  background-color: #f6f6f9;
  padding: 15px;
}

.mb_accordions-wrapper--new {
  background-color: #f6f6f9;
  padding: 15px;
}

.mb_accordion {
  margin-bottom: 0.9375rem;
  background: #fff;
  padding: 0.9375rem;
}

.mb_accordion .mb_accordions-title {
  position: relative;
  color: #666;
  margin: 0;
  font-weight: 400;
  padding-right: 2rem;
}

.mb_accordion .mb_accordions-title:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 21px;
  height: 15px;
  background: url(mysource_files/scroll-arrow.svg) no-repeat 0 0;
}

.mb_accordion.active .mb_accordions-title {
  margin: 0 0 15px 0;
}

.mb_accordion.active .mb_accordions-title:after {
  background: url(mysource_files/scroll-arrow-up.svg) no-repeat 0 0;
}

.mb_accordion .mb_accordions-title:hover,
.mb_accordion .mb_accordion.active .mb_accordions-title {
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  opacity: 1;
}

.mb_accordion .mb_accordions-content {
  display: none;
}

@media (min-width: 71rem) and (min-width: 992px) {
  body .show-wide-desktop {
    display: block !important;
    visibility: visible;
  }
}

@media (max-width: 71rem) and (min-width: 71rem) {
  body .hidden-wide-desktop {
    display: none !important;
    visibility: hidden;
  }
}

.promo-tile {
  display: block;
  padding: 3px;
  background: #fff;
  border: 1px solid #efefef;
  margin: 10px 0;
}

.promo-tile__description {
  padding: 10px;
}

.search-results__container .content-grid__item-title {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}

.search-results__container .content-grid__item-title svg {
  display: none;
}

.search-results__container .content-grid__item-text {
  margin: 0;
}

.search-results__container > div {
  margin: 0 0 30px 0;
}

.search-results__facets span.badge {
  background: #f8991d;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.ul-line-break li {
  overflow: hidden;
}

body.inside .module__famb-search {
  position: relative;
  width: 100%;
}

body.inside .module__famb-search .famb__search {
  position: relative;
  width: 100%;
  margin: 0;
}

body.inside .module__famb-search .sq-form-section-input {
  width: 100%;
  float: none;
  margin: 0 0 25px 0;
}

body .module__famb-search .famb-max-distance {
  margin: 0 0 40px 0;
  border-bottom: 2px solid #3652a3;
}

body .module__famb-search .famb-max-distance #maxdistselect {
  color: #3652a3;
  font-weight: lighter;
}

.famb-search__listing .famb-member-images__image-list {
  display: flex;
  flex-direction: column;
}

.famb-search__listing .famb-item__content .famb-member-images__image {
  margin: 2em 1em 1em 1em;
  max-width: 100%;
}

.main__content .famb-member-images__details img {
  max-height: 150px;
}

.famb-member-images__trash a {
  padding: .5em;
  color: #fff;
  display: block;
}

.famb-item__details {
  display: none;
}

.active .famb-item__details {
  display: block;
}

.famb-item__button--container {
  /*margin: 1rem 0 0 0;
	float: right;*/
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.famb-search__listing .famb-item__content {
  margin: 1rem 0 3rem  .5rem;
}

body ul.famb-item__content-list {
  margin: 0;
  margin-top: 1rem;
}

body ul.famb-item__content-list li {
  margin: 0 0 15px 0;
  word-break: break-all;
  hyphens: auto;
}

.famb-search__listing .famb-item__title {
  margin: 0;
  position: relative;
  padding: 0 30px 0 0;
}

.famb-search__listing .famb-item__title img {
  position: absolute;
  right: 0;
  top: 0;
}

.member-image-builder table {
  margin: 0;
}

.member-image-builder td {
  padding: 0;
}

.member-image-builder td.sq-limbo-field {
  padding: 0;
}

.member-image-builder .sq-backend-smallprint {
  padding-bottom: 1.5rem;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

iframe.custom-iframe {
  height: 400px;
}

/*
 *
 * Module CTA Title
 *
 */
.module__cta-tile .cta-tile__wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 1.875rem;
}

.module__cta-tile .cta-tile__link {
  display: block;
  width: 100%;
  background-color: #000D35;
  color: #fff;
  text-align: center;
}

.module__cta-tile .cta-tile__link:not(:last-child) {
  border-bottom: 0.125rem solid #fff;
}

.module__cta-tile .cta-tile__link:hover, .module__cta-tile .cta-tile__link:focus {
  cursor: pointer;
  text-decoration: none;
}

.module__cta-tile .cta-tile__link:hover .cta-tile__title, .module__cta-tile .cta-tile__link:focus .cta-tile__title {
  text-decoration: underline;
}

.module__cta-tile .cta-tile__item {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 1.25rem;
}

.module__cta-tile .cta-tile__icon {
  margin-bottom: 1.25rem;
}

.module__cta-tile .cta-tile__icon svg {
  width: 2.5rem;
  height: 100%;
}

.module__cta-tile .cta-tile__content {
  font-weight: bold;
}

.module__cta-tile .cta-tile__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

#image-carousel-countainer {
  display: none;
}

/* Module: S */
.famb--loader {
  display: block;
  width: 100%;
  clear: both;
  height: 100px;
  position: relative;
}

.famb--loader .sk-folding-cube {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: 30px auto 0;
  position: absolute;
  transform: rotateZ(45deg);
}

.famb--loader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.famb--loader .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000D35;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.famb--loader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.famb--loader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.famb--loader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.famb--loader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.famb--loader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.famb--loader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.module__famb-search-main .famb__search-search-again {
  display: none;
}

.module__famb-search-main.famb__search-collapsed .famb__search--collapse {
  display: none;
}

.module__famb-search-main.famb__search-collapsed .famb__search-search-again {
  display: block;
}

.module__famb-search-main .famb__search {
  border: 1px solid #f8991e;
  padding: 40px 20px 20px 20px;
}

.module__famb-search-main .famb__search .sq-form-section {
  border-bottom: none;
}

.module__famb-search-main .sq-form-section input[type="text"] {
  color: #000D35;
  padding: 0 0 0 10px;
  border-bottom: 2px solid #000D35;
  margin: 0 0 0 50px;
  width: calc(100% - 50px);
  font-size: 20px;
}

.module__famb-search-main .sq-form-section input[type="text"] ::placeholder {
  color: #000D35;
  opacity: 1;
  /* Firefox */
}

.module__famb-search-main .sq-form-section input[type="text"] ::-ms-input-placeholder {
  color: #000D35;
}

.module__famb-search-main .sq-form-section:after {
  left: 0;
  right: auto;
}

.module__famb-search-main .sq-form-question-select {
  border-bottom: none;
}

.module__famb-search-main .sq-form-question-select.famb-max-distance {
  border-bottom: none;
}

.module__famb-search-main .sq-form-question-select .sq-form-question-answer select {
  font-size: 20px;
  padding: 0;
  border: none;
  border-bottom: 2px solid #000D35;
  margin: 0 0 0 50px;
  width: calc(100% - 50px);
}

.module__famb-search-main .sq-form-question-select .sq-form-question-answer:after {
  right: auto;
  left: 0;
}

.module__famb-search-main .sq-submit-button {
  text-align: center;
  margin: 0 0 10px 0;
}

.module__famb-search-main .disclaimer {
  text-align: center;
}

.module__famb-search-main .famb__search-search-again {
  margin: 20px 0 0 0;
  text-align: right;
  cursor: pointer;
}

.famb__search--note {
  display: block;
  font-size: 14px;
  color: #000;
  margin: 5px 0 0 50px;
}

.famb-item__header {
  position: relative;
}

.famb-item__recognition {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0;
}

.famb-item__milestone {
  flex: 0 0 auto;
  font-weight: bold;
  padding: 0;
}

.famb-item__milestone .famb-milestone {
  background: url("mysource_files/milestone_bg.png") no-repeat 0 0;
  background-size: contain;
  height: auto;
  width: 37px;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0;
}

.famb-item__milestone .famb-milestone span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  display: block;
  height: 20px;
}

.famb-item__milestone .famb-milestone span.famb-milestone--year {
  font-size: 11px;
  text-transform: uppercase;
}

.famb-item__milestone + .famb-item__award {
  padding: 0 0 0 20px;
}

.famb-item__award {
  flex: 0 0 auto;
  padding: 0;
}

.famb-item__award img {
  width: 32px;
}

.home .famb__search {
  border: none;
}

.home .famb__search .sq-form-section {
  border-bottom: none;
}

.home .famb__search .sq-form-section input[type="text"] {
  padding: 0 0 0 10px;
  border-bottom: 2px solid #000D35;
  margin: 0 0 0 50px;
  width: calc(100% - 50px);
  font-size: 20px;
  color: #000D35;
}

.home .famb__search .sq-form-section input[type="text"] ::placeholder {
  color: #000D35;
  opacity: 1;
  /* Firefox */
}

.home .famb__search .sq-form-section input[type="text"] ::-ms-input-placeholder {
  color: #000D35;
}

.home .famb__search .sq-form-section:after {
  left: 0;
  right: auto;
}

.home .famb__search .sq-submit-button {
  text-align: center;
}

body .famb__search .famb__search--block:before {
  content: "";
  display: block;
  width: 33px;
  height: 35px;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
}

body .famb__search .famb__search--block:after {
  content: "";
  display: block;
  width: 33px;
  height: 35px;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
}

body .famb__search .famb__search--block.famb__search--type:after {
  background: url(mysource_files/type-of-wrok-icon.svg) no-repeat 0 0;
}

body .famb__search .famb__search--block.famb__search--type.famb__search--inactive:after {
  background: none;
}

body .famb__search .famb__search--block.famb__search--type.famb__search--inactive:before {
  background: url(mysource_files/type-of-wrok-icon-grey.svg) no-repeat 0 0;
}

body .famb__search .famb__search--block.famb__search--location:after {
  background: url(mysource_files/location-blip.svg) no-repeat 0 0;
}

body .famb__search .famb__search--block.famb__search--location.famb__search--inactive:after {
  background: none;
}

body .famb__search .famb__search--block.famb__search--location.famb__search--inactive:before {
  background: url(mysource_files/location-blip-grey.svg) no-repeat 0 0;
}

body .famb__search .famb__search--block.famb__search--distance:after {
  background: url(mysource_files/MB_FAMB_RadiusIcon.svg) no-repeat 0 0;
}

body .famb__search .famb__search--block.famb__search--distance.famb__search--inactive:after {
  background: none;
}

body .famb__search .famb__search--block.famb__search--distance.famb__search--inactive:before {
  background: url(mysource_files/MB_FAMB_RadiusIcon-grey.svg) no-repeat 0 0;
}

#famb__search {
  background: #fff;
}

#famb__search .tt-cursor {
  color: #f8991e;
}

#famb__search label.error {
  display: block;
  font-size: 14px;
  color: red;
  margin: 5px 0 0 50px;
}

.famb-search__listing .card-body {
  padding: 1.25rem 1.25rem 5rem 1.25rem;
}

@media (min-width: 768px) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  body {
    z-index: 2;
  }
  body .hidden-mobile {
    display: inline-block !important;
    visibility: visible;
  }
  body .hidden-tablet {
    display: none !important;
    visibility: hidden;
  }
  .header {
    background: #fff;
  }
  .site-logo a {
    width: 8.75rem;
  }
  .info_bar-list-item > a {
    align-items: center;
    justify-content: space-between;
  }
  .no-js .info_bar-list-item > a,
  .no-flexbox .info_bar-list-item > a {
    display: table;
  }
  .flexbox .info_bar-list-item > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .info_bar-list-item > a span {
    line-height: 1.875rem;
  }
  .info_bar-list-item > a span.mb_icon {
    line-height: inherit;
  }
  .mb_icon + span {
    margin-left: 10px;
  }
  .navigation__list.mobile_nav {
    width: 16.5625rem;
  }
  .navigation.active .mega-menu {
    padding: 20px;
  }
  .navigation.active .mega-menu.active {
    align-items: flex-start;
    /*align-items: flex-start | flex-end | center | baseline | stretch;*/
    align-content: flex-start;
    position: fixed;
    left: 16.5625rem;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #3652a3;
  }
  .no-js .navigation.active .mega-menu.active,
  .no-flexbox .navigation.active .mega-menu.active {
    display: table;
  }
  .flexbox .navigation.active .mega-menu.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation.active .mega-menu .mega-menu__list,
  .navigation.active .mega-menu .mega-menu__feature {
    width: 100%;
    margin: 0 auto;
  }
  /*
 *
 * Global Footer styling
 *
*/
  .footer {
    padding: 2.5rem;
  }
  .mb__social-links {
    margin: 1.875rem 0;
  }
  .mb__social-links:before {
    content: none;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
    margin: 2px 0.8125rem 0 0;
  }
  .mb__member-links {
    width: auto;
    float: right;
  }
  .mb__member-links li {
    display: inline-block;
    margin: 0;
  }
  .mb__legal-links {
    margin: 1.875rem 0 0 0;
    flex-direction: row;
  }
  .mb__legal-links li {
    position: relative;
  }
  .mb__legal-links li:last-child::after {
    display: none;
  }
  .mb__legal-links li:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 9px;
  }
  .mb__legal-links--contact {
    margin: 0 0 2.5rem 0;
    font-size: 1.125rem;
  }
  .mb__legal-links--contact li {
    padding: 0 12px;
  }
  .mb__legal-links--contact li:after {
    font-weight: bold;
    width: 2px;
    height: 18px;
    top: 4px;
  }
  /* 
 * 
 * MODULE: Page banner
 *
 */
  .module__page-banner {
    min-height: 180px;
  }
  .page-banner__item {
    height: 265px;
  }
  .page-banner__description {
    display: block;
    margin: 0.5rem 0 1rem 0;
  }
  .page-banner-has-image .page-banner__details {
    padding: 2.5rem 0.625rem 2.5rem 1.25rem;
  }
  a.page-banner__link {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  .page-banner__title {
    font-size: 1.5rem;
    margin: 0;
  }
  /* 
 * 
 * MODULE: FAMB search form 
 *
 */
  .famb__search {
    overflow: hidden;
    margin: 1.25rem 1.875rem;
  }
  .famb__search .sq-form-section {
    float: left;
    width: 38%;
    margin: 0 2.1875rem 0 0;
  }
  .famb__search .sq-submit-button {
    float: right;
  }
  .famb__search-legend {
    font-size: 1.25rem;
  }
  .famb-search__listing .famb-member-images__image-list {
    flex-direction: row;
  }
  .famb-search__listing .famb-item__content {
    margin: 1rem 8rem 0  .5rem;
  }
  body.inside .module__famb-search .famb-max-distance {
    width: 19%;
    float: left;
  }
  /* 
 * 
 * MODULE: Task tiles 
 *
 */
  .task__tiles-item {
    width: 33.33%;
  }
  .task__tiles-link {
    padding: 1.25rem;
    font-size: 1.125rem;
  }
  .task__tiles-icon {
    margin: 0 0 1rem 0;
    height: 55px;
  }
  .task__tiles-title {
    font-size: 1.125rem;
  }
  .module__why-a-member {
    width: 50%;
    float: left;
  }
  .module__why-a-member .card {
    text-align: left;
  }
  .module__why-a-member .mb_icon {
    position: absolute;
    right: 1.25rem;
    top: 3.4375rem;
    width: 130px;
  }
  .module__why-a-member .card-block {
    padding: 0 1.875rem 1.25rem;
  }
  .module__why-a-member .card-title {
    margin-top: 0;
  }
  .module__why-a-member .card-text {
    padding-right: 150px;
  }
  .module__advert {
    width: 50%;
    float: left;
    background: #ccd2e5;
    padding: 2.5rem 1.875rem;
  }
  .module__advert img {
    width: 100%;
  }
  .mb__sponsors .mb__sponsors-link {
    text-align: center;
    margin: 0 0 2rem 0;
    max-width: 25%;
    min-width: 33.33%;
  }
  .mb__sponsors .mb__sponsors-link img {
    max-height: 65px;
  }
  /*
 *
 * Content GRID flexbox
 *
 */
  .content-grid__item {
    width: calc(50% - 20px);
    margin: 0 1.875rem 1.875rem 0;
  }
  .content-grid__item:nth-child(2n) {
    margin-right: 0;
  }
  .mb__tabs-content {
    padding: 0 0.9375rem 3.75rem;
  }
  .module__tabs {
    padding: 0;
  }
  .mb__tabs-list {
    margin: 0 1.875rem 1.6875rem;
  }
  .mb__tabs-list li {
    display: inline-block;
  }
  .mb__tabs-list li a {
    padding: 1rem 3rem;
    font-size: 1.125rem;
  }
  .mb__tabs .slick-arrow {
    display: block;
  }
  .mb__tabs .slick-next {
    right: 0;
    margin-top: 0;
  }
  .mb__tabs .slick-prev {
    left: 0;
    margin-top: 0;
  }
  .mb__sponsors {
    padding: 2.5rem 1.875rem;
    overflow: hidden;
  }
  .mb__sponsors__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .no-js .mb__sponsors__wrapper,
  .no-flexbox .mb__sponsors__wrapper {
    display: table;
  }
  .flexbox .mb__sponsors__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .mb__sponsors h2 {
    margin: 0 0 2.5rem 0;
  }
  .mb__sponsors .mb__sponsors-link {
    min-width: 33.33%;
    flex-grow: 1;
  }
  .mb__sponsors .mb__sponsors-link.full-width {
    width: auto;
  }
  .module__page-banner.page-banner-has-image {
    min-height: 260px;
  }
  .module__page-banner.page-banner-has-image .page-banner__details {
    position: absolute;
  }
  .module__page-banner.page-banner-has-image .page-banner__image {
    position: absolute;
  }
  .module__page-banner.page-banner-has-image .page-banner__item {
    height: 100%;
  }
  .module__page-banner.page-banner-has-image .page-banner__details--new {
    color: #fff;
  }
  .module__page-banner.page-banner-has-image .page-banner__details--new::before {
    background: transparent;
  }
  .module__page-banner.page-banner-has-image .page-banner__details--new h1 {
    margin-bottom: 0;
  }
  .module__page-banner.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons {
    flex-direction: row;
  }
  .module__page-banner.page-banner-has-image .page-banner__details--new .row .col-xs-12 .page-banner__buttons a.button__white {
    border: 0;
  }
  .module__page-banner.page-banner-has-image .page-banner__details--dark {
    color: #000;
  }
  .page-banner-content h1 {
    font-size: 1.9375rem;
    font-weight: bold;
  }
  .module__page-banner.page-banner-content.page-banner-has-image .page-banner__details--new {
    bottom: -0.9375rem;
    top: auto;
    position: absolute;
  }
  /*
 *
 * MODULE: Members Information panel and buttons
 *
 */
  .module__info-buttons {
    padding: 0 1.25rem;
  }
  .info-button__tiles-item {
    width: calc(33% - 1px);
  }
  .module__info-buttons .info-panel {
    padding: 0 2.5rem 0 0;
  }
  .module__info-buttons .info-panel:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 110%;
    background: #fff;
    right: 0;
    top: 0;
  }
  .notifications__content {
    display: block;
    float: left;
    width: 80%;
  }
  /*.task__tiles-item, 
.main__content ul li.task__tiles-item {
	width: 20%;
    margin: 0;
}*/
  /* form addons */
  .form-nester {
    margin: 2rem 0;
  }
  .form-rows {
    overflow: hidden;
  }
  .form-rows .sq-form div.sq-form-question {
    display: block;
    width: calc(100% - 10px);
    margin: 0 10px 0 0;
    float: left;
    clear: both;
  }
  .form-rows .sq-form > .sq-form-section ~ div.sq-form-question {
    float: none;
  }
  .form-rows .sq-form div.form-col-2 {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
    float: left;
    clear: none;
  }
  .form-rows .sq-form div.form-col-3 {
    width: calc(33.33% - 10px);
    margin: 0 10px 0 0;
    float: left;
    clear: none;
  }
  .form-rows .sq-form > div {
    overflow: hidden;
  }
  .form-rows .sq-form .form-clear-row {
    display: block;
    width: 100%;
    clear: both;
  }
  .module__grid-carousel .slick-arrow {
    top: calc(50% - 61px);
  }
  body.inside .module__famb-search {
    position: relative;
    width: 100%;
  }
  body.inside .module__famb-search .famb__search {
    position: relative;
    width: 100%;
    overflow: visible;
  }
  body.inside .module__famb-search .sq-form-section-input {
    width: 38%;
    float: left;
    margin: 0 15px 20px 0;
  }
  body.inside .module__famb-search .disclaimer {
    clear: both;
  }
  .bb__create-post {
    width: auto;
    float: right;
  }
  .bb__all-posts {
    width: auto;
  }
  /*
 *
 * Module CTA Title
 *
 */
  .module__cta-tile .cta-tile__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .module__cta-tile .cta-tile__link {
    width: 50%;
    border-bottom: 0;
  }
  .module__cta-tile .cta-tile__link:not(:last-child) {
    border-bottom: 0;
  }
  .module__cta-tile .cta-tile__link:nth-child(1), .module__cta-tile .cta-tile__link:nth-child(3) {
    border-right: 0.125rem solid #fff;
  }
  .module__cta-tile .cta-tile__link:nth-child(1), .module__cta-tile .cta-tile__link:nth-child(2) {
    border-bottom: 0.125rem solid #fff;
  }
  .module__cta-tile .cta-tile__icon svg {
    width: 3.125rem;
  }
  #image-carousel-countainer {
    display: block;
  }
  iframe.custom-iframe {
    height: 500px;
  }
  /* Module: S */
  .module__famb-search-main .famb__search {
    padding: 40px 20px 20px 40px;
  }
  .module__famb-search-main .famb__search--blocks {
    display: flex;
  }
  .module__famb-search-main .famb__search--blocks .famb__search--block {
    flex: 1 0 33%;
    margin-right: 0 !important;
    padding: 0 40px 0 0;
  }
  .module__famb-search-main .famb__search--blocks .famb-max-distance {
    flex: 18%;
    padding: 0 10px 0 0;
  }
  .famb-item__recognition {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    width: 80px;
  }
  .famb-item__award {
    padding-right: 0;
  }
  .famb-search__listing .famb-item__title {
    padding: 0 100px 0 0;
  }
}

@media (min-width: 992px) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  body {
    z-index: 3;
  }
  body.mobile-menu-active {
    overflow: auto;
  }
  body .hidden-tablet {
    display: inline-block !important;
    visibility: visible;
  }
  body .hidden-desktop {
    display: none !important;
    visibility: hidden;
  }
  .max-width-desktop {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .module__famb-search .max-width-desktop {
    position: relative;
  }
  .relative, #main {
    position: relative;
  }
  .row__global {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
  }
  .row__global .row__inner {
    display: block;
    max-width: 71.25rem;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .header .info_bar + .row__global > .row__inner {
    flex-wrap: nowrap;
  }
  .no-js .header .info_bar + .row__global > .row__inner,
  .no-flexbox .header .info_bar + .row__global > .row__inner {
    display: table;
  }
  .flexbox .header .info_bar + .row__global > .row__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (min-width: 992px) {
  .site-logo {
    display: block;
    float: left;
  }
  .site-logo a {
    width: auto;
    min-width: 150px;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .navigation {
    position: static;
    z-index: auto;
    left: 0;
    background: none;
    display: block;
    width: auto;
    margin: 0 24px 0 0;
  }
}

@media (min-width: 992px) {
  .navigation.active {
    height: fit-content;
    position: fixed;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .navigation a.navigation__toggler {
    padding: 0;
    color: #f8991d;
    display: block;
    font-size: 1.25rem;
  }
  .navigation a.navigation__toggler .fa {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .navigation__list-item {
    display: flex;
    align-items: center;
  }
  .navigation__list-item > a {
    color: #3652a3;
    padding: 42px 8px 45px 12px;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  a.navigation__link {
    position: relative;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  a.navigation__link {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  a.navigation__link:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #1d3273 transparent;
    opacity: 0;
    transition: .25s opacity ease-in-out;
  }
  a.navigation__link:hover, a.navigation__link:focus {
    color: #f8991d;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .active .navigation__link:after {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .header {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .header .row__global .row__inner {
    max-width: 87.5rem;
  }
  .header__extras {
    z-index: auto;
  }
  .navigation__list-item .mega-menu {
    position: absolute;
    background: #1d3373;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .25s opacity ease-in-out, .25s visibility ease-in-out;
    top: 100%;
    z-index: 3;
  }
  .no-js .navigation__list-item .mega-menu,
  .no-flexbox .navigation__list-item .mega-menu {
    display: table;
  }
  .flexbox .navigation__list-item .mega-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation__list-item .mega-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .navigation__list-item .mega-menu .mega-menu__list {
    flex-grow: 1;
    padding: 20px 0;
    flex-direction: column;
  }
  .navigation__list-item.navigation__has-megamenu:nth-last-child(1) .mega-menu__list {
    width: 12em;
  }
  .column-count-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .column-count-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .column-count-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  /*
 *
 * Global Footer styling
 *
*/
  .footer .row__inner {
    position: relative;
  }
  .footer .mb__chat {
    bottom: -1.5625rem;
  }
  /* 
 * 
 * MODULE: Page banner
 *
 */
  .module__page-banner.page-banner-has-image {
    height: 400px;
  }
  .page-banner__inner {
    display: block;
    max-width: 71.25rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: auto;
  }
  .page-banner__details {
    right: auto;
    left: 0;
    top: auto;
    bottom: 20px;
    padding-bottom: 1.875rem;
  }
  .page-banner__details--new {
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    justify-content: flex-end;
    padding: 1.875rem 2.5rem;
  }
  .page-banner__item {
    height: 421px;
  }
  .page-banner-has-image .page-banner__details {
    bottom: 0;
  }
  .page-banner-has-image .page-banner__details--new h1 {
    font-size: 2rem;
  }
  .page-banner__title {
    font-size: 2.5rem;
    margin: 0;
  }
  .page-banner__description {
    display: block;
    font-size: 1.25rem;
  }
  .page-banner__items--fix {
    width: calc(100% - 400px);
  }
  .module__page-banner .slick-dots {
    top: auto;
    right: auto;
    bottom: 0.75rem;
  }
  .module__page-banner .slick-prev {
    left: 25px;
    right: auto;
  }
  .module__page-banner .slick-next {
    right: 25px;
    left: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .module__page-banner .slick-dots {
    bottom: 1.75rem;
    left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .page-banner-dots {
    position: relative;
    width: 100%;
    max-width: 71.25rem;
    margin: 0 auto;
    height: auto;
    left: 1.25rem;
    bottom: 1.25rem;
  }
  /* 
 * 
 * MODULE: FAMB search form 
 *
 */
  .famb__search {
    margin: 1.625rem 0 1.625rem 1.625rem;
    padding: 2.5rem 2.5rem;
  }
  .famb__search .sq-form-section {
    float: none;
    width: 100%;
    margin: 0 0 1.875rem 0;
  }
  .famb__search .sq-submit-button {
    float: none;
    padding: 0;
  }
  .famb__search-legend {
    font-size: 1.625rem;
  }
  .famb__search-description {
    margin: 0.3125rem 0 1rem 0;
  }
  /* 
 * 
 * MODULE: Task tiles 
 *
 */
  .module__tasks {
    margin: 0 0 1.25rem 0;
  }
  .task__tiles {
    height: auto;
    overflow: hidden;
  }
  .task__tiles-item {
    width: 25%;
  }
  .task__tiles-link {
    min-height: 8.75rem;
  }
  span.task__tiles-link-text {
    margin: 0;
  }
  .task__tiles-icon {
    height: 55px;
  }
  .task__tiles-title {
    font-size: 1.125rem;
  }
  /* 
 * 
 * MODULE: Tabs display
 *
 */
  .module__tabs {
    padding: 0;
    overflow: hidden;
  }
  .mb__tabs .slick-arrow {
    border: none;
    display: block;
    width: 48px;
    height: 48px;
    z-index: 1;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1140px) {
  .mb__tabs .slick-next {
    right: -16px;
    margin-top: 0;
  }
  .mb__tabs .slick-prev {
    left: -16px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .mb__tabs-content {
    margin: 0 -14px;
    width: calc(100% + 28px);
  }
  .mb__tabs-content .card {
    width: calc(33.33%);
    margin: 0;
  }
  .mb__tabs-content {
    overflow: visible;
  }
  .mb__tabs-content .slick-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.75;
    background: #F4F6FA;
    z-index: 999;
    left: -1000%;
    z-index: 99;
  }
  .mb__tabs-content .slick-list:after {
    content: "";
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.75;
    background: #F4F6FA;
    z-index: 999;
    left: auto;
    right: -1000%;
    z-index: 99;
  }
  .module__why-a-member {
    overflow: hidden;
    width: 100%;
    float: none;
  }
  .module__why-a-member .card {
    float: left;
    overflow: hidden;
    width: 70%;
    text-align: left;
    flex-direction: row;
  }
  .module__why-a-member .card .mb_icon {
    width: 50%;
    position: relative;
    right: auto;
    top: auto;
  }
  .module__why-a-member .card .mb_icon img {
    width: 80%;
  }
  .module__why-a-member .card .card-block {
    width: 50%;
    padding-top: 0;
  }
  .module__why-a-member .card .card-title {
    margin-top: 0;
  }
  .module__why-a-member .card .card-text {
    padding-right: 0;
  }
  .why-a-member__list {
    float: left;
    width: 30%;
  }
  .mb__sponsors {
    padding: 2.5rem 0;
  }
  .mb__sponsors .mb__sponsors-link {
    text-align: center;
    min-width: 0;
  }
  /*
 *
 * Content GRID flexbox
 *
 */
  .module__content-grid {
    padding: 0;
  }
  .content-grid__item {
    width: calc(33.33% - 20px);
    margin: 0 1.875rem 1.875rem 0;
  }
  .content-grid__item:nth-child(2n) {
    margin-right: 1.875rem;
  }
  .content-grid__item:nth-child(3n) {
    margin-right: 0;
  }
  .content-grid__columns-2 .content-grid__item {
    width: calc(50% - 15px);
    margin: 0 1.875rem 1.875rem 0;
  }
  .content-grid__columns-2 .content-grid__item:nth-child(2n) {
    margin-right: 0;
  }
  .module__grid-carousel {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .grid-carousel__container {
    margin-bottom: 0;
  }
  .grid-carousel__container .slick-list {
    overflow: visible;
  }
  .grid-carousel__container .slick-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.75;
    background: #E5EBF4;
    z-index: 999;
    left: -1000%;
    z-index: 99;
  }
  .grid-carousel__container .slick-list:after {
    content: "";
    display: block;
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0.75;
    background: #E5EBF4;
    z-index: 999;
    left: auto;
    right: -1000%;
    z-index: 99;
  }
  /*
 *
 * Global search styling
 *
 */
  .global__search {
    right: -25px;
    width: 445px;
    top: 100%;
    height: 85px;
    left: auto;
    bottom: 0;
    right: 20px;
    padding: 10px 25px;
    position: absolute;
    overflow: visible;
  }
  .global__search:before {
    position: absolute;
    display: block;
    left: auto;
    top: -14px;
    right: 43px;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #1d3273 transparent;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1250px) {
  .global__search:before {
    right: 185px;
  }
}

@media (min-width: 992px) {
  .global__search form {
    position: relative;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    width: 100%;
  }
  .global__search form .global__search-inner {
    margin: 0;
  }
  .global__search form .close-search {
    display: none;
  }
  .search-toggler.active {
    position: relative;
  }
  .search-toggler.active::after {
    content: '';
    position: absolute;
    display: block;
    left: auto;
    top: 53px;
    right: auto;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #1d3273 transparent;
  }
  /*.info_bar-list-item a.search-toggler {
	padding-right: 0;
}*/
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .info_bar-list {
    display: flex;
  }
  .info_bar-list .user__shopping-cart-toggler {
    order: 1;
  }
  .info_bar-list .members_area {
    order: 3;
  }
  .info_bar-list .search {
    order: 2;
  }
  .info_bar-list .menu {
    display: none;
    visibility: hidden;
  }
  .navigation__list-item > a {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1330px) {
  .info_bar-list .members_area .member-name {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .mb__member-login {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .mb__member-login.active {
    height: 700px;
    overflow: visible;
    opacity: 1;
  }
  .mb__member-login .row__inner {
    position: relative;
    flex-wrap: wrap;
  }
  .no-js .mb__member-login .row__inner,
  .no-flexbox .mb__member-login .row__inner {
    display: table;
  }
  .flexbox .mb__member-login .row__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .mb__member-panel {
    width: 50%;
  }
  .module__page-banner.page-banner-content {
    min-height: auto;
  }
  .module__page-banner.page-banner-content .page-banner__item {
    height: 100%;
  }
  .module__page-banner.page-banner-content .page-banner__details {
    padding-left: 0;
    padding-right: 0;
  }
  .module__page-banner.page-banner-content.page-banner-has-image .page-banner__image {
    position: absolute;
    /*height: 100%;*/
    width: auto;
  }
  .module__page-banner.page-banner-content.page-banner-has-image .page-banner__item {
    height: 100%;
  }
  .module__page-banner.page-banner-content .page-banner__image-container {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .module__page-banner.page-banner-content.page-banner-has-image .page-banner__details,
  .module__page-banner.page-banner-content.page-banner-has-image .page-banner__details--new {
    bottom: 0;
    top: auto;
    position: absolute;
  }
  .module__page-banner.page-banner-content.page-banner-has-image .page-banner__details h1,
  .module__page-banner.page-banner-content.page-banner-has-image .page-banner__details--new h1 {
    font-size: 2rem;
  }
  .page-banner-content h1 {
    font-size: 2.75rem;
    font-weight: bold;
  }
  .aside__extra-content .maps__infowindow-content {
    width: 10rem;
  }
  .aside__extra-content .maps__infowindow-content img, .aside__extra-content .maps__infowindow-content p {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
  .module__page-banner.page-banner-content .page-banner__details {
    padding-left: 1em;
    padding-right: 1em;
  }
  .max-width-desktop {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1140px) {
  .grid-carousel__item {
    height: 350px;
  }
  body .grid-carousel__item-title {
    padding: 300px 20px 0 20px;
  }
}

@media (min-width: 992px) {
  .mb-share-icons {
    display: block;
  }
  /*
 *
 * Module CTA Title
 *
 */
  .module__cta-tile {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .module__cta-tile .max-width-desktop {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
  }
  .module__cta-tile .cta-tile__wrapper {
    flex-direction: column;
    padding: 0;
    width: 25rem;
    max-height: 28.125rem;
    position: absolute;
    right: 0;
    z-index: 2;
    overflow: visible;
    margin: 0 1.25rem;
  }
  .module__cta-tile .cta-tile__link {
    width: 100%;
    border-bottom: 0;
    border-right: 0;
  }
  .module__cta-tile .cta-tile__link:not(:last-child) {
    border-bottom: 0.125rem solid #fff;
  }
  .module__cta-tile .cta-tile__link:nth-child(1), .module__cta-tile .cta-tile__link:nth-child(3) {
    border-right: 0;
  }
  .module__cta-tile .cta-tile__item {
    flex-direction: row;
    align-items: center;
  }
  .module__cta-tile .cta-tile__icon {
    margin: 0 3rem 0 1rem;
    width: 15%;
  }
  .module__cta-tile .cta-tile__icon svg {
    width: 100%;
  }
  .module__cta-tile .cta-tile__content {
    text-align: left;
    width: 75%;
  }
  iframe.custom-iframe {
    height: 600px;
  }
  /* Module: S */
  .module__famb-search-main .famb__search {
    padding: 40px 20px 20px 40px;
  }
  .module__famb-search-main .famb__search--blocks {
    display: flex;
  }
  .module__famb-search-main .famb__search--blocks .famb__search--block {
    flex: 1 0 33%;
    margin-right: 0 !important;
    padding: 0 40px 0 0;
  }
  .module__famb-search-main .famb__search--blocks .famb-max-distance {
    flex: 1 0 33%;
    padding: 0 40px 0 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: none;
  }
  /* Module: Pagination */
  .pagination {
    display: none;
  }
  /* Module: S */
}

/*# sourceMappingURL=main.css.map */
