/* Minification failed. Returning unminified contents.
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*------------------------------------
  #SITE
------------------------------------*/
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

a:hover {
  color: #0056b3;
  text-decoration: underline; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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-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-weight: 500;
  line-height: 1.2; }

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\00A0"; }

.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 {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: 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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.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-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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.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-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.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-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.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: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.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 {
  color: #fff;
  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; }
  .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; }
  .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; }
  .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; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.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::placeholder {
  color: #6c757d;
  opacity: 1; }

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

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

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

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.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-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 {
  border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  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 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.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-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 {
  border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  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 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  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; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529;
  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; }

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 {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 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(38, 143, 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 {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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(130, 138, 145, 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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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(72, 180, 97, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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(58, 176, 195, 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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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(222, 170, 12, 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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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(225, 83, 97, 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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(216, 217, 219, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.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 {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  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; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.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;
  pointer-events: none;
  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; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

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

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

.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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 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 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.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: flex;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

.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: flex;
  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-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem); }

.custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.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 {
  display: none; }

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  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(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }

.custom-range:focus {
  outline: none; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

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

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

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

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

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

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

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  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-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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

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

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

.navbar-expand .navbar-nav {
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap; }

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

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

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-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;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

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

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

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

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

.accordion {
  overflow-anchor: none; }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 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: 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 {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }

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

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

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none; } }

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

.media-body {
  flex: 1; }

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

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

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  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;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

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

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

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

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 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 {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }

.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

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

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  transform: none; }

.modal.modal-static .modal-dialog {
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: flex;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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.pointer-event {
  touch-action: pan-y; }

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none; } }

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

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

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

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !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: flex !important; }

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    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.85714%; }

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.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 #adb5bd;
    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 #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*------------------------------------*\
  #COOKIECONSENT - https://www.osano.com/cookieconsent/download/
\*------------------------------------*/
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cc-revoke {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  padding: 0.5em;
  cursor: pointer; }

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-decoration: underline; }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn {
  cursor: pointer;
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

.cc-close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75; }

.cc-close:focus {
  opacity: 1; }

.cc-close:hover {
  opacity: 1; }

.cc-link {
  cursor: pointer;
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active {
  color: initial; }

.cc-link:visited {
  color: initial; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline; }

.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

@media print {
  .cc-revoke {
    display: none; }
  .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner {
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; }
  .cc-window.cc-floating {
    left: 0;
    right: 0;
    max-width: none; }
  .cc-window.cc-left {
    left: 0;
    right: 0; }
  .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window .cc-message {
    margin-bottom: 1em; } }

@media screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner {
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; }
  .cc-window.cc-floating {
    left: 0;
    right: 0;
    max-width: none; }
  .cc-window.cc-left {
    left: 0;
    right: 0; }
  .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window .cc-message {
    margin-bottom: 1em; } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/*------------------------------------
  #VARIABLES-MIXINS
------------------------------------*/
/*------------------------------------
  #FONT FAMILY - GOOGLE FONTS
------------------------------------*/
/*------------------------------------
  #FONT WEIGHTS
------------------------------------*/
/* Defaults
    $font-weight-light: 300 !default;
    $font-weight-normal: 400 !default;
    $font-weight-medium: 500 !default;
    $font-weight-bold: 700 !default;
    $font-weight-bolder: bolder !default;
*/
/*------------------------------------
  #COLORS
------------------------------------*/
/*------------------------------------
  #NEW COLOR NAMES
------------------------------------*/
/*------------------------------------
  #RESPONSIVE BREAKPOINTS
------------------------------------*/
/* Small to large
    // No media query necessary for xs breakpoint
    @include media-breakpoint-up(sm) { }
    @include media-breakpoint-up(md) { }
    @include media-breakpoint-up(lg) { }
    @include media-breakpoint-up(xl) { }

------

    Large to small

    @include media-breakpoint-down(xs) { }
    @include media-breakpoint-down(sm) { }
    @include media-breakpoint-down(md) { }
    @include media-breakpoint-down(lg) { }
    // No media query necessary for xl breakpoint


*/
/*------------------------------------
  #IMAGES
------------------------------------*/
/*------------------------------------
  #ANIMATIONS
------------------------------------*/
.fade-in {
  animation: fadeIn ease .3s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-out {
  animation: fadeOut ease .3s; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*------------------------------------
  #CLIPPED BOX
------------------------------------*/
/*------------------------------------
  #SHARED
------------------------------------*/
body {
  background-image: linear-gradient(#065baa, #1B365D); }

body:after {
  /*TO HELP THE FLASHING ISSUE OF CTA CARET IMAGES*/
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/content/images/btn-download.svg) url(/content/images/btn-arrow-white.svg) url(/content/images/icon-arrow-blue.svg) url(/content/images/icon-arrow-rubine.svg) url(/content/images/icon-download-rubine.svg); }

body .union {
  white-space: nowrap; }

main header.hero-head {
  color: #fff;
  min-height: 200px;
  text-align: center;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 20px;
  background: no-repeat 50% 0 / cover; }

@media (min-width: 768px) {
  main header.hero-head {
    margin-top: -180px;
    padding-top: 180px;
    padding-bottom: 60px;
    background-position-y: 100%; } }

.default-head main header.hero-head {
  background-color: #046ecc;
  background-image: url(/content/images/hero-head-bg-m.png); }

@media (min-width: 768px) {
  .default-head main header.hero-head {
    background-image: url(/content/images/hero-head-bg.png); } }

main header.hero-head h1 {
  text-shadow: #1b365d 1px 0 10px; }

main header.hero-head h3 {
  text-shadow: #000 1px 0 20px; }

main header.hero-head h3 .head-cap {
  display: block;
  font-size: 1.1rem;
  font-style: italic; }

main header.hero-head h3 .head-foot {
  display: block;
  font-size: 1.5rem; }

main .page-wrapper {
  padding: 40px 0 80px 0;
  min-height: 400px;
  background-color: #fff;
  position: relative;
  z-index: 1050; }

ul {
  list-style-type: none; }

.img-ring {
  border: 2px solid;
  border-radius: 50%;
  padding: 0.3em;
  border-color: #065baa;
  /*    New names yet to be used*/ }

.img-ring.shield {
  background-color: #fff; }

.img-ring.blue {
  border-color: #107fcd; }

.img-ring.blue-light {
  border-color: #40b4e5; }

.img-ring.white {
  border-color: #fff; }

.img-ring.green {
  border-color: #78be20; }

.img-ring.green-dark {
  border-color: #3ca00c; }

.img-ring.red {
  border-color: #d50056; }

.img-ringrubine {
  border-color: #950051; }

.img-ring.teal {
  border-color: #cde9ee; }

.img-ring.orange {
  border-color: #ffc656; }

.img-ring.orange-dark {
  border-color: #ff981c; }

.img-ring.regeneron-blue {
  border-color: #065baa; }

.img-ring.white {
  border-color: #fff; }

.img-ring.peridot {
  border-color: #78be20; }

.img-ring.ruby {
  border-color: #950051; }

.img-ring.gold {
  border-color: #ffc656; }

.img-ring.aquamarine {
  border-color: #9bd3dd; }

.clipped {
  position: relative;
  margin: 0 auto 20px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); }

@supports (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%)) {
  .clipped:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 30px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: transparent;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.clipped.no-border {
  border: none; }

.clipped.regeneron-blue {
  border-color: #065baa; }

.clipped.regeneron-blue:after {
  border-color: #065baa; }

.clipped.white {
  border-color: #fff; }

.clipped.white:after {
  border-color: #fff; }

.clipped.green {
  border-color: #78be20; }

.clipped.green:after {
  border-color: #78be20; }

.clipped.peridot {
  border-color: #78be20; }

.clipped.peridot:after {
  border-color: #78be20; }

.clipped.red {
  border-color: #d50056; }

.clipped.red:after {
  border-color: #d50056; }

.clipped.rubine {
  border-color: #950051; }

.clipped.rubine:after {
  border-color: #950051; }

.clipped.gold {
  border-color: #ffc656; }

.clipped.gold:after {
  border-color: #ffc656; }

.clipped.light-aquamarine {
  border-color: #cde9ee; }

.clipped.light-aquamarine:after {
  border-color: #cde9ee; }

.clipped.blue {
  border-color: #065baa; }

.clipped.blue:after {
  border-color: #065baa; }

.clipped.bg-gold {
  background-image: linear-gradient(#ffc656, #ff991d);
  border-width: 0;
  color: #1b365d; }

.clipped.bg-gold-7 {
  background-image: linear-gradient(rgba(255, 198, 86, 0.7) 0%, rgba(255, 153, 29, 0.7) 100%);
  border-width: 0; }

.clipped.bg-blue {
  background-image: linear-gradient(#107fcd, #065baa);
  border-width: 0; }

.clipped.bg-blue-7 {
  background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%);
  border-width: 0; }

.clipped.bg-blue-light {
  background-image: linear-gradient(#40b4e5, #107fcd);
  border-width: 0; }

.clipped.bg-blue-darker {
  background-image: linear-gradient(#065baa, #1B365D);
  border-width: 0; }

.clipped.bg-red {
  background-image: linear-gradient(#d50056, #950051);
  border-width: 0;
  color: #fff; }

.clipped.bg-green {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.clipped.bg-green-7 {
  background-image: linear-gradient(rgba(120, 190, 32, 0.7) 0%, rgba(60, 160, 12, 0.7) 100%);
  border-width: 0; }

.clipped.bg-teal {
  background-image: linear-gradient(#cde9ee, #9bd3dd);
  border-width: 0;
  color: #fff; }

.clipped.bg-teal.blue {
  color: #065baa; }

.clipped .content-wrap {
  padding: 25px 30px; }

.clipped .text-blue-light {
  color: #40b4e5; }

.clipped .text-white {
  color: #fff; }

/*DOTS DOTS DOTS DOTS DOTS DOTS - EVERYBODY! */
.dots-green, .dots-red, .dots-blue, .dots-orange {
  display: flex;
  flex-flow: column nowrap;
  padding-left: 0; }

@media (min-width: 768px) {
  .dots-green, .dots-red, .dots-blue, .dots-orange {
    /* flex-flow: row wrap;*/
    margin-left: 5%; } }

.dots-green li, .dots-red li, .dots-blue li, .dots-orange li {
  position: relative;
  margin-bottom: 1em;
  padding: 0 25px;
  /*@include media-breakpoint-up(md) {
                width: 50%;
            }*/ }

.dots-green li:before, .dots-red li:before, .dots-blue li:before, .dots-orange li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px; }

.dots-green li:before {
  background: url("/content/images/perspective/icon_bullet-green.png") no-repeat 0 0;
  background-size: contain; }

.dots-red li:before {
  background: url("/content/images/perspective/icon_bullet-red.png") no-repeat 0 0; }

.dots-blue li:before {
  background: url("/content/images/perspective/icon_bullet-blue.png") no-repeat 0 0; }

.dots-orange li:before {
  background: url("/content/images/perspective/icon_bullet-orange.png") no-repeat 0 0; }

.headline-copy {
  align-self: center; }

.headline-img {
  margin-right: 20px; }

.header-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #0059AD;
  padding-right: 20px; }

.header-link > p {
  margin-bottom: 0; }

.header-link:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: url(/content/images/responsibility/arrow-blue.svg) no-repeat 100% 50%;
  background-size: contain; }

.header-link:hover {
  box-shadow: none;
  text-shadow: 0 0 4px #40b4e5; }

.header-link:hover:after {
  transform: scale(1.3);
  transition: all .3s ease-out; }

.styleguide .component-type {
  border-top: 1px solid #065baa;
  padding-top: 20px; }

.styleguide .component-type:after {
  content: "";
  display: block;
  height: 2em; }

.styleguide .component-description {
  font-family: "Roboto Condensed", sans-serif; }

.styleguide .site-context {
  background-color: #065baa;
  color: #fff;
  padding-top: 1em;
  padding-bottom: 2em; }

.styleguide :not(pre) > code[class*="language-"],
.styleguide pre[class*="language-"] {
  background: #fcfbfb; }

.styleguide pre {
  border: 1px solid #ccc; }

.styleguide .component {
  border-top: 2px solid #dfd7d7; }

.styleguide .component:before, .styleguide .component:after {
  content: "";
  display: block;
  width: 100%; }

.styleguide .component:before {
  height: 50px; }

.styleguide .component:after {
  height: 50px; }

.styleguide .no-wrap {
  word-break: break-all; }

.styleguide .bg-blue {
  background-color: #065baa; }

.page-partner-sign-up form {
  position: relative; }

.page-partner-sign-up .blue-box {
  background: #065baa;
  color: #fff;
  padding: 1.63rem 1.20rem;
  position: absolute;
  bottom: 0px;
  left: 77px;
  border: 2px solid #065baa; }

.page-partner-sign-up .blue-box i:after {
  top: -10px;
  left: -3px; }

/*------------------------------------
  #TYPOGRAPHY
------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #1b365d; }

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px; }

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 8px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 10px; } }

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 2.5px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 5px; } }

h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  text-transform: uppercase; }

h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal; }

.intro-copy {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-shadow: none; }

.hero-head h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: 2.5px; }

@media (min-width: 768px) {
  .hero-head h1 {
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: 5px; } }

.perspectives .hero-head h1 {
  font-weight: 700;
  letter-spacing: normal;
  text-shadow: none; }

@media (min-width: 768px) {
  .perspectives .hero-head h1 {
    font-weight: 700;
    letter-spacing: normal; } }

.page-contact-us h1.blue {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 8px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .page-contact-us h1.blue {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 10px; } }

.page-contact-us .page-wrapper h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  margin: 0 0 20px;
  /* @include media-breakpoint-up(md) {
                font-size: 48px;
                line-height: 50px;
            }*/ }

@media (min-width: 768px) {
  .page-contact-us .page-wrapper h2.blue {
    display: flex;
    align-items: center;
    text-align: left; } }

.page-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: #1b365d 1px 0 10px; }

@media (min-width: 768px) {
  .page-title {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 10px; } }

/*------------------------------------*\
  #LINKS
\*------------------------------------*/
a {
  color: #065baa;
  box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset; }

a:hover {
  color: #065baa;
  text-decoration: none;
  transition: all .3s ease-out;
  box-shadow: inset 0 -1px 0 0 #065baa, inset 0 -1px 0 0 #065baa; }

a.inverse {
  color: #fff;
  box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset; }

a.inverse:hover {
  text-decoration: none;
  transition: all .3s ease-out;
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }

a.link-on-bg {
  color: #fff; }

a.content-link {
  font-weight: bold;
  font-style: italic;
  color: inherit; }

/*------------------------------------*\
  #ELEMENTS
\*------------------------------------*/
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eee; }

@media (min-width: 768px) {
  hr {
    margin: 30px 0 40px; } }

blockquote {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }

blockquote p:last-child {
  margin-bottom: 0; }

.footnotes {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; }

figure {
  margin: 1em 0; }

figure img {
  display: block;
  margin: 0 auto; }

figure figcaption {
  display: block;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  line-height: 24px;
  margin: 12px 0; }

.crosslink-head {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1; }

/*------------------------------------
  #BUTTONS
------------------------------------*/
/**
 * Center a button
 */
.btn-center .btn {
  margin-left: -40px; }

/**
 * Changing default button to use "btn btn-outline-primary" without all of the classes
 */
.btn {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  width: fit-content; }

.btn .arrow {
  position: absolute;
  right: -26px;
  color: #fff;
  background-color: #065baa;
  display: inline-block;
  font-style: normal;
  padding: 0.75rem; }

.btn-primary {
  color: #065baa;
  background-color: transparent;
  border-color: #065baa;
  padding: 0.69rem 0.75rem; }

.btn-primary.two-line {
  line-height: 1.1;
  padding: 0.38rem 0;
  width: calc(100vw - 80px); }

@media (min-width: 576px) {
  .btn-primary.two-line {
    line-height: 1.1;
    padding: 0.9rem 0.75rem;
    width: fit-content; } }

@media (min-width: 768px) {
  .btn-primary.two-line {
    line-height: inherit;
    padding: 0.69rem 0.75rem;
    width: fit-content; } }

.btn-primary.download-btn:after {
  background: transparent url(/content/images/btn-download.svg) no-repeat 50% 50%; }

.btn-primary.inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-primary.inverse:after {
  background: transparent url(/content/images/btn-arrow-white.svg) no-repeat 50% 50%; }

.btn-primary.inverse:hover {
  box-shadow: 0px 0px 4px #1b365d;
  text-shadow: 0 0 10px #1b365d;
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-primary.inverse:hover:after {
  box-shadow: 0px 0px 4px #1b365d;
  background: transparent url(/content/images/btn-arrow-white.svg) no-repeat 50% 50%; }

.btn-primary.inverse.download-btn:after {
  background: transparent url(/content/images/btn-download-white.svg) no-repeat 50% 50%; }

.btn-primary.outline {
  background-color: transparent; }

.btn-primary.outline.download-btn:after {
  background: transparent url(/content/images/btn-download-white.svg) no-repeat 50% 50%; }

.btn-primary.outline.download-btn:hover:after {
  background: transparent url(/content/images/btn-download-white.svg) no-repeat 50% 50%; }

.btn-primary.outline:after {
  background: transparent url(/content/images/btn-arrow-white.svg) no-repeat 50% 50%; }

.btn-primary.outline:hover {
  background-color: #065baa;
  text-shadow: 0 0 10px #1b365d;
  box-shadow: 0px 0px 4px #1b365d; }

.btn-primary.outline:hover:after {
  box-shadow: 0px 0px 4px #1b365d; }

.btn-primary.outline.two-line {
  line-height: 15px;
  padding: 0.5rem 0.75rem; }

.btn-primary:after {
  width: 50px;
  height: 50px;
  top: -2px;
  right: -50px;
  content: "";
  position: absolute;
  background: transparent url(/content/images/icon-arrow-blue.svg) no-repeat 50% 50%;
  transition: all 0.3s; }

.btn-primary:hover {
  /*box-shadow: 0 0 14px $primary-blue-light;
        text-shadow: 0 0 4px $primary-blue-light;*/
  color: #d50056;
  background-color: transparent;
  border-color: #d50056;
  box-shadow: none; }

.btn-primary:hover:after {
  /*box-shadow: 0 0 14px $primary-blue-light;*/
  background: url(/content/images/icon-arrow-rubine.svg) no-repeat 50% 50%; }

.btn-primary.rgcsheet:after, .btn-primary.rgcbtn:after {
  display: none; }

.btn-link {
  color: #065baa; }

.btn-link:hover {
  color: #fff;
  text-decoration: none; }

.btn-link.inverse {
  color: #fff; }

.btn-link.inverse:hover {
  color: #065baa; }

.btn-secondary:hover {
  box-shadow: none; }

button:focus {
  outline: none; }

/* ------------------------------------ *\
    ALTERNATE CTA BUTTON STYLES
\* ------------------------------------*/
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  width: fit-content; }

.cta-btn > em {
  display: block;
  width: 90%;
  text-align: center;
  padding: 0 10px; }

.cta-btn:after {
  content: "";
  width: 46px;
  height: 43px; }

.cta-btn:hover {
  text-decoration: none; }

.cta-btn.blue {
  border-color: #065baa;
  color: #065baa; }

.cta-btn.blue:after {
  background: url(/content/images/icon-arrow-blue.svg) no-repeat 50% 50%; }

.cta-btn.blue.dl:after {
  background: url("/content/images/btn-download.svg") no-repeat 50% 50%; }

.cta-btn.blue.dl:hover:after {
  background: url(/content/images/icon-download-rubine.svg) no-repeat 50% 50%; }

.cta-btn.blue:hover {
  color: #d50056;
  background-color: transparent;
  border-color: #d50056;
  box-shadow: 0px 0px 4px #1b365d; }

.cta-btn.blue:hover:after {
  background: url(/content/images/icon-arrow-rubine.svg) no-repeat 50% 50%; }

.cta-btn.white {
  border-color: #fff;
  color: #fff; }

.cta-btn.white:after {
  background: url("/Content/images/btn-arrow-white.svg") no-repeat 50% 50%; }

.cta-btn.white.dl:after {
  background: url("/content/images/btn-download-white.svg") no-repeat 50% 50%; }

.cta-btn.white.dl:hover:after {
  background: url("/content/images/btn-download-white.svg") no-repeat 50% 50%; }

.cta-btn.white:hover {
  color: #fff;
  background-color: #065baa;
  text-shadow: 0 0 10px #1b365d;
  box-shadow: 0px 0px 4px #1b365d; }

.cta-btn.white:hover:after {
  outline: 1px solid #fff;
  background: transparent url(/content/images/btn-arrow-white.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 4px #1b365d; }

.cta-btn.sm {
  width: fit-content; }

@media (min-width: 991px) {
  .cta-btn.sm {
    width: 200px; } }

.cta-btn.md {
  width: fit-content; }

@media (min-width: 991px) {
  .cta-btn.md {
    width: 250px; } }

.cta-btn.lg {
  width: fit-content; }

@media (min-width: 991px) {
  .cta-btn.lg {
    width: 345px; } }

.cta-btn.prv-3l {
  font-size: 15px;
  margin: 0 -15px; }

@media (min-width: 768px) {
  .cta-btn.prv-3l {
    font-size: inherit;
    margin: inherit; } }

.cta-btn.prv-3l.on-xs {
  margin-left: -20px;
  letter-spacing: -0.01rem; }

@media (min-width: 768px) {
  .cta-btn.prv-3l.on-xs {
    margin: inherit;
    letter-spacing: normal; } }

.cta-btn.prv-3l.on-md {
  font-size: 15px;
  margin: inherit; }

@media (min-width: 768px) {
  .cta-btn.prv-3l.on-md {
    font-size: inherit;
    margin: inherit;
    letter-spacing: normal; } }

/*------------------------------------*\
  #VIDEO PLAYER
\*------------------------------------*/
.play-btn {
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #fff;
  position: relative;
  left: 14px;
  z-index: 1;
  transition: all 0.3s;
  margin-bottom: 40px;
  cursor: pointer; }

.play-btn:before {
  content: '';
  position: absolute;
  top: -16px;
  left: -25px;
  bottom: -16px;
  right: -7px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  transition: all 0.3s; }

.play-btn:after {
  content: '';
  opacity: 0;
  transition: opacity 0.6s; }

.play-btn:hover:before, .play-btn:focus:before {
  transform: scale(1.1); }

.play-btn.active {
  border-color: transparent; }

.play-btn.active:after {
  content: '||';
  opacity: 1;
  width: 33px;
  height: 33px;
  position: absolute;
  right: -8px;
  top: -12px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center; }

.play-btn span {
  position: relative;
  top: 16px;
  left: -48px;
  display: block;
  width: 80px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  text-align: center; }

/*------------------------------------
  #CALLOUTS
------------------------------------*/
.callout-box {
  position: relative;
  margin: 0 auto 20px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); }

@supports (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%)) {
  .callout-box:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 30px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: transparent;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.callout-box.no-border {
  border: none; }

.callout-box.blue {
  border-color: #107fcd; }

.callout-box.blue:after {
  border-color: #107fcd; }

.callout-box.white {
  border-color: #fff; }

.callout-box.white:after {
  border-color: #fff; }

.callout-box.green {
  border-color: #78be20; }

.callout-box.green:after {
  border-color: #78be20; }

.callout-box.red {
  border-color: #d50056; }

.callout-box.red:after {
  border-color: #d50056; }

.callout-box.gold {
  border-color: #ff981c; }

.callout-box.gold:after {
  border-color: #ff981c; }

.callout-box.teal {
  border-color: #cde9ee; }

.callout-box.teal:after {
  border-color: #cde9ee; }

.callout-box.bg-gold {
  background-image: linear-gradient(#ffc656, #ff991d);
  border-width: 0;
  color: #1b365d; }

.callout-box.bg-gold-7 {
  background-image: linear-gradient(rgba(255, 198, 86, 0.7) 0%, rgba(255, 153, 29, 0.7) 100%);
  border-width: 0; }

.callout-box.bg-blue {
  background-image: linear-gradient(#107fcd, #065baa);
  border-width: 0; }

.callout-box.bg-blue-7 {
  background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%);
  border-width: 0; }

.callout-box.bg-blue-light {
  background-image: linear-gradient(#40b4e5, #107fcd);
  border-width: 0; }

.callout-box.bg-blue-darker {
  background-image: linear-gradient(#065baa, #1B365D);
  border-width: 0; }

.callout-box.bg-blue-darker-7 {
  background-image: linear-gradient(rgba(27, 54, 93, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%);
  border-width: 0; }

.callout-box.bg-red {
  background-image: linear-gradient(#d50056, #950051);
  border-width: 0;
  color: #fff; }

.callout-box.bg-green {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.callout-box.bg-teal {
  background-image: linear-gradient(#cde9ee, #9bd3dd);
  border-width: 0;
  color: #fff; }

.callout-box .content-wrap {
  padding: 25px 30px; }

.callout-box .text-blue-light {
  color: #40b4e5; }

.callout-box .text-white {
  color: #fff; }

.cta-link-box {
  position: relative;
  margin-bottom: 1em;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 150px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); }

@supports (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%)) {
  .cta-link-box:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 30px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: transparent;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.cta-link-box h3 {
  font-size: 10px; }

.cta-link-box span {
  position: relative;
  padding: 0 70px 0 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .cta-link-box span {
    padding: 0 100px 0 40px;
    font-size: 20px; } }

.cta-link-box span:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 20px;
  height: 24px;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 100% 50%; }

.cta-link-box.blue {
  border-color: #107fcd; }

.cta-link-box.blue:after {
  border-color: #107fcd; }

.cta-link-box.blue:hover {
  background-image: linear-gradient(#CCE7EC, #9BD3DD); }

.cta-link-box.white {
  border-color: #fff; }

.cta-link-box.white:after {
  border-color: #fff; }

.cta-link-box.white:hover {
  background-image: linear-gradient(#065BAA, #002071); }

.cta-link-box.green {
  border-color: #78be20; }

.cta-link-box.green:after {
  border-color: #78be20; }

.cta-link-box.red {
  border-color: #d50056; }

.cta-link-box.red:after {
  border-color: #d50056; }

.cta-link-box.gold {
  border-color: #ff981c; }

.cta-link-box.gold:after {
  border-color: #ff981c; }

.page-landing-callout {
  padding: 22px 0 0 20px;
  position: relative; }

@media (min-width: 768px) {
  .page-landing-callout {
    padding: 10px 60px 30px 40px;
    height: 170px; } }

.page-landing-callout:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 17px;
  right: 20px;
  top: 22px;
  background: url(/content/images/medicines/medicine-blue-arrow.svg) no-repeat 0 0;
  background-size: contain; }

.page-landing-callout .page-callout-header {
  font-size: 24px;
  margin: 0px;
  letter-spacing: inherit;
  text-transform: inherit; }

.crosslink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  min-height: 170px;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  border-color: #fff; }

@supports (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%)) {
  .crosslink:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 30px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: transparent;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.crosslink:after {
  border-color: #fff; }

.crosslink a {
  color: #fff; }

.crosslink nav {
  padding: 1.7rem .9rem;
  width: 87%; }

@media (min-width: 768px) {
  .crosslink nav {
    padding: 0; } }

.crosslink h3 {
  position: relative;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  padding-right: .5em;
  margin-bottom: .5em; }

.crosslink h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: -10px;
  width: 20px;
  height: 28px;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }

.crosslink span {
  position: relative;
  font-size: 18px; }

.crosslink p {
  margin-bottom: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .crosslink p {
    padding-right: 15px; } }

.crosslink:hover {
  background-color: #fff;
  color: #065baa;
  box-shadow: none; }

.crosslink:hover h3:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: -10px;
  width: 20px;
  height: 28px;
  background: url(/content/images/global/icon_cta-caret_blue.svg) no-repeat 0 3px; }

.crosslink.white:hover, .crosslink.perspectives:hover, .crosslink.w-img:hover {
  color: #fff;
  background-image: linear-gradient(#065BAA, #002071); }

.crosslink.white:hover h3:after, .crosslink.perspectives:hover h3:after, .crosslink.w-img:hover h3:after {
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }

.crosslink.perspectives {
  min-height: 150px; }

.crosslink.perspectives h5 {
  position: relative;
  padding-right: 5rem;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2; }

.crosslink.perspectives h5:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: -10px;
  width: 20px;
  height: 100%;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 0 50%; }

.crosslink.w-img {
  align-items: flex-start;
  /*padding: 25px 0;*/ }

@media (min-width: 768px) {
  .crosslink.w-img {
    align-items: center; } }

.crosslink.w-img nav {
  padding: 1.7em .9em;
  width: 100%; }

@media (min-width: 768px) {
  .crosslink.w-img nav {
    padding: 0;
    width: 55%; } }

.crosslink.w-img nav h3 {
  margin: 0 0 .5em 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: normal; }

@media (min-width: 768px) {
  .crosslink.w-img nav h3 {
    font-size: 22px; } }

.crosslink.w-img nav h3:after {
  content: '';
  background-image: none; }

.crosslink.w-img nav p {
  position: relative;
  line-height: 1.2; }

.crosslink.w-img nav p span:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 7px;
  width: 10px;
  height: 18px;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 0 0; }

.crosslink.w-img figure {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0px 4px 0 0;
  width: 20%; }

@media (min-width: 768px) {
  .crosslink.w-img figure {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: 30%; } }

.crosslink.w-img figure img {
  margin: 0;
  width: 100%; }

@media (min-width: 768px) {
  .crosslink.w-img figure img {
    width: auto; } }

.crosslink.w-img:hover h3:after {
  content: '';
  background: none; }

.crosslink.blue {
  color: #065BAA;
  border: none;
  background-color: #fff; }

.crosslink.blue:after {
  border: none; }

.crosslink.blue:hover {
  background-image: linear-gradient(#CCE7EC, #9BD3DD); }

.crosslink.blue h3:after {
  background: url(/content/images/global/icon_cta-caret_blue.svg) no-repeat 0 9px; }

.crosslink.over-light {
  color: #fff;
  border: none;
  background-color: #065BAA; }

.crosslink.over-light:after {
  border: none; }

.crosslink.over-light:hover {
  background-image: linear-gradient(#065BAA, #002071); }

.crosslink.over-light:hover h3:after {
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }

.crosslink.over-light h3:after {
  /*background: url(/content/images/global/icon_cta-caret_blue.svg) no-repeat 0 9px;*/ }

/*------------------------------------*\
  #MEDIA ORDER
\*------------------------------------*/
.media,
.media-reverse {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

@media (min-width: 768px) {
  .media,
  .media-reverse {
    align-items: flex-start;
    flex-direction: row; } }

.media-reverse > .media-object {
  order: 1; }

.media-reverse-m > .media-object {
  order: 0;
  align-self: center; }

@media (min-width: 768px) {
  .media-reverse-m > .media-object {
    order: 1; } }

.media-body {
  flex: 1; }

/*------------------------------------*\
  #COOKIE MESSAGE
\*------------------------------------*/
.cookie-msg {
  background-image: linear-gradient(#107fcd, #065baa);
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px; }

.cookie-msg.cookie-accepted {
  display: none; }

/*------------------------------------
  #EXTRAS
------------------------------------*/
/*------------------------------------*\
  #COOKIE CONSENT OVERRIDES
\*------------------------------------*/
.cc-window {
  position: fixed;
  background-image: linear-gradient(#107fcd, #065baa);
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 0;
  align-items: center; }

.cc-window.cc-banner {
  flex-direction: column; }

.cc-window .cc-btn {
  font-size: 1rem;
  /* padding: 0.375rem 0.75rem;*/ }

.cc-window .cc-message {
  margin: 25px 0; }

@media (min-width: 768px) {
  .cc-window .cc-message {
    margin: 20px 100px 5px; } }

.cc-window .cc-compliance {
  margin-top: 10px; }

.cc-window a {
  color: #fff; }

/*------------------------------------*\
  #MODAL OVERRIDES
\*------------------------------------*/
.modal {
  background: rgba(6, 91, 170, 0.7); }

.modal .modal-footer {
  justify-content: space-evenly; }

/*------------------------------------*\
  #SOCIAL LINKS
\*------------------------------------*/
.social-links {
  display: inline-flex;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .social-links {
    margin-bottom: 0; } }

.social-links a {
  box-shadow: none; }

.social-links a:hover {
  box-shadow: none; }

.social-links ul {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.social-links ul li {
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center; }

.social-links img {
  width: 20px;
  height: 20px; }

/*------------------------------------*\
  #NEWSROOM SLIDER
\*------------------------------------*/
.newsroom-container {
  color: #fff;
  height: 240px;
  padding: 20px; }

.newsroom-container.blue-bg-7 {
  background-image: linear-gradient(rgba(16, 127, 205, 0.7) 0%, rgba(6, 91, 170, 0.7) 100%); }

.newsroom-container.green-bg {
  background-image: linear-gradient(#78be20, #3ca00c); }

.newsroom-container .newsroom-content {
  margin-bottom: 20px; }

.newsroom-container .newsroom-content h6 {
  font-size: 18px; }

.newsroom-container .newsroom-content time {
  font-weight: 400; }

.newsroom-container .newsroom-content .carousel {
  padding-bottom: 30px; }

.newsroom-container .newsroom-content .carousel-inner {
  padding-right: 60px;
  height: 100px;
  -ms-overflow-style: none;
  -webkit-mask-image: -webkit-gradient(linear, left 80%, left bottom, from(black), to(rgba(0, 0, 0, 0))); }

@media (min-width: 768px) {
  .newsroom-container .newsroom-content .carousel-inner {
    height: 170px; } }

.newsroom-container .newsroom-content .carousel-inner .carousel-item {
  position: relative; }

@media (min-width: 768px) {
  .newsroom-container .newsroom-content .carousel-inner .carousel-item {
    height: 180px; } }

.newsroom-container .newsroom-content .carousel-inner .carousel-item a {
  color: #fff;
  position: relative;
  display: block;
  /* &:after {
                        content: '';
                        position: absolute;
                        width: 40px;
                        height: 40px;
                        right: -60px;
                        top: 30px;
                        background: url(/content/images/btn-arrow-white.svg) no-repeat 0 0 / 40px 40px;
                    }*/ }

.newsroom-container .newsroom-content .carousel-inner .carousel-item a:hover p {
  text-decoration: underline; }

.newsroom-container .newsroom-content .carousel-indicators {
  margin: 0; }

.newsroom-container .newsroom-content .carousel-indicators li {
  width: 100%; }

.newsroom-container .newsroom-content .carousel-indicators li.active {
  background-color: #1b365d;
  opacity: 1; }

.newsroom-container .newsroom-content .carousel-control-prev:hover,
.newsroom-container .newsroom-content .carousel-control-next:hover {
  box-shadow: none; }

.newsroom-container .social-links {
  display: block;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .newsroom-container .social-links {
    display: inline-flex; } }

.newsroom-container .social-links h6 {
  font-style: italic; }

@media (min-width: 768px) {
  .newsroom-container .social-links h6 {
    margin-top: 4px;
    margin-bottom: 0; } }

/*------------------------------------*\
  #AUDIO PLAYER
\*------------------------------------*/
.audio-link-wrapper {
  margin-bottom: 20px; }

.audio-link-wrapper .audio-link {
  display: inline-flex;
  margin-left: 80px;
  min-height: 60px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 20px;
  color: #40b4e5;
  text-transform: uppercase; }

.audio-link-wrapper .icon-audio:before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: -80px;
  width: 60px;
  height: 60px;
  background: url(/content/images/icon-audio.svg) no-repeat 0 0; }

.audio-link-wrapper .icon-audio.orange:before {
  background: url(/content/images/icon-audio-trans.svg) no-repeat 0 0;
  width: 65px;
  height: 65px; }

.audio-link-wrapper .audio-player {
  display: none;
  margin: 10px 0;
  width: 100%; }

.audio-link-wrapper .audio-player:focus {
  outline: none; }

/*------------------------------------*\
  #QUOTE BOX
\*------------------------------------*/
.quote-box {
  margin-top: 120px; }

.quote-box .quote-img {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 220px;
  height: 220px;
  transform: translateX(-50%);
  z-index: 100; }

.quote-box .quote-img > img {
  width: 100%; }

.quote-box .quote-img:after {
  content: '';
  position: absolute;
  top: 180px;
  left: 50%;
  width: 65px;
  height: 65px;
  transform: translateX(-50%);
  background: url(/content/images/quote-mark-green.svg) no-repeat 50% 0;
  background-size: contain; }

.quote-box .quote-img.blue:after {
  background: url(/content/images/quote-mark-blue.svg) no-repeat 50% 0; }

.quote-box .quote-img.green:after {
  background: url(/content/images/quote-mark-green.svg) no-repeat 50% 0; }

.quote-box .quote-img.gold:after {
  background: url(/content/images/quote-mark-gold.svg) no-repeat 50% 0; }

.quote-box .quote-content {
  padding: 140px 30px 30px 30px; }

@media (min-width: 768px) {
  .quote-box .quote-content {
    padding-left: 60px;
    padding-right: 60px; } }

.quote-box blockquote p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: italic; }

.quote-box .quote-title {
  font-size: 14px; }

/*------------------------------------*\
  #SCROLL TO TOP
\*------------------------------------*/
.scrolltotop {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 80px;
  right: 20px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  width: 70px;
  height: 70px;
  padding: 24px 10px 0;
  border-radius: 50%;
  background-image: linear-gradient(rgba(64, 180, 229, 0.7) 0%, rgba(16, 127, 205, 0.7) 100%);
  box-shadow: 0 2px 84px 0 #1b365d;
  cursor: pointer;
  z-index: 9999; }

.scrolltotop:hover {
  color: #fff;
  box-shadow: 0 2px 84px 0 #1b365d; }

.scrolltotop .arrow:after {
  top: -18px;
  left: 14px;
  transform: rotate(-90deg); }

/*------------------------------------
  #HELPERS
------------------------------------*/
.flex {
  display: flex; }

.block {
  display: block; }

img.center {
  margin: 0 auto;
  text-align: center; }

.center {
  text-align: center; }

.center-j {
  justify-content: center; }

.t-upper {
  text-transform: uppercase; }

.job-code .job-code-date {
  display: flex; }

strong {
  font-weight: 500; }

.bold {
  font-weight: 500; }

.italic {
  font-style: italic; }

/*------------------------------------
  #FILTER
------------------------------------*/
.form-filter-container .form-filter .form-check {
  padding-left: 0; }

.form-filter-container .form-filter .control-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal; }

.form-filter-container .form-filter .checkbox {
  padding-left: 40px;
  margin-left: 20px; }

.form-filter-container .form-filter .lead-line:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 5px; }

.form-filter-container .form-filter .lead-line.lead-cardiovascular-metabolic:before {
  background-color: #950051; }

.form-filter-container .form-filter .lead-line.lead-general-medicine:before {
  background-color: #ffc656; }

.form-filter-container .form-filter .lead-line.lead-hematology:before {
  background-color: #d50057; }

.form-filter-container .form-filter .lead-line.lead-immunology-inflammation:before {
  background-color: #065baa; }

.form-filter-container .form-filter .lead-line.lead-infectious-diseases:before {
  background-color: #b7b09c; }

.form-filter-container .form-filter .lead-line.lead-oncology:before {
  background-color: #40b4e5; }

.form-filter-container .form-filter .lead-line.lead-ophthalmology:before {
  background-color: #78be20; }

.form-filter-container .form-filter .lead-line.lead-pain-neurology:before {
  background-color: #1b365d; }

.form-filter-container .form-filter .lead-line.lead-rare-diseases:before {
  background-color: #cde9ee; }

.form-filter-container .form-filter .lead-line.lead-genetics:before {
  background-color: #d50056; }

.form-filter-container .form-filter .lead-line.lead-research-dev:before {
  background-color: #ffc656; }

.form-filter-container .form-filter .lead-line.lead-clinical-research:before {
  background-color: #78be20; }

.form-filter-container .form-filter .lead-line.lead-responsibility-culture:before {
  background-color: #40b4e5; }

.form-filter-container .form-filter .clear-filter {
  color: #5C6670;
  text-align: right; }

.form-filter-container .form-filter .clear-filter a {
  color: #d60057;
  font-size: 14px;
  box-shadow: 0 1px 0 #d60057;
  text-decoration: none;
  cursor: pointer; }

.form-filter-container .filter-quantity {
  color: #5C6670;
  font-size: 16px;
  text-align: right; }

.form-filter-container .filter-quantity .quantity-count {
  font-size: 18px;
  font-weight: bold; }

.no-results {
  display: none;
  animation: fadeIn .6s; }

.no-results p {
  font-size: 24px; }

/*------------------------------------
  #FORMS
------------------------------------*/
form {
  margin-bottom: 30px;
  /* Mouse-over color */ }

form hr {
  margin-top: 30px; }

@media (min-width: 768px) {
  form hr {
    margin: 30px 0 40px; } }

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

form .form-group .form-control {
  background-color: #fff;
  border: 2px solid #065baa;
  border-radius: 0; }

form .form-group .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 91, 170, 0.25); }

form .form-group .input-validation-error {
  border-color: #d50056; }

form .form-group .input-validation-error:focus {
  border-color: #d50056;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d50056; }

form .form-group .field-validation-error {
  color: #d50056;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0 0; }

form .form-group .radio, form .form-group .checkbox {
  display: block;
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
  cursor: pointer; }

form .form-group .checkbox {
  display: flex;
  align-items: center;
  padding-left: 40px; }

form .radio-list input[type="radio"] {
  position: absolute;
  opacity: 0; }

form .radio-list input[type="radio"] + .form-check-label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.2em;
  background: #fff;
  border: 2px solid #065baa;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  transition: all 250ms ease; }

form .radio-list input[type="radio"]:checked + .form-check-label:before {
  background-color: #78be20;
  box-shadow: inset 0 0 0 4px #fff; }

form .radio-list input[type="radio"]:focus + .form-check-label:before {
  outline: none;
  border-color: #065baa; }

form .radio-list input[type="radio"]:disabled + .form-check-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #065baa;
  background: #065baa; }

form .radio-list input[type="radio"] + .form-check-label:empty:before {
  margin-right: 0; }

form .checkbox {
  display: block;
  position: relative;
  margin-top: 0;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

form .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #065baa;
  background-color: #fff; }

form .checkbox:hover input ~ .checkmark {
  /*background-color: #ccc;*/ }

form .checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #065baa; }

form .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

form .checkbox input:checked ~ .checkmark:after {
  display: block; }

form .checkbox .checkmark:after {
  top: 3px;
  left: 9px;
  width: 9px;
  height: 16px;
  border: solid #3ca00c;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: fadein .3s; }

/**
 * radio & checkbox
 */
input[type="radio"],
input[type="checkbox"] {
  margin: 0.4em 0 0;
  line-height: normal; }

/*------------------------------------*\
  #PAGINATION
\*------------------------------------*/
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #1b365d;
  border-color: #1b365d; }

.pagination .page-item .page-link {
  color: #1b365d; }

/*------------------------------------
  #ICONS
------------------------------------*/
i {
  position: relative; }

i.arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 10px;
  height: 18px;
  background: url(/content/images/icon-arrow.svg) no-repeat 0 0; }

i.arrow.white:after {
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0; }

i.arrow.back:after {
  left: -20px;
  transform: rotate(180deg); }

i.icon-bullet {
  display: block;
  margin: 0 auto 10px;
  background-image: linear-gradient(#107fcd, #065baa);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%; }

@media (min-width: 768px) {
  i.icon-bullet {
    display: inline-block;
    margin: 0 20px 0 0; } }

i.icon-bullet.contact:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 24px;
  width: 51px;
  height: 53px;
  background: url(/content/images/icon-contact-us.svg) no-repeat 0 0; }

i.icon-bullet.partner:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 25px;
  width: 51px;
  height: 53px;
  background: url(/content/images/icon-email-white.svg) no-repeat 0 0; }

i.icon-location {
  display: block;
  margin: 0 auto 10px;
  background-image: linear-gradient(#107fcd, #065baa);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%; }

@media (min-width: 768px) {
  i.icon-location {
    display: inline-block;
    margin: 0 20px 0 0; } }

i.icon-location.contact:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 31.5px;
  width: 51px;
  height: 55px;
  background: url(/content/images/icon-location.svg) no-repeat 0 0; }

i.icon-download {
  width: 50px;
  height: 50px;
  background: url(/content/images/global/icon-download.svg) no-repeat 0 0;
  background-size: contain; }

.btn i.arrow {
  top: 0px;
  right: -50px;
  padding: 1.5rem; }

/*------------------------------------
  #MODALS
------------------------------------*/
.leave-regeneron-modal .modal-success, .leave-regeneron-to-regeneron-modal .modal-success {
  display: flex;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(#78be20, #3ca00c);
  border: none;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  padding: 50px 40px 25px 40px;
  margin: 0 auto;
  text-align: center; }

.leave-regeneron-modal .modal-success .close, .leave-regeneron-to-regeneron-modal .modal-success .close {
  color: #fff;
  text-shadow: none;
  opacity: 1; }

.leave-regeneron-modal .modal-success .close small, .leave-regeneron-to-regeneron-modal .modal-success .close small {
  font-size: 16px;
  font-weight: 700; }

.leave-regeneron-modal .modal-success p, .leave-regeneron-to-regeneron-modal .modal-success p {
  line-height: 21px; }

/*------------------------------------*\
  #FORM MODAL OVERRIDES
\*------------------------------------*/
.form-success-modal .modal-success {
  display: flex;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(#d50056, #950051);
  border: none;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  padding: 40px;
  margin: 0 auto;
  text-align: center; }

.form-success-modal .modal-success:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 148px;
  width: 52px;
  height: 36px;
  background: url(/content/images/icon-email-white.svg) no-repeat 0 0; }

.form-success-modal .modal-success h5 {
  font-size: 48px;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 20px; }

.form-success-modal .modal-success .close {
  color: #fff;
  text-shadow: none;
  opacity: 1; }

/*------------------------------------
  #NAVIGATION PILL
------------------------------------*/
.header_pill {
  max-width: 347px;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto; }

.header_pill-leftarrow, .header_pill-rightarrow {
  position: absolute;
  width: 9px;
  height: 16px;
  padding: 18px;
  top: 20px;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
  /*        outline: 1px solid red;
*/ }

.header_pill-leftarrow {
  left: 0px;
  background-image: url(/content/images/component/pill-left-arrow.svg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -5px; }

.header_pill-rightarrow {
  right: 0px;
  background-image: url(/content/images/component/pill-right-arrow.svg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -5px; }

@media (min-width: 768px) {
  .header_pill {
    max-width: 100%; }
  .header_pill-leftarrow, .header_pill-rightarrow {
    display: none; } }

.header_pill-list {
  max-width: 280px;
  height: 70px;
  background: rgba(195, 229, 235, 0.6);
  box-shadow: inset 0 1px 10px 0 #065baa;
  border-radius: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .header_pill-list {
    max-width: 980px;
    height: 80px;
    justify-content: space-between;
    padding: 0px 6px; } }

.header_pill-list--element {
  min-width: 280px;
  width: 100%;
  height: 70px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
  font-size: 18px;
  font-weight: 700;
  color: #1b365d;
  text-transform: uppercase;
  cursor: pointer; }

@media (min-width: 768px) {
  .header_pill-list--element {
    display: flex;
    min-width: 188px; } }

.header_pill-list--element.active {
  display: flex;
  background-color: #fff;
  box-shadow: inset 0 -10px 10px -10px #AAC7E2, inset 0 10px 10px -10px #AAC7E2;
  border-radius: 35px; }

.header_pill-list--element a {
  color: #1b365d; }

.header_pill-list--element a:hover {
  box-shadow: none; }

.header_pill-bullets {
  width: 96px;
  height: 50px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

@media (min-width: 768px) {
  .header_pill-bullets {
    display: none; } }

.header_pill-bullets--item {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.3;
  margin: 0px 5px;
  border-radius: 50%; }

.header_pill-bullets--item.active {
  opacity: 1; }

.header_pill-content {
  display: none;
  padding: 0px; }

.header_pill-content.active {
  display: inline-block; }

.header_pill.white-pill-component .header_pill-leftarrow {
  background: url(/content/images/component/pill-arrow-blue.svg) no-repeat 0 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.header_pill.white-pill-component .header_pill-rightarrow {
  background: url(/content/images/component/pill-arrow-blue.svg) no-repeat 0 0; }

.header_pill.white-pill-component .header_pill-bullets--item {
  background: #9BD3DD; }

.header_pill.white-pill-component .header_pill-list--element.active {
  background: #9BD3DD; }

@media (min-width: 768px) {
  .header_pill.white-pill-component .header_pill-list--element.active {
    background: #fff; } }

.header_pill.larger-mobile .header_pill-list {
  height: 80px; }

.header_pill.larger-mobile .header_pill-list--element {
  height: 80px; }

.header_pill.larger-mobile .header_pill-list--element a {
  padding-top: 5px; }

.header_pill.larger-mobile .header_pill-leftarrow {
  top: 32px; }

.header_pill.larger-mobile .header_pill-rightarrow {
  top: 32px; }

@media (min-width: 768px) {
  .header_pill.larger-mobile .header_pill-list {
    height: 70px; }
  .header_pill.larger-mobile .header_pill-leftarrow {
    top: 27px; }
  .header_pill.larger-mobile .header_pill-rightarrow {
    top: 27px; }
  .header_pill.larger-mobile .header_pill-list--element {
    height: 70px; }
  .header_pill.larger-mobile .header_pill-list--element a {
    padding-top: initial; } }

/*------------------------------------
  #SEARCH
------------------------------------*/
/*------------------------------------
  #VIDEO
------------------------------------*/
.video-description {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }

.video-description .callout-box {
  margin: 0;
  width: 100%;
  z-index: 1; }

.video-description .callout-box h5 {
  margin-bottom: 1.2em;
  width: 65%; }

@media (min-width: 768px) {
  .video-description .callout-box h5 {
    width: auto; } }

@media (min-width: 768px) {
  .video-description .callout-box {
    /*margin-left: -25%;*/
    /*padding: 30px 35px 30px 28%;*/
    z-index: 1; }
  .video-description .callout-box .content-wrap {
    padding: 40px 30px 40px 220px; } }

.video-description .callout-box .mobile-play {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40%; }

@media (min-width: 768px) {
  .video-description .callout-box .mobile-play {
    display: none; } }

.video-description .callout-box .mobile-play img {
  width: 100%;
  padding: 2px; }

.video-description .clipped {
  margin: 0;
  width: 100%;
  z-index: 1; }

.video-description .clipped h5 {
  margin-bottom: 1.2em;
  width: 65%; }

@media (min-width: 768px) {
  .video-description .clipped h5 {
    width: auto; } }

@media (min-width: 768px) {
  .video-description .clipped {
    z-index: 1; }
  .video-description .clipped .content-wrap {
    padding: 40px 30px 40px 220px; } }

.video-description .clipped .mobile-play {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40%; }

@media (min-width: 768px) {
  .video-description .clipped .mobile-play {
    display: none; } }

.video-description .clipped .mobile-play img {
  width: 100%;
  padding: 2px; }

.video-description.right {
  display: flex; }

@media (min-width: 768px) {
  .video-description.right .clipped .content-wrap {
    padding: 40px 130px 40px 40px; } }

.video-play-btn {
  position: relative;
  width: 50%;
  z-index: 2;
  display: none; }

@media (min-width: 768px) {
  .video-play-btn {
    display: block; } }

.video-play-btn img {
  width: 100%; }

.video-play-btn .play-video-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 34%;
  top: 33%;
  /*width: 106px;
        height: 106px;*/
  width: 35%;
  height: 35%;
  border-radius: 50%;
  border: 0; }

.video-play-btn .play-video-btn:before {
  content: '';
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url('data:image/svg+xml, <svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"> <g fill="none"><path stroke="white" stroke-width=".4" fill-rule="even" d ="M6 12.796L11.481 8 6 3.204v9.592zm.659z" /></g> </svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  /*opacity: .8;*/ }

@media (min-width: 768px) {
  .video-play-btn .play-video-btn:before {
    width: 105px;
    height: 105px; } }

.video-play-btn.gold .play-video-btn {
  background-color: #ffc656; }

.video-play-btn.gold .img-ring {
  border-color: #ffc656; }

.video-play-btn.green .play-video-btn {
  background-color: #78BE20; }

.video-play-btn.green .img-ring {
  border-color: #78BE20; }

.video-play-btn.blue .play-video-btn {
  background-color: #065baa; }

.video-play-btn.blue .img-ring {
  border-color: #065baa; }

.video-player {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 225px;
  height: 225px; }

@media (min-width: 768px) {
  .video-player {
    width: 345px;
    height: 345px; } }

.video-player img {
  width: 100%;
  height: 100%;
  z-index: 1; }

@media (min-width: 768px) {
  .video-player img {
    width: 350px;
    height: 350px; } }

.video-player:hover {
  cursor: pointer; }

.video-player:hover .play-video-btn {
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.75); }

.video-player .play-video-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 0;
  z-index: 3;
  transition: box-shadow .25s;
  opacity: .8; }

@media (min-width: 768px) {
  .video-player .play-video-btn {
    width: 100px;
    height: 100px; } }

.video-player .play-video-btn:before {
  content: '';
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url('data:image/svg+xml, <svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"> <g fill="none"><path stroke="white" stroke-width=".4" fill-rule="even" d ="M6 12.796L11.481 8 6 3.204v9.592zm.659z" /></g> </svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  /*opacity: .8;*/ }

@media (min-width: 768px) {
  .video-player .play-video-btn:before {
    width: 105px;
    height: 105px; } }

.video-player.gold .play-video-btn {
  /*background-color: #ffc656;*/
  background-image: linear-gradient(#ffc656, #ff991d); }

.video-player.gold .img-ring {
  border-color: #ff981c; }

.video-player.green .play-video-btn {
  /*background-color: $peridot;*/
  background-image: linear-gradient(#78be20, #3ca00c); }

.video-player.green .img-ring {
  border-color: #78be20; }

.video-player.blue .play-video-btn {
  background-image: linear-gradient(#107fcd, #065baa); }

.video-player.blue .img-ring {
  border-color: #065baa; }

.video-player.red .play-video-btn {
  background-image: linear-gradient(#d50056, #950051); }

.video-player.red .img-ring {
  border-color: #950051; }

.video-player.rubine .play-video-btn {
  background-image: linear-gradient(#d50056, #950051); }

.video-player.rubine .img-ring {
  border-color: #950051; }

.video-content {
  position: relative; }

/*------------------------------------*\
  #VIDEO MODAL
\*------------------------------------*/
.video-modal .modal-dialog {
  max-width: 640px; }

.video-modal .modal-content {
  background: #fff;
  border: none;
  border-radius: 0;
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

@media (min-width: 768px) {
  .video-modal .modal-content {
    width: 640px;
    height: 360px; } }

.video-modal .modal-content .modal-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0; }

.video-modal .modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-modal .modal-content .close {
  position: absolute;
  top: -120px;
  /*left: 0;*/
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100px;
  height: 100px;
  text-shadow: none;
  opacity: 1;
  border-radius: 50%;
  /*background-image: linear-gradient(180deg, $red 0%, $red-dark 100%);*/
  background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%);
  box-shadow: 0 2px 84px 0 #1b365d; }

.video-modal .modal-content .close:not(:disabled):not(.disabled):hover, .video-modal .modal-content .close:not(:disabled):not(.disabled):focus {
  opacity: 1; }

.video-modal .modal-content .close small {
  font-size: 18px; }

/*
.video-modal {
    width: 100%;
    height: auto;
    max-width: 798px;
    margin: 20px auto;
    padding: 0 15px;

    .modal-content {
        background: none;
        background-clip: unset;
        border-radius: unset;
        outline: unset;
        border: none;
    }

    &_close {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;

        &-btn {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background-image: linear-gradient(180deg, $red 0%, $red-dark 100%);
            box-shadow: 0 2px 84px 0 #1B365D;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: $white;
            margin-bottom: 20px;
            cursor: pointer;
            font-family: $roboto;
            font-size: 18px;
            font-weight: $font-weight-normal;
            line-height: 24px;

            &--close {
                width: 15px;
                height: 15px;
                display: block;
                background: url(/content/images/close-modal.png) no-repeat 0 0;
                background-size: contain;
                margin-bottom: 5px;
            }

            &:hover {
                color: $white !important;
            }
        }
    }

    &_inner {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        background: $white;

        &-video {
            width: 100%;
            height: 194px;
            position: relative;

            iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }

        &-transcript {

            &--bar {
                background: #CDE9EE;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-direction: row;
                padding: 10px 20px;
                color: $font-dark;
                font-size: 18px;

                p {
                    margin: 0px;
                }

                .open {
                    width: 15px;
                    height: 15px;
                    background: url(/content/images/transcript-plus.png) no-repeat 0 0;
                    background-size: contain;
                }
            }

            &--content {
                font-size: 14px;
                color: $font-dark;
                padding: 15px 20px;
            }
        }
    }
}*/
/*------------------------------------
  #PERSPECTIVE-BLOG COMPONENTS
------------------------------------*/
.stats-block .col div:nth-of-type(1) > p, .stats-block .col-md-6 div:nth-of-type(1) > p {
  color: #76c000;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 10px; }

.stats-block .col div:nth-of-type(2) > p, .stats-block .col-md-6 div:nth-of-type(2) > p {
  color: #1a355e;
  font-size: 14px; }

.stats-block .col .content-image, .stats-block .col-md-6 .content-image {
  margin: 0 auto;
  flex-flow: column;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  padding: 0; }

.stats-block .col .content-image figure, .stats-block .col-md-6 .content-image figure {
  margin: 0; }

.stats-block .col .content-image figure img, .stats-block .col-md-6 .content-image figure img {
  width: 90px; }

/*------------------------------------
  #HEADER
------------------------------------*/
.page-head {
  padding: 20px 0;
  position: relative;
  z-index: 1060;
  padding: 15px 0 0 0;
  background-image: linear-gradient(180deg, #046ecc 50%, rgba(15, 78, 187, 0) 100%);
  height: 180px;
  margin-top: -20px; }

.page-head.open {
  background: #fff; }

.homepage .page-head {
  /*background-image: $gradient-blue-darker;*/
  background-image: none;
  padding: 15px 0 0 0;
  height: 180px;
  margin-top: -20px; }

/*------------------------------------
  #NAVIGATION
------------------------------------*/
.navbar {
  margin-top: 15px;
  padding: 0; }

@media (min-width: 768px) {
  .navbar {
    margin-top: auto; } }

.inverse-nav .navbar .nav-link {
  color: #fff; }

.inverse-nav .navbar .nav-link:hover {
  box-shadow: inset 0 -2px 0 0 #40b4e5; }

.navbar.brow .nav-link {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .navbar.brow .nav-link:hover {
    box-shadow: inset 0 -2px 0 0 #40b4e5; } }

.navbar.brow .nav-link .arrow {
  position: absolute;
  top: 4px;
  right: 0; }

.navbar i.arrow.white:after {
  position: absolute;
  left: 6px;
  top: 3px;
  background-size: contain;
  width: 6px;
  height: 17px; }

.navbar .dropdown i.arrow.white:after {
  top: 2px; }

.navbar .navbar-brand {
  padding: 0;
  margin: 0.5rem 1rem; }

@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin: 0; } }

.navbar .navbar-brand:hover {
  box-shadow: none; }

.navbar .navbar-brand svg, .navbar .navbar-brand img {
  width: 186px; }

@media (min-width: 768px) {
  .navbar .navbar-brand svg, .navbar .navbar-brand img {
    width: 306px; } }

.navbar .navbar-toggler {
  width: 30px;
  height: 28px;
  padding: 0;
  margin: 0.5rem 1rem;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out; }

.navbar .navbar-toggler span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.navbar .navbar-toggler span:nth-child(1) {
  top: 0px; }

.navbar .navbar-toggler span:nth-child(2), .navbar .navbar-toggler span:nth-child(3) {
  top: 10px; }

.navbar .navbar-toggler span:nth-child(4) {
  top: 20px; }

.navbar .navbar-toggler.open span {
  background: #065baa; }

.navbar .navbar-toggler.open span:nth-child(1) {
  top: 18px;
  left: 50%;
  width: 0%; }

.navbar .navbar-toggler.open span:nth-child(2) {
  transform: rotate(45deg); }

.navbar .navbar-toggler.open span:nth-child(3) {
  transform: rotate(-45deg); }

.navbar .navbar-toggler.open span:nth-child(4) {
  top: 18px;
  left: 50%;
  width: 0%; }

.navbar .navbar-collapse {
  background: #fff;
  padding: 0 15px;
  margin: 0 -15px; }

@media (min-width: 768px) {
  .navbar .navbar-collapse {
    background: none;
    box-shadow: none;
    z-index: 100; } }

.navbar .site-search .input-group > .form-control.site-search-box {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #065baa;
  border: 2px solid #065baa;
  border-radius: 0;
  background: transparent;
  padding-right: 40px;
  margin: 10px 0; }

@media (min-width: 768px) {
  .navbar .site-search .input-group > .form-control.site-search-box {
    color: #fff;
    border-color: #fff;
    width: 200px; } }

.navbar .site-search .input-group > .form-control.site-search-box::placeholder {
  color: #065baa; }

@media (min-width: 768px) {
  .navbar .site-search .input-group > .form-control.site-search-box::placeholder {
    color: #fff; } }

.navbar .site-search .input-group .btn-search {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #065baa;
  z-index: 1000;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0; }

.navbar .site-search .input-group .btn-search:hover {
  box-shadow: none; }

@media (min-width: 768px) {
  .navbar .site-search .input-group .btn-search {
    color: #fff; } }

.navbar .navbar-nav {
  padding: 0 10px; }

@media (min-width: 768px) {
  .navbar .navbar-nav {
    box-shadow: none; } }

.navbar .navbar-nav > li {
  position: relative;
  font-size: 17px;
  letter-spacing: 1px;
  border-bottom: 2px solid #cde9ee;
  padding: 14px 0;
  text-transform: uppercase;
  font-weight: 400; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li {
    border: none;
    padding: 16px 0; } }

@media (min-width: 768px) {
  .navbar .navbar-nav > li:hover .dropdown-menu {
    display: block;
    animation: fadeIn ease .3s;
    /*width: 600px;*/
    /*left: -374px;*/
    left: -390px; } }

.navbar .navbar-nav > li > a {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  border-bottom: 0;
  border-left: 5px solid transparent;
  padding: 2px 0; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li > a {
    color: #fff;
    padding: 2px 20px 8px 0;
    margin-left: 0;
    border-left: none; } }

@media (min-width: 768px) {
  .navbar .navbar-nav > li > a:hover {
    box-shadow: inset 0 -2px 0 0 #9bd3dd; } }

.navbar .navbar-nav > li > a.dropdown-toggle {
  position: absolute;
  top: 16px;
  right: 0;
  height: 20px;
  padding: 4px 15px;
  margin-left: 0;
  border-left: 1px solid #cde9ee !important; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li > a.dropdown-toggle {
    display: none; } }

.navbar .navbar-nav > li > a.dropdown-toggle:after {
  display: none; }

.navbar .navbar-nav > li > a.dropdown-toggle:hover {
  box-shadow: none; }

.navbar .navbar-nav > li > a.dropdown-toggle:focus {
  outline: none; }

.navbar .navbar-nav > li > a.dropdown-toggle .caret {
  display: block;
  width: 10px;
  height: 17px;
  background: url(/content/images/icon-arrow.svg) no-repeat 0 0;
  transform: rotate(90deg); }

.navbar .navbar-nav > li > a.navbar-nav > li:first-child {
  margin-left: 0; }

.navbar .navbar-nav > li > a .nav-link {
  color: #065baa; }

.navbar .navbar-nav > li > a .nav-link:hover {
  box-shadow: inset 0 -2px 0 0 #40b4e5; }

.navbar .navbar-nav > li:first-of-type {
  margin-left: 0; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li:first-of-type > a {
    margin-left: 0; } }

.navbar .navbar-nav > li:last-of-type {
  padding-right: 10px; }

.navbar .navbar-nav > li.active {
  border-bottom: 2px solid #40b4e5; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li.active {
    border: none; } }

@media (min-width: 768px) {
  .navbar .navbar-nav > li.active > a {
    box-shadow: inset 0 -2px 0 0 #9bd3dd; } }

.navbar .navbar-nav > li.show > a.dropdown-toggle .caret {
  transform: rotate(270deg); }

.navbar .navbar-nav > li.dropdown .arrow {
  display: none; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li.dropdown .arrow {
    display: inline;
    position: absolute;
    top: 4px;
    right: 0; } }

.navbar .navbar-nav > li.dropdown .arrow:after {
  transform: rotate(90deg); }

.navbar .navbar-nav > li .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0; }

.navbar .navbar-nav > li .dropdown-menu > li {
  padding: 5px 0; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li .dropdown-menu > li {
    width: 280px; }
  .navbar .navbar-nav > li .dropdown-menu > li.nav-item {
    margin-left: 385px; } }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  padding-right: 20px;
  margin-bottom: 20px;
  padding: 0; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser {
    position: absolute;
    top: 10px;
    left: 0;
    width: 335px; } }

@media (min-width: 768px) {
  .navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.teaser-2 {
    top: 130px; } }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser:last-child {
  margin-bottom: 0; }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.blue {
  background-image: linear-gradient(#107fcd, #065baa); }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.red {
  background-image: linear-gradient(#d50056, #950051); }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.green {
  background-image: linear-gradient(#78be20, #3ca00c); }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.orange {
  background-image: linear-gradient(#ffc656, #ff991d); }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.orange span {
  color: #1b365d; }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser.teal {
  background-image: linear-gradient(#cde9ee, #9bd3dd); }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a {
  display: flex;
  align-items: center;
  padding: 0 60px 0 0;
  border: 0;
  font-style: normal;
  position: relative; }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  background: url(/content/images/btn-arrow-white.svg) no-repeat 0 0/40px 40px; }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:hover {
  box-shadow: none; }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser a:hover:after {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -webkit-mask-image: -webkit-gradient(linear, left 50%, left bottom, from(black), to(transparent)); }

.navbar .navbar-nav > li .dropdown-menu > li.nav-teaser span {
  padding-right: 20px;
  color: #fff;
  font-size: 14px; }

.navbar .navbar-nav > li .dropdown-menu > li > a {
  color: #065baa;
  font-size: 17px;
  font-style: italic;
  padding: 2px 10px 0 4px;
  margin-left: 15px;
  text-transform: none;
  border-left: 5px solid transparent;
  white-space: normal; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li .dropdown-menu > li > a {
    margin-left: 0;
    letter-spacing: .01rem; } }

.navbar .navbar-nav > li .dropdown-menu > li > a:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.navbar .navbar-nav > li .dropdown-menu > li.active > a {
  border-left-color: #cde9ee; }

.navbar .navbar-nav .input-group > .form-control.site-search {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #40b4e5;
  border: 2px solid #065baa;
  border-radius: 0;
  margin: 10px 0; }

.navbar .navbar-nav .nav-auxiliary ul {
  padding: 0;
  list-style: none; }

.navbar .navbar-nav .nav-auxiliary ul .nav-item {
  border-bottom: none;
  padding: 8px 0; }

.navbar .navbar-nav .nav-auxiliary ul .nav-item .nav-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  padding: 2px 10px 0 4px;
  margin-left: 15px;
  border-bottom: 0;
  border-left: 5px solid transparent; }

.navbar .navbar-nav .nav-auxiliary ul .nav-item .nav-link > .arrow {
  display: inline-block;
  vertical-align: text-top; }

.navbar .navbar-nav .nav-auxiliary ul .nav-item .nav-link > .arrow:after {
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  background-size: contain; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li.nav-1:hover .dropdown-menu {
    left: -20px; }
  .navbar .navbar-nav > li.nav-1:hover .dropdown-menu > li.nav-item {
    margin-left: 10px;
    margin-right: 20px; }
  .navbar .navbar-nav > li.nav-1:hover .nav-teaser {
    left: 270px; } }

/*bmh adjustment to small window */
@media (min-width: 768px) {
  #navbar .navbar-nav > li {
    padding-left: 0;
    padding-right: 30px; }
  #navbar .navbar-nav > li:last-of-type {
    padding-right: 10px; }
  #navbar .navbar-nav > li > a {
    position: relative;
    padding: 2px 0 8px 0; } }

@media (min-width: 768px) and (min-width: 768px) {
  #navbar .navbar-nav .nav-item.nav-1 > .dropdown-menu .nav-item > a {
    width: 65%; } }

@media (min-width: 768px) and (min-width: 768px) {
  #navbar .navbar-nav .nav-item.nav-2 > .dropdown-menu .nav-item > a {
    padding-right: 0;
    width: 87%; } }

@media (min-width: 768px) and (min-width: 768px) {
  #navbar .navbar-nav .nav-item.nav-4 > .dropdown-menu .nav-item > a {
    width: 78%; } }

/* desktop brow */
.page-scientists .navbar.brow .nav-link[href*="scientists"],
.page-patients .navbar.brow .nav-link[href*="patients"],
.page-medical-professionals .navbar.brow .nav-link[href*="medical-professionals"],
.page-scientists .nav-auxiliary ul .nav-item > a[href*="scientists"],
.page-patients .nav-auxiliary ul .nav-item > a[href*="patients"],
.page-medical-professionals .nav-auxiliary ul .nav-item > a[href*="medical-professionals"] {
  box-shadow: inset 0 -2px 0 0 #40b4e5;
  border-bottom: 0; }

.page-about .navbar .nav-item.nav-1 > a:first-child,
.page-leadership .navbar .nav-item.nav-1 > a:first-child,
.perspectives-landing-page .navbar .nav-item.nav-1 > a:first-child,
.perspectives .navbar .nav-item.nav-1 > a:first-child,
.page-history .navbar .nav-item.nav-1 > a:first-child,
.page-collaborations .navbar .nav-item.nav-1 > a:first-child,
.page-industrial-operations .navbar .nav-item.nav-1 > a:first-child {
  box-shadow: inset 0 -2px 0 0 #40b4e5;
  border-bottom: 0; }

.page-science .navbar .nav-item.nav-2 > a:first-child,
.page-pipeline .navbar .nav-item.nav-2 > a:first-child,
.page-research-areas .navbar .nav-item.nav-2 > a:first-child,
.page-antibodies .navbar .nav-item.nav-2 > a:first-child,
.page-technology .navbar .nav-item.nav-2 > a:first-child,
.page-regeneron-genetics-center .navbar .nav-item.nav-2 > a:first-child,
.page-scientific-publications .navbar .nav-item.nav-2 > a:first-child {
  box-shadow: inset 0 -2px 0 0 #40b4e5;
  border-bottom: 0; }

.page-medicines .navbar .nav-item.nav-3 > a:first-child,
.page-arcalyst .navbar .nav-item.nav-3 > a:first-child,
.page-dupixent .navbar .nav-item.nav-3 > a:first-child,
.page-evkeeza .navbar .nav-item.nav-3 > a:first-child,
.page-eylea .navbar .nav-item.nav-3 > a:first-child,
.page-inmazeb .navbar .nav-item.nav-3 > a:first-child,
.page-kevzara .navbar .nav-item.nav-3 > a:first-child,
.page-libtayo .navbar .nav-item.nav-3 > a:first-child,
.page-praluent .navbar .nav-item.nav-3 > a:first-child,
.page-casirivimab .navbar .nav-item.nav-3 > a:first-child {
  box-shadow: inset 0 -2px 0 0 #40b4e5;
  border-bottom: 0; }

.page-responsibility .navbar .nav-item.nav-4 > a:first-child,
.page-improving-lives .navbar .nav-item.nav-4 > a:first-child,
.page-integrity-and-excellence .navbar .nav-item.nav-4 > a:first-child,
.page-sustainable-communities .navbar .nav-item.nav-4 > a:first-child,
.page-fostering .navbar .nav-item.nav-4 > a:first-child,
.page-regeneron-sts-isef .navbar .nav-item.nav-4 > a:first-child,
.page-transparency-and-policy .navbar .nav-item.nav-4 > a:first-child,
.page-grants-and-funding .navbar .nav-item.nav-4 > a:first-child {
  box-shadow: inset 0 -2px 0 0 #40b4e5;
  border-bottom: 0; }

@media (min-width: 768px) {
  .nav-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #fff;
    box-shadow: -1px 3px 4px #1b365d;
    z-index: 90; }
  .nav-mask.active {
    display: block; }
  .nav-mask.active:hover {
    display: block; } }

@media (min-width: 768px) {
  .nav-dropdown-open .navbar-expand-md {
    z-index: 100; }
  .nav-dropdown-open .navbar .navbar-nav > li > a {
    color: #065baa; }
  .nav-dropdown-open .navbar.brow {
    z-index: 100; }
  .nav-dropdown-open .navbar.brow .nav-link {
    color: #065baa; }
  .nav-dropdown-open i.arrow.white:after {
    background-image: url(/content/images/icon-arrow.svg); }
  .nav-dropdown-open .navbar .site-search .input-group > .form-control.site-search-box {
    color: #065baa;
    border-color: #065baa; }
  .nav-dropdown-open .navbar .site-search .input-group > .form-control.site-search-box::placeholder {
    color: #065baa; }
  .nav-dropdown-open .navbar .site-search .input-group .btn-search {
    color: #065baa; } }

.skip-to-main a {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

.skip-to-main a:focus, .skip-to-main a:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

#main-content {
  outline: none; }

/* ---------------------------------------------------------*\
    ADDING ACTIVE STATE TO THE CURRENT PAGE NAVIGATION NODE
 \* --------------------------------------------------------*/
.page {
  /*ABOUT*/
  /*SCIENCE*/
  /*MEDICINE*/
  /*RESPONSIBILTY*/ }

.page-leadership a[href="/about/leadership"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-perspectives-landing-page a[href="/about/perspectives"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-history a[href="/about/history"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-collaborations a[href="/about/collaborations"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-industrial-operations a[href="/about/industrial-operations"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-pipeline [href="/science/pipeline"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-research-areas [href="/science/research-areas"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-antibodies [href="/science/antibodies"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-technology [href="/science/technology"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-regeneron-genetics-center [href="/science/genetics-center"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-scientific-publications [href="/science/scientific-publications"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-dupixent [href="/medicines/dupixent-injection"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-evkeeza [href="/medicines/evkeeza-injection"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-eylea [href="/medicines/eylea-injection"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-inmazeb [href="/medicines/inmazeb-injection"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-kevzara [href="/medicines/kevzara-injection"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-libtayo [href="/medicines/libtayo-injection"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-praluent [href="/medicines/praluent-injection"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-casirivimab [href="/medicines/casirivimab-imdevimab"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-improving-lives [href="/responsibility/improving-lives"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-integrity-and-excellence [href="/responsibility/integrity-and-excellence"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-integrity-and-excellence [href="/responsibility/corporate-integrity"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-sustainable-communities [href="/responsibility/sustainable-communities"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-regeneron-sts-isef [href="/responsibility/sts-isef"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-transparency-and-policy [href="/responsibility/policies-corporate-transparency"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.page-grants-and-funding [href="/responsibility/grants"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.perspectives.perspectives a[href="/about/perspectives"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

/*MOBILE NAV HI-LITES*/
/*------------------------------------
  #MAIN
------------------------------------*/
/*------------------------------------
  #FOOTER
------------------------------------*/
.page-foot {
  background: #065baa;
  color: #fff;
  padding: 40px 0; }

.page-foot .foot-brand:hover {
  box-shadow: none; }

.page-foot .foot-brand .logo-color {
  fill: #fff; }

.page-foot .foot-brand img {
  width: 180px;
  margin-bottom: 20px; }

.page-foot a {
  color: #fff;
  font-size: 16px;
  box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset; }

.page-foot a:hover {
  text-decoration: none;
  transition: all .3s ease-out;
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }

.page-foot .foot-links {
  font-family: "Roboto Condensed", sans-serif; }

.page-foot .foot-links a {
  display: inline-block;
  margin-bottom: 0.1em; }

.page-foot .foot-links .external-link {
  font-weight: 700; }

.page-foot .foot-external-link ul {
  padding-left: 0; }

@media (min-width: 768px) {
  .page-foot .foot-external-link ul {
    margin-top: -5px; } }

.page-foot .foot-external-link ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 0.5em; }

.page-foot .social-links a {
  box-shadow: none; }

.page-foot .social-links a:hover {
  box-shadow: none; }

.page-foot .trademarks p {
  font-size: 12px;
  margin-bottom: 0; }

.page-foot .trademarks p br {
  display: none; }

@media (min-width: 768px) {
  .page-foot .trademarks p br {
    display: block; } }

/*------------------------------------
  #HOMEPAGE
------------------------------------*/
.homepage {
  background-image: linear-gradient(360deg, rgba(75, 56, 132, 0.05), #79297e 40%);
  /*background-image: linear-gradient(0deg, #1B365D 3%, #40B4E5 34%, #D50056 70%, #065BAA 98%, #0F4EBB 100%);*/ }

.homepage main.page-content {
  background: url("/Content/images/home/home-homepage-m_bg.png") no-repeat 50% -40px;
  background-size: contain; }

@media (min-width: 768px) {
  .homepage main.page-content {
    background-image: none; } }

.homepage .page-wrapper-home {
  background-image: linear-gradient(180deg, rgba(75, 56, 132, 0.05), #79297e 40%); }

@media (min-width: 768px) {
  .homepage .page-wrapper-home {
    background-image: none; } }

.homepage .page-wrapper {
  background-image: url(/content/images/home/home-complex-mysteries-trans-bg.png), url(/content/images/home/home-doing-well-bg.png), url(/content/images/home/home-join-team-bg.png), linear-gradient(#79297e, #d50056, #40b4e5, #1b365d);
  background-position: 50% 0, 50% 50%, 50% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain;
  background-blend-mode: multiply, normal, multiply;
  background-color: transparent; }

.homepage .home-subheader {
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 28px; }

@media (min-width: 768px) {
  .homepage .home-subheader {
    font-size: 32px;
    letter-spacing: 16px;
    line-height: 75px; } }

@media (min-width: 768px) {
  .homepage .page-head {
    /*background-image: linear-gradient(180deg, #114fbc 42%, rgba(15,78,187,0.2) 57%);*/
    padding: 15px 0 0;
    background-image: none;
    height: 180px;
    margin-top: -20px; } }

.homepage .home-header {
  font-size: 29px;
  letter-spacing: 2px;
  line-height: 36px; }

@media (min-width: 768px) {
  .homepage .home-header {
    font-size: 58px;
    line-height: 38px; } }

.homepage .playText {
  position: relative;
  top: 8px;
  left: -24px;
  display: block;
  width: 80px;
  color: #fff;
  text-align: center;
  opacity: 1;
  margin-bottom: 100px; }

.homepage .playText span {
  font-style: italic;
  text-transform: uppercase; }

.homepage .hero-head {
  background: none;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-top: -175px; }

@media (min-width: 768px) {
  .homepage .hero-head {
    padding-top: 250px;
    padding-bottom: 60px; } }

.homepage .hero-head .page-title {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 6.4px; }

@media (min-width: 768px) {
  .homepage .hero-head .page-title {
    font-size: 32px;
    line-height: 3.25;
    letter-spacing: 16px; } }

.homepage .hero-head h1 {
  font-size: 29px;
  line-height: 36px;
  letter-spacing: 2px; }

@media (min-width: 768px) {
  .homepage .hero-head h1 {
    font-size: 58px;
    line-height: 38px;
    letter-spacing: 2px; } }

.homepage .play-btn {
  opacity: 0.5;
  margin-bottom: 0px; }

.homepage .home-info,
.homepage .home-complex-mysteries,
.homepage .home-section-1,
.homepage .home-doing-well,
.homepage .home-join-team,
.homepage .home-perspective-ctas {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .homepage .home-info,
  .homepage .home-complex-mysteries,
  .homepage .home-section-1,
  .homepage .home-doing-well,
  .homepage .home-join-team,
  .homepage .home-perspective-ctas {
    margin-bottom: 60px; } }

.homepage .home-info .cta-left-pair.white-background {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  padding: 25px 15px; }

.homepage .home-info .cta-left-pair.white-background p, .homepage .home-info .cta-left-pair.white-background h5 {
  color: #1b365d; }

.homepage .home-info .cta-left-pair.white-background a:hover, .homepage .home-info .cta-left-pair.white-background a:active {
  text-decoration: none;
  box-shadow: none; }

.homepage .home-info .cta-left-pair.white-background img {
  width: 82px;
  height: 82px;
  margin-right: 10px; }

.homepage .home-info .cta-left-pair.white-background .white-background_text {
  display: flex;
  flex-direction: column;
  height: 100%; }

.homepage .home-info .cta-left-pair.white-background .white-background_text a {
  margin-top: auto; }

.homepage .home-info .cta-left-pair.white-background h5 span {
  font-size: 18px;
  font-weight: 500; }

.homepage .home-info .cta-left-pair.white-background .small-text {
  font-size: 14px;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .homepage .home-info .cta-left-pair.white-background {
    padding: 25px;
    /*height: 251px;*/ }
  .homepage .home-info .cta-left-pair.white-background img {
    width: 110px;
    height: 110px;
    margin-right: 20px; } }

.homepage .home-info .cta-left-pair.blue-bg {
  background-image: linear-gradient(180deg, rgba(0, 180, 218, 0.3) 0%, rgba(1, 127, 186, 0.3) 100%);
  display: flex;
  flex-direction: row;
  padding: 25px 15px; }

.homepage .home-info .cta-left-pair.blue-bg .covid19--medicine {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between; }

.homepage .home-info .cta-left-pair.blue-bg p, .homepage .home-info .cta-left-pair.blue-bg h5 {
  color: #fff; }

.homepage .home-info .cta-left-pair.blue-bg a:hover, .homepage .home-info .cta-left-pair.blue-bg a:active {
  text-decoration: none;
  box-shadow: none; }

.homepage .home-info .cta-left-pair.blue-bg img {
  width: 82px;
  height: 82px;
  margin-right: 10px; }

.homepage .home-info .cta-left-pair.long-cta {
  height: auto;
  border: none;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.homepage .home-info .cta-left-pair.long-cta .viral-image {
  height: 80px;
  width: 80px;
  margin-right: 10px; }

.homepage .home-info .cta-left-pair.long-cta .home-arrow {
  height: 50px;
  width: 50px;
  margin-left: 10%; }

.homepage .home-info .cta-left-pair.long-cta:hover > * {
  text-decoration: underline; }

@media (min-width: 768px) {
  .homepage .home-info .cta-left-pair.long-cta {
    padding: 0 25px; }
  .homepage .home-info .cta-left-pair.long-cta .home-arrow {
    margin-left: initial;
    position: absolute;
    right: 60px; }
  .homepage .home-info .cta-left-pair.long-cta .viral-image {
    width: 110px;
    height: 110px;
    margin-right: 20px; } }

@media (min-width: 768px) {
  .homepage .home-info .cta-left-pair {
    height: 240px; }
  .homepage .home-info .cta-left-pair figure {
    right: 10px; } }

.homepage .home-info .emergency-use .crosslink {
  background-color: rgba(255, 255, 255, 0.2); }

.homepage .home-info .emergency-use .crosslink h3:after {
  content: '';
  background-image: none; }

.homepage .home-info .emergency-use .crosslink p span.link-arrow:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 7px;
  width: 10px;
  height: 18px;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 0 0; }

.homepage .home-info .emergency-use .crosslink.nilda {
  background-image: linear-gradient(180deg, rgba(254, 197, 85, 0.3) 0%, rgba(255, 152, 28, 0.3) 100%); }

.homepage .home-info .emergency-use .crosslink.nilda:hover > * {
  text-decoration: none;
  color: #fff; }

.homepage .home-info .emergency-use .crosslink.nilda > .video-player {
  margin-right: 15px;
  width: 120px;
  height: 120px; }

.homepage .home-info .emergency-use .crosslink.nilda > .video-player img {
  width: 110px;
  height: 110px; }

.homepage .home-info .emergency-use .crosslink.nilda > .video-player button {
  width: 60px;
  height: 60px; }

.homepage .home-info .emergency-use .crosslink.nilda > .video-player button.play-video-btn:before {
  width: 60px;
  height: 60px; }

@media (min-width: 768px) {
  .homepage .home-info .newsroom-content .carousel-inner {
    height: 100px; } }

.homepage .home-info .news-media {
  display: flex; }

@media (min-width: 768px) {
  .homepage .home-info .news-media .newsroom-container.top .newsroom-content .carousel-inner {
    height: 100px; }
  .homepage .home-info .news-media .newsroom-container .newsroom-content .carousel-inner {
    height: 100px; } }

.homepage .home-info .now-approved .linkbox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none; }

@media (min-width: 768px) {
  .homepage .home-info .now-approved .linkbox {
    padding: 25px;
    /* height: 95%;*/ } }

.homepage .home-info .now-approved_link a {
  color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row; }

.homepage .home-info .now-approved_link a:hover, .homepage .home-info .now-approved_link a:active {
  text-decoration: none;
  box-shadow: none; }

.homepage .home-info .now-approved_link a .link-arrow {
  position: relative;
  padding-right: 20px;
  max-width: 210px;
  width: 100%; }

.homepage .home-info .now-approved_link a .link-arrow:hover, .homepage .home-info .now-approved_link a .link-arrow:active {
  text-decoration: underline; }

.homepage .home-info .now-approved_link a .link-arrow:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 0px;
  background-image: url(/content/images/global/icon_cta-caret_white.svg);
  height: 16px;
  width: 11px;
  background-size: contain;
  background-repeat: no-repeat; }

.homepage .home-info .now-approved_link img {
  width: 90px;
  height: 90px;
  margin-right: 20px; }

.homepage .home-complex-mysteries {
  color: #fff; }

.homepage .home-complex-mysteries h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 20px; }

.homepage .home-complex-mysteries h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: normal;
  text-transform: none; }

.homepage .home-complex-mysteries .btn,
.homepage .home-complex-mysteries .cta-btn {
  margin-bottom: 40px; }

.homepage .home-complex-mysteries .home-biotechnology-video-thmb {
  width: 175px;
  height: 175px;
  margin-left: auto;
  margin-right: auto; }

.homepage .home-complex-mysteries .home-biotechnology-video-thmb .mobile-video-button-fix {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .homepage .home-complex-mysteries .home-biotechnology-video-thmb {
    width: 350px;
    height: 350px; } }

@media (min-width: 768px) {
  .homepage .home-biotechnology-video-thmb {
    position: absolute;
    bottom: 36px;
    left: 130px;
    width: auto;
    height: auto; } }

.homepage .home-section-1 {
  color: #fff; }

.homepage .home-section-1 a {
  display: block;
  color: #fff;
  box-shadow: none; }

.homepage .home-section-1 h5 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1em;
  text-transform: uppercase; }

.homepage .home-section-1 .btn-download {
  display: flex;
  flex-direction: column; }

.homepage .home-section-1 .btn-download p {
  margin-left: 25px;
  font-size: 20px;
  color: #065baa;
  font-weight: 700;
  align-self: center;
  position: relative; }

.homepage .home-section-1 .btn-download p:hover {
  text-decoration: none;
  transition: all .3s ease-out;
  box-shadow: inset 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff; }

.homepage .home-section-1 .btn-download p:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 26px;
  height: 32px;
  background: url(/content/images/icon-download-white.svg) no-repeat 0 0;
  background-size: contain; }

.homepage .home-section-1 .perspectives-article-promote {
  padding: 20px 40px; }

@media (min-width: 768px) {
  .homepage .home-section-1 .perspectives-article-promote {
    padding: 30px 40px;
    margin-bottom: 0px; } }

.homepage .home-section-1 .perspectives-article-promote-container {
  display: flex;
  flex-direction: column; }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .cta-left-pair {
  background-color: rgba(255, 255, 255, 0.2);
  border: none; }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox_image {
  width: 50px;
  height: 61px;
  margin-right: 10px; }

@media (min-width: 768px) {
  .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox_image {
    width: 100px;
    height: auto;
    margin-right: 5px; } }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox a {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  align-items: flex-start; }

@media (min-width: 768px) {
  .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox a {
    padding: 15px 20px; } }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  text-transform: uppercase; }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline:hover {
  text-decoration: underline; }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 10px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 992px) {
  .homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .perspectives-article-headline.float-arrow:after {
    bottom: 40%; } }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .author {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif; }

.homepage .home-section-1 .perspectives-article-promote-container .perspectives-splitbox .author .author-title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 10px; }

.homepage .home-section-1 .clipped {
  width: 100%; }

.homepage .home-section-1 .clipped .content-wrap {
  height: 100%; }

.homepage .home-section-1 .clipped .content-wrap img {
  margin-bottom: 15px; }

.homepage .home-doing-well {
  color: #fff;
  padding: 20px 20px 40px; }

.homepage .home-doing-well .headline-img {
  width: 82px;
  height: 82px;
  margin: 10px auto; }

@media (min-width: 768px) {
  .homepage .home-doing-well {
    padding: 40px 80px 60px; }
  .homepage .home-doing-well .headline-img {
    width: initial;
    height: initial;
    margin: 0 20px 0 0; } }

.homepage .home-doing-well .three-links .btn-link {
  padding: 0px;
  margin: 20px 0; }

.homepage .home-doing-well .three-links .btn-link:after {
  content: '';
  position: absolute;
  top: 5px;
  right: -20px;
  width: 17px;
  height: 25px;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat top center;
  background-size: 45%; }

.homepage .home-doing-well .three-links .btn-link:hover {
  color: #fff; }

.homepage .home-doing-well .three-links .linkfix {
  display: block;
  margin: 20px auto; }

.homepage .home-join-team {
  color: #fff;
  position: relative;
  margin-top: 150px; }

.homepage .home-join-team h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 20px; }

.homepage .home-join-team .video-description .video-player {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 768px) {
  .homepage .home-join-team .video-description .video-player {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    -webkit-transform: none; } }

.homepage .home-join-team .content-wrap {
  padding: 110px 20px 30px 20px; }

@media (min-width: 768px) {
  .homepage .home-join-team .content-wrap {
    padding: 40px 30px 40px 210px; } }

@media (min-width: 768px) {
  .homepage .home-join-team {
    margin-top: initial; } }

.homepage img.download-fix {
  max-width: 188px; }

.video-description .video-player {
  margin-right: -180px; }

.video-description .content-wrap {
  padding: 40px 30px 40px 220px; }

.video-description .content-wrap h5 {
  margin-bottom: 5px; }

/*------------------------------------*\
  #HOMEPAGE VIDEO BACKGROUND
\*------------------------------------*/
.video-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  height: 780px;
  overflow: hidden;
  z-index: -1; }

.vid-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(0deg, #79297e 10%, transparent 40%); }

.video-bg {
  width: 100%;
  /* height: 85vh;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
  object-fit: cover; }

@media (min-width: 768px) {
  .video-bg {
    /*height: auto;*/ } }

/*------------------------------------
  #ABOUT US
------------------------------------*/
.page-about .hero-head {
  background-image: url(/content/images/about/about-us-bg-m.png); }

@media (min-width: 768px) {
  .page-about .hero-head {
    background-image: url(/content/images/about/about-us-bg.png); } }

.about .about-video-box .video-player {
  /*width: 280px;*/ }

.about .about-video-box .video-player.about-biotechnology-video-thmb {
  position: absolute;
  top: -240px;
  right: 0; }

@media (max-width: 991.98px) {
  .about .about-video-box .video-player.about-biotechnology-video-thmb {
    top: -110px;
    right: 0;
    left: 0;
    margin: 0 auto; } }

.about .about-video-box .callout-box.bg-red {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (max-width: 991.98px) {
  .about .about-video-box .callout-box.bg-red {
    padding-top: 140px;
    margin-top: 140px; } }

.about_content1 {
  padding-bottom: 28px;
  position: relative; }

.about_content1-text {
  text-align: center; }

.about_content1-callout {
  margin-top: 137px;
  padding: 118px 20px 20px 20px; }

.about_content1-callout--image {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  z-index: 100; }

.about_content1-callout p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px; }

@media (min-width: 992px) {
  .about_content1-text--wrap-desktop {
    max-width: 500px; }
  .about_content1-callout {
    margin-top: 30px;
    padding: 30px 0 30px 30px; }
  .about_content1-callout--image {
    left: initial;
    right: 0px;
    transform: none;
    width: 280px;
    height: 280px;
    bottom: 22%; }
  .about_content1-callout p {
    max-width: 515px; } }

@media (min-width: 1200px) {
  .about_content1-callout--image {
    bottom: 15%;
    width: 350px;
    height: 350px; } }

.about_content2 {
  display: flex;
  flex-direction: column; }

.about_content2-callout1 {
  padding: 40px 40px 25px 40px;
  width: 100%; }

.about_content2-callout1--download {
  display: flex;
  flex-direction: row; }

.about_content2-callout1--download img {
  max-width: 93px;
  height: 52px;
  margin-right: 40px; }

.about_content2-callout1--download p {
  font-size: 16px;
  color: #065baa;
  font-weight: 700;
  align-self: center;
  position: relative; }

.about_content2-callout1--download p:hover {
  text-decoration: underline; }

.about_content2-callout1--download p:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 28px;
  background: url(/content/images/about/about-download.svg) no-repeat 0 0;
  background-size: contain;
  left: -30px;
  top: 10px; }

.about_content2-callout2 {
  margin-top: 10px;
  width: 100%; }

.about_content2-callout2--topwrap {
  padding-right: 95px;
  position: relative; }

.about_content2-callout2--topwrap .topwrap-header {
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

.about_content2-callout2--topwrap .topwrap-header span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: regular;
  font-size: 18px; }

.about_content2-callout2--topwrap:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%; }

.about_content2-callout2 .newsroom-container {
  padding: 40px 20px 40px;
  margin: 0;
  height: 100%; }

@media (min-width: 768px) {
  .about_content2 {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px; }
  .about_content2-callout1 {
    max-width: 445px;
    margin: 0px; }
  .about_content2-callout2 {
    margin-top: initial;
    max-width: 445px;
    margin: 0px; } }

@media (min-width: 768px) {
  .about_content3 {
    padding-bottom: 20px; } }

.about_content3-header {
  color: #065baa;
  text-align: center; }

@media (min-width: 768px) {
  .about_content3-header {
    margin-bottom: 30px; } }

.about_content3-container {
  display: flex;
  flex-direction: column; }

.about_content3-container--item {
  text-align: center;
  margin: 25px auto;
  max-width: 280px; }

.about_content3-container--item .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  margin-bottom: 20px; }

.about_content3-container--item .title.green {
  color: #78be20; }

.about_content3-container--item .title.light-blue {
  color: #40b4e5; }

.about_content3-container--item .title.red {
  color: #d50057; }

.about_content3-container--item .title.orange {
  color: #ff981c; }

.about_content3-container--item .title.dark-blue {
  color: #065baa; }

@media (min-width: 768px) {
  .about_content3-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .about_content3-container--item {
    margin: 20px 0;
    width: 237px; } }

.about_content4 {
  padding: 24px 20px 30px 20px;
  display: flex;
  flex-direction: column; }

.about_content4-image {
  width: 95px;
  height: 95px;
  margin-bottom: 15px; }

.about_content4-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between; }

.about_content4-content h1 {
  color: #fff; }

@media (min-width: 768px) {
  .about_content4-content h1 {
    padding: 25px 0 20px 0; } }

.about_content4-content p {
  color: #fff; }

@media (min-width: 768px) {
  .about_content4 {
    flex-direction: row;
    padding: 30px; }
  .about_content4-image {
    margin: 0 30px 0 0; } }

.about_content5 {
  margin-top: 120px;
  padding: 120px 20px 20px 20px;
  border-color: #ffc656; }

.about_content5:after {
  border-color: #ffc656; }

.about_content5-image {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }

@media (min-width: 992px) {
  .about_content5 {
    max-width: 735px;
    padding: 30px 60px 30px 200px;
    float: right;
    margin: 120px 0 40px 0; }
  .about_content5-image {
    width: 280px;
    height: 280px;
    left: 9%; } }

@media (min-width: 1200px) {
  .about_content5-image {
    bottom: 37.8%;
    width: 350px;
    height: 350px;
    left: 20.6%; } }

.about_content6 {
  margin-top: 20px;
  padding: 38px 20px 20px 20px;
  width: 100%; }

.about_content6-header {
  text-align: center;
  color: #fff; }

.about_content6-text {
  text-align: center;
  color: #fff; }

.about_content6-splitbox-container {
  display: flex;
  flex-direction: column; }

.about_content6-splitbox-container .splitbox {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .about_content6-splitbox-container .splitbox {
    margin-bottom: auto; } }

.about_content6-splitbox-container .splitbox_image1 {
  width: 94px;
  height: 115px;
  margin-right: 7px; }

.about_content6-splitbox-container .splitbox_image2 {
  width: 89px;
  height: 109px;
  margin-right: 7px; }

.about_content6-splitbox-container .splitbox_text {
  width: 100%;
  max-width: 192px; }

.about_content6-splitbox-container .splitbox_text-header {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase; }

.about_content6-splitbox-container .splitbox_text-header:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 30%;
  width: 10px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

.about_content6-splitbox-container .splitbox_text-header.extra-top:after {
  top: 45%; }

.about_content6-splitbox-container .splitbox_text-header a:hover {
  color: #fff; }

.about_content6-splitbox-container .splitbox_text .name {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 5px; }

.about_content6-splitbox-container .splitbox_text .spec {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0px; }

.about_content6 a.btn {
  margin: 20px auto;
  transform: translateX(-20px);
  display: ineline-block; }

@media (min-width: 768px) {
  .about_content6 {
    padding: 38px 30 30px 30px; }
  .about_content6-splitbox-container {
    flex-direction: row;
    margin-top: 15px;
    justify-content: center; }
  .about_content6-splitbox-container .splitbox {
    max-width: 350px;
    padding: 10px 20px; }
  .about_content6-splitbox-container .splitbox:first-of-type {
    margin-right: 20px; }
  .about_content6-splitbox-container .splitbox_image1 {
    width: 100px;
    height: 122px; }
  .about_content6-splitbox-container .splitbox_image2 {
    width: 100px;
    height: 122px; }
  .about_content6-splitbox-container .splitbox_text {
    max-width: 248px; }
  .about_content6-splitbox-container .splitbox_text-header:after {
    top: 60px; }
  .about_content6-splitbox-container .splitbox_text-header.extra-top:after {
    top: 60px; } }

.about_content7 {
  padding: 44px 20px 140px 20px;
  margin-bottom: 120px; }

.about_content7-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  bottom: 17.5%; }

@media only screen and (min-width: 400px) {
  .about_content7-image {
    bottom: 17%; } }

@media (min-width: 768px) {
  .about_content7-image {
    bottom: 18%; } }

@media (min-width: 992px) {
  .about_content7 {
    max-width: 735px;
    margin: 90px 0;
    padding: 30px 200px 30px 60px; }
  .about_content7-image {
    left: initial;
    transform: none;
    width: 280px;
    height: 280px;
    right: 0%;
    bottom: 19.68%; } }

@media (min-width: 1200px) {
  .about_content7 {
    padding: 30px 180px 30px 60px; }
  .about_content7-image {
    width: 350px;
    height: 350px;
    right: 0%;
    bottom: 18%; } }

.about_content8 {
  background: linear-gradient(#ffc656, #ff991d);
  margin-top: 30px;
  padding: 23px 37px 37px 20px;
  display: flex;
  flex-direction: column; }

.about_content8-image {
  width: 95px;
  height: 95px;
  margin-bottom: 15px; }

.about_content8-buttonfix {
  display: block;
  max-width: 135px; }

@media (min-width: 768px) {
  .about_content8 {
    flex-direction: row;
    padding: 30px; }
  .about_content8-image {
    margin: 0 30px 0 0; } }

.about_content9 {
  display: flex;
  flex-direction: column; }

.about_content9-callout1 {
  margin-top: 20px;
  padding: 29px 38px 20px 20px;
  width: 100%; }

.about_content9-callout1-image {
  width: 95px;
  height: 95px;
  margin-bottom: 15px; }

.about_content9-callout2 {
  border-color: #065baa;
  margin-top: 20px;
  padding: 29px 38px 20px 20px;
  width: 100%; }

.about_content9-callout2-image {
  width: 95px;
  height: 95px;
  margin-bottom: 15px; }

.about_content9-callout2:after {
  border-color: #065baa; }

@media (min-width: 768px) {
  .about_content9 {
    flex-direction: row;
    justify-content: space-between; }
  .about_content9-callout1 {
    max-width: 445px;
    padding: 40px 30px 80px 30px; }
  .about_content9-callout2 {
    max-width: 445px;
    padding: 40px 30px 40px 30px; } }

.about .cta-btn-center {
  display: flex;
  justify-content: center; }

/* BUTTONS */
.about-btn {
  position: relative;
  font-size: 16px;
  width: fit-content; }

.about-btn-alt {
  border-color: #fff;
  color: #fff; }

.about-btn-alt:after {
  background: url(/content/images/btn-arrow-white.svg) no-repeat 50% 50% !important; }

.about-btn:after {
  width: 50px;
  height: 50px;
  top: -2px;
  right: -50px;
  content: "";
  position: absolute;
  background: #065baa url(/content/images/icon-arrow-white.svg) no-repeat 50% 50%; }

/*------------------------------------
  #LEADERSHIP
------------------------------------*/
.page-leadership .hero-head {
  background-image: url(/content/images/leadership/leadership-bg-mobile.png); }

@media (min-width: 768px) {
  .page-leadership .hero-head {
    background-image: url(/content/images/leadership/leadership-bg.png);
    background-position: bottom left; } }

@media (min-width: 992px) {
  .page-leadership .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

.page-leadership h1 {
  margin-top: 40px;
  margin-bottom: 40px; }

.page-leadership h1.red {
  color: #d50056; }

.page-leadership h1.primary-blue {
  color: #065baa; }

.page-leadership h1.dark-orange {
  color: #ff981c; }

.page-leadership h1.green {
  color: #78be20; }

.page-leadership h2 {
  margin-bottom: 35px; }

@media (min-width: 576px) {
  .page-leadership h2 {
    margin-bottom: 40px; } }

.page-leadership h3 {
  margin-bottom: 25px; }

@media (min-width: 576px) {
  .page-leadership h3 {
    margin-bottom: 60px; } }

.page-leadership .callout-box {
  margin: 0 0 25px 0; }

@media (min-width: 576px) {
  .page-leadership .callout-box {
    margin: 0 20px 25px 0; } }

.page-leadership .callout-box:first-child .leader-title {
  padding: 0px 66px; }

@media (min-width: 576px) {
  .page-leadership .callout-box:first-child .leader-title {
    padding: 0px 46px; } }

.page-leadership .callout-box:nth-child(3) .leader-title {
  padding: 0px 60px; }

@media (min-width: 576px) {
  .page-leadership .callout-box:nth-child(3) .leader-title {
    padding: 0px 40px; } }

.page-leadership .callout-box:nth-child(7) .leader-title, .page-leadership .callout-box:nth-child(8) .leader-title {
  padding: 0px 70px; }

@media (min-width: 576px) {
  .page-leadership .callout-box:nth-child(7) .leader-title, .page-leadership .callout-box:nth-child(8) .leader-title {
    padding: 0px 60px; } }

.page-leadership .callout-box .back {
  display: none;
  cursor: auto; }

.page-leadership .callout-box.bio {
  border-color: #065baa; }

.page-leadership .callout-box.bio:after {
  border-color: #065baa;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 30px; }

.page-leadership .callout-box.bio .front {
  display: block;
  /*img {
                    width: 100%;
                }*/ }

.page-leadership .callout-box.bio .front h5, .page-leadership .callout-box.bio .front .leader-title, .page-leadership .callout-box.bio .front .leader-name {
  display: none; }

.page-leadership .callout-box.bio .front p {
  margin-bottom: 0; }

.page-leadership .callout-box.bio .back {
  background: #1b365d;
  max-width: 460px; }

.page-leadership .callout-box.bio .back .top-pannel {
  padding: 20px 30px 30px 30px; }

.page-leadership .callout-box.bio .back .small-leader {
  width: 50px;
  height: 50px; }

.page-leadership .callout-box.bio .back h5 {
  font-size: 18px;
  line-height: 24px; }

.page-leadership .callout-box.bio .back .leader-title {
  font-size: 14px;
  line-height: 18px;
  color: #9bd3dd; }

.page-leadership .callout-box.bio .back p {
  font-size: 18px;
  line-height: 24px;
  padding: 0px; }

.page-leadership .callout-box.bio .back .close {
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  float: none; }

.page-leadership .callout-box.bio .back .close_inner {
  height: 20px;
  width: 2px;
  margin-bottom: 10px;
  background-color: #ffffff;
  transform: rotate(45deg);
  Z-index: 1;
  cursor: pointer; }

.page-leadership .callout-box.bio .back .md {
  height: 20px;
  width: 2px;
  background-color: #ffffff;
  transform: rotate(90deg);
  Z-index: 2; }

.page-leadership .callout-box.bio .back:after {
  border-color: #1b365d; }

.page-leadership .callout-box.bio .back .transcript {
  width: 100%; }

.page-leadership .callout-box.bio .back .transcript .sub-heading {
  height: 36px;
  background: #cde9ee;
  padding: 7px 0 6px 34px;
  font-size: 18px;
  line-height: 24px;
  color: #1b365d; }

.page-leadership .callout-box.bio .back .transcript .bottom-container {
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 20px solid #ffffff; }

.page-leadership .callout-box.bio .back .transcript .bottom-container p {
  font-size: 14px;
  line-height: 18px;
  color: #1b365d;
  height: 66px; }

.page-leadership .callout-box.bio .back .audio-link {
  text-align: left; }

.page-leadership .callout-box.founders_callout .back h5 {
  font-size: 24px;
  line-height: 24px;
  margin-left: 18px; }

.page-leadership .founders_callout {
  border-color: #d50056;
  padding: 0px;
  text-align: center;
  cursor: pointer; }

@media (min-width: 576px) {
  .page-leadership .founders_callout {
    max-width: 445px; } }

.page-leadership .founders_callout h5 {
  color: #1b365d; }

.page-leadership .founders_callout .leader-title {
  font-size: 14px;
  color: #065baa;
  line-height: 18px; }

.page-leadership .founders_callout:after {
  border-color: #d50056; }

.page-leadership .corporate-leaders_callout {
  border-color: #065baa;
  padding: 0px;
  text-align: center; }

.page-leadership .corporate-leaders_callout-capri {
  border-color: #40b4e5; }

@media (min-width: 576px) {
  .page-leadership .corporate-leaders_callout {
    max-width: 319px;
    min-height: 320px;
    margin: 0 0px 25px 0; }
  .page-leadership .corporate-leaders_callout:last-child {
    margin-right: 0px; } }

.page-leadership .corporate-leaders_callout .leader-name {
  margin-bottom: 5px; }

.page-leadership .corporate-leaders_callout .leader-title {
  font-size: 14px;
  color: #065baa;
  line-height: 18px;
  padding: 0 15px; }

.page-leadership .corporate-leaders_callout:after {
  border-color: #065baa; }

.page-leadership .corporate-leaders_callout .founders_callout {
  max-width: 100%;
  border-color: transparent;
  border: 0px;
  margin: 0px; }

.page-leadership .board-leaders_callout {
  border-color: #40b4e5;
  padding: 0px;
  text-align: center; }

@media (min-width: 576px) {
  .page-leadership .board-leaders_callout {
    max-width: 319px;
    min-height: 270px;
    margin: 0 0px 25px 0; }
  .page-leadership .board-leaders_callout:last-child {
    margin-right: 0px; } }

.page-leadership .board-leaders_callout .leader-name {
  margin-bottom: 5px; }

.page-leadership .board-leaders_callout .leader-title {
  font-size: 14px;
  color: #065baa;
  line-height: 18px;
  padding: 0 15px; }

.page-leadership .board-leaders_callout:after {
  border-color: #40b4e5; }

.page-leadership .board-leaders_callout .founders_callout {
  max-width: 100%;
  border-color: transparent;
  border: 0px;
  margin: 0px; }

.page-leadership .research-leaders_callout {
  border-color: #ff981c;
  padding: 0px;
  text-align: center; }

@media (min-width: 576px) {
  .page-leadership .research-leaders_callout {
    max-width: 319px;
    min-height: 320px;
    margin: 0 0px 25px 0; }
  .page-leadership .research-leaders_callout:last-child {
    margin-right: 0px; } }

.page-leadership .research-leaders_callout .leader-name {
  margin-bottom: 5px; }

.page-leadership .research-leaders_callout .leader-title {
  font-size: 14px;
  color: #065baa;
  line-height: 18px;
  padding: 0 15px; }

.page-leadership .research-leaders_callout:after {
  border-color: #ff981c; }

.page-leadership .research-leaders_callout .founders_callout {
  max-width: 100%;
  border-color: transparent;
  border: 0px;
  margin: 0px; }

.page-leadership .supply-leaders_callout {
  border-color: #78be20;
  padding: 0px;
  text-align: center; }

@media (min-width: 576px) {
  .page-leadership .supply-leaders_callout {
    max-width: 319px;
    min-height: 340px;
    margin: 0 0px 25px 0; }
  .page-leadership .supply-leaders_callout:last-child {
    margin-right: 0px; } }

.page-leadership .supply-leaders_callout .leader-name {
  margin-bottom: 5px; }

.page-leadership .supply-leaders_callout .leader-title {
  font-size: 14px;
  color: #065baa;
  line-height: 18px;
  padding: 0 15px; }

.page-leadership .supply-leaders_callout:after {
  border-color: #78be20; }

.header_pill-content p:first-child {
  letter-spacing: -.3px; }

.header_pill-content.bod .row [class^="col-"]:not(:first-child) hr, .header_pill-content.bod .row [class*=" col-"]:not(:first-child) hr {
  display: none; }

.header_pill-content.bod .row [class^="col-"]:not(:first-child) .audio-link-wrapper, .header_pill-content.bod .row [class*=" col-"]:not(:first-child) .audio-link-wrapper {
  display: none; }

.list-research-leaders .callout-box:nth-child(2) .leader-title {
  padding: 0px 60px; }

@media (min-width: 576px) {
  .list-research-leaders .callout-box:nth-child(2) .leader-title {
    padding: 0px 50px; } }

.list-research-leaders .callout-box:nth-child(9) .leader-title {
  padding: 0px 60px; }

@media (min-width: 576px) {
  .list-research-leaders .callout-box:nth-child(9) .leader-title {
    padding: 0px 50px; } }

.list-research-leaders .callout-box .founders_callout {
  max-width: 100%;
  border-color: transparent;
  border: 0px;
  margin: 0px; }

.list-corporate-leaders .callout-box:last-child .leader-title {
  padding: 0px 60px; }

@media (min-width: 576px) {
  .list-corporate-leaders .callout-box:last-child .leader-title {
    padding: 0px 50px; } }

.list-corporate-leaders .callout-box .founders_callout {
  max-width: 100%;
  border-color: transparent;
  border: 0px;
  margin: 0px; }

/*------------------------------------
  #PERSPECTIVES 
------------------------------------*/
/*------------------------------------
  #LANDING PAGE FEATURES
------------------------------------*/
.featured-blog-callout {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px; }

.featured-blog {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center; }

@media (min-width: 768px) {
  .featured-blog {
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center; } }

.featured-blog .content-wrap {
  padding: 50px 30px; }

.featured-blog .featured-blog-details {
  margin-top: 30px;
  width: 100%; }

@media (min-width: 768px) {
  .featured-blog .featured-blog-details {
    width: 360px; } }

.featured-blog .featured-blog-details h5 {
  margin-bottom: 1em;
  text-transform: uppercase; }

.featured-blog .featured-art {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2); }

.blog-cards-list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  perspective: 1000px; }

@media (min-width: 768px) {
  .blog-cards-list {
    flex-flow: row wrap; } }

.blog-cards-list .blog-card {
  position: relative;
  margin-bottom: 2em;
  margin-right: 1.1em;
  perspective: 1000px;
  animation: fadeIn .6s;
  /*&:last-of-type {
            margin-right: 34%;
        }*/
  /* ADMIN COLORS */ }

.blog-cards-list .blog-card .last-article {
  margin-right: 34%; }

@media (min-width: 768px) {
  .blog-cards-list .blog-card {
    width: 31%; } }

.blog-cards-list .blog-card.peridot .front .blog-chip, .blog-cards-list .blog-card.peridot .back .blog-chip {
  /*background-color: $peridot;*/ }

.blog-cards-list .blog-card.peridot .front .corner-chip, .blog-cards-list .blog-card.peridot .back .corner-chip {
  fill: #78be20; }

.blog-cards-list .blog-card.peridot .back {
  background-image: linear-gradient(135deg, rgba(247, 255, 241, 0.3), rgba(120, 190, 32, 0.3)); }

.blog-cards-list .blog-card.ruby .front .blog-chip, .blog-cards-list .blog-card.ruby .back .blog-chip {
  /*background-color: $rubine;*/ }

.blog-cards-list .blog-card.ruby .front .corner-chip, .blog-cards-list .blog-card.ruby .back .corner-chip {
  fill: #950051; }

.blog-cards-list .blog-card.ruby .back {
  height: 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(213, 0, 86, 0.3)); }

.blog-cards-list .blog-card.topaz .front .blog-chip, .blog-cards-list .blog-card.topaz .back .blog-chip {
  /*background-color: $topaz;*/ }

.blog-cards-list .blog-card.topaz .front .corner-chip, .blog-cards-list .blog-card.topaz .back .corner-chip {
  fill: #ff981c; }

.blog-cards-list .blog-card.topaz .back {
  background-color: #fff;
  background-image: linear-gradient(135deg, rgba(240, 248, 250, 0.3), rgba(255, 198, 86, 0.3)); }

.blog-cards-list .blog-card.gold .front .blog-chip, .blog-cards-list .blog-card.gold .back .blog-chip {
  /* background-color: $gold;*/ }

.blog-cards-list .blog-card.gold .front .corner-chip, .blog-cards-list .blog-card.gold .back .corner-chip {
  fill: #ffc656; }

.blog-cards-list .blog-card.gold .back {
  background-color: #fff;
  background-image: linear-gradient(135deg, rgba(240, 248, 250, 0.3), rgba(255, 198, 86, 0.3)); }

.blog-cards-list .blog-card.green .front .blog-chip, .blog-cards-list .blog-card.green .back .blog-chip {
  /*background-color: $peridot;*/ }

.blog-cards-list .blog-card.green .front .corner-chip, .blog-cards-list .blog-card.green .back .corner-chip {
  fill: #78be20; }

.blog-cards-list .blog-card.green .back {
  background-image: linear-gradient(135deg, rgba(247, 255, 241, 0.3), rgba(120, 190, 32, 0.3)); }

.blog-cards-list .blog-card.pink .front .blog-chip, .blog-cards-list .blog-card.pink .back .blog-chip {
  /* background-color: $rubine;*/ }

.blog-cards-list .blog-card.pink .front .corner-chip, .blog-cards-list .blog-card.pink .back .corner-chip {
  fill: #950051; }

.blog-cards-list .blog-card.pink .back {
  height: 100%;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(213, 0, 86, 0.3)); }

.blog-cards-list .blog-card.yellow .front .blog-chip, .blog-cards-list .blog-card.yellow .back .blog-chip {
  /*background-color: $gold;*/ }

.blog-cards-list .blog-card.yellow .front .corner-chip, .blog-cards-list .blog-card.yellow .back .corner-chip {
  fill: #ffc656; }

.blog-cards-list .blog-card.yellow .back {
  background-color: #fff;
  background-image: linear-gradient(135deg, rgba(240, 248, 250, 0.3), rgba(255, 198, 86, 0.3)); }

.blog-cards-list .blog-card.blue .front .blog-chip, .blog-cards-list .blog-card.blue .back .blog-chip {
  /*background-color: $primary-blue-light;*/ }

.blog-cards-list .blog-card.blue .front .corner-chip, .blog-cards-list .blog-card.blue .back .corner-chip {
  fill: #40b4e5; }

.blog-cards-list .blog-card.blue .back {
  background-color: #fff;
  background-image: linear-gradient(135deg, rgba(247, 255, 241, 0.3), rgba(5, 91, 170, 0.3)); }

.blog-cards-list .blog-card:hover .blog-flip-card {
  transform: rotateY(180deg);
  box-shadow: none; }

.blog-cards-list .blog-flip-card {
  display: block;
  position: relative;
  width: auto;
  height: 330px;
  transition: transform 1s 500ms;
  transform-style: preserve-3d; }

.blog-cards-list .blog-flip-card .front, .blog-cards-list .blog-flip-card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px 15px 100px 25px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden; }

.blog-cards-list .blog-flip-card .front:after, .blog-cards-list .blog-flip-card .back:after {
  content: "";
  position: absolute;
  top: 57px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/content/images/global/icon_cta-caret_blue.svg) no-repeat 100% 20%; }

.blog-cards-list .blog-flip-card .front .blog-chip, .blog-cards-list .blog-flip-card .back .blog-chip {
  width: 40px;
  height: 40px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%); }

.blog-cards-list .blog-flip-card .front .blog-icon-lineart,
.blog-cards-list .blog-flip-card .front .blog-chip, .blog-cards-list .blog-flip-card .back .blog-icon-lineart,
.blog-cards-list .blog-flip-card .back .blog-chip {
  position: absolute;
  bottom: 0; }

.blog-cards-list .blog-flip-card .front .blog-icon-lineart, .blog-cards-list .blog-flip-card .back .blog-icon-lineart {
  width: 100px;
  height: 110px; }

.blog-cards-list .blog-flip-card .front .blog-chip, .blog-cards-list .blog-flip-card .back .blog-chip {
  right: 0; }

.blog-cards-list .blog-flip-card .front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(/content/images/perspective/bg_blog-card-front.jpg) no-repeat 0 0;
  background-size: cover;
  z-index: 1; }

.blog-cards-list .blog-flip-card .front h5 {
  margin-bottom: 1em;
  padding-right: 47px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  color: #065baa; }

.blog-cards-list .blog-flip-card .front .by-line {
  min-height: 8em; }

.blog-cards-list .blog-flip-card .front .by-line .crosslink-head {
  margin-bottom: .5em;
  color: #1b365d; }

.blog-cards-list .blog-flip-card .front .by-line .crosslink-head:nth-of-type(2) {
  margin-top: .5em; }

.blog-cards-list .blog-flip-card .front .blog-author-title {
  display: block;
  font-size: 14px;
  color: #1b365d;
  line-height: 1.3; }

.blog-cards-list .blog-flip-card .front .blog-icon-lineart {
  right: 0; }

.blog-cards-list .blog-flip-card .front .blog-icon-lineart img {
  margin: 10px 0 0 10px;
  width: 70%; }

.blog-cards-list .blog-flip-card .back {
  height: 100%;
  padding: 50px 51px 15px 40px;
  transform: rotateY(180deg); }

.blog-cards-list .blog-flip-card .back p {
  font-size: 14px;
  line-height: 1.4;
  color: #1b365d; }

.blog-cards-list .blog-flip-card .back .blog-icon-lineart {
  width: 100px;
  height: 110px;
  right: 40px;
  bottom: 20px; }

.blog-cards-list .blog-flip-card .back .blog-icon-lineart img {
  margin: 0;
  width: 100%; }

/*------------------------------------*\
  #BLOG PAGES FEATURES
\*------------------------------------*/
.perspectives-landing-page .hero-head {
  background-image: url(/content/images/perspective/perspectives-bg-m.png); }

@media (min-width: 768px) {
  .perspectives-landing-page .hero-head {
    background-image: url(/content/images/perspective/perspectives-bg.png); } }

.perspectives-landing-page .featured-art {
  display: flex;
  align-items: center;
  justify-content: center; }

.perspectives-landing-page .featured-art img {
  margin-top: -5px;
  width: 50%; }

.perspectives-landing-page .navbar a[href="/about/perspectives"] {
  box-shadow: inset 0 -2px 0 0 #cde9ee; }

.perspectives .page-content {
  background: linear-gradient(#065baa, #1B365D); }

.perspectives .page-wrapper {
  background-color: transparent; }

@media (min-width: 768px) {
  .perspectives .page-wrapper {
    padding: 0 0 80px 0; } }

.perspectives .hero-head {
  position: relative;
  background-image: none;
  background-color: transparent; }

.perspectives .hero-head .blog-lineart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 490px;
  position: absolute;
  top: -30px;
  left: -27%;
  opacity: .5; }

.perspectives .hero-head .blog-lineart img {
  height: 100%; }

.perspectives .hero-head .author,
.perspectives .hero-head .publish-date {
  display: block; }

.perspectives .hero-head .author {
  margin-top: 1em; }

.perspectives .hero-head .author:before {
  content: "Author: ";
  position: relative;
  font-family: inherit;
  width: auto; }

.perspectives .hero-head .publish-date:before {
  content: "Published: ";
  position: relative;
  font-family: inherit;
  width: auto; }

.perspectives .blog-headers {
  color: #fff;
  text-align: center; }

.perspectives .blog-content {
  padding: 20px 15px 0;
  background-color: #fff;
  /*TODO: Remove Later*/
  /*TODO: Remove Later*/ }

@media (min-width: 768px) {
  .perspectives .blog-content {
    padding: 40px 20px; } }

.perspectives .blog-content > section {
  margin: 1em auto; }

.perspectives .blog-content.callout-box {
  border-color: transparent !important; }

.perspectives .blog-content.callout-box:after {
  border-color: transparent !important; }

.perspectives .blog-content.clipped {
  border-color: transparent !important; }

.perspectives .blog-content.clipped:after {
  border-color: transparent !important; }

.perspectives .blog-quote {
  padding: 25px 30px;
  font-family: "Roboto Condensed", sans-serif;
  color: #065baa; }

.perspectives .blog-quote.text-wrap-arround {
  float: left;
  width: 360px;
  margin: 5px 25px 0 0; }

@media (max-width: 767.98px) {
  .perspectives .blog-quote.text-wrap-arround {
    margin: 0px 0px 20px 0; } }

.perspectives .blog h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  letter-spacing: 8px;
  text-align: center;
  text-shadow: 2px 2px 20px #1b365d;
  text-transform: uppercase;
  padding: 40px 0; }

@media (min-width: 768px) {
  .perspectives .blog h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 20px;
    text-align: center; } }

.perspectives section:after {
  content: '';
  position: relative;
  display: block;
  padding-top: 1.1em; }

.perspectives .callout-box.bg-grad a {
  color: inherit; }

.perspectives .callout-box.bg-grad a:hover {
  text-decoration: none;
  box-shadow: none; }

.perspectives .callout-box.bg-grad a:after {
  content: '';
  background: url("/Content/images/global/icon_cta-caret_white.svg") no-repeat 0 0; }

.perspectives .content-image figure img {
  width: 100%; }

@media (min-width: 768px) {
  .perspectives .content-image figure img {
    width: auto; } }

.perspectives .awards {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .perspectives .awards {
    flex-direction: row; } }

.perspectives.data-privacy p + p {
  font-style: italic; }

.perspectives.data-privacy .data-phi-link {
  display: inline-flex;
  align-items: center;
  padding-right: 40px;
  color: #fff;
  font-weight: bold; }

.perspectives.data-privacy .data-phi-link:after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 100% 50%;
  width: 20px;
  height: 20px; }

.perspectives.data-privacy .clipped:nth-of-type(1) .content-wrap > p {
  margin-bottom: 0; }

.perspectives.data-privacy ol {
  margin-bottom: 0; }

.author-badge {
  display: flex;
  padding-left: 0;
  flex-direction: column; }

@media (min-width: 768px) {
  .author-badge {
    flex-direction: row;
    align-items: center; } }

.author-thumbnail {
  flex-basis: 20%; }

.author-thumbnail img {
  width: 50%; }

@media (min-width: 768px) {
  .author-thumbnail img {
    width: 80%; } }

.author-name {
  flex-basis: 70%;
  font-family: "Roboto Condensed", sans-serif;
  color: #065baa; }

.content-image {
  display: flex;
  flex-flow: column-reverse;
  padding: 25px 0; }

@media (min-width: 768px) {
  .content-image {
    align-items: center;
    flex-flow: row; } }

.stats-content {
  display: flex;
  align-items: center;
  padding: 25px 0; }

.stats-content .stat-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 50%;
  padding: 0; }

.stats-content .stat-list li {
  width: 50%;
  text-align: center; }

.stats-content .stat-list .statistic {
  display: block;
  margin-bottom: .4em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #78be20; }

.stats-content .stat-list p {
  font-size: 14px;
  color: #065baa; }

.stats-content .video-content {
  width: 50%; }

.stats-content .video-content img {
  width: 100%; }

.stats-list {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  margin: 0 auto;
  padding: 0;
  width: 75%; }

@media (min-width: 768px) {
  .stats-list {
    flex-flow: row wrap;
    justify-content: space-evenly;
    width: 100%; } }

.stats-list li {
  margin-bottom: 1.5em;
  padding: 0 10%;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 24px; }

@media (min-width: 768px) {
  .stats-list li {
    width: 50%; } }

.stats-list .stats-header {
  display: block;
  margin-bottom: .5em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300; }

.stats-list p {
  font-size: 14px;
  color: #065baa; }

.cta-link-icon:hover {
  stroke: #107fcd; }

.more-perspective-ctas .cta-head {
  padding: 2em 0;
  text-align: center; }

.more-perspective-ctas .callout-box {
  min-height: 150px;
  display: flex;
  align-items: center; }

.cta-links {
  position: relative;
  color: inherit; }

.cta-links:hover, .cta-links:visited {
  color: inherit;
  text-decoration: none; }

.cta-links:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 100% 50%; }

.about-the-author p {
  color: #1b365d; }

.about-the-author > .callout-box {
  border-color: #cde9ee !important; }

.about-the-author > .callout-box:after {
  border-color: #cde9ee !important; }

/*------------------------------------*\
  #PERSPECTIVE PAGE THEME COLOR STYLES
\*------------------------------------*/
.perspectives.regeneron-blue .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#107fcd, #065baa); }

.perspectives.regeneron-blue .callout-box {
  border-color: #065baa; }

.perspectives.regeneron-blue .callout-box:after {
  border-color: #065baa; }

.perspectives.regeneron-blue .callout-box.bg-grad {
  background-image: linear-gradient(#107fcd, #065baa);
  border-width: 0;
  color: #fff; }

.perspectives.regeneron-blue .clipped {
  border-color: #065baa; }

.perspectives.regeneron-blue .clipped:after {
  border-color: #065baa; }

.perspectives.regeneron-blue .clipped.bg-grad {
  background-image: linear-gradient(#107fcd, #065baa);
  border-width: 0;
  color: #fff; }

.perspectives.regeneron-blue .img-ring {
  border-color: #065baa; }

.perspectives.regeneron-blue .stats-list .stats-header {
  color: #065baa; }

.perspectives.navy .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#065baa, #002273); }

.perspectives.navy .callout-box {
  border-color: #1b365d; }

.perspectives.navy .callout-box:after {
  border-color: #1b365d; }

.perspectives.navy .callout-box.bg-grad {
  background-image: linear-gradient(#065baa, #002273);
  border-width: 0;
  color: #fff; }

.perspectives.navy .clipped {
  border-color: #1b365d; }

.perspectives.navy .clipped:after {
  border-color: #1b365d; }

.perspectives.navy .clipped.bg-grad {
  background-image: linear-gradient(#065baa, #002273);
  border-width: 0;
  color: #fff; }

.perspectives.navy .img-ring {
  border-color: #1b365d; }

.perspectives.navy .stats-list .stats-header {
  color: #1b365d; }

.perspectives.peridot .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#78be20, #3ca00c); }

.perspectives.peridot .callout-box {
  border-color: #78be20; }

.perspectives.peridot .callout-box:after {
  border-color: #78be20; }

.perspectives.peridot .callout-box.bg-grad {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.perspectives.peridot .clipped {
  border-color: #78be20; }

.perspectives.peridot .clipped:after {
  border-color: #78be20; }

.perspectives.peridot .clipped.bg-grad {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.perspectives.peridot .img-ring {
  border-color: #78be20; }

.perspectives.peridot .stats-list .stats-header {
  color: #78be20; }

.perspectives.rubine .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#d50057, #950051); }

.perspectives.rubine .callout-box {
  border-color: #950051; }

.perspectives.rubine .callout-box:after {
  border-color: #950051; }

.perspectives.rubine .callout-box.bg-grad {
  background-image: linear-gradient(#d50057, #950051);
  border-width: 0;
  color: #fff; }

.perspectives.rubine .clipped {
  border-color: #950051; }

.perspectives.rubine .clipped:after {
  border-color: #950051; }

.perspectives.rubine .clipped.bg-grad {
  background-image: linear-gradient(#d50057, #950051);
  border-width: 0;
  color: #fff; }

.perspectives.rubine .img-ring {
  border-color: #950051; }

.perspectives.rubine .stats-list .stats-header {
  color: #950051; }

.perspectives.ruby .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#d50057, #950051); }

.perspectives.ruby .callout-box {
  border-color: #950051; }

.perspectives.ruby .callout-box:after {
  border-color: #950051; }

.perspectives.ruby .callout-box.bg-grad {
  background-image: linear-gradient(#d50057, #950051);
  border-width: 0;
  color: #fff; }

.perspectives.ruby .clipped {
  border-color: #950051; }

.perspectives.ruby .clipped:after {
  border-color: #950051; }

.perspectives.ruby .clipped.bg-grad {
  background-image: linear-gradient(#d50057, #950051);
  border-width: 0;
  color: #fff; }

.perspectives.ruby .img-ring {
  border-color: #950051; }

.perspectives.ruby .stats-list .stats-header {
  color: #950051; }

.perspectives.gold .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#ffc656, #ff981c); }

.perspectives.gold .callout-box {
  border-color: #ffc656; }

.perspectives.gold .callout-box:after {
  border-color: #ffc656; }

.perspectives.gold .callout-box.bg-grad {
  background-image: linear-gradient(#ffc656, #ff981c);
  border-width: 0;
  color: #fff; }

.perspectives.gold .clipped {
  border-color: #ffc656; }

.perspectives.gold .clipped:after {
  border-color: #ffc656; }

.perspectives.gold .clipped.bg-grad {
  background-image: linear-gradient(#ffc656, #ff981c);
  border-width: 0;
  color: #fff; }

.perspectives.gold .img-ring {
  border-color: #ffc656; }

.perspectives.gold .stats-list .stats-header {
  color: #ffc656; }

.perspectives.capri .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#40b4e5, #107fcd); }

.perspectives.capri .callout-box {
  border-color: #40b4e5; }

.perspectives.capri .callout-box:after {
  border-color: #40b4e5; }

.perspectives.capri .callout-box.bg-grad {
  background-image: linear-gradient(#40b4e5, #107fcd);
  border-width: 0;
  color: #fff; }

.perspectives.capri .clipped {
  border-color: #40b4e5; }

.perspectives.capri .clipped:after {
  border-color: #40b4e5; }

.perspectives.capri .clipped.bg-grad {
  background-image: linear-gradient(#40b4e5, #107fcd);
  border-width: 0;
  color: #fff; }

.perspectives.capri .img-ring {
  border-color: #40b4e5; }

.perspectives.capri .stats-list .stats-header {
  color: #40b4e5; }

.perspectives.sapphire .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#40b4e5, #107fcd); }

.perspectives.sapphire .callout-box {
  border-color: #107fcd; }

.perspectives.sapphire .callout-box:after {
  border-color: #107fcd; }

.perspectives.sapphire .callout-box.bg-grad {
  background-image: linear-gradient(#40b4e5, #107fcd);
  border-width: 0;
  color: #fff; }

.perspectives.sapphire .clipped {
  border-color: #107fcd; }

.perspectives.sapphire .clipped:after {
  border-color: #107fcd; }

.perspectives.sapphire .clipped.bg-grad {
  background-image: linear-gradient(#40b4e5, #107fcd);
  border-width: 0;
  color: #fff; }

.perspectives.sapphire .img-ring {
  border-color: #107fcd; }

.perspectives.sapphire .stats-list .stats-header {
  color: #107fcd; }

.perspectives.aquamarine .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#cde9ee, #9bd3dd); }

.perspectives.aquamarine .callout-box {
  border-color: #9bd3dd; }

.perspectives.aquamarine .callout-box:after {
  border-color: #9bd3dd; }

.perspectives.aquamarine .callout-box.bg-grad {
  background-image: linear-gradient(#cde9ee, #9bd3dd);
  border-width: 0;
  color: #fff; }

.perspectives.aquamarine .clipped {
  border-color: #9bd3dd; }

.perspectives.aquamarine .clipped:after {
  border-color: #9bd3dd; }

.perspectives.aquamarine .clipped.bg-grad {
  background-image: linear-gradient(#cde9ee, #9bd3dd);
  border-width: 0;
  color: #fff; }

.perspectives.aquamarine .img-ring {
  border-color: #9bd3dd; }

.perspectives.aquamarine .stats-list .stats-header {
  color: #9bd3dd; }

.perspectives.light-aquamarine .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#78be20, #3ca00c); }

.perspectives.light-aquamarine .callout-box {
  border-color: #cde9ee; }

.perspectives.light-aquamarine .callout-box:after {
  border-color: #cde9ee; }

.perspectives.light-aquamarine .callout-box.bg-grad {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.perspectives.light-aquamarine .clipped {
  border-color: #cde9ee; }

.perspectives.light-aquamarine .clipped:after {
  border-color: #cde9ee; }

.perspectives.light-aquamarine .clipped.bg-grad {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.perspectives.light-aquamarine .img-ring {
  border-color: #cde9ee; }

.perspectives.light-aquamarine .stats-list .stats-header {
  color: #cde9ee; }

.perspectives.emerald .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#78be20, #3ca00c); }

.perspectives.emerald .callout-box {
  border-color: #3ca00c; }

.perspectives.emerald .callout-box:after {
  border-color: #3ca00c; }

.perspectives.emerald .callout-box.bg-grad {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.perspectives.emerald .clipped {
  border-color: #3ca00c; }

.perspectives.emerald .clipped:after {
  border-color: #3ca00c; }

.perspectives.emerald .clipped.bg-grad {
  background-image: linear-gradient(#78be20, #3ca00c);
  border-width: 0;
  color: #fff; }

.perspectives.emerald .img-ring {
  border-color: #3ca00c; }

.perspectives.emerald .stats-list .stats-header {
  color: #3ca00c; }

.perspectives.topaz .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#ffc656, #ff991d); }

.perspectives.topaz .callout-box {
  border-color: #ff981c; }

.perspectives.topaz .callout-box:after {
  border-color: #ff981c; }

.perspectives.topaz .callout-box.bg-grad {
  background-image: linear-gradient(#ffc656, #ff991d);
  border-width: 0;
  color: #fff; }

.perspectives.topaz .clipped {
  border-color: #ff981c; }

.perspectives.topaz .clipped:after {
  border-color: #ff981c; }

.perspectives.topaz .clipped.bg-grad {
  background-image: linear-gradient(#ffc656, #ff991d);
  border-width: 0;
  color: #fff; }

.perspectives.topaz .img-ring {
  border-color: #ff981c; }

.perspectives.topaz .stats-list .stats-header {
  color: #ff981c; }

.perspectives.blue .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#107fcd, #065baa); }

.perspectives.blue .callout-box {
  border-color: #065baa; }

.perspectives.blue .callout-box:after {
  border-color: #065baa; }

.perspectives.blue .callout-box.bg-grad {
  background-image: linear-gradient(#107fcd, #065baa);
  border-width: 0;
  color: #fff; }

.perspectives.blue .clipped {
  border-color: #065baa; }

.perspectives.blue .clipped:after {
  border-color: #065baa; }

.perspectives.blue .clipped.bg-grad {
  background-image: linear-gradient(#107fcd, #065baa);
  border-width: 0;
  color: #fff; }

.perspectives.blue .img-ring {
  border-color: #065baa; }

.perspectives.blue .stats-list .stats-header {
  color: #065baa; }

.perspectives.topaz .video-description .play-video-btn {
  opacity: .6;
  background-image: linear-gradient(#ffc656, #ff991d); }

.perspectives.topaz .callout-box {
  border-color: #ff981c; }

.perspectives.topaz .callout-box:after {
  border-color: #ff981c; }

.perspectives.topaz .callout-box.bg-grad {
  background-image: linear-gradient(#ffc656, #ff991d);
  border-width: 0;
  color: #fff; }

.perspectives.topaz .clipped {
  border-color: #ff981c; }

.perspectives.topaz .clipped:after {
  border-color: #ff981c; }

.perspectives.topaz .clipped.bg-grad {
  background-image: linear-gradient(#ffc656, #ff991d);
  border-width: 0;
  color: #fff; }

.perspectives.topaz .img-ring {
  border-color: #ff981c; }

.perspectives.topaz .stats-list .stats-header {
  color: #ff981c; }

.perspectives .modal-dialog .modal-content.clipped {
  border-radius: 0; }

.perspectives .modal-dialog.clipped {
  border-color: transparent; }

.perspectives .modal-dialog.clipped:after {
  border-color: transparent; }

.perspectives .video-description {
  display: flex;
  flex-flow: column nowrap;
  align-items: center; }

@media (min-width: 768px) {
  .perspectives .video-description {
    flex-flow: row nowrap; } }

.perspectives .video-description .video-player {
  margin-right: 0;
  margin-bottom: -100px; }

@media (min-width: 768px) {
  .perspectives .video-description .video-player {
    margin-bottom: inherit; } }

.perspectives .video-description .callout-box {
  margin: 0;
  width: 100%;
  z-index: 1; }

.perspectives .video-description .callout-box h5 {
  margin-bottom: 1.2em;
  width: 65%; }

@media (min-width: 768px) {
  .perspectives .video-description .callout-box h5 {
    width: auto; } }

@media (min-width: 768px) {
  .perspectives .video-description .callout-box {
    margin-left: -25%;
    z-index: 1; } }

.perspectives .video-description .callout-box .content-wrap {
  padding: 110px 30px 30px 40px; }

@media (min-width: 768px) {
  .perspectives .video-description .callout-box .content-wrap {
    padding: 30px 30px 30px 220px; } }

.perspectives .video-description .callout-box .mobile-play {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40%; }

@media (min-width: 768px) {
  .perspectives .video-description .callout-box .mobile-play {
    display: none; } }

.perspectives .video-description .callout-box .mobile-play img {
  display: none;
  width: 100%;
  padding: 2px; }

.perspectives a.more {
  position: relative; }

.perspectives a.more:after {
  content: " ";
  position: absolute;
  right: -15px;
  bottom: 2px;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-image: url(/content/images/blue-arrow.svg); }

.perspectives.raising-the-bar .callout-box {
  border-color: #065baa; }

.perspectives.raising-the-bar .callout-box:after {
  border-color: #065baa; }

@media (max-width: 575.98px) {
  .perspectives.addressing-painful-memories .footnotes a {
    word-break: break-word; } }

.perspectives.real-healthcare-problem .stats-list li span {
  font-weight: 800; }

.perspectives.real-healthcare-problem .stats-list li:nth-child(2) span {
  color: #950051; }

.perspectives.real-healthcare-problem .stats-list li:first-child span {
  color: #c3e5eb; }

.perspectives.real-healthcare-problem .stats-list li:last-child span {
  color: #76c000; }

h5.blue {
  color: #40B4E5; }

h5.green {
  color: #78BE20; }

h5.red {
  color: #D50056; }

.perspectives.modal-open .modal.fade.show {
  z-index: 1060; }

/*------------------------------------
  #HISTORY
------------------------------------*/
.page-history {
  color: #fff;
  /* Container around content */
  /* You can decide if you want to use this*/
  /*.audio-link-wrapper:last-child {
        margin-bottom: 0;
    }*/
  /* The actual content */ }

.page-history .page-wrapper {
  background-image: linear-gradient(#065baa, #046ecc, #9bd3dd, #78be20, #065baa); }

.page-history .hero-head {
  background-image: none;
  background-color: #065baa;
  padding-bottom: 0; }

@media (max-width: 767.98px) {
  .page-history .hero-head {
    padding-bottom: 20px; } }

.page-history main .page-wrapper {
  margin-top: 0px; }

.page-history .timeline-years {
  display: inline-flex;
  position: relative; }

.page-history .timeline-years::before {
  border: 2px solid #fff;
  border-radius: 14px;
  position: absolute;
  width: 100px;
  height: 30px;
  top: 5px;
  left: 10px;
  content: ""; }

.page-history .timeline-years a {
  color: #fff;
  box-shadow: none; }

.page-history .timeline-years ul {
  width: 100px;
  height: 100px;
  padding: 0 0 75px;
  margin-top: 10px;
  margin-left: 10px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-mask-image: -webkit-gradient(linear, left 10%, left bottom, from(black), to(rgba(0, 0, 0, 0))); }

.page-history .timeline-years ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

.page-history .timeline-years ul li {
  text-align: center;
  padding-bottom: 3px; }

.page-history .timeline-years ul li.active {
  /*border: 2px solid $white;
                    position: absolute;
                    width: 100px;
                    height: 30px;
                    top: 0;*/
  /*position: fixed;
                    width: 80px;
                    height: 28px;
                    top: 330px;
                    left: 781px;*/ }

.page-history .timeline-years ul li a {
  display: block;
  box-shadow: none; }

.page-history .timeline {
  color: #1b365d;
  position: relative;
  margin: 100px auto 0;
  overflow: hidden;
  padding-left: 5px; }

@media (min-width: 768px) {
  .page-history .timeline {
    margin-top: 30px;
    padding-top: 150px; } }

.page-history .timeline:after {
  content: '';
  position: absolute;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  top: 0;
  bottom: 0;
  left: 31px;
  margin-left: -3px; }

@media (min-width: 768px) {
  .page-history .timeline:after {
    left: 50%; } }

.page-history .timeline a {
  color: #065baa;
  font-weight: 700;
  font-style: italic; }

.page-history .timeline a.caps {
  text-transform: uppercase; }

.page-history .timeline-container {
  position: relative;
  padding-left: 50px;
  margin-top: 40px; }

@media (min-width: 768px) {
  .page-history .timeline-container {
    padding-left: 0;
    margin-top: -40px;
    width: 40%; } }

.page-history .timeline-container:before {
  left: 60px;
  border: medium solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent; }

.page-history .timeline-container.feature-content {
  margin-top: 80px;
  padding-top: 170px; }

@media (min-width: 768px) {
  .page-history .timeline-container.feature-content {
    margin-top: -140px;
    padding-top: 80px; } }

.page-history .timeline-container.feature-content .timeline-content {
  padding-top: 100px;
  /*You can decide if you want to use this*/
  /* padding-bottom: 0;*/ }

.page-history .timeline-container.feature-content .timeline-content-border {
  border: 2px solid #fff;
  background: transparent; }

.page-history .timeline-container.feature-content .timeline-content-padding {
  padding-top: 30px;
  padding-bottom: 75px; }

.page-history .timeline-container.feature-content .timeline-content .audio-link-wrapper:last-child {
  margin-bottom: 0; }

.page-history .timeline-container.feature-content.box-2000 {
  padding-top: 50px; }

@media (min-width: 768px) {
  .page-history .timeline-container.feature-content.box-2000 {
    margin-top: -80px; } }

.page-history .timeline-container.feature-content.box-2009 {
  margin-top: 70px; }

@media (min-width: 768px) {
  .page-history .timeline-container.feature-content.box-2009 {
    margin-top: -80px; } }

.page-history .timeline-container.feature-content.box-2009 .timeline-content-padding {
  padding-bottom: 76px; }

.page-history .timeline-container.feature-content#year-2000 .timeline-date {
  top: 26%; }

.page-history .timeline-container.feature-content#year-2000 .timeline-content {
  padding-top: 40px; }

@media (min-width: 768px) {
  .page-history .timeline-container.feature-content#year-2000 {
    margin-top: -50px; } }

@media (min-width: 768px) {
  .page-history .timeline-container.feature-content#year-2003 {
    margin-top: -10px; } }

.page-history .timeline-container.feature-content.box-2015 .timeline-content {
  padding-bottom: 2px; }

.page-history .timeline-container#year-2016 .timeline-content {
  padding-bottom: 2px; }

.page-history .timeline-container#year-2017 .timeline-content, .page-history .timeline-container#year-2019 .timeline-content {
  padding-bottom: 3px; }

.page-history .timeline-footer {
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); }

@supports (clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%)) {
  .page-history .timeline-footer:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 30px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: transparent;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.page-history .timeline-date {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 36%;
  left: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #1b365d;
  font-size: 18px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.5em;
  z-index: 1; }

@media (min-width: 768px) {
  .page-history .timeline-date {
    right: -60px;
    font-size: 24px;
    width: 90px;
    height: 90px; } }

@media (min-width: 768px) {
  .page-history .timeline-date:before {
    content: '';
    position: absolute;
    top: 49%;
    left: 93px;
    width: 32px;
    height: 2px;
    background-color: #fff;
    z-index: 1; } }

.page-history .timeline-date:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  top: -7px;
  left: -7px; }

@media (min-width: 768px) {
  .page-history .timeline-date:after {
    width: 100px;
    height: 100px; } }

.page-history .timeline-left {
  left: 0; }

.page-history .timeline-left:after {
  left: 15px; }

@media (min-width: 768px) {
  .page-history .timeline-left .timeline-date {
    left: auto; } }

.page-history .timeline-right {
  left: 0%; }

@media (min-width: 768px) {
  .page-history .timeline-right {
    left: 60%;
    margin-top: -60px; } }

.page-history .timeline-right:after {
  left: 15px; }

@media (min-width: 768px) {
  .page-history .timeline-right:after {
    left: -16px; } }

.page-history .timeline-right-fix {
  position: absolute !important;
  max-width: 60px; }

@media (min-width: 768px) {
  .page-history .timeline-right .timeline-date {
    left: -60px; } }

.page-history .timeline-right .timeline-date::before {
  left: -37px; }

.page-history .timeline-content {
  padding: 20px 40px 0px;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  /*padding-top: 60px;
        margin-bottom: 100px;*/ }

.page-history .timeline-content p:last-child {
  margin-bottom: 0; }

.page-history .timeline-content img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 20px; }

.page-history .timeline-content img.img-to-left {
  left: auto;
  transform: none; }

.page-history .timeline-content .feature-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin: 0;
  width: 160px;
  height: auto; }

.page-history .timeline-content .feature-img-btm {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin: 0;
  width: 160px;
  height: auto;
  z-index: 100; }

@media (min-width: 768px) {
  .page-history .timeline-content .feature-img-btm {
    bottom: -170px; } }

.page-history #year-2007 .timeline-content,
.page-history #year-2008 .timeline-content,
.page-history #year-2011 .timeline-content,
.page-history #year-2014 .timeline-content,
.page-history #year-2015 .timeline-content,
.page-history #year-2016 .timeline-content,
.page-history #year-2017 .timeline-content,
.page-history #year-2018 .timeline-content,
.page-history #year-2019 .timeline-content {
  padding-top: 40px; }

.page-history .quote-box {
  margin-top: 200px; }

@media (min-width: 768px) {
  .page-history .quote-box {
    margin-top: -400px; } }

.page-history .box-2015 {
  margin-top: 70px; }

@media (min-width: 768px) {
  .page-history .box-2015 {
    margin-top: -210px; } }

/*------------------------------------
  #INTEGRITY AND EXCELLENCE
------------------------------------*/
@media (min-width: 992px) {
  .page-integrity-and-excellence .hero-head {
    background-size: auto;
    background-color: #036dcb; } }

@media (min-width: 768px) {
  .page-integrity-and-excellence .hero-head {
    background-image: url(/content/images/integrity-and-excellence/integrity-and-excellence-bg.png); } }

.integrity-and-excellence .callout-box.bg-blue-teal {
  background-image: linear-gradient(180deg, rgba(16, 127, 205, 0.2) 0%, rgba(6, 91, 170, 0.2) 100%); }

.integrity-and-excellence .subpage1_group2 p {
  color: #1a355e; }

.integrity-and-excellence .subpage1_group2 p a {
  color: #0059ad;
  font-weight: 700;
  font-style: italic; }

.integrity-and-excellence .subpage1_group2 .arrow-btn {
  position: relative; }

.integrity-and-excellence .subpage1_group2 .arrow-btn::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: transparent;
  color: #065baa;
  background: url(/content/images/blue-arrow.svg) no-repeat 50% 50%; }

.integrity-and-excellence .subpage1_group2 .download-btn {
  position: relative;
  padding-left: 30px; }

.integrity-and-excellence .subpage1_group2 .download-btn:hover {
  text-decoration: none; }

.integrity-and-excellence .subpage1_group2 .download-btn::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  color: #065baa;
  background-size: contain;
  left: 0px;
  background: url(/content/images/icon-download-blue.svg) no-repeat; }

.integrity-and-excellence .subpage1_group2 .learn-btn {
  background-color: transparent; }

.integrity-and-excellence .subpage1_group2 .learn-btn:hover {
  border-color: #065baa;
  color: #065baa; }

.integrity-and-excellence .subpage1_group2 h5 {
  color: #1b365d; }

.integrity-and-excellence .talent-search_image4 {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }

.integrity-and-excellence .talent-search-icon:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  background: url(/content/images/responsibility/blue-quote.png) no-repeat 50% 0;
  background-size: contain;
  z-index: 200; }

.integrity-and-excellence .talent-search_callout3 {
  padding-top: 140px; }

.integrity-and-excellence .talent-search_callout3-quote {
  font-family: "Roboto Condensed", sans-serif;
  color: #0041c1;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .integrity-and-excellence .talent-search_callout3-quote {
    max-width: 615px; } }

.integrity-and-excellence .talent-search_callout3-small-text {
  color: #153263; }

@media (min-width: 768px) {
  .integrity-and-excellence .sub_callout-innerbox {
    margin-top: 20px;
    padding: 46px 0 40px 180px; } }

.integrity-and-excellence .sub_callout-innerbox--top {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .integrity-and-excellence .sub_callout-innerbox--top {
    margin-bottom: 0px; } }

.integrity-and-excellence .sub_callout-innerbox--top img {
  width: 82px;
  height: 82px;
  margin-right: 19px; }

@media (min-width: 768px) {
  .integrity-and-excellence .sub_callout-innerbox--top img {
    margin: 0px;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 30px;
    top: 30px; } }

.integrity-and-excellence .sub_callout-innerbox--top p {
  font-size: 18px;
  align-self: center;
  line-height: 24px;
  padding-top: 10px; }

@media (min-width: 768px) {
  .integrity-and-excellence .sub_callout-innerbox--top p {
    padding-top: 0px; } }

.integrity-and-excellence .sub_callout-innerbox h5:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 11px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0% 0%;
  background-size: contain;
  top: auto;
  right: auto; }

@media (min-width: 768px) {
  .integrity-and-excellence .sub_callout-innerbox h5 {
    width: fit-content; } }

.integrity-and-excellence .sub_callout-innerbox--bottom h5 {
  display: flex;
  align-items: center;
  font-size: 24px; }

.integrity-and-excellence .sub_callout-innerbox--bottom p span {
  font-size: 18px; }

.accordion .card {
  border-radius: 0rem;
  border: 0 none;
  /*&:nth-child(odd) {
                        .card-header{
                            background-image:linear-gradient(180deg,#107fcd 0%, #065baa 100%);
                            opacity:.2;
                        }
                    }*/ }

.accordion .card.bg-teal {
  /*background-image: $gradient-teal;*/
  background-image: linear-gradient(180deg, rgba(16, 127, 205, 0.2) 0%, rgba(6, 91, 170, 0.2) 100%);
  border-width: 0;
  color: #163361; }

.accordion .card .card-header {
  border-bottom: 0 none;
  background-color: transparent; }

.accordion .card .card-header.bg-teal {
  background-image: linear-gradient(#cde9ee, #9bd3dd);
  border-width: 0;
  color: #fff; }

.accordion .card .card-header .btn {
  font-style: normal; }

.accordion .card .card-header .btn p {
  line-height: 24px; }

.accordion .card .accordion-content h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal;
  color: #163361;
  text-transform: none; }

.accordion .card .accordion-content p {
  color: #065baa;
  font-weight: 400;
  font-size: 18px;
  text-transform: initial; }

.accordion .card-body {
  padding: 1rem 1.6rem 2rem; }

.accordion .card-body p {
  color: #0E2D67;
  font-size: 18px; }

.accordion .card-body h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal;
  color: #163361;
  position: relative;
  top: 15px; }

@media (min-width: 768px) {
  .accordion .card-body h5 {
    top: 70px; } }

.accordion .card-body img.img-ring {
  padding: 0; }

.accordion .card-body .talent-icons {
  margin: 20px auto;
  width: 75%; }

@media (min-width: 768px) {
  .accordion .card-body .talent-icons {
    margin: auto;
    width: auto; } }

.accordion li {
  margin-bottom: 1em; }

.accordion .btn:focus, .accordion .btn.focus {
  box-shadow: none;
  text-decoration: none; }

.accordion .btn:hover, .accordion .btn.hover {
  color: #065baa; }

.accordion button.btn.btn-link {
  display: flex; }

.accordion .accordion-content {
  text-align: left; }

.accordion .collapsed .accordion-icon:before {
  content: "+";
  font-size: 30px;
  width: 30px;
  font-style: normal;
  font-weight: 400; }

.accordion .accordion-icon {
  padding-left: 1em; }

.accordion .accordion-icon:before {
  content: "-";
  font-size: 30px;
  width: 30px;
  font-style: normal; }

.mb-40 {
  margin-bottom: 40px; }

.the-regen-way {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px; }

@media (min-width: 768px) {
  .the-regen-way {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    align-content: stretch;
    height: 400px; } }

.value-card {
  width: 100%;
  padding-top: 35px;
  padding-left: 20px;
  margin-bottom: -35px;
  clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%); }

@media (min-width: 768px) {
  .value-card {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: -31px;
    padding-top: 0;
    height: 310px;
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%); } }

.value-card .content {
  margin: 15px auto 25px;
  height: 80%;
  width: 70%;
  text-align: center; }

@media (min-width: 768px) {
  .value-card .content {
    margin: 0;
    height: calc(100% - 70px);
    width: 75%;
    text-align: left; } }

@media (min-width: 992px) {
  .value-card .content {
    height: calc(100% - 75px); } }

.value-card .content h5 {
  font-size: 1.5rem;
  font-weight: 700; }

.value-card .content p {
  font-size: .85rem;
  line-height: 1.2; }

.value-card.science {
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  background-color: #91c1e7;
  z-index: 5;
  padding-left: 0; }

@media (min-width: 768px) {
  .value-card.science {
    padding-top: 0; } }

.value-card.ideas {
  background-color: #a3c8eb;
  z-index: 4; }

.value-card.happen {
  background-color: #b6d4f0;
  z-index: 3; }

.value-card.together {
  background-color: #cadff3;
  z-index: 2; }

.value-card.right {
  background-color: #e3eff9;
  padding-right: 0; }

@media (min-width: 768px) {
  .value-card.right {
    padding-right: 15px; } }

/*------------------------------------
  #MEDICAL INQUIRIES
------------------------------------*/
.page-medical-inquiries .page-content {
  background: #fff; }

.page-medical-inquiries .hero-head {
  background: #046ecc url(/content/images/forms/forms-bg-m.png) no-repeat 50% 0;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 20px;
  /* Remove after this after setup as an IF statement */ }

@media (min-width: 768px) {
  .page-medical-inquiries .hero-head {
    background: #046ecc url(/content/images/forms/forms-bg.png) no-repeat 50% 0;
    margin-top: -180px;
    padding-top: 180px;
    padding-bottom: 60px; } }

.page-medical-inquiries .hero-head h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  letter-spacing: 8px;
  text-align: center;
  text-shadow: 2px 2px 20px #1b365d;
  text-transform: uppercase;
  padding: 40px 0; }

@media (min-width: 768px) {
  .page-medical-inquiries .hero-head h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 20px; } }

.page-medical-inquiries .hero-head h3 {
  display: none; }

.page-medical-inquiries h1.blue {
  color: #1b365d;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  margin: 0 0 20px; }

@media (min-width: 768px) {
  .page-medical-inquiries h1.blue {
    display: flex;
    align-items: center;
    text-align: left; } }

.page-medical-inquiries form {
  position: relative; }

.page-medical-inquiries .blue-box {
  background: #065baa;
  color: #fff;
  padding: 1.63rem 1.20rem;
  position: absolute;
  bottom: 0px;
  left: 77px;
  border: 2px solid #065baa; }

.page-medical-inquiries .blue-box i:after {
  top: -10px;
  left: -3px; }

/*------------------------------------
  #MEDICAL INQUIRIES
------------------------------------*/
.page-contact-us .page-content {
  background: #fff; }

.page-contact-us .hero-head {
  background: #046ecc url(/content/images/forms/forms-bg-m.png) no-repeat 50% 0;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 20px; }

@media (min-width: 768px) {
  .page-contact-us .hero-head {
    background: #046ecc url(/content/images/forms/forms-bg.png) no-repeat 50% 0;
    margin-top: -180px;
    padding-top: 180px;
    padding-bottom: 60px; } }

.page-contact-us .hero-head h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  letter-spacing: 8px;
  text-align: center;
  text-shadow: 2px 2px 20px #1b365d;
  text-transform: uppercase;
  padding: 40px 0; }

@media (min-width: 768px) {
  .page-contact-us .hero-head h2 {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 10px; } }

.page-contact-us h1.blue {
  color: #1b365d;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  margin: 0 0 20px; }

@media (min-width: 768px) {
  .page-contact-us h1.blue {
    display: flex;
    align-items: center;
    text-align: left; } }

.page-contact-us .callout-box.red-dark {
  border-color: #950051; }

.page-contact-us .callout-box.red-dark:after {
  border-color: #950051; }

.page-contact-us .contact-header {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: inherit;
  color: #1b365d;
  text-transform: none;
  padding-left: 0px; }

.page-contact-us .contact-callout {
  padding: 40px 20px; }

@media (min-width: 768px) {
  .page-contact-us .contact-callout {
    padding: 40px 60px; } }

.page-contact-us .contact-callout .card {
  border: none; }

.page-contact-us .contact-callout .card .card-body {
  padding: 0px; }

.page-contact-us .btn-lg, .page-contact-us .btn-group-lg > .btn {
  font-size: 1rem;
  line-height: 1.32; }

.page-contact-us .blue-box {
  background: #065baa;
  color: #fff;
  padding: 1.35rem 1.20rem;
  position: absolute;
  bottom: 0px;
  left: 82px;
  border: 2px solid #065baa; }

.page-contact-us .blue-box i:after {
  top: -10px;
  left: -3px; }

.page-contact-us .USA-locations address p {
  color: #950051; }

.page-contact-us .euro-locations address p {
  color: #78be20; }

.page-contact-us .page-wrapper h2 {
  font-weight: 700; }

@media (min-width: 768px) {
  .page-contact-us .page-wrapper h2 i.icon-location {
    vertical-align: middle; } }

/*------------------------------------
  #COLLABORATIONS
------------------------------------*/
.page-collaborations .hero-head {
  background-image: url(/content/images/collaborations/collaboration-bg.png); }

.page-collaborations .cta-btn.blue {
  margin: 0 0 60px 48px; }

.collaborations-no-mobile-padding {
  padding: 0px; }

@media (min-width: 768px) {
  .collaborations-no-mobile-padding {
    padding: 0px 15px; } }

.collaborations_callout1 {
  margin-top: 100px;
  padding: 100px 15px 0px 15px;
  width: 100%;
  color: #fff; }

.collaborations_callout1-image {
  width: 212px;
  height: 212px;
  top: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }

@media (min-width: 768px) {
  .collaborations_callout1 {
    margin-top: 185px;
    padding: 180px 0px 0px 0px; }
  .collaborations_callout1-image {
    width: 350px;
    height: 350px; } }

.collaborations_callout1 p + p {
  margin-bottom: 1.9rem; }

.collaborations_callout1 .content-wrap {
  padding-bottom: 40px; }

.collaborations_callout2 {
  padding: 20px 15px; }

.collaborations_callout2-image {
  width: 95px;
  height: 95px;
  margin-bottom: 20px; }

.collaborations_callout2 .content-wrap {
  padding: 0px; }

.collaborations_callout2 .content-wrap a.btn {
  margin-bottom: 20px;
  margin-left: 48px; }

@media (min-width: 768px) {
  .collaborations_callout2 {
    padding: 40px 30px 40px 40px; }
  .collaborations_callout2-image {
    width: 110px;
    height: 110px;
    margin-right: 19px; }
  .collaborations_callout2-header {
    align-self: center; }
  .collaborations_callout2 .content-wrap a.btn {
    margin-bottom: 63px; } }

.collaborations_callout2 .dots-green li a {
  font-weight: 700;
  font-style: italic; }

.collaborations_callout3 {
  max-width: 735px;
  color: #fff;
  margin: 100px 0 40px 0;
  padding: 120px 0px 0px 0px; }

.collaborations_callout3-image {
  width: 212px;
  height: 212px;
  top: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }

.collaborations_callout3 .content-wrap {
  padding: 0px; }

@media (min-width: 768px) {
  .collaborations_callout3 {
    padding: 60px 0 60px 45px; }
  .collaborations_callout3-image {
    transform: none;
    left: initial;
    top: 165px;
    right: 0px;
    width: 350px;
    height: 350px; } }

.collaborations_logos div.col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }

.collaborations_logos .small-text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px; }

@media (min-width: 768px) {
  .collaborations_logos {
    margin-bottom: 30px; } }

/*------------------------------------
  #MEDICINE LANDING PAGE
------------------------------------*/
/* Fixer class for header */
.break-mobile {
  display: block; }

@media (min-width: 768px) {
  .break-mobile {
    display: none; } }

/* Page title span */
.title-small {
  font-size: 26px; }

.landing-callout {
  border-color: #ffc656;
  padding: 20px;
  color: #133064;
  position: relative; }

@media (min-width: 768px) {
  .landing-callout {
    padding: 40px 65px 15px 190px; } }

.landing-callout:after {
  border-color: #ffc656; }

.landing-callout .icon {
  width: 65px;
  height: 65px; }

@media (min-width: 768px) {
  .landing-callout .icon {
    position: absolute;
    width: 95px;
    height: 95px;
    left: 60px;
    top: 40px; } }

.landing-callout .landing-header {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: inherit;
  align-self: center;
  margin-left: 20px; }

@media (min-width: 768px) {
  .landing-callout .landing-header {
    margin-left: 0px; } }

.landing-callout .landing-text {
  flex: 0 0 100%;
  font-size: 18px;
  margin-top: 15px; }

.landing-callout .callout-margin {
  margin: 0 0 10px 115px; }

.landing-callout .landing-button {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #0059AD;
  text-transform: uppercase;
  position: relative;
  min-height: 50px;
  width: 100%;
  max-width: 195px; }

.landing-callout .landing-button a {
  width: 195px;
  line-height: 1.45; }

/*------------------------------------
  #MEDICINES
------------------------------------*/
.page-medicines {
  /*h1 {
        font-family: $roboto-condensed;
        font-size: 16px;
        font-weight: $font-weight-light;
        color: $white;
        line-height: 24px;
        letter-spacing: 8px;
        text-align: center;
        text-transform: uppercase;
        padding: 40px 0;
    }*/ }

.page-medicines .hero-head {
  background-image: url(/content/images/medicines/medicines-bg-m.png); }

@media (min-width: 768px) {
  .page-medicines .hero-head {
    background-image: url(/content/images/medicines/medicines-bg.png); } }

.page-medicines h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 34px;
  letter-spacing: 2.5px;
  padding: 40px 0; }

.page-medicines .medicine-icon {
  margin-bottom: 20px; }

.page-medicines .no-hover {
  text-decoration: none;
  box-shadow: none;
  transition: none; }

.page-medicines .prescribe-link {
  position: absolute;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #244EB8;
  margin: 0px;
  bottom: 20px;
  left: 83px;
  text-align: left; }

@media (min-width: 768px) {
  .page-medicines .prescribe-link {
    left: 50px;
    bottom: 15px; } }

.page-medicines .prescribe-link-arrow {
  display: inline;
  width: 6px;
  height: 8px;
  margin: 0 0 3px 3px; }

.page-medicines .navy-text {
  color: #223460; }

@media (min-width: 768px) {
  .page-medicines .page-callout-header.extra-bottom {
    margin-bottom: 10px; }
  .page-medicines .page-landing-callout {
    padding: 25px 60px 15px 40px; }
  .page-medicines .page-landing-callout:before {
    top: 40px;
    right: 37px; } }

.page-medicines .cta-banner {
  display: flex;
  align-items: center;
  flex-direction: column; }

@media (min-width: 768px) {
  .page-medicines .cta-banner {
    flex-direction: row; } }

.page-medicines .cta-banner .tel-contact {
  margin: 1rem 0;
  font-weight: bold;
  font-style: italic;
  font-size: 16px; }

.page-medicines .cta-banner .conjunction {
  padding: 0 20px;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .page-medicines .cta-banner .conjunction {
    margin-bottom: 1rem; } }

.page-medicines .prod-related-patents {
  display: flex;
  justify-content: space-evenly; }

@media (min-width: 768px) {
  .page-medicines .prod-related-patents {
    justify-content: center;
    align-items: center; } }

.page-medicines .prod-related-patents:before {
  content: '';
  display: block;
  width: 95px;
  height: 135px;
  background-image: url(/Content/images/medicines/microscope-w-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 40px; }

@media (min-width: 768px) {
  .page-medicines .prod-related-patents:before {
    height: 95px;
    background-position: 0 0; } }

.page-medicines .prod-related-patents > .content-wrap {
  padding: 25px 0;
  width: 55%; }

@media (min-width: 768px) {
  .page-medicines .prod-related-patents > .content-wrap {
    padding: 25px 0 25px 30px;
    width: auto; } }

.page-medicines .prod-related-patents > .content-wrap > a {
  color: white; }

.page-medicines .prod-related-patents .cta-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2; }

@media (min-width: 768px) {
  .page-medicines .prod-related-patents .cta-label {
    flex-direction: row;
    align-items: center;
    width: 100%; } }

.page-medicines .prod-related-patents .cta-label:after {
  content: '';
  display: block;
  margin-top: 1rem;
  margin-left: 0;
  width: 50px;
  height: 50px;
  background: url(/Content/images/medicines/icon-cta-download-lg.png) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .page-medicines .prod-related-patents .cta-label:after {
    margin-top: 0;
    margin-left: 45px; } }

.page-medicines .AFEUO-links .more {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px; }

.page-medicines .AFEUO-links .arrow {
  position: relative;
  left: 0; }

@media (min-width: 768px) {
  .page-medicines .AFEUO-links .arrow {
    left: 0; } }

.page-medicines .AFEUO-links .arrow:after {
  content: '';
  position: absolute;
  background: url(/content/images/blue-arrow.svg) no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 17px;
  top: 0px;
  right: 0px; }

.page-arcalyst .hero-head {
  background-image: url(/content/images/medicines/arcalyst-header-mobile.png); }

@media (min-width: 992px) {
  .page-arcalyst .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-arcalyst .hero-head {
    background-image: url(/content/images/medicines/arcalyst-header.png);
    padding-top: 200px;
    padding-bottom: 60px; } }

.page-arcalyst ul.medicine-list li {
  margin-bottom: 5px; }

.page-dupixent .hero-head {
  background-image: url(/content/images/medicines/dupixent-header-mobile.png); }

@media (min-width: 992px) {
  .page-dupixent .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-dupixent .hero-head {
    background-image: url(/content/images/medicines/dupixent-header.png);
    padding-top: 200px;
    padding-bottom: 60px; } }

.page-dupixent .hero-head .tf-26 {
  font-size: 26px; }

.page-eylea .hero-head {
  background-image: url(/content/images/medicines/eylea-header-mobile.png); }

@media (min-width: 992px) {
  .page-eylea .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-eylea .hero-head {
    background-image: url(/content/images/medicines/eylea-header.png);
    padding-top: 200px;
    padding-bottom: 60px; } }

.page-kevzara .hero-head {
  background-image: url(/content/images/medicines/kevzara-header-mobile.png); }

@media (min-width: 992px) {
  .page-kevzara .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-kevzara .hero-head {
    background-image: url(/content/images/medicines/kevzara-header.png);
    padding-top: 200px;
    padding-bottom: 60px; } }

.page-kevzara .carrot {
  background: url(/content/images/medicines/medicine-blue-arrow.svg) no-repeat right bottom;
  width: 100%;
  background-size: 11px 20px;
  padding-right: 18px; }

@media (min-width: 768px) {
  .page-kevzara .medicine-container .medicine-indication .content-wrap {
    padding-right: 65px; } }

.page-libtayo .hero-head {
  background-image: url(/content/images/medicines/libtayo-header-mobile.png); }

@media (min-width: 992px) {
  .page-libtayo .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-libtayo .hero-head {
    background-image: url(/content/images/medicines/libtayo-header.png);
    padding-top: 200px;
    padding-bottom: 60px; } }

.page-praluent .hero-head {
  background-image: url(/content/images/medicines/praluent-header-mobile.png); }

@media (min-width: 992px) {
  .page-praluent .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-praluent .hero-head {
    background-image: url(/content/images/medicines/praluent-header.png);
    padding-top: 200px;
    padding-bottom: 60px; } }

.page-inmazeb .hero-head {
  background-image: url(/content/images/medicines/inmazeb-header-mobile.png); }

@media (min-width: 992px) {
  .page-inmazeb .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-inmazeb .hero-head {
    background-image: url(/content/images/medicines/inmazeb-header.png);
    padding-bottom: 35px; } }

.page-casirivimab .hero-head {
  background-image: url(/content/images/medicines/casirivimab-header-mobile.png); }

@media (min-width: 992px) {
  .page-casirivimab .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-casirivimab .hero-head {
    background-image: url(/content/images/medicines/casirivimab-header.png);
    padding-bottom: 35px; } }

.page-casirivimab .hero-head .head-foot {
  font-size: 24px; }

.page-casirivimab .hero-head .page-title {
  font-style: italic; }

.page-casirivimab .AFEUO-links p {
  margin-bottom: 25px; }

.page-casirivimab .AFEUO-links .more {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px; }

.page-casirivimab .AFEUO-links .arrow {
  position: relative;
  left: 10px; }

@media (min-width: 768px) {
  .page-casirivimab .AFEUO-links .arrow {
    left: 30px; } }

.page-casirivimab .AFEUO-links .arrow:after {
  content: '';
  position: absolute;
  background: url(/content/images/blue-arrow.svg) no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 17px;
  top: 0px;
  right: 0px; }

.page-casirivimab .stablize {
  overflow: hidden; }

.page-evkeeza .hero-head {
  background-image: url(/content/images/medicines/evkeeza-header-mobile.png); }

@media (min-width: 992px) {
  .page-evkeeza .hero-head {
    background-size: auto;
    background-color: #046ecc; } }

@media (min-width: 768px) {
  .page-evkeeza .hero-head {
    background-image: url(/content/images/medicines/evkeeza-header.png);
    padding-top: 200px;
    padding-bottom: 60px; } }

/*------------------------------------
  #MEDICINE INDICATIONS
------------------------------------*/
.medicine-container .productlogo {
  width: 216px;
  height: 216px;
  border-radius: 50%;
  border: 2px solid #065BAA;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  background-color: #fff; }

.medicine-container .productlogo_img {
  width: 160px;
  height: 52px; }

.medicine-container .productlogo > img {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .medicine-container .productlogo > img {
    width: 300px; } }

@media (min-width: 768px) {
  .medicine-container .productlogo {
    min-width: 350px;
    height: 350px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px); }
  .medicine-container .productlogo_img {
    width: 210px;
    height: 120px; } }

.medicine-container .medicine-indication {
  background: linear-gradient(180deg, rgba(204, 231, 236, 0.7) 0%, rgba(155, 211, 221, 0.7) 100%);
  border: 0px;
  padding-top: 100px;
  margin-top: -100px;
  width: 100%;
  height: 100%;
  clip-path: none; }

.medicine-container .medicine-indication .content-wrap {
  color: #1b365d;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 25px 0px; }

.medicine-container .medicine-indication .content-wrap .indication-title {
  font-size: 24px;
  font-weight: 700; }

@media (min-width: 768px) {
  .medicine-container .medicine-indication .content-wrap {
    padding: 25px 30px 25px 0px; } }

.medicine-container .medicine-indication:before {
  content: "";
  position: absolute;
  display: block;
  margin: 0px; }

.medicine-container .medicine-indication:after {
  background: #fff;
  border-color: transparent; }

@media (min-width: 768px) {
  .medicine-container .medicine-indication {
    padding-top: inherit;
    margin-top: inherit;
    align-self: center;
    overflow: visible; }
  .medicine-container .medicine-indication:before {
    width: 100px;
    height: 100%;
    top: 0px;
    left: -100px;
    background: linear-gradient(180deg, rgba(204, 231, 236, 0.7) 0%, rgba(155, 211, 221, 0.7) 100%);
    opacity: 1; } }

/*------------------------------------*\
  #MEDICINE ISI
\*------------------------------------*/
.medicine-isi {
  color: #1b365d;
  font-size: 18px;
  font-family: "Roboto", sans-serif; }

.medicine-isi h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: inherit;
  font-weight: 700;
  text-transform: capitalize; }

ul.medicine-list {
  padding-left: 30px; }

ul.medicine-list li {
  position: relative;
  list-style: none;
  margin-bottom: 15px; }

ul.medicine-list li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: url(/content/images/medicines/isi-bullet.svg) no-repeat 0 0;
  background-size: contain;
  left: -30px;
  top: 6.5px; }

ul.medicine-list li a {
  word-wrap: break-word; }

ul.medicine-list-inner li {
  position: relative;
  margin-bottom: 15px; }

ul.medicine-list-inner li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #78BE20;
  border-radius: 50%;
  left: -20px;
  top: 6.5px; }

ul.medicine-list-inner li a {
  word-wrap: break-word; }

ul.medicine-list-inner-alt li {
  position: relative;
  margin-bottom: 15px; }

ul.medicine-list-inner-alt li:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #78BE20;
  left: -20px;
  top: 6.5px; }

ul.medicine-list-inner-alt li a {
  word-wrap: break-word; }

ul.medicine-list-inner.sub-list {
  padding-left: 22px; }

ul.medicine-list-inner.sub-list li {
  position: relative;
  margin-bottom: 15px; }

ul.medicine-list-inner.sub-list li:before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #78BE20;
  border-radius: 25%;
  left: -20px;
  top: 11px; }

ul.medicine-list-inner.sub-list li a {
  word-wrap: break-word; }

.medicine-cta-callout {
  width: 100%;
  height: auto;
  max-width: 345px;
  max-height: 246px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border: 2px solid #065baa;
  margin: 0 auto; }

.medicine-cta-callout .medicine-icon {
  width: 110px;
  height: 110px;
  margin: 20px 0 0 0; }

@media (min-width: 768px) {
  .medicine-cta-callout .medicine-icon {
    margin: 0 0 0 27px; } }

.medicine-cta-callout .medicine-link {
  margin: 20px 0 40px 0;
  font-size: 16px;
  color: #065baa;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic; }

@media (min-width: 768px) {
  .medicine-cta-callout .medicine-link {
    margin: 0 0 0 30px; } }

.medicine-cta-callout .medicine-link-patient:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 17px;
  left: 52px;
  top: 40px;
  background: url(/content/images/medicines/medicine-blue-arrow.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .medicine-cta-callout .medicine-link-patient:after {
    left: unset;
    right: -60px;
    top: 7px; } }

.medicine-cta-callout .medicine-link-hcp {
  margin: 0 0 0 10px; }

@media (max-width: 767.98px) {
  .medicine-cta-callout .medicine-link-hcp {
    margin: 20px 0 40px 0; } }

.medicine-cta-callout .medicine-link-hcp:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 17px;
  left: 45px;
  top: 60px;
  background: url(/content/images/medicines/medicine-blue-arrow.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .medicine-cta-callout .medicine-link-hcp:after {
    left: unset;
    top: 14px;
    right: -30px; } }

@media (max-width: 767.98px) {
  .medicine-cta-callout .medicine-link-hcp:after {
    margin: 0 auto;
    left: 0;
    right: 0; } }

.medicine-cta-callout:after {
  content: "";
  position: absolute;
  display: block;
  right: -23px;
  bottom: -13px;
  background: #fff;
  width: 59px;
  height: 39px;
  border-top-width: 2px;
  border-top-style: solid;
  border-color: #065baa;
  transform: rotate(-45deg); }

@media (min-width: 768px) {
  .medicine-cta-callout {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 445px;
    min-height: 169px; } }

.text-blue-dark {
  color: #065baa; }

.jobcode {
  font-size: 14px;
  line-height: 18px;
  color: #1b365d; }

/*------------------------------------
  #MEDICAL-PROFESSIONALS
------------------------------------*/
body.page-medical-professionals {
  background: url(/content/images/medical-professionals/medical-splash1.png) no-repeat 0% 15%, url(/content/images/medical-professionals/medical-splash2.png) no-repeat 0% 75%, linear-gradient(0deg, #065BAA 0%, #950051 24%, #D50056 39%, #40B4E5 82%, #065BAA 100%);
  background-size: contain;
  background-blend-mode: multiply; }

body.page-medical-professionals .hero-head.hero-medical-professionals {
  background: none; }

body.page-medical-professionals section.page-wrapper {
  background: transparent; }

body.page-medical-professionals .page-foot {
  background: transparent; }

.medical-professionals-container > * {
  color: #fff; }

.medical-professionals-container_block1, .medical-professionals-container_block3 {
  /* margin-bottom: 50px;*/ }

.medical-professionals-container_block1-content, .medical-professionals-container_block3-content {
  align-self: center;
  margin-bottom: 50px; }

.medical-professionals-container_block1-image, .medical-professionals-container_block3-image {
  width: 200px;
  height: 200px; }

@media (min-width: 768px) {
  .medical-professionals-container_block1-image, .medical-professionals-container_block3-image {
    width: 350px;
    height: 350px; } }

.medical-professionals-container .faded-box {
  background-image: linear-gradient(180deg, rgba(6, 91, 170, 0.5) 0%, rgba(0, 32, 113, 0.5) 100%);
  padding: 20px;
  margin-bottom: 60px;
  margin-top: 60px; }

@media (min-width: 768px) {
  .medical-professionals-container .faded-box {
    padding: 40px; } }

.medical-professionals-container_block2 {
  opacity: 1; }

.medical-professionals-container_block2-innerbox {
  margin: 30px 0 0 0;
  padding: 20px;
  display: flex;
  flex-direction: column; }

.medical-professionals-container_block2-innerbox--icon {
  width: 100px;
  height: 100px;
  margin: 0 0 20px 0; }

.medical-professionals-container_block2-innerbox--text .box-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 24px;
  position: relative; }

.medical-professionals-container_block2-innerbox--text .box-title:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 28px;
  width: 11px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .medical-professionals-container_block2-innerbox--text .box-title:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 3px;
    width: 11px;
    height: 16px;
    background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
    background-size: contain; } }

.medical-professionals-container_block2-innerbox--text .small-text {
  font-size: 14px;
  line-height: 18px; }

@media (min-width: 768px) {
  .medical-professionals-container_block2-innerbox {
    padding: 40px;
    flex-direction: row; }
  .medical-professionals-container_block2-innerbox--icon {
    margin: 0 20px 0 0; } }

.medical-professionals-container_block4 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px; }

.medical-professionals-container_block4-icon {
  width: 100px;
  height: 100px; }

.medical-professionals-container_block4 h5 {
  /*font-size: 20px;*/
  /* font-weight: bold;
            font-family: $roboto-condensed;*/
  /* line-height: 24px;*/
  position: relative;
  width: fit-content; }

.medical-professionals-container_block4 h5 a {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.medical-professionals-container_block4 h5:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 3px;
  width: 11px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .medical-professionals-container_block4 h5 {
    padding-top: 20px; }
  .medical-professionals-container_block4 h5:after {
    top: 26px; } }

.medical-professionals-container_block5 {
  background-image: linear-gradient(180deg, rgba(255, 197, 85, 0.7) 0%, rgba(255, 152, 28, 0.7) 100%);
  padding: 30px 20px 140px 20px;
  margin-bottom: 140px;
  max-width: 778px; }

.medical-professionals-container_block5-image {
  width: 235px;
  height: 235px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 235px;
  height: 235px; }

@media (min-width: 768px) {
  .medical-professionals-container_block5 {
    padding: 40px 180px 40px 60px;
    margin: 25px 0 60px 0; }
  .medical-professionals-container_block5-image {
    width: 285px;
    height: 285px;
    right: 0px;
    top: 10%;
    left: initial;
    bottom: initial;
    transform: none; } }

.medical-professionals-container_block6 {
  margin-top: 140px;
  padding: 140px 20px 20px 20px; }

.medical-professionals-container_block6-image {
  width: 235px;
  height: 235px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  z-index: 200; }

@media (min-width: 768px) {
  .medical-professionals-container_block6 {
    padding: 40px 60px 40px 180px;
    margin-top: 0px;
    margin-bottom: 60px;
    max-width: 778px;
    float: right; }
  .medical-professionals-container_block6-image {
    width: 285px;
    height: 285px;
    left: 0px;
    top: 5%;
    transform: none; } }

/*------------------------------------
  #PIPELINE
------------------------------------*/
.page-pipeline .hero-head {
  background-image: url(/content/images/science/pipeline-bg-m.png); }

@media (min-width: 768px) {
  .page-pipeline .hero-head {
    background-image: url(/content/images/science/pipeline-bg.png); } }

.page-pipeline div.container.pipeline_container {
  /* Expanded to match creative: */
  max-width: 1110px; }

.page-pipeline-headline {
  color: #065baa;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 50px;
  text-transform: none;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .page-pipeline .container-fix {
    padding-left: 15px; } }

.page-pipeline_callout {
  border-color: #d50056;
  margin: 15px;
  padding: 0px;
  max-width: auto; }

@media (min-width: 768px) {
  .page-pipeline_callout {
    margin: auto;
    max-width: 420px; } }

.page-pipeline_callout-image {
  padding: 19px 15px 19px 19px; }

.page-pipeline_callout-header {
  text-transform: inherit;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: inherit;
  line-height: 26px;
  align-self: center; }

@media (min-width: 768px) {
  .page-pipeline_callout-header {
    padding-right: 40px; } }

.page-pipeline_callout-text {
  font-size: 18px;
  padding: 0 10px 20px 20px;
  margin: 0px; }

@media (min-width: 768px) {
  .page-pipeline_callout-text {
    padding: 0 40px 20px 20px; } }

.page-pipeline_callout-alt {
  border: none;
  background: linear-gradient(#40b4e5, #107fcd);
  color: #fff; }

.page-pipeline_callout-alt-button {
  padding: 0 0 20px 20px;
  width: 200px;
  position: relative; }

.page-pipeline_callout-alt-button a {
  font-size: 16px;
  line-height: 18px;
  background: transparent;
  color: #fff;
  border-color: #fff; }

.page-pipeline_callout-alt-button:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0px;
  right: -51px;
  background: #fff url(/content/images/icon-arrow.svg) no-repeat 50% 50%; }

@media (min-width: 768px) {
  .page-pipeline_callout-alt-button {
    width: 301px;
    padding: 0 0 40px 20px; }
  .page-pipeline_callout-alt-button a {
    padding: 10px 11px; }
  .page-pipeline_callout-alt-button:after {
    width: 42px;
    height: 42px;
    right: -39px; } }

.page-pipeline_callout-alt:after {
  border-color: transparent; }

.page-pipeline_callout-space {
  padding: 0 40px 20px 20px; }

.page-pipeline_callout:after {
  border-color: #d50056; }

.pipeline-phases h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  background: linear-gradient(#107fcd, #065baa);
  border: none;
  padding: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 25px; }

.pipeline-phases .drug-candidate-item {
  margin-bottom: 30px; }

.pipeline-phases .drug-candidate {
  position: relative; }

.pipeline-phases .drug-candidate .lead-line:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 5px; }

.pipeline-phases .drug-candidate .lead-line:nth-of-type(2):before {
  left: -30px; }

.pipeline-phases .drug-candidate .lead-line:nth-of-type(3):before {
  left: -40px; }

.pipeline-phases .drug-candidate .lead-line:nth-of-type(4):before {
  left: -50px; }

.pipeline-phases .drug-candidate .lead-line.lead-cardiovascular-metabolic:before {
  background-color: #950051; }

.pipeline-phases .drug-candidate .lead-line.lead-general-medicine:before {
  background-color: #ffc656; }

.pipeline-phases .drug-candidate .lead-line.lead-hematology:before {
  background-color: #d50057; }

.pipeline-phases .drug-candidate .lead-line.lead-immunology-inflammation:before {
  background-color: #065baa; }

.pipeline-phases .drug-candidate .lead-line.lead-infectious-diseases:before {
  background-color: #b7b09c; }

.pipeline-phases .drug-candidate .lead-line.lead-oncology:before {
  background-color: #40b4e5; }

.pipeline-phases .drug-candidate .lead-line.lead-ophthalmology:before {
  background-color: #78be20; }

.pipeline-phases .drug-candidate .lead-line.lead-pain-neurology:before {
  background-color: #1b365d; }

.pipeline-phases .drug-candidate .lead-line.lead-rare-diseases:before {
  background-color: #cde9ee; }

.pipeline-phases .drug-candidate .drug-name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0; }

.pipeline-phases .drug-candidate .drug-description {
  font-size: 16px;
  font-weight: 700; }

.pipeline-phases .drug-candidate .target-condition {
  font-size: 14px;
  line-height: 18px; }

.pipeline-phases .drug-candidate .target-condition:before {
  content: " | "; }

/*------------------------------------
  #PRIVACY POLICY
------------------------------------*/
.page-privacy-policy h2 {
  font-size: 28px;
  font-weight: 700;
  margin: .8rem 0;
  text-transform: uppercase;
  letter-spacing: 5px; }

.page-privacy-policy h3 {
  font-size: 24px;
  font-weight: 700;
  margin: .8rem 0;
  text-transform: none;
  letter-spacing: normal; }

.page-privacy-policy h4 {
  font-size: 20px;
  font-weight: 700;
  margin: .8rem 0;
  text-transform: none;
  letter-spacing: normal; }

.page-privacy-policy .hero-head h3 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: 5px;
  text-transform: uppercase; }

.page-privacy-policy p {
  font-size: 85%; }

.page-privacy-policy address span {
  display: block; }

.page-privacy-policy ul.terms-bullet li {
  margin-bottom: .5rem; }

/*------------------------------------
  #IMPROVING LIVES
------------------------------------*/
.page-improving-lives {
  /*   .header-link {
        font-size: 18px;
        font-style: italic;
        font-weight: $font-weight-bold;
        color: #0059AD;
        display: block;
        margin: 0 auto;
        margin-bottom: 45px;
        position: relative;
        padding-right: 20px;
        width: fit-content;

        &:after {
            content: '';
            position: absolute;
            width: 9px;
            height: 16px;
            right: 0px;
            top: 4px;
            background: url(/content/images/responsibility/arrow-blue.svg) no-repeat 0 0;
            background-size: contain;
        }
    }*/ }

.page-improving-lives .hero-head {
  background-image: url(/content/images/improving-lives/improving-lives-bg-m.png); }

@media (min-width: 768px) {
  .page-improving-lives .hero-head {
    background: #046ecc url(/content/images/improving-lives/improving-lives-bg.png) no-repeat;
    background-size: auto; } }

/*- Sub-page content -*/
.sub1_cta {
  background: linear-gradient(#d50056, #950051);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border: none;
  position: relative;
  margin: 0px;
  padding: 10px 10px 10px 0px; }

@media (min-width: 768px) {
  .sub1_cta {
    clip-path: none;
    overflow: visible;
    flex-direction: row;
    max-width: 760px;
    margin-top: 75px;
    padding: 0px; } }

.sub1_cta:after {
  border-color: transparent; }

.sub1_cta-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 22px 0 40px 19px; }

.sub1_cta-text .wrap-mobile {
  display: block; }

@media (min-width: 768px) {
  .sub1_cta-text .wrap-mobile {
    display: none; } }

@media (min-width: 768px) {
  .sub1_cta-text {
    padding: 40px 0 45px 65px;
    max-width: 475px; } }

.sub1_cta-text p {
  font-size: 18px;
  color: #fff; }

.sub1_cta-text a.btn {
  margin-top: 70px;
  color: #fff;
  border-color: #fff;
  background: transparent; }

@media (min-width: 768px) {
  .sub1_cta-text a.btn {
    margin-top: inherit; } }

.sub1_cta-text .cta-btn {
  margin-top: 50px; }

@media (min-width: 768px) {
  .sub1_cta-text .cta-btn {
    margin-top: auto; } }

.sub1_cta-image {
  width: 132px;
  height: 132px;
  position: absolute;
  right: 5px;
  top: 130px;
  top: calc(300px - 50%); }

@media (min-width: 768px) {
  .sub1_cta-image {
    width: 370px;
    height: 370px;
    right: -180px;
    top: -70px; } }

.sub1_content {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  margin: 0px; }

@media (min-width: 768px) {
  .sub1_content {
    padding-top: 110px;
    flex-direction: row; } }

.sub1_content-image {
  width: 100%;
  max-width: 446px;
  height: 100%; }

.sub1_content-text {
  padding: 30px 0 0 0;
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .sub1_content-text {
    padding: 0 0 0 27px;
    max-width: 460px; } }

.sub1_content-text p {
  color: #1b365d;
  font-size: 18px; }

.sub2_text1 {
  display: flex;
  flex-direction: column;
  padding: 0 0 40px 0;
  position: relative; }

.sub2_text1 p {
  padding: 20px 0; }

@media (min-width: 768px) {
  .sub2_text1 p {
    max-width: 730px; } }

.sub2_text1 img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .sub2_text1 img {
    position: absolute;
    margin: 0;
    right: 0px;
    top: 0px; } }

.sub2_text1 a.btn {
  /* width: 225px;*/
  width: 265px; }

@media (min-width: 768px) {
  .sub2_text1 a.btn {
    width: 280px; } }

.sub2_callout1 {
  display: flex;
  flex-direction: column;
  padding: 35px 60px 0 30px;
  border-color: #d50056; }

@media (min-width: 768px) {
  .sub2_callout1 {
    padding: 35px 60px 0 60px; } }

.sub2_callout1:after {
  border-color: #d50056; }

.sub2_callout1-text {
  display: flex;
  flex-direction: column; }

.sub2_callout1-logos {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (min-width: 768px) {
  .sub2_callout1-logos {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 10px; } }

.sub2_callout1-logos a:hover {
  text-decoration: none;
  box-shadow: none; }

.sub2_callout1-logos img {
  margin: 0 0 30px 0;
  padding: 0;
  max-width: 275px; }

@media (min-width: 768px) {
  .sub2_callout1-logos img {
    max-width: 100%;
    width: 234px;
    height: 93px;
    margin: 0 30px 20px 0; } }

@media (min-width: 768px) {
  .sub2_callout1 {
    margin-bottom: 50px; } }

.sub2_text2 {
  display: flex;
  flex-direction: column;
  padding: 10px 0 50px 0; }

@media (min-width: 768px) {
  .sub2_text2 {
    flex-direction: row; } }

.sub2_text2 img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .sub2_text2 img {
    margin: 0 30px 25px 0; } }

.sub2_text2-content {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .sub2_text2-content {
    padding-right: 30px; } }

.sub2_text2-content a.btn {
  /*width: 325px;*/
  width: 300px; }

@media (max-width: 575.98px) {
  .sub2_text2-content a.btn {
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .sub2_text2-content a.btn {
    width: fit-content;
    padding: 11px 20px; } }

.sub2_callout2 {
  display: flex;
  flex-direction: column;
  padding: 35px 60px 30px 60px;
  border-color: #d50056; }

.sub2_callout2:after {
  border-color: #d50056; }

.sub3_text1 {
  padding: 10px 0 30px 0; }

.sub3_callout1 {
  display: flex;
  flex-direction: column;
  padding: 35px 20px 0 20px;
  border-color: #d50056; }

@media (min-width: 768px) {
  .sub3_callout1 {
    padding: 40px 60px 15px 60px; } }

.sub3_callout1:after {
  border-color: #d50056; }

.sub3_callout1 a.callout-link:hover {
  box-shadow: none; }

.sub3_callout2 {
  display: flex;
  flex-direction: column;
  padding: 35px 20px 40px 20px;
  border: none;
  background-color: rgba(213, 0, 86, 0.1); }

@media (min-width: 768px) {
  .sub3_callout2 {
    padding: 45px 60px 40px 60px; } }

.sub3_callout2 a.btn {
  background: transparent; }

.sub3_callout2:after {
  border-color: transparent; }

.sub4_content1 {
  position: relative;
  padding-bottom: 100px; }

.sub4_content1 img {
  width: 175px;
  height: 175px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 768px) {
  .sub4_content1 img {
    transform: none;
    left: inherit;
    right: 0%;
    width: 350px;
    height: 350px;
    bottom: -150px; } }

@media (min-width: 768px) {
  .sub4_content1 {
    padding-bottom: 50px; } }

.sub4_callout1 {
  padding: 100px 19px 30px 19px;
  background-color: rgba(213, 0, 86, 0.1); }

@media (min-width: 768px) {
  .sub4_callout1 {
    max-width: 760px;
    margin: 0px;
    padding: 50px 65px 30px 65px; } }

.sub4_callout1 a.btn {
  background: transparent; }

.sub4_callout1 .about-btn {
  margin-top: 30px; }

.sub4_content2 {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .sub4_content2 {
    flex-direction: row;
    padding-top: 50px; } }

.sub4_content2 img {
  width: 175px;
  height: 175px;
  margin: 35px auto; }

@media (min-width: 768px) {
  .sub4_content2 img {
    width: 350px;
    height: 350px;
    margin-right: 30px; } }

.sub4_content2-text a.btn.btn-primary {
  margin: 30px auto; }

/*- Inner box component -*/
.sub_callout-innerbox {
  border: none;
  background: linear-gradient(#d50056, #950051);
  padding: 15px 20px 0 20px;
  width: 100%;
  position: relative;
  color: #fff; }

.sub_callout-innerbox:after {
  border-color: transparent; }

.sub_callout-innerbox-alt {
  background: transparent;
  border: inherit;
  border-color: #d50056;
  color: #1b365d; }

.sub_callout-innerbox-alt:after {
  border-color: #d50056; }

.sub_callout-innerbox-alt--top {
  color: #1b365d; }

.sub_callout-innerbox-alt--bottom {
  color: #1b365d; }

.sub_callout-innerbox-alt a {
  color: #183460; }

@media (min-width: 768px) {
  .sub_callout-innerbox {
    margin-top: 20px;
    padding: 40px 0 30px 180px; } }

.sub_callout-innerbox--top {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .sub_callout-innerbox--top {
    margin-bottom: 0px; } }

.sub_callout-innerbox--top img {
  width: 82px;
  height: 82px;
  margin-right: 19px; }

@media (min-width: 768px) {
  .sub_callout-innerbox--top img {
    margin: 0px;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 20px;
    top: 40px; } }

.sub_callout-innerbox--top p {
  font-size: 18px;
  align-self: center;
  line-height: 24px;
  padding-top: 10px; }

@media (min-width: 768px) {
  .sub_callout-innerbox--top p {
    padding-top: 0px; } }

.sub_callout-innerbox--bottom h5 {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  width: 205px;
  position: relative;
  line-height: 24px; }

.sub_callout-innerbox--bottom h5:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0% 0%;
  background-size: contain;
  right: -30px;
  top: 30px; }

.sub_callout-innerbox--bottom h5.alt:after {
  background: url(/content/images/icon-arrow.svg) no-repeat 0% 0%; }

@media (min-width: 768px) {
  .sub_callout-innerbox--bottom h5 {
    width: 100%; }
  .sub_callout-innerbox--bottom h5:after {
    right: 50px;
    top: 5px; } }

.sub_callout-innerbox--bottom p {
  font-size: 18px;
  line-height: 24px; }

.sub_callout-innerbox--bottom p span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.sub_callout-innerbox.feature-perspective a {
  color: inherit; }

/*- Helper classes -*/
@media (min-width: 768px) {
  .wrap-desktop {
    max-width: 570px; } }

.nilda-vid {
  margin: 30px 0; }

@media (min-width: 768px) {
  .nilda-vid {
    margin: 120px 0; } }

.nilda-vid .video-description.right {
  flex-direction: column-reverse;
  width: 100%; }

@media (min-width: 768px) {
  .nilda-vid .video-description.right {
    flex-direction: row-reverse; } }

.nilda-vid .video-description.right .video-player {
  position: relative;
  margin: -113px 0 0 0; }

@media (min-width: 768px) {
  .nilda-vid .video-description.right .video-player {
    position: absolute;
    margin: 0 0 0 0;
    z-index: 2; } }

.nilda-vid .video-description.right .clipped {
  width: 90%;
  margin-right: 10%; }

.nilda-vid .video-description.right .content-wrap {
  padding: 20px 10px 110px 20px; }

@media (min-width: 768px) {
  .nilda-vid .video-description.right .content-wrap {
    padding: 40px 180px 40px 40px;
    margin-right: 100px; } }

.search {
  background: #046ECC url(/content/images/search/search-results-background-mobile.png) no-repeat 0 0; }

@media (min-width: 768px) {
  .search {
    background: #046ECC url(/content/images/search/search-results-background.png) no-repeat 0 0; } }

.result-block_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 18px 25px;
  margin: 0px; }

.result-block_form-image {
  width: 20px;
  height: 20px;
  margin-right: 20px; }

.result-block_form-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1b365d;
  line-height: 32px; }

.result-block_form-input {
  flex: 0 0 100%;
  border: none; }

.result-block_form-input:focus {
  outline: none; }

@media (min-width: 768px) {
  .result-block_form {
    padding: 20px 25px; }
  .result-block_form-image {
    width: 40px;
    height: 40px;
    margin-right: 30px; }
  .result-block_form-label {
    margin: 0 20px 0 0;
    align-self: center; }
  .result-block_form-input {
    flex: auto; } }

.result-text {
  color: #1b365d;
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px; }

.search_result {
  margin-bottom: 20px; }

.search_result-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  color: #065baa; }

.search_result-text {
  font-size: 18px;
  line-height: 24px;
  color: #1b365d; }

@media (min-width: 768px) {
  .search_result {
    margin-bottom: 30px; } }

.page-results {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px; }

.page-results-item {
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #065baa;
  margin: 0 10px; }

.page-results-item.active {
  color: #000; }

.page-results .arrow-prev, .page-results .arrow-next {
  display: flex;
  box-shadow: none; }

.page-results .arrow-prev {
  transform: rotate(180deg); }

/*------------------------------------
  #TECHNOLOGY 
------------------------------------*/
.page-science .hero-head {
  background-image: url(/content/images/science/science-bg-m.png); }

@media (min-width: 768px) {
  .page-science .hero-head {
    background-image: url(/content/images/science/science-bg.png); } }

@media (min-width: 1200px) {
  .page-science .hero-head {
    background-position: bottom left; } }

.page-science .scientific-trailblazers {
  margin-bottom: 60px; }

.page-science .scientific-trailblazers h1 {
  margin-top: 30px; }

@media (min-width: 768px) {
  .page-science .scientific-trailblazers h1 {
    margin-bottom: 20px; } }

.page-science .scientific-trailblazers .page-pipeline_callout-button {
  padding: 0px;
  margin-top: 30px;
  width: 305px; }

.page-science .scientific-trailblazers .page-pipeline_callout-button a {
  text-align: left;
  /*padding: 0.87rem 0.75rem;*/ }

.page-science .scientific-trailblazers .page-pipeline_callout-button:after {
  right: -14px; }

@media (min-width: 768px) {
  .page-science .scientific-trailblazers .page-pipeline_callout-button {
    padding: 0px;
    margin-top: 30px;
    width: 329px; }
  .page-science .scientific-trailblazers .page-pipeline_callout-button:after {
    right: -14px; } }

.page-science .pioneers-medicine .bg-green {
  padding: 0px;
  position: relative; }

.page-science .pioneers-medicine .bg-green:before {
  content: '';
  position: absolute;
  background: url(/content/images/science/pioneers_antibody.png) no-repeat top right;
  width: 100%;
  height: 160px;
  background-size: contain;
  right: 0;
  top: -10px; }

@media (min-width: 768px) {
  .page-science .pioneers-medicine .bg-green:before {
    background: none; } }

@media (min-width: 768px) {
  .page-science .pioneers-medicine .bg-green {
    padding: 0 15px; } }

.page-science .pioneers-medicine .bg-green .page-pipeline_callout-button {
  padding: 0px;
  margin-top: 30px; }

.page-science .pioneers-medicine .bg-green .page-pipeline_callout-button:after {
  right: -14px; }

.page-science .pioneers-medicine .bg-green .cta-img-callout {
  align-items: center;
  flex-direction: column; }

@media (min-width: 768px) {
  .page-science .pioneers-medicine .bg-green .cta-img-callout {
    flex-direction: row; } }

.page-science .pioneers-medicine .bg-green .cta-img-callout .img-ring {
  border: 0px;
  padding: 0px;
  margin-bottom: -140px;
  margin-top: 30px;
  z-index: 1; }

@media (min-width: 768px) {
  .page-science .pioneers-medicine .bg-green .cta-img-callout .img-ring {
    flex-direction: row;
    margin-right: -135px;
    z-index: 1;
    border: 0px;
    padding: 0px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0; } }

.page-science .pioneers-medicine .bg-green .cta-img-callout .white {
  padding: 100px 0px 0 0px;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .page-science .pioneers-medicine .bg-green .cta-img-callout .white {
    padding: 0 0px 0 90px; } }

.page-science .pioneers-medicine .bg-green .cta-img-callout .white p {
  font-style: italic; }

.page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap {
  padding: 50px 10px 40px 10px; }

@media (min-width: 768px) {
  .page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap {
    padding: 50px 30px 30px 30px; } }

.page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap h5 {
  margin-bottom: 0px;
  margin-top: 20px; }

.page-science .pioneers-medicine .bg-green .cta-img-callout .white .content-wrap p {
  margin-bottom: 0px; }

.page-science .pioneers-medicine .callout-box .content-wrap {
  padding: 15px; }

@media (min-width: 768px) {
  .page-science .pioneers-medicine .callout-box .content-wrap {
    padding: 25px 30px; } }

.page-science .callout-box {
  margin-top: 0px; }

@media (min-width: 768px) {
  .page-science .callout-box {
    margin-top: 40px; } }

.page-science .callouts > .row .clipped {
  height: auto;
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .page-science .callouts > .row .clipped {
    height: 100%;
    margin-bottom: initial; } }

.page-science .callouts .bg-blue-light {
  color: #fff; }

.page-science .page-pipeline_callout-alt {
  /*padding: 30px 20px 30px 20px;

        h1 {
            padding: 0 15px;
        }

        .page-pipeline_callout-text {
            padding: 0 20px 0 15px;
            margin-bottom: 15px;
        }

        .page-pipeline_callout-alt-button {
            padding: 0 0 0 15px;
            margin-top: 30px;

            &:after {
                right: -18px;
            }

            a {
                padding: 10px 20px;
            }
        }*/ }

.page-science .page-pipeline_callout {
  /* padding: 30px 20px 30px 20px;
        border-color: $orange;
        max-width: 429px;

        &:after {
            border-color: $orange;
        }

        &-image {
            width: 110px;
            height: 110px;
            padding: 0px;

            @include media-breakpoint-up(md) {
                width: 95px;
                height: 95px;
                margin-bottom: 1rem;
                margin-left: 1rem;
            }
        }

        .icon-div {
            padding: 0 0 20px 20px;

            img {
                width: 110px;
                height: 110px;

                @include media-breakpoint-up(md) {
                    width: 95px;
                    height: 95px;
                    margin-bottom: 1rem
                }
            }
        }

        .page-pipeline_callout-button {
            margin-top: 15px;
            padding: 0px 0 30px 21px;*/
  /*a {
                padding: 0.87rem 0.75rem;
            }*/
  /*}*/ }

.page-science .rapid-response {
  margin-top: 50px; }

.page-science .rapid-response:after {
  height: 0px; }

.page-science .rapid-response .cta-img-callout {
  flex-direction: column; }

@media (min-width: 768px) {
  .page-science .rapid-response .cta-img-callout {
    flex-direction: row; } }

.page-science .rapid-response .cta-img-callout .img-ring {
  border: 0px;
  margin-left: 0px;
  padding: 0px;
  margin-top: -140px;
  width: 50%;
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .page-science .rapid-response .cta-img-callout .img-ring {
    margin-left: -200px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 370px;
    height: 370px; } }

.page-science .rapid-response .cta-img-callout .callout-box {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.page-science .rapid-response .cta-img-callout .callout-box .content-wrap {
  padding: 40px 20px 150px 20px; }

@media (min-width: 768px) {
  .page-science .rapid-response .cta-img-callout .callout-box .content-wrap {
    padding: 50px 235px 40px 40px; } }

.page-science .rapid-response .cta-img-callout .callout-box .content-wrap h1 {
  margin-bottom: 20px; }

.page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button {
  padding: 0px;
  margin-top: 30px;
  width: 100%; }

@media (min-width: 768px) {
  .page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button {
    padding: 0px;
    margin-top: 30px;
    width: 301px; } }

.page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button .btn {
  padding-right: 20px; }

.page-science .rapid-response .cta-img-callout .callout-box .content-wrap .page-pipeline_callout-alt-button:after {
  height: 40px;
  right: 11px; }

.page-science .callout-box-two .icon-div {
  padding: 0px 0px 0px 20px; }

.page-science .callout-box-two .icon-div h1 {
  margin-top: 10px;
  margin-bottom: .5rem; }

.page-science .callout-box-two .page-pipeline_callout {
  border-color: #40b4e5; }

.page-science .callout-box-two .page-pipeline_callout:after {
  border-color: #40b4e5; }

.page-science .callout-box-two .page-pipeline_callout .page-pipeline_callout-text {
  padding: 0 10px 20px 0px; }

.page-science .scientific-trailblazers,
.page-science .pioneers-medicine,
.page-science .callouts,
.page-science .rapid-response {
  margin-bottom: 50px; }

.page-science .rapid-response {
  margin: auto -15px 100px -15px; }

@media (min-width: 768px) {
  .page-science .rapid-response {
    margin: 75px -15px; } }

.page-science .rapid-response .cta-img-callout .content-wrap {
  padding: 25px 20px 120px 20px; }

@media (min-width: 768px) {
  .page-science .rapid-response .cta-img-callout .content-wrap {
    padding: 30px 30px 190px 30px; } }

.page-science .clipped .content-wrap {
  padding: 25px 20px; }

@media (min-width: 768px) {
  .page-science .clipped .content-wrap {
    padding: 25px 30px; } }

/*------------------------------------
  #SCIENTISTS
------------------------------------*/
body.page-scientists {
  background: url(/content/images/scientists/scientists-splash-trans.png) no-repeat 0% 5%, url(/content/images/scientists/scientists-splash-trans-2.png) no-repeat 0% 50%, url(/content/images/scientists/scientists-splash-trans-3.png) no-repeat 0% 100%, linear-gradient(0deg, #065BAA 0%, #950051 24%, #D50056 39%, #40B4E5 82%, #065BAA 100%);
  background-size: contain;
  background-blend-mode: multiply; }

body.page-scientists .hero-head.hero-scientists {
  background: none; }

body.page-scientists section.page-wrapper {
  background: transparent; }

body.page-scientists .page-foot {
  background: transparent; }

.scientists_block1 {
  margin-bottom: 70px;
  padding: 0; }

.scientists_block1-image {
  width: 192px;
  height: 192px;
  margin: 15px auto; }

.scientists_block1-content {
  color: #fff; }

@media (min-width: 768px) {
  .scientists_block1-image {
    width: 100%;
    height: auto;
    max-width: 425px;
    max-height: 425px; }
  .scientists_block1-content {
    align-self: center; } }

.scientists_block2 {
  color: #fff;
  padding: 0; }

.scientists_block2-text {
  padding-bottom: 20px; }

.scientists_block2 .scientists-videoplayer {
  padding: 40px 15px 60px 15px;
  margin-bottom: 10px;
  display: none; }

.scientists_block2 .scientists-videoplayer.active {
  display: inline-block; }

.scientists_block2 .scientists-videoplayer_image {
  margin: 15px auto;
  width: 190px;
  height: 190px; }

.scientists_block2 .scientists-videoplayer .video-player button {
  width: 72px;
  height: 72px; }

.scientists_block2 .scientists-videolist_list {
  padding: 0px; }

.scientists_block2 .scientists-videolist_list-item {
  background-color: #950051;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.4;
  margin-bottom: 10px;
  padding: 8px 0 8px 45px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  cursor: pointer; }

.scientists_block2 .scientists-videolist_list-item.active {
  opacity: 1; }

.scientists_block2 .scientists-videolist_list-item--image {
  width: 50px;
  height: 50px;
  margin-right: 28px; }

.scientists_block2 .scientists-videolist_list-item--name {
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif; }

@media (min-width: 768px) {
  .scientists_block2-text {
    text-align: center; }
  .scientists_block2 .scientists-videoplayer {
    padding: 21px 70px 30px 70px;
    min-height: 627px; }
  .scientists_block2 .scientists-videoplayer_image {
    width: 350px;
    height: 350px; }
  .scientists_block2 .scientists-videoplayer .video-player button {
    width: 126px;
    height: 126px; } }

.scientists_block3 {
  color: #fff;
  padding: 45px 0 0 0; }

.scientists_block3 .scientists-block img {
  width: 184px;
  height: 184px;
  margin: 15px auto;
  display: block; }

.scientists_block3 .scientists-block a.btn {
  margin-bottom: 45px; }

@media (min-width: 768px) {
  .scientists_block3-title {
    margin-bottom: 50px; }
  .scientists_block3-composite {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-top: 17px; }
  .scientists_block3 .scientists-block {
    margin-bottom: 65px; }
  .scientists_block3 .scientists-block img {
    display: none; }
  .scientists_block3 .scientists-block a.btn {
    margin-bottom: 115px; } }

.scientists_block4 {
  padding: 0;
  position: relative; }

.scientists_block4-callout {
  background-image: linear-gradient(180deg, rgba(255, 197, 85, 0.7) 0%, rgba(255, 152, 28, 0.7) 100%);
  padding: 30px 20px 125px 20px;
  color: #fff; }

.scientists_block4-image {
  width: 235px;
  height: 235px;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .scientists_block4-callout {
    padding: 45px 190px 15px 65px;
    margin-bottom: 0px; }
  .scientists_block4-image {
    width: 272px;
    height: 272px;
    transform: none;
    left: initial;
    right: -120px;
    transform: translateY(50%);
    top: calc(50% - 272px); } }

.scientists_block5 {
  padding: 140px 0 0 0; }

@media (min-width: 768px) {
  .scientists_block5 {
    padding: 50px 0 0 0; } }

.scientists_landing-callout {
  color: #fff;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 40px 20px 30px 20px; }

.scientists_landing-callout-image {
  width: 75px;
  height: 75px;
  margin-right: 30px; }

.scientists_landing-callout .page-callout-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: normal; }

.scientists_landing-callout .page-callout-text {
  font-size: 18px;
  line-height: 24px; }

.scientists_landing-callout .page-callout-text span {
  font-size: 14px;
  line-height: 18px; }

@media (min-width: 768px) {
  .scientists_landing-callout {
    padding: 40px 40px 30px 40px; }
  .scientists_landing-callout.pl-30 {
    padding-left: 30px; }
  .scientists_landing-callout-image {
    width: 100px;
    height: 100px; } }

.scientists_landing-callout:hover {
  color: #fff;
  background-image: linear-gradient(#065BAA, #002071); }

/*------------------------------------
  #TECHNOLOGY 
------------------------------------*/
.page-technology .hero-head {
  background-image: url(/content/images/science/technology-bg-m.png); }

@media (min-width: 768px) {
  .page-technology .hero-head {
    background-image: url(/content/images/science/technology-bg.png); } }

.page-technology .video-description {
  flex-direction: row; }

@media (max-width: 991.98px) {
  .page-technology .video-description {
    flex-direction: column;
    margin: 0 15px; } }

.page-technology .video-description .video-player {
  width: 400px; }

@media (max-width: 991.98px) {
  .page-technology .video-description .video-player {
    width: 280px;
    height: 280px;
    margin-right: 0px; } }

@media (max-width: 991.98px) {
  .page-technology .video-description .clipped {
    margin-top: -110px; } }

.page-technology .video-description .clipped .content-wrap {
  padding: 40px 90px 40px 200px; }

@media (max-width: 991.98px) {
  .page-technology .video-description .clipped .content-wrap {
    padding: 120px 40px 40px 40px; } }

.cta-img-callout {
  flex-direction: row;
  display: flex;
  align-items: center;
  position: relative; }

@media (max-width: 991.98px) {
  .cta-img-callout {
    display: flex;
    align-items: center;
    flex-direction: column; } }

.cta-img-callout p + button {
  margin-top: 25px; }

.science-to-medicine .video-player {
  margin-right: -180px; }

.science-to-medicine .content-wrap {
  padding: 40px 30px 40px 220px; }

.science-to-medicine .content-wrap h5 {
  margin-bottom: 5px; }

.velocisuite {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  flex-direction: column-reverse;
  margin: 50px auto; }

@media (min-width: 768px) {
  .velocisuite {
    flex-flow: column nowrap;
    justify-content: flex-start;
    flex-direction: row-reverse; } }

.veloci_video-player {
  display: block;
  margin: 30px auto; }

.veloci_video-player .play-video-btn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(#d50056, #950051); }

.veloci_video-player-image {
  display: block;
  margin: 20px auto;
  max-width: 250px;
  max-height: 250px; }

@media (min-width: 768px) {
  .veloci_video-player-image {
    margin: 40px auto;
    max-width: 350px;
    max-height: 350px; } }

.veloci_video-player.ruby .img-ring {
  border-color: #fff; }

#velocisuiteTabs {
  flex-flow: column nowrap;
  width: 288px; }

@media (max-width: 991.98px) {
  #velocisuiteTabs {
    width: 100%; } }

#velocisuiteTabs .tab-content {
  width: 70%; }

#velocisuiteTabs.nav-tabs {
  border: 0 none; }

#velocisuiteTabs.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  height: 65px; }

#velocisuiteTabs.nav-tabs .nav-link:hover, #velocisuiteTabs.nav-tabs .nav-link:focus {
  border: 0 none;
  box-shadow: none;
  background-color: #9BD3DD; }

#velocisuiteTabs.nav-tabs .nav-link {
  border: 0 none;
  border-radius: 0; }

#velocisuiteTabs.nav-tabs .nav-link.clipped {
  margin-bottom: 10px;
  background-color: #CDE9EE;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }

#velocisuiteTabs.nav-tabs .nav-link.clipped.active {
  background-color: #9BD3DD; }

#velocisuiteTabs.nav-tabs .nav-link.clipped:hover, #velocisuiteTabs.nav-tabs .nav-link.clipped:focus {
  background-color: #9BD3DD; }

#velocisuiteTabs.nav-tabs .nav-link.clipped img {
  height: 20px; }

#velocisuiteTabs .veloci-content {
  padding: 50px;
  color: #065baa; }

.tab-content {
  width: 635px;
  filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.3)); }

@media (max-width: 991.98px) {
  .tab-content {
    width: 100%; } }

.antibody-pioneers {
  margin-top: 0px; }

@media (max-width: 991.98px) {
  .antibody-pioneers {
    margin-top: 180px; } }

.antibody-pioneers .img-ring {
  margin-right: -175px;
  z-index: 1; }

@media (max-width: 991.98px) {
  .antibody-pioneers .img-ring {
    margin-right: 0px;
    position: absolute;
    margin-top: -140px;
    width: 80%; } }

.antibody-pioneers .content-wrap {
  padding: 30px 60px 30px 220px; }

@media (max-width: 991.98px) {
  .antibody-pioneers .content-wrap {
    padding: 190px 30px 30px 30px; } }

.rapid-response {
  margin-top: 0px; }

@media (max-width: 991.98px) {
  .rapid-response {
    margin-top: 0px; } }

.rapid-response .cta-img-callout .img-ring {
  margin-left: -175px;
  order: 2;
  z-index: 1; }

@media (max-width: 991.98px) {
  .rapid-response .cta-img-callout .img-ring {
    margin: 0 auto;
    position: absolute;
    bottom: -110px;
    width: 80%; } }

.rapid-response .cta-img-callout .content-wrap {
  padding: 50px 190px 50px 50px; }

@media (max-width: 991.98px) {
  .rapid-response .cta-img-callout .content-wrap {
    padding: 30px 30px 190px 30px; } }

.traps {
  margin-top: 0px; }

@media (max-width: 991.98px) {
  .traps {
    margin-top: 250px; } }

.traps .img-ring {
  margin-right: -135px;
  z-index: 1; }

@media (max-width: 991.98px) {
  .traps .img-ring {
    position: absolute;
    top: -160px;
    margin: 0 auto;
    width: 80%; } }

.traps .content-wrap {
  padding: 40px 50px 40px 155px; }

@media (max-width: 991.98px) {
  .traps .content-wrap {
    padding: 150px 30px 30px 30px; } }

.cell-production .img-ring {
  margin-left: -210px;
  z-index: 2;
  order: 2; }

@media (max-width: 991.98px) {
  .cell-production .img-ring {
    position: absolute;
    bottom: -110px;
    margin: 0 auto;
    width: 80%; } }

.cell-production .clipped .content-wrap {
  padding: 50px 210px 10px 60px; }

@media (max-width: 991.98px) {
  .cell-production .clipped .content-wrap {
    padding: 30px 30px 150px 30px; } }

.cell-production .dots-green {
  flex-flow: column;
  margin-left: 0; }

.cell-production .dots-green li {
  width: 100%; }

/*section buffers*/
.intro, .science-to-medicine,
.antibody-pioneers,
.rapid-response,
.traps, .cell-production {
  /*margin: 0 -15px;*/ }

.intro:after, .science-to-medicine:after,
.antibody-pioneers:after,
.rapid-response:after,
.traps:after, .cell-production:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  /*background-color: rgba(255,0,0,0.2);*/ }

.clipped-blue-text {
  color: #1b365d; }

/*------------------------------------
  #TERMS OF USE
------------------------------------*/
.page-terms-of-use h3 {
  font-size: 28px;
  font-weight: 700;
  margin: .8rem 0;
  text-transform: none;
  letter-spacing: normal; }

.page-terms-of-use .hero-head h3 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: 5px;
  text-transform: uppercase; }

.page-terms-of-use p {
  font-size: 85%; }

/*------------------------------------*\
  #SOCIAL MEDIA TERMS
\*------------------------------------*/
.page-social-media-terms h3 {
  font-size: 28px;
  font-weight: 700;
  margin: .8rem 0;
  text-transform: none;
  letter-spacing: normal; }

.page-social-media-terms .hero-head {
  padding-bottom: 24px; }

.page-social-media-terms .hero-head h3 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: 5px;
  text-transform: uppercase; }

.page-social-media-terms p {
  font-size: 85%; }

ul.terms-bullet {
  list-style-type: none;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 0;
  margin-left: 0; }

ul.terms-bullet li {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 25px;
  font-size: 85%; }

ul.terms-bullet li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/Content/images//perspective/icon_bullet-green.png) no-repeat 0 0;
  background-size: contain; }

/*------------------------------------
  #SUSTAINABLE COMMUNITIES
------------------------------------*/
@media (min-width: 768px) {
  .page-sustainable-communities .hero-head {
    background-image: url(/content/images/sustainable-communities/sustainable-communities-bg.png); } }

.page-fostering .hero-head {
  background-image: url(/content/images/sustainable-communities/fostering-next-gen-mobile.png); }

@media (min-width: 768px) {
  .page-fostering .hero-head {
    background-image: url(/content/images/sustainable-communities/fostering-next-gen.png); } }

.page-green-link {
  color: #3ca00c;
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif; }

.page-green-link:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 10px;
  height: 16px;
  background: url(/content/images/sustainable-communities/green-left-arrow.svg) no-repeat 0 0;
  background-size: contain; }

.title-callout {
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .title-callout {
    padding: 40px 65px 30px 65px;
    margin-bottom: 40px; } }

/*-- SUB PAGE 1 --*/
.sustainable-sub1_callout2 {
  background: url(/content/images/sustainable-communities/enviornmental-targets-blank.png) no-repeat 0 0;
  position: relative;
  min-height: 533px; }

.sustainable-sub1_callout2-title {
  position: absolute;
  left: 5.4%;
  top: 2%;
  margin: 0px; }

.sustainable-sub1_callout2-stationary {
  position: absolute;
  top: 21%;
  width: 80px;
  height: 320px;
  z-index: 200; }

.sustainable-sub1_callout2-bin {
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 110px;
  z-index: 1;
  overflow-x: scroll; }

.sustainable-sub1_callout2-bin--moving {
  position: absolute;
  left: 1%;
  width: 820px;
  height: 371px;
  z-index: 100; }

.sustainable-sub1_callout2-copy {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 5.4%;
  bottom: 5%;
  margin: 0px; }

@media (min-width: 768px) {
  .sustainable-sub1_callout2 {
    background: url(/content/images/sustainable-communities/enviornmental-targets.png) no-repeat 0 0;
    background-size: contain; }
  .sustainable-sub1_callout2-title {
    top: 8.25%; }
  .sustainable-sub1_callout2-stationary, .sustainable-sub1_callout2-bin {
    display: none; } }

.sustainable-sub1_callout3 {
  padding: 20px; }

@media (min-width: 768px) {
  .sustainable-sub1_callout3 {
    padding: 40px; } }

.sustainable-sub1_callout4 {
  padding: 20px; }

.sustainable-sub1_callout4-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly; }

.sustainable-sub1_callout4-block--poster {
  display: block;
  margin: 15px 0;
  /* width: 150px;
                height: 90px;
                margin-right: 65px;*/ }

.sustainable-sub1_callout4-block--download {
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  align-self: center;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase; }

.sustainable-sub1_callout4-block--download:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/content/images/icon-download-white.svg) no-repeat 0 0;
  background-size: contain;
  top: 10px;
  left: -35px; }

.sustainable-sub1_callout4-block--download:hover {
  color: #fff; }

@media (min-width: 768px) {
  .sustainable-sub1_callout4 {
    padding: 40px; } }

/*-- SUB PAGE 2 --*/
.sustainable-sub2_callout2 {
  background-image: linear-gradient(#78be20, #3ca00c);
  padding: 20px;
  color: #fff; }

.sustainable-sub2_callout2-image {
  width: 168px;
  height: 168px;
  display: block;
  margin: 30px auto; }

.sustainable-sub2_callout2 h5 {
  position: relative;
  text-align: center;
  padding-right: 15px; }

.sustainable-sub2_callout2 h5:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain;
  right: 0px;
  top: calc(50% - 16px); }

@media (min-width: 768px) {
  .sustainable-sub2_callout2 {
    padding: 50px; } }

.sustainable-sub2_callout2 a {
  font-weight: bold; }

.sustainable-sub2_callout2 a:hover {
  text-decoration: none;
  box-shadow: none;
  color: #1f5006; }

.sustainable-sub2 .quote-box {
  margin-top: 180px; }

.sustainable-sub2_image1 {
  position: absolute;
  width: 220px;
  height: 220px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }

.sustainable-sub2_callout3 {
  margin-top: 130px;
  padding: 160px 55px 30px 55px; }

.sustainable-sub2_callout3-quote {
  max-width: 305px;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
  color: #0056AF;
  margin: 0 auto 30px auto; }

@media (min-width: 768px) {
  .sustainable-sub2_callout3-quote {
    max-width: 540px; } }

.sustainable-sub2_callout3 h5 {
  margin: 0px;
  text-align: center; }

.sustainable-sub2_callout3-smalltext {
  text-align: center;
  font-size: 14px; }

.sustainable-sub2 .sus-green-quote {
  position: relative; }

.sustainable-sub2 .sus-green-quote:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  background: url(/content/images/sustainable-communities/green-quote.png) no-repeat 50% 0;
  background-size: contain;
  z-index: 200; }

/*-- SUB PAGE 3 --*/
.sustainable-sub3_stats {
  text-align: center;
  padding: 35px 20px; }

.sustainable-sub3_stats-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 48px;
  line-height: 50px;
  color: #78be20;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .sustainable-sub3_stats {
    padding: 35px 0; } }

.sustainable-sub3_video-content {
  position: relative;
  margin-top: 125px;
  margin-bottom: 20px;
  padding: 0px; }

@media (min-width: 768px) {
  .sustainable-sub3_video-content {
    margin-bottom: 125px; } }

.sustainable-sub3_video-content .video-contain {
  width: 265px;
  height: 265px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -130px;
  z-index: 100; }

.sustainable-sub3_video-content .video-contain .video-player {
  width: 265px;
  height: 265px; }

@media (min-width: 768px) {
  .sustainable-sub3_video-content .video-contain {
    left: -180px;
    top: initial;
    transform: none; }
  .sustainable-sub3_video-content .video-contain .video-player {
    width: 350px;
    height: 350px;
    margin-top: -40px; } }

.sustainable-sub3_video-content .content-wrap {
  padding: 145px 20px 30px 20px; }

@media (min-width: 768px) {
  .sustainable-sub3_video-content .content-wrap {
    padding: 40px 30px 40px 220px; } }

.sustainable-sub3_video-content .content-wrap h5 {
  margin-bottom: 5px; }

.sustainable-sub3_cta {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 50px 0;
  padding: 10px 10px 10px 0px; }

@media (min-width: 768px) {
  .sustainable-sub3_cta {
    clip-path: none;
    overflow: visible;
    flex-direction: row;
    max-width: 760px;
    margin-top: 75px;
    padding: 0px; } }

.sustainable-sub3_cta-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 22px 0 40px 19px; }

.sustainable-sub3_cta-text .wrap-mobile {
  display: block; }

@media (min-width: 768px) {
  .sustainable-sub3_cta-text .wrap-mobile {
    display: none; } }

.sustainable-sub3_cta-text p {
  padding-right: 130px; }

@media (min-width: 768px) {
  .sustainable-sub3_cta-text p {
    padding-right: 0; } }

@media (min-width: 768px) {
  .sustainable-sub3_cta-text {
    padding: 40px 0 45px 65px;
    max-width: 475px; } }

.sustainable-sub3_cta-text--btn {
  border: 2px solid #065baa;
  color: #065baa; }

.sustainable-sub3_cta-text--btn:after {
  background-image: url(/content/images/btn-download.svg);
  background-size: contain; }

.sustainable-sub3_cta-image {
  width: 112px;
  height: 112px;
  position: absolute;
  right: 10px;
  top: 70px; }

@media (min-width: 768px) {
  .sustainable-sub3_cta-image {
    width: 350px;
    height: 350px;
    right: -180px;
    top: -60px; } }

/*------------------------------------*\
  #FOSTERING NEXT GENERATION
\*------------------------------------*/
/*-- SUB PAGE 1 --*/
.subpage1_group1 {
  color: #1b365d; }

.subpage1_group1 h1 {
  margin-bottom: 25px; }

.subpage1_group1 h5.push-down {
  margin-bottom: 144px; }

.subpage1_group1-callout {
  position: relative; }

.subpage1_group1-callout--image {
  width: 218px;
  height: 218px;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: -115px;
  transform: translateX(-50%); }

.subpage1_group1-callout--innerbox {
  padding: 135px 20px 40px 20px; }

@media (min-width: 768px) {
  .subpage1_group1 h5.push-down {
    margin-bottom: 80px; }
  .subpage1_group1-callout--image {
    left: initial;
    transform: none;
    width: 332px;
    height: 332px;
    left: -160px;
    top: -40px; }
  .subpage1_group1-callout--innerbox {
    padding: 40px 65px 40px 200px;
    margin-bottom: 80px; } }

.subpage1_group2-callout1 {
  padding: 40px 20px 20px 20px; }

.subpage1_group2-callout1--image {
  width: 244px;
  height: 111px;
  display: block;
  margin: 0 auto 40px auto; }

.subpage1_group2-callout2 {
  padding: 40px 20px 135px 20px;
  margin-bottom: 145px;
  color: #fff; }

.subpage1_group2-image {
  width: 213px;
  height: 213px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .subpage1_group2-callout1 {
    padding: 40px; }
  .subpage1_group2-callout2 {
    padding: 40px 40px 147px 40px; }
  .subpage1_group2-image {
    width: 255px;
    height: 255px;
    bottom: 10px; } }

.subpage1_group2 .bg-light {
  background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%); }

.subpage1_group3 {
  padding: 0px; }

.subpage1_group3-callout {
  padding: 30px 20px; }

.subpage1_group3-callout--header {
  font-weight: 500;
  position: relative; }

.subpage1_group3-callout--header:after {
  content: "";
  position: absolute;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 16px;
  bottom: 4px;
  left: 130px; }

@media (min-width: 768px) {
  .subpage1_group3 {
    padding-right: 15px; }
  .subpage1_group3-callout--header:after {
    left: initial;
    right: 10px; } }

/*-- SUB PAGE 2 --*/
.subpage2_group1 {
  color: #1b365d; }

.subpage2_group1 h1 {
  margin-bottom: 25px; }

.subpage2_group1 h5.push-down {
  margin-bottom: 20px; }

.subpage2_group1-callout {
  position: relative; }

.subpage2_group1-callout--innerbox {
  padding: 40px 20px 135px 20px; }

.subpage2_group1-callout--image {
  width: 218px;
  height: 218px;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -110px;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .subpage2_group1 h5.push-down {
    margin-bottom: 50px; }
  .subpage2_group1-callout {
    margin-bottom: 50px; }
  .subpage2_group1-callout--innerbox {
    padding: 48px 200px 40px 66px; }
  .subpage2_group1-callout--image {
    bottom: initial;
    left: initial;
    right: -150px;
    top: -28px;
    transform: none;
    width: 332px;
    height: 332px; } }

.subpage2_group2 {
  position: relative; }

.subpage2_group2-callout1 {
  margin-top: 120px;
  padding: 40px 20px 30px 20px; }

.subpage2_group2-callout1--imagecontainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto; }

.subpage2_group2-callout1--imagecontainer .collage-image {
  margin-bottom: 20px; }

.subpage2_group2-callout1--imagecontainer .collage-image-1 {
  width: 154px;
  height: 34px; }

.subpage2_group2-callout1--imagecontainer .collage-image-2 {
  width: 189px;
  height: 35px; }

.subpage2_group2-callout1--imagecontainer .collage-image-3 {
  width: 157px;
  height: 35px; }

.subpage2_group2-callout2 {
  margin-bottom: 168px;
  padding: 40px 20px 125px 20px; }

.subpage2_group2-image {
  width: 213px;
  height: 213px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .subpage2_group2-callout1 {
    margin-top: 0px;
    padding: 40px; }
  .subpage2_group2-callout1--imagecontainer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .subpage2_group2-callout1--imagecontainer .collage-image:first-child {
    margin-right: 10px; }
  .subpage2_group2-callout2 {
    padding: 40px 40px 147px 40px; }
  .subpage2_group2-image {
    width: 255px;
    height: 255px;
    bottom: 10px; } }

.subpage2_group3 {
  padding: 0px; }

.subpage2_group3-callout {
  padding: 30px 20px; }

.subpage2_group3-callout--header {
  font-weight: 500;
  position: relative; }

.subpage2_group3-callout--header:after {
  content: "";
  position: absolute;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain;
  width: 10px;
  height: 16px;
  bottom: 4px;
  left: 130px; }

@media (min-width: 768px) {
  .subpage2_group3 {
    padding-right: 15px; }
  .subpage2_group3-callout--header:after {
    left: initial;
    right: 10px; } }

/*-- SUB PAGE 3 --*/
.subpage3_group1 {
  color: #1b365d;
  padding: 0 20px 20px 20px; }

.subpage3_group1 h1 {
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .subpage3_group1 {
    padding: 0 20px 20px 0; } }

.subpage3_group1 h2 {
  font-size: 48px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 28px;
  text-transform: none;
  letter-spacing: 0px; }

.subpage3_group2 {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .subpage3_group2 {
    flex-direction: row; } }

.subpage3_group2-callout1 {
  color: #fff;
  background: linear-gradient(#107fcd, #065baa);
  padding: 40px 20px 20px 20px;
  width: 100%; }

.subpage3_group2-callout1--image {
  width: 112px;
  height: 192px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

.subpage3_group2-callout1--innerbox {
  border-color: #fff;
  padding: 13px 0 0 22px;
  display: flex;
  flex-direction: column; }

.subpage3_group2-callout1--innerbox-head {
  display: flex;
  flex-direction: column; }

.subpage3_group2-callout1--innerbox-head img {
  width: 68px;
  height: 68px;
  margin-bottom: 10px; }

.subpage3_group2-callout1--innerbox-bottom {
  display: flex;
  flex-direction: column; }

.subpage3_group2-callout1--innerbox-bottom h5 {
  position: relative; }

.subpage3_group2-callout1--innerbox-bottom h5:after {
  content: "";
  position: absolute;
  left: 250px;
  top: 35px;
  width: 10px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

.subpage3_group2-callout1--innerbox-bottom .small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px; }

.subpage3_group2-callout1--innerbox:after {
  border-color: #fff; }

@media (min-width: 768px) {
  .subpage3_group2-callout1 {
    max-width: 445px;
    padding: 30px; }
  .subpage3_group2-callout1 h5 {
    width: 237px; }
  .subpage3_group2-callout1 h5:after {
    left: 215px; }
  .subpage3_group2-callout1--image {
    width: 99px;
    height: 170px;
    float: right;
    margin-bottom: 0px;
    margin-left: 5px;
    top: -60px; }
  .subpage3_group2-callout1--float1 {
    float: left;
    width: 237px;
    margin: 0px; }
  .subpage3_group2-callout1--float2 {
    float: left;
    display: contents; }
  .subpage3_group2-callout1--innerbox {
    margin: 20px 0 0 0;
    padding: 10px; }
  .subpage3_group2-callout1--innerbox-head {
    flex-direction: row; }
  .subpage3_group2-callout1--innerbox-head p {
    align-self: center;
    margin: 0px;
    padding-left: 10px; }
  .subpage3_group2-callout1--innerbox-bottom {
    padding-left: 80px; }
  .subpage3_group2-callout1--innerbox-bottom h5 {
    font-size: 20px;
    margin-bottom: 5px; }
  .subpage3_group2-callout1--innerbox-bottom p {
    margin-bottom: 5px; } }

.subpage3_group2-callout2 {
  color: #1b365d;
  padding: 40px 20px 30px 20px;
  border-color: #d50056;
  width: 100%; }

@media (min-width: 768px) {
  .subpage3_group2-callout2 {
    max-width: 445px;
    padding: 30px; } }

.subpage3_group2-callout2 img {
  width: 150px;
  height: 100px;
  margin: 15px 0; }

.subpage3_group2-callout2:after {
  border-color: #d50056; }

@media (min-width: 768px) {
  .subpage3_group2-callout2 h5 {
    width: 245px;
    display: inline-flex; }
  .subpage3_group2-callout2 img {
    width: 99px;
    height: 66px;
    float: right;
    margin: 0px; } }

.subpage3_group3 {
  color: #1b365d;
  position: relative; }

.subpage3_group3-callout {
  background: linear-gradient(#ffc656, #ff991d);
  border-color: transparent;
  padding: 45px 20px 110px 20px;
  width: 100%; }

.subpage3_group3-callout--btn {
  color: #fff;
  border-color: #fff;
  margin-bottom: 10px;
  background: transparent;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  height: 50px;
  max-width: 254px;
  display: flex;
  justify-content: center;
  align-items: center; }

.subpage3_group3-callout--btn:after {
  content: "";
  position: absolute;
  background: url(/content/images/btn-arrow-white.svg) no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  top: -2px;
  right: -50px; }

@media (min-width: 768px) {
  .subpage3_group3-callout {
    max-width: 635px;
    margin: 20px 0px 0px 0px;
    padding: 45px 95px 30px 65px; }
  .subpage3_group3-callout--btn {
    font-size: 16px;
    max-width: 282px; } }

.subpage3_group3-image {
  position: absolute;
  bottom: -120px;
  width: 230px;
  height: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 768px) {
  .subpage3_group3-image {
    transform: none;
    width: 350px;
    height: 350px;
    bottom: 25px;
    right: 25px;
    left: inherit; } }

.subpage3_group4 {
  color: #1b365d;
  padding-top: 130px;
  display: flex;
  flex-direction: column; }

.subpage3_group4-callout1 {
  background: linear-gradient(#d50056, #950051);
  border-color: transparent;
  padding: 45px 20px 120px 20px;
  color: #fff;
  width: 100%; }

.subpage3_group4-callout1 a {
  color: #fff;
  border-color: #fff;
  background: transparent; }

.subpage3_group4-callout1--image {
  position: absolute;
  bottom: -120px;
  width: 230px;
  height: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.subpage3_group4-callout2 {
  border-color: #40b4e5;
  margin-top: 150px;
  padding: 40px 20px 30px 20px;
  width: 100%; }

.subpage3_group4-callout2:after {
  border-color: #40b4e5; }

@media (min-width: 768px) {
  .subpage3_group4 {
    flex-direction: row;
    padding-top: 40px; }
  .subpage3_group4-callout1 {
    max-width: 445px;
    padding: 45px 30px 150px 30px; }
  .subpage3_group4-callout1--image {
    width: 275px;
    height: 275px; }
  .subpage3_group4-callout2 {
    max-width: 445px;
    padding: 40px 30px 30px 30px;
    margin-top: 0px; } }

.subpage3_group5 {
  color: #1b365d;
  display: flex;
  flex-direction: column; }

.subpage3_group5-content {
  padding: 0px 20px; }

.subpage3_group5-image--image {
  width: 269px;
  height: 269px; }

.subpage3_group5-callout {
  background: linear-gradient(#78be20, #3ca00c);
  border-color: transparent;
  color: #fff;
  padding: 30px 20px 20px 20px;
  border-width: 0; }

.subpage3_group5-callout h5 {
  position: relative; }

.subpage3_group5-callout h5:after {
  content: "";
  position: absolute;
  left: 135px;
  top: 35px;
  width: 10px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .subpage3_group5 {
    flex-direction: row;
    padding-top: 150px;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .subpage3_group5-content {
    flex: 0 0 60%;
    padding: 0 30px 0 0; }
  .subpage3_group5-image {
    flex: 0 0 40%; }
  .subpage3_group5-image--image {
    width: 350px;
    height: 350px;
    margin: 0px; }
  .subpage3_group5-callout {
    padding: 30px;
    width: 445px;
    margin: 0px; }
  .subpage3_group5-callout h5:after {
    top: 6px;
    right: 40px;
    left: inherit; } }

.page-fostering .subpage3_group5-content {
  margin-top: 40px; }

.page-fostering .subpage3_group5-image .veloci_video-player {
  margin: 0px auto; }

.page-fostering .subpage3_group5-image .veloci_video-player-image {
  margin: 0px auto; }

/*------------------------------------
  #RESPONSIBILITY
------------------------------------*/
@media (min-width: 768px) {
  .page-responsibility .hero-head {
    background-image: url(/content/images/responsibility/responsibility-bg.png); } }

.page-responsibility .responsibility-columns .callout-box {
  padding: 30px 0px; }

.page-responsibility .responsibility-columns .callout-box h1 {
  margin-bottom: 30px; }

.page-responsibility .responsibility-columns .callout-box .header-link {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #0059AD;
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
  padding-right: 20px;
  width: fit-content; }

.page-responsibility .responsibility-columns .callout-box .header-link:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 16px;
  right: 0px;
  top: 4px;
  background: url(/content/images/responsibility/arrow-blue.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-columns .callout-box {
    padding: 50px 30px;
    margin-bottom: 40px; } }

.page-responsibility .responsibility-columns_column {
  display: flex;
  flex-direction: column;
  align-items: center; }

.page-responsibility .responsibility-columns_column-top {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #0059AD;
  line-height: 20px;
  text-align: center;
  position: relative;
  padding-right: 30px; }

.page-responsibility .responsibility-columns_column-top:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 16px;
  right: 0px;
  top: 4px;
  background: url(/content/images/responsibility/arrow-blue.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-columns_column-top:after {
    top: 20px; } }

.page-responsibility .responsibility-columns_column-top.red {
  color: #DC0050; }

.page-responsibility .responsibility-columns_column-top.red:after {
  background: url(/content/images/responsibility/arrow-red.svg) no-repeat 0 0;
  background-size: contain; }

.page-responsibility .responsibility-columns_column-top.green {
  color: #76c000; }

.page-responsibility .responsibility-columns_column-top.green:after {
  background: url(/content/images/responsibility/arrow-green.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-columns_column-top.green:after {
    top: 15px; } }

.page-responsibility .responsibility-columns_column-image {
  width: 208px;
  height: 208px;
  margin: 20px 0; }

.page-responsibility .responsibility-block {
  position: relative; }

.page-responsibility .responsibility-block_image1 {
  position: absolute;
  width: 248px;
  height: 248px;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_image1 {
    left: 0px;
    /* bottom: 58px;*/
    bottom: 53%;
    /*transform: none;*/
    transform: translateY(50%);
    width: 332px;
    height: 332px; } }

.page-responsibility .responsibility-block_callout1 {
  padding: 50px 20px 160px 20px;
  margin-top: 20px;
  margin-bottom: 120px; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_callout1 {
    padding: 55px 65px 60px 30%;
    margin-bottom: 60px; } }

@media (max-width: 575.98px) {
  .page-responsibility .responsibility-block_callout1 .btn {
    font-size: 0.75rem;
    line-height: inherit;
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

.page-responsibility .responsibility-block_callout2 {
  padding: 20px; }

.page-responsibility .responsibility-block_callout2 .content-wrap {
  padding: 0px; }

.page-responsibility .responsibility-block_callout2 h5 {
  margin: 15px 0; }

.page-responsibility .responsibility-block_callout2 img {
  width: 90px;
  height: 90px; }

.page-responsibility .responsibility-block_callout2 img.chart {
  width: 150px;
  height: 90px; }

.page-responsibility .responsibility-block_callout2 a.download-text {
  position: relative;
  color: #006BCF;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-style: italic;
  align-self: center;
  text-transform: uppercase; }

.page-responsibility .responsibility-block_callout2 a.download-text:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/content/images/icon-download-blue.svg) no-repeat 0 0;
  background-size: contain;
  top: 4px;
  left: -35px; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_callout2 {
    padding: 40px;
    margin-bottom: 60px; }
  .page-responsibility .responsibility-block_callout2 img {
    width: 110px;
    height: 110px; }
  .page-responsibility .responsibility-block_callout2 h5 {
    margin: initial; } }

.page-responsibility .responsibility-block_callout3 {
  padding: 20px; }

.page-responsibility .responsibility-block_callout3 h5 {
  margin: 15px 0; }

.page-responsibility .responsibility-block_callout3 img {
  width: 90px;
  height: 90px; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_callout3 {
    padding: 40px;
    margin-bottom: 60px; }
  .page-responsibility .responsibility-block_callout3 img {
    width: 110px;
    height: 110px; }
  .page-responsibility .responsibility-block_callout3 h5 {
    margin: initial; } }

.page-responsibility .responsibility-block_padding-header {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_padding-header {
    padding-top: 30px; } }

.page-responsibility .responsibility-block_float-image {
  margin: 20px 0; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_float-image {
    margin: 0px;
    position: absolute;
    max-width: 435px;
    right: 0px;
    top: 0px; } }

.page-responsibility .responsibility-block_callout4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px; }

.page-responsibility .responsibility-block_callout4 img {
  width: 90px;
  height: 90px;
  margin: 20px 0 0 30px; }

.page-responsibility .responsibility-block_callout4 .content-wrap {
  padding: 25px 20px; }

.page-responsibility .responsibility-block_callout4 .content-wrap p {
  margin-bottom: 5px;
  font-size: 18px; }

.page-responsibility .responsibility-block_callout4 .content-wrap h5 {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  max-width: 292px; }

.page-responsibility .responsibility-block_callout4 .content-wrap h5:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0px;
  width: 9px;
  height: 16px;
  background: url(/content/images/responsibility/arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

.page-responsibility .responsibility-block_callout4 .content-wrap p.small-text {
  font-size: 14px;
  line-height: 18px; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_callout4 {
    flex-direction: row;
    padding: 15px 0;
    margin-bottom: 60px; }
  .page-responsibility .responsibility-block_callout4 .content-wrap {
    padding: 25px 30px; }
  .page-responsibility .responsibility-block_callout4 img {
    width: 110px;
    height: 110px;
    margin: 40px 0 0 38px; } }

.page-responsibility .responsibility-block_callout5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px; }

.page-responsibility .responsibility-block_callout5 img {
  width: 90px;
  height: 90px;
  margin: 20px 0 0 10px; }

.page-responsibility .responsibility-block_callout5 .content-wrap {
  padding: 0px; }

.page-responsibility .responsibility-block_callout5 .content-wrap ul {
  padding-left: 0px;
  margin-bottom: 20px; }

.page-responsibility .responsibility-block_callout5 .content-wrap ul li {
  margin: 10px 0; }

@media (min-width: 768px) {
  .page-responsibility .responsibility-block_callout5 {
    flex-direction: row;
    padding: 40px 38px; }
  .page-responsibility .responsibility-block_callout5 .content-wrap h1 {
    margin: 25px 0 15px 0; }
  .page-responsibility .responsibility-block_callout5 img {
    width: 110px;
    height: 110px;
    margin: 0px 26px 0 0; } }

/*------------------------------------
  #PATIENTS
------------------------------------*/
body.page-fostering .video-player .play-video-btn:before {
  position: absolute;
  width: 65px;
  height: 65px; }

@media (min-width: 768px) {
  body.page-fostering .video-player .play-video-btn:before {
    width: 105px;
    height: 105px; } }

@media (max-width: 575.98px) {
  body.page-fostering .foster-button-fix {
    max-width: 85%;
    padding: 0.5rem 0 !important; } }

/*------------------------------------
  #STS-ISEF
------------------------------------*/
.page-regeneron-sts-isef .hero-head {
  background-image: url(/content/images/regeneron-sts-isef/sts-isef-bg-m.png); }

@media (min-width: 768px) {
  .page-regeneron-sts-isef .hero-head {
    background-image: url(/content/images/regeneron-sts-isef/sts-isef-bg.png); } }

.page-regeneron-sts-isef .about-btn {
  position: relative;
  font-size: 16px;
  width: fit-content;
  line-height: 16px;
  padding: 15px 10px; }

/* TAB 2 CONTENT: */
.talent-search {
  color: #1b365d;
  position: relative; }

.talent-search .intro-copy {
  font-weight: bold; }

.talent-search_big-btn {
  line-height: 15px;
  padding: 3px 4px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .talent-search_big-btn {
    line-height: inherit;
    padding: 0.375rem 0.75rem; } }

.talent-search_callout1 {
  padding: 40px 20px; }

@media (min-width: 768px) {
  .talent-search_callout1 {
    padding: 40px 65px; } }

.talent-search_callout2 {
  padding: 40px 20px 20px 20px; }

@media (min-width: 768px) {
  .talent-search_callout2 {
    padding: 48px 35% 50px 65px;
    margin: 60px 0; } }

.talent-search_image2 {
  width: 122px;
  height: 122px;
  position: absolute;
  z-index: 100;
  right: 35px;
  top: 10px;
  display: flex; }

@media (min-width: 768px) {
  .talent-search_image2 {
    width: 350px;
    height: 350px;
    right: -150px;
    top: 20px; } }

.talent-search_image3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 173px;
  height: 173px;
  border-radius: 50%;
  border: 1px solid #ffc656;
  margin: 30px auto; }

.talent-search_image3-image {
  width: 148px;
  height: 40px; }

@media (min-width: 768px) {
  .talent-search_image3 {
    width: 346px;
    height: 346px; }
  .talent-search_image3-image {
    width: 295px;
    height: 80px; } }

.talent-search_image4 {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; }

.talent-search_callout3 {
  margin-top: 120px;
  padding: 160px 10px 30px 10px; }

.talent-search_callout3-quote {
  max-width: 305px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
  color: #0056AF;
  margin: 0 auto 30px auto; }

@media (min-width: 768px) {
  .talent-search_callout3-quote {
    max-width: 540px; } }

.talent-search_callout3 h5 {
  margin: 0px;
  text-align: center; }

.talent-search_callout3-small-text {
  text-align: center;
  font-size: 14px; }

.talent-search-icon:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  background: url(/content/images/regeneron-sts-isef/orange-quote.png) no-repeat 50% 0;
  background-size: contain;
  z-index: 200; }

@media (min-width: 768px) {
  .quote-box .quote-content {
    padding-left: 50px;
    padding-right: 50px; } }

.sts-videoplayer {
  color: #1b365d;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  margin-bottom: 10px;
  display: none;
  border-top: none;
  border-width: 2px !important;
  min-height: 386px; }

.sts-videoplayer.active {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.sts-videoplayer:after {
  border-color: #ff981c; }

.sts-videoplayer .audio-container {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px 20px; }

.sts-videoplayer .audio-container_top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.sts-videoplayer .audio-container_top-image {
  width: 85px;
  height: 85px;
  margin-right: 20px; }

.sts-videoplayer .audio-container_top-text p {
  font-size: 14px;
  line-height: 18px; }

.sts-videoplayer .audio-container_top-text p span {
  font-size: 18px;
  line-height: 24px; }

.sts-videoplayer .audio-container .audio-link-wrapper {
  text-align: center; }

.sts-videoplayer .audio-container_play {
  display: flex;
  flex-direction: column;
  align-items: center; }

.sts-videoplayer .audio-container_play-image {
  width: 65px;
  height: 65px;
  margin-bottom: 20px; }

.sts-videoplayer .audio-container_play-control {
  width: 300px;
  height: 50px;
  border-radius: 25px; }

.sts-videoplayer_content {
  background: #fff; }

.sts-videoplayer_content .title {
  width: 100%;
  background: #ffc656;
  font-size: 18px;
  padding: 13px 0 10px 18px;
  margin: 0px; }

.sts-videoplayer_content .text {
  margin-bottom: 0px;
  padding: 15px 20px; }

@media (min-width: 768px) {
  .sts-videoplayer .audio-container {
    padding: 20px 20px 40px 20px; }
  .sts-videoplayer .audio-container_top-image {
    width: 150px;
    height: 150px;
    margin-right: 40px; }
  .sts-videoplayer .audio-container_top-text {
    margin-top: 30px; }
  .sts-videoplayer .audio-container_play {
    flex-direction: row;
    margin-top: 30px;
    align-items: center;
    justify-content: center; }
  .sts-videoplayer .audio-container_play-image {
    margin: 0 15px 0 0; } }

@media (min-width: 992px) {
  .sts-videoplayer .audio-container {
    padding: 0; } }

.sts-videolist {
  color: #1b365d; }

.sts-videolist_list {
  padding: 0px; }

.sts-videolist_list-item {
  background-color: #ffc656;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.4;
  margin-bottom: 10px;
  padding: 8px 0 8px 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  cursor: pointer; }

.sts-videolist_list-item.active {
  opacity: 1; }

.sts-videolist_list-item--image {
  width: 50px;
  height: 50px;
  margin-right: 20px; }

.sts-videolist_list-item--name {
  margin: 0px;
  color: #1b365d;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.sts-videolist_list-item--name p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #065baa;
  font-size: 18px;
  margin: 0px;
  display: inline-block;
  letter-spacing: initial;
  margin-left: 5px; }

.stem-careers {
  display: flex;
  align-items: center;
  position: relative;
  margin: 50px 0 150px 0; }

@media (min-width: 768px) {
  .stem-careers {
    margin: 50px 0; } }

.stem-careers .clipped {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 45px;
  margin: 0;
  padding-bottom: 180px;
  width: 100%;
  min-height: 480px; }

@media (min-width: 768px) {
  .stem-careers .clipped {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    width: 80%;
    min-height: 280px; } }

.stem-careers .cta-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  /*min-height: 300px;*/ }

@media (min-width: 768px) {
  .stem-careers .cta-content {
    /*justify-content: space-around;
            align-items: center;*/
    /*width: 70%;
            min-height: 300px;*/ } }

.stem-careers .icon-item {
  margin: 0;
  width: 95px;
  height: 95px; }

.stem-careers .icon-item img {
  width: 100%; }

.stem-careers .content-item {
  width: 370px;
  /*@include media-breakpoint-up(md) {
            width: 370px;
        }*/ }

.stem-careers .content-item h5 {
  display: flex;
  align-items: center;
  position: relative; }

.stem-careers .content-item h5:before {
  content: "";
  position: relative;
  margin-right: 10px;
  padding: 40px;
  width: 80px;
  height: 80px;
  background: url("/Content/images/regeneron-sts-isef/icon_stem-careers.png") no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .stem-careers .content-item h5:before {
    position: absolute;
    left: -110px;
    margin-right: 50px;
    width: 90px;
    height: 90px; } }

.stem-careers .wwsc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  bottom: -118px;
  width: 262px;
  height: 262px; }

@media (min-width: 768px) {
  .stem-careers .wwsc {
    right: 0;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    width: 325px;
    height: 325px; } }

@media (min-width: 768px) {
  -text {
    text-align: center; }
  .scientists-videoplayer {
    padding: 21px 70px 30px 70px;
    min-height: 627px; }
  .scientists-videoplayer_image {
    width: 100%;
    height: auto;
    max-width: 350px;
    max-height: 350px; } }

.video-unit {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center; }

.video-unit .clipped {
  display: flex;
  min-height: 385px;
  justify-content: center;
  align-items: center; }

@media (min-width: 768px) {
  .video-unit .clipped {
    min-height: 435px; } }

.video-unit .clipped .content-item {
  width: 90%;
  min-height: 265px; }

@media (min-width: 768px) {
  .video-unit .clipped .content-item {
    width: 75%;
    min-height: 345px; } }

.video-unit .video-player {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 20px;
  top: 20px; }

@media (min-width: 768px) {
  .video-unit .video-player {
    position: relative;
    margin-top: -180px;
    width: 345px;
    height: 345px;
    right: auto;
    top: auto; } }

/* TAB 2 CONTENT: */
.engineering-fair {
  color: #1b365d;
  position: relative; }

.engineering-fair_big-btn {
  line-height: 15px;
  padding: 3px 4px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .engineering-fair_big-btn {
    line-height: inherit;
    padding: 0.375rem 0.75rem; } }

.engineering-fair_image1 {
  margin: 20px auto; }

.engineering-fair_callout {
  padding: 50px 20px 160px 20px;
  margin-top: 20px;
  margin-bottom: 100px; }

@media (min-width: 768px) {
  .engineering-fair_callout {
    padding: 50px 65px 50px 30%; } }

.engineering-fair_callout a.inverse {
  padding: 11px 15px; }

.engineering-fair_image2 {
  position: absolute;
  width: 248px;
  height: 248px;
  z-index: 100;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .engineering-fair_image2 {
    left: 0px;
    bottom: 135px;
    transform: none;
    width: 332px;
    height: 332px; } }

/*------------------------------------
  #RESEARCH AREAS 
------------------------------------*/
.page-research-areas .hero-head {
  background-image: url(/content/images/science/research-areas-bg-m.png); }

@media (min-width: 768px) {
  .page-research-areas .hero-head {
    background-image: url(/content/images/science/research-areas-bg.png); } }

@media (min-width: 1200px) {
  .page-research-areas .hero-head {
    background-size: cover;
    background-color: #046ecc;
    background-position: bottom; } }

.page-research-areas .hero-head h3 {
  letter-spacing: 4.5px; }

@media (max-width: 575.98px) {
  .page-research-areas .callout-box.bg-red .content-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; } }

.page-research-areas .callout-box.bg-red .content-wrap .col-xs-1, .page-research-areas .callout-box.bg-red .content-wrap .col-xs-11 {
  width: auto; }

.page-research-areas .callout-box.bg-red .blog-text {
  padding: 0 15px 15px; }

.page-research-areas .featured-blog {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center; }

.page-research-areas .featured-blog .content-wrap {
  padding: 50px 30px; }

.page-research-areas .featured-blog .featured-blog-details {
  margin-top: 30px;
  width: 100%; }

.page-research-areas .featured-blog .featured-blog-details h5 {
  margin-bottom: 1em;
  text-transform: unset; }

@media (max-width: 575.98px) {
  .page-research-areas .featured-blog .featured-blog-details .btn {
    font-size: 0.8rem;
    line-height: inherit; } }

.page-research-areas .featured-blog .featured-art {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 95px;
  text-align: center; }

@media (max-width: 575.98px) {
  .page-research-areas .featured-blog .featured-art {
    width: 75px;
    height: 75px;
    line-height: 75px; } }

.page-research-areas .featured-blog .featured-art img {
  max-width: 64px;
  max-height: 64px; }

@media (max-width: 575.98px) {
  .page-research-areas .featured-blog .featured-art img {
    max-width: 54px;
    max-height: 54px; } }

/*------------------------------------*\
  #Tabs Accordian
\*------------------------------------*/
/*
SCSS variables and mixins
*/
.tabbed-content .callout-box {
  margin-top: 0;
  margin-bottom: 0;
  color: #1b365d; }

.tabbed-content .callout-box .content-wrap {
  /*padding: 10px 0px;*/
  padding: 15px; }

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: 700; }

.tabs ul li {
  margin-bottom: 15px; }

.tabs ul li a {
  padding: 9px 15px;
  border: 2px solid #065baa;
  color: #1b365d;
  position: relative;
  min-height: 70px;
  padding-right: 75px;
  vertical-align: middle;
  line-height: 16px;
  /*&:hover,*/ }

.tabs ul li a::after {
  position: absolute;
  right: -2px;
  background: url(/content/images/global/tab-plus.png) no-repeat 0 0;
  width: 71px;
  height: 70px;
  content: "";
  top: -2px; }

.tabs ul li a.active {
  background: #cde9ee;
  color: #1b365d;
  border: 2px solid #cde9ee; }

.tabs ul li a.active::after {
  background: url(/content/images/global/tab-minus.png) no-repeat 0 0;
  content: "";
  width: 71px;
  height: 70px;
  position: absolute;
  right: -2px;
  top: -2px; }

.tabs ul li a:hover {
  box-shadow: unset; }

.item::before {
  cursor: pointer;
  font-weight: 700;
  padding: 9px 15px;
  border: 2px solid #065baa;
  color: #1b365d;
  position: relative;
  min-height: 70px;
  display: block;
  background: url(/content/images/global/tab-plus.png) no-repeat top right;
  content: "";
  background-size: 71px 70px;
  padding-right: 80px;
  display: flex;
  align-items: center; }

.item.active::before {
  background: #cde9ee;
  color: #1b365d;
  border: 2px solid #cde9ee; }

.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

@media all and (min-width: 768px) {
  .item.active .item-content {
    padding-top: 0; }
  .tabs-side .tabs li {
    margin-bottom: 15px; } }

@media all and (min-width: 768px) {
  .tabbed-content .callout-box {
    margin-top: 0;
    margin-bottom: 0;
    color: #1b365d; }
  .tabbed-content .callout-box .content-wrap {
    padding: 50px 40px; } }

/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none; }

.tabbed-content .item {
  min-height: 2em; }

.tabbed-content .item::before {
  content: attr(data-title);
  margin-bottom: 15px; }

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.tabbed-content .item.active::before {
  background: #cde9ee url(/content/images/global/tab-minus.png) no-repeat top right;
  background-size: 71px 70px;
  color: #1b365d;
  padding-right: 75px; }

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 15px;
  padding: 0; }

@media all and (min-width: 768px) {
  .tabbed-content .tabs {
    display: block; }
  .tabbed-content .tabs li {
    display: inline-block;
    min-width: 220px;
    min-height: 70px; }
  .tabbed-content .tabs li a {
    display: flex;
    align-items: center; }
  .tabbed-content .item {
    min-height: 0; }
  .tabbed-content .item::before {
    display: none; }
  .tabbed-content.tabs-side .tabs {
    width: 240px;
    float: left; }
  .tabbed-content.tabs-side .tabs li {
    display: block; }
  .tabbed-content.tabs-side .item {
    margin-left: 270px; } }

/*------------------------------------
  #PERSPECTIVES 
------------------------------------*/
/*------------------------------------
  #LANDING PAGE FEATURES
------------------------------------*/
.page-regeneron-genetics-center {
  /*.hero-head {
        background: #046ecc url(/content/images/science/genetics-center-hero-image-m.png) no-repeat 50% 0;
        margin-top: -100px;
        padding-top: 100px;
        padding-bottom: 20px;

        @include media-breakpoint-up(md) {
            background: #046ecc url(/content/images/science/genetics-center-hero-image.png) no-repeat 50% 0;
            margin-top: -180px;
            padding-top: 180px;
            height: 500px;
        }
    }*/ }

.page-regeneron-genetics-center .hero-head {
  background-image: url(/content/images/science/genetics-center-bg-m.png); }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .hero-head {
    background: #046ecc url(/content/images/science/genetics-center-bg.png) no-repeat left top;
    background-size: contain; } }

.page-regeneron-genetics-center .featured-blog {
  display: flex;
  flex-flow: column; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .featured-blog {
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center; } }

.page-regeneron-genetics-center .featured-blog.content-wrap {
  padding: 25px 20px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .featured-blog.content-wrap {
    padding: 25px 0px; } }

.page-regeneron-genetics-center .featured-blog .featured-blog-details {
  margin-top: 20px;
  max-width: 625px;
  width: 100%; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .featured-blog .featured-blog-details {
    margin-top: 0px; } }

.page-regeneron-genetics-center .featured-blog .featured-blog-details h5 {
  margin-bottom: 0;
  text-transform: initial;
  font-size: 18px;
  line-height: 24px; }

.page-regeneron-genetics-center .featured-blog .featured-art {
  width: 256px;
  height: 80px; }

.page-regeneron-genetics-center .featured-blog .opacity {
  opacity: .2; }

.page-regeneron-genetics-center .medicine-container .productlogo {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  border: 2px solid #ff981c;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20; }

.page-regeneron-genetics-center .medicine-container .productlogo.shield {
  background-color: #fff; }

.page-regeneron-genetics-center .medicine-container .productlogo_img {
  width: 265px;
  height: 265px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .productlogo {
    min-width: 350px;
    height: 350px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px); }
  .page-regeneron-genetics-center .medicine-container .productlogo_img {
    width: 350px;
    height: 350px; } }

.page-regeneron-genetics-center .medicine-container .medicine-indication-border {
  padding-top: 100px;
  margin: -100px 15px 20px 15px;
  width: 100%;
  height: 100%;
  position: relative; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .medicine-indication-border {
    padding-top: inherit;
    margin: inherit;
    align-self: center;
    overflow: visible;
    top: 70px;
    clip-path: none;
    border-left: 0 none;
    background: transparent; }
  .page-regeneron-genetics-center .medicine-container .medicine-indication-border:before {
    content: "";
    position: absolute;
    display: block;
    margin: 0px;
    border: 2px solid #ff981c;
    border-right: 0 none;
    border-left: 2px solid #ff981c;
    width: 190px;
    height: 101%;
    top: -2px;
    left: -190px;
    background: transparent;
    opacity: 1; }
  .page-regeneron-genetics-center .medicine-container .medicine-indication-border:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 30px;
    border-top-width: 2px;
    border-top-style: solid;
    transform-origin: top right;
    -webkit-transform-origin: top right;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); } }

.page-regeneron-genetics-center .medicine-container .medicine-indication-border .content-wrap {
  color: #1b365d;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 25px 0px; }

.page-regeneron-genetics-center .medicine-container .medicine-indication-border .content-wrap .indication-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .medicine-indication-border .content-wrap {
    padding: 25px 30px 25px 0px; } }

.page-regeneron-genetics-center .medicine-container .medicine-indication {
  border: 2px solid #ff981c;
  border-left: 0 none;
  background: transparent;
  padding-top: 100px;
  margin-top: -100px;
  width: 100%;
  height: 100%; }

.page-regeneron-genetics-center .medicine-container .medicine-indication.red {
  background: linear-gradient(#d50056, #950051);
  border: 0 none;
  top: 0; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .medicine-indication.red:before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(#d50056, #950051);
    margin: 0px;
    border: transparent;
    left: -190px;
    height: 100%;
    top: 0; } }

.page-regeneron-genetics-center .medicine-container .medicine-indication.red:before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(#d50056, #950051);
  margin: 0px;
  border: transparent;
  left: -190px;
  height: 100%;
  top: 0; }

.page-regeneron-genetics-center .medicine-container .medicine-indication.red:after {
  background: #fff;
  border-color: #d50056; }

.page-regeneron-genetics-center .medicine-container .medicine-indication.blue {
  background: linear-gradient(#107fcd, #065baa);
  border: 0 none;
  top: 0; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .medicine-indication.blue:before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(#107fcd, #065baa);
    margin: 0px;
    border: transparent;
    left: -190px;
    height: 100%;
    top: 0; } }

.page-regeneron-genetics-center .medicine-container .medicine-indication.blue:before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(#107fcd, #065baa);
  margin: 0px;
  border: transparent;
  left: -190px;
  height: 100%;
  top: 0; }

.page-regeneron-genetics-center .medicine-container .medicine-indication.blue:after {
  background: #fff;
  border-color: #007bff; }

.page-regeneron-genetics-center .medicine-container .medicine-indication .content-wrap {
  color: #1b365d;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 25px 0px; }

.page-regeneron-genetics-center .medicine-container .medicine-indication .content-wrap .indication-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .medicine-indication .content-wrap {
    padding: 25px 30px 25px 0px; } }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .medicine-indication:before {
    content: "";
    position: absolute;
    display: block;
    margin: 0px;
    border: 2px solid #ff981c;
    border-right: 0 none;
    border-left: 2px solid #ff981c;
    left: 0;
    height: 100%;
    top: 0; } }

.page-regeneron-genetics-center .medicine-container .medicine-indication:before {
  content: "";
  position: absolute;
  display: block;
  margin: 0px;
  border: 2px solid #ff981c;
  border-right: 0 none;
  border-left: 2px solid #ff981c;
  left: 0;
  height: 100%;
  top: 0; }

.page-regeneron-genetics-center .medicine-container .medicine-indication:after {
  background: #fff;
  border-color: #ff981c; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .medicine-container .medicine-indication {
    padding-top: inherit;
    margin-top: inherit;
    align-self: center;
    overflow: visible;
    top: 70px; }
  .page-regeneron-genetics-center .medicine-container .medicine-indication:before {
    width: 190px;
    height: 101%;
    top: -2px;
    left: -190px;
    background: transparent;
    opacity: 1; } }

.page-regeneron-genetics-center .callout-box.group {
  color: #1b365d;
  display: flex;
  flex-direction: column; }

.page-regeneron-genetics-center .callout-box.group-content {
  padding: 0px 20px; }

.page-regeneron-genetics-center .callout-box.group-callout {
  background: linear-gradient(180deg, #FFC555 0%, #FF981C 100%);
  border-color: transparent;
  color: #fff;
  padding: 30px 20px 20px 20px; }

.page-regeneron-genetics-center .callout-box.group-callout h5 {
  position: relative;
  color: #1b365d; }

.page-regeneron-genetics-center .callout-box.group-callout h5:after {
  content: "";
  position: absolute;
  left: 270px;
  top: 2px;
  width: 10px;
  height: 17px;
  background: url(/content/images/blue-arrow.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .callout-box.group-callout h5:after {
    left: 135px;
    top: 35px; } }

.page-regeneron-genetics-center .callout-box.group-callout p {
  color: #1b365d; }

.page-regeneron-genetics-center .callout-box.group-callout p.descrip {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .callout-box.group {
    flex-direction: row;
    padding-top: 150px;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .page-regeneron-genetics-center .callout-box.group-content {
    flex: 0 0 60%;
    padding: 0 30px 0 0; }
  .page-regeneron-genetics-center .callout-box.group-callout {
    padding: 30px;
    margin: 0px; }
  .page-regeneron-genetics-center .callout-box.group-callout h5:after {
    top: 3px;
    right: 40px;
    left: inherit; } }

.page-regeneron-genetics-center .callout-box .graph {
  position: relative; }

.page-regeneron-genetics-center .callout-box .graph:hover .graph-text {
  color: #1B365D; }

.page-regeneron-genetics-center .callout-box .graph_img {
  width: 920px;
  height: 620px; }

.page-regeneron-genetics-center .callout-box .graph_mobile {
  width: 345px;
  height: 600px; }

.page-regeneron-genetics-center .callout-box .graph .graph-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: .06px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  padding: 0px;
  border: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 74px; }

.page-regeneron-genetics-center .callout-box .graph .graph-text img {
  margin-right: 15px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .callout-box .graph .graph-text {
    position: absolute;
    left: 0;
    bottom: 37px;
    align-items: center; }
  .page-regeneron-genetics-center .callout-box .graph .graph-text:hover {
    color: #1B365D; }
  .page-regeneron-genetics-center .callout-box .graph .graph-text img {
    margin-right: 8px; } }

.page-regeneron-genetics-center .sub_callout-innerbox {
  border: none;
  background: linear-gradient(#d50056, #950051);
  padding: 15px 20px 0 20px;
  width: 100%;
  position: relative;
  color: #fff; }

.page-regeneron-genetics-center .sub_callout-innerbox:after {
  border-color: transparent; }

.page-regeneron-genetics-center .sub_callout-innerbox-alt {
  background: transparent;
  border: 1px solid #d50056;
  color: #1b365d; }

.page-regeneron-genetics-center .sub_callout-innerbox-alt:after {
  border-color: #d50056;
  bottom: -1px; }

.page-regeneron-genetics-center .sub_callout-innerbox-alt--top {
  color: #1b365d; }

.page-regeneron-genetics-center .sub_callout-innerbox-alt--bottom {
  color: #1b365d; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .sub_callout-innerbox {
    margin-top: 20px;
    padding: 40px 60px 30px 180px; } }

.page-regeneron-genetics-center .sub_callout-innerbox--top {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .sub_callout-innerbox--top {
    margin-bottom: 0px; } }

.page-regeneron-genetics-center .sub_callout-innerbox--top img {
  width: 82px;
  height: 82px;
  margin-right: 19px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .sub_callout-innerbox--top img {
    margin: 0px;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 30px;
    top: 40px; } }

.page-regeneron-genetics-center .sub_callout-innerbox--top p {
  font-size: 18px;
  align-self: center;
  line-height: 24px;
  padding-top: 10px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .sub_callout-innerbox--top p {
    padding-top: 0px; } }

.page-regeneron-genetics-center .sub_callout-innerbox--bottom h5 {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  width: 205px;
  position: relative;
  line-height: 24px; }

.page-regeneron-genetics-center .sub_callout-innerbox--bottom h5:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0% 0%;
  background-size: contain;
  right: -30px;
  top: 30px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .sub_callout-innerbox--bottom h5 {
    width: 100%; }
  .page-regeneron-genetics-center .sub_callout-innerbox--bottom h5:after {
    right: 50px;
    top: 5px; } }

.page-regeneron-genetics-center .sub_callout-innerbox--bottom .page-pipeline_callout-button {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .sub_callout-innerbox--bottom .page-pipeline_callout-button {
    width: 294px; } }

.page-regeneron-genetics-center .sub_callout-innerbox--bottom p {
  font-size: 18px;
  line-height: 24px; }

.page-regeneron-genetics-center .sub_callout-innerbox--bottom p span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px; }

.page-regeneron-genetics-center .subpage_group4 {
  color: #1b365d;
  padding-top: 130px;
  display: flex;
  flex-direction: column; }

.page-regeneron-genetics-center .subpage_group4-callout1 {
  background: linear-gradient(#d50056, #950051);
  border-color: transparent;
  padding: 45px 20px 120px 20px;
  color: #fff;
  width: 100%; }

.page-regeneron-genetics-center .subpage_group4-callout1 a {
  color: #fff;
  border-color: #fff;
  background: transparent; }

.page-regeneron-genetics-center .subpage_group4-callout1--image {
  position: absolute;
  bottom: -120px;
  width: 230px;
  height: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.page-regeneron-genetics-center .subpage_group4-callout2 {
  border-color: #d50056;
  margin-top: 0px;
  padding: 40px 20px 30px 20px;
  width: 100%; }

.page-regeneron-genetics-center .subpage_group4-callout2:after {
  border-color: #d50056; }

.page-regeneron-genetics-center .subpage_group4-callout3 {
  background: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
  padding: 40px 20px; }

.page-regeneron-genetics-center .subpage_group4-callout3 h5 {
  margin-bottom: 24px; }

.page-regeneron-genetics-center .subpage_group4-callout3 a, .page-regeneron-genetics-center .subpage_group4-callout3 .btn-link {
  padding: 0px;
  border: 0px; }

.page-regeneron-genetics-center .subpage_group4-callout3 a h4:hover, .page-regeneron-genetics-center .subpage_group4-callout3 a h4:focus, .page-regeneron-genetics-center .subpage_group4-callout3 .btn-link h4:hover, .page-regeneron-genetics-center .subpage_group4-callout3 .btn-link h4:focus {
  color: #1B365D;
  text-decoration: none;
  box-shadow: none; }

.page-regeneron-genetics-center .subpage_group4-callout3 a:hover, .page-regeneron-genetics-center .subpage_group4-callout3 a:focus, .page-regeneron-genetics-center .subpage_group4-callout3 .btn-link:hover, .page-regeneron-genetics-center .subpage_group4-callout3 .btn-link:focus {
  color: #1B365D;
  text-decoration: none;
  box-shadow: none; }

.page-regeneron-genetics-center .subpage_group4-callout3 h4 {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #065baa;
  font-style: italic;
  padding-left: 29px; }

.page-regeneron-genetics-center .subpage_group4-callout3 h4:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 24px;
  background: url(/content/images/download.png) no-repeat 0 0;
  background-size: contain; }

.page-regeneron-genetics-center .subpage_group4-callout3 p {
  padding-left: 29px;
  color: #1b365d; }

.page-regeneron-genetics-center .subpage_group4-callout4 {
  background: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
  padding: 40px 20px; }

.page-regeneron-genetics-center .subpage_group4-callout4 h5 {
  margin-bottom: 24px; }

.page-regeneron-genetics-center .subpage_group4-callout4 .biobank-container {
  margin-top: 40px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group4-callout4 .biobank-container {
    margin-top: 50px; } }

.page-regeneron-genetics-center .subpage_group4-callout4 .page-pipeline_callout-button {
  padding: 0 0 0px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

.page-regeneron-genetics-center .subpage_group4-callout4 h4 {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #065baa;
  font-style: italic;
  padding-left: 29px; }

.page-regeneron-genetics-center .subpage_group4-callout4 h4:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 24px;
  background: url(/content/images/download.png) no-repeat 0 0;
  background-size: contain; }

.page-regeneron-genetics-center .subpage_group4-callout4 p {
  padding-left: 0px;
  color: #1b365d; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group4 {
    flex-direction: row;
    padding-top: 40px; }
  .page-regeneron-genetics-center .subpage_group4-callout1 {
    max-width: 920px;
    padding: 45px 30px 150px 30px; }
  .page-regeneron-genetics-center .subpage_group4-callout1--image {
    width: 275px;
    height: 275px; }
  .page-regeneron-genetics-center .subpage_group4-callout2 {
    max-width: 920px;
    padding: 40px 30px 30px 30px;
    margin-top: 0px; }
  .page-regeneron-genetics-center .subpage_group4-callout2 .page-pipeline_callout-button {
    padding: 0 0 0px 0px;
    width: 254px; }
  .page-regeneron-genetics-center .subpage_group4-callout2 .page-pipeline_callout-button:after {
    right: -11px; }
  .page-regeneron-genetics-center .subpage_group4-callout2 .page-pipeline_callout-button .btn-primary:after {
    display: none; }
  .page-regeneron-genetics-center .subpage_group4-callout3 {
    max-width: 920px;
    padding: 40px 100px 30px 100px;
    margin-top: 0px; }
  .page-regeneron-genetics-center .subpage_group4-callout4 {
    max-width: 920px;
    padding: 40px 65px 30px 65px;
    margin-top: 0px; } }

.page-regeneron-genetics-center .subpage_group5 {
  color: #1b365d;
  display: flex;
  flex-direction: column; }

.page-regeneron-genetics-center .subpage_group5-content {
  padding: 0px 20px; }

.page-regeneron-genetics-center .subpage_group5-image--image {
  width: 160px;
  height: 160px;
  margin: 30px auto;
  display: block; }

.page-regeneron-genetics-center .subpage_group5-image--image-col {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group5-image--image-col {
    margin: 30px auto;
    display: block; } }

.page-regeneron-genetics-center .subpage_group5-callout {
  background: linear-gradient(#78be20, #3ca00c);
  border-color: transparent;
  color: #fff;
  padding: 30px 20px 20px 20px; }

.page-regeneron-genetics-center .subpage_group5-callout h5 {
  position: relative; }

.page-regeneron-genetics-center .subpage_group5-callout h5:after {
  content: "";
  position: absolute;
  left: 135px;
  top: 35px;
  width: 10px;
  height: 16px;
  background: url(/content/images/icon-arrow-white.svg) no-repeat 0 0;
  background-size: contain; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group5 {
    flex-direction: row;
    padding-top: 40px;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .page-regeneron-genetics-center .subpage_group5-content {
    flex: 0 0 75%;
    padding: 10px 30px 0 0; }
  .page-regeneron-genetics-center .subpage_group5-image {
    flex: 0 0 25%; }
  .page-regeneron-genetics-center .subpage_group5-image--image {
    width: 160px;
    height: 160px;
    margin: 0px; }
  .page-regeneron-genetics-center .subpage_group5-callout {
    padding: 30px;
    width: 445px;
    margin: 0px; }
  .page-regeneron-genetics-center .subpage_group5-callout h5:after {
    top: 6px;
    right: 40px;
    left: inherit; } }

.page-regeneron-genetics-center .subpage_group6 {
  color: #1b365d;
  display: flex;
  flex-direction: column;
  margin-top: 130px; }

.page-regeneron-genetics-center .subpage_group6-content {
  padding: 0px 0px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group6-content .mt110 {
    margin-top: 110px; } }

.page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button {
  padding: 0 0 0px 0px;
  width: 100%; }

.page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button a {
  width: 90%;
  padding: 15px 0; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button a {
    width: 91%;
    padding: 10px 30px 11px 30px; } }

.page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button:after {
  right: 0; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button {
    width: 294px;
    margin-top: 60px; } }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button--info {
    margin-top: 110px; } }

.page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button .btn-primary:after {
  display: none; }

.page-regeneron-genetics-center .subpage_group6-image p {
  font-size: 14px;
  text-align: center;
  max-width: 300px;
  margin: 30px auto;
  line-height: 18px; }

.page-regeneron-genetics-center .subpage_group6-image--image {
  width: 230px;
  height: 230px;
  margin: 30px auto;
  display: block; }

.page-regeneron-genetics-center .subpage_group6-image--image-col {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group6-image--image-col {
    margin: 30px auto;
    display: block; } }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage_group6 {
    flex-direction: row;
    padding-top: 10px;
    justify-content: flex-start; }
  .page-regeneron-genetics-center .subpage_group6-content {
    padding: 48px 0px 0 30px; }
  .page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button {
    padding: 0 0 0px 0px; }
  .page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button a {
    padding: 10px 30px; }
  .page-regeneron-genetics-center .subpage_group6-content .page-pipeline_callout-button:after {
    right: -13px; }
  .page-regeneron-genetics-center .subpage_group6-image--image {
    width: 352px;
    height: 352px;
    margin: 0px; }
  .page-regeneron-genetics-center .subpage_group6-image p {
    font-size: 14px;
    text-align: center;
    max-width: 300px;
    margin: 30px auto;
    line-height: 18px; }
  .page-regeneron-genetics-center .subpage_group6-callout {
    padding: 30px;
    width: 445px;
    margin: 0px; }
  .page-regeneron-genetics-center .subpage_group6-callout h5:after {
    top: 6px;
    right: 40px;
    left: inherit; } }

.page-regeneron-genetics-center .breadcrumb {
  background: #fff;
  text-align: center;
  margin: 0 auto;
  justify-content: center; }

.page-regeneron-genetics-center .breadcrumb .breadcrumb-item {
  font-size: 16px;
  line-height: 20px;
  color: #065baa;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700; }

.page-regeneron-genetics-center .breadcrumb .breadcrumb-item:before {
  content: none; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .breadcrumb .breadcrumb-item:before {
    content: "/"; } }

.page-regeneron-genetics-center .breadcrumb .breadcrumb-item:first-child:before {
  content: none; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .breadcrumb .breadcrumb-item:first-child:before {
    content: none; } }

.page-regeneron-genetics-center .subpage3_group2-callout2 {
  border-color: transparent; }

.page-regeneron-genetics-center .subpage3_group2-callout2:after {
  background: transparent;
  border-color: transparent; }

.page-regeneron-genetics-center .subpage3_group2-callout2 p {
  color: #065baa;
  font-style: italic; }

.page-regeneron-genetics-center .subpage3_group2-callout2 p:last-child {
  color: #1b365d;
  font-style: normal;
  font-size: 14px; }

.page-regeneron-genetics-center .subpage3_group2-callout2 h5 {
  display: inherit;
  width: 100%;
  color: #1b365d; }

.page-regeneron-genetics-center .subpage3_group2-callout2 img {
  margin: 0 auto;
  text-align: center;
  width: 65px;
  height: 65px;
  float: none; }

.page-regeneron-genetics-center .subpage3_group2-callout2 img.blue-icon {
  margin-top: 120px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group2-callout2 img.blue-icon {
    margin-top: 70px; } }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group2-callout2 {
    max-width: 395px;
    padding: unset;
    border-color: transparent;
    margin-left: 110px; } }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group2-callout2-callout3 {
    max-width: 90%; } }

.page-regeneron-genetics-center .subpage3_group3 .video-player.blue .img-ring {
  border-color: #40b4e5; }

.page-regeneron-genetics-center .subpage3_group3 .video-player.blue .play-video-btn {
  background: #40b4e5; }

.page-regeneron-genetics-center .subpage3_group3-callout {
  background: linear-gradient(#78be20, #3ca00c); }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group3-callout {
    padding-right: 94px; } }

.page-regeneron-genetics-center .subpage3_group3-callout.sub1_cta {
  background: transparent;
  border: 2px solid #40b4e5; }

.page-regeneron-genetics-center .subpage3_group3-callout.sub1_cta:after {
  background: #fff;
  border-color: #40b4e5; }

.page-regeneron-genetics-center .subpage3_group3-callout.orange {
  background: linear-gradient(#ffc656, #ff991d); }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group3-callout.orange {
    margin-top: 80px; } }

.page-regeneron-genetics-center .subpage3_group3-callout.orange:after {
  background: #fff;
  border-color: #ffc656; }

.page-regeneron-genetics-center .subpage3_group3-callout.light-blue {
  background: linear-gradient(180deg, #CCE7EC 0%, #9BD3DD 100%);
  padding-bottom: 40px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group3-callout.light-blue {
    margin-top: 80px;
    padding-right: 130px; } }

.page-regeneron-genetics-center .subpage3_group3-callout.light-blue:after {
  background: #fff;
  border-color: #9BD3DD; }

.page-regeneron-genetics-center .subpage3_group3-callout.light-blue h5 {
  color: #1b365d; }

.page-regeneron-genetics-center .subpage3_group3-callout.light-blue p {
  color: #1b365d; }

.page-regeneron-genetics-center .subpage3_group3-callout.light-blue p.bottom {
  margin-bottom: 260px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group3-callout.light-blue p.bottom {
    margin-bottom: 20px; } }

.page-regeneron-genetics-center .subpage3_group3-image-sub1_cta {
  position: absolute;
  bottom: -120px;
  width: 230px;
  height: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group3-image-sub1_cta {
    transform: none;
    width: 350px;
    height: 350px;
    bottom: -75px;
    right: 25px;
    left: inherit; } }

.page-regeneron-genetics-center .subpage3_group3-image {
  position: absolute;
  bottom: -120px;
  width: 230px;
  height: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group3-image {
    transform: none;
    width: 350px;
    height: 350px;
    bottom: 120px;
    right: 25px;
    left: inherit; } }

.page-regeneron-genetics-center .subpage3_group3-image-light-blue {
  position: absolute;
  bottom: 641px;
  width: 230px;
  height: 230px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 1200px) {
  .page-regeneron-genetics-center .subpage3_group3-image-light-blue {
    bottom: 280px;
    width: 350px;
    height: 350px;
    left: 76%; } }

@media (max-width: 1199.98px) {
  .page-regeneron-genetics-center .subpage3_group3-image-light-blue {
    bottom: 280px;
    width: 350px;
    height: 350px;
    left: 90%; } }

.page-regeneron-genetics-center .subpage3_group5 {
  padding-top: 60px;
  margin-top: 80px; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group5 {
    margin-top: 0px; } }

.page-regeneron-genetics-center .subpage3_group5-content {
  padding-left: 0px;
  padding-right: 0; }

@media (min-width: 768px) {
  .page-regeneron-genetics-center .subpage3_group5-content {
    padding-left: 40px; } }

/*------------------------------------
  #SCIENTIFIC PUBLICATIONS
------------------------------------*/
.page-scientific-publications .hero-head {
  background-image: url(/content/images/science/scientific-publications-bg-m.png);
  background-size: cover; }

@media (min-width: 768px) {
  .page-scientific-publications .hero-head {
    background-image: url(/content/images/science/scientific-publications-bg.png);
    background-size: contain;
    background-position: bottom;
    background-color: #046ecc; } }

@media (min-width: 576px) {
  .page-scientific-publications .hero-head {
    background-size: cover;
    background-position: top; } }

@media (min-width: 1200px) {
  .page-scientific-publications .hero-head {
    background-size: auto;
    background-color: #046ecc;
    background-size: contain;
    height: 380px; } }

.page-scientific-publications .publications-search {
  position: relative; }

.page-scientific-publications .publications-search .publications-search-box {
  padding-right: 40px; }

.page-scientific-publications .publications-search .btn-search {
  position: absolute;
  top: 50px;
  right: 15px;
  box-shadow: none; }

.page-scientific-publications .blue-box {
  width: 40px;
  height: 40px;
  top: -2px;
  right: -40px;
  position: absolute; }

.page-scientific-publications .result-btn {
  position: relative;
  font-size: 16px;
  width: fit-content;
  display: table; }

.page-scientific-publications .result-btn:after {
  width: 50px;
  height: 50px;
  top: 0px;
  right: -50px;
  content: "";
  position: absolute;
  background: #065baa url(/content/images/icon-arrow-white.svg) no-repeat 50% 50%; }

.page-scientific-publications .result-btn:hover:after {
  box-shadow: 0 0 14px #40b4e5; }

.page-scientific-publications .result-btn + p {
  font-size: 14px;
  line-height: 18px;
  color: #153263; }

.page-scientific-publications .search-publications-results .therapeutic-area {
  font-weight: 700;
  border-bottom: 1px solid #40b4e5;
  padding-bottom: 10px;
  margin-bottom: 1.3rem; }

.page-scientific-publications .search-publications-results .publication-title {
  font-style: italic;
  font-weight: 700;
  margin: 0; }

.page-scientific-publications .search-publications-results .publish-publication {
  font-size: 14px;
  margin-bottom: 2rem; }

/*------------------------------------
  #INDUSTRIAL OPERATIONS
------------------------------------*/
.page-industrial-operations {
  color: #1b365d; }

@media (min-width: 768px) {
  .page-industrial-operations .hero-head {
    background-image: url(/content/images/about/industrial-operations/industrial-operations-bg.png); } }

.page-industrial-operations .page-title {
  /*text-transform:none;*/ }

.page-industrial-operations .section1 {
  margin-top: 20px; }

.page-industrial-operations .section1 .intro-text {
  margin-top: 20px; }

@media (min-width: 768px) {
  .page-industrial-operations .section1 .intro-text_right {
    padding-left: 40%;
    padding-bottom: 110px; } }

@media (min-width: 768px) {
  .page-industrial-operations .section1 .subpage1_group1 {
    margin-bottom: 185px; } }

.page-industrial-operations .section1 .subpage1_group1-callout {
  max-width: 635px;
  margin: 20px 0px 80px 0px;
  padding: 45px 35px 100px 35px;
  color: #fff; }

@media (min-width: 768px) {
  .page-industrial-operations .section1 .subpage1_group1-callout {
    padding: 45px 65px 30px 27%;
    margin: 20px 0px 80px 120px;
    position: absolute;
    max-width: 100%;
    top: 50%;
    transform: translate(0%, 10%); } }

.page-industrial-operations .section1 .subpage1_group1-callout.sub1_cta {
  background: transparent;
  border: 2px solid #40b4e5; }

.page-industrial-operations .section1 .subpage1_group1-callout.sub1_cta:after {
  background: #fff;
  border-color: #40b4e5; }

.page-industrial-operations .section1 .subpage1_group1-callout.blue {
  background: linear-gradient(#107fcd, #065baa);
  color: #fff; }

@media (min-width: 768px) {
  .page-industrial-operations .section1 .subpage1_group1-callout.blue {
    margin-top: 100px; } }

.page-industrial-operations .section1 .subpage1_group1-callout.blue:after {
  background: #fff;
  border-color: #007bff; }

.page-industrial-operations .section1 .subpage1_group1-image-sub1_cta {
  position: absolute;
  bottom: -40px;
  width: 212px;
  height: 212px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

@media (min-width: 768px) {
  .page-industrial-operations .section1 .subpage1_group1-image-sub1_cta {
    transform: none;
    width: 332px;
    height: 332px;
    bottom: -30px;
    right: initial;
    left: inherit;
    float: left;
    position: relative; } }

.page-industrial-operations .section2 .tabs-intro-text h4 {
  text-transform: inherit; }

@media (min-width: 768px) {
  .page-industrial-operations .section2.callout-box {
    overflow: visible;
    clip-path: none; } }

.page-industrial-operations .section2.callout-box .tabs-side .tabs {
  width: 100%;
  float: none; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li {
  min-height: 56px;
  min-width: unset;
  margin-bottom: 0px;
  margin-right: 4px;
  position: relative; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:not(:first-child) {
  margin: 0px 4px; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:last-child {
  margin-right: 0px; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:before {
  content: '';
  position: absolute;
  background: #fff;
  left: -2px;
  top: 0px;
  width: 25px;
  height: 56px;
  background: url(/content/images/about/industrial-operations/tab-before.png) no-repeat;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 0px;
  width: 24px;
  height: 56px;
  background: url(/content/images/about/industrial-operations/tab-after.png) no-repeat;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li.active:before {
  background: url(/content/images/about/industrial-operations/tab-active-before.png) no-repeat;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li.active:after {
  background: url(/content/images/about/industrial-operations/tab-active-after.png) no-repeat;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a {
  padding: 8px 15px 8px 15px;
  min-height: 56px;
  text-align: center;
  font-size: 16px;
  border: none;
  position: relative;
  background: rgba(155, 211, 221, 0.2);
  /*background-color: #edf6f8;*/
  margin-left: 18px;
  margin-right: 8px; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a:before {
  display: none;
  content: '';
  position: absolute;
  background: #fff;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 56px;
  /*clip-path: polygon(0 0, 0% 100%, 100% 50%);*/
  z-index: 50;
  background: url(/content/images/about/industrial-operations/tab-before.png) no-repeat;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a:after {
  display: none;
  content: '';
  position: absolute;
  /*background: rgba(155, 211, 221, 0.2);
                                    border-left: 1px solid rgba(155, 211, 221, 0.2);*/
  right: 0px;
  top: 0px;
  width: 24px;
  height: 56px;
  /*clip-path: polygon(0 0, 0% 100%, 100% 50%);*/
  z-index: 100;
  background: url(/content/images/about/industrial-operations/tab-after.png) no-repeat;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a.active {
  background: #9bd3dd;
  border-right: 0px solid #9bd3dd; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li a.active:after {
  background: #9bd3dd;
  z-index: 200; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:nth-of-type(4) a {
  letter-spacing: .01px; }

.page-industrial-operations .section2.callout-box .tabs-side .tabs ul li:nth-of-type(6) a {
  letter-spacing: .01px; }

.page-industrial-operations .section2.callout-box .tabs-side .item {
  margin-left: 0px; }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content.callout-box.bg-teal {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .page-industrial-operations .section2.callout-box .tabs-side .item .item-content.callout-box.bg-teal {
    overflow: visible;
    clip-path: none; } }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }

@media (min-width: 768px) {
  .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center; } }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img {
  position: relative;
  margin-left: 80px; }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img img.img-ring {
  width: 255px;
  height: 255px; }

@media (min-width: 768px) {
  .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img {
    margin-left: 0px;
    position: absolute;
    right: -60px;
    bottom: -90px; } }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img .sub-img {
  position: absolute;
  left: -80px;
  top: 61px;
  border-radius: 50%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-img .sub-img img {
  margin: -5px; }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text {
  margin-left: 0rem;
  margin-top: 15px;
  padding: 0 15px; }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 {
  position: relative;
  font-weight: 600;
  width: fit-content;
  /*&:after {
                                        content: '';
                                        position: absolute;
                                        background: url(/content/images/about/industrial-operations/op-next.svg) no-repeat 50% 50%;
                                        background-size: contain;
                                        width: 15px;
                                        height: 15px;
                                        right: -20px;
                                        top: 6px;
                                    }

                                    &.before-arrow:before {
                                        content: '';
                                        position: absolute;
                                        background: url(/content/images/about/industrial-operations/op-back.svg) no-repeat 50% 50%;
                                        background-size: contain;
                                        width: 15px;
                                        height: 15px;
                                        left: -20px;
                                        top: 6px;
                                    }*/ }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .prevbtn, .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .nextbtn {
  display: none; }

@media (min-width: 768px) {
  .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .prevbtn, .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .nextbtn {
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer; } }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .prevbtn {
  background: url(/content/images/about/industrial-operations/op-back.svg) no-repeat 50% 50%;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5 .nextbtn {
  background: url(/content/images/about/industrial-operations/op-next.svg) no-repeat 50% 50%;
  background-size: contain; }

.page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text h5.last-header:after {
  display: none; }

@media (min-width: 768px) {
  .page-industrial-operations .section2.callout-box .tabs-side .item .item-content .content-wrap .wrap-text {
    max-width: 455px;
    margin-top: 0px;
    padding: 0px; } }

@media (min-width: 768px) {
  .page-industrial-operations .section3 {
    margin-top: 80px; } }

.page-industrial-operations .section3 .subpage3_group3-callout {
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 45px 35px 120px 35px; }

@media (min-width: 768px) {
  .page-industrial-operations .section3 .subpage3_group3-callout {
    max-width: 800px;
    margin: 0px 0px 0px 120px;
    padding: 45px 35px 30px 255px; } }

.page-industrial-operations .section3 .subpage3_group3-callout.sub1_cta {
  background: transparent;
  border: 2px solid #40b4e5; }

.page-industrial-operations .section3 .subpage3_group3-callout.sub1_cta:after {
  background: #fff;
  border-color: #40b4e5; }

.page-industrial-operations .section3 .subpage3_group3-callout.blue {
  background: linear-gradient(#107fcd, #065baa);
  color: #fff; }

@media (min-width: 768px) {
  .page-industrial-operations .section3 .subpage3_group3-callout.blue {
    margin-top: 60px; } }

.page-industrial-operations .section3 .subpage3_group3-callout.blue:after {
  background: #fff;
  border-color: #007bff; }

.page-industrial-operations .section3 .subpage3_group3-image-sub1_cta {
  position: absolute;
  bottom: -120px;
  width: 212px;
  height: 212px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1; }

@media (min-width: 768px) {
  .page-industrial-operations .section3 .subpage3_group3-image-sub1_cta {
    transform: none;
    width: 332px;
    height: 332px;
    bottom: -23px;
    left: 10px;
    z-index: 1; } }

.page-industrial-operations .section4 {
  margin-top: 150px; }

@media (min-width: 768px) {
  .page-industrial-operations .section4 {
    margin-top: 80px; } }

.page-industrial-operations .section4 .global-commitment {
  max-width: 920px;
  padding: 40px 30px 130px 30px;
  margin-bottom: 60px; }

@media (min-width: 768px) {
  .page-industrial-operations .section4 .global-commitment {
    padding: 40px 25% 40px 30px; } }

.page-industrial-operations .section4 .global-commitment h5 {
  margin-bottom: 25px;
  text-transform: none; }

.page-industrial-operations .section4 .global-commitment p:nth-child(2) {
  margin-top: 25px; }

.page-industrial-operations .section4 .global-commitment_image {
  position: absolute;
  bottom: -60px;
  text-align: center;
  padding: 0px; }

@media (min-width: 768px) {
  .page-industrial-operations .section4 .global-commitment_image {
    bottom: initial;
    right: 150px;
    left: initial;
    transform: none;
    height: 100%;
    z-index: 100;
    top: 70px; } }

.page-industrial-operations .section4 .global-commitment_image img {
  width: 230px;
  height: 230px; }

@media (min-width: 768px) {
  .page-industrial-operations .section4 .global-commitment_image img {
    width: 350px;
    height: 350px;
    background-color: #fff; } }

.page-industrial-operations .section4 .global-commitment .global-commitment-button {
  position: relative;
  margin-top: 30px; }

/*------------------------------------
  #Postdoctoral Training Program
------------------------------------*/
.page-postdoctoral {
  background: #046ECC url(/content/images/hero_terms-mob.png) no-repeat 0px 20px; }

@media (min-width: 768px) {
  .page-postdoctoral {
    background: #046ECC url(/content/images/hero_terms.png) no-repeat 0 0px; } }

.page-postdoctoral h3 {
  font-size: 28px;
  font-weight: 700;
  margin: .8rem 0;
  text-transform: none;
  letter-spacing: normal;
  color: #1b365d; }

.page-postdoctoral .hero-head h3 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: 5px;
  text-transform: uppercase; }

.page-postdoctoral p {
  font-size: 85%; }

/*------------------------------------
  #GRANTS & FUNDING
------------------------------------*/
@media (min-width: 768px) {
  .page-grants-and-funding .hero-head {
    background-image: url(/content/images/grants-and-funding/grants-and-funding-bg.png); } }

.page-grants-and-funding .callout-box {
  padding: 50px 55px; }

@media (min-width: 768px) {
  .page-grants-and-funding .callout-box {
    padding: 40px; } }

.page-grants-and-funding .callout-box.bg-red {
  margin-bottom: 0px;
  height: 97%; }

/*------------------------------------
  #ANTIBODIES
------------------------------------*/
@media (min-width: 768px) {
  .page-antibodies .hero-head {
    background-image: url(/content/images/science/antibodies-bg.png);
    background-size: cover;
    background-color: #046ecc; } }

@media (min-width: 1200px) {
  .page-antibodies .hero-head {
    height: 380px;
    padding-bottom: 50px;
    background-position: bottom left; } }

.page-antibodies .hero-head h2 {
  margin-bottom: 20px; }

.page-antibodies .video-description {
  flex-direction: row; }

@media (max-width: 991.98px) {
  .page-antibodies .video-description {
    flex-direction: column; } }

.page-antibodies .video-description .video-player {
  width: 400px; }

@media (max-width: 991.98px) {
  .page-antibodies .video-description .video-player {
    width: 280px;
    height: 280px;
    margin-right: 0px; } }

@media (max-width: 991.98px) {
  .page-antibodies .video-description .clipped {
    margin-top: -110px; } }

.page-antibodies .video-description .clipped .content-wrap {
  padding: 40px 90px 40px 200px; }

@media (max-width: 991.98px) {
  .page-antibodies .video-description .clipped .content-wrap {
    padding: 120px 40px 40px 40px; } }

.page-antibodies .genetics-center sup {
  left: -0.25em; }

@media (min-width: 768px) {
  .page-antibodies .genetics-center .video-player {
    margin-top: -50px;
    margin-bottom: 0px;
    width: 295px;
    height: 295px; } }

@media (min-width: 768px) {
  .page-antibodies .genetics-center .video-player .veloci_video-player-image {
    max-width: 280px;
    max-height: 280px; } }

@media (min-width: 768px) {
  .page-antibodies .genetics-center .video-player .play-video-btn {
    width: 70px;
    height: 70px; } }

@media (min-width: 768px) {
  .page-antibodies .genetics-center .video-player .play-video-btn:before {
    width: 65px;
    height: 65px; } }

.page-antibodies .mobile-logo-fix {
  max-width: 55px; }

@media (min-width: 768px) {
  .page-antibodies .mobile-logo-fix {
    max-width: 110px; } }

.page-antibodies .antibody-pioneers {
  margin: 0px; }

.page-antibodies .at-work .callout-box {
  max-width: 635px; }

@media (max-width: 767.98px) {
  .page-antibodies .at-work img {
    width: 50%; } }

.page-antibodies .crosslink {
  margin-top: 30px; }

.page-antibodies .crosslink nav {
  padding: 1.7rem .5rem; }

.page-antibodies .featured-blog {
  flex-flow: column wrap; }

@media (min-width: 768px) {
  .page-antibodies .featured-blog {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center; } }

.page-antibodies .featured-blog .content-wrap {
  padding: 50px 30px; }

.page-antibodies .featured-blog .featured-blog-details {
  margin-top: 30px; }

@media (max-width: 991.98px) {
  .page-antibodies .featured-blog .featured-blog-details {
    width: 100%; } }

.page-antibodies .featured-blog .featured-blog-details h5 {
  margin-bottom: 1em;
  text-transform: unset; }

.page-antibodies .featured-blog .featured-art {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 200px;
  text-align: center; }

.page-antibodies .featured-blog .featured-art img {
  max-width: 150px;
  max-height: 150px; }

@media all and (min-width: 768px) {
  .page-antibodies .tabbed-content .tabs {
    display: block; }
  .page-antibodies .tabbed-content .tabs ul {
    padding-bottom: 0px; }
  .page-antibodies .tabbed-content .tabs li {
    display: inline-block;
    min-width: unset;
    min-height: unset;
    margin-right: 2px;
    margin-bottom: 0px; }
  .page-antibodies .tabbed-content .tabs li a {
    display: flex;
    align-items: center;
    background: #daeff3;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: unset;
    /*min-height: 50px;
                        padding-left: 65px;
                        padding-right: 60px;*/
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 30px 50px 30px 86px; }
  .page-antibodies .tabbed-content .tabs li a.active {
    background: #9bd3dd;
    color: #fff;
    border: none; }
  .page-antibodies .tabbed-content .tabs li a.active:before {
    border-left-color: #fff; }
  .page-antibodies .tabbed-content .tabs li a.active:after {
    border-left-color: #9bd3dd;
    z-index: 9; }
  .page-antibodies .tabbed-content .tabs li a:before {
    left: 0;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 100%;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #fff;
    border-width: 38px;
    margin-top: 0px;
    background-image: none; }
  .page-antibodies .tabbed-content .tabs li a:after {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 38px;
    margin-top: 0px;
    border-left-color: #daeff3;
    background-image: none;
    z-index: 9; }
  .page-antibodies .tabbed-content.tabs-side .tabs {
    width: auto;
    float: none; }
  .page-antibodies .tabbed-content.tabs-side .tabs li {
    display: inline-block; }
  .page-antibodies .tabbed-content.tabs-side .item {
    margin-left: 0; }
  .page-antibodies .tabbed-content.tabs-side #side_tab3 a {
    position: relative; }
  .page-antibodies .tabbed-content.tabs-side #side_tab3 a:after {
    content: " ";
    position: absolute;
    right: -15px;
    bottom: 2px;
    width: 8px;
    height: 14px;
    background-size: contain;
    background-image: url(/content/images/blue-arrow.svg);
    background-repeat: no-repeat; }
  .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link {
    position: relative; }
  .page-antibodies .tabbed-content.tabs-side #side_tab4 a.text-link:after {
    content: " ";
    position: absolute;
    right: -15px;
    bottom: 4px;
    width: 8px;
    height: 14px;
    background-size: contain;
    background-image: url(/content/images/blue-arrow.svg);
    background-repeat: no-repeat; } }

.page-antibodies .antibody-allergic-diseases .video-player {
  /*width: 280px;*/ }

.page-antibodies .antibody-allergic-diseases .video-player.JamieOrengo {
  position: absolute;
  top: -80px;
  right: -50px; }

@media (max-width: 991.98px) {
  .page-antibodies .antibody-allergic-diseases .video-player.JamieOrengo {
    top: -110px;
    right: 0;
    left: 0;
    margin: 0 auto; } }

.page-antibodies .antibody-allergic-diseases .callout-box.bg-green {
  padding-top: 48px; }

@media (max-width: 991.98px) {
  .page-antibodies .antibody-allergic-diseases .callout-box.bg-green {
    padding-top: 140px; } }

.page-antibodies .antibody-pioneers .cta-img-callout {
  flex-direction: row; }

@media (max-width: 991.98px) {
  .page-antibodies .antibody-pioneers .cta-img-callout {
    flex-direction: column; } }

.page-antibodies .antibody-pioneers .cta-img-callout .img-ring {
  margin-right: 0px;
  width: 100%; }

.page-antibodies .antibody-pioneers .cta-img-callout .content-wrap {
  padding: 20px; }

/*------------------------------------
  #PATIENTS
------------------------------------*/
body.page-patients {
  background: url(/content/images/patients/patients-splash1.png) no-repeat 0% 5%, url(/content/images/patients/patients-splash2.png) no-repeat 0% 50%, linear-gradient(0deg, #065BAA 0%, #FF981C 34%, #FFC656 54%, #78BE20 72%, #065BAA 82%, #065BAA 100%);
  background-size: contain;
  background-blend-mode: multiply; }

body.page-patients .hero-head.hero-patients {
  background: none; }

body.page-patients section.page-wrapper {
  background: transparent; }

body.page-patients .page-foot {
  background: transparent; }

.page-title .intro-copy {
  text-transform: none;
  letter-spacing: normal; }

.page-patients h5 {
  color: #1b365d; }

.page-patients h4 {
  font-size: 38px;
  text-transform: none; }

.page-patients .callout-box {
  margin-top: 40px;
  padding: 40px; }

.page-patients .callout-box.bg-green {
  padding: 40px; }

.page-patients .callout-box.white {
  padding: 40px; }

.page-patients .callout-box.white .outline {
  margin-top: 30px; }

.page-patients .crosslink {
  padding: 40px; }

.page-patients .crosslink.bg-green {
  background: linear-gradient(to bottom, rgba(120, 190, 32, 0.7), rgba(60, 160, 12, 0.7));
  border-width: 0;
  color: #fff; }

.page-patients .crosslink.bg-green nav h3:after {
  content: "";
  right: -25px;
  background: url(/content/images/global/icon_cta-caret.svg) no-repeat 0 3px; }

.page-patients .crosslink .block--download {
  position: relative;
  padding-left: 10px; }

.page-patients .crosslink .block--download :before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/content/images/icon-download-white.svg) no-repeat 0 0;
  background-size: contain;
  top: 1px;
  left: -18px; }

.page-patients .crosslink.w-img {
  height: 94%; }

.page-patients .crosslink.w-img nav {
  width: 75%;
  margin-left: 15px; }

.page-patients .crosslink.w-img figure {
  left: 10px;
  right: unset; }

.page-patients .clipped.bg-green {
  background: linear-gradient(to bottom, rgba(120, 190, 32, 0.7), rgba(60, 160, 12, 0.7)); }

.page-patients .clipped.bg-green .content-wrap {
  padding: 40px; }

.page-patients .clipped.bg-green .content-wrap .outline {
  margin-top: 30px; }

.page-patients .pioneers-medicine .outline {
  margin-top: 30px; }

.page-patients .section4 .scientific.bg-red {
  background: linear-gradient(to bottom, rgba(213, 0, 86, 0.5), rgba(149, 0, 81, 0.5)); }

.page-patients .section4 .scientific .outline {
  margin-top: 30px; }

@media (max-width: 575.98px) {
  .page-patients .section4 .covid19 .btn-primary {
    padding-top: 0;
    padding-bottom: 0;
    line-height: inherit;
    margin-right: 20px; } }

@media (max-width: 575.98px) {
  .page-patients .section4 .covid19 .patient-button-fix {
    font-size: 15px; } }

.page-patients .compassionate-use {
  margin-bottom: 30px; }

.page-patients .compassionate-use .clipped {
  display: flex;
  padding: 50px 25px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch; }

@media (min-width: 768px) {
  .page-patients .compassionate-use .clipped {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch; } }

.page-patients .compassionate-use .clipped img {
  height: 100px;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .page-patients .compassionate-use .clipped img {
    margin-bottom: 0; } }

.page-patients .compassionate-use .clipped .content-wrap {
  padding: 0; }

@media (min-width: 768px) {
  .page-patients .compassionate-use .clipped .content-wrap {
    margin-left: 25px; } }

.page-patients .covid-survivor {
  margin-top: 25px; }

.page-patients .covid-survivor .video-description {
  flex-flow: column; }

@media (min-width: 768px) {
  .page-patients .covid-survivor .video-description {
    flex-flow: row nowrap; } }

.page-patients .covid-survivor .video-description .video-player {
  margin: 0 auto -120px auto; }

@media (min-width: 768px) {
  .page-patients .covid-survivor .video-description .video-player {
    margin: auto -180px auto auto; } }

.page-patients .covid-survivor .video-description .content-wrap {
  padding: 145px 20px 30px; }

@media (min-width: 768px) {
  .page-patients .covid-survivor .video-description .content-wrap {
    padding: 40px 30px 40px 220px; } }

.page-patients .covid-survivor .video-description .content-wrap h5 {
  width: 100%; }

@media (min-width: 768px) {
  .page-patients .covid-survivor .video-description .content-wrap h5 {
    width: inherit; } }

/*------------------------------------
  #TRANSPARENCY AND POLICY
------------------------------------*/
@media (min-width: 768px) {
  .page-transparency-and-policy .hero-head {
    background-image: url(/content/images/transparency-and-policy/transparency-and-policy-bg.png); } }

.page-transparency-and-policy .accordian-panel {
  background: #cde9ee;
  padding: 20px 50px 15px 30px;
  position: relative;
  margin-top: 20px; }

@media (min-width: 768px) {
  .page-transparency-and-policy .accordian-panel {
    padding: 20px 40px 15px; } }

.page-transparency-and-policy .accordian-panel_header {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 32px;
  margin: 0px;
  letter-spacing: inherit;
  text-transform: none; }

.page-transparency-and-policy .accordian-panel:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 21px; }

@media (min-width: 768px) {
  .page-transparency-and-policy .accordian-panel:after {
    right: 40px; } }

.page-transparency-and-policy .accordian-panel[aria-expanded="false"]:after {
  background: url(/content/images/transparency-and-policy/blue-plus.svg) no-repeat;
  background-size: contain; }

.page-transparency-and-policy .accordian-panel[aria-expanded="true"]:after {
  background: url(/content/images/transparency-and-policy/blue-minus.svg) no-repeat 50% 50%;
  background-size: contain; }

.accordian-content {
  padding-top: 30px; }

.accordian-content_item {
  margin: 0 0 30px 0;
  padding: 20px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.accordian-content_item p {
  margin: 0px; }

.accordian-content_item--link {
  font-size: 16px;
  color: #0059AD;
  letter-spacing: initial;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }

.accordian-content_item--link:hover {
  box-shadow: none; }

.accordian-content_item--link:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(/content/images/icon-download-blue.svg) no-repeat;
  background-size: contain;
  top: -3px;
  left: 0px; }

/*------------------------------------
  #COVID-19 RESPONSE EFFORTS
------------------------------------*/
.page-covid19 {
  /*
    .section-title {
        color: $primary-blue;
    }

    .featured-blog {
        h2 {
            color: $white;
            text-transform: none;
            font-size: 48px;
            font-weight: 700;
            letter-spacing: normal;
        }

        .content-wrap {
            padding: 30px 30px;
            min-height: unset;
        }

        a {
            color: #cde9ee;

            &:hover {
                box-shadow: inset 0 -1px 0 0 #cde9ee, inset 0 -1px 0 0 #cde9ee;
            }
        }
    }

    .clinical-research {
        .crosslink {
            min-height: 90px;
            margin: 30px 0;

            h3 {
                font-size: 16px;
                line-height: 20px;
                font-family: $roboto;
                font-weight: 700;
                text-transform: uppercase;

                &:after {
                    content: '';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    right: -20px;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    background: url(/content/images/btn-arrow-white.svg) no-repeat 0 0 / 40px 40px;
                }
            }

            &.over-light {
                background-image: linear-gradient(180deg, #00B4DA 0%, #017FBA 100%);
            }

            &:hover {
                h3 {
                    &:after {
                        background: url(/content/images/btn-arrow-white.svg) no-repeat 0 0 / 40px 40px;
                    }
                }
            }

            &.twitter-callout {
                h3 {
                    font-weight: 400;
                    text-transform: none;

                    @include media-breakpoint-down(sm) {
                        display: flex;
                    }
                }
            }
        }
    }

    .published-research {
        .clipped {
            padding: 40px;

            @include media-breakpoint-down(sm) {
                padding: 40px 30px;
            }

            a {
                color: #cde9ee;

                &:hover {
                    box-shadow: inset 0 -1px 0 0 #cde9ee, inset 0 -1px 0 0 #cde9ee;
                }
            }
        }
    }

    .accordian-panel {
        background: $teal;
        padding: 20px 40px 15px 40px;
        position: relative;
        margin-top: 20px;

        @include media-breakpoint-down(sm) {
            padding: 20px 60px 15px 20px;
        }

        &_header {
            font-size: 24px;
            font-family: $roboto-condensed;
            font-weight: $font-weight-bold;
            line-height: 32px;
            margin: 0px;
            letter-spacing: inherit;
            text-transform: none;
        }

        &:after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            right: 40px;
            top: 21px;

            @include media-breakpoint-down(sm) {
                right: 20px;
            }
        }

        &[aria-expanded="false"]:after {
            background: url(/content/images/transparency-and-policy/blue-plus.svg) no-repeat;
            background-size: contain;
        }

        &[aria-expanded="true"]:after {
            background: url(/content/images/transparency-and-policy/blue-minus.svg) no-repeat 50% 50%;
            background-size: contain;
        }
    }

    .accordian-content {
        padding: 30px 30px 0px;

        &_item {
            margin: 0 0 30px 0;
            padding: 20px;
            min-height: 140px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            p {
                margin: 0px;
            }

            &--link {
                font-size: 16px;
                color: #0059AD;
                letter-spacing: initial;
                line-height: 20px;
                position: relative;
                padding-left: 30px;
                font-weight: 700;
                font-style: italic;
                text-transform: uppercase;

                &:hover {
                    box-shadow: none;
                }

                &:before {
                    content: '';
                    position: absolute;
                    width: 28px;
                    height: 28px;
                    background: url(/content/images/icon-download-blue.svg) no-repeat;
                    background-size: contain;
                    top: -3px;
                    left: 0px;
                }
            }
        }
    }
    */ }

.page-covid19 .hero-head {
  background-image: url(/content/images/covid19/covid19-bg.png); }

@media (min-width: 768px) {
  .page-covid19 .hero-head {
    background: #046ecc url(/content/images/covid19/covid19-bg.png) no-repeat;
    background-size: auto;
    padding-top: 220px;
    padding-bottom: 33px; } }

.page-covid19 .hero-head h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  letter-spacing: 5px; }

.page-covid19 .footer-callout .crosslink {
  padding: 30px 0 30px 0;
  align-items: flex-start;
  min-height: 190px; }

@media (max-width: 767.98px) {
  .page-covid19 .footer-callout .crosslink {
    padding: 0;
    min-height: 100%; } }

.page-covid19 .clipped.bg-cta-blue {
  color: #065BAA;
  background: linear-gradient(to bottom, #CCE7EC 0%, #9BD3DD 100%); }

.page-covid19 .clipped.bg-lt-blue {
  color: #fff;
  background: linear-gradient(to bottom, #00B4DA 0%, #017FBA 100%); }

.page-covid19 .clipped .content-area {
  padding: 25px; }

.page-covid19 h2,
.page-covid19 h3,
.page-covid19 h4,
.page-covid19 h5 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  /*letter-spacing: normal;*/
  line-height: 1; }

.page-covid19 h2 {
  font-size: 40px;
  margin-bottom: 1.2rem;
  text-transform: none;
  letter-spacing: normal; }

.page-covid19 .efficacy-cta {
  font-weight: bold;
  color: #3CA00C; }

.page-covid19 #developing-new-antibodies,
.page-covid19 #eua,
.page-covid19 #antibody-medicines,
.page-covid19 #ongoing-research,
.page-covid19 #covid-approach {
  margin-bottom: 40px; }

.page-covid19 .clinical-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  height: 80px;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: bold;
  line-height: 1; }

.page-covid19 .clinical-cta span {
  display: block;
  margin-left: 17px;
  width: auto; }

@media (min-width: 768px) {
  .page-covid19 .clinical-cta span {
    margin-left: 35px;
    width: 70%; } }

.page-covid19 .clinical-cta span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(/content/images/covid19/icon-cta-caret.png) no-repeat 0 0;
  background-size: contain;
  right: 25px;
  width: 20px;
  height: 20px; }

@media (min-width: 768px) {
  .page-covid19 .clinical-cta span:after {
    right: 35px;
    width: 40px;
    height: 40px; } }

.page-covid19 .clinical-cta.caret-90 span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(/Content/images/covid19/icon-white-cta-btn.png) no-repeat 0 0;
  background-size: contain; }

.page-covid19 .clinical-cta-no-arrow span:after {
  display: none; }

.page-covid19 .cta-link {
  font-style: italic;
  font-weight: bold;
  color: #046ECC; }

.page-covid19 .cta-link.w-caret {
  display: inline-block;
  position: relative;
  padding-right: 25px; }

.page-covid19 .cta-link.w-caret:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 10px;
  height: 10px;
  background: url(/content/images/covid19/icon-cta-caret_blue.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1; }

.page-covid19 #eua .clipped .content-area {
  padding: 40px 20px; }

@media (min-width: 768px) {
  .page-covid19 #eua .clipped .content-area {
    padding: 40px; } }

.page-covid19 #eua .clipped.bg-cta-blue {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding: 15px 15px;
  /*&:after {
                    content: "";
                    position: absolute;
                    left: auto;
                    right: 0;
                    transform: translateY(-50%);
                    top: 50%;
                    width: 15px;
                    height: 15px;
                    background: url(/content/images/covid19/icon-cta-caret_blue.png) no-repeat 0 0;
                    background-size: contain;
                    line-height: 1;
                }*/ }

@media (min-width: 768px) {
  .page-covid19 #eua .clipped.bg-cta-blue {
    padding: 15px 25px; } }

.page-covid19 #eua .clipped.bg-cta-blue span {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-style: italic; }

.page-covid19 #eua .clipped.bg-cta-blue span:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 15px;
  height: 15px;
  background: url(/content/images/covid19/icon-cta-caret_blue.png) no-repeat 0 0;
  background-size: contain;
  line-height: 1; }

.page-covid19 #eua h2 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: none;
  line-height: 1;
  padding-top: 120px;
  text-align: center; }

@media (min-width: 768px) {
  .page-covid19 #eua h2 {
    padding-top: 0;
    text-align: left; } }

.page-covid19 #eua h2:before {
  position: absolute;
  content: "";
  margin-right: 0;
  left: 50%;
  top: 30px;
  width: 100px;
  height: 100px;
  background: url(/Content/images/covid19/icon-eua-header.png) no-repeat 0 0;
  background-size: contain;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .page-covid19 #eua h2:before {
    position: relative;
    margin-right: 35px;
    transform: translateX(0);
    left: auto;
    top: auto; } }

.page-covid19 #ongoing-research h3 {
  display: flex;
  align-items: center;
  margin-left: -95px;
  text-transform: none; }

.page-covid19 #ongoing-research h3:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 95px;
  height: 95px;
  background: url(/Content/images/covid19/icon-published.png) no-repeat 0 0;
  background-size: contain; }

@media (max-width: 767.98px) {
  .page-covid19 #ongoing-research .clinical-cta {
    height: 130px; } }

.page-covid19 #ongoing-research .clipped.bg-blue {
  color: #fff; }

.page-covid19 #ongoing-research .clipped .content-area {
  padding: 30px; }

@media (min-width: 768px) {
  .page-covid19 #ongoing-research .clipped .content-area {
    padding-left: 120px; } }

.page-covid19 #ongoing-research .clipped h3 {
  display: flex;
  align-items: center;
  margin-left: 0; }

@media (min-width: 768px) {
  .page-covid19 #ongoing-research .clipped h3 {
    margin-left: -95px; } }

.page-covid19 #ongoing-research .clipped h5 {
  margin: 10px 0 10px 15px; }

.page-covid19 #ongoing-research .dots-green li .pub-links {
  font-weight: bold;
  font-style: italic;
  color: #CDE9EE; }

.page-covid19 #ongoing-research .dots-green li:before {
  content: "";
  display: inline-block;
  margin-left: -16px;
  padding-right: 16px;
  width: 15px;
  height: 15px;
  background-position: 2px 2px;
  background-size: 58%; }

.page-covid19 #ongoing-research .iconized-head {
  display: flex;
  align-items: center;
  flex-direction: column; }

@media (min-width: 768px) {
  .page-covid19 #ongoing-research .iconized-head {
    flex-direction: row; } }

.page-covid19 #ongoing-research .iconized-head img {
  width: 110px; }

.page-covid19 #ongoing-research .iconized-head .specialized {
  margin: 20px 0 10px 0;
  line-height: 1.2; }

@media (min-width: 768px) {
  .page-covid19 #ongoing-research .iconized-head .specialized {
    margin: 10px -5px 10px 15px; } }

.page-covid19 #ongoing-research .iconized-head + p {
  margin: 1rem 0;
  width: 85%; }

.page-covid19 #covid-approach-jump h2, .page-covid19 #covid-approach-jump h4 {
  text-transform: none; }

.page-covid19 #covid-approach-jump h4 {
  font-size: 24px; }

.page-covid19 #covid-approach-jump .dots-blue {
  margin-top: 25px;
  margin-left: 0; }

.page-covid19 #covid-approach-jump .dots-blue.sub-list {
  margin-top: 5px; }

@media (max-width: 991.98px) {
  .page-covid19 #covid-approach-jump .btn {
    font-size: 0.8rem;
    line-height: inherit; } }

.page-covid19 #covid-approach-jump h2 {
  letter-spacing: normal; }

.page-covid19 .blockquote {
  padding: 20px 0;
  font-family: "Roboto Condensed";
  text-align: center; }

@media (min-width: 768px) {
  .page-covid19 .blockquote {
    padding: 20px; } }

.page-covid19 .blockquote:before {
  content: "";
  display: block;
  margin: 15px auto;
  width: 65px;
  height: 65px;
  background: url(/Content/images/covid19/icon_blockquote.png) no-repeat 0 0;
  background-size: contain; }

.page-covid19 .blockquote p {
  font-size: 17px;
  font-style: italic;
  color: #065BAA;
  font-feature-settings: "kern"; }

.page-covid19 .blockquote p.author {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #183460; }

.page-covid19 .blockquote p.author > .author-title {
  display: block;
  margin-top: 0.4em;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: normal; }

.callout-box-two .content-wrap {
  min-height: 380px; }

@media (max-width: 767.98px) {
  .callout-box-two .content-wrap {
    min-height: 100%; } }

.callout-box-two .callout-immune .content-wrap {
  padding: 70px 50px; }

@media (max-width: 767.98px) {
  .callout-box-two .callout-immune .content-wrap {
    padding: 40px 30px 80px; } }

.callout-box-two .callout-immune .icon-immune {
  position: absolute;
  bottom: 0;
  right: 0; }

@media (max-width: 767.98px) {
  .callout-box-two .callout-immune .icon-immune {
    bottom: -10px;
    right: -50px; } }

.callout-box-two .callout-technologies .content-wrap {
  padding: 30px 20px 15px 40px; }

@media (max-width: 767.98px) {
  .callout-box-two .callout-technologies .content-wrap {
    padding: 30px 20px 15px 30px; } }

.callout-box-two .btn-primary.outline {
  background-color: transparent; }

.callout-box-two .btn-primary.outline:after {
  background: transparent url(/content/images/btn-download-white.svg) no-repeat 50% 50%; }

.same-h {
  height: 100%; }

/*------------------------------------
  #SITEMAP
------------------------------------*/
.sitemap-header {
  position: relative;
  width: fit-content;
  display: table;
  margin-top: 25px; }

.sitemap-header a {
  color: #1b365d; }

.sitemap-header:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 16px;
  top: 6px;
  right: -20px;
  background-image: url(/content/images/responsibility/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.sitemap-item {
  font-size: 16px;
  color: #0054B2;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5px; }

/*------------------------------------
  #ACCESSIBILITY STATEMENT
------------------------------------*/
.page-accessibility h2 {
  font-size: 28px;
  font-weight: 700;
  margin: .8rem 0;
  text-transform: uppercase;
  letter-spacing: 5px; }

.page-accessibility h5 {
  margin-bottom: 15px; }

.page-accessibility .hero-head h3 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 5px;
  text-transform: uppercase; }

.page-accessibility p {
  font-size: 14px;
  line-height: 18px; }

.page-accessibility ul.terms-bullet li {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px; }

.page-accessibility ul.terms-bullet li:before {
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px; }

