/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-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, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.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.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-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: 0.5rem;
}

.initialism {
  font-size: 90%;
  /*text-transform: uppercase;*/
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}


@media (min-width: 1630px) {
  .container {
    max-width: 1600px;
  }
}



.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-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);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  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;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  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 .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.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 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.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 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.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 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.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 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.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 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.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 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.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: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.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: 1;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  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-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  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: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  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-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.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-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.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%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  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:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: 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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  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: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .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, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  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: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  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);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  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='M5.25 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='M2.75 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !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% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::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-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !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.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.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;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 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-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .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;
  }
}
/*!
 *  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-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfont.eot);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
		 url(fonts/fontawesome-webfont.woff2) format('woff2'),
		 url(fonts/fontawesome-webfont.woff) format('woff'),
		 url(fonts/fontawesome-webfont.ttf) format('truetype'),
		 url(48938914e0ecafcdc4be61da0507e343.svg#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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .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
}

.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
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-times-circle-o:before {
    content: "\F05C"
}

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\F064"
}

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\F085"
}

.fa-comments:before {
    content: "\F086"
}

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before,
.fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-group:before,
.fa-users:before {
    content: "\F0C0"
}

.fa-chain:before,
.fa-link:before {
    content: "\F0C1"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\F0DC"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\F0DD"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\F0E3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-minus-square-o:before {
    content: "\F147"
}

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

.fa-external-link-square:before {
    content: "\F14C"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\F150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\F151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\F152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\F155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\F156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\F157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\F158"
}

.fa-won:before,
.fa-krw:before {
    content: "\F159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

.fa-long-arrow-up:before {
    content: "\F176"
}

.fa-long-arrow-left:before {
    content: "\F177"
}

.fa-long-arrow-right:before {
    content: "\F178"
}

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\F195"
}

.fa-plus-square-o:before {
    content: "\F196"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\F19C"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\F1B9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-file-pdf-o:before {
    content: "\F1C1"
}

.fa-file-word-o:before {
    content: "\F1C2"
}

.fa-file-excel-o:before {
    content: "\F1C3"
}

.fa-file-powerpoint-o:before {
    content: "\F1C4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\F1C5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\F1C6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8"
}

.fa-file-code-o:before {
    content: "\F1C9"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\F1D0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\F1D8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\F1D9"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\F240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-tv:before,
.fa-television:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-handshake-o:before {
    content: "\F2B5"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-o:before {
    content: "\F2B7"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-book-o:before {
    content: "\F2BA"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\F2BB"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\F2C7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\F2CD"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-eercast:before {
    content: "\F2DA"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-meetup:before {
    content: "\F2E0"
}

.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
}
/*
 *  Academicons 1.8.6 by James Walsh (https://github.com/jpswalsh) and Katja Bercic (https://github.com/katjabercic)
 *  Fonts generated using the IcoMoon app - http://icomoon.io/app
 *  Square icons designed to be used alongside Font Awesome square icons - https://fortawesome.github.io/Font-Awesome/
 *  Licenses - Font: SIL OFL 1.1, CSS: MIT License
 */
@font-face {
    font-family: 'Academicons';
    src:url(fonts/academicons.eot);
    src:url(fonts/academicons.eot) format('embedded-opentype'),
        url(fonts/academicons.ttf) format('truetype'),
        url(fonts/academicons.woff) format('woff'),
        url(ab0be2299bd2e8c2b42e224bd4cebdb5.svg#academicons) format('svg');
    font-weight: normal;
    font-style: normal;
}
.ai {
	display:inline-block;
	font:normal normal normal 14px/1 Academicons;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.ai-academia:before {
  content: "\E9AF";
}
.ai-academia-square:before {
  content: "\E93D";
}
.ai-acclaim:before {
  content: "\E92E";
}
.ai-acclaim-square:before {
  content: "\E93A";
}
.ai-acm:before {
  content: "\E93C";
}
.ai-acm-square:before {
  content: "\E95D";
}
.ai-acmdl:before {
  content: "\E96A";
}
.ai-acmdl-square:before {
  content: "\E9D3";
}
.ai-ads:before {
  content: "\E9CB";
}
.ai-ads-square:before {
  content: "\E94A";
}
.ai-arxiv:before {
  content: "\E974";
}
.ai-arxiv-square:before {
  content: "\E9A6";
}
.ai-biorxiv:before {
  content: "\E9A2";
}
.ai-biorxiv-square:before {
  content: "\E98B";
}
.ai-ceur:before {
  content: "\E96D";
}
.ai-ceur-square:before {
  content: "\E92F";
}
.ai-coursera:before {
  content: "\E95F";
}
.ai-coursera-square:before {
  content: "\E97F";
}
.ai-cv:before {
  content: "\E9A5";
}
.ai-cv-square:before {
  content: "\E90A";
}
.ai-dataverse:before {
  content: "\E9F7";
}
.ai-dataverse-square:before {
  content: "\E9E4";
}
.ai-dblp:before {
  content: "\E94F";
}
.ai-dblp-square:before {
  content: "\E93F";
}
.ai-depsy:before {
  content: "\E97A";
}
.ai-depsy-square:before {
  content: "\E94B";
}
.ai-doi:before {
  content: "\E97E";
}
.ai-doi-square:before {
  content: "\E98F";
}
.ai-dryad:before {
  content: "\E97C";
}
.ai-dryad-square:before {
  content: "\E98C";
}
.ai-figshare:before {
  content: "\E981";
}
.ai-figshare-square:before {
  content: "\E9E7";
}
.ai-google-scholar:before {
  content: "\E9D4";
}
.ai-google-scholar-square:before {
  content: "\E9F9";
}
.ai-ideas-repec:before {
  content: "\E9ED";
}
.ai-ideas-repec-square:before {
  content: "\E9F8";
}
.ai-ieee:before {
  content: "\E929";
}
.ai-ieee-square:before {
  content: "\E9B9";
}
.ai-impactstory:before {
  content: "\E9CF";
}
.ai-impactstory-square:before {
  content: "\E9AA";
}
.ai-inspire:before {
  content: "\E9E9";
}
.ai-inspire-square:before {
  content: "\E9FE";
}
.ai-lattes:before {
  content: "\E9B3";
}
.ai-lattes-square:before {
  content: "\E99C";
}
.ai-mathoverflow:before {
  content: "\E9F6";
}
.ai-mathoverflow-square:before {
  content: "\E97B";
}
.ai-mendeley:before {
  content: "\E9F0";
}
.ai-mendeley-square:before {
  content: "\E9F3";
}
.ai-open-access:before {
  content: "\E939";
}
.ai-open-access-square:before {
  content: "\E9F4";
}
.ai-orcid:before {
  content: "\E9D9";
}
.ai-orcid-square:before {
  content: "\E9C3";
}
.ai-osf:before {
  content: "\E9EF";
}
.ai-osf-square:before {
  content: "\E931";
}
.ai-overleaf:before {
  content: "\E914";
}
.ai-overleaf-square:before {
  content: "\E98D";
}
.ai-philpapers:before {
  content: "\E98A";
}
.ai-philpapers-square:before {
  content: "\E96F";
}
.ai-piazza:before {
  content: "\E99A";
}
.ai-piazza-square:before {
  content: "\E90C";
}
.ai-publons:before {
  content: "\E937";
}
.ai-publons-square:before {
  content: "\E94E";
}
.ai-pubmed:before {
  content: "\E99F";
}
.ai-pubmed-square:before {
  content: "\E97D";
}
.ai-researcherid:before {
  content: "\E91A";
}
.ai-researcherid-square:before {
  content: "\E95C";
}
.ai-researchgate:before {
  content: "\E95E";
}
.ai-researchgate-square:before {
  content: "\E99E";
}
.ai-scirate:before {
  content: "\E98E";
}
.ai-scirate-square:before {
  content: "\E99D";
}
.ai-semantic-scholar:before {
  content: "\E96E";
}
.ai-semantic-scholar-square:before {
  content: "\E96C";
}
.ai-springer:before {
  content: "\E928";
}
.ai-springer-square:before {
  content: "\E99B";
}
.ai-zotero:before {
  content: "\E962";
}
.ai-zotero-square:before {
  content: "\E932";
}
/*  Duplication of the FontAwesome style classes using 'ai' in place of 'fa'. */
.ai-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ai-2x {
  font-size: 2em;
}
.ai-3x {
  font-size: 3em;
}
.ai-4x {
  font-size: 4em;
}
.ai-5x {
  font-size: 5em;
}
.ai-fw {
  width: 1.28571429em;
  text-align: center;
}
.ai-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ai-ul > li {
  position: relative;
}
.ai-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ai-li.fa-lg {
  left: -1.85714286em;
}
.ai-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.ai-pull-left {
  float: left;
}
.ai-pull-right {
  float: right;
}
.ai.fa-pull-left {
  margin-right: .3em;
}
.ai.fa-pull-right {
  margin-left: .3em;
}
/*  
 *  Repeat of the FontAwesome style classes to prevent override if academicons.css
 *  is called after font-awesome.css.
 */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}

#logo {
  position: absolute;
  top: 17px;
  left: 16px;
}
/* line 426, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#logo a {
  display: inline-block;

}
/* line 430, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#logo a:focus {
  overflow: visible;
  outline: none;
}
/* line 437, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#logo img {
  margin: 0;

}

.main-header-int {

    margin: 0 auto;
    position: relative;
}

.main-header-right {
  position: absolute;
  right: 16px;
  top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 0;
  margin-left: 60px;
  transition: box-shadow 0.5s;
  z-index: 10;
}

.nav-tabs h4 {text-align:left; font-size: 18px; font-weight: 400; color: #4A4A4A; margin-bottom: 10px;}
.nav-tabs h3 {font-size: 22px; font-weight: 400; color: #4A4A4A; margin-bottom: 10px;}


#main-header .desktop-search-container .btn {
  color: #335a81;
  font-size: 18px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
}
/* line 302, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container.small .btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
/* line 309, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search {
  text-align: left;
  white-space: nowrap;
  width: auto;
  color: #000;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 30px;
  padding: 0;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s;
  /* Placeholder styles */
}
/* line 324, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search.expanded {
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
/* line 330, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search ::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1;
  color: inherit;
}
/* line 333, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
  color: inherit;
}
/* line 336, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: inherit;
}
/* line 339, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1;
  color: inherit;
}
/* line 343, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search div,
#main-header .desktop-search-container .search form {
  display: inline-block;
  margin: 0;
}
/* line 349, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search div {
  color: inherit;
  padding: 0 11px;
  position: absolute;
  right: 0;
}
/* line 356, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search div:hover,
#main-header .desktop-search-container .search div:focus,
#main-header .desktop-search-container .search div:active {
  text-decoration: none;
}
/* line 364, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search form {
  margin: 0;
  padding: 3px 48px 10px 20px;
  width: 0px;
}
/* line 371, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  border-radius: 0;
}
/* line 385, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header .desktop-search-container .search input:focus {
  background: transparent;
}

#expand-search {
    outline: none;
}

.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Allow focus when navigated to via the keyboard */
/* line 3746, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  background-color: #222;
  color: #fff !important;
}



#section-nav-wrapper {
    padding-top: 25px;
    padding-bottom: 10px;
}


.mobile-tabs {
    display: none;
}


#section-nav {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
}



#section-nav {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}


.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav > li {
  display: block;
}
/* line 18, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav > li > a {
  position: relative;
  display: block;
  word-wrap: break-word;
white-space: normal;
}
/* line 21, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 29, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav > li.disabled > a {
  color: #777777;
}
/* line 32, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 44, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 57, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav > li > a > img {
  max-width: none;
}
/* line 74, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
/* line 76, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 82, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 87, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 94, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 106, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
/* line 160, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs.nav-justified > li {
  float: none;
}
/* line 162, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 168, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 174, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 177, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 190, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 196, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 203, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 207, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 116, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-pills > li {
  float: left;
}
/* line 120, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 123, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 129, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
/* line 142, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-stacked > li {
  float: none;
}
/* line 144, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-stacked > li + li {
  margin-left: 0;
}
/* line 157, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-justified {
  width: 100%;
}
/* line 160, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-justified > li {
  float: none;
}
/* line 162, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 168, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 174, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 177, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 187, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs-justified {
  border-bottom: 0;
}
/* line 190, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 196, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 203, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 207, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 221, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.tab-content > .tab-pane {
  display: none;
}
/* line 224, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.tab-content > .active {
  display: block;
}
/* line 234, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navs.less */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 11, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  /* line 20, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 34, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-header {
    float: left;
  }
}
/* line 50, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 59, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 63, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 92, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 95, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 108, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 113, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 128, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 132, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 138, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 146, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 150, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
/* line 154, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
/* line 163, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
/* line 175, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 193, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 221, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-toggle {
    display: none;
  }
}
/* line 232, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }


  #section-nav li.expanded .section {
    display: block;
  }

  #section-nav li.expanded .menuArrow {
    transform: rotate(90deg);
  }

}
@media (min-width: 768px) {
  /* line 266, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 286, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 479, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 486, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 493, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 497, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 501, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 509, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 513, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 527, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 531, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 538, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/forms.less */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 299, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 312, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 327, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 332, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 343, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
/* line 359, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 362, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 379, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-left {
    float: left !important;
  }
  /* line 380, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 395, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 399, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 401, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 408, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 413, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 416, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 423, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
/* line 431, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 440, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 442, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 446, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 451, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 460, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  /* line 471, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 473, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 480, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 488, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 504, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 506, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 511, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .btn-link {
  color: #777777;
}
/* line 513, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
/* line 519, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
/* line 529, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
/* line 533, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 535, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
/* line 542, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 547, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 550, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
/* line 557, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
/* line 565, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
/* line 575, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 577, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 581, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/* line 586, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 594, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  /* line 605, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 608, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 611, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 613, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  /* line 620, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  /* line 628, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 639, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 641, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
/* line 646, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 648, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
/* line 654, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/navbar.less */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

#section-dropdowns-wrapper {
  position: relative;
  z-index: 1000;
}
/* line 14, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-dropdowns-wrapper:before,
#section-dropdowns-wrapper:after {
  content: " ";
  display: table;
}
/* line 19, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-dropdowns-wrapper:after {
  clear: both;
}
/* line 14, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-dropdowns-wrapper:before,
#section-dropdowns-wrapper:after {
  content: " ";
  display: table;
}
/* line 19, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-dropdowns-wrapper:after {
  clear: both;
}
/* line 698, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav {
  /* > .container
    {
        position: relative;
    } */
}
/* line 708, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section {
  padding: 25px 0;
  display: none;
  color: #003263;
  width: 100%;
  background: #f5f3f1;
  position: absolute;
  right: 0;
  z-index: 60;
}

#section-nav .section .container .row .col-md-4:first-child {
  height: max-content;
}

#section-nav .section .container .row .col-md-4:first-child .col-md-2 {
  float: right;
  width: 40%;
  height: 100%;
}

#section-nav .section .container .row .col-md-4:first-child .col-md-2 img {
  width: 100%;
  float: right;
}

@media (max-width: 768px) {
  #section-nav .section {
    margin-left: -10px;
    padding-left: 10px;
  }
}

/* line 14, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-nav .section:before,
#section-nav .section:after {
  content: " ";
  display: table;
}
/* line 19, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-nav .section:after {
  clear: both;
}
/* line 14, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-nav .section:before,
#section-nav .section:after {
  content: " ";
  display: table;
}
/* line 19, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/mixins/clearfix.less */
#section-nav .section:after {
  clear: both;
}
/* line 720, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section .nav {
  margin-bottom: 0;
  display:block;
}
/* line 724, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section .nav li {
  font-weight: 300;
  font-size: 17px;
}
/* line 728, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section .nav li a,
#section-nav .section .nav li .heading {
  color: #333;
  line-height: normal;
  padding: 6px 2px;
}
/* line 738, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section .nav li a:hover {
  background-color: transparent;
  color: #DB3C00 !important;
}
/* line 746, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section .nav li .heading {
  display: block;
  font-weight: bold;
}
/* line 754, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section .feature,
#section-nav .section .feature * {
  color: #333;
}
/* line 759, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .section .section-edit {
  position: absolute;
  left: 0;
  bottom: 0;
  color: inherit;
  margin: 5px;
}
@media (max-width: 768px) {
  /* line 775, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
  #section-dropdowns .section .feature,
  #section-dropdowns .section .feature * {
    display: none;
  }
}
/* line 783, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: inherit;
}
/* line 791, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: inherit;
}

/* line 593, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs {
  border: none;
  margin-bottom: 0;
  color: #f5f3f1;
}
/* line 598, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs > li {
  /*text-align: center;*/
  border: none;
  margin-bottom: 0px;
  margin-left: 10px;
}
/* line 605, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs > li > a {
  padding: 8px 17px;
  margin: 0;
  border: none;
  color: #4A4A4A;
  font-weight: 300;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
/* line 616, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs > li > a:hover,
#section-nav .nav-tabs > li > a:focus,
#section-nav .nav-tabs > li > a.active-nav {
  color: #4A4A4A;
  background-color: #f5f3f1 !important;
  border: 0;
}

/* line 624, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs > li > a:after {
  content: "|";
  position: absolute;
  top: 7px;
  padding-left: 20px;
}
/* line 634, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs > li:last-child > a:after {
  content: "";
}
/* line 641, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs .links li {
  text-align: left;
}
/* line 646, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#section-nav .nav-tabs .feature {
  text-align: left;
}
/* line 684, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
.active-nav {
  color: #333 !important;
  /*background-color: #e5eaee !important;*/
  background-color: #f5f3f1 !important;
  border: 0 !important;
}


/* line 193, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
.plone-toolbar-left #main-header {
  left: 60px;
}
/* line 198, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
.plone-toolbar-left.plone-toolbar-left-expanded #main-header {
  left: 120px;
}
/* line 202, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
/*.main-header-int {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding-left:15px; padding-right:15px;
}*/
/* line 218, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  z-index: 3;
}
/* line 222, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/garvan.less */
#main-header {
  background-color: white;
  z-index: 4;
}


.nav-caret {
    display: none;
}


#section-search {
    display: none;
    padding: 16px 32px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.nav > li {display: block;}

.section-nav-fixed {
   /* box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.2);*/
   box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}

.desktop-search-container input {height:34px; vertical-align:top;}

.section-search .btn-primary {background-color: #dc3c00;}
.section-search .btn-primary:hover {background-color: #4d00c7;}

@media (max-width: 1020px) {
  /* line 792, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  body {
    padding-top: 0;
  }
  /* line 796, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #main-header {
    position: static;
  }
  /* line 800, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .burger {
    display: block;
    width: 100px;
  }
  /* line 808, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .nav-tabs {
    border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 8px;
  }
  /* line 815, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .nav-tabs > li {
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
  }
  /* line 820, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .nav-caret {
    display: flex;
	cursor:pointer;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 64px;
    float: right;
    /*padding-right: 10px;*/
  }

  /* line 825, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #section-nav .nav-tabs > li > a {
    padding: 8px;
    /*font-size: 130%;*/
    float: left;
    padding-left: 10px;
    padding-right: 30px;
  }
  /* line 835, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #section-nav .nav-tabs > li > a:after {
      content: "" !important;
  }

  span.menuArrow {
    transition: all 0.3s;
  }

  span.menuArrow:after {
      content: "\F105" !important;
      color: #4A4A4A;
      font-family: FontAwesome;
      display: inline-block;
      height: 20px;
      width: 20px;
      text-align: center;

  }

  /* line 839, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #section-nav .nav-tabs > li {
    width: 100%;
    padding-left: 25px;
    margin-left: 0 !important;
  }
  /* line 848, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #section-nav .section {
    position: relative;
    z-index: 0;
    margin-top: 35px;
  }
  /* line 856, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .section-edit {
    display: none;
  }
  /* line 860, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #section-nav .col-md-3 {
    width: 100% !important;
  }
  /* line 867, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #section-nav-wrapper {
    padding-top: 70px;
  }
  /* line 871, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .mobile-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  /* line 880, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .mobile-tab {
    display: block;
    padding: 8px 16px;
    position: relative;
    font-weight: bold;
    color: #4D00C7;
  }
  /* line 889, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .mobile-tab:hover,
  .mobile-tab:active,
  .mobile-tab:focus {
    text-decoration: none;
    outline: none;
  }
  /* line 897, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .mobile-tab-expandable {
    padding-right: 24px;
  }
  /* line 899, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .mobile-tab-expandable:after {
    position: absolute;
    right: 8px;
    top: 14px;
    font-size: 10px;
    content: '\25BC';
  }
  /* line 908, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .desktop-search-container {
    display: none;
  }
  /* line 916, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  .donate-btn {
    font-size: 19px;
  }
  /* line 921, http://plone.garvan.org.au:8083/vhosts/www.garvan.org.au/++theme++less/responsive.less */
  #section-nav {
    display: none;
  }

  .nav-tabs {

    border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 8px;

}

  .nav-tabs .col-sm-1, .nav-tabs .col-sm-2, .nav-tabs .col-sm-3, .nav-tabs .col-sm-4, .nav-tabs .col-sm-5, .nav-tabs .col-sm-6 {-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}


  .section-search input[type="text"], .section-search input[type="number"], .section-search input[type="email"], .section-search input[type="password"], textarea, select {

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #696969;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

	.section-search .input-group input[type=text] {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.section-search .input-group input[type=submit] {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

.input-group-btn {

    position: relative;
    font-size: 0;
    white-space: nowrap;

}

.input-group-addon, .input-group-btn {

    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

}

.input-group-addon, .input-group-btn, .input-group .form-control {

    display: table-cell;

}

.section-search .standalone, .section-search .context, .section-search .destructive, .section-search [type="submit"], .section-search button {

    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.donate-btn {

    font-size: 19px;

}
#logo {top:11px; left:15px;}
.main-header-right {top: 16px !important;}
.main-header-int {max-width:inherit !important}

.mobile-tab {font-size:18px; font-family: 'Roboto', sans-serif; font-weight:500;}

}


@charset "utf-8";

/* CSS Document */

/*

font-family: 'Roboto', sans-serif;
--------------------------------
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

thin 100
thin 100 Italic
light 300
light 300 Italic
regular 400
regular 400 Italic
medium 500
medium 500 Italic
bold 700
bold 700 Italic
black 900
black 900 Italic


font-family: 'Roboto Slab', serif;
--------------------------------
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

thin 100
light 300
regular 400
bold 700


*/

/*-----------------------------------------*/

html,
body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #333;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
a:hover {
    color: #DB3C00;
    text-decoration: underline;
}
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #241849;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 20px 0;
    line-height: 27px;
    padding-top: 15px;
}
ul,
ol {
    margin: 0;
}
strong,
b {}
/*----------------------------------------------*/

.headermenulogosec {
    padding: 35px 0px;
}
/*.sticky {position:relative !important; width:100%; top:0px; z-index:999; background-color:#fff !important; }
.sticking {background-color:#fff; width: 100%;  animation: fadeInDown 0.7s ease-in-out; -webkit-animation: fadeInDown 0.7s ease-in-out;  position:fixed !important; z-index:9999;}
.sticking.topheader {padding-top:15px; padding-bottom:0px;}
.sticking .mainlogo {top: -8px;}*/

/*.sticky.hometopheader.sticking { position:fixed !important; background-color:#fff !important;}*/

.bannersection {
    background: url(3ff70f85ba80117c8c24d31df546ac95.jpg) no-repeat top right;
    height: 767px;
}
.bannersection .container {
    position: relative;
    height: 100%;
}
.bannerposab h1 {
    font-family: 'Roboto Slab', serif;
    color: #4D00C7;
    font-weight: 300;
}
.banndet-text {
    margin-bottom: 10px;
}
.bannerbluetext {
    margin-bottom: 10px;
    font-weight: 700;
    color: #4d00c7;
    font-size: 20px;
}
.bannerbluetext a {
    color: #4d00c7;
}
.bannerbluetext a:hover {
    color: #DB3C00;
}
.banner-pos-rel {
    position: relative;
    height: 578px;
    max-width: 450px;
}
.bannerposab {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -khtml-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.homegall-sec {
    margin-top: -33px;
    margin-bottom: 100px;
}
.homegall-sec .col-sm-4 {
    margin-bottom: 30px;
    vertical-align: top;
}
.homegallerybox {
    text-align: center;
}
.galleryimg {
    margin-bottom: 30px;
    width: 230px;
    height: 230px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.galleryimg img {
    border-radius: 100%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: 5px solid #fff;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.galleryimg img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-color: #4D00C7;
}
.gallerlink {} .gallerydet h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4D00C7;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.gallerydet h2:before {
    position: absolute;
    width: 105px;
    height: 2px;
    background-color: #b8b8b8;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
}
.gallerycont {
    height: 97px;
    overflow: hidden;
    margin-bottom: 25px;
}
a.orangelink {
    color: #DB3C00;
}
a:hover.orangelink {
    color: #DB3C00;
    text-decoration: underline;
}
.researchboximg {
    width: 330px;
    height: 330px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.researchboximg img {
    border-radius: 100%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: 5px solid #fff;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.researchboximg img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-color: #4D00C7;
}
.support-research-sec {
    margin-bottom: 120px;
}
.homerestext {
    margin-bottom: 20px;
}
h2.bluetitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4D00C7;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
h2.bluetitle:before {
    position: absolute;
    max-width: 500px;
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
    left: 0px;
    bottom: 0px;
    content: "";
}
.homelatestnewssec {
    margin-bottom: 50px;
}
.newssec {
    padding-top: 20px;
}
.newssec .col-sm-3 {
    margin-bottom: 30px;
}
.homenewsbox {
    border-top: 1px solid #e8e4e4;
    -webkit-box-shadow: 1px 4px 1px 6px #e8e4e4;
    -moz-box-shadow: 1px 1px 4px 1px #e8e4e4;
    box-shadow: 1px 1px 4px 1px #e8e4e4;
    transition: all 0.5s ease-in-out 0s;
}
.homenewsbox:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.latestnewsimg {
    text-align: center;
    height: 230px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
}
.latestnewsimg img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.latestnewsimg img:hover {
    opacity: 0.7;
}
.latestnewsdet {
    margin: 20px;
    height: 120px;
    overflow: hidden;
    line-height: normal;
}
.newslink {
    padding: 10px 20px 15px 20px;
}
.newslink .orangelink {
    font-size: 18px;
    display: block;
}
.newslink .orangelink i {
    float: right;
    font-size: 15px;
    padding-top: 4px;
}
.newslettergraybg {
    background-color: #f5f3f1;
    padding: 50px 0px;
    margin-bottom: 80px;
    text-align: center;
}
.newslettergraybg h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333333;
    position: relative;
    margin-bottom: 35px;
}
.newslettergraybg .container {
    max-width: 1200px;
}
.joinnowtext {
    color: #4d00c7;
    margin-bottom: 25px;
}
.newsletterinput {
    position: relative;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
}
.newsletterinput input {
    background-color: #fff;
    width: 100%;
    border: 1px solid #b1b1b1;
    padding: 15px 80px 15px 40px;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.newsletterinput input[type="submit"] {
    position: absolute;
    width: auto;
    right: 0px;
    top: 0px;
    background-color: #4d00c7;
    color: #fff;
    font-weight: 700;
    border: none;
    z-index: 1;
    cursor: pointer;
    padding: 16px 20px;
    transition: all 0.5s ease-in-out 0s;
}
.newsletterinput input[type="submit"]:hover {
    background-color: #DB3C00;
}
.footerboxwidht {
    max-width: 420px;
}
.footeraddsec {} .footeraddsec .col-sm-4 {
    margin-bottom: 10px;
}
.footeraddsec h2 {
    font-weight: 500;
    color: #4D00C7;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
}
.footeraddsec a {
    color: #333333;
    font-size: 20px;
}
.footeraddsec a:hover {
    color: #DB3C00;
    text-decoration: underline;
}

.footerLinks p {
    font-size: 20px;
}
.ftboxMB {
    margin-bottom: 30px;
}
.ftmap {
    float: right;
    text-align: right;
}

.ftmap iframe {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    overflow: hidden;
}
.ftmap img {
    border-radius: 100%;
    /*width:204px; height:204px;*/
    max-width: 75%;
    margin: 15px 0px 0px 0px;
}
.rightlogo {
    text-align: right;
}
.footeraddsec ul {
    margin: 0px;
    padding: 0px;
}
.footeraddsec li {
    list-style-type: none;
    display: block;
    margin-bottom: 2px;
}
.footeraddsec li a {
    color: #333333;
}
.footeraddsec li a:hover {
    color: #DB3C00;
    text-decoration: underline;
}

.footerLinks {
    background: url(888faa41790e35902f9013315d722399.png) no-repeat 70% 100% #F5F3F1;
    padding-top: 60px;
    margin-top: -60px;
    background-size: 30%;
}

.footerSocialMedia {
    background-color: #575454;
    padding-top: 10px;
}

.footercopyright {
    padding: 10px 0px 20px 0px;
    overflow: hidden;
}
.footercopyright ul {
    margin: 0px;
    padding: 0px;
}
.footercopyright li {
    list-style-type: none;
    display: inline-block;
}
.followussection {
    float: left;
}
.followussection strong {
    font-size: 18px;
    color: #fff;
    margin-right: 25px;
    font-weight: 600;
}
.followussection ul {
    display: inline-block;
}
.followussection ul li {
    margin-left: 20px;
    font-weight: 500;
    font-size: 18px;
}
.followussection ul li a.twitter-color {
    color: #55acec;
}
.followussection ul li a.facebook-color {
    color: #3a5899;
}
.followussection ul li a.instagram-color {
    color: #0d5286;
}
.followussection ul li a.youtube-color {
    color: #ba0301;
}
.followussection ul li a.linkedin-color {
    color: #000000;
}
.followussection ul li a {
  color: #fff;
  font-size: 26px;
}
.followussection ul li i {
    margin-right: 4px;
    font-size: 26px;
}
.followussection ul li a:hover {
    color: #DB3C00 !important;
    text-decoration: none;
}
.footernav {
    /*float: right;*/
    line-height: normal;
}
.footernav li {
    color: #fff;
    padding-left: 5px;
    border-right: 1px solid #fff;
    padding-right: 9px;
    line-height: 20px;
}
.footernav li:last-child {
    padding-right: 0px;
    border: none;
}
.footernav li a {
    /*color: #4d00c7;*/
    color: #fff;
    font-size: 16px;
}
.footernav li a:hover {
    color: #DB3C00;
    text-decoration: underline;
}

.footerCredits {
    padding: 20px 0px;
    font-size: 14px;
}

.footerCredits p {
    line-height: 20px;
    /* padding: 20px 50px 0px 0px; */
    padding-top: 20px;
    padding-bottom: 8px;
}

@media only screen and (max-width: 769px) {
    .footerCredits p {
        padding-right: 0px;
    }
}

.footerCredits .footerLogo {
    width: 80%;
    max-width: auto;
    margin-bottom: 15px;
}

.footerCredits .footerLogo.medium {
    width: 50%;
}

.footerCredits .footerLogo.small {
    width: 30%;
}

.creditWrapper {
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.creditWrapper img {
    width: 90px;
    margin-right: 35px;
    /* float: left; */
    /* vertical-align: middle; */
}

.creditWrapper p {
    padding: 0;
}

.topheader {
    padding: 30px 0px 16px 0px;
    z-index: 999;
    position: relative;
}
.topsec {
    z-index: 9;
    position: relative;
}
.donate-dropdown .donate-dropdown-menu {
    position: absolute;
    top: 42px;
    right: 0;
    background-color: #f48222;
    transform: scaleY(0);
    transform-origin: top center;
    opacity: 0;
    transition: all 0.2s;
    box-shadow: none;
    min-width: 150px;
}

.donate-dropdown .donate-dropdown-menu .separator {
    border-top: 1px solid #c4c4c4;
}

.donate-dropdown:hover .donate-dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.donate-btn {
    display: block;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background: #dc3c00;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding: 4px 16px;
    border: none;
    white-space: nowrap;
    transition: all .25s;
    border-radius: 2px;
}
.donate-btn:hover,
.donate-btn:focus {
    color: #fff;
    text-decoration: none;
    background: #4d00c7;
}
.donate-dropdown .donate-dropdown-menu a {
    background: #dc3c00;
    white-space: nowrap;
    display: block;
    font-size: 18px;
    color: #fff;
    text-transform: inherit;
    padding: 10px 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.donate-dropdown .donate-dropdown-menu a:hover {
    background-color: #4D00C7;
    text-decoration: none;
}
.donate-dropdown {
    display: inline-block;
    /*padding-top:3px;*/
    ;
}
.top-logo {
    position: absolute;
    left: 0px;
    z-index: 9;
}
/*.main-header-right {position:absolute; right:0px; z-index:1; top:-5px;}*/

.search-form-wrapper {
    position: absolute;
    top: 100%;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    width: 400px;
    padding: 15px 0;
    background: #ffffff;
    text-align: center;
    border-top: 1px solid #dddddd;
    z-index: 12;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.search-form {
    max-width: 600px;
    margin: 0 auto;
}
.search-form-wrapper input {
    background: transparent;
    padding: 9px 15px;
    border: 1px solid #dddddd;
    width: 96%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
}
/*.search-close{display:inline-block; margin-left:5px; vertical-align:middle; opacity:0.5; cursor:pointer;
transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s;}*/

.search-close:hover {
    opacity: 1;
}
.search-close img {
    max-width: 24px;
}
.search-form-wrapper.show-search {
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
}
.search-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header-search-icon {
    cursor: pointer;
    padding: 3px 10px 8px 10px;
    color: #4700c7;
    font-size: 25px;
    margin-right: 30px;
}
.header .wrapper {
    position: absolute;
    left: 0px;
    top: -11px;
    z-index: 99;
}
/*.wsmenuexpandermain {position:absolute; display:block;}*/

.wsmenu-list > li {
    display: inline-block;
}
.wsmenu-list {
    text-align: center;
}
.wsmenu {
    width: auto;
    max-width: inherit;
    /*margin: 0px 185px 0px 185px;*/
    background-color: transparent;
}
/*.wsmenu-list li:last-child {padding-right:170px;}*/

/*.wsmenu-list > li .megamenu:before {position:absolute; width:50%; left:-50%; top:0px; content:""; background-color:#6ec6d9; height:100%;}
.wsmenu-list > li .megamenu:after {position:absolute; width:50%; right:-50%; top:0px; content:""; background-color:#6ec6d9; height:100%;} */

.wsmenu-list li a {
    white-space: normal !important;
    font-family: 'Roboto', sans-serif;
}
.wsmenu-list li {
    white-space: normal !important;
    font-family: 'Roboto', sans-serif;
}
.megamenu ul {
    margin: 0px;
    padding: 0px;
    color: #4A4A4A;
}
.menusecbox {
    margin-bottom: 15px;
}
.wsmenu-list li .menusecbox h4 {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 10px;
}
.wsmenu-list li .menusecbox h4 a {} .wsmenu-list li .menusecbox h3 {
    font-size: 22px;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 10px;
}
.wsmenu-list li .menusecbox h3 a {} .findplace {
    font-size: 17px;
    color: #4A4A4A;
    font-weight: 400;
}
.smallogo .mobilebiglogo {
    display: inline-block;
}
.smallogo .mobilesmalllogo {
    display: none;
}
.sup-resdet {
    overflow: hidden;
}
.mainlogo {
    position: absolute;
    left: 0px;
    top: -11px;
}

.MainPTB {
    padding: 60px 0px 60px 0px;
}
.breadcrumb-sec {
    margin-top: 40px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.breadcrumb-sec .breadcrumb {
    background-color: transparent;
    padding: 0px 0px 0px 10px;
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 18px;
}
.breadcrumb-sec .breadcrumb-item.active {
    color: #333;
}
.innerpageleftrightpanel .col-md-8,
.innerpageleftrightpanel .col-md-4 {
    margin-bottom: 30px;
}
.innerpageleftrightpanel .col-md-9,
.innerpageleftrightpanel .col-md-3 {
    margin-bottom: 30px;
}
.innerpageleftrightpanel a {
    color: #DB3C00;
}
.innerpageleftrightpanel p {
    line-height: 32px;
}
.userprobg {
    background-color: #f5f3f1;
    padding: 35px 25px 25px 25px;
    overflow: hidden;
}
.rightpanelMB {
    margin-bottom: 35px;
}
.userproimg {
    width: 265px;
    height: 265px;
    overflow: hidden;
    margin: 0px auto 30px auto;
}
.userproimg img {
    border-radius: 100%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: 5px solid #f5f3f1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.userproimg img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-color: #4D00C7;
}
.person-details {} .person-details h4 {
    color: #4700c7;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 400;
}
.person-details span {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.innerpagecontent h2 {
    font-size: 30px;
    color: #4D00C7;
    font-weight: 300;
    padding-top: 5px;
}
.innerpagecontent h3 {
    font-size: 24px;
    color: #4D00C7;
    font-weight: 400;
}
.useremailink {
    margin-bottom: 15px;
    line-height: normal;
    padding-top: 7px;
}
.grayboxright {
    background-color: #f5f3f1;
}
.bluetabbg {
    /*background: #C6C7C5; */
    /*background: #C6C7C5 url(../images/header-icons/garvan-icon-2.svg) no-repeat 6% 50%;*/
    /*background-size: 43px;*/
    padding: 10px 20px;
}
.bluetabbg h4 {
    /*color: #4700c7;*/
    color: #333333;
    margin: 0;
    font-size: 24px;
    margin-bottom: 0px;
    /*font-weight: 400;*/
    font-weight: bold;
    /*padding-left: 60px;*/
    padding: 0px;
    line-height: normal;
}
.boxpadd {
    padding: 25px;
}
.rightcatlist {} .rightcatlist ul {
    margin: 0px;
    padding: 0px;
}
.rightcatlist li {
    list-style-type: none;
    display: block;
    margin-bottom: 4px;
}
.rightcatlist li a {
    color: #DB3C00;
}
.rightcatlist li a:hover {
    color: #DB3C00;
    text-decoration: underline;
}
.internationalimg {
    text-align: center;
    margin-bottom: 25px;
}
.internationalimg:last-child {
    margin-bottom: 0px;
}
.titleMB {
    margin-bottom: 50px;
}
.titleMB:empty {
    display: none;
}
.titleupper {
    text-transform: uppercase;
}
.innerpagecon ul {
    margin-bottom: 20px;
}
.innerpagecon li {
    margin-bottom: 15px;
}
.visitingsection {
    padding: 15px 15px 0px 15px;
}
.visitingsection .col-sm-3 {
    margin-bottom: 25px;
}
.staffimg {
    margin-bottom: 15px;
    text-align: center;
}
.staffimg img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.visitername {
    text-align: center;
}
.leftvermenu .collapse {
    display: block;
}
.leftvermenu {
    margin-top: -20px;
}
.panelcontent nav.flypanels-treemenu ul li div {
    font-size: 18px;
}
.breadcrumb-sec.leftnone .breadcrumb {
    padding-left: 0px;
}
.bannerbackbg {
    background: url(d0c614c93b2ab7dcbdd41911be252475.jpg) repeat-x top;
}

0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.lightbluebgtab {
    margin-top: 0px !important;
}
.lightbluebgtab .garvan-header-menu {
    background-color: #02D5D2;
}
.bannerbottomtext {
    bottom: 0px !important;
}
.staffname {
    text-align: center;
}
.sponsorspartnersec .owl-dots {
    display: none;
}
.sponsprspart {
    padding-top: 30px;
}
.sponsprspart .owl-nav button {
    position: absolute;
    top: 45%;
    text-indent: -99999px;
    outline: none;
}
.sponsprspart .owl-nav button:focus {
    outline: none;
}
.sponsprspart .owl-nav .owl-prev {
    left: -35px;
}
.sponsprspart .owl-nav .owl-next {
    right: -35px;
}
.sponsprspart .owl-nav .owl-prev span {
    background: url(3703f3b7fa316c6f7f5dea4e2691ed76.png) no-repeat;
    width: 13px;
    height: 23px;
    display: block;
}
.sponsprspart .owl-nav .owl-next span {
    background: url(b1f2d3809b695744f3d3f5122d77d343.png) no-repeat;
    width: 13px;
    height: 23px;
    display: block;
}
.sponsprspart.owl-theme .owl-nav[class*="owl-"]:hover {
    background: none;
}
.sponsprspart .owl-nav span:focus {
    outline: none;
}
.sponsprspart.owl-theme .owl-dots {
    margin-top: 30px;
}
.sponsprspart.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: #ccc;
}
.sponsprspart.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
.sponsprspart.owl-theme .owl-dots .owl-dot.active span,
.sponsprspart.owl-theme .owl-dots .owl-dot:hover span {
    background: #4D00C7;
}
.menubtn {
    background-color: #e9e7e5;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #333333;
    position: relative;
    display: none;
    margin-top: -30px;
}
.menubtn i {
    float: right;
    padding: 5px 10px 0px 0px;
}
.menucurrent .fa-caret-down::before {
    content: "\F0D8";
}
.header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
    /*height: 60px;
    line-height: 60px;
    background-color: #333;
    text-align: center;*/
    z-index: 100;
    transition: all 0.5s;
}
.scrollUp {
    transform: translateY(-110px);
}
.slideUp {
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
    transition: transform .5s ease-out;
}
.slideDown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .5s ease-out;
}
.tsla-prevent-scroll {
    overflow: hidden;
}
.overflowbody {
    overflow: hidden;
}
.mainPT {
    padding-top: 88px;
}

/* BUTTON */
.garvan-btn-orange {
    border: 0;
    box-shadow: 1px 1px 1px #CCC;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 30px;
    margin-left: 0;
    height: auto;
    background-color: #D94C00;
    text-transform: uppercase;
    margin-top: 10px;
}

/* #22953 - Donation page top menu size */
.subsection-give-now .MainPTB {
    padding: 0;
}

@media only screen and (min-width: 1201px) and (max-width: 3000px) {
    body {
        font-size: 22px;
    }

    .panelcontent nav.flypanels-treemenu ul li div {
        font-size: 22px;
    }

}

@media only screen and (min-width: 1441px) and (max-width: 1635px) {
    .container {
        max-width: 1410px;
    }

    .latestnewsimg {
        height: 200px;
    }

    .footernav li {
        font-size: 18px;
    }

    .followussection ul li {
        font-size: 16px;
    }

    .followussection {
        font-size: 18px;
    }

    .bannersection {
        height: 575px;
        background-size: 100%;
    }

    .bannerbackbg {
        background-size: 100% 638px;
    }

    .banner-pos-rel {
        height: 435px;
    }

}

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
    .container {
        max-width: 1270px;
    }

    .latestnewsimg {
        height: 178px;
    }

    .latestnewsdet {
        height: 138px;
    }

    .footernav li {
        font-size: 18px;
    }

    .followussection ul li {
        font-size: 16px;
    }

    .followussection {
        font-size: 18px;
    }

    .bannersection {
        height: 545px;
        background-size: 100%;
    }

    .bannerbackbg {
        background-size: 100% 638px;
    }

    .banner-pos-rel {
        height: 412px;
    }

    .followussection ul li i {
        font-size: 16px;
    }

    .followussection strong {
        font-size: 16px;
    }

    .footernav li {
        font-size: 17px;
        line-height: 15px;
    }

    .homegall-sec {
        margin-top: -55px;
    }

    .bluetabbg h4 {
        font-size: 22px;
    }

}

@media only screen and (min-width: 1201px) and (max-width: 1299px) {
    .latestnewsimg {
        height: 158px;
    }

    .latestnewsdet {
        height: 150px;
        font-size: 18px;
    }

    .footernav li {
        font-size: 18px;
    }

    .followussection ul li {
        font-size: 16px;
    }

    .followussection {
        font-size: 18px;
        float: none;
        margin-bottom: 15px;
        /*text-align: center;*/
    }

    .bannersection {
        height: 480px;
        background-size: 100%;
    }

    .banner-pos-rel {
        height: 365px;
    }

    .gallerydet h2 {
        font-size: 28px;
    }

    h2.bluetitle {
        font-size: 28px;
    }

    .footernav {
        float: none;
        /*text-align: center;*/
    }

    .wsmenu {
        font-size: 15px;
    }

    .header-search-icon {
        margin-right: 10px;
    }

    .bluetabbg h4 {
        font-size: 22px;
    }


    .panelcontent nav.flypanels-treemenu ul li div {
        font-size: 18px;
    }

    #section-nav .nav-tabs > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    #section-nav .nav-tabs > li > a::after {
        padding-left: 11px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1201px) {
    #section-nav .nav-tabs > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    #section-nav .nav-tabs > li > a::after {
        padding-left: 11px;
    }

}

@media only screen and (min-width: 1021px) and (max-width: 1199px) {
    #section-nav .nav-tabs > li > a {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 14px;
    }

    #section-nav .nav-tabs > li > a::after {
        padding-left: 8px;
    }

    #main-header .desktop-search-container .search {
        margin-right: 7px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1020px) {
    #section-nav .nav-tabs > li {
        padding-left: 10px;
    }

    #section-nav-wrapper {
        padding-bottom: 0px;
    }

    .mainPT {
        padding-top: 106px !important;
    }

    .mobilesubmenu {
        /*height:160px; overflow:auto;*/
    }

    #section-nav {
        height: 101vh;
        overflow: auto;
    }

    .mobilesubmenu .container {
        max-width: inherit;
    }

}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .latestnewsimg {
        height: 130px;
    }

    .wsmenu {
        font-size: 13px !important;
    }

    .wsmenu-list li a {
        white-space: normal !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .footernav li {
        font-size: 18px;
    }

    .followussection ul li {
        font-size: 16px;
    }

    .followussection {
        font-size: 18px;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }

    .footernav {
        float: none;
        text-align: center;
    }

    .footeraddsec h2 {
        font-size: 24px;
    }

    .gallerydet h2 {
        font-size: 24px;
    }

    h2.bluetitle {
        font-size: 24px;
    }

    .newslettergraybg h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .latestnewsdet {
        margin: 15px 10px;
        font-size: 16px;
    }

    .newslink .orangelink {
        font-size: 16px;
    }

    .newslink {
        padding-left: 10px;
        padding-right: 10px;
    }

    .newslettergraybg .container {
        max-width: 800px;
    }

    .bannersection {
        height: 409px;
        background-size: 100%;
    }

    .banner-pos-rel {
        height: 311px;
    }

    .researchboximg {
        width: 300px;
        height: 300px;
    }

    .header-search-icon {
        margin-right: 0px;
    }

    .support-research-sec {
        margin-bottom: 80px;
    }

    .homegall-sec {
        margin-bottom: 50px;
    }

    .gallerycont {
        height: 106px;
    }

    .userproimg {
        width: 240px;
        height: 240px;
    }

    .bluetabbg h4 {
        font-size: 20px;
    }

    .boxpadd {
        padding: 20px 15px;
    }

    /*.garvan-header-menu li {padding: 10px 5px; font-size:16px;}
*/
    .lightbluebgtab .garvan-header-menu li {
        padding: 10px 5px;
    }

    .MainPTB {
        padding: 30px 0px;
    }

    .breadcrumb-sec .breadcrumb {
        padding-left: 0px;
    }

    .bannerbackbg {
        background-size: 100% 470px;
    }

    .innerpageleftrightpanel .col-md-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .innerpageleftrightpanel .col-md-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .clinicalgenosec .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .clinicalgenosec .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sponsprspart .owl-nav .owl-prev {
        left: -20px;
    }

    .sponsprspart .owl-nav .owl-next {
        right: -20px;
    }

    .menubtn {
        display: block;
        margin-top: 0px;
    }

    .showmenulist {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 0px !important;
    }

    .sticking {
        width: 100%;
        top: inherit !important;
        animation: fadeInDown 0s ease-in-out;
        -webkit-animation: fadeInDown 0s ease-in-out;
        position: relative !important;
        z-index: 9999;
    }

    .topheader .container {
        padding-left: 0px;
        padding-right: 0px;
        max-width: inherit;
    }

    .header .wrapper {
        display: none;
    }

    .topheader {
        padding-top: 0px;
    }

    .main-header-right {
        position: fixed;
        right: 15px;
        z-index: 1;
        top: 6px;
    }

    .search-form-wrapper.show-search {
        margin-top: 4px;
    }

    .wsmenu-list > li {
        background: none;
        background-color: #ff0000;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
    }

    .wsmenu-list > li > a {
        display: block;
    }

    .latestnewsimg {
        height: 205px;
    }

    .wsmenu {
        font-size: 13px !important;
    }

    .wsmenu-list li a {
        white-space: normal !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .footernav li {
        font-size: 18px;
    }

    .followussection ul li {
        font-size: 16px;
    }

    .followussection {
        font-size: 18px;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }

    .footernav {
        float: none;
        text-align: center;
    }

    .footeraddsec h2 {
        font-size: 17px;
    }

    .gallerydet h2 {
        font-size: 19px;
        height: 70px;
        overflow: hidden;
    }

    h2.bluetitle {
        font-size: 19px;
    }

    .newslettergraybg h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .latestnewsdet {
        margin: 15px 10px;
        height: 80px;
        /*font-size:16px;*/
    }

    .newslink .orangelink {
        /*font-size:16px;*/
    }

    .newslink {
        padding-left: 10px;
        padding-right: 10px;
    }

    .newslettergraybg .container {
        max-width: 800px;
    }

    .bannersection {
        height: 340px;
        background-size: cover;
    }

    .banner-pos-rel {
        height: 258px;
        max-width: 428px;
    }

    .bannerposab h1 {
        font-size: 24px;
    }

    .newssec .col-sm-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallerycont {
        height: 135px;
    }

    .footeraddsec .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footeraddsec .col-sm-4:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footeraddsec .col-sm-4:last-child .footerboxwidht {
        max-width: inherit;
    }

    .footeraddsec .col-sm-4:last-child .ftboxMB {
        float: left;
        width: 50%;
    }

    .megamenu {
        padding: 15px 0px !important;
    }

    .megamenu .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .megamenu .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .megamenu .col-sm-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menusecbox h3 {
        font-size: 20px;
    }

    .wsmenu-list > li .megamenu:before {
        display: none;
    }

    .wsmenu-list > li .megamenu:after {
        display: none;
    }

    .wsmenu-list li a {
        white-space: normal !important;
    }

    .wsmenu-list li {
        white-space: normal !important;
    }

    .researchboximg {
        width: 270px;
        height: 270px;
    }

    .galleryimg {
        width: 210px;
        height: 210px;
    }

    .mainlogo {
        display: none;
    }

    .smallogo {
        text-align: left;
        padding-left: 60px;
    }

    .megamenu .container .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .support-research-sec {
        margin-bottom: 80px;
    }

    .homegall-sec {
        margin-bottom: 50px;
    }

    .gallerycont {
        height: 106px;
    }

    .innerpageleftrightpanel .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .innerpageleftrightpanel .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .innerpageleftrightpanel .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .innerpageleftrightpanel .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .MainPTB {
        padding: 30px 0px;
    }

    .breadcrumb-sec .breadcrumb {
        padding-left: 0px;
    }

    .menusecbox h3 a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sticky {
        position: relative !important;
        background-color: transparent !important;
    }

    .sticking {
        background-color: transparent;
        width: 100%;
        animation: fadeInDown 0s ease-in-out;
        -webkit-animation: fadeInDown 0s ease-in-out;
        position: relative !important;
        z-index: 9999;
    }

    .sticking.topheader {
        padding-top: inherit;
        padding-bottom: inherit;
    }

    .sticking .mainlogo {
        top: inherit;
    }

    .lightbluebgtab .garvan-header-menu li {
        padding: 10px 5px;
    }

    .userproimg {
        width: 240px;
        height: 240px;
        float: left;
    }

    .person-details {
        /*margin-left: 270px;*/
        padding-top: 15px;
    }

    .menubtn {
        display: block;
        margin-top: 0px;
    }

    .showmenulist {
        display: none;
    }

    .breadcrumb-sec {
        display: none;
    }

    .mrginleft {
        margin-left: 100px;
    }

    .wsmenu.menuopen {
        height: 100vh !important;
    }

    .overlapblackbg {
        height: 100vh !important;
    }

    .mainPT {
        padding-top: 58px;
    }


    .container { max-width: 100%; }
    #portal-column-two .group-details {
        padding: 0;
        margin: 0;
    }

    .person-portrait { width: 200px!important; height: 200px!important; }

}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 0px !important;
    }

    .sticking {
        width: 100%;
        top: inherit !important;
        animation: fadeInDown 0s ease-in-out;
        -webkit-animation: fadeInDown 0s ease-in-out;
        position: relative !important;
        z-index: 9999;
    }

    .topheader .container {
        padding-left: 0px;
        padding-right: 0px;
        max-width: inherit;
    }

    .header .wrapper {
        display: none;
    }

    .topheader {
        padding-top: 0px;
    }

    .main-header-right {
        position: fixed;
        right: 15px;
        z-index: 1;
        top: 6px;
    }

    .search-form-wrapper.show-search {
        margin-top: 4px;
    }

    .wsmenu-list > li {
        background: none;
        background-color: #ff0000;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
    }

    .wsmenu-list > li > a {
        display: block;
    }

    .latestnewsimg {
        height: 205px;
    }

    .wsmenu {
        font-size: 13px !important;
    }

    .wsmenu-list li a {
        white-space: normal !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .footernav li {
        font-size: 18px;
    }

    .followussection ul li {
        font-size: 16px;
    }

    .followussection {
        font-size: 18px;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }

    .footernav {
        float: none;
        text-align: center;
    }

    .footeraddsec h2 {
        font-size: 22px;
    }

    .gallerydet h2 {
        font-size: 22px;
    }

    h2.bluetitle {
        font-size: 22px;
    }

    .newslettergraybg h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .latestnewsdet {
        margin: 15px 10px;
        height: 80px;
        /*font-size:16px;*/
    }

    .newslink .orangelink {
        /*font-size:16px;*/
    }

    .newslink {
        padding-left: 10px;
        padding-right: 10px;
    }

    .newslettergraybg .container {
        max-width: 800px;
    }

    .bannersection {
        height: 340px;
        background-size: cover;
    }

    .banner-pos-rel {
        height: 258px;
        max-width: 300px;
    }

    .bannerposab h1 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .bannerbluetext {
        font-size: 17px;
    }

    .banndet-text {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .newssec .col-sm-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallerycont {
        height: 135px;
    }

    .footeraddsec .col-sm-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footeraddsec .col-sm-4:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footeraddsec .col-sm-4:last-child .footerboxwidht {
        max-width: inherit;
    }

    .footeraddsec .col-sm-4:last-child .ftboxMB {
        float: left;
        width: 50%;
    }

    .gallerycont {
        height: auto;
    }

    .followussection ul li {
        font-size: 14px;
    }

    .followussection ul li i {
        font-size: 16px;
    }

    .followussection {
        font-size: 16px;
    }

    .footernav li {
        font-size: 16px;
    }

    .support-research-sec {
        margin-bottom: 40px;
    }

    .newslettergraybg {
        margin-bottom: 40px;
    }

    .megamenu {
        padding: 15px 0px !important;
    }

    .megamenu .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menusecbox h3 {
        font-size: 20px;
    }

    .wsmenu-list > li .megamenu:before {
        display: none;
    }

    .wsmenu-list > li .megamenu:after {
        display: none;
    }

    .wsmenu-list li a {
        white-space: normal !important;
    }

    .wsmenu-list li {
        white-space: normal !important;
    }

    .smallogo {
        text-align: left;
        padding-left: 60px;
    }

    .researchboximg {
        text-align: center;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-search-icon {
        margin-right: 10px;
    }

    .mainlogo {
        display: none;
    }

    .megamenu .container .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .homegall-sec {
        margin-bottom: 50px;
    }

    /*.garvan-header-menu li {padding: 10px 5px; font-size:16px; display:block; border-bottom:1px solid #ccc;}
*/

    .lightbluebgtab .garvan-header-menu li {
        border-color: #00a9a7;
    }

    .MainPTB {
        padding: 40px 0px;
    }

    .breadcrumb-sec {
        /*margin-bottom:20px;*/
        display: none;
    }

    .bluetabbg h4 {
        font-size: 20px;
    }

    .innerpagecontent h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .visitingsection {
        padding: 0px;
    }

    .visitingsection .col-sm-3 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .menusecbox h3 a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .megamenu .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .megamenu .col-sm-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sticky {
        position: relative !important;
        background-color: transparent !important;
    }

    .sticking {
        background-color: transparent;
        width: 100%;
        animation: fadeInDown 0s ease-in-out;
        -webkit-animation: fadeInDown 0s ease-in-out;
        position: relative !important;
        z-index: 9999;
    }

    .sticking.topheader {
        padding-top: inherit;
        padding-bottom: inherit;
    }

    .sticking .mainlogo {
        top: inherit;
    }

    .bannersection .container {
        max-width: inherit;
    }

    .leftlogo {
        text-align: center !important;
    }

    .rightlogo {
        text-align: center !important;
    }

    .userproimg {
        width: 170px;
        height: 170px;
        float: left;
    }

    .person-details {
        margin-left: 200px;
        padding-top: 15px;
    }

    .menubtn {
        display: block;
        margin-top: 0px;
    }

    .showmenulist {
        display: none;
    }

    .mrginleft {
        margin-left: 100px;
    }

    .wsmenu.menuopen {
        height: 100vh !important;
    }

    .overlapblackbg {
        height: 100vh !important;
    }

    .mainPT {
        padding-top: 58px;
    }

    #section-nav .nav-tabs > li {
        padding-left: 10px;
    }

    #section-nav-wrapper {
        padding-bottom: 0px;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .homegall-sec .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .latestnewsimg {
        height: 149px;
    }

    .latestnewsdet {
        height: 98px;
        font-size: 16px;
    }

    .newslink .orangelink {
        font-size: 16px;
    }

    .footeraddsec h2 {
        font-size: 20px;
    }

    .ftmap iframe {
        width: 240px;
        height: 240px;
    }

    .researchboximg {
        width: 195px;
        height: 195px;
    }

    .header-search-icon {
        margin-right: 20px;
    }

    .sponsprspart .owl-nav .owl-prev {
        left: -20px;
    }

    .sponsprspart .owl-nav .owl-next {
        right: -20px;
    }

    /* Move the left column to the bottom */
    .column-one-container { order: 1; }


}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .researchboximg {
        text-align: center;
        margin-bottom: 30px;
    }

    .newssec .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .latestnewsdet {
        height: auto;
    }

    .homenewsbox {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .footeraddsec .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footeraddsec .col-sm-4:last-child .ftboxMB {
        float: none;
        width: auto;
    }

    .rightlogo {
        text-align: left;
    }

    .partnerlogos .col-sm-6 {
        margin-bottom: 20px;
    }

    .footerboxwidht {
        max-width: inherit;
    }

    .search-form-wrapper {
        right: -100px;
    }

    .heightnone {
        height: 0px;
    }

    .bannersection {
        height: 282px;
    }

    .banner-pos-rel {
        height: 230px;
        max-width: 200px;
    }

    .bannerposab h1 {
        font-size: 14px;
        font-weight: 400;
    }

    .banndet-text {
        font-size: 13px;
    }

    .bannerbluetext {
        font-size: 14px;
    }

    .userproimg {
        width: 150px;
        height: 150px;
    }

    .person-details {
        margin-left: 180px;
        padding-top: 10px;
    }

    .sponsprspart .owl-nav .owl-prev {
        display: none;
    }

    .sponsprspart .owl-nav .owl-next {
        display: none;
    }

    /* Move the left column to the bottom */
    .column-one-container { order: 1; }

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .researchboximg {
        text-align: center;
        margin-bottom: 30px;
    }

    .newssec .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .latestnewsdet {
        height: auto;
    }

    .homenewsbox {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .footeraddsec .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footeraddsec .col-sm-4:last-child .ftboxMB {
        float: none;
        width: auto;
    }

    .rightlogo {
        text-align: left;
    }

    .partnerlogos .col-sm-6 {
        margin-bottom: 20px;
    }

    .heightnone {
        height: 0px;
    }

    .latestnewsimg {
        height: 180px;
    }

    .homenewsbox {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .footerboxwidht {
        max-width: inherit;
    }

    .search-form-wrapper {
        right: -130px;
        width: 290px;
    }

    .smallogo .mobilebiglogo {
        display: none;
    }

    .smallogo .mobilesmalllogo {
        display: inline-block;
    }

    .researchboximg {
        width: 230px;
        height: 230px;
    }

    .header-search-icon {
        margin-right: 5px;
    }

    .bannerposab h1 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .userproimg {
        width: 240px;
        height: 240px;
    }

    .visitingsection .col-sm-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wsmenu.menuopen {
        width: 240px !important;
    }

    .wsmenu .wsmenu-list > li {
        width: 240px;
    }

    .wsmenuexpandermain .menuopen {
        left: 400px !important;
    }

    .bannersection {
        height: 240px;
    }

    .banner-pos-rel {
        height: 195px;
        max-width: 200px;
    }

    .bannerposab h1 {
        font-size: 14px;
        font-weight: 400;
    }

    .banndet-text {
        font-size: 13px;
    }

    .bannerbluetext {
        font-size: 14px;
    }

    .userproimg {
        float: none;
    }

    .person-details {
        margin-left: 0px;
    }

    .sponsprspart .owl-nav .owl-prev {
        display: none;
    }

    .sponsprspart .owl-nav .owl-next {
        display: none;
    }

    .wsmenuexpandermain .menuopen {
        left: 240px !important;
    }

    .donate-btn {
        font-size: 18px;
    }

    .main-header-right {
        top: 25px !important;
    }

    /* Move the left column to the bottom */
    .column-one-container { order: 1; }

}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 0px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 16px 14px 16px 14px !important;
	border-top: 0px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #dc3c00 !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

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

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

#mc_embed_signup {
    background: #4D00C7; /*url('../images/header-dots.png') no-repeat 30% 40% */
    clear: left;
    padding: 20px 0px;
    margin-bottom: 60px;
}

#mc_embed_signup h2 {
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    font-size: 35px;
}

#mc_embed_signup p {
    color: #FFFFFF;
    padding: 10px 0px;
    /*text-align: center;*/
    /*margin-bottom: 50px;*/
    /*font-size: 25px;*/
}

#mc_embed_signup p b {
    font-weight: 600;
}

#mc_embed_signup .mc-field-group {
    position: relative;
    border: 0px solid #f00;
    /*margin: 0px auto;*/
}

#mc_embed_signup .mc-field-group input#mce-EMAIL {
    padding: 20px 80px 20px 20px;
    text-indent: 0px;
    outline: none;
    border-radius: 0px;
    display: inline-block;
    font-size: 0.9em;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

#mc_embed_signup .mc-field-group input#mce-EMAIL::placeholder {
    color: #333333;
}

#mc_embed_signup .mc-field-group input[type=submit] {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 0px 10px;
    border: 0px solid #FFFFFF;
    background: #02d5d2;
    color: #4d00c7;
    font-weight: bold;
}

div#mce-responses {
    float: left;
    border: 1px solid #f010;
    display: block;
    width: 100%;
}

div#mce-responses #mce-success-response {
    color: #FFFFFF;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    margin: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    background: #6dc6da;
    font-weight: normal !important;
}

#mc_embed_signup div.mce_inline_error,
div#mce-responses #mce-error-response {
    font-size: 14px;
    float: left;
    background: #CD0028 !important;
    border-radius: 5px;
    padding: 5px 10px !important;
    margin: 10px 0px !important;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-weight: normal !important;
}

div#mce-responses #mce-error-response a {
    color: #02d5d2;
}


@media only screen and (max-width: 1024px) {
    #mc_embed_signup p {
        text-align: center;
    }

    #mc_embed_signup .mc-field-group {
        width: 80%;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 769px) {
    #mc_embed_signup .mc-field-group {
        width: 90%;
    }
}
.pfg-form {
	border: 0px solid #f00;
	padding: 15px;
	font-size: 16px;
}

.pfg-form .formQuestion {
}

.pfg-form .formQuestion.label {
	border-bottom: 1px solid #ccc;
	color: #4D00C7;
	font-weight: bold;
	padding: 15px 0px;
	font-size: 18px;
}

.pfg-form .field,
.pfg-form .formControls {
	padding: 5px 15px;
}

/*.pfg-form .formButton {
	border: 0;
	box-shadow: 1px 1px 1px #CCC;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 30px;
	margin-left: 0;
	height: auto;
	background-color: #D94C00;
	text-transform: uppercase;
	margin-top: 10px;
}*/

.pfg-form input[type="text"],
.pfg-form input[type="number"],
.pfg-form input[type="email"],
.pfg-form input[type="password"],
.pfg-form textarea,
.pfg-form select {
	font-size: 16px;
	padding: 10px;
}

.pfg-form textarea {
	min-height: 100px;
}

#formMessageNotif {
	padding: 5px 30px;
	color: #f00;
	font-weight: bold;
}

#formMessageNotif.success {
	color: #4D00C7 !important;
}

.pfg-form .ArchetypesLabelWidget .formQuestion.label {
	border-bottom: 1px solid #cccccc;
	font-weight: 400;
	font-size: 20px;
	clear: both;
}

.pfg-form .field {
	font-size: 16px;
}

.pfg-form ::placeholder {
	color: #cccccc;
}

.pfg-form .formHelp {
	display: block;
	font-size: 12px;
}

.pfg-form .required::after, span.required::after {
    content: "*";
    color: #db3c00;
    font-size: 16px;
    font-weight: 300;
    top: 0;
}
/* 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; }

.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;
  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;
  box-shadow: none;
  touch-action: manipulation; }

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;
  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; }
  .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;
  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; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    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;
  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;
    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; } }

/***************** HTML ELEMENTS ***************/

/*
This creates double scrollbars in Firefox, breaks the sticky header in any browser
and moves the scrollbar funder the sticky header in Chrome
*/
/*html, body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
*/
a {
    /*color: #DB3C00;*/
    color: #4D00C7;
    font-family: Roboto;
}

a:hover {
    color: #CD0028;
}

a.call-to-action {
    padding: 10px 60px 10px 0;
    background: url(376a1d34be01d73fed3f156b0c7729a1.svg) no-repeat 95% 50%;
    color: #DB3C00;
    font-family: Roboto Slab;
    font-weight: 300;
    display: inline-block;
    margin: 10px 0px;
}

.pull-right {
    float: right;
}

p {
    padding: 10px 0;
}

ul, ol {
    padding-bottom: 10px;
}

ul > li, ol > li {
    margin: 5px 0;
    line-height: 1.2;
}

#edit-zone ul > li, #edit-zone ol > li {
    margin: 0;
    line-height: 1.2;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    margin-left: 20px;
    font-size: 18px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-weight: 400;
    font-style: italic;
    color: #738ea9;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
}

.innerpagecontent table {
    border: 1px solid #e5e5e5;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.innerpagecontent table > thead > tr > th,
.innerpagecontent table > tbody > tr > th,
.innerpagecontent table > tfoot > tr > th,
.innerpagecontent table > thead > tr > td,
.innerpagecontent table > tbody > tr > td,
.innerpagecontent table > tfoot > tr > td {
    border: 1px solid #e5e5e5;
    padding:10px;
}

.innerpagecontent table.listing {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.innerpagecontent .listing > tbody > tr:nth-child(odd) > td,
.innerpagecontent .listing > tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
}

table.invisible-grid > thead > tr > th,
table.invisible-grid > tbody > tr > th,
table.invisible-grid > tfoot > tr > th,
table.invisible-grid > thead > tr > td,
table.invisible-grid > tbody > tr > td,
table.invisible-grid > tfoot > tr > td,
table.invisible-grid {
    border: 0;
}


/*********** General ***********/
.image-right{
    float: right;
    margin: 0.8em 0.5em;
}

.image-left {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.more-link {
    float: right;
    margin-top: -10px;
}

.more-link-left {
    color: #4D00C7;
    font-size: 20px;
}

.more-link-left:hover {
    text-decoration: none;
    color: #4D00C7
}

.more-link-left-wrapper {
    background-color: #fdfdfd;
    margin-bottom: 12px;
    padding: 5px 12px;
    text-align: left;
}

.more-link-left:hover > span {
    text-decoration: underline;
}

.more-link:after,
.more-link-left:after {
    content: ' ';
    background: url(376a1d34be01d73fed3f156b0c7729a1.svg) 50% 100% no-repeat;
    padding-left: 45px;
    font-size: 26px;
}

a:hover > .more-link-left {
    text-decoration: none !important;
}

a:hover .more-link-left:after {
    text-decoration: none !important;
}

.more-news {
    margin-top: -5px;
}

#portal-footer-wrapper h4 {
    font-weight: 400;
    color: #4D00C7;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4D00C7;
}


/**********TOP SEARCH*********/
#expand-search {
    height: 100%
}

#expand-search img {
    max-width: 80%;
    margin-top: 10px;
}

/************** PORTLETS ****************/

.portlet-static-linkedin {
    margin-top: 30px;
}

/*Left nav*/

/* .navTree .thumb-icon {
    display: none;
} */

.navTreeCurrentNode {
    color: #DB3C00 !important;
    border-bottom-color: #DB3C00 !important;
    text-decoration: none;
}

.navTreeCurrentNode:after {
    color: #DB3C00 !important;
}

.portletNavigationTree {
    width: 100%;
}

.portletNavigationTree header {
    display: none;
}

.portletNavigationTree .navTree {
    list-style: none;
    padding-left: 24px;
}

.portletNavigationTree .navTreeItem {
    list-style: none;
}

.portletNavigationTree .navTreeItem a {
    color: #4D00C7;
    padding-top: 23px;
    padding-bottom: 8px;
    display: flex;
    padding-left: 0px;
    padding-right: 27px;
    width: 100%;
    border-bottom: 1px solid #4D00C7;
    font-size: 22px;
    justify-content: space-between;
    align-items: flex-start;
}

.portletNavigationTree .navTreeItem a:hover {
    text-decoration: none;
    color: #DB3C00 !important;
}

.portletNavigationTree a.navTreeFolderish:after {
    content: "\F105";
    color: #4D00C7;
    width: 35px;
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    right: 0;
    text-align:right;
    float: right;
    padding-left: 42px;
}

.portletNavigationTree ul.navTreeLevel0 {
    padding-left: 0;
}

.navTree li {
    margin-bottom: 0;
}

@media only screen and (min-width:992px) and (max-width:1299px)
{
    .portletNavigationTree .navTreeItem a {font-size:18px;}

    #section-nav .nav-tabs > li > a {padding-left:8px; padding-right:8px;}
    #section-nav .nav-tabs > li > a::after {padding-left: 11px;}
}

@media only screen and (max-width:992px)
{
    .portletNavigationTree {
        width: 100%;
    }

    .portletNavigationTree .navTreeItem a {font-size:18px;}
}

.documentFirstHeading {
    font-size: 30px;
    font-family: 'Roboto Slab', serif;
    color: #4D00C7;
    font-weight: 300;
}

.innerpagecon h3 {
    font-size: 30px;
    color: #4D00C7;
    font-weight: 300;
}

.portletNavigationTree .portletContent {
    padding-top: 0;
}

.navTreeTopNode a {
    padding-top: 5px !important;
}

.navTree {
    margin-bottom: 0px !important;
}

.navTreeLevel0 > li:first-child > a {
    padding-top:0;
}

.portletNavigationTree {
    background: none !important;
    margin-top: 0 !important;
}

.breadcrumb-sec ol {
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    display: flex;
    list-style: none;
}

.breadcrumb-sec ol a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.breadcrumb-sec ol a:hover {
    color: #DB3C00;
    text-decoration: underline;
}

.breadcrumb-sec ol #breadcrumbs-home:before {
    display:none;
}

.breadcrumb-sec ol li:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: ">";
}

#portal-column-two .group-details {
    /*background-color: #f5f3f1;*/
    padding: 0px 25px 0px 25px;
    overflow: hidden;
    margin-top: 0px !important;
}

#portal-column-two .group-details .social .ai,
#portal-column-two .group-details .social .fa {
    font-size: 22px;
}

.person-portrait {
    width: 265px;
    height: 265px;
    overflow: hidden;
    /*margin: 0px 0px 30px 0px;*/
}

.person-portrait img:hover {
    transform: scale(0.9);
    border-color: #4D00C7;
}

.person-portrait img {
    border-radius: 100%;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: 5px solid #f5f3f1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.person-details h3 {
    color: #4700c7;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 400;
}

.person-details .fullname {
    font-weight: 500;
}

.diseases-portlet {
    margin-top: 37px
}

.disease-listing {
    padding: 25px;
    /*background-color: #f5f3f1;*/
    overflow: hidden;
}

.disease-listing a:after {
    content: "\F105" !important;
    font-family: FontAwesome;
    padding: 0px 0px 0px 10px;
}

.portlet {
    /*background-color: #f5f3f1;*/
    overflow: hidden;
    /*margin-top: 37px;*/
}

.portletHeader {
    /*color: #4700c7;*/
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    margin-bottom:0px;
    /*font-weight: 400;*/
    /*background: url(../images/header-icons/garvan-icon-2.svg) no-repeat;*/
    /*background-position: 20px 50%;*/
    /*padding-left: 60px;*/
    line-height: normal;
    padding: 10px 20px;
    /*background-color: #08d5d2;*/
    /*background-color: #C6C7C5;*/
    /*padding: 15px 15px 15px 75px;*/
    /*background-size: 43px;*/
}

.portletNavigationTree .portletContent {
    padding: 0 !important;
}

.portletContent {
    padding: 25px;
}

.portletNews .portletItem {
    list-style-type: none;
    padding-bottom: 16px;
}

.portletNews ul {
    padding: 0;
}

/***************PERSON SEARCH ****************/
#search-results .person {
    padding-bottom: 70px;
}

#search-results .person .person-info {
    /*float: left;*/
    /*margin-left: 30px;*/
    overflow: hidden;
}

#search-results .person .person-info span.team:after {
    content: ', ';
}

#search-results .person .person-info span.team:last-child:after {
    content: '';
}

@media only screen and (max-width:500px) {
    #search-results .person .person-info {
        font-size: 14px;
    }
}

#search-results .person .portrait {
    float: left;
    margin-right: 20px;
}


#search-results-bar {
    margin-bottom: 30px;
}

#search-results .listingBar {
    margin-top: 80px;
}

.search-result-header {
    margin-top: 40px;
}
#search-results .person
#search-field #search-results .person .searchPage {
    width: 100%;
}

.faculty-page-description {
    margin: 20px 0px 40px;
}

.faculty-page-description p {
    margin-bottom: 12px;
}

.faculty-page-description p.bold {
    font-weight: 500;
}

/************ Lab Search *************/
.labSearchItem {
    border: 0px solid #f00;
    padding-bottom: 50px;
}

.labSearchItem .thumb {
    float: left;
    margin-right: 30px;
/*    border: 0px solid #f00;
    overflow: hidden;
    background: #E8E8E7;
    border-radius: 50%;
    overflow: hidden;
*/}

/*.labSearchItem .thumb img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}*/

.labSearchItem .labName {
    border: 0px solid #aaa;
    overflow: hidden;
    color: #4D00C7;
    font-weight: 400;
}

.labSearchItem .diseaseList a:after {
    content: ',';
}

.labSearchItem .diseaseList a:last-child:after {
    content: '';
}

.labSearchItem .diseaseList a {
    color: #333333;
}




/************ NEWS PAGE *************/
/*Filtering*/
.filters {
    /*float: left;
    margin-left: 45px;
    margin-bottom: 40px;*/
    float: left;
    margin-left: 10px;
    margin-bottom: 40px;
    min-width: 200px;
    margin-right: 50px;
}

.filters-label {
    float: left;
    padding-top: 7px;
    color: #DB3C00;;
    font-size: 16px;
}

.filter-keyword {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    font-size: 16px !important;
    color: #b1b1b1 !important;
    border-bottom: 1px solid #b1b1b1 !important;
    border-radius: 0 !important;
}

.filter-category {
    float: left;
    width: 220px !important;
    margin-right: 40px !important;
    /* border-radius: 0 !important; */
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea, select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 20px 12px;
    font-size: 18px;
    line-height: 18px;
    color: #696969;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select {
    padding: 11px 12px;
    height: auto;
    -webkit-appearance: none;
    background: #fff url(e292600da9b3030359c1c111450774ed.png) no-repeat;
    background-position: 100% center;
}

.filter-date {
    margin-left: 20px;
    width: 100px;
    /* border-radius: 0 !important; */
    float: left;
}

.filters-submit {
    float: right;
    width: 100px;
    background-color: #4700c7;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    margin-right: 40px;
}

.filters-submit:hover {
    background-color: #3800a0;
    color: #fff !important;
}

/*News Tiles*/

#content .search-item.tiled {
    /* padding-bottom: 20px;
    border-top: 1px solid #e8e4e4;
    -webkit-box-shadow: 1px 4px 1px 6px #e8e4e4;
    -moz-box-shadow: 1px 1px 4px 1px #e8e4e4;
    box-shadow: 1px 1px 4px 1px #e8e4e4;
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; */

    padding-bottom: 20px;
    border-top: 1px solid #e8e4e4;
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f5f3f1;
}

.search-item.tiled:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.search-item.tiled .search-entry-image {
    ￼float: left;
    ￼width: 100%;
    ￼margin: 0 auto;
}

.search-item.tiled .tileImage {
    background-position: center center;
    background-size: cover;
    height: 324px;
    width: auto;
    display: block;
}

.search-item.tiled .search-entry-body {
    /* float: left; */
    padding: 20px;
    flex-grow: 1;
}

#content .search-item.tiled .documentByLine {
    ￼color: #DB3C00;
}

#content .search-item.tiled h3 {
    line-height: 1.3em;
    font-weight: 300 !important;
}

#content .search-item.tiled h3 a {
    ￼color: #333 !important;
    ￼text-decoration: none;
}

.search-entry-description {
    font-weight: 300;
}

.search-item.tiled .search-readmore {
    display: block;
    width: 36px;
}

.search-item .tileFooter {
    align-self: flex-end;
    padding-right: 15px;
}


/********* NEWSLETTER and EVENTS *********/
#content .news-item.listed {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #efefef;
}

#content .event.listed:first-child, #content .news-item.listed:first-child {
    border-top: none;
}

#content .event.listed, #content .news-item.listed {
    margin: 10px 0 0;
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
}

#content .event.listed div.tileImageNoWidth, #content .news-item.listed div.tileImageNoWidth {
    float: right;
    margin-top: 10px;
}

#content .news-item.listed h3 {
￼    line-height: 1.3em;
￼    font-weight: 300 !important;
}

#content .event.listed h3, #content .news-item.listed h3 {
    font-size: 20px;
    font-style: normal;
    line-height: 1em;
}

#content .news-item.listed h3 a {
    color: #4D00C7 !important;
    text-decoration: none;
}

#content .news-item.listed .documentByLine {
    color: #DB3C00;
}

#content .event.listed .documentByLine, #content .news-item.listed .documentByLine {
    font-size: 18px;
    color: #DB3C00;
    font-weight: 400;
}

#content div.documentByLine {
    opacity: .9;
}

.news-item h5 {
    margin: 10px 0;
    font-size: 18px;
}

.news-item li {
    font-size: 18px;
    margin-bottom: 5px;
}


/*********PUBLICATIONS**********/

.portaltype-garvan-types-publication .field.abstract {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.portaltype-garvan-types-publication .field.abstract p {
    margin-bottom: 40px;
}

/*Publication search*/
.searchPage {
    position: relative;
}

.searchPage #search-field, .portaltype-garvan-types-publication #search-field {
    background-color: #E8E8E7;
    padding: 20px;
    text-align: left;
}

.searchPage .searchButton, .portaltype-garvan-types-publication .searchButton {
    background-color: #4700c7;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding: 12px 16px 12px 12px;
    width: 100px;
    font-size: 18px;
    border: 1px solid #4700c7;
    line-height: 16px;
    border-radius: 5px;
}

.svg-search-icon {
    fill: white;
    position: absolute;
    margin: 3px 0 0 8px;
}

.searchPage .searchButton i, .portaltype-garvan-types-publication .searchButton i {
    float: right;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search {
    background-position: -48px 0;
}

/*

#22593 - 404 error on glyphicons file

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/++theme++images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

*/

/*publication page*/
.portaltype-garvan-types-publication .title {
    line-height: 1.2em;
    margin: 40px 0 30px;
}


/************* LAB PAGES *************/
#staff-profiles .staff {
    float: left;
}

#staff-profiles .staff:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
    padding-bottom: 50px;
}

#staff-profiles img {
    width: 100%;
}

#staff-profiles {
    margin-top: 30px;
}

#staff-profiles .staff .portrait, .leader-details .portrait {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.leader-details .portrait {
    float: left;
}

#staff-profiles .staff .portrait img, .leader-details .portrait img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.research-group {
    margin-bottom: 40px;
}

.research-group.listed dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    font-size: 20px;
}

.sub-heading {
    /*font-family: SourceSansPro, Helvetica, Arial, sans-serif;*/
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
    margin-top: 5px;
    margin-top: 10px;
}

.research-group > dt > a {
    color: #4700c7;
}

.research-group.listed .leader-details strong {
    display: block;
    line-height: 1em;
}

.research-group.listed .leader-details .portrait {
    width: 80px;
    height: 80px;
    margin-right: 16px;
}

.research-group.listed .leader-details img {
    display: inline-block;
    vertical-align: top;
}

.research-group .leader-details .leader-title {
    padding-top: 13px;
}

.groups-heading {
    margin-top: 30px;
}


/***********SITE MAP*************/
#portal-sitemap .navTreeLevel2 > .navTreeItem {
    margin-top: 15px;
}

#portal-sitemap .navTreeLevel2 > .navTreeItem:first-child {
    margin-top: 0 !important;
}

#portal-sitemap > .navTreeItem {
    margin-top: 20px;
}

#portal-sitemap > .navTreeItem:first-child {
    margin-top: 0 !important;
}

#portal-sitemap {
    margin-top: 25px;
}

/*********** STUDENT NEWS ***********/
.student-news-wrapper .news-item .tileImage img {
    float: right;
    margin-top: 6px;
}

.student-news-wrapper .news-item .tileHeadline {
    line-height: 1.3em;
    font-weight: 300 !important;
    font-size: 23px;
    font-style: normal;
}

.student-news-wrapper .news-item > div {
    font-size: 18px;
}

.student-news-wrapper .news-item .documentByLine {
    font-size: 18px;
}

.student-news-wrapper .news-item .tileFooter {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 15px;
}

.student-news-wrapper .news-item .tileFooter a {
    color: #4D00C7 !important;
}

.student-news-wrapper .news-item .tileHeadline,
.student-news-wrapper .news-item .documentByLine,
.student-news-wrapper .news-item > div {
    padding-right: 205px;
}

/********** STUDENTS PAGE *********/

.portletStaticText h4 {
    font-weight:500;
    font-size: 17px;
}

.portletStaticText h2 {
    margin-top: 30px;
}

.portletStaticText h3 {
    font-weight: 400;
}

.portlet-static-unsw {
    margin-top: 31px;
}

/********** BONE FRACTURE RISK *********/
.documentDescription {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #003263;
}

body.portaltype-garvan-types-person .documentDescription {
    display: none !important;

}

.field.conjoint {
    margin-bottom: 25px;
}

.callout {
    background: #eee;
    padding: 1em;
    border-left: 1em solid #ccc;
    clear: both;
    margin-bottom: 15px;
}

.call-to-action {
    background-color: #DB3C00;
    color: #ffffff;
    color: #CD0028;
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0px;
    overflow: hidden;
    padding: 25px 26px;
    position: relative;
}

.call-to-action .call-to-action-link {
    background-color: #ffffff;
    color: #DB3C00;
    float: right;
}

.call-to-action-link {
    background-color: #DB3C00;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 14px;
    white-space: nowrap;
}

/******** INDIVIDUAL search PAGES ********/
#news-image {
    float: right;
    /*width: min-content;*/
    padding: 10px;
    max-width: 50%;
}

#news-image img {
    margin-bottom: 10px;
    max-width: 100%;
}

.subsection-news #content-core > h5 {
    font-size: 18px;
    font-weight: 300;
}

/******** SEARCH LISTING PAGES (news, confirgurable search, etc.) ********/
/*Tile view*/
#news-categories {
    border: 0px solid #f00;
    margin-right: 20px;
    margin-bottom: 50px !important;
}

.filters-label {
    margin-right: 10px;
}

.filter-keyword,
.filter-group,
.filter-month,
.filter-year {
    margin: 0px 5px 0px 0px !important;
    border-radius: 2px !important;
}

.filters-submit {
    float: right !important;
    margin-right: 0px;
}

@media only screen and (max-width: 1200px) {
    .filters-submit {
        float: none !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .filter-keyword,
    .filter-group {
        width: 165px !important;
    }

    .filters-label {
        margin-right: 10px;
    }

    .filter-date {
        margin: 0px 5px 0px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .filters-label {
        width: 100px;
        margin-right: 0px;
    }

    .filter-keyword,
    .filter-group {
        width: 220px !important;
    }

    .filter-group {
        margin: 5px 0px 5px 100px !important;
    }
}

@media only screen and (max-width: 768px) {
    .filter-group {
        margin: 5px 0px 5px 100px;
    }

    .filters-submit {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 425px) {
    .filter-keyword,
    .filter-group,
    .filter-month,
    .filter-year,
    .filters-submit {
        width: 100% !important;
        display: block !important;
        margin: 5px 0px 0px 0px !important;
    }

    .search-result-list {
        display: block !important;
    }

    .contentIcon {
        margin: 20px auto;
        width: 70% !important;
        padding-top: 70%;
    }
}

.news-categories {
    float: left;
}

.search-items-wrapper {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-entry-image {
    padding-right: 0 !important;
}

.search-items-wrapper .documentByLine {
    padding-right: 0 !important;
    color: #DB3C00;
}

.search-items-wrapper .tileHeadline {
    margin-top: 13px;
}

.search-items-wrapper .tileHeadline {
    padding-right: 0 !important;
}

.listingBar a:hover {
    background: rgba(219, 58, 0, 1);
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width: 1300px) {
    .search-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 23%;
    }
}

@media (max-width: 1300px) {
    .search-item {
        max-width: 31%;
    }
}

@media (max-width: 995px) {
    .search-item {
        max-width: 47%;
    }
}

@media (max-width: 767px) {
    .search-item {
        max-width: 100%;
    }

    .search-result-list .title-and-date {
        display: block !important;
    }

    #content div.documentByLine {
        float: none;
    }

    .search-result-list .description-and-arrow {
        display: block !important;
    }

    .search-result-list .news-readmore {
        float: right;
    }
}

#top-filters {
    float: left;
}

#bottom-filters {
    float: left;
    min-width: 280px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #top-filters .filter-category {
        width: 90px !important;
    }
}

#content div.documentByLine {
    opacity: .5;
}

/*Pagenation*/
.listingBar {
    text-align: center;
    margin-top: 26px;
    width: 100%;
    display: inline-block;
}
.listingBar .next {
    margin-right: 6px;
}

.listingBar a {
    background: #fff;
    border: 1px solid #b5b5b5;
    color: #848484;
    padding: 10px;
}

.listingBar .page.current {
    background: #DB3C00;
    padding: 11px;
    color: #ffffff;
    font-weight: bold;
}

.listingBar .page.current, .listingBar .page a {
    width: 14px;
}



/******** NEWSLETTER PORTLET *********/
.newsletter-portlet {
    margin-top: 28px;
}

.newsletter-portlet > h3 {
    margin-bottom: 23px;
}

.newsletter-portlet .news-item-title {
    color: #4D00C7;
    font-size: 18px;
    font-weight: bold;
}

.newsletter-portlet .news-item-byline {
    color: rgb(127, 66, 224);
    margin-bottom: 15px;
    font-size: 16px;
}

.newsletter-portlet .portletStaticText h5 {
    font-size: 14px;
    font-weight: 400;
}

.newsletter-portlet .portletStaticText a {
    color: #4D00C7;
}

.newsletter-portlet .portletStaticText a:hover {
    text-decoration: underline;
}

/*********** NEWS LISTING PORTLET ***********/
.jobs-listing {
    overflow: visible !important;
}

/***********VIRTUAL TOURS (custom HTML, client copied many old portlets into one raw html portlet***********/
.portletItem {
    padding: 15px
}

/************FRONTPAGE NEWS ROW**********/
#newsevent-portlet h2 {
    color: #333333;
}

.news-row .item {
    height: 100%;
}

.frontpage-news-item {
    height: 450px;
    border-top: 1px solid #e8e4e4;
    -webkit-box-shadow: 1px 4px 1px 6px #e8e4e4;
    -moz-box-shadow: 1px 1px 4px 1px #e8e4e4;
    box-shadow: 1px 1px 4px 1px #e8e4e4;
    transition: all 0.5s;
}

.frontpage-news-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.frontpage-news-item .image-wrapper img {
    transition: all 0.5s;
    width: 100%;
}

.frontpage-news-item .image-wrapper img:hover {
    opacity: 0.9;
}

.frontpage-news-item a {
    text-decoration: none;
}

.news-title {
    padding: 12px;
    padding-bottom: 6px;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    height: 150px;
    overflow: hidden;
}

.frontpage-news-item .details {
    color: #DB3C00;
    padding: 18px 12px;
    width: 100%;
    font-size: 16px;
}

.details .right-arrow {
    height: 13px;
    margin-bottom: 3px;
    float: right;
    margin-top: 4px;
    margin-right: 36px;
}

.more-news {
    margin-top: 24px;
    width: 161px;
    color: #DB3C00;
}

#news-container {
    padding-bottom: 123px;
    margin-top: 123px;
}

/*remove it on frontpage*/
.section-frontpage-new #news-container {
    /* display: none; */
    margin-top: 0;
}


/******** NEWS ROW ALL PAGES ********/
#newsevent-viewlet {
}

/* #22932 - Add horizontal padding to new viewless on mobile devices */
@media only screen and (max-width: 576px) {
    #newsevent-viewlet {
        padding: 0 15px;
    }
}

#newsevent-viewlet h2 {
    color: #333333;
}

/***********************************************************************************************************/
/****************************************************BLOCKS*************************************************/
/***********************************************************************************************************/

.portaltype-block-page .layout-row-wrapper .row {
    display: block;
}

.portaltype-block-page .container-fluid {
    padding: 0;
}

.portaltype-block-page .layout-portlet {
    /*display: flex;*/
    align-items: baseline;
}


/********ACCORDION BLOCK*******/
/*@media only screen and (min-width: 1150px) {
    .accordion {
        width: 100%;
    }
}

@media only screen and (max-width: 1150px) {
    .accordion {
        width: 75%;
    }
}

@media only screen and (max-width: 800px) {
    .accordion {
        width: 90%;
    }
}*/

.accordion {
    width: 100%;
}

.accordion .card-header h5 {
    margin: 0;
}

.card {
    margin-bottom: 10px;
    border: none;
    background: none;
}

.card-header {
    background-color: #dddddd70;
}

.card .btn {
    color: #333;
    font-size: 21px;
    /*font-weight: 600;*/
}

.collapse {
    background-color: white;
}

.card-body {
    font-size: 17px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.card .btn {
    text-align: left;
    word-wrap: normal;
    white-space: normal;
}

.card .btn:before {
    content: "+ ";
}

.card .btn[aria-expanded="true"]:before {
    content: "- ";
}


/******************* TITLE ROW BLOCK *****************/
.portaltype-block-page .title-row-wrapper {
    padding-top: 81px;
    padding-bottom: 81px;
    display: inline-block;
    /* background-image: url(http://garvan.local/research/diseases/cancer-prostate/prostate-cancer/image/@@download/image); */
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.portaltype-block-page .title-row-wrapper .header-title {
    font-size: 3.5em;
    font-family: Roboto Slab;
    font-weight: 300;
    color: #4D00C7;
}

.portaltype-block-page .layout-col-wrapper {
    /* background-image: url(http://garvan.local/research/diseases/cancer-prostate/prostate-cancer/image/@@download/image); */
    background-repeat: no-repeat;
    background-size: cover;
}

.portaltype-block-page .title-row-wrapper .cta-btn {
    margin-top: 30px;
}

.cta-btn {
    /* margin-top: 30px;  NOT USED */
}

.cta-btn a {
    /* color: white !important; NOT USED */
}

.portaltype-block-page .title-row-wrapper .cta-btn a:link {
    height: 40px;
    line-height: 40px;
    width: 160px;
    border: none;
    white-space: nowrap;
    text-align: center;
    padding: 13px 35px 13px 0px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
    text-decoration: none;
}

.title-row-bg {
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*************CALL TO ACTION BLOCKS*************/
.portaltype-block-page .cta-link {
    color: #DB3C00;
}

.portaltype-block-page .header-desc {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    margin: 24px 0 0;
    max-width: 550px;
}

/********Call to action (left) ********/
.call-to-action-left .col {
    float: left;
    padding: 0;
}

.call-to-action-left .cta-body {
    padding-right: 30px;
}

.call-to-action-left .thumb {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    padding-top: 50%;
    border-radius: 50%;
    background-size: cover;
}

/********Call to action (right) ********/
.call-to-action-right .bg {
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.call-to-action-right .text-content {
    float:right;
}

.call-to-action-right .thumb {
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    padding-top: 50%;
    border-radius: 50%;
    background-size: cover;
    margin: 0px auto;
}


/******** Image block ********/
.image-block {
    background-repeat: no-repeat;
    background-position: center center;
    width: 80%;
    padding-top: 80%;
    border-radius: 50%;
    background-size: cover;
    margin: 0px auto;
}


/************ KEY STATISTICS BLOCK ***********/
.key-statistics-slide {
    /*background-color: #003263;*/
    background: #F5F3F1;
    padding: 30px;
    min-height: 315px;
}

#blockpage-wrapper .slider-row {
    display: flex !important;
    overflow-x: hidden;
    flex-wrap: nowrap;
}

#blockpage-wrapper .cta-slider-row {
    display: flex !important;
    overflow-x: hidden;
    flex-wrap: nowrap;
}

.cta-slider-row > div .col-gutter {
    display: flex;
    justify-content: center;
}

.cta-slider-row {
    padding: 40px 0;
}

.template-layout-manager .slider-row {
    overflow-x: none;
}

.key-statistics-body {
    /*color: #fff;*/
    color: #4D00C7;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}

.key-statistics-header {
    font-size: 60px !important;
    margin: 0 !important;
    /*color: #00b0b2 !important;*/
    color: #4D00C7;
    letter-spacing: -.05em;
    line-height: 1;
}

.key-statistics-image {
    padding: 10px 0;
}

.slider-control-left {
    width: 20px;
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}

.slider-control-right {
    width: 20px;
    display: block;
    float: right;
    cursor: pointer;
}

.slider-control-left i,
.slider-control-right i {
    color: #4D00C7;
}

/*********DISEASE SECTION BLOCK***********/
.disease-sections .col-gutter .layout-portlet:nth-child(even) {
    background-color: #f7f7f7;
}

.disease-section {
    padding-bottom: 30px;
}

.disease-sections .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 360px;
}

.disease-section-left {
    margin-top: 30px;
}

.disease-section-left .thumb {
    position: relative;
    width: 80%;
    padding-bottom: 56.25%;
    margin: 0px auto;
}

.disease-section-image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    padding-top: 100%;
}

.disease-section .col {
    float: left;
}

.disease-section-header {
    color: #666 !important;
    padding: 24px 0 13px 0;
}

@media screen and (min-width: 768px) {
    .disease-section-links ul {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -moz-column-fill: auto;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -webkit-column-fill: auto;
        column-count: 2;
        column-gap: 20px;
        column-fill: auto;
        list-style-position: inside;
        padding-left: 0px;
    }
}

.disease-section-links li {
    padding: 0 24px 0 0;
    line-height: 1.25;
    padding-bottom: 4px;
    font-size: 18px;
    line-height: 1.25;
    /* color: #DB3C00; */
}

.disease-section-links li a {
/*    font-size: 18px;
    line-height: 1.25;
    color: #DB3C00;
    text-decoration: none; */
}

.disease-section-links ul {
    list-style: none;
}

.disease-section-links .link-arrow {
    display: none;
}

.disease-section-body {
    font-size: 18px;
}

/********* FILE DOWNLOAD BLOCK ********/
.file-download-block {
    padding-bottom: 20px;
}

.file-download-block .information {
    display: table-cell;
    padding: 0px 0px 10px 30px;
    vertical-align: middle;
}

.information-title {
    font-size: 24px;
    /*color: #DB3C00;*/
    color: #4d00c7;
    font-weight: 300;
}

.information-description {
    font-size: 18px;
}

.information-link {
    font-size: 18px;
    color: #DB3C00;
}

/* Make title of nav separate from other items*/
.subsection-diseases .navTreeTopNode a, .section-our-work .portlet.portletNavigationTree .navTreeLevel0>.navTreeItem>a.navTreeItemInPath, .section-our-work .navTreeTopNode a {
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: #DB3C00 !important;
    font-size: 32px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 24px;
    /*font-family: EBGaramond,serif;*/
    line-height: 1.25 !important;
    word-wrap: break-word;
}


/********* RICH TEXT BLOCK *********/
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

.rich-text-block {
    width: 100%;
}

/******* PROMO BLOCK ********/

.col-tile .call-to-action {
    width: 100%;
    overflow-wrap: break-word;
}

.size-restrictor {
    /* margin: 0 auto; */
    max-width: 237px;
}

.col-tile-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* https://dev.to/tchaflich/a-width-responsive-perfect-square-in-pure-css-3dao */
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    display: inline-block;

    margin-bottom: 20px;
}

.promo-tile-title {
    display: 'block';
    font-size: 24px;
    color: #4D00C7;
    font-weight: 400;
}

@media only screen and (max-width: 1280px) {
    /* .col-tile-image {
        width: 175px;
        padding-bottom: 175px;
    } */
    .call-to-action {
        padding: 10px 40px 10px 0;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 960px) {
    /* .col-tile-image {
        width: 130px;
        padding-bottom: 130px;
    } */

    /*
        #22900 - vertically align text and the portrait in promo tile block on narrow screens
        (see image 0009 on that task)
    */
    .col-tile {
        align-items: center;
        margin-bottom: 20px;
    }

    .col-tile-content h3:empty,
    .col-tile-content a:empty,
    .col-tile-content .col-text-content:empty {
        display: none;
    }

    a.call-to-action {
        padding: 0;
        background-image: none;
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    .col-tile-image {
        margin-bottom: 0;
    }
}


@media only screen and (max-width: 426px) {
    /* .col-tile-image {
        width: 80px;
        padding-bottom: 80px;
    } */

    /*
        #22900 - vertically align text and the portrait in promo tile block on narrow screens
        (see image 0009 on that task)
    */
    .col-tile {
        align-items: center;
    }

    .col-tile-content h3:empty {
        display: none;
    }

    .col-tile-content .col-text-content:empty {
        display: none;
    }

    /*
        #22900 - remove extra padding
        (see image 0008 on that task)
    */
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .footerLinks {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*
        #22900 - More text Block formatting
        (see image 0007 on that task)
    */
    .moretext-caption {
        margin: 0;
        text-align: center;
    }

    .moretext-wrapper h2 {
        display: flex;
        align-items: center;
    }

    .moretext-wrapper h2 a {
        margin-left: 15px;
    }
}

.cta-btn a:link {
    /*background: #DB3C00;*/
    height: 40px;
    line-height: 40px;
    width: 160px;
    border: none;
    white-space: nowrap;
    text-align: center;
    padding: 13px 25px 13px 0px;
    color: #DB3C00 !important;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    text-decoration: none;
    background: url(376a1d34be01d73fed3f156b0c7729a1.svg) no-repeat 100% 50%;
}

.cta-btn a:link img {
   /*  display: none; NOT USED */
}

.col-tile-header {
    color: #4D00C7 !important;
    /*font-size: 20px !important;*/
    font-weight: normal;
    padding-top: 15px;
}

/********MORE TEXT BLOCK *********/

.moretext-wrapper {
    background-color: #F5F3F1;
    margin-bottom: 50px;
    width: 100%;
    overflow: auto;
}

.moretext-wrapper .moretext-image {
    float: right;
    margin: 0px 30px 20px 30px;
    padding: 0px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.moretext-wrapper .intro-text {
    margin: 30px;
    padding-bottom: 1.5em;
}

.moretext-wrapper .more-text {
    margin: 30px;
}

.moretext-wrapper .moretext-more {
    padding: 0px 30px 30px 30px;
    font-size: 18px;
    color: #DB3C00;
    border-bottom: 1px solid #DB3C00;
    cursor: pointer;
    font-weight: 400;
}

.moretext-wrapper blockquote, .moretext-wrapper blockquote p {
    color: #4D00C7;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
    font-style: italic;
    text-indent: 40px;
}

.moretext-wrapper blockquote {
    padding: 0px;
    border-left: none;
    margin-left: 0px;
}

.moretext-wrapper h2 {
    padding: 30px 30px 0px 30px;
    display: flex;
    align-items: center;
}

.moretext-wrapper h2 a {
    padding-left: 10px;
}

.moretext-caption {
    font-size: 16px;
    color: #000000;
    text-align: center;
    /* margin-right: 24px; */
}


/*******TABS BLOCK*******/
.conditional-tabs-horizontal.resp-tab-item {
    width: 33.3%;
    margin: 0;
    border: none !important;
    /*background-color: #c1c1c1 !important;*/
    /*color: #fff;*/
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.conditional-tabs-horizontal.resp-tab-active {
    background-color: #c6c7c5 !important;
}

@media only screen and (max-width: 768px) {
    .conditional-tabs-horizontal.resp-tab-active {
        background-color: #dc3c00 !important;
        color: #fff;
    }
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 16px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0 0 10px 0;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

li.conditional-tabs-horizontal.resp-tab-item:hover {
    background-color: #DB3C00 !important;
    color: #fff;
}

.conditional-tabs-horizontal.resp-tab-content {
    border: none !important;
    padding: 30px;
}

figcaption, .discreet {
    color: #009cbf !important;
}

/******** FRONTPAGE TILE BLOCK ********/
.frontpage-block {
    width: 100%;
    display: block;
    height: 215px;
    background-size: 100%;
}

.frontpage-block-text {
    background-color: rgba(26,35,74,.53)!important;
}

.frontpage-block-text a {
    color: #fff!important;
}

.frontpage-block-text .right-arrow {
    height: 14px;
    margin-top: 3px;
    float: right;
}

.frontpage-block-text {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    top: 40%;
    position: absolute;
    margin-top: -30px;
    left: 15%;
    text-rendering: optimizelegibility;
    font-size: 18px;
    font-weight: 300;
    width: 280px;
}


/********TIMELINE ITEM BLOCK********/
.timeline-item {
    width: 100%;
    margin-bottom: 70px;
}

.timeline-img {
    width: 30px;
    height: 30px;
    background: #4D00C7;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline .col-gutter .layout-portlet:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

.timeline-card {
    padding: 0 !important;
}

.timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

.timeline-content .date {
    background: #222222;
    display: inline-block;
    color: #FFFFFF;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.timeline-card h2 {
    padding: 0 20px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 40px;
    color: #003263;
    text-rendering: optimizelegibility;
}

.timeline-card p {
    padding: 0 20px;
}

.timeline a.btn-more {
    background: #DB3C00;
    color: #FFFFFF;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    letter-spacing: 1px;
}

.timeline-card a {
    margin-left: 20px;
}

.timeline a.btn-more:hover, .timeline a.btn-more:active, .timeline a.btn-more:focus {
    background: #4D00C7;
    color: #FFFFFF;
    text-decoration: none;
}

.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}

.timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}

.timeline::before {
    content: '';
    background: #cccccc;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/******* FRONTPAGE FULL WIDTH STILL *******/
.frontpage-banner {
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
}

.frontpage-overlay {
    background: rgba(43,66,111,.29)!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    transform: none!important;
    position: absolute;
}

.frontpage-title-wrapper {
    padding: 80px 100px;
    display: flex;
    width: 85%;
}

.frontpage-title {
    color: white !important;
    font-weight: 400;
    font-size: 34px;
    font-family: Roboto Slab;
}

.frontpage-title-desc {
    color: white !important;
    font-weight: 300 !important;
    line-height: 1.2em;
}

.frontpage-title-cta {
    font-size: 22px;
    font-weight: 400;
    color: #DB3C00;
    margin-top: 20px;
    display: block;
    pointer-events: all;
    cursor: pointer;
}

.frontpage-title-cta:hover {
    text-decoration: none;
}

.frontpage-title-cta img {
    margin-top: -4px;
}

/*******CALL TO ACTION SLIDE BLOCK ********/

.cta-slider {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*Chrome, Safari, Opera*/
.cta-slider ::-webkit-scrollbar { width: 0 !important }

/*Firefox*/
.cta-slider { overflow: -moz-scrollbars-none; }

/*Internet Explorer*/
.cta-slider{ -ms-overflow-style: none; }


/*
.cta-slider-col .col-gutter {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
} */

.cta-slide-wrapper {
}

.cta-slide-header {
    margin-bottom: 20px;
    color: #333;
}

.cta-slide-body {
   /* font-size: 20px;
    font-weight: 300; */
    margin-bottom: 20px;
}

.cta-slide-link {
   /*color: #DB3C00;
    font-weight: 400; */
}

/******* FLEX RESOURCE BLOCK ********/
.resource-block-inner .thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-image .1s linear;
}

.resource-block-inner .ico-article {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #DB3C00;
}

.resource-block-inner .ico-article img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.resource-block-content {
    padding: 24px;
}

.ico-play {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #DB3C00;
}

.ico-play img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.resource-block .cta-container a:hover {
    text-decoration: none;
}

/********* CALL TO ACTION SLIDER *********/
.sliderArrowWrapper {
    position: absolute;
    top: 50%;
}

.sliderArrowWrapper.left {
    left: -10px;
}

.sliderArrowWrapper.right {
    right: -10px;
}

.sliderArrowWrapper a.sliderArrow {
    display: inline-block;
    padding: 5px;
}

.sliderNav {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

.sliderNav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #CCC;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-right: 15px;
}

.sliderNav a.active {
    background: #4D00C7;
}

.sliderNav a:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 768px) {
    .sliderArrowWrapper.left {
        left: 0px;
    }

    .sliderArrowWrapper.right {
        right: 0px;
    }
}

.cta-slide {
    float:left;
    /* display: inline-block; */
    /* margin-left: 17%; */
}

.cta-slider-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#blockpage-wrapper .cta-slider-row {
    display: flex !important;
    overflow-x: hidden;
    flex-wrap: nowrap;
}

.cta-slide > div > img {
    width: 100%;
}

.cta-slide-wrapper > div > div {
    /*float: left;*/
}

.cta-slider-col .col-gutter {
    width: 100%;
}

.slider-row > div .col-gutter {
    display: flex;
    justify-content: center;
}

.slider-row {
    padding: 40px 0;
}
















/* HEADER NAV */
ul.nav-tabs .container .row div:first-child {}

ul.nav-tabs .container .row div:first-child h2 {
    font-size: 22px;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 10px;
}

ul.nav-tabs .container .row div:first-child p {
    font-size: 17px;
    color: #4A4A4A;
    font-weight: 400;
}

/* 404 search form*/
.searchPage .btn {
    padding: 11px 0.75rem 10px;
    border-radius: unset;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.searchPage .input-group > .form-control {
    width: unset !important;
    outline: none;
}

.col-xs-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .frontpage-title-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rich-text-block {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 576px) {
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 540px) {
    .hidden-xs {
        display: none !important;
    }
}

.teamListing ul,
.teamListing ul li {
    padding-bottom: 0px;
}

.teamListing ul li p {
    margin-left: -5px;
}


.visualClear  {
    clear: both;
}


.font-serif {
  font-family: 'Roboto Slab', serif;
}
.garvan-header {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.garvan-header .container {
  position: relative;
  height: 100%;
}
.garvan-header .header-icon.isPerson {
  border: 1px solid #f00;
  border-radius: 50%;
}
.garvan-header .header-text-wrapper-ext {
  position: absolute;
  height: 100%;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.garvan-header .header-text-wrapper-ext .personInfo .position {
  font-weight: 400;
}
.garvan-header .header-text-wrapper-ext .personInfo span.team:after {
  content: ', ';
}
.garvan-header .header-text-wrapper-ext .personInfo span.team:last-child:after {
  content: '';
}
.garvan-header .header-text-wrapper-ext .social {
  margin-top: 10px;
  margin-bottom: 10px;
}
.garvan-header .header-text-wrapper-ext .social .ai,
.garvan-header .header-text-wrapper-ext .social .fa {
  font-size: 1.5rem;
}
.garvan-header .header-text-wrapper-int {
  display: flex;
  flex-direction: column;
}
/* ************* BANNER COLOR VARIATIONS *************** */
.garvan-wave-indigo .garvan-header-left {
  background-color: #4d00C7;
}
.garvan-wave-indigo .header-curve {
  fill: #4d00C7;
}
.garvan-wave-indigo .garvan-header-title,
.garvan-wave-indigo .garvan-header-subtitle,
.garvan-wave-indigo .garvan-header-bottom-line,
.garvan-wave-indigo .garvan-header-cta {
  color: white;
}
.garvan-wave-indigo .garvan-header-cta {
  background-image: url(db81eb12af18fae48ad2dbee91070547.svg);
}
.garvan-wave-grey .garvan-header-left {
  background-color: #c6c7c5;
}
.garvan-wave-grey .header-curve {
  fill: #c6c7c5;
}
.garvan-wave-grey .garvan-header-title {
  color: #4d00C7;
}
.garvan-wave-grey .garvan-header-subtitle {
  color: #000;
}
.garvan-wave-grey .garvan-header-bottom-line {
  color: #4d00C7;
}
.garvan-wave-grey .garvan-header-cta {
  color: #4d00C7;
}
.garvan-wave-neutral-1 .garvan-header-left {
  background-color: #e8e8e7;
}
.garvan-wave-neutral-1 .header-curve {
  fill: #e8e8e7;
}
.garvan-wave-neutral-1 .garvan-header-title {
  color: #4d00C7;
}
.garvan-wave-neutral-1 .garvan-header-subtitle {
  color: #000;
}
.garvan-wave-neutral-1 .garvan-header-bottom-line {
  color: #4d00C7;
}
.garvan-wave-neutral-1 .garvan-header-cta {
  color: #4d00C7;
}
.garvan-wave-neutral-2 .garvan-header-left {
  background-color: #f5f3f1;
}
.garvan-wave-neutral-2 .header-curve {
  fill: #f5f3f1;
}
.garvan-wave-neutral-2 .garvan-header-subtitle {
  color: #333;
}
.garvan-wave-neutral-2 .garvan-header-bottom-line {
  color: #4d00C7;
}
.garvan-wave-neutral-2 .garvan-header-cta {
  color: #4d00C7;
}
.garvan-wave-white .garvan-header-left {
  background-color: #f5f3f1;
}
.garvan-wave-white .header-curve {
  fill: #f5f3f1;
}
.garvan-wave-white .garvan-header-subtitle {
  color: #333;
}
.garvan-wave-white .garvan-header-bottom-line {
  color: #4d00C7;
}
.garvan-wave-white .garvan-header-cta {
  color: #4d00C7;
}
.garvan-wave-hide-dark-text .garvan-header-subtitle {
  color: #333;
}
.garvan-wave-hide-dark-text .garvan-header-bottom-line {
  color: #4d00C7;
}
.garvan-wave-hide-dark-text .garvan-header-cta {
  color: #4d00C7;
}
.garvan-wave-hide-dark-text .header-curve {
  display: none;
}
.garvan-wave-hide-dark-text .garvan-header-left {
  display: none;
}
.garvan-wave-hide-dark-text .garvan-header-right {
  width: 100%;
}
.garvan-wave-hide-white-text .garvan-header-title,
.garvan-wave-hide-white-text .garvan-header-subtitle,
.garvan-wave-hide-white-text .garvan-header-bottom-line,
.garvan-wave-hide-white-text .garvan-header-cta {
  color: white;
}
.garvan-wave-hide-white-text .garvan-header-cta {
  background-image: url(db81eb12af18fae48ad2dbee91070547.svg);
}
.garvan-wave-hide-white-text .header-curve {
  display: none;
}
.garvan-wave-hide-white-text .garvan-header-left {
  display: none;
}
.garvan-wave-hide-white-text .garvan-header-right {
  width: 100%;
}
.garvan-header-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
.garvan-header-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-curve {
  position: absolute;
  left: calc(40% - 1px);
  top: 0;
  bottom: 0;
  height: 100%;
  width: 400px;
}
.header-icon {
  width: 250px;
  height: 250px;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: 24px;
}
.header-dots {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 400px;
  background-image: url(b116ca2ac04bedb81faf7ec18e8ca18a.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.garvan-header-title {
  font-family: 'Roboto Slab', serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 0.95;
  letter-spacing: 2px;
  width: 45%;
  /*ax-width: 500px;*/
}
.garvan-header-subtitle {
  font-size: 22px;
  line-height: 1.1;
  width: 55%;
  max-width: 500px;
}
.garvan-header-bottom-line {
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 10px;
  width: 60%;
  max-width: 500px;
}
.cta-shrinker {
  display: flex;
}
.garvan-header-cta {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: bold;
  padding: 8px;
  margin-left: -8px;
  padding: 8px 36px 8px 8px;
  background-image: url(376a1d34be01d73fed3f156b0c7729a1.svg);
  background-repeat: no-repeat;
  background-position: right 70%;
  font-family: Roboto Slab;
  font-weight: 300;
  display: inline-block;
}
.garvan-header-menu {
  background-color: #e9e7e5;
}
.garvan-header-menu ul {
  margin: 0px;
  padding: 0px;
}
.garvan-header-menu li {
  list-style-type: none;
  display: inline-block;
  padding: 20px 30px;
  margin: 0px 10px;
  font-size: 18px;
  font-weight: 400;
}
.garvan-header-menu li a {
  color: #333;
  display: inline-block;
}
.garvan-header-menu li.active a {
  color: #4d00C7;
}
.garvan-header-menu li a:hover {
  color: #333;
  text-decoration: underline;
}
.garvan-header-menu li a.active {
  color: #4d00C7;
}
.garvan-header-menu-container {
  z-index: 1;
}
/* ********** MEDIA QUERIES ************ */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .garvan-header {
    height: 400px;
  }
  .garvan-header .header-text-wrapper-ext {
    justify-content: flex-end;
    padding-bottom: 48px;
  }
  .garvan-header-left {
    width: 10%;
  }
  .garvan-header-right {
    width: 90%;
  }
  .header-curve {
    left: calc(10% - 1px);
    width: 400px;
  }
  .garvan-header-title {
    font-size: 28px;
    margin: 8px 0;
    width: 70%;
    font-weight: 300;
  }
  .garvan-header-subtitle {
    display: none;
  }
  .garvan-header-bottom-line {
    display: none;
  }
  .garvan-header-cta {
    font-size: 18px;
  }
  .header-dots {
    height: 250px;
    width: 250px;
    left: 30%;
  }
  .header-icon {
    left: auto;
    right: 20px;
    top: 40px;
    width: 125px;
    height: 125px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .garvan-header {
    height: 400px;
  }
  .garvan-header-left {
    width: 30%;
  }
  .garvan-header-right {
    width: 70%;
  }
  .header-curve {
    left: calc(30% - 1px);
    width: 400px;
  }
  .header-dots {
    height: 250px;
    width: 250px;
    left: 40%;
  }
  .garvan-header-title {
    font-size: 36px;
    margin: 8px 0;
    width: 75%;
    font-weight: 300;
  }
  .garvan-header-subtitle {
    display: none;
  }
  .garvan-header-bottom-line {
    font-size: 18px;
    width: 80%;
  }
  .garvan-header-cta {
    font-size: 18px;
  }
  .header-icon {
    left: auto;
    right: 20px;
    top: 20px;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .garvan-header {
    height: 320px;
  }
  .garvan-header-left {
    width: 50%;
  }
  .garvan-header-right {
    width: 50%;
  }
  .header-curve {
    left: calc(50% - 1px);
    width: 320px;
  }
  .garvan-header-title {
    font-size: 40px;
    font-weight: 300;
    margin: 8px 0;
    width: 70%;
  }
  .garvan-header-subtitle {
    width: 80%;
    font-size: 18px;
  }
  .garvan-header-bottom-line {
    font-size: 18px;
    width: 80%;
  }
  .garvan-header-cta {
    font-size: 18px;
  }
  .header-dots {
    height: 250px;
    width: 250px;
    left: 60%;
  }
  .header-icon {
    left: auto;
    right: 0px;
    top: 20px;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .garvan-header-menu {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .garvan-header-menu li {
    padding: 0px 5px;
    font-size: 16px;
    display: block;
    border-top: 1px solid #ccc;
  }
  .garvan-header-menu li a {
    display: block;
    padding: 20px 5px;
  }
  .garvan-header-menu li:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social .ai,
  .social .fa {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-text-wrapper-ext {
    padding-top: 100px !important;
  }
  .garvan-header {
    height: 250px;
  }
  .garvan-header-left {
    width: 60%;
  }
  .garvan-header-right {
    width: 40%;
  }
  .header-curve {
    left: calc(60% - 1px);
    width: 250px;
  }
  .garvan-header-title {
    font-size: 32px;
    font-weight: 300;
    margin: 8px 0;
    width: 70%;
  }
  .garvan-header-subtitle {
    width: 70%;
    font-size: 16px;
  }
  .garvan-header-bottom-line {
    font-size: 16px;
    width: 80%;
  }
  .garvan-header-cta {
    font-size: 16px;
  }
  .header-dots {
    height: 250px;
    width: 250px;
    left: 70%;
  }
  .header-icon {
    left: auto;
    right: 20px;
    top: 20px;
    width: 150px;
    height: 150px;
  }
  .garvan-header-menu {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .garvan-header-menu li {
    padding: 0px 5px;
    font-size: 16px;
    display: block;
    border-top: 1px solid #ccc;
  }
  .garvan-header-menu li a {
    display: block;
    padding: 20px 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .garvan-header-menu {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .garvan-header-menu li {
    padding: 0px 5px;
    font-size: 16px;
    display: block;
    border-top: 1px solid #ccc;
  }
  .garvan-header-menu li a {
    display: block;
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 1021px) and (min-width: 992px) {
  .header-icon {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .garvan-header-tall {
    height: 600px;
  }
  .garvan-header-tall .header-curve {
    width: 600px;
  }
  .garvan-header-tall .header-dots {
    width: 700px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1299px) {
  .garvan-header-menu li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  .garvan-header-menu li {
    padding: 20px 7px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1635px) {
  .garvan-header-menu li {
    padding: 20px 18px;
  }
}
.cta-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cta-slider-col .col-gutter {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.cta-slider-col .col-gutter::-webkit-scrollbar {
  display: none;
}
.cta-slider-col .col-gutter {
  overflow: -moz-scrollbars-none;
}
.cta-slider-col .layout-portlet {
  flex: 0 0 auto;
}
/*List view*/
.list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.search-result-list {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  margin: 0 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  display: flex;
}
.search-result-list .tileImage {
  margin: 10px 20px;
}
.search-result-list .news-entry-body {
  padding: 0 20px;
  flex-grow: 1;
}
.search-result-list .title-and-date {
  display: flex;
  justify-content: space-between;
  align-items: baselinet;
}
.search-result-list h3.tileHeadline {
  line-height: 1.3em;
  font-weight: 300;
}
.search-result-list h3.tileHeadline a {
  color: #4D00C7;
  text-decoration: none;
}
.search-result-list .documentByLine {
  color: #DB3C00;
  float: right;
}
.search-result-list .description-and-arrow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.search-result-list .news-entry-description {
  font-weight: 300;
}
.search-result-list .news-readmore {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-left: 20px;
}
.search-result-promoted {
  border: 4px solid #D0E0F0;
  padding: 8px;
  border-radius: 8px;
}
/* Generic random content icon generated via obj/@@icon-url */
.contentIcon {
  background-position: center center;
  background-size: cover;
  background-color: #E0E8F0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
/* #22825 - News item tiles responsiveness */
.latestNews .card {
  color: #000;
  text-decoration: none;
  background: #f5f3f1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0);
  transition: all, 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
.latestNews .card:hover {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
}
.latestNews .card-text {
  font-size: 1em;
  padding: 0.5em 0.5em 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.latestNews .details {
  font-size: 1em;
  font-family: 'Roboto Slab', sans-serif;
  color: #dc3c00;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0.5em;
  justify-self: end;
}
@media (max-width: 300px) {
  .latestNews .details {
    font-size: 0.6em;
    line-height: 1.2em;
  }
}
.latestNews .details .more-link {
  margin: 0;
}
/* / END OF #22825 - News item tiles responsiveness */


/*# sourceMappingURL=garvan.bundle.css.map*/