@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.eot");
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype"), url("../fonts/Lato-Italic.svg#Lato-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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: #48A8C0;
  --secondary: #C0CF13;
  --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", "Liberation 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", "Liberation 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: #000000;
  text-align: left;
  background-color: #ffffff; }

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: #48A8C0;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #48A8C0;
    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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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: #ffffff;
  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: 1200px; } }

.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: #000000; }
  .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: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #dee684; }

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

.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: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  background-color: #f9f8f2;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 0px;
  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 #000000; }
  .form-control:focus {
    color: #000000;
    background-color: #f9f8f2;
    border-color: #333F48;
    outline: 0;
    box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #000000;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 1; }
  .form-control::placeholder {
    color: #000000;
    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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #f9f8f2; }

.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: 0.875rem;
  line-height: 1.5;
  color: #000000;
  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: 15px; }

.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; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.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") right 0.75rem center/8px 10px no-repeat, #f9f8f2 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.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") right 0.75rem center/8px 10px no-repeat, #f9f8f2 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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: normal;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  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: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 168, 192, 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: #48A8C0;
  border-color: #48A8C0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3a92a8;
    border-color: #378a9e; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3a92a8;
    border-color: #378a9e;
    box-shadow: 0 0 0 0.2rem rgba(99, 181, 201, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #48A8C0;
    border-color: #48A8C0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #378a9e;
    border-color: #338195; }
    .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(99, 181, 201, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #C0CF13;
  border-color: #C0CF13; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #a0ac10;
    border-color: #95a00f; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #a0ac10;
    border-color: #95a00f;
    box-shadow: 0 0 0 0.2rem rgba(168, 182, 22, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #C0CF13;
    border-color: #C0CF13; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #95a00f;
    border-color: #8a950e; }
    .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(168, 182, 22, 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: #48A8C0;
  border-color: #48A8C0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #48A8C0;
    border-color: #48A8C0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 168, 192, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #48A8C0;
    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: #48A8C0;
    border-color: #48A8C0; }
    .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(72, 168, 192, 0.5); }

.btn-outline-secondary {
  color: #C0CF13;
  border-color: #C0CF13; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #C0CF13;
    border-color: #C0CF13; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 207, 19, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #C0CF13;
    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: #212529;
    background-color: #C0CF13;
    border-color: #C0CF13; }
    .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(192, 207, 19, 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: #48A8C0;
  text-decoration: none; }
  .btn-link:hover {
    color: #48A8C0;
    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: #000000;
  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: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #48A8C0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    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(: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(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-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: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #000000;
  border-radius: 0px; }
  .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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.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: #48A8C0;
    background-color: #48A8C0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #333F48; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #cde7ee;
    border-color: #cde7ee; }
  .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: #f9f8f2;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.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: #48A8C0;
  background-color: #48A8C0; }

.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(72, 168, 192, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(72, 168, 192, 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(72, 168, 192, 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: #f9f8f2;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(72, 168, 192, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  vertical-align: middle;
  background: #f9f8f2 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") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #000000;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #333F48;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 168, 192, 0.25); }
    .custom-select:focus::-ms-value {
      color: #000000;
      background-color: #f9f8f2; }
  .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 #000000; }

.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: 50px;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #333F48;
    box-shadow: none; }
  .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: 50px;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  background-color: #f9f8f2;
  border: 1px solid #000000;
  border-radius: 0px; }
  .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: #000000;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0px 0px 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #48A8C0;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #cde7ee; }
  .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: #48A8C0;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #cde7ee; }
  .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: #48A8C0;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #cde7ee; }
  .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-link {
    margin-bottom: -1px;
    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: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .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: #48A8C0; }

.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: 0px; }
  .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: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
      overflow: visible; }
    .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-nav-scroll {
    overflow: visible; }
  .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 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         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 + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    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: #48A8C0;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #48A8C0;
    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(72, 168, 192, 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: #48A8C0;
  border-color: #48A8C0; }

.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: #48A8C0; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #378a9e; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 168, 192, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #C0CF13; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #95a00f; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(192, 207, 19, 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;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #255764;
  background-color: #daeef2;
  border-color: #cce7ed; }
  .alert-primary hr {
    border-top-color: #b9dee6; }
  .alert-primary .alert-link {
    color: #17373f; }

.alert-secondary {
  color: #646c0a;
  background-color: #f2f5d0;
  border-color: #edf2bd; }
  .alert-secondary hr {
    border-top-color: #e7eea8; }
  .alert-secondary .alert-link {
    color: #393d06; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress {
  display: 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: #48A8C0;
  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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              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: #000000;
    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: #48A8C0;
    border-color: #48A8C0; }
  .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: #255764;
  background-color: #cce7ed; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #255764;
    background-color: #b9dee6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #255764;
    border-color: #255764; }

.list-group-item-secondary {
  color: #646c0a;
  background-color: #edf2bd; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #646c0a;
    background-color: #e7eea8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #646c0a;
    border-color: #646c0a; }

.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: -webkit-min-content;
    height: -moz-min-content;
    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: -webkit-min-content;
      height: -moz-min-content;
      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", "Liberation 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", "Liberation 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: #000000; }

.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%;
  -webkit-backface-visibility: hidden;
          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: 50% / 100% 100% no-repeat; }

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

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

@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%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

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

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

@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;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.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: #48A8C0 !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #95a00f !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: #48A8C0 !important; }

.border-secondary {
  border-color: #C0CF13 !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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          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: -webkit-sticky !important;
  position: sticky !important; }

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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: #48A8C0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #30798b !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #7f890d !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: #000000 !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;
  word-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; } }

@media (max-width: 575.98px) {
  .container {
    width: calc(100% - 30px); } }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.45; }
  body {
    font-size: 18px; }
    @media screen and (min-width: 350px) {
      body {
        font-size: calc(18px + 0 * ((100vw - 350px) / 850)); } }
    @media screen and (min-width: 1200px) {
      body {
        font-size: 18px; } }

.page-wrapper {
  display: block;
  overflow: hidden;
  width: 100%; }

main {
  float: left;
  min-height: 600px;
  padding: 0px 0px;
  width: 100%; }
  @media (max-width: 991.98px) {
    main {
      min-height: 500px; } }
  @media (max-width: 767.98px) {
    main {
      min-height: 400px; } }

section {
  float: left;
  padding: 70px 0px;
  width: 100%; }

img {
  display: inline-block;
  max-width: 100%; }

.svg {
  pointer-events: none; }

.div-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

h1, .h1 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 22px; }
  h1, .h1 {
    font-size: 40px; }
    @media screen and (min-width: 350px) {
      h1, .h1 {
        font-size: calc(40px + 14 * ((100vw - 350px) / 850)); } }
    @media screen and (min-width: 1200px) {
      h1, .h1 {
        font-size: 54px; } }
  @media (max-width: 767.98px) {
    h1, .h1 {
      line-height: 44px; } }

h2, .h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 22px; }
  h2, .h2 {
    font-size: 38px; }
    @media screen and (min-width: 350px) {
      h2, .h2 {
        font-size: calc(38px + 7 * ((100vw - 350px) / 850)); } }
    @media screen and (min-width: 1200px) {
      h2, .h2 {
        font-size: 45px; } }
  @media (max-width: 767.98px) {
    h2, .h2 {
      line-height: 42px; } }

h3, .h3 {
  color: #333F48;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px; }

h4, .h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px; }

h5, .h5 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 22px; }

h6, .h6 {
  color: #333F48;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 22px; }

ul {
  margin: 0px 0px 20px;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 25px;
    position: relative; }
    ul li:before {
      background: #C0CF13;
      content: "";
      display: block;
      position: absolute;
      left: 0px;
      top: 9.5px;
      height: 7px;
      width: 7px;
      z-index: 0;
      border-radius: 100%; }
    ul li > ul {
      margin: 15px 0; }

ul.list-unstyled li {
  margin: 0px;
  padding: 0px; }
  ul.list-unstyled li:before {
    content: normal; }

ol {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style: none; }
  ol li {
    counter-increment: av-counter;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 25px;
    position: relative; }
    ol li {
      font-size: 18px; }
      @media screen and (min-width: 350px) {
        ol li {
          font-size: calc(18px + 0 * ((100vw - 350px) / 850)); } }
      @media screen and (min-width: 1200px) {
        ol li {
          font-size: 18px; } }
    ol li:before {
      content: counter(av-counter) ".";
      counter-increment: none;
      color: #C0CF13;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 0; }

a {
  text-decoration: none; }

p {
  margin-bottom: 30px; }

.btn {
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.2s ease; }
  .btn:focus, .btn.focus {
    box-shadow: none !important; }
  .btn.btn-outline-primary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase; }
    .btn.btn-outline-primary:hover {
      border-color: #fff;
      color: #48A8C0;
      background-color: #fff; }

.btn-link {
  color: #C0CF13;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline; }

.form-control {
  border: 1px solid #D9D9D9;
  color: #27251F;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 11px;
  height: auto;
  font-weight: normal;
  border-radius: 0;
  background-color: #ffffff; }
  .form-control::-webkit-input-placeholder {
    color: #B6B6B6;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -m-opacity: 1;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #B6B6B6;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -m-opacity: 1;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #B6B6B6;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -m-opacity: 1;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #B6B6B6;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -m-opacity: 1;
    opacity: 1; }

.select2-container {
  z-index: 99;
  max-width: 100%; }
  @media (max-width: 1199.98px) {
    .select2-container {
      max-width: 210px; } }
  @media (max-width: 991.98px) {
    .select2-container {
      max-width: 100%; } }

.select2-container--default .select2-selection--single {
  border: 1px solid #D9D9D9;
  border-radius: 0;
  color: #27251F;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  padding: 11px 45px 11px 14px;
  height: auto;
  letter-spacing: normal; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  outline: none;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin: auto;
  top: 6px;
  right: 5px;
  background: url("../img/down-arrow.svg") no-repeat center center;
  height: 36px;
  width: 36px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg); }

.select2-container--open.select2-container--default .select2-selection--single {
  color: #000000;
  border: 1px solid #cbd9db; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color: #C0CF13 !important; }

.select2-dropdown,
.select2-container--open .select2-dropdown--below {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.select2-dropdown ul li:before {
  content: normal; }

.select2-results__option {
  margin: 0px;
  padding: 10px 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #ffffff;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .select2-results__option:first-child {
    border-top: 1px solid #dfdfdf; }
    .select2-results__option:first-child:hover {
      border-top-color: transparent; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  margin: 0px;
  padding: 10px 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  background: #ffffff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #ffffff;
  background-color: #C0CF13;
  border-top-color: transparent; }

.select2-container--default .select2-results__option[aria-disabled="true"] {
  display: none;
  background-color: #ffffff;
  color: white; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed; }

.select2-container--default .select2-results > .select2-results__options {
  margin-left: -1px;
  margin-top: -1px;
  margin-right: -1px; }

.mCSB_inside > .mCSB_container {
  margin-right: 16px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #C0CF13; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #C0CF13; }

.mCustomScrollBox > .mCSB_scrollTools {
  top: 20px;
  bottom: 20px;
  height: auto; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2); }

.slick-slider .slick-slide {
  outline: none; }

.slick-slider .slick-arrow {
  width: 22px;
  height: 22px;
  font-size: 0;
  border: none;
  outline: none;
  background: url("../img/slider-arrow.svg") no-repeat center;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .slick-slider .slick-arrow {
      top: 50px; } }
  .slick-slider .slick-arrow.slick-prev {
    left: -55px;
    background: url("../img/left-arrow-slider.svg") no-repeat center; }
    @media (max-width: 991.98px) {
      .slick-slider .slick-arrow.slick-prev {
        left: -10px; } }
    @media (max-width: 575.98px) {
      .slick-slider .slick-arrow.slick-prev {
        left: 20px; } }
  .slick-slider .slick-arrow.slick-next {
    right: 24px;
    left: auto; }
    @media (max-width: 575.98px) {
      .slick-slider .slick-arrow.slick-next {
        right: 20px; } }

.custom-dropdown {
  float: left;
  width: 100%;
  position: relative; }
  .custom-dropdown .selected {
    float: left;
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 11px 50px 11px 14px;
    font-size: 16px;
    line-height: 22px;
    color: #27251F;
    background: url("../img/down-arrow.svg") no-repeat right 15px center #ffffff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .custom-dropdown .dropdown-list {
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    z-index: 1;
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
    .custom-dropdown .dropdown-list a {
      display: block;
      padding: 5px;
      color: #27251F;
      font-size: 16px; }

.nav-tabs {
  display: none; }

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
    border: none; }
    .nav-tabs .nav-item {
      margin-bottom: 0;
      display: block;
      width: 100%;
      position: relative; }
      .nav-tabs .nav-item .nav-link {
        color: #48A8C0;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 40px 12px 18px;
        border: none;
        border-bottom: 1px solid #E3E3E3;
        border-radius: 0; }
        .nav-tabs .nav-item .nav-link::after {
          margin-left: 10px;
          vertical-align: middle;
          position: absolute;
          content: "";
          position: absolute;
          right: 15px;
          top: 20px;
          transform: rotate(-90deg);
          -webkit-opacity: 0;
          -moz-opacity: 0;
          -o-opacity: 0;
          -m-opacity: 0;
          opacity: 0;
          height: 10px;
          width: 10px;
          background: url("../img/down-arrow-white.png") no-repeat center transparent; }
        .nav-tabs .nav-item .nav-link.active {
          background-color: #48A8C0;
          color: #ffffff;
          border-bottom-color: transparent; }
          .nav-tabs .nav-item .nav-link.active::after {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -o-opacity: 1;
            -m-opacity: 1;
            opacity: 1; }
  .card {
    border: none; }
  .card-body {
    padding: 0; }
  .card .card-header {
    display: none; }
  .card .collapse {
    display: block; } }

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1; }
  .card {
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    border: 0; }
    .card .card-body {
      padding: 15px 0; }
    .card .card-header {
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0 !important;
      background-color: transparent; }
      .card .card-header a {
        margin: 0;
        border: 0;
        border-radius: 0 !important;
        background-color: transparent;
        color: #48A8C0;
        font-size: 16px;
        line-height: 22px;
        padding: 12px 40px 12px 18px;
        border: none;
        border-bottom: 1px solid #E3E3E3;
        border-radius: 0;
        text-decoration: none !important;
        display: block; }
        .card .card-header a::after {
          margin-left: 10px;
          vertical-align: middle;
          position: absolute;
          content: "";
          position: absolute;
          right: 15px;
          top: 20px;
          transform: rotate(0);
          -webkit-opacity: 0;
          -moz-opacity: 0;
          -o-opacity: 0;
          -m-opacity: 0;
          opacity: 0;
          height: 10px;
          width: 10px;
          background: url("../img/down-arrow-white.png") no-repeat center transparent; }
    .card .card-header a[aria-expanded="true"] {
      background-color: #48A8C0;
      color: #ffffff;
      border-bottom-color: transparent; } }

/**** Multi Select ****/
.ms-parent {
  max-width: 100%;
  min-width: 100%; }
  .ms-parent .ms-choice {
    border: 1px solid #D9D9D9;
    border-radius: 0;
    color: #27251F;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    padding: 11px 45px 11px 14px;
    height: 45px;
    letter-spacing: normal; }
    .ms-parent .ms-choice:focus, .ms-parent .ms-choice:active {
      border-color: #C0CF13;
      outline: none; }
    .ms-parent .ms-choice > span {
      height: 45px;
      line-height: 45px;
      right: 38px;
      left: 14px; }
      .ms-parent .ms-choice > span.placeholder {
        color: #27251F; }
    .ms-parent .ms-choice > div.icon-caret {
      margin: auto;
      top: 6px;
      right: 5px;
      background: url("../img/down-arrow.svg") no-repeat center center;
      height: 36px;
      width: 36px;
      border: none; }
      .ms-parent .ms-choice > div.icon-caret.open {
        transform: rotate(-180deg); }
  .ms-parent .ms-drop {
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15) !important;
    box-sizing: border-box;
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .ms-parent .ms-drop .ms-search {
      padding: 0px; }
      .ms-parent .ms-drop .ms-search input {
        padding: 10px 19px;
        color: #000000;
        font-size: 16px;
        line-height: 22px;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #dfdfdf; }
        .ms-parent .ms-drop .ms-search input:focus {
          border-color: #C0CF13; }
    .ms-parent .ms-drop ul li {
      margin: 0px;
      padding: 0px;
      color: #000000;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      line-height: 22px;
      background: #ffffff;
      border-bottom: 1px solid #dfdfdf; }
      .ms-parent .ms-drop ul li > label {
        padding: 10px 19px 10px 36px;
        width: 100%;
        word-break: break-word;
        white-space: normal;
        margin-bottom: 0;
        cursor: pointer; }
      .ms-parent .ms-drop ul li:hover {
        color: #ffffff;
        background-color: #C0CF13;
        border-top-color: transparent; }
      .ms-parent .ms-drop ul li:before {
        display: none; }
      .ms-parent .ms-drop ul li input[type="checkbox"] {
        opacity: 0;
        visibility: hidden; }
        .ms-parent .ms-drop ul li input[type="checkbox"] ~ span {
          position: relative; }
          .ms-parent .ms-drop ul li input[type="checkbox"] ~ span:before {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 14px;
            height: 14px;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border: #adb5bd solid 1px; }
          .ms-parent .ms-drop ul li input[type="checkbox"] ~ span:after {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 14px;
            height: 14px;
            content: "";
            background: url("../img/check.svg") no-repeat center center;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 11px; }
        .ms-parent .ms-drop ul li input[type="checkbox"]:checked ~ span:before {
          color: #fff;
          border-color: #48A8C0;
          background-color: #48A8C0; }

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

.dissallow-rsvp {
  pointer-events: none;
  opacity: 0.7; }

.loader-div {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8); }
  .loader-div .spinner-border {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  header.fixed-top {
    z-index: 9999; }
  header .navbar-brand {
    max-width: 286px; }
    @media (max-width: 1199.98px) {
      header .navbar-brand {
        padding: 18px 0px; } }
    @media (max-width: 575.98px) {
      header .navbar-brand {
        max-width: 230px; } }
    header .navbar-brand img {
      display: block;
      height: auto; }
  header .navbar.navbar-expand-lg {
    padding: 0px;
    z-index: 3; }
    @media (max-width: 991.98px) {
      header .navbar.navbar-expand-lg .container {
        max-width: 100%;
        padding: 0px 15px;
        width: 100%; } }
    header .navbar.navbar-expand-lg .navbar-nav {
      transition: all 0.5s ease; }
      @media (max-width: 991.98px) {
        header .navbar.navbar-expand-lg .navbar-nav {
          transition: none; } }
      header .navbar.navbar-expand-lg .navbar-nav > li {
        position: static;
        outline: none; }
        @media (max-width: 991.98px) {
          header .navbar.navbar-expand-lg .navbar-nav > li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            position: relative; } }
        header .navbar.navbar-expand-lg .navbar-nav > li .caret {
          background: url("../img/arrow-bottom.png") no-repeat center;
          display: none;
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 10px;
          height: 50px;
          width: 50px;
          z-index: 3; }
          @media (max-width: 991.98px) {
            header .navbar.navbar-expand-lg .navbar-nav > li .caret {
              display: block;
              width: 100%;
              background-position: right 18px center; } }
        header .navbar.navbar-expand-lg .navbar-nav > li.show .caret {
          transform: rotate(180deg);
          background-position: left 18px center; }
        header .navbar.navbar-expand-lg .navbar-nav > li > a {
          color: #ffffff;
          display: block;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: -0.11px;
          outline: none;
          padding: 30px 15px;
          text-decoration: none; }
          @media (max-width: 1199.98px) {
            header .navbar.navbar-expand-lg .navbar-nav > li > a {
              padding: 30px 10px; } }
          @media (max-width: 991.98px) {
            header .navbar.navbar-expand-lg .navbar-nav > li > a {
              padding: 15px 60px 15px 15px; } }
          header .navbar.navbar-expand-lg .navbar-nav > li > a:after {
            display: none; }
        header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu {
          background: #ffffff url("../img/subnav-bg.jpg") no-repeat 0px 0px;
          background-size: cover;
          border: none;
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.15);
          display: block;
          font-family: "Lato", sans-serif;
          margin: -1px 0px 0px;
          min-height: 250px;
          padding: 40px 0px;
          width: 100%;
          pointer-events: none;
          transform: translate(0, 10px);
          transition-delay: 0.35s;
          transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
          visibility: hidden;
          -webkit-opacity: 0;
          -moz-opacity: 0;
          -o-opacity: 0;
          -m-opacity: 0;
          opacity: 0;
          border-radius: 0px; }
          @media (max-width: 991.98px) {
            header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu {
              box-shadow: none;
              display: none;
              position: relative;
              top: 0;
              transform: translate(0, 0px);
              visibility: visible;
              -webkit-opacity: 1;
              -moz-opacity: 1;
              -o-opacity: 1;
              -m-opacity: 1;
              opacity: 1;
              transition: none; }
              header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu.show {
                display: block;
                pointer-events: all; }
              header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu .btn {
                margin: 0px 0px 30px; } }
          header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu h2 {
            color: #293237;
            font-family: "Lato", sans-serif;
            font-size: 34px;
            font-weight: 300;
            line-height: 40px;
            margin: 0px 0px 26px; }
          header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu h3 {
            color: #333F48;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 900;
            line-height: 16px;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin: 0px 0px 15px; }
            header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu h3 a {
              display: inline-block;
              color: #333F48; }
          header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu ul {
            margin: 0px 0px 22px; }
            header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu ul li {
              margin-bottom: 7px;
              display: block; }
              header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu ul li a {
                color: #1E8FAB;
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                line-height: 17px;
                letter-spacing: -0.1px; }
        header .navbar.navbar-expand-lg .navbar-nav > li.active {
          outline: none; }
          header .navbar.navbar-expand-lg .navbar-nav > li.active > a {
            background: #48A8C0;
            outline: none; }
        header .navbar.navbar-expand-lg .navbar-nav > li:hover {
          outline: none; }
          header .navbar.navbar-expand-lg .navbar-nav > li:hover > a {
            background: #48A8C0;
            outline: none; }
            @media (max-width: 991.98px) {
              header .navbar.navbar-expand-lg .navbar-nav > li:hover > a {
                background: none; } }
          @media (min-width: 992px) {
            header .navbar.navbar-expand-lg .navbar-nav > li:hover .dropdown-menu {
              display: block;
              pointer-events: all;
              transform: translate(0, 0px);
              visibility: visible;
              -webkit-opacity: 1;
              -moz-opacity: 1;
              -o-opacity: 1;
              -m-opacity: 1;
              opacity: 1; } }
    header .navbar.navbar-expand-lg .search-bar {
      position: relative;
      padding: 22px 5px;
      margin: 0px 12px; }
      @media (max-width: 1199.98px) {
        header .navbar.navbar-expand-lg .search-bar {
          margin: 0px 5px; } }
      @media (max-width: 991.98px) {
        header .navbar.navbar-expand-lg .search-bar {
          margin: 0px 15px;
          padding: 20px 0px; } }
      header .navbar.navbar-expand-lg .search-bar .btn-search {
        background: url("../img/icn-search.png") no-repeat center center;
        display: block;
        float: right;
        margin: 0px;
        outline: none;
        padding: 0px;
        position: relative;
        height: 36px;
        width: 30px;
        z-index: -1;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
        @media (max-width: 991.98px) {
          header .navbar.navbar-expand-lg .search-bar .btn-search {
            display: none; } }
      header .navbar.navbar-expand-lg .search-bar input[type="text"] {
        background: none;
        border: none;
        color: #ffffff;
        font-size: 0px;
        line-height: 20px;
        outline: none;
        margin: auto;
        padding: 10px 0px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        height: 40px;
        width: 0px;
        z-index: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        transition: all 0.5s ease; }
        @media (max-width: 991.98px) {
          header .navbar.navbar-expand-lg .search-bar input[type="text"] {
            background: #48A8C0;
            font-size: 16px;
            padding: 10px 40px 10px 15px;
            position: relative;
            height: auto;
            width: 100%; } }
        header .navbar.navbar-expand-lg .search-bar input[type="text"]::-webkit-input-placeholder {
          color: #ffffff; }
        header .navbar.navbar-expand-lg .search-bar input[type="text"]::-moz-placeholder {
          color: #ffffff; }
        header .navbar.navbar-expand-lg .search-bar input[type="text"]:-ms-input-placeholder {
          color: #ffffff; }
        header .navbar.navbar-expand-lg .search-bar input[type="text"]:-moz-placeholder {
          color: #ffffff; }
      header .navbar.navbar-expand-lg .search-bar input[type="submit"] {
        background: url("../img/icn-search.png") no-repeat center center;
        border: none;
        display: none;
        float: right;
        margin: 0px;
        outline: none;
        padding: 0px;
        margin: auto;
        position: absolute;
        top: 0px;
        bottom: 0px;
        height: 36px;
        width: 30px;
        z-index: 4;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
        @media (max-width: 991.98px) {
          header .navbar.navbar-expand-lg .search-bar input[type="submit"] {
            display: block;
            right: 0px;
            height: 40px;
            width: 40px; } }
      header .navbar.navbar-expand-lg .search-bar:hover input[type="text"] {
        background: #48A8C0;
        font-size: 16px;
        padding: 10px 35px 10px 15px;
        width: 285px; }
        @media (max-width: 991.98px) {
          header .navbar.navbar-expand-lg .search-bar:hover input[type="text"] {
            padding: 10px 40px 10px 15px;
            width: 100%; } }
      header .navbar.navbar-expand-lg .search-bar.open-search input[type="submit"] {
        display: block; }
    header .navbar.navbar-expand-lg .dropdown-select {
      position: relative; }
      @media (max-width: 991.98px) {
        header .navbar.navbar-expand-lg .dropdown-select {
          border-top: 1px solid rgba(255, 255, 255, 0.2); } }
      header .navbar.navbar-expand-lg .dropdown-select .dropdown-toggle {
        color: #ffffff;
        display: block;
        font-size: 16px;
        font-weight: 900;
        line-height: 20px;
        letter-spacing: -0.11px;
        padding: 30px 0px 30px 15px;
        text-transform: uppercase;
        text-decoration: none; }
        @media (max-width: 991.98px) {
          header .navbar.navbar-expand-lg .dropdown-select .dropdown-toggle {
            padding: 15px; }
            header .navbar.navbar-expand-lg .dropdown-select .dropdown-toggle:after {
              margin: 8px 5px 8px 0px;
              float: right; } }
      header .navbar.navbar-expand-lg .dropdown-select .dropdown-menu {
        background: #48A8C0;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        border: none;
        left: auto;
        right: 0px;
        margin: 0px;
        min-width: 110px;
        padding: 5px 0px;
        border-radius: 0px; }
        @media (max-width: 991.98px) {
          header .navbar.navbar-expand-lg .dropdown-select .dropdown-menu {
            box-shadow: none;
            position: relative;
            width: 100%; } }
        header .navbar.navbar-expand-lg .dropdown-select .dropdown-menu a {
          color: #ffffff;
          display: block;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
          padding: 5px 10px;
          text-decoration: none; }
          @media (max-width: 991.98px) {
            header .navbar.navbar-expand-lg .dropdown-select .dropdown-menu a {
              padding: 8px 15px; } }
          header .navbar.navbar-expand-lg .dropdown-select .dropdown-menu a.selected {
            display: none; }
          header .navbar.navbar-expand-lg .dropdown-select .dropdown-menu a:hover {
            background: rgba(0, 0, 0, 0.2); }
      header .navbar.navbar-expand-lg .dropdown-select.show .dropdown-toggle:after {
        border-top: 0px;
        border-left: 0.3em solid transparent;
        border-right: 0.3em solid transparent;
        border-bottom: 0.3em solid; }

.scroll-fix {
  background: #252629;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: none; }

@media (max-width: 991.98px) {
  header .navbar-toggler {
    padding: 0px;
    border: none;
    cursor: pointer; }
    header .navbar-toggler:hover, header .navbar-toggler:focus {
      outline: none; }
    header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      background: url("../img/close.png") no-repeat center center; }
    header .navbar-toggler .navbar-toggler-icon {
      background: url("../img/hamburger-nav.png") no-repeat center center;
      height: 36px;
      width: 36px; }
  header .navbar-collapse {
    background: #333F48;
    height: calc(100% - 63px);
    position: fixed;
    top: 63px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    transition: none; } }

body.dark-head {
  padding: 80px 0px 0px; }
  @media (max-width: 991.98px) {
    body.dark-head {
      padding: 70px 0px 0px; } }
  @media (max-width: 575.98px) {
    body.dark-head {
      padding: 65px 0px 0px; } }
  body.dark-head header {
    background: #333F48 url("../img/header-bg.jpg") no-repeat 0px 0px;
    background-size: cover; }
    body.dark-head header.scroll-fix {
      background: #252629; }

body.black-head {
  padding: 80px 0px 0px; }
  @media (max-width: 991.98px) {
    body.black-head {
      padding: 70px 0px 0px; } }
  body.black-head header {
    background: #252629; }

#liCareers ul {
  margin-bottom: 35px; }
  @media (max-width: 991.98px) {
    #liCareers ul {
      margin-bottom: 22px; } }
  #liCareers ul:last-child {
    margin-bottom: 22px; }

header ul #liLocation .dropdown-menu .container .row {
  justify-content: flex-end; }

header ul #liLocation .location-main-link {
  width: 175px;
  margin-right: 30px; }
  @media (max-width: 991.98px) {
    header ul #liLocation .location-main-link {
      width: 100%;
      margin-right: 0;
      padding: 0 15px; } }

@media (max-width: 991.98px) {
  header ul #liLocation .location-links {
    width: 100%;
    padding: 0 15px; } }

header ul #liLocation .location-links h3 {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 900; }

header ul #liLocation .location-links ul {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px; }
  @media (max-width: 767.98px) {
    header ul #liLocation .location-links ul {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 30;
           column-gap: 30; } }
  @media (max-width: 575.98px) {
    header ul #liLocation .location-links ul {
      -moz-column-count: 1;
           column-count: 1;
      -moz-column-gap: 0;
           column-gap: 0; } }
  header ul #liLocation .location-links ul li {
    width: 170px; }
    @media (max-width: 575.98px) {
      header ul #liLocation .location-links ul li {
        width: 100%; } }

/*new header menu changes*/
@media (min-width: 992px) {
  header .navbar.navbar-expand-lg .navbar-nav #liFirmsNews,
  header .navbar.navbar-expand-lg .navbar-nav #liAboutUs {
    position: relative; }
    header .navbar.navbar-expand-lg .navbar-nav #liFirmsNews .dropdown-menu,
    header .navbar.navbar-expand-lg .navbar-nav #liAboutUs .dropdown-menu {
      width: 230px;
      padding: 32px;
      left: -15px;
      background-image: none;
      min-height: auto; }
      header .navbar.navbar-expand-lg .navbar-nav #liFirmsNews .dropdown-menu ul,
      header .navbar.navbar-expand-lg .navbar-nav #liAboutUs .dropdown-menu ul {
        margin-bottom: 0; } }

@media (min-width: 992px) {
  header .navbar.navbar-expand-lg .navbar-nav #liCareers {
    position: relative; }
    header .navbar.navbar-expand-lg .navbar-nav #liCareers .dropdown-menu {
      width: 596px;
      padding: 36px 28px 18px 40px;
      left: -263px;
      background-image: none; }
      header .navbar.navbar-expand-lg .navbar-nav #liCareers .dropdown-menu ul {
        margin: 0px 0px 35px; } }

@media all and (-ms-high-contrast: none) {
  #liPracticeAreas .dropdown-menu .container .row {
    width: 100%; }
  /* IE10 */
  #liFirmsNews .dropdown-menu .container .row {
    width: 100%; }
  /* IE10 */
  #liAboutUs .dropdown-menu .container .row {
    width: 100%; }
  /* IE10 */
  #liCareers .dropdown-menu .container .row {
    width: 100%; }
  /* IE10 */
  .hp-slide .item #Banner1 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE10 */
  .hp-slide .item #Banner2 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE10 */
  .hp-slide .item #Banner3 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE10 */
  .hp-slide .item #Banner4 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE10 */
  *::-ms-backdrop, #liPracticeAreas .dropdown-menu .container .row {
    width: 100%; }
  /* IE11 */
  *::-ms-backdrop, #liFirmsNews .dropdown-menu .container .row {
    width: 100%; }
  /* IE11 */
  *::-ms-backdrop, #liAboutUs .dropdown-menu .container .row {
    width: 100%; }
  /* IE11 */
  *::-ms-backdrop, #liCareers .dropdown-menu .container .row {
    width: 100%; }
  /* IE11 */
  *::-ms-backdrop, .hp-slide .item #Banner1 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE11 */
  *::-ms-backdrop, .hp-slide .item #Banner2 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE11 */
  *::-ms-backdrop, .hp-slide .item #Banner3 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE11 */
  *::-ms-backdrop, .hp-slide .item #Banner4 svg {
    width: 770px !important;
    height: 308px !important; }
  /* IE11 */ }

@media (min-width: 992px) {
  header .navbar.navbar-expand-lg .navbar-nav > li .dropdown-menu .container {
    justify-content: flex-end; } }

@media (min-width: 992px) {
  header .navbar.navbar-expand-lg .navbar-nav > li#liAboutUs .dropdown-menu .container {
    justify-content: flex-start;
    padding: 0; } }

@media (min-width: 992px) {
  header .navbar.navbar-expand-lg .navbar-nav > li#liAboutUs .dropdown-menu .container .row {
    margin: 0; } }

@media (max-width: 1199.98px) {
  header .navbar.navbar-expand-lg .navbar-nav > li#liCareers .dropdown-menu {
    left: -303px; } }

@media (max-width: 991.98px) {
  header .navbar.navbar-expand-lg .navbar-nav > li#liCareers .dropdown-menu {
    left: 0; } }

@media (min-width: 992px) {
  header .navbar.navbar-expand-lg .navbar-nav > li#liCareers .dropdown-menu .container {
    justify-content: flex-start;
    padding: 0; } }

@media (min-width: 992px) {
  header .navbar.navbar-expand-lg .navbar-nav > li#liCareers .dropdown-menu .container .row {
    margin: 0;
    width: 100%; } }

footer {
  background: #000000;
  float: left;
  padding: 22px 0px 10px;
  width: 100%;
  text-align: center; }

.social-icons {
  margin-bottom: 12px; }
  .social-icons a {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    opacity: 0.5;
    transition: all 0.3s; }
    .social-icons a:hover {
      opacity: 1; }

.copy-txt {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400; }
  .copy-txt > a {
    color: #FFFFFF;
    text-decoration: underline;
    margin: 0; }
  .copy-txt ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    .copy-txt ul li {
      color: #ffffff;
      font-size: 12px;
      line-height: 30px;
      font-weight: 400;
      margin: 0;
      padding: 0 12px; }
      .copy-txt ul li:before {
        content: "";
        width: 1px;
        height: 10px;
        background: #fff;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
        @media (max-width: 767.98px) {
          .copy-txt ul li:before {
            display: none; } }
      @media (max-width: 1199.98px) {
        .copy-txt ul li:last-child::before {
          display: none; } }
      @media (max-width: 767.98px) {
        .copy-txt ul li {
          line-height: 20px;
          margin-top: 10px; }
          .copy-txt ul li:first-child {
            order: 3; } }
      .copy-txt ul li:first-child::before {
        display: none; }
      .copy-txt ul li a {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff; }

.copy-txt span a {
  color: #C0CF13; }

.copy-txt ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: normal;
  height: auto;
  position: relative;
  top: -2px; }

.hp-hero {
  color: #ffffff;
  padding: 0px;
  position: relative; }
  .hp-hero:after {
    background: #002b33;
    background: linear-gradient(180deg, rgba(0, 43, 51, 0) 0%, #002b33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b33", endColorstr="#002b33", GradientType=1);
    content: '';
    height: 480px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0; }
    @media (max-width: 767.98px) {
      .hp-hero:after {
        height: 350px; } }
  .hp-hero .hero-caption {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 150px 15px 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99; }
    .hp-hero .hero-caption .hero-title img {
      display: block;
      height: auto;
      margin: auto; }
    .hp-hero .hero-caption .attorney-search h4 {
      font-weight: 900;
      letter-spacing: 5.83px;
      margin: 0px 0px 20px;
      text-transform: uppercase; }
    .hp-hero .hero-caption .attorney-search .search-group {
      display: block;
      margin: 20px auto;
      width: 100%;
      max-width: 435px;
      overflow: hidden; }
      @media (max-width: 575.98px) {
        .hp-hero .hero-caption .attorney-search .search-group {
          max-width: 345px; } }
      .hp-hero .hero-caption .attorney-search .search-group input {
        box-sizing: border-box;
        border: none;
        float: left;
        font-size: 14px;
        line-height: normal;
        height: 44px;
        outline: none;
        padding: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0; }
      .hp-hero .hero-caption .attorney-search .search-group input[type="text"] {
        max-width: 315px;
        line-height: 1;
        padding-left: 21px;
        width: 100%; }
        @media (max-width: 575.98px) {
          .hp-hero .hero-caption .attorney-search .search-group input[type="text"] {
            width: calc(100% - 85px); } }
      .hp-hero .hero-caption .attorney-search .search-group input[type="submit"] {
        background: #48A8C0;
        color: #ffffff;
        font-size: 13px;
        font-weight: 900;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 120px;
        letter-spacing: 1px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; }
        @media (max-width: 575.98px) {
          .hp-hero .hero-caption .attorney-search .search-group input[type="submit"] {
            width: 85px; } }
        .hp-hero .hero-caption .attorney-search .search-group input[type="submit"]:hover {
          background: #42a0b7; }

.hp-slide {
  display: block; }
  .hp-slide .item {
    transition: all 0.5s ease; }
    .hp-slide .item img {
      background-position: center center;
      display: block;
      height: 930px;
      width: 100%; }
      @media (max-width: 1199.98px) {
        .hp-slide .item img {
          height: 820px; } }
      @media (max-width: 767.98px) {
        .hp-slide .item img {
          height: 650px; } }
    .hp-slide .item #Banner1,
    .hp-slide .item #Banner2,
    .hp-slide .item #Banner3,
    .hp-slide .item #Banner4 {
      width: 770px;
      left: 0;
      height: auto;
      position: absolute;
      right: 0;
      margin: 0 auto;
      top: 135px; }
      @media (max-width: 991.98px) {
        .hp-slide .item #Banner1,
        .hp-slide .item #Banner2,
        .hp-slide .item #Banner3,
        .hp-slide .item #Banner4 {
          width: 570px; } }
      @media (max-width: 767.98px) {
        .hp-slide .item #Banner1,
        .hp-slide .item #Banner2,
        .hp-slide .item #Banner3,
        .hp-slide .item #Banner4 {
          width: 100%; } }

.hp-whats-new {
  background: #002b33 url("../img/whats-new-bg.jpg") no-repeat top right;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
  padding: 105px 0px; }
  @media (max-width: 767.98px) {
    .hp-whats-new {
      padding: 55px 0; } }
  .hp-whats-new h2 {
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .hp-whats-new h2 {
        padding-right: 100px; } }
    @media (max-width: 575.98px) {
      .hp-whats-new h2 {
        padding: 0px; } }
  @media (max-width: 991.98px) {
    .hp-whats-new #btnSlide {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 99; } }
  @media (max-width: 575.98px) {
    .hp-whats-new #btnSlide {
      position: relative;
      margin: 0px 0px 20px; } }
  .hp-whats-new #btnSlide .slick-arrow {
    background: transparent url("../img/left-arrow.png") no-repeat center center;
    border: 0.8px solid rgba(255, 255, 255, 0.23);
    font-size: 0px;
    outline: none;
    overflow: hidden;
    height: 56px;
    width: 56px; }
    .hp-whats-new #btnSlide .slick-arrow.slick-next {
      transform: rotate(180deg); }
    .hp-whats-new #btnSlide .slick-arrow.slick-disabled {
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      -o-opacity: 0.5;
      -m-opacity: 0.5;
      opacity: 0.5; }
    .hp-whats-new #btnSlide .slick-arrow:hover {
      background-color: rgba(255, 255, 255, 0.15); }
  .hp-whats-new.new-whats-new {
    background: #002B33;
    margin: -230px 0 0 0;
    padding-bottom: 30px; }
    .hp-whats-new.new-whats-new .new-at-qe .item {
      opacity: 0.6; }
      .hp-whats-new.new-whats-new .new-at-qe .item.slick-active {
        opacity: 1; }
      .hp-whats-new.new-whats-new .new-at-qe .item a {
        border-top: 4px solid #48A8C0; }
        .hp-whats-new.new-whats-new .new-at-qe .item a:hover {
          background: #14656B;
          border-color: #C0CF13; }
      @media (max-width: 575.98px) {
        .hp-whats-new.new-whats-new .new-at-qe .item {
          max-width: 398px; } }
      @media (max-width: 374px) {
        .hp-whats-new.new-whats-new .new-at-qe .item {
          max-width: 320px; } }
    .hp-whats-new.new-whats-new #btnSlide {
      z-index: 9;
      position: relative; }
      .hp-whats-new.new-whats-new #btnSlide .slick-arrow {
        position: absolute;
        top: 110px;
        border: 0;
        background-color: transparent; }
        @media (max-width: 575.98px) {
          .hp-whats-new.new-whats-new #btnSlide .slick-arrow {
            top: 85px; } }
        .hp-whats-new.new-whats-new #btnSlide .slick-arrow.slick-prev {
          left: 70px; }
          @media (max-width: 767.98px) {
            .hp-whats-new.new-whats-new #btnSlide .slick-arrow.slick-prev {
              left: 0; } }
        .hp-whats-new.new-whats-new #btnSlide .slick-arrow.slick-next {
          right: 70px; }
          @media (max-width: 767.98px) {
            .hp-whats-new.new-whats-new #btnSlide .slick-arrow.slick-next {
              right: 0; } }
        .hp-whats-new.new-whats-new #btnSlide .slick-arrow:hover {
          background-color: transparent; }
    .hp-whats-new.new-whats-new .bottom-link {
      text-align: center;
      padding: 0 15px;
      margin-top: 28px; }
      .hp-whats-new.new-whats-new .bottom-link a {
        text-decoration: none; }
    .hp-whats-new.new-whats-new h2 {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 4px;
      margin-bottom: 30px;
      padding: 0;
      font-weight: 900;
      text-transform: uppercase; }

.learn-more-wrap {
  background: #002b33;
  padding: 0; }
  .learn-more-wrap .learn-more-content {
    padding: 50px 50px 45px 60px;
    background-color: rgba(20, 101, 107, 0.2);
    margin-bottom: 40px; }
    @media (max-width: 1199.98px) {
      .learn-more-wrap .learn-more-content {
        padding: 30px; } }
    @media (max-width: 767.98px) {
      .learn-more-wrap .learn-more-content {
        margin-bottom: 10px;
        padding: 30px 20px; } }
    .learn-more-wrap .learn-more-content h3 {
      color: #ffffff;
      margin: 0; }
      @media (max-width: 1199.98px) {
        .learn-more-wrap .learn-more-content h3 {
          margin-bottom: 30px;
          text-align: center; } }
    .learn-more-wrap .learn-more-content .btn-primary {
      border: 1px solid #48A8C0;
      font-size: 13px;
      background: transparent;
      line-height: 16px;
      letter-spacing: 2px;
      font-weight: 900;
      text-transform: uppercase;
      display: inline-block;
      padding: 13px 16px;
      color: #48A8C0;
      transition: all 0.3s ease;
      text-decoration: none; }
      .learn-more-wrap .learn-more-content .btn-primary:hover, .learn-more-wrap .learn-more-content .btn-primary:focus, .learn-more-wrap .learn-more-content .btn-primary:active {
        background: #48A8C0;
        color: #ffffff; }

.new-at-qe .item {
  max-width: 410px; }
  @media (max-width: 575.98px) {
    .new-at-qe .item {
      max-width: inherit;
      padding: 4px 3px; } }
  .new-at-qe .item a {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    outline: none;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 30px;
    min-height: 308px;
    padding: 37px;
    text-decoration: none; }
    @media (max-width: 767.98px) {
      .new-at-qe .item a {
        padding: 28px; } }
    @media (max-width: 575.98px) {
      .new-at-qe .item a {
        margin: 0px;
        width: 100%;
        padding: 20px 60px;
        min-height: 250px; } }
    .new-at-qe .item a span {
      display: block; }
      .new-at-qe .item a span.post-category {
        color: #48A8C0;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin: 0px 0px 12px; }
      .new-at-qe .item a span.post-title {
        font-size: 26px;
        font-weight: 400;
        line-height: 32px; }
    .new-at-qe .item a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      text-decoration: none; }

.hp-about-firm {
  background: #001E21;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 140px 0px;
  position: relative;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .hp-about-firm {
      padding: 100px 0px; } }
  @media (max-width: 767.98px) {
    .hp-about-firm {
      padding: 55px 0px; } }
  .hp-about-firm h2 {
    color: #ffffff;
    font-weight: 900;
    margin: 0px 0px 35px;
    text-transform: uppercase; }
  .hp-about-firm p {
    margin: 0px 0px 20px; }
  @media (max-width: 767.98px) {
    .hp-about-firm.hp-sec h2 {
      font-size: 33px;
      line-height: 40px; } }
  .hp-about-firm.hp-sec .page4Text {
    margin-bottom: 20px; }
  .hp-about-firm.new-hp-firm {
    padding-bottom: 200px;
    padding-top: 65px; }
    .hp-about-firm.new-hp-firm h2 {
      color: #ffffff;
      font-weight: 300;
      margin: 0px 0px 30px;
      text-transform: capitalize;
      letter-spacing: normal;
      font-size: 45px; }
    .hp-about-firm.new-hp-firm .btn-link {
      text-decoration: none; }

.highlight-box {
  background: #ffffff;
  margin: 0px;
  padding: 5px; }
  .highlight-box [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 0px; }
    .highlight-box [class*='col-'] a {
      color: #ffffff;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%;
      min-height: 335px;
      padding: 50px;
      position: relative;
      text-decoration: none;
      text-align: center; }
      @media (max-width: 1199.98px) {
        .highlight-box [class*='col-'] a {
          padding: 50px 25px;
          justify-content: center; } }
      .highlight-box [class*='col-'] a span {
        display: block;
        width: 100%; }
      .highlight-box [class*='col-'] a h6 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 400; }
      .highlight-box [class*='col-'] a .box-title,
      .highlight-box [class*='col-'] a .h1 {
        font-size: 64px;
        font-weight: 900;
        line-height: 50px;
        margin: 0px 0px 18px; }
      .highlight-box [class*='col-'] a .more {
        border: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 13px;
        font-weight: 900;
        line-height: 16px;
        letter-spacing: 1.86px;
        margin: 45px auto 0px;
        max-width: 245px;
        padding: 13px;
        text-transform: uppercase;
        transform: scale(0);
        transition: all 0.3s ease; }
        @media (max-width: 1199.98px) {
          .highlight-box [class*='col-'] a .more {
            margin: 25px auto 0px;
            transform: scale(1); } }
      .highlight-box [class*='col-'] a:hover .more {
        transform: none; }
    .highlight-box [class*='col-']:nth-child(4n+1) a {
      background: #48A8C0; }
    .highlight-box [class*='col-']:nth-child(4n+2) a {
      background: #14656B; }
    .highlight-box [class*='col-']:nth-child(4n+3) a {
      background: #333F48; }
    .highlight-box [class*='col-']:nth-child(4n) a {
      background: #1D1D1D; }
  .highlight-box.new-highlight {
    background: #e8e8e8; }
    .highlight-box.new-highlight [class*='col-'] a {
      padding: 50px 35px; }
      .highlight-box.new-highlight [class*='col-'] a .more {
        color: #48A8C0;
        background: #ffffff;
        max-width: 296px; }

.hp-offices {
  background: #14656B url("../img/our-offices-bg.jpg") no-repeat top center;
  background-size: cover;
  color: #ffffff;
  height: 899px;
  padding: 80px 0px;
  position: relative;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .hp-offices {
      height: auto; } }
  @media (max-width: 767.98px) {
    .hp-offices {
      padding: 55px 0; } }
  .hp-offices:before {
    content: '';
    display: block;
    margin: auto;
    width: 1154px;
    height: 583px;
    background: url("../img/our-offices-map.png?v=7") no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 225px;
    left: 0px;
    right: 0px;
    z-index: 1;
    transition: all 0.3s ease; }
    @media (max-width: 1199.98px) {
      .hp-offices:before {
        width: 100%;
        background-size: 970px 450px; } }
    @media (max-width: 991.98px) {
      .hp-offices:before {
        background: url("../img/our-offices-map-mob.png") no-repeat top center;
        max-width: 100%;
        background-size: cover;
        height: 387px; } }
  .hp-offices.mapbg:before {
    background-image: url("../img/our-offices-map-outline.png");
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -o-opacity: 0.3;
    -m-opacity: 0.3;
    opacity: 0.3; }
  .hp-offices .bg-overly {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: opacity 1s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -m-opacity: 0;
    opacity: 0;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none; }
    .hp-offices .bg-overly.newbg {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -o-opacity: 1;
      -m-opacity: 1;
      opacity: 1; }
  .hp-offices .container {
    position: relative;
    z-index: 3; }
  .hp-offices h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 5.82px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    padding: 0px 0px 12px; }
  .hp-offices .view-office {
    display: block;
    margin: 0px 0px 135px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .hp-offices .view-office {
        margin-bottom: 75px; } }
    .hp-offices .view-office .btn-link {
      color: #ffffff; }
      .hp-offices .view-office .btn-link:hover {
        color: #C0CF13; }
  @media (max-width: 991.98px) {
    .hp-offices .offices-map > div {
      margin-bottom: 30px; }
      .hp-offices .offices-map > div:last-child {
        margin-bottom: 0; } }
  .hp-offices .offices-map h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 5.63px;
    text-transform: uppercase;
    margin: 0px 0px 8px;
    padding: 0px 0px 8px;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -m-opacity: 0.6;
    opacity: 0.6; }
  .hp-offices .offices-map .location-list {
    display: block;
    margin: 0px;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .hp-offices .offices-map .location-list {
        overflow: visible; } }
    .hp-offices .offices-map .location-list li {
      clear: both;
      display: inline-block;
      float: left;
      margin-bottom: 4px; }
      .hp-offices .offices-map .location-list li a {
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; }
  .hp-offices .offices-map .australia-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .hp-offices .offices-map .australia-list {
        display: block; } }
    .hp-offices .offices-map .australia-list ul.location-list {
      margin: 0px 0px -92px; }
  .hp-offices .offices-map .aisa-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px; }
    @media (max-width: 991.98px) {
      .hp-offices .offices-map .aisa-list {
        padding-left: 15px; } }
    .hp-offices .offices-map .aisa-list ul.location-list {
      margin: 0px 0px -70px; }
      @media (max-width: 991.98px) {
        .hp-offices .offices-map .aisa-list ul.location-list {
          margin: 0; } }

.recent-video {
  display: block;
  width: 100%;
  padding: 0;
  float: left;
  position: relative; }
  .recent-video .newsEvents {
    overflow: hidden;
    position: relative; }
    .recent-video .newsEvents.video-news {
      background-color: #ffffff;
      padding: 80px 0;
      float: left;
      width: 100%; }
      .recent-video .newsEvents.video-news .news-box a:hover {
        box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2); }
      .recent-video .newsEvents.video-news .news-box a .img-vid-wrapper {
        position: relative;
        height: 208px;
        align-items: center;
        display: flex; }
        .recent-video .newsEvents.video-news .news-box a .img-vid-wrapper img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top center;
          object-position: top center;
          height: 100%;
          width: 100%; }
    .recent-video .newsEvents .newsEventsContent {
      padding: 0;
      width: 100%;
      overflow: hidden; }
      @media (max-width: 1199.98px) {
        .recent-video .newsEvents .newsEventsContent {
          width: 900px;
          margin: 0 auto; } }
      @media (max-width: 991.98px) {
        .recent-video .newsEvents .newsEventsContent {
          width: 100%;
          padding: 0 15px; } }
      .recent-video .newsEvents .newsEventsContent .wrapper {
        max-height: inherit !important;
        max-width: 1175px;
        margin: 0 auto; }
        .recent-video .newsEvents .newsEventsContent .wrapper .video-title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-bottom: 40px; }
          .recent-video .newsEvents .newsEventsContent .wrapper .video-title h3 {
            color: #1D1D1D;
            font-size: 20px;
            letter-spacing: 4px;
            line-height: 24px;
            font-weight: 900;
            text-align: center;
            text-transform: uppercase;
            margin: 0; }
          .recent-video .newsEvents .newsEventsContent .wrapper .video-title .link {
            color: #C0CF13;
            font-size: 16px;
            line-height: 19px;
            text-decoration: underline; }
        .recent-video .newsEvents .newsEventsContent .wrapper ul {
          float: none;
          width: inherit;
          padding: 0;
          margin: 0 -15px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          .recent-video .newsEvents .newsEventsContent .wrapper ul li {
            height: auto;
            width: 33.33%;
            padding: 0 15px;
            box-sizing: border-box;
            margin: 0 0 30px 0;
            display: inline-flex;
            margin-bottom: 50px;
            flex-direction: column; }
            @media (max-width: 767.98px) {
              .recent-video .newsEvents .newsEventsContent .wrapper ul li {
                width: 50%; } }
            @media (max-width: 575.98px) {
              .recent-video .newsEvents .newsEventsContent .wrapper ul li {
                width: 100%; } }
            .recent-video .newsEvents .newsEventsContent .wrapper ul li:before {
              content: none; }
            .recent-video .newsEvents .newsEventsContent .wrapper ul li a {
              display: flex;
              flex-direction: column;
              flex-grow: 100;
              z-index: 97; }
              .recent-video .newsEvents .newsEventsContent .wrapper ul li a .newsTypes {
                padding: 0;
                margin: 0;
                height: 208px;
                width: 100%;
                position: relative; }
                .recent-video .newsEvents .newsEventsContent .wrapper ul li a .newsTypes.newsTypes1 {
                  background: #1a656a; }
                .recent-video .newsEvents .newsEventsContent .wrapper ul li a .newsTypes:before {
                  left: 0;
                  right: 0;
                  bottom: 0;
                  top: 0;
                  position: absolute;
                  width: 55px;
                  height: 55px;
                  background: url("../img/play-btn.svg") no-repeat center;
                  margin: auto;
                  content: "";
                  -o-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
                  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2); }
                .recent-video .newsEvents .newsEventsContent .wrapper ul li a .newsTypes img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover; }
              .recent-video .newsEvents .newsEventsContent .wrapper ul li a:hover {
                text-decoration: none; }
            .recent-video .newsEvents .newsEventsContent .wrapper ul li h2 {
              margin: 30px 0;
              font-size: 22px;
              line-height: 26px;
              color: #000000; }
            .recent-video .newsEvents .newsEventsContent .wrapper ul li h4 {
              color: #1a656a;
              line-height: 17px;
              font-size: 14px;
              font-weight: 700;
              margin: 0 0 5px 0;
              text-transform: uppercase; }
            .recent-video .newsEvents .newsEventsContent .wrapper ul li p {
              color: #000000;
              font-size: 16px;
              line-height: 22px;
              margin: 16px 0; }
  .recent-video.home-video-section {
    background: #e8e8e8; }
    .recent-video.home-video-section .newsEvents.video-news {
      background: #e8e8e8; }
      .recent-video.home-video-section .newsEvents.video-news .news-box {
        margin-bottom: 40px; }
        .recent-video.home-video-section .newsEvents.video-news .news-box a {
          border-top: 4px solid #C0CF13; }
          .recent-video.home-video-section .newsEvents.video-news .news-box a .img-vid-wrapper {
            border-top: 0; }
          .recent-video.home-video-section .newsEvents.video-news .news-box a:hover {
            border-top-color: #48A8C0; }
    .recent-video.home-video-section .newsEvents .newsEventsContent .wrapper .video-title .link {
      color: #48A8C0;
      font-size: 16px;
      line-height: 24px;
      text-decoration: none; }

.vd-frame {
  float: left;
  width: 100%;
  height: 507px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .vd-frame {
      height: 330px; } }
  @media (max-width: 575.98px) {
    .vd-frame {
      height: 190px; } }
  .vd-frame iframe {
    width: 100%;
    height: 100%; }

.popupDivHome {
  width: 90%;
  max-width: 970px;
  background-color: #ffffff;
  padding: 35px;
  margin: auto; }
  @media (max-width: 575.98px) {
    .popupDivHome {
      padding: 20px; } }
  .popupDivHome .desc-wrap {
    float: left;
    width: 100%;
    height: auto;
    max-height: 150px; }
    .popupDivHome .desc-wrap h2 {
      color: #000000;
      font-size: 18px;
      line-height: 26px;
      margin: 0px 0 15px 0; }
    .popupDivHome .desc-wrap h4 {
      color: #C0CF13;
      font-weight: 900;
      font-size: 14px;
      line-height: 17px;
      margin: 0; }
      .popupDivHome .desc-wrap h4 a {
        color: #1a656a; }
    .popupDivHome .desc-wrap p {
      color: #000000;
      font-size: 16px;
      line-height: 22px; }
      .popupDivHome .desc-wrap p a {
        color: #000000;
        margin-right: 3px;
        padding-left: 3px; }

.btn-default {
  position: absolute;
  z-index: 99998 !important;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url("../img/popup-close.png") no-repeat center center;
  background-size: 20px 20px;
  width: 40px;
  height: 40px;
  text-indent: -9999px; }

.popupDiv {
  width: 90%;
  max-width: 970px;
  background-color: #ffffff;
  padding: 35px;
  margin: auto; }
  @media (max-width: 575.98px) {
    .popupDiv {
      padding: 20px; } }
  .popupDiv .desc-wrap {
    float: left;
    width: 100%;
    height: auto;
    max-height: 150px; }
    .popupDiv .desc-wrap h2 {
      color: #000000;
      font-size: 18px;
      line-height: 26px;
      margin: 25px 0 15px 0; }
    .popupDiv .desc-wrap h4 {
      color: #1a656a;
      font-weight: 900;
      font-size: 14px;
      line-height: 17px;
      margin: 0; }
      .popupDiv .desc-wrap h4 a {
        color: #1a656a;
        font-weight: 900;
        font-size: 14px;
        line-height: 17px;
        margin: 0; }
    .popupDiv .desc-wrap p {
      color: #000000;
      font-size: 16px;
      line-height: 22px;
      margin: 16px 0; }
      .popupDiv .desc-wrap p a {
        color: #000000;
        margin-right: 3px;
        padding-left: 3px; }

.new-blocks-home {
  position: relative;
  z-index: 99;
  margin: 0 0 0 0;
  padding-bottom: 135px;
  background: linear-gradient(180deg, #002B33 0%, #00262B 100%);
  background: -ms-linear-gradient(180deg, #002B33 0%, #00262B 100%); }
  @media (max-width: 767.98px) {
    .new-blocks-home {
      padding-bottom: 55px; } }
  .new-blocks-home .home-cols3 {
    text-align: left; }
    @media (max-width: 991.98px) {
      .new-blocks-home .home-cols3 .block1 {
        margin-bottom: 10px; } }
    .new-blocks-home .home-cols3 .block1 .covid-block {
      background: #ffffff;
      padding: 70px 40px; }
      @media (max-width: 1199.98px) {
        .new-blocks-home .home-cols3 .block1 .covid-block {
          padding: 40px 40px; } }
      .new-blocks-home .home-cols3 .block1 .covid-block a {
        color: #000000; }
        .new-blocks-home .home-cols3 .block1 .covid-block a:hover {
          text-decoration: none; }
        .new-blocks-home .home-cols3 .block1 .covid-block a img {
          display: inline-block;
          margin-bottom: 32px; }
        .new-blocks-home .home-cols3 .block1 .covid-block a h3 {
          color: #000000;
          font-size: 26px;
          letter-spacing: 0;
          line-height: 32px;
          width: 100%; }
        .new-blocks-home .home-cols3 .block1 .covid-block a span {
          color: #48A8C0;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 19px;
          text-decoration: underline; }
    @media (max-width: 991.98px) {
      .new-blocks-home .home-cols3 .block2 {
        margin-bottom: 10px; } }
    .new-blocks-home .home-cols3 .block2 .covid-video {
      background: #001D1C;
      color: #FFFFFF;
      padding: 45px 40px;
      position: relative; }
      @media (max-width: 1199.98px) {
        .new-blocks-home .home-cols3 .block2 .covid-video {
          padding: 16px 33px; } }
      .new-blocks-home .home-cols3 .block2 .covid-video h3 {
        font-size: 18px;
        line-height: 26px;
        position: relative;
        z-index: 3;
        color: #ffffff; }
      .new-blocks-home .home-cols3 .block2 .covid-video span {
        color: #C0CF13;
        font-size: 12px;
        letter-spacing: 1.85px;
        line-height: 15px;
        position: relative;
        z-index: 3;
        font-weight: 900; }
      .new-blocks-home .home-cols3 .block2 .covid-video .covid-video-box:hover {
        text-decoration: none; }
      .new-blocks-home .home-cols3 .block2 .covid-video .covid-video-box:before {
        background: url("../img/play-btn.svg") no-repeat center;
        content: '';
        display: block;
        margin: 0px 0px 25px;
        position: relative;
        height: 55px;
        width: 55px;
        -o-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
        z-index: 2; }
    .new-blocks-home .home-cols3 .block2 .v-img {
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      z-index: 0; }
    .new-blocks-home .home-cols3 .block3 {
      text-align: left; }
      @media (max-width: 991.98px) {
        .new-blocks-home .home-cols3 .block3 {
          margin-bottom: 10px; } }
      .new-blocks-home .home-cols3 .block3 .spot-box {
        background: rgba(0, 0, 0, 0.2);
        padding: 70px 40px; }
        @media (max-width: 1199.98px) {
          .new-blocks-home .home-cols3 .block3 .spot-box {
            padding: 70px 18px; } }
        .new-blocks-home .home-cols3 .block3 .spot-box h3 {
          color: #FFFFFF;
          font-size: 26px;
          line-height: 32px; }
        .new-blocks-home .home-cols3 .block3 .spot-box a {
          display: inline-block;
          color: #C0CF13;
          font-size: 12px;
          letter-spacing: 1.85px;
          line-height: 15px;
          text-transform: uppercase;
          font-weight: 900; }
        .new-blocks-home .home-cols3 .block3 .spot-box .search-group {
          display: block;
          margin: 20px auto;
          width: 100%;
          max-width: 435px;
          overflow: hidden; }
          @media (max-width: 991.98px) {
            .new-blocks-home .home-cols3 .block3 .spot-box .search-group {
              max-width: 100%; } }
          .new-blocks-home .home-cols3 .block3 .spot-box .search-group input[type="text"] {
            width: 68.62%;
            max-width: inherit;
            height: 44px;
            font-size: 14px;
            margin: 0 -4px 0 0;
            line-height: normal;
            vertical-align: middle;
            box-shadow: none;
            padding: 10px;
            box-sizing: border-box;
            border: none; }
            @media (max-width: 575.98px) {
              .new-blocks-home .home-cols3 .block3 .spot-box .search-group input[type="text"] {
                width: 64.62%; } }
          .new-blocks-home .home-cols3 .block3 .spot-box .search-group input[type="submit"] {
            letter-spacing: 2px;
            max-width: 91px;
            min-width: 85px;
            line-height: 16px;
            text-align: center;
            font-weight: 900;
            vertical-align: middle;
            background: #48A8C0;
            text-transform: uppercase;
            border: 0;
            height: 44px;
            -webkit-appearance: none;
            color: #FFF;
            font-size: 13px; }
            @media (max-width: 1199.98px) {
              .new-blocks-home .home-cols3 .block3 .spot-box .search-group input[type="submit"] {
                min-width: 79px; } }
  .new-blocks-home:before {
    position: absolute;
    background: #002b33;
    left: 0;
    right: 0;
    bottom: 0;
    height: 290px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .new-blocks-home:before {
        height: 740px; } }
    @media (max-width: 767.98px) {
      .new-blocks-home:before {
        height: 760px; } }
    @media (max-width: 575.98px) {
      .new-blocks-home:before {
        height: 85%; } }
  .new-blocks-home.hp-blocks .home-cols3 .stretched-link {
    display: inline-block; }
  .new-blocks-home.hp-blocks .home-cols3 .block2 .covid-video {
    background-color: rgba(255, 255, 255, 0.1); }
    .new-blocks-home.hp-blocks .home-cols3 .block2 .covid-video span {
      color: #ffffff; }
  .new-blocks-home.hp-blocks .home-cols3 .block1 .stretched-link {
    display: inline-block; }
    .new-blocks-home.hp-blocks .home-cols3 .block1 .stretched-link img {
      margin-bottom: 27px; }
  .new-blocks-home.hp-blocks .home-cols3 .block3 .spot-box {
    background: transparent;
    padding: 0; }
    .new-blocks-home.hp-blocks .home-cols3 .block3 .spot-box h2 {
      line-height: 1.06;
      color: #ffffff;
      font-weight: 300; }
    .new-blocks-home.hp-blocks .home-cols3 .block3 .spot-box .search-group {
      position: relative; }
      .new-blocks-home.hp-blocks .home-cols3 .block3 .spot-box .search-group input[type="text"] {
        width: 100%;
        font-size: 16px;
        outline: none;
        padding-right: 40px; }
      .new-blocks-home.hp-blocks .home-cols3 .block3 .spot-box .search-group input[type="submit"] {
        position: absolute;
        right: 0;
        font-size: 0;
        background: url("../img/search-icon.png") no-repeat center right 12px;
        min-width: auto;
        width: 44px;
        height: 44px;
        outline: none;
        padding: 0;
        top: 0;
        border: 0; }

.popup-main-section {
  background-image: url("/media/1419195/steveandersonbox.png");
  background-size: cover;
  height: 570px;
  margin: auto;
  max-width: 970px;
  padding: 80px 100px;
  position: fixed;
  top: 0px;
  z-index: 9999;
  bottom: 0px;
  left: auto;
  right: auto; }
  @media (max-width: 1199.98px) {
    .popup-main-section {
      left: 0px;
      right: 0px; } }
  @media (max-width: 991.98px) {
    .popup-main-section {
      min-height: 390px;
      padding: 55px 40px;
      bottom: inherit;
      top: 100px;
      height: auto;
      width: 95%; } }
  @media (max-width: 767.98px) {
    .popup-main-section {
      top: 5%;
      height: 90%;
      overflow: auto; } }
  @media (max-width: 575.98px) {
    .popup-main-section {
      padding: 45px 30px; } }
  .popup-main-section .heading {
    color: #48A8C0;
    font-weight: 900;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .popup-main-section .heading {
        font-size: 20px;
        line-height: 22px; } }
  .popup-main-section p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
  .popup-main-section .left-col {
    float: left;
    width: 35.07%;
    text-align: center; }
    @media (max-width: 991.98px) {
      .popup-main-section .left-col {
        margin-bottom: 15px; } }
    @media (max-width: 767.98px) {
      .popup-main-section .left-col {
        width: 100%; } }
    .popup-main-section .left-col img {
      display: block;
      height: auto;
      margin: auto;
      max-width: 270px;
      width: 100%; }
  .popup-main-section .right-col {
    float: right;
    width: 48.45%;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .popup-main-section .right-col {
        width: 100%; } }
    .popup-main-section .right-col h2 {
      color: #1D1D1D;
      font-weight: 900;
      font-size: 50px;
      line-height: 55px;
      margin: 10px 0px 30px;
      text-transform: uppercase; }
      @media (max-width: 575.98px) {
        .popup-main-section .right-col h2 {
          font-size: 42px;
          line-height: 48px; } }
    .popup-main-section .right-col .date {
      color: #333F48;
      font-weight: 900;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin: 0px 0px 30px; }
    .popup-main-section .right-col .link {
      color: #000000;
      font-size: 18px;
      line-height: 26px;
      text-align: center; }
      .popup-main-section .right-col .link a {
        color: #48A8C0; }
  .popup-main-section .popupCloseButton {
    background-image: url(/media/1419196/x.png);
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    top: 30px;
    right: 30px;
    position: absolute;
    cursor: pointer; }
    @media (max-width: 575.98px) {
      .popup-main-section .popupCloseButton {
        top: 15px;
        right: 15px; } }

.hover_bkgr_fricc {
  display: none;
  margin: 0 auto;
  max-width: 970px; }
  @media (max-width: 1199.98px) {
    .hover_bkgr_fricc {
      max-width: 100%; } }

.hp-about-firm.hp-sec.new-hp-firm .page4Text {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 26px; }

.new-hp-offcies h5 {
  font-size: 45px;
  line-height: 50px;
  text-transform: capitalize;
  color: #1D1D1D;
  letter-spacing: normal;
  font-weight: 300; }

.new-hp-offcies h6 {
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 4px;
  margin-top: 50px;
  text-transform: uppercase;
  color: #1D1D1D; }
  @media (max-width: 767.98px) {
    .new-hp-offcies h6 {
      margin-top: 0;
      margin-bottom: 10px; } }
  .new-hp-offcies h6:first-child {
    margin-top: 0; }

.new-hp-offcies ul {
  line-height: normal; }
  @media (max-width: 767.98px) {
    .new-hp-offcies ul {
      margin: 0 0 0 0; } }
  .new-hp-offcies ul li {
    padding: 0;
    margin: 0 0 9px 0; }
    .new-hp-offcies ul li:before {
      content: none; }
    .new-hp-offcies ul li a {
      font-size: 16px;
      line-height: 20px;
      color: #48A8C0; }

.hp-hero .hero-caption.new-hero-caption {
  padding-top: 409px; }

#no-slider {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }
  #no-slider .item {
    margin-bottom: 10px;
    display: inline-block;
    text-align: left; }

.cookie-popup-first {
  background: #ffffff;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 640px;
  padding: 30px;
  z-index: 111;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(120%);
  transition: 0.3s ease all 0s; }
  @media (max-width: 767.98px) {
    .cookie-popup-first {
      width: calc(100% - 40px);
      padding: 15px; } }
  .cookie-popup-first.popup-show {
    transform: translateY(0); }
  .cookie-popup-first .cookie-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 767.98px) {
      .cookie-popup-first .cookie-data {
        display: block; } }
    .cookie-popup-first .cookie-data .cookie-text {
      width: 340px; }
      @media (max-width: 767.98px) {
        .cookie-popup-first .cookie-data .cookie-text {
          width: 100%; } }
      .cookie-popup-first .cookie-data .cookie-text p {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
        color: #1D1D1D; }
    .cookie-popup-first .cookie-data .cookie-buttons {
      width: 218px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .cookie-popup-first .cookie-data .cookie-buttons {
          width: 100%;
          display: block; } }
      .cookie-popup-first .cookie-data .cookie-buttons .btn {
        height: 45px;
        width: 102px; }
        @media (max-width: 767.98px) {
          .cookie-popup-first .cookie-data .cookie-buttons .btn {
            margin: 10px 10px 0 0; } }
      .cookie-popup-first .cookie-data .cookie-buttons .decline-btn {
        background: none;
        border: 1px solid #d9d9d9;
        color: #48A8C0; }
      .cookie-popup-first .cookie-data .cookie-buttons .new-popup-link {
        font-size: 14px;
        line-height: 18px;
        color: #48A8C0;
        width: 100%;
        text-align: center;
        margin-top: 10px; }
        @media (max-width: 767.98px) {
          .cookie-popup-first .cookie-data .cookie-buttons .new-popup-link {
            display: block;
            width: auto;
            text-align: left; } }

#cookielongmodal {
  z-index: 11111; }
  #cookielongmodal .modal-dialog {
    max-width: 570px; }
    @media (max-width: 991.98px) {
      #cookielongmodal .modal-dialog {
        margin-top: 80px; } }
    #cookielongmodal .modal-dialog .close {
      background: url("../img/popup-close.svg") no-repeat center 1px;
      background-size: 15px;
      top: 0;
      right: -40px;
      opacity: 1;
      outline: none;
      box-shadow: none;
      border: 0; }
      @media (max-width: 991.98px) {
        #cookielongmodal .modal-dialog .close {
          top: -30px;
          right: -10px; } }
      #cookielongmodal .modal-dialog .close:hover {
        opacity: 1; }
    #cookielongmodal .modal-dialog .modal-content {
      padding: 40px 0px 15px 40px;
      border-radius: 0;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
      border: 0; }
      #cookielongmodal .modal-dialog .modal-content .cookie-save-btn {
        padding-top: 15px; }
      #cookielongmodal .modal-dialog .modal-content .modal-body {
        padding: 0 5px 0 0;
        height: 500px; }
      #cookielongmodal .modal-dialog .modal-content .cookie-modal-data {
        padding-right: 30px; }
        #cookielongmodal .modal-dialog .modal-content .cookie-modal-data h4 {
          font-size: 22px;
          line-height: 26px;
          letter-spacing: normal;
          color: #000000;
          margin-bottom: 24px; }
        #cookielongmodal .modal-dialog .modal-content .cookie-modal-data p {
          font-size: 14px;
          line-height: 20px;
          letter-spacing: normal;
          color: #1D1D1D; }
        #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .btn {
          width: 130px;
          padding: 15px 10px;
          height: 45px; }
        #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop {
          border-top: 1px solid #D9D9D9;
          margin-top: 22px;
          padding-top: 22px; }
          #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-text {
              width: 400px; }
              #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-text h6 {
                font-size: 14px;
                line-height: 17px;
                color: #1D1D1D;
                margin: 0 0 10px 0;
                text-transform: uppercase;
                letter-spacing: 4px; }
              #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-text p {
                font-size: 14px;
                line-height: 20px;
                color: #1D1D1D;
                letter-spacing: normal;
                margin-bottom: 8px; }
            #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch {
              width: 60px;
              text-align: right; }
              #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch h6 {
                font-size: 12px;
                line-height: 15px;
                color: #1D1D1D; }
              #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch {
                position: relative;
                display: inline-block;
                width: 50px;
                height: 31px; }
                #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch input {
                  opacity: 0;
                  width: 0;
                  height: 0; }
                  #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch input:checked + .slider {
                    background-color: #C0CF13; }
                    #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch input:checked + .slider:before {
                      transform: translateX(18.5px); }
                  #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch input:focus + .slider {
                    box-shadow: 0 0 1px #C0CF13; }
                #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch .slider {
                  position: absolute;
                  cursor: pointer;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  background-color: #ccc;
                  transition: .4s; }
                  #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch .slider:before {
                    position: absolute;
                    content: "";
                    height: 26px;
                    width: 26px;
                    left: 2.5px;
                    bottom: 2.5px;
                    background-color: white;
                    transition: 0.4s;
                    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15); }
                  #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch .slider.round {
                    border-radius: 34px; }
                    #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-data-loop .cookie-data-block .cookie-data-switch .switch .slider.round:before {
                      border-radius: 50%; }
        #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-save-btn {
          border-top: 1px solid #D9D9D9;
          margin-top: 22px;
          padding-top: 22px; }
          #cookielongmodal .modal-dialog .modal-content .cookie-modal-data .cookie-save-btn .btn {
            width: 194px;
            height: 45px; }
  #cookielongmodal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  #cookielongmodal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  #cookielongmodal .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  #cookielongmodal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #48A8C0; }
  #cookielongmodal .mCSB_scrollTools {
    width: 6px; }
    #cookielongmodal .mCSB_scrollTools .mCSB_draggerRail {
      display: none; }
    #cookielongmodal .mCSB_scrollTools .mCSB_draggerContainer {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: 3px;
      background: #f2f2f2;
      height: auto; }
    #cookielongmodal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 6px; }

.new-blocks-home.hp-blocks .new-home-searchbox {
  text-align: center;
  margin-bottom: 130px; }
  @media (max-width: 991.98px) {
    .new-blocks-home.hp-blocks .new-home-searchbox {
      margin-bottom: 60px; } }
  .new-blocks-home.hp-blocks .new-home-searchbox .attorneys-box.spot-box h2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center; }
  .new-blocks-home.hp-blocks .new-home-searchbox .attorneys-box.spot-box .search-group {
    margin-bottom: 12px;
    max-width: 470px; }

.new-blocks-home .home-cols3 .home-new-2-block .covid-block {
  padding: 40px 46px 42px 36px;
  margin-bottom: 32px;
  position: relative; }
  @media (max-width: 767.98px) {
    .new-blocks-home .home-cols3 .home-new-2-block .covid-block {
      padding: 20px; } }
  .new-blocks-home .home-cols3 .home-new-2-block .covid-block:hover .covid-block-data span {
    background: #48A8C0;
    color: #ffffff;
    transition: all 0.3s ease; }
  .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-box {
    display: flex; }
    @media (max-width: 767.98px) {
      .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-box {
        display: block; } }
    .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-box img {
      max-width: 40px; }
  .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-block-data {
    margin-left: 32px; }
    @media (max-width: 767.98px) {
      .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-block-data {
        margin-left: 0; } }
    .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-block-data h3 {
      margin-bottom: 24px; }
      @media (max-width: 1199.98px) {
        .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-block-data h3 {
          font-size: 20px;
          line-height: 26px; } }
    .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-block-data span {
      border: 1px solid rgba(72, 168, 192, 0.4);
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 2px;
      font-weight: 900;
      text-transform: uppercase;
      display: inline-block;
      padding: 13px 16px;
      transition: all 0.3s ease;
      text-decoration: none; }
      @media (max-width: 1199.98px) {
        .new-blocks-home .home-cols3 .home-new-2-block .covid-block .covid-block-data span {
          padding: 13px 8px;
          font-size: 12px; } }
  .new-blocks-home .home-cols3 .home-new-2-block .covid-block.dark-covid-block {
    background: #14656B;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .new-blocks-home .home-cols3 .home-new-2-block .covid-block.dark-covid-block {
        margin-bottom: 28px; } }
    .new-blocks-home .home-cols3 .home-new-2-block .covid-block.dark-covid-block:hover .covid-block-data span {
      background: #ffffff;
      color: #48A8C0;
      transition: all 0.3s ease; }
    .new-blocks-home .home-cols3 .home-new-2-block .covid-block.dark-covid-block .covid-block-data h3 {
      color: #ffffff; }
    .new-blocks-home .home-cols3 .home-new-2-block .covid-block.dark-covid-block .covid-block-data span {
      color: #ffffff; }

.new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video {
  min-height: 320px;
  padding: 60px 40px 40px 40px;
  overflow: hidden;
  /*   @include media-breakpoint-down(lg) {
                        min-height: 436px;
                        padding: 67px 40px 93px 40px;
                    }*/ }
  @media (max-width: 767.98px) {
    .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video {
      min-height: 400px;
      padding: 49px 40px 75px 40px; } }
  .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video:hover .v-img {
    transform: scale(1.05);
    transition: all 0.3s ease; }
  .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video:hover .covid-video-box:before {
    background: url("../img/homepage-icon-hover.svg") no-repeat 0 0;
    height: 80px;
    width: 80px;
    background-position: center;
    margin-bottom: 20px; }
  .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video h3 {
    max-width: 435px;
    margin-bottom: 16px; }
  .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video span {
    color: rgba(255, 255, 255, 0.7); }
  .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video .v-img {
    background-image: url("../img/image-johnquinn-combined-hover.jpg");
    background-position: center center;
    transition: all 0.3s ease;
    background-size: cover; }
    .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video .v-img:after {
      opacity: 0.9;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(circle, rgba(0, 19, 22, 0) 0%, #001316 100%); }
  .new-blocks-home .home-cols3 .home-new-2-block .block2 .covid-video .covid-video-box:before {
    background: url("../img/homepage-play.svg") no-repeat 0 0;
    height: 80px;
    width: 80px;
    background-position: center;
    margin-bottom: 20px; }

.new-wfa {
  margin-top: 30px; }
  .new-wfa .wfa-blocks {
    background: rgba(20, 101, 107, 0.2);
    border-top: 4px solid transparent;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px;
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .new-wfa .wfa-blocks {
        min-height: 200px;
        padding: 30px;
        margin-bottom: 20px; } }
    .new-wfa .wfa-blocks h3 {
      margin-bottom: 16px;
      color: #ffffff;
      line-height: 32px; }
    .new-wfa .wfa-blocks a {
      color: #3FABB5;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: normal; }
    .new-wfa .wfa-blocks:hover {
      background: #14656b;
      border-top: 4px solid #C0CF13; }
      .new-wfa .wfa-blocks:hover a {
        text-decoration: none;
        color: #ffffff; }

.home-new-2-block .wfa-blocks {
  background: #001E24;
  min-height: 320px;
  display: flex;
  border-top: 4px solid transparent;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-end; }
  @media (max-width: 991.98px) {
    .home-new-2-block .wfa-blocks {
      padding: 30px;
      margin-bottom: 20px; } }
  .home-new-2-block .wfa-blocks h2 {
    color: #ffffff; }
  .home-new-2-block .wfa-blocks a {
    color: #C0CF13;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    letter-spacing: normal; }
  .home-new-2-block .wfa-blocks:hover {
    border-top: 4px solid #C0CF13; }

.atn-filter .news-filter {
  margin: 28px 0 25px 0; }

.search {
  margin-bottom: 12px;
  -webkit-display: flex;
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative; }
  @media (max-width: 991.98px) {
    .search {
      flex-direction: column;
      justify-content: center; } }
  .search .form-control {
    padding: 11px 15px 11px 40px;
    border: none;
    background: url("../img/search-icn.svg") no-repeat left 15px center;
    min-width: 90%; }
    @media (max-width: 991.98px) {
      .search .form-control {
        width: 100%;
        border-bottom: 1px solid #d9d9d9; } }
  .search .button-area {
    width: 100%;
    padding: 0px 122px 0 0;
    text-align: right; }
    @media (max-width: 991.98px) {
      .search .button-area {
        width: auto;
        display: inline-block;
        padding: 15px 0;
        text-align: center; } }
    @media (max-width: 575.98px) {
      .search .button-area {
        padding: 15px 10px;
        text-align: right; } }
    .search .button-area .btn-check {
      background: #C0CF13;
      color: #ffffff;
      height: 30px;
      line-height: 14px;
      display: inline-block;
      border-radius: 3px;
      padding: 7px 10px;
      font-size: 14px;
      margin: 0px 0px 0px 5px;
      vertical-align: middle; }
    .search .button-area .btn-remove {
      background: url("../img/close-icn.svg") no-repeat center center;
      width: 13px;
      height: 13px;
      display: inline-block;
      margin-left: 7px;
      vertical-align: middle; }
    .search .button-area button {
      color: #48A8C0;
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 22px;
      position: absolute;
      right: 0;
      top: 0;
      background: transparent;
      border: 0;
      padding: 0 20px;
      cursor: pointer;
      bottom: 0; }
      @media (max-width: 991.98px) {
        .search .button-area button {
          position: static; } }
      .search .button-area button:focus {
        border: 0;
        box-shadow: none;
        outline: none; }

.filter-area {
  margin: 0 -7px;
  -webkit-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .filter-area .fl-col {
    padding: 0 7px;
    width: 263px;
    float: left; }
    @media (max-width: 1199.98px) {
      .filter-area .fl-col {
        width: 33.33%;
        margin-bottom: 12px; } }
    @media (max-width: 767.98px) {
      .filter-area .fl-col {
        width: 100%; } }
    .filter-area .fl-col:last-child {
      width: 132px; }
      @media (max-width: 1199.98px) {
        .filter-area .fl-col:last-child {
          width: 33.33%; }
          .filter-area .fl-col:last-child .btn {
            width: 100%; } }
      @media (max-width: 767.98px) {
        .filter-area .fl-col:last-child {
          width: 100%; } }
    .filter-area .fl-col i.icon-search {
      background: url("../img/search-white.svg") no-repeat center center;
      height: 15px;
      width: 15px;
      display: inline-block;
      margin: -4px 10px 0 0;
      vertical-align: middle; }
    .filter-area .fl-col .btn {
      padding: 14px 15px;
      height: 45px; }
    .filter-area .fl-col .select2-container {
      height: 45px; }
      @media (max-width: 1199.98px) {
        .filter-area .fl-col .select2-container {
          max-width: 100%; } }
      .filter-area .fl-col .select2-container .select2-search {
        padding: 0; }
        .filter-area .fl-col .select2-container .select2-search:before {
          content: none; }
      .filter-area .fl-col .select2-container .select2-selection__choice:before {
        content: none; }

.atn-info {
  background-color: #f2f2f2;
  padding: 125px 0 89px 0;
  position: relative; }
  @media (max-width: 1199.98px) {
    .atn-info {
      padding-bottom: 26px; } }
  .atn-info .div-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-size: cover; }
  .atn-info #attorneyDataLoader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center; }
  .atn-info #attorneyDataLoader img {
    position: absolute;
    top: 200px;
    /*left: 240px;*/
    z-index: 100; }
  .atn-info .ms-parent .ms-drop ul li {
    padding-left: 20px; }

.atn-alpha ul {
  float: left;
  width: 100%;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .atn-alpha ul {
      display: block; } }
  .atn-alpha ul::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #000000;
    -webkit-opacity: 0.12;
    -moz-opacity: 0.12;
    -o-opacity: 0.12;
    -m-opacity: 0.12;
    opacity: 0.12;
    content: "";
    left: -5000px;
    right: -5000px; }
  .atn-alpha ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px; }
    @media (max-width: 991.98px) {
      .atn-alpha ul li {
        margin: 0; } }
    @media (max-width: 767.98px) {
      .atn-alpha ul li {
        margin-bottom: 5px; } }
    .atn-alpha ul li a {
      color: rgba(0, 0, 0, 0.4);
      font-family: "Lato", sans-serif;
      font-size: 12px;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      padding: 0 9px 7px 9px;
      display: inline-block;
      vertical-align: middle; }
      .atn-alpha ul li a:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        background-color: transparent;
        height: 4px;
        content: "";
        z-index: 1; }
      .atn-alpha ul li a:hover, .atn-alpha ul li a.active {
        text-decoration: none;
        color: #C0CF13; }
        .atn-alpha ul li a:hover:after, .atn-alpha ul li a.active:after {
          background-color: #C0CF13; }

.atn-listing {
  margin-top: 50px;
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 767.98px) {
    .atn-listing {
      margin-top: 30px; } }
  .atn-listing .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px; }

.attorney-card {
  width: 100%;
  flex-direction: row;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 18px;
  display: flex; }
  @media (max-width: 575.98px) {
    .attorney-card {
      padding: 15px; } }
  .attorney-card .atn-des {
    margin-top: 8px; }
  .attorney-card .designation {
    color: #929292;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px; }
  .attorney-card .atn-dp {
    width: 100px;
    height: 134px; }
    @media (max-width: 1199.98px) {
      .attorney-card .atn-dp {
        width: 80px;
        height: 105px; } }
    @media (max-width: 575.98px) {
      .attorney-card .atn-dp {
        width: 65px;
        height: 95px; } }
    .attorney-card .atn-dp img {
      width: 100%;
      height: 100%;
      max-height: 100%;
      -o-object-fit: cover;
      -webkit-object-fit: cover;
      -moz-object-fit: cover;
      object-fit: cover;
      -webkit-object-position: top center;
      -moz-object-position: top center;
      -o-object-position: top center;
      object-position: top center; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .attorney-card .atn-dp img {
          height: auto; } }
  .attorney-card .atn-details {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 25px;
    position: relative;
    margin-top: -8px;
    padding-bottom: 25px; }
    @media (max-width: 1199.98px) {
      .attorney-card .atn-details {
        width: calc(100% - 75px);
        padding-left: 15px; } }
    @media (max-width: 575.98px) {
      .attorney-card .atn-details {
        width: calc(100% - 60px); } }
  .attorney-card h3 {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    min-height: 50px; }
    @media (max-width: 767.98px) {
      .attorney-card h3 {
        min-height: initial; } }
    .attorney-card h3 a {
      color: #000000;
      text-decoration: none !important; }
  .attorney-card .location {
    color: #929292;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0;
    display: block; }
    .attorney-card .location a {
      color: #929292;
      text-decoration: none; }
  .attorney-card .more-bio {
    position: absolute;
    bottom: 0; }
    @media (max-width: 575.98px) {
      .attorney-card .more-bio {
        position: relative; } }
    .attorney-card .more-bio a {
      color: #48A8C0;
      font-size: 14px;
      line-height: 20px;
      padding: 0 12px;
      text-decoration: none !important;
      position: relative; }
      .attorney-card .more-bio a:first-child {
        padding-left: 0; }
      .attorney-card .more-bio a::after {
        position: absolute;
        right: 0;
        top: -7px;
        bottom: -7px;
        content: "";
        width: 1px;
        background-color: #f2f2f2; }
      .attorney-card .more-bio a:last-child::after {
        content: normal; }
      .attorney-card .more-bio a img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px; }
  .attorney-card:hover {
    -ms-box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.2); }
    .attorney-card:hover h3 a {
      color: #C0CF13; }

@media (min-width: 992px) {
  .filter-toggle {
    display: none !important; }
  .filters {
    display: block !important; } }

@media (max-width: 991.98px) {
  .filters {
    display: none; }
  .filter-toggle {
    text-align: left;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    cursor: pointer;
    padding: 15px 28px;
    font-weight: 900;
    background: #ffffff; }
    .filter-toggle::before {
      content: "+";
      position: absolute;
      top: 15px;
      right: 22px;
      font-size: 20px;
      color: #c0cf13; }
    .filter-toggle.active::before {
      content: "-"; } }

.highlight-box.box-inner > div {
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  @media (max-width: 991.98px) {
    .highlight-box.box-inner > div .career-highlight {
      margin: 0; } }

.highlight-box.box-inner a {
  justify-content: space-between;
  min-height: 1px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 62px 58px 74px;
  padding: 62px 12.5% 74px; }
  @media (max-width: 1199.98px) {
    .highlight-box.box-inner a {
      padding: 52px 25px 54px;
      padding: 52px 10% 54px; } }
  @media (max-width: 991.98px) {
    .highlight-box.box-inner a {
      justify-content: space-between;
      padding: 70px 20px; } }
  .highlight-box.box-inner a .box-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 27px; }
  .highlight-box.box-inner a .equal-btn span:not(.box-title) {
    font-size: 16px;
    line-height: 24px; }
  .highlight-box.box-inner a .btn {
    margin-top: 40px;
    padding: 13.5px 20px; }
  .highlight-box.box-inner a:hover .btn {
    border-color: #fff;
    color: #48a8c0;
    background-color: #fff; }

@media all and (-ms-high-contrast: none) {
  .practice-category-list .news-box {
    flex-direction: row; }
  /* IE10 */
  .practice-category-list .news-box {
    flex-direction: row; }
  /* IE11 */ }

.cmn-banner {
  position: relative;
  padding: 160px 0px 53px;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .cmn-banner {
      padding: 115px 0px 35px; } }
  .cmn-banner .div-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center; }
  .cmn-banner .container {
    position: relative;
    z-index: 1; }
  .cmn-banner h6 {
    text-transform: uppercase;
    color: #C0CF13;
    letter-spacing: 3px;
    margin-bottom: 6px; }
  .cmn-banner h2 {
    color: #ffffff;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px; }
  .cmn-banner h1 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 32px; }
  .cmn-banner p {
    color: #ffffff; }
    .cmn-banner p strong {
      color: #C0CF13; }
  .cmn-banner.black-banner {
    text-align: left;
    padding: 100px 0px 40px; }
    .cmn-banner.black-banner .h2 {
      font-weight: 300;
      line-height: 48px;
      margin-bottom: 36px;
      text-transform: none; }
      @media (max-width: 767.98px) {
        .cmn-banner.black-banner .h2 {
          line-height: 42px; } }
    .cmn-banner.black-banner .justify-content {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 575.98px) {
        .cmn-banner.black-banner .justify-content {
          display: block; } }
    .cmn-banner.black-banner .date-share {
      color: #b6b6b6;
      font-weight: 900;
      letter-spacing: 3px;
      text-transform: uppercase; }
      .cmn-banner.black-banner .date-share > div,
      .cmn-banner.black-banner .date-share > ul {
        margin-bottom: 15px; }
        .cmn-banner.black-banner .date-share > div.detail-date,
        .cmn-banner.black-banner .date-share > ul.detail-date {
          font-size: 12px; }
        .cmn-banner.black-banner .date-share > div.detail-share,
        .cmn-banner.black-banner .date-share > ul.detail-share {
          letter-spacing: 1.5px;
          font-size: 10px; }
      .cmn-banner.black-banner .date-share ul li {
        display: inline-block;
        margin-left: 12px; }
        .cmn-banner.black-banner .date-share ul li:first-child {
          margin-left: 0px; }
        .cmn-banner.black-banner .date-share ul li a img {
          transition: all 0.3s; }
        .cmn-banner.black-banner .date-share ul li a:hover img {
          opacity: 0.5; }

@media (min-width: 992px) {
  .about-banner {
    padding: 184px 0px 60px; } }

.about-banner::after {
  content: "";
  background: linear-gradient(0deg, #0a3f42 0%, rgba(10, 63, 66, 0) 100%);
  height: 557px;
  width: 100%;
  position: absolute;
  bottom: -110px;
  z-index: 0;
  left: 0; }

.wom-to-win {
  padding: 70px 0 0 0;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .wom-to-win {
      padding-top: 20px; } }
  .wom-to-win .col-lg-3 {
    margin-bottom: 30px; }
  .wom-to-win .h1 {
    color: #ffffff; }
    @media (min-width: 1200px) {
      .wom-to-win .h1 {
        font-size: 80px;
        margin-bottom: 30px; } }
  .wom-to-win .win-block {
    padding: 50px 0px;
    height: 100%;
    position: relative; }
    @media (max-width: 991.98px) {
      .wom-to-win .win-block {
        padding: 30px 0px; } }
    .wom-to-win .win-block::before, .wom-to-win .win-block:after {
      content: "";
      width: 100%;
      height: 15px;
      position: absolute;
      left: 0;
      background-repeat: no-repeat;
      background-size: contain; }
    .wom-to-win .win-block::before {
      background-image: url(../img/top-bracket.svg);
      background-position: top center;
      top: 0; }
    .wom-to-win .win-block::after {
      background-image: url(../img/bottom-bracket.svg);
      background-position: bottom center;
      bottom: 0; }

.our-firm {
  padding-top: 40px;
  padding-bottom: 150px;
  position: relative;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .our-firm {
      padding-top: 0px; } }
  .our-firm:before {
    background: linear-gradient(180deg, #0a3f42 0%, rgba(10, 63, 66, 0) 100%);
    content: "";
    height: 557px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0px; }
  .our-firm .container {
    position: relative;
    z-index: 2; }
  .our-firm .div-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center; }
  .our-firm .ours-firm-title h2 {
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px; }
  .our-firm .ours-firm-title h4 {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #C0CF13;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0 40px; }
  .our-firm .col-md-4 {
    margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .our-firm .our-firm-block-wrapper {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .our-firm .our-firm-block-wrapper:last-child {
      margin-bottom: 0; } }
  .our-firm .our-firm-block {
    background: rgba(0, 0, 0, 0.2);
    padding: 60px 15px;
    text-transform: uppercase;
    height: 100%; }
    @media (max-width: 991.98px) {
      .our-firm .our-firm-block {
        padding: 30px 15px; } }
    .our-firm .our-firm-block .h1 {
      color: #ffffff; }
      @media (min-width: 1200px) {
        .our-firm .our-firm-block .h1 {
          font-size: 80px;
          margin-bottom: 26px; } }
    .our-firm .our-firm-block h4 {
      color: #ffffff;
      letter-spacing: 4px;
      font-weight: 900;
      margin-bottom: 5px; }
    .our-firm .our-firm-block h6 {
      letter-spacing: 3px;
      color: #48A8C0;
      margin-bottom: 0; }

.about-blockquote {
  padding: 98px 0 72px; }
  @media (max-width: 1199.98px) {
    .about-blockquote {
      padding: 30px 0 0px; } }
  .about-blockquote .text-left {
    padding-left: 67px;
    padding-right: 70px; }
    @media (max-width: 575.98px) {
      .about-blockquote .text-left {
        padding-left: 45px;
        padding-right: 45px; } }
  .about-blockquote .quote-left {
    position: absolute;
    left: 10px;
    top: 0; }
    @media (max-width: 575.98px) {
      .about-blockquote .quote-left {
        top: -10px; } }
    @media (max-width: 575.98px) {
      .about-blockquote .quote-left img {
        width: 25px; } }
  .about-blockquote .quote-right {
    position: absolute; }
    @media (max-width: 575.98px) {
      .about-blockquote .quote-right {
        margin-top: -15px; } }
    @media (max-width: 575.98px) {
      .about-blockquote .quote-right img {
        width: 25px; } }
  .about-blockquote .cmn-font {
    font-size: 70px;
    line-height: 50px;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .about-blockquote .cmn-font {
        font-size: 50px;
        line-height: 40px; } }
    @media (max-width: 767.98px) {
      .about-blockquote .cmn-font {
        font-size: 40px;
        line-height: 25px; } }
    @media (max-width: 575.98px) {
      .about-blockquote .cmn-font {
        font-size: 25px;
        line-height: 15px; } }
  .about-blockquote .w1 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 14px;
    font-weight: 900; }
  .about-blockquote .w2 {
    font-style: italic;
    display: inline-block;
    margin-bottom: 14px;
    color: #ffffff; }
  .about-blockquote .w3 {
    color: #ffffff;
    font-weight: 300; }
  .about-blockquote .w4 {
    color: #C0CF13;
    font-weight: 900; }
  .about-blockquote .author {
    font-weight: 300;
    color: #fff;
    font-style: italic;
    padding-left: 5px;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    position: relative; }
    .about-blockquote .author:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #ffffff;
      height: 1px;
      width: 3px; }

.abstract-sec {
  text-align: center;
  padding: 139px 0px 114px;
  position: relative;
  color: #1d1d1d; }
  @media (max-width: 1199.98px) {
    .abstract-sec {
      padding: 60px 0 30px; } }
  .abstract-sec .div-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center; }
  .abstract-sec .col-md-4 {
    margin-bottom: 30px;
    flex-direction: column;
    display: flex;
    justify-content: space-between; }
  .abstract-sec h6 {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 32px; }
  @media (max-width: 1199.98px) {
    .abstract-sec .btn {
      letter-spacing: 0.8px; } }
  .abstract-sec .h1 {
    font-size: 80px;
    line-height: 65px; }
    @media (max-width: 991.98px) {
      .abstract-sec .h1 {
        font-size: 64px;
        line-height: 70px; } }

@media (max-width: 991.98px) {
  .our-firm-block .h1,
  .win-block .h1 {
    font-size: 64px;
    line-height: 70px; } }

.news-list {
  background-color: #f2f2f2;
  padding: 30px 0 76px; }
  @media (max-width: 1199.98px) {
    .news-list {
      padding: 30px 0 56px; } }
  @media (max-width: 767.98px) {
    .news-list .notification2 {
      width: 100%;
      padding: 0 15px; } }
  @media (max-width: 767.98px) {
    .news-list #dvNewsEventList {
      width: 100%;
      margin: 0; } }

@media all and (-ms-high-contrast: none) {
  #dvNewsEventList {
    width: 100%; }
  /* IE10 */
  *::-ms-backdrop, #dvNewsEventList {
    width: 100%; }
  /* IE11 */ }

.news-filter {
  text-align: center;
  margin-bottom: 40px; }
  .news-filter span {
    display: none;
    text-align: left;
    position: relative;
    font-weight: 900;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .news-filter span {
        background: #ffffff;
        cursor: pointer;
        padding: 15px 28px;
        font-weight: 900; } }
    .news-filter span:before {
      content: "+";
      position: absolute;
      top: 15px;
      right: 22px;
      font-size: 20px;
      color: #C0CF13;
      display: none; }
    .news-filter span.active::before {
      content: "-"; }
  @media (min-width: 768px) {
    .news-filter div {
      display: block !important;
      overflow: visible !important;
      height: auto !important; } }
  .news-filter a {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #293237;
    display: inline-block;
    vertical-align: top;
    padding: 13px 15px;
    border: 1px solid #d4d4d4;
    background: #f2f2f2;
    margin: 5px 3px;
    font-weight: 400;
    transition: all 0.3s; }
    .news-filter a:hover {
      text-decoration: none; }
    @media (min-width: 768px) {
      .news-filter a.active {
        text-decoration: none;
        font-weight: 700;
        border-color: #C0CF13;
        box-shadow: 0px 0px 0px 1px #C0CF13 inset;
        background: #ffffff; } }
  @media (max-width: 767.98px) {
    .news-filter span {
      display: block;
      margin: 0; }
      .news-filter span::before {
        display: block; }
    .news-filter div {
      display: none;
      background: #fff;
      padding: 0 10px;
      background: #fff; }
    .news-filter a {
      display: block;
      position: relative;
      text-align: left;
      border: none;
      border-bottom: 1px solid #d4d4d4;
      margin: 0;
      background: #ffffff;
      padding-right: 30px; }
      .news-filter a:last-child {
        border: none; }
      .news-filter a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 20px;
        height: 20px;
        border: 1px solid #d4d4d4;
        background: #f2f2f2;
        transform: translateY(-50%); }
      .news-filter a.active {
        font-weight: 900; }
        .news-filter a.active:before {
          background: #C0CF13; } }

.news-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 30px; }
  .news-box .synopsis {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    color: #929292; }
    .news-box .synopsis p:last-child {
      margin-bottom: 0; }
  .news-box a {
    color: #333F48;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000000;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top: 4px solid #C0CF13;
    padding: 42px 42px 42px;
    min-height: 250px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    transition: all 0.3s; }
    .news-box a:hover {
      border-top-color: #48A8C0;
      color: #48A8C0;
      text-decoration: none;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2); }
    .news-box a .topic {
      color: #48A8C0;
      font-size: 12px;
      line-height: 12px;
      display: block;
      margin-bottom: 13px; }
    .news-box a .newsdate {
      color: #333F48;
      margin: 0 0 3px 0; }
    .news-box a span:last-child {
      word-wrap: break-word; }
  .news-box.spac-filling-box > img {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 15px;
    pointer-events: none; }

.pagination {
  justify-content: center; }
  .pagination .page-numbers {
    border: 1px solid #d4d4d4;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 20px;
    margin: 0 -0.5px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center; }
    .pagination .page-numbers:hover {
      text-decoration: none; }
    .pagination .page-numbers.prev {
      background-image: url(../img/blue-arrow1.svg); }
    .pagination .page-numbers.next {
      background-image: url(../img/blue-arrow2.svg); }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      width: 45px;
      padding: 0; }

.news-filter #dvNewsType a:hover, .news-filter #dvVictoryType a:hover {
  border-color: #48A8C0; }

.news-filter #dvNewsType a.active:hover, .news-filter #dvVictoryType a.active:hover {
  border-color: #C0CF13; }

#dvProfileType a:hover {
  border-color: #48A8C0; }

#dvProfileType a.active:hover {
  border-color: #C0CF13; }

.news-list .notification2 {
  width: 100%; }

.news-list .no-result {
  width: 100%;
  max-width: 100%;
  flex: none; }

.victories-list {
  padding: 45px 0 170px; }
  .victories-list .news-filter {
    text-align: left; }
    .victories-list .news-filter > span {
      display: block; }
    .victories-list .news-filter > div {
      margin: 0 -5px; }
  @media (max-width: 767.98px) {
    .victories-list .news-filter > div {
      margin: 0; } }
  .victories-list .news-box a {
    padding: 37px 41px 43px; }

.testimonial-banner {
  padding-top: 140px; }

.testimonials {
  padding: 94px 0 107px;
  background-color: #f2f2f2; }
  @media (min-width: 992px) {
    .testimonials.summer-testi {
      padding: 70px 0 114px; } }
  @media (max-width: 991.98px) {
    .testimonials {
      padding: 60px 0; } }
  .testimonials .grid-columns {
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 767.98px) {
      .testimonials .grid-columns {
        margin-left: 0;
        margin-right: 0; } }
    .testimonials .grid-columns .grid-item {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 30px);
      text-align: center;
      margin: 0 15px 30px; }
      @media (max-width: 767.98px) {
        .testimonials .grid-columns .grid-item {
          width: 100%;
          margin: 0 0 30px; } }
  .testimonials strong {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 17px;
    text-align: center;
    color: #48A8C0;
    font-weight: 900;
    text-transform: uppercase; }

.testimonial-box {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-top: 4px solid #C0CF13;
  padding: 38px 60px 44px;
  min-height: 250px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .testimonial-box {
      padding: 30px; } }
  .testimonial-box .info {
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    color: #9b9b9b; }
    .testimonial-box .info strong {
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 4px;
      line-height: 17px;
      color: #48A8C0;
      display: block;
      font-style: normal;
      text-transform: uppercase;
      margin: 0 0 5px; }
    .testimonial-box .info span {
      display: block; }

blockquote {
  padding: 45px 0;
  position: relative;
  text-align: center;
  margin: 0;
  background: url("../img/quote.svg") no-repeat top center; }
  @media (max-width: 991.98px) {
    blockquote {
      padding: 30px 0; } }

.back-link {
  color: #ffffff;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 24px;
  display: inline-block;
  background: url("../img/back-arrow.svg") no-repeat left center; }

.victories-detail {
  padding: 77px 0px 70px; }

.victories-sidebar {
  padding-top: 7px; }
  @media (max-width: 991.98px) {
    .victories-sidebar {
      padding-top: 32px; } }

.sidebar-block {
  margin-bottom: 54px; }
  .sidebar-block ul li {
    padding: 0; }
    .sidebar-block ul li:before {
      content: none; }
    .sidebar-block ul li a {
      color: #000000; }
      .sidebar-block ul li a:hover {
        text-decoration: none;
        color: #48A8C0; }
  @media (max-width: 991.98px) {
    .sidebar-block {
      margin-bottom: 46px; } }
  .sidebar-block h6 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
    color: #b6b6b6; }
  .sidebar-block .vict-block {
    margin-bottom: 25px; }
    @media (max-width: 991.98px) {
      .sidebar-block .vict-block {
        margin-bottom: 15px; } }
    .sidebar-block .vict-block .vict-title {
      font-size: 16px;
      line-height: 24px;
      display: block;
      color: #000000; }
      .sidebar-block .vict-block .vict-title:hover {
        text-decoration: none;
        color: #48A8C0; }
    .sidebar-block .vict-block .vict-date {
      font-size: 12px;
      font-weight: 500;
      line-height: 15px;
      color: #48A8C0; }
  .sidebar-block.related-practice li {
    font-size: 16px;
    line-height: 20px; }
    .sidebar-block.related-practice li ul {
      margin-left: 20px; }
  .sidebar-block:last-child {
    margin-bottom: 0px; }

.victories-mt {
  margin-top: 55px; }

.career-banner {
  min-height: 950px;
  background-color: #333F48;
  padding-top: 147px; }
  .career-banner::after {
    background: linear-gradient(0deg, #0A3F42 0%, rgba(10, 63, 66, 0) 100%);
    top: auto;
    bottom: 0;
    height: 583px; }
  .career-banner h2 {
    margin-bottom: 20px;
    margin-top: 24px; }
  .career-banner h1 {
    margin-bottom: 73px; }
    @media (max-width: 767.98px) {
      .career-banner h1 {
        margin-left: -20px; } }
  .career-banner ul {
    margin: 0; }
    .career-banner ul li {
      color: #fff;
      position: relative; }
      .career-banner ul li:last-child {
        padding-bottom: 0; }
        .career-banner ul li:last-child:after {
          display: none; }
        .career-banner ul li:last-child p {
          display: block;
          margin: 0; }
          @media (max-width: 767.98px) {
            .career-banner ul li:last-child p br {
              display: none; } }
      .career-banner ul li:after {
        height: 60px;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        content: "";
        display: block;
        margin: auto; }
      .career-banner ul li h3 {
        margin-bottom: 0;
        margin-top: 13px;
        color: #fff; }
      .career-banner ul li .h1 {
        color: #C0CF13;
        margin-bottom: 15px; }
      .career-banner ul li p {
        margin: 16px 0 25px 0; }

.career-list {
  padding: 0; }
  .career-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0;
    border-bottom: 0; }
    .career-list ul li {
      width: 33.33%;
      flex-direction: column;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      flex-wrap: wrap;
      padding: 50px 65px 60px 65px; }
      @media (max-width: 1199.98px) {
        .career-list ul li {
          padding: 40px; } }
      @media (max-width: 991.98px) {
        .career-list ul li {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .career-list ul li {
          width: 100%; } }
      .career-list ul li:nth-child(3) {
        border-right: 0; }
        @media (max-width: 991.98px) {
          .career-list ul li:nth-child(3) {
            border-right: 1px solid rgba(0, 0, 0, 0.12); } }
      .career-list ul li h3 {
        color: #48A8C0;
        margin-bottom: 20px; }
      .career-list ul li p {
        margin: 0; }

.career-compensation-banner {
  color: #ffffff;
  min-height: 700px; }
  .career-compensation-banner::after {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    content: "";
    width: 100%;
    height: 466px;
    background: linear-gradient(0deg, #0A3F42 0%, rgba(10, 63, 66, 0) 100%); }
  .career-compensation-banner h1 {
    margin-bottom: 52px; }
    @media (max-width: 767.98px) {
      .career-compensation-banner h1 {
        margin-left: -10px;
        font-size: 34px; } }
  .career-compensation-banner .h1 {
    color: #C0CF13;
    margin-bottom: 5px; }
  .career-compensation-banner i {
    font-size: 14px;
    line-height: 24px; }
  .career-compensation-banner em {
    font-size: 14px;
    line-height: 24px; }
  .career-compensation-banner p {
    margin: 35px 0 25px 0; }
    @media (max-width: 767.98px) {
      .career-compensation-banner p br {
        display: none; } }

@media (min-width: 992px) {
  .why-banner {
    padding: 140px 0px 112px; }
    .why-banner h1 {
      margin-bottom: 75px; } }

.why-banner .banner-content h3 {
  font-weight: 400;
  color: #ffffff;
  line-height: 32px; }

.benefits {
  padding: 0; }
  .benefits .client-benefits {
    background: #ffffff;
    margin: 0px;
    padding: 5px; }
    .benefits .client-benefits [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px;
      margin: 5px 0px;
      display: flex;
      flex-direction: column;
      align-items: stretch; }
      .benefits .client-benefits [class*="col-"] .benefit-box {
        color: rgba(255, 255, 255, 0.6);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        min-height: 318px;
        padding: 60px 55px 65px;
        position: relative;
        text-decoration: none;
        text-align: center;
        font-style: italic;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
        @media (max-width: 1199.98px) {
          .benefits .client-benefits [class*="col-"] .benefit-box {
            padding: 50px 20px; } }
        .benefits .client-benefits [class*="col-"] .benefit-box h3 {
          color: #ffffff;
          font-style: normal;
          margin: 20px 0;
          line-height: 32px; }
        .benefits .client-benefits [class*="col-"] .benefit-box p {
          margin-bottom: 0; }
      .benefits .client-benefits [class*="col-"]:nth-child(4n + 1) .benefit-box {
        background: #48A8C0; }
      .benefits .client-benefits [class*="col-"]:nth-child(4n + 2) .benefit-box {
        background: #14656B; }
      .benefits .client-benefits [class*="col-"]:nth-child(4n + 3) .benefit-box {
        background: #333F48; }
      .benefits .client-benefits [class*="col-"]:nth-child(4n) .benefit-box {
        background: #1d1d1d; }

.faq-section {
  background-color: #f2f2f2;
  padding: 96px 0 100px; }
  @media (max-width: 991.98px) {
    .faq-section {
      padding: 70px 0; } }
  .faq-section h6 {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000; }
  .faq-section .accordion {
    margin-top: 30px; }

.accordion-box {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-bottom: 5px; }
  .accordion-box .accordion-content {
    padding: 5px 65px 26px 30px;
    border-bottom: 4px solid #C0CF13;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }
    @media (max-width: 767.98px) {
      .accordion-box .accordion-content {
        padding: 5px 20px 26px 20px; } }
  .accordion-box > h4 {
    position: relative;
    padding: 26px 65px 20px 30px;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin: 0; }
    @media (max-width: 767.98px) {
      .accordion-box > h4 {
        padding: 26px 65px 20px 20px; } }
    .accordion-box > h4:before {
      content: "";
      position: absolute;
      top: 23px;
      right: 20px;
      width: 30px;
      height: 30px;
      background: url("../img/plus.svg") no-repeat center; }
    .accordion-box > h4[aria-expanded="true"] {
      color: #48A8C0; }
      .accordion-box > h4[aria-expanded="true"]:before {
        background: url("../img/minus.svg") no-repeat center !important; }
  .accordion-box:hover > h4 {
    color: #48A8C0; }
    .accordion-box:hover > h4:before {
      background: url("../img/plus-green.svg") no-repeat center; }

.intro-txt {
  padding: 60px 0 80px; }
  @media (max-width: 767.98px) {
    .intro-txt {
      padding: 50px 0; } }

.state-close {
  padding: 98px 0 105px;
  text-align: center; }
  @media (max-width: 991.98px) {
    .state-close {
      padding: 70px 0; } }
  .state-close h6 {
    margin: 0 0 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1d1d1d; }
  .state-close hr {
    margin: 0 0 48px; }
    @media (max-width: 991.98px) {
      .state-close hr {
        margin: 0 0 30px; } }
  .state-close h2 {
    font-weight: 300;
    margin: 22px 0 0; }

.accordion-content .slick-slider {
  padding: 0 35px;
  margin: 0 0 30px; }
  .accordion-content .slick-slider .slick-arrow {
    background-repeat: no-repeat;
    margin: 0;
    height: 40px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%); }
    .accordion-content .slick-slider .slick-arrow.slick-prev {
      left: 0;
      background-position: left center;
      background-image: url(../img/slider-darkblue-arrow.png); }
    .accordion-content .slick-slider .slick-arrow.slick-next {
      background-position: right center;
      right: 0;
      background-image: url(../img/slider-darkblue-arrow.png); }

.woman-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .woman-list .woman-box {
    flex: 0 0 31.2%;
    max-width: 31.2%;
    border: 1px solid #D9D9D9;
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 20px;
    color: #1d1d1d; }
    @media (max-width: 991.98px) {
      .woman-list .woman-box {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 575.98px) {
      .woman-list .woman-box {
        flex: 0 0 100%;
        max-width: 100%; } }
    .woman-list .woman-box span {
      width: 167px;
      display: block;
      max-width: 100%;
      height: 224px; }
      @media (max-width: 1199.98px) {
        .woman-list .woman-box span {
          width: 118px;
          height: 157px; } }
      @media (max-width: 991.98px) {
        .woman-list .woman-box span {
          width: 100%;
          height: 340px; } }
      @media (max-width: 767.98px) {
        .woman-list .woman-box span {
          height: 260px; } }
      @media (max-width: 575.98px) {
        .woman-list .woman-box span {
          height: 540px; } }
      @media (max-width: 480px) {
        .woman-list .woman-box span {
          height: 310px; } }
      .woman-list .woman-box span p:last-child {
        margin: 0; }
      .woman-list .woman-box span img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-object-position: top center;
        -moz-object-position: top center;
        -o-object-position: top center;
        object-position: top center; }
    .woman-list .woman-box h4 {
      margin: 17px 0 12px 0; }
      .woman-list .woman-box h4 a {
        color: #1E8FAB;
        text-transform: capitalize; }

.trial-lawyers ul {
  display: flex;
  flex-wrap: wrap; }
  .trial-lawyers ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
    @media (max-width: 991.98px) {
      .trial-lawyers ul li {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 575.98px) {
      .trial-lawyers ul li {
        flex: 0 0 100%;
        max-width: 100%; } }

.why-tst-main {
  margin-bottom: 75px;
  width: 100%; }
  .why-tst-main ul li {
    position: relative;
    box-sizing: border-box;
    padding: 50px 40px 65px 40px;
    margin: 0px 0 20px 0;
    letter-spacing: normal;
    background: #f0f0f0;
    flex: 0 0 100%;
    max-width: 100%; }
    .why-tst-main ul li:before {
      display: none; }
    .why-tst-main ul li:after {
      content: "";
      width: 74px;
      height: 45px;
      background: url("/images/quote-icon.png") no-repeat;
      float: right;
      position: absolute;
      right: 18px;
      bottom: 0px; }
    .why-tst-main ul li .why-userinfo {
      text-transform: uppercase;
      margin-top: 10px;
      float: left;
      width: 100%;
      color: #49abb6;
      font-size: 15px; }

.signuptabs ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 60px;
  margin: 0 5px 23px;
  font-weight: 600; }
  .signuptabs ul li:before {
    display: none; }
  .signuptabs ul li div {
    background: #1a656a;
    border-radius: 30px;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    width: 60px;
    height: 60px;
    font-weight: 600;
    display: block;
    margin: 5px auto 0; }

.build_boxes ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .build_boxes ul li {
    text-align: center;
    padding: 0;
    margin: 1%;
    background: #1a656a;
    padding: 20px;
    flex: 0 0 23%;
    max-width: 23%; }
    @media (max-width: 991.98px) {
      .build_boxes ul li {
        flex: 0 0 48%;
        max-width: 48%; } }
    @media (max-width: 575.98px) {
      .build_boxes ul li {
        flex: 0 0 100%;
        max-width: 100%; } }
    .build_boxes ul li:before {
      display: none; }
    .build_boxes ul li h5 {
      margin: 0;
      display: block;
      font-size: 14px;
      color: #fff;
      line-height: 20px;
      font-weight: normal;
      letter-spacing: 0; }

.og-expander_inner h1 {
  color: #115256;
  font-size: 100px;
  line-height: normal;
  padding: 20px 0 18px 24px;
  margin: 0; }
  @media (max-width: 1199.98px) {
    .og-expander_inner h1 {
      font-size: 70px; } }
  @media (max-width: 767.98px) {
    .og-expander_inner h1 {
      font-size: 50px; } }
  @media (max-width: 575.98px) {
    .og-expander_inner h1 {
      font-size: 34px; } }
  .og-expander_inner h1 samp {
    font-weight: 300; }
  .og-expander_inner h1 span {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #252629;
    line-height: normal;
    margin-top: -10px;
    padding-right: 23px;
    font-weight: 400; }
    @media (max-width: 575.98px) {
      .og-expander_inner h1 span {
        margin-top: -5px; } }

@media (min-width: 1200px) {
  .summer-banner {
    padding: 142px 0px 73px; } }

.summer-banner .summer-banner-content {
  text-align: left; }
  @media (min-width: 1200px) {
    .summer-banner .summer-banner-content {
      margin-top: 44px; } }
  .summer-banner .summer-banner-content h3 {
    color: #C0CF13;
    line-height: 32px; }
  .summer-banner .summer-banner-content ul {
    margin-top: 8px;
    color: #ffffff; }
    .summer-banner .summer-banner-content ul li {
      margin-bottom: 14px;
      padding-left: 19px; }
      .summer-banner .summer-banner-content ul li:before {
        width: 6px;
        height: 6px; }

.sticky-tab {
  padding: 0px;
  background: #f2f2f2; }
  .sticky-tab.stickey {
    position: fixed;
    left: 0;
    right: 0;
    top: 81px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .sticky-tab.stickey {
        top: 70px !important; } }
    @media (max-width: 575.98px) {
      .sticky-tab.stickey {
        top: 63px !important; } }
  @media (max-width: 1199.98px) {
    .sticky-tab .container {
      max-width: 100%; } }
  .sticky-tab .toggle-title {
    position: relative;
    margin-bottom: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .sticky-tab .toggle-title {
        display: none; } }
    .sticky-tab .toggle-title:after {
      background: url("../img/hamburger-nav.png") no-repeat center center;
      height: 36px;
      width: 36px;
      position: absolute;
      right: 0;
      top: 10px; }
    .sticky-tab .toggle-title.expand:after {
      background: url("../img/close.png") no-repeat center center; }
  .sticky-tab ul {
    justify-content: space-between;
    margin-bottom: 0px; }
    @media (min-width: 992px) {
      .sticky-tab ul {
        display: flex !important; } }
    .sticky-tab ul li {
      text-align: center; }
      @media (min-width: 1200px) {
        .sticky-tab ul li {
          width: 100%; } }
      .sticky-tab ul li a {
        padding: 30px 0px;
        width: 100%;
        display: block;
        border-bottom: 8px solid transparent;
        font-size: 16px;
        text-decoration: none;
        color: #293237; }
        .sticky-tab ul li a:hover {
          text-decoration: none; }
        @media (max-width: 991.98px) {
          .sticky-tab ul li a {
            padding: 10px 0px;
            border-bottom: 1px solid #ddd; } }
        .sticky-tab ul li a.active, .sticky-tab ul li a:hover {
          border-color: #48A8C0;
          color: #48A8C0;
          cursor: pointer; }

.white-gap {
  width: 100%;
  float: left;
  display: none; }

.summer-events {
  padding: 101px 0px 109px;
  background: #333F48; }
  @media (max-width: 1199.98px) {
    .summer-events {
      padding: 60px 0px 60px; } }
  .summer-events h2 {
    color: #48A8C0;
    margin-bottom: 26px;
    font-weight: 300; }
  .summer-events p {
    color: #ffffff; }
    .summer-events p:last-child {
      margin-bottom: 0px; }
      @media (max-width: 991.98px) {
        .summer-events p:last-child {
          margin-bottom: 35px; } }
    @media (max-width: 991.98px) {
      .summer-events p br {
        display: none; } }
  .summer-events img {
    height: auto; }

.charitable .rose-bowl {
  padding: 140px 0px 70px; }
  @media (max-width: 1199.98px) {
    .charitable .rose-bowl {
      padding: 60px 0px 40px; }
      .charitable .rose-bowl .cmn-slider {
        margin-top: 20px; } }
  @media (max-width: 991.98px) {
    .charitable .rose-bowl {
      padding: 30px 0px; } }
  .charitable .rose-bowl h2 {
    margin-bottom: 33px; }
    @media (min-width: 768px) {
      .charitable .rose-bowl h2 {
        margin-top: 15px; } }

.charitable .annual-firm {
  padding: 50px 0px 50px; }
  @media (max-width: 991px) {
    .charitable .annual-firm .video-iframe iframe {
      height: 354px; } }
  @media (max-width: 736px) {
    .charitable .annual-firm .video-iframe iframe {
      height: 288px; } }
  @media (max-width: 568px) {
    .charitable .annual-firm .video-iframe iframe {
      height: 284px; } }
  @media (max-width: 414px) {
    .charitable .annual-firm .video-iframe iframe {
      height: 199px; } }
  @media (max-width: 375px) {
    .charitable .annual-firm .video-iframe iframe {
      height: 181px; } }
  @media (max-width: 1199.98px) {
    .charitable .annual-firm {
      padding: 40px 0px 30px; }
      .charitable .annual-firm .cmn-slider {
        margin-top: 20px; } }
  @media (max-width: 991.98px) {
    .charitable .annual-firm {
      padding: 30px 0px; } }
  .charitable .annual-firm h2 {
    margin-bottom: 33px; }
    @media (min-width: 992px) {
      .charitable .annual-firm h2 {
        margin-top: 15px; } }
  .charitable .annual-firm ul {
    font-size: 14px;
    margin-top: 50px; }
    @media (min-width: 576px) {
      .charitable .annual-firm ul {
        -moz-column-count: 2;
        column-count: 2; } }
    .charitable .annual-firm ul li {
      padding: 0px 0px 0px 15px; }
      .charitable .annual-firm ul li:before {
        height: 5px;
        width: 5px; }

.summer-associates {
  padding: 70px 0px 110px; }
  @media (max-width: 1199.98px) {
    .summer-associates {
      padding: 30px 0px 20px; } }
  .summer-associates h2 {
    color: #48A8C0;
    margin-bottom: 42px;
    font-weight: 300; }
  .summer-associates .col-md-4 {
    margin-bottom: 30px; }
    .summer-associates .col-md-4 img {
      height: auto; }

.summer-testimonial {
  padding: 110px 0px;
  background: #f2f2f2; }
  @media (max-width: 1199.98px) {
    .summer-testimonial {
      padding: 60px 0px 50px; } }
  .summer-testimonial h2 {
    color: #48A8C0;
    margin-bottom: 42px;
    font-weight: 300; }
  .summer-testimonial p:last-child {
    margin-bottom: 0px; }

.testimonial-slider {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-top: 4px solid #C0CF13;
  padding: 38px 60px 44px; }
  .testimonial-slider .testimonial-box {
    display: flex !important;
    background: none;
    border: none;
    min-height: 100%;
    padding: 0;
    align-items: center; }
    .testimonial-slider .testimonial-box .testimonial-content {
      width: 100%; }
  @media (max-width: 991.98px) {
    .testimonial-slider {
      padding-top: 50px; } }
  .testimonial-slider.slick-slider .slick-arrow.slick-next {
    background-image: url("../img/green-left-arrow.svg");
    right: -60px; }
    @media (max-width: 991.98px) {
      .testimonial-slider.slick-slider .slick-arrow.slick-next {
        right: -30px; } }
  .testimonial-slider.slick-slider .slick-arrow.slick-prev {
    background-image: url("../img/green-right-arrow.svg");
    left: -60px; }
    @media (max-width: 991.98px) {
      .testimonial-slider.slick-slider .slick-arrow.slick-prev {
        left: -30px; } }

.map-area {
  width: 548px;
  max-width: 100%;
  position: relative;
  margin: 0 auto; }
  @media (max-width: 1199.98px) {
    .map-area {
      width: 450px; } }
  @media (max-width: 575.98px) {
    .map-area {
      width: 260px; } }
  .map-area .hide {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -m-opacity: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease; }
    @media (max-width: 767.98px) {
      .map-area .hide {
        display: none; } }
  .map-area .state {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .map-area .state .map-pin.selected .hide {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -o-opacity: 1;
      -m-opacity: 1;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      @media (max-width: 767.98px) {
        .map-area .state .map-pin.selected .hide {
          display: block; } }
    .map-area .state .map-pin.selected a {
      background-color: #c0cf13; }
    .map-area .state .map-pin.pin1 a {
      left: 7px;
      top: 160px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin1 a {
          left: 5px;
          top: 130px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin1 a {
          left: 1%;
          top: 46.5%; } }
    .map-area .state .map-pin.pin1 .info {
      left: 45px;
      top: 77px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin1 .info {
          left: 38px;
          top: 46px; } }
    .map-area .state .map-pin.pin2 a {
      left: 30px;
      top: 159px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin2 a {
          left: 24px;
          top: 129px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin2 a {
          left: 5%;
          top: 46.5%; } }
    .map-area .state .map-pin.pin2 .info {
      top: 74px;
      left: 73px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin2 .info {
          top: 46px;
          left: 57px; } }
    .map-area .state .map-pin.pin3 a {
      left: 15px;
      top: 185px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin3 a {
          left: 12px;
          top: 151px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin3 a {
          left: 3%;
          top: 54%; } }
    .map-area .state .map-pin.pin3 .info {
      left: 58px;
      top: 101px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin3 .info {
          left: 46px;
          top: 68px; } }
    .map-area .state .map-pin.pin4 a {
      left: 39px;
      top: 211px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin4 a {
          left: 31px;
          top: 172px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin4 a {
          left: 7%;
          top: 62%; } }
    .map-area .state .map-pin.pin4 .info {
      left: 82px;
      top: 126px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin4 .info {
          left: 65px;
          top: 89px; } }
    .map-area .state .map-pin.pin5 a {
      right: 187px;
      top: 129px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin5 a {
          right: 152px;
          top: 104px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin5 a {
          right: 34%;
          top: 37%; } }
    .map-area .state .map-pin.pin5 .info {
      right: 225px;
      top: 45px; }
      .map-area .state .map-pin.pin5 .info::before {
        left: auto;
        right: -15px;
        transform: rotate(65deg); }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin5 .info {
          right: 184px;
          top: 23px; } }
    .map-area .state .map-pin.pin6 a {
      right: 41px;
      top: 119px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin6 a {
          right: 32px;
          top: 97px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin6 a {
          right: 7%;
          top: 35%; } }
    .map-area .state .map-pin.pin6 .info {
      right: 83px;
      top: 36px; }
      .map-area .state .map-pin.pin6 .info::before {
        left: auto;
        right: -15px;
        transform: rotate(65deg); }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin6 .info {
          right: 63px;
          top: 15px; } }
    .map-area .state .map-pin.pin7 a {
      right: 69px;
      top: 144px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin7 a {
          right: 56px;
          top: 118px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin7 a {
          right: 12%;
          top: 42%; } }
    .map-area .state .map-pin.pin7 .info {
      right: 110px;
      top: 61px; }
      .map-area .state .map-pin.pin7 .info::before {
        left: auto;
        right: -15px;
        transform: rotate(65deg); }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin7 .info {
          right: 87px;
          top: 37px; } }
    .map-area .state .map-pin.pin8 a {
      right: 26px;
      top: 88px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin8 a {
          right: 22px;
          top: 72px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin8 a {
          right: 5%;
          top: 26%; } }
    .map-area .state .map-pin.pin8 .info {
      right: 64px;
      top: 8px; }
      .map-area .state .map-pin.pin8 .info::before {
        left: auto;
        right: -15px;
        transform: rotate(65deg); }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin8 .info {
          right: 52px;
          top: -9px; } }
    .map-area .state .map-pin.pin9 a {
      right: 253px;
      top: 284px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin9 a {
          right: 208px;
          top: 233px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin9 a {
          right: 46.2%;
          bottom: 27px;
          top: auto; } }
    .map-area .state .map-pin.pin9 .info {
      right: 288px;
      top: 204px; }
      .map-area .state .map-pin.pin9 .info::before {
        left: auto;
        right: -15px;
        transform: rotate(65deg); }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin9 .info {
          right: 235px;
          top: 152px; } }
    .map-area .state .map-pin.pin10 a {
      right: 281px;
      top: 277px; }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin10 a {
          right: 230px;
          top: 234px; } }
      @media (max-width: 575.98px) {
        .map-area .state .map-pin.pin10 a {
          right: 51.7%;
          bottom: 27px;
          top: auto; } }
    .map-area .state .map-pin.pin10 .info {
      right: 316px;
      top: 197px; }
      .map-area .state .map-pin.pin10 .info::before {
        left: auto;
        right: -15px;
        transform: rotate(65deg); }
      @media (max-width: 1199.98px) {
        .map-area .state .map-pin.pin10 .info {
          right: 257px;
          top: 152px; } }
    .map-area .state .map-pin a {
      background-color: #ffffff;
      font-size: 0;
      height: 9px;
      width: 9px;
      display: inline-block;
      border-radius: 50%;
      padding: 0;
      position: absolute;
      cursor: pointer; }
    .map-area .state .info {
      width: 350px;
      background-color: #ffffff;
      text-align: left;
      padding: 30px;
      position: absolute; }
      @media (max-width: 575.98px) {
        .map-area .state .info {
          width: 100%;
          left: 0px !important;
          right: 0px !important;
          top: 100% !important;
          z-index: 1;
          margin-top: 5px;
          box-shadow: 0px 0px 5px #9c9c9c; } }
      .map-area .state .info::before {
        position: absolute;
        top: 65px;
        left: -15px;
        content: "";
        border-left: 30px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 31px solid white;
        transform: rotate(23deg); }
        @media (max-width: 575.98px) {
          .map-area .state .info::before {
            display: none; } }
      .map-area .state .info h6 {
        color: #48a8c0;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 3.5px; }
      .map-area .state .info ul {
        margin: 0; }
        .map-area .state .info ul li {
          font-size: 14px;
          line-height: 30px;
          margin: 0;
          padding-left: 15px;
          color: #252629; }
          .map-area .state .info ul li::before {
            background-color: #252629;
            height: 6px;
            width: 6px;
            top: 12px; }

@media (max-width: 991.98px) {
  #headerStop {
    padding: 15px 0;
    position: relative; } }

#headerStop.stickey {
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

@media (max-width: 991.98px) {
  .mobile-layout-new.container {
    width: 100%;
    padding: 0px; }
  .mobile-layout-new .toggle-title {
    width: 86%;
    float: none;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    padding: 11px 50px 11px 14px;
    font-size: 16px;
    line-height: 22px;
    color: #27251F;
    background: url("../img/down-arrow.svg") no-repeat right 15px center #ffffff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .mobile-layout-new #collapseMenu {
    position: absolute;
    left: 0px;
    top: 61px;
    width: 86%;
    background-color: white;
    padding: 15px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    right: 0px;
    margin: 0px auto; }
    .mobile-layout-new #collapseMenu li {
      text-align: left; }
      .mobile-layout-new #collapseMenu li a {
        display: block;
        padding: 5px;
        color: #27251F;
        border: 0;
        font-size: 16px; } }

@media (max-width: 991.98px) {
  #summer-events {
    padding-top: 75px; } }

@media (max-width: 991.98px) {
  #rose-bowl {
    padding-top: 70px; } }

@media (max-width: 991.98px) {
  #annual-firm {
    padding-top: 75px; } }

@media (max-width: 991.98px) {
  #summer-associates {
    padding-top: 72px; } }

@media (max-width: 991.98px) {
  #summer-testimonial {
    padding-top: 70px; } }

#summer-associates .summer-logos > div {
  display: flex;
  justify-content: center;
  align-items: center; }
  #summer-associates .summer-logos > div img {
    max-height: 95px;
    height: auto;
    width: auto;
    max-width: 140px; }
    @media (max-width: 575.98px) {
      #summer-associates .summer-logos > div img {
        max-width: 100%; } }

.submenu-icon .toggle-title {
  position: relative; }
  .submenu-icon .toggle-title:before {
    position: absolute;
    content: "";
    top: 19px;
    right: 0;
    background: url("../img/arrow-bottom-new.png") no-repeat center center;
    height: 15px;
    width: 19px;
    display: inline-block; }
  .submenu-icon .toggle-title.expand:before {
    transform: rotate(-180deg); }

.career-charitable {
  min-height: 612px;
  color: #ffffff; }
  .career-charitable h1 {
    margin-bottom: 23px; }
  .career-charitable .bn-col {
    display: flex;
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 770px;
    margin: 80px auto 0 auto; }
    @media (max-width: 767.98px) {
      .career-charitable .bn-col {
        margin-top: 50px;
        flex-direction: column; } }
    .career-charitable .bn-col h3 {
      margin-bottom: 0;
      max-width: 370px;
      color: #C0CF13; }
      @media (max-width: 767.98px) {
        .career-charitable .bn-col h3 {
          max-width: 100%;
          margin-bottom: 30px; } }
    .career-charitable .bn-col p {
      max-width: 370px; }
      @media (max-width: 767.98px) {
        .career-charitable .bn-col p {
          max-width: 100%; } }

.jump-to {
  padding: 22px 0;
  background-color: #F2F2F2; }
  .jump-to.stickey {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 22;
    top: 80px; }
    @media (max-width: 991.98px) {
      .jump-to.stickey {
        top: 70px;
        padding: 10px 0; } }
    @media (max-width: 575.98px) {
      .jump-to.stickey {
        top: 65px; } }
  .jump-to .dropdown-list {
    display: none; }
  .jump-to .is-active .dropdown-list {
    display: block; }

.stickySpacer {
  padding: 0;
  display: none; }

.charitable {
  float: left;
  width: 100%; }
  .charitable h2 {
    color: #48A8C0;
    margin-bottom: 50px;
    font-weight: 300; }
    @media (max-width: 767.98px) {
      .charitable h2 {
        margin-bottom: 35px; } }
  .charitable .left-sidebar p:last-child {
    margin-bottom: 0; }

.nepal-earth {
  padding-top: 120px;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .nepal-earth {
      padding-top: 70px; } }

.japan-earth {
  padding-top: 140px;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .japan-earth {
      padding-top: 70px;
      padding-bottom: 35px; } }

.ecuador-earth {
  padding-top: 140px;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .ecuador-earth {
      padding-top: 70px; } }

.clothing-holiday {
  padding-top: 140px;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .clothing-holiday {
      padding-top: 70px; } }

.supporting-palsy {
  padding-top: 140px;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .supporting-palsy {
      padding-top: 70px; } }

.ecuador-earth {
  padding-top: 140px;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .ecuador-earth {
      padding-top: 70px; } }

.cmn-slider {
  float: left;
  position: static; }
  @media (max-width: 991.98px) {
    .cmn-slider {
      margin-top: 50px; } }
  @media (max-width: 575.98px) {
    .cmn-slider {
      width: 100%; } }
  .cmn-slider .item {
    padding: 0 15px;
    max-width: 400px;
    position: relative; }
    .cmn-slider .item .custom-object-fit {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      width: 370px;
      height: 370px; }
      .cmn-slider .item .custom-object-fit img {
        display: none; }
    .cmn-slider .item > img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center;
      height: 370px; }
    @media (max-width: 575.98px) {
      .cmn-slider .item {
        max-width: 100%;
        padding: 0; } }
    .cmn-slider .item::before {
      height: 100%;
      position: absolute;
      right: 15px;
      left: 15px;
      background-color: #1D1D1D;
      -webkit-opacity: 0.6;
      -moz-opacity: 0.6;
      -o-opacity: 0.6;
      -m-opacity: 0.6;
      opacity: 0.6;
      content: ""; }
    .cmn-slider .item.slick-current::before {
      display: none; }
    @media (max-width: 767.98px) {
      .cmn-slider .item img {
        height: auto; } }

.drive-listing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px; }
  @media (max-width: 991.98px) {
    .drive-listing {
      margin-top: 15px; } }
  @media (max-width: 767.98px) {
    .drive-listing {
      flex-direction: column; } }
  .drive-listing .food-logo {
    height: 170px;
    width: 170px;
    background-color: #fff; }
    @media (max-width: 767.98px) {
      .drive-listing .food-logo {
        width: 100%; } }
  .drive-listing .food-info {
    display: block;
    width: calc(100% - 200px); }
    @media (max-width: 767.98px) {
      .drive-listing .food-info {
        width: 100%; } }
    .drive-listing .food-info p {
      font-size: 16px;
      line-height: 24px; }
      .drive-listing .food-info p:last-child {
        margin-bottom: 0; }

.supporting-palsy .support-left p:last-child {
  margin-bottom: 0; }

.supporting-palsy .support-right .logos {
  display: inline-flex;
  width: 270px;
  height: 270px;
  justify-content: center;
  align-items: center;
  margin-right: 26px;
  flex-direction: column; }
  @media (max-width: 767.98px) {
    .supporting-palsy .support-right .logos {
      height: 130px;
      width: 130px; } }
  .supporting-palsy .support-right .logos img {
    height: auto; }
  .supporting-palsy .support-right .logos:last-child {
    margin-right: 0; }

.non-profit-org {
  padding-top: 140px;
  padding-bottom: 155px; }
  .non-profit-org .org-listing {
    margin-top: 18px; }
    .non-profit-org .org-listing ul {
      -moz-column-count: 3;
      column-count: 3;
      width: 100%;
      display: block; }
      @media (max-width: 767.98px) {
        .non-profit-org .org-listing ul {
          -moz-column-count: 1;
          column-count: 1; } }
      .non-profit-org .org-listing ul li {
        padding-right: 15px;
        color: #000000;
        font-size: 14px;
        line-height: 30px; }

@media (max-width: 991.98px) {
  .ecuador-earth,
  .clothing-holiday,
  .supporting-palsy,
  .ecuador-earth,
  .non-profit-org {
    padding: 35px 0; } }

.philosophy {
  padding: 140px 0 87px; }
  @media (max-width: 991.98px) {
    .philosophy {
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .philosophy .div-img {
      background-position: top center;
      background-color: #0a3f42;
      background-size: contain; } }
  .philosophy:after {
    display: none; }

.philosophy-list {
  padding-top: 50px; }
  @media (max-width: 991.98px) {
    .philosophy-list {
      padding-top: 20px; } }
  .philosophy-list > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 28px; }
  .philosophy-list .philosophy-box {
    background: rgba(0, 0, 0, 0.2);
    padding: 48px 45px 58px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    min-height: 320px; }
    @media (max-width: 1199.98px) {
      .philosophy-list .philosophy-box {
        padding: 30px;
        min-height: 1px; } }
    .philosophy-list .philosophy-box h3 {
      margin: 20px 0;
      line-height: 32px;
      color: #48A8C0; }

.app-event {
  background-color: #F2F2F2;
  padding: 76px 0 85px; }
  @media (max-width: 991.98px) {
    .app-event {
      padding: 50px 0; } }
  .app-event .accordion-box h4 span {
    display: block;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 15px;
    margin-top: 8px; }
  .app-event .accordion-box .accordion-content a {
    line-height: 28px;
    word-break: break-word; }
  .app-event .accordion-box .accordion-content p {
    margin-bottom: 5px; }

.meet-campus h3 {
  color: #48A8C0; }

.event-content h6 {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  letter-spacing: 4px;
  padding: 30px 0 18px;
  margin: 0; }

.career-int h4 {
  font-weight: 900;
  letter-spacing: 4px;
  color: #C0CF13;
  text-transform: uppercase;
  margin: 26px 0 14px; }

.career-location {
  padding: 82px 0 40px;
  background-color: #f2f2f2; }
  @media (max-width: 991.98px) {
    .career-location {
      padding: 50px 0 20px; } }

.location-list > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 30px; }

.location-list .location-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  background-color: #fff;
  min-height: 250px;
  padding: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative; }
  .location-list .location-box .div-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: 0;
    transition: all 0.3s; }
  .location-list .location-box:hover {
    text-decoration: none; }
    .location-list .location-box:hover .div-img {
      opacity: 1; }
    .location-list .location-box:hover .h2 {
      color: #ffffff; }
  .location-list .location-box span {
    display: block;
    position: relative; }
  .location-list .location-box .h2 {
    font-weight: 300;
    line-height: 48px;
    color: #000000;
    margin: 0 0 20px; }
  .location-list .location-box .h6 {
    color: #48A8C0;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0; }
  .location-list .location-box:before {
    content: "";
    background: rgba(29, 29, 29, 0.3);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    position: absolute; }
  .location-list .location-box:hover::before {
    opacity: 1; }

.career-hero {
  padding-top: 140px; }
  @media (max-width: 991.98px) {
    .career-hero {
      min-height: 500px; } }

.career-detail .select2-container {
  width: auto !important;
  min-width: 170px;
  margin-bottom: 41px; }
  @media (max-width: 991.98px) {
    .career-detail .select2-container {
      margin-bottom: 25px; } }

.career-detail .interested {
  padding: 50px 62px 63px 58px; }
  @media (max-width: 991.98px) {
    .career-detail .interested {
      padding: 30px; } }

.interested {
  background: #293237;
  color: #ffffff;
  line-height: 28px; }
  .interested h3 {
    color: #C0CF13; }
  .interested h4 {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 58px 0 22px; }
    @media (max-width: 991.98px) {
      .interested h4 {
        margin: 40px 0 20px; } }
  .interested p a,
  .interested li a {
    color: #C0CF13;
    text-decoration: underline;
    word-break: break-all; }

.career-left h3 {
  margin-bottom: 44px;
  color: #48A8C0;
  line-height: 32px; }
  @media (max-width: 991.98px) {
    .career-left h3 {
      margin-bottom: 25px; } }

.career-right h3 {
  margin-bottom: 26px; }

.sticky {
  z-index: 1;
  right: 0;
  top: 81px;
  position: fixed;
  pointer-events: none; }
  .sticky > div {
    height: 100%; }
    @media (max-width: 1199.98px) {
      .sticky > div {
        height: auto; } }
    .sticky > div .stick-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.sticky-wrapper {
  float: left;
  width: 100%; }

@media (max-width: 1199.98px) {
  .wrap-div .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 1200px) {
  .wrap-div .container {
    position: relative;
    z-index: 1;
    padding-left: 150px;
    max-width: 100%; } }

.sticky-img {
  margin: 0;
  padding: 0;
  z-index: 2;
  text-align: right;
  height: 100%;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .sticky-img {
      position: static !important;
      text-align: center;
      height: auto !important;
      padding: 20px 15px 40px; }
      .sticky-img .div-img {
        width: 400px !important;
        height: 600px !important;
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        position: static !important; } }
  .sticky-img img {
    z-index: 1;
    width: 100%;
    height: auto; }

.hongkong-banner {
  padding: 65px 0 40px;
  position: relative; }
  .hongkong-banner h1, .hongkong-banner h6 {
    position: relative; }
  .hongkong-banner .hongkong-select-country {
    position: absolute;
    right: 8px;
    bottom: 0px; }

.hongkong-office {
  padding: 74px 0 91px; }
  @media (max-width: 991.98px) {
    .hongkong-office {
      padding: 50px 0; } }
  .hongkong-office.career-left h3 {
    margin-bottom: 32px; }

.hongkong-interest {
  padding: 58px 0 80px; }
  @media (max-width: 991.98px) {
    .hongkong-interest {
      padding: 50px 0; } }

.insertImg {
  padding: 30px 15px;
  display: none;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .insertImg {
      display: block; } }

@media (min-width: 1200px) {
  .highlight-box.box-inner .career-highlight {
    padding-left: 15px; } }

.highlight-box.box-inner .career-highlight > div {
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.highlight-box.box-inner .career-highlight a {
  font-size: 16px;
  line-height: 24px;
  padding: 62px 10.5% 74px; }
  .highlight-box.box-inner .career-highlight a .box-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0; }

.prac-area-iframe {
  padding: 0; }
  @media (max-width: 1199.98px) {
    .prac-area-iframe {
      background: #f4f4f4;
      text-align: center;
      padding: 30px 0; } }
  .prac-area-iframe iframe {
    border: 0;
    position: absolute;
    width: 410px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    right: auto;
    margin: 0 auto;
    transform: translate(0, -50%);
    top: calc(50% - -50px);
    left: 0; }
    @media (max-width: 1360px) {
      .prac-area-iframe iframe {
        width: 404px; } }
    @media (max-width: 1199.98px) {
      .prac-area-iframe iframe {
        position: relative;
        width: 100%;
        z-index: 9;
        right: 0;
        margin: 0 auto 20px auto;
        transform: none;
        top: 0;
        max-width: 420px;
        left: 0; } }

.new-iframe.dark-overlay iframe {
  background: rgba(0, 0, 0, 0.3); }

.new-iframe.white-overlay {
  background: rgba(255, 255, 255, 0.8); }

.wrap-div2 .container {
  text-align: left; }
  @media (max-width: 1199.98px) {
    .wrap-div2 .container {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  @media (min-width: 1200px) {
    .wrap-div2 .container {
      position: relative;
      padding-left: 50px;
      max-width: 100%; } }

.h3-style, .overview h3, .representations h3, .practice-partner h3, .practice-news h3, .related-area h3, .timeline-section h3 {
  color: #48A8C0;
  margin: 0 0 30px;
  font-size: 26px;
  line-height: 32px; }

.h6-style, .representations h6 {
  font-size: 14px;
  line-height: 17px;
  color: #1d1d1d;
  letter-spacing: 4px;
  font-weight: 900;
  margin: 10px 0 25px;
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.practice-banner {
  text-align: left;
  padding: 70px 0 95px;
  margin-bottom: 60px; }
  .practice-banner h2 {
    margin: 0 0 35px; }
  .practice-banner .div-img {
    background-position: left center; }
  .practice-banner .practice-content h2 {
    position: relative;
    padding-right: 30px; }
    .practice-banner .practice-content h2 a {
      position: absolute;
      top: 20px;
      right: 0;
      line-height: 0; }
      @media (max-width: 767.98px) {
        .practice-banner .practice-content h2 a {
          position: static;
          display: block;
          margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .practice-banner .practice-content {
      padding-right: 100px; } }
  @media (max-width: 991.98px) {
    .practice-banner {
      margin-bottom: 40px; } }
  .practice-banner .lang-area {
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.2);
    float: right;
    margin-top: 85px;
    margin-right: 100px; }
    @media (max-width: 1199.98px) {
      .practice-banner .lang-area {
        margin-right: 0; } }
    @media (max-width: 410px) {
      .practice-banner .lang-area {
        margin-top: 50px; } }
    .practice-banner .lang-area .dropdown {
      display: inline-block;
      vertical-align: middle; }
      .practice-banner .lang-area .dropdown.show .dropdown-toggle:after {
        transform: rotate(180deg); }
      .practice-banner .lang-area .dropdown .dropdown-toggle {
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        padding: 12px 21px;
        text-decoration: none;
        display: block;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .practice-banner .lang-area .dropdown .dropdown-menu {
        border-radius: 0;
        margin-top: -1px;
        margin-left: -1px; }
        .practice-banner .lang-area .dropdown .dropdown-menu .dropdown-item {
          display: block;
          width: 100%;
          padding: 0.25rem 1.5rem;
          clear: both;
          font-weight: 400;
          color: #212529;
          font-size: 14px;
          text-align: inherit;
          white-space: nowrap;
          background-color: transparent;
          border: 0; }
          .practice-banner .lang-area .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #48A8C0;
            color: #ffffff; }

.practice-topic {
  margin-top: 5px;
  text-align: left; }
  .practice-topic a {
    display: inline-block;
    vertical-align: top;
    padding: 16px 20px 15px;
    background-color: rgba(0, 0, 0, 0.19);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    margin: 5px 3px;
    transition: all 0.3s; }
    .practice-topic a:hover {
      text-decoration: none;
      background-color: #ffffff;
      color: #48A8C0; }

.custom-space {
  margin: 0 0 70px; }
  @media (max-width: 991.98px) {
    .custom-space {
      margin: 0 0 50px; } }

.sticky-practice {
  box-shadow: none;
  z-index: 1 !important;
  background: #ffffff; }
  @media (min-width: 768px) {
    .sticky-practice .container {
      background-color: #ffffff;
      padding-bottom: 5px; } }
  .sticky-practice ul {
    border-bottom: 1px solid #d9d9d9;
    justify-content: start; }
    @media (max-width: 1199.98px) {
      .sticky-practice ul {
        justify-content: space-around; } }
    .sticky-practice ul li {
      margin-bottom: -1px; }
      .sticky-practice ul li:last-child {
        margin-right: 0; }
      .sticky-practice ul li a {
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 2px;
        font-weight: 900;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .sticky-practice ul li a {
            padding: 20px 0 5px; } }
        .sticky-practice ul li a:hover, .sticky-practice ul li a.active {
          border-color: #C0CF13; }
      @media (min-width: 1200px) {
        .sticky-practice ul li {
          width: auto;
          margin-right: 25px; } }
  .sticky-practice.scroll-sticky {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
    .sticky-practice.scroll-sticky ul {
      border: 0; }

.overview {
  padding-top: 37px; }
  @media (max-width: 991.98px) {
    .overview {
      padding-bottom: 50px; } }

@media (max-width: 991.98px) {
  .representations {
    padding-bottom: 30px; } }

.representations h3 {
  margin-bottom: 25px; }

.practice-partner {
  background-color: #f4f4f4; }
  @media (max-width: 991.98px) {
    .practice-partner {
      padding: 50px 0; } }
  .practice-partner .attorney-card h3 {
    font-size: 22px;
    margin: 0;
    line-height: 26px; }

.practice-news {
  background-color: #f4f4f4; }
  @media (max-width: 991.98px) {
    .practice-news {
      padding-bottom: 50px; } }

.related-area {
  padding: 85px 0; }
  @media (max-width: 991.98px) {
    .related-area {
      padding: 50px 0; } }
  .related-area h3 {
    margin: 0 0 20px; }
  .related-area a {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 34px; }
    .related-area a:hover {
      color: #48A8C0;
      text-decoration: none; }

.notification-bar {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0; }
  .notification-bar i {
    background: url("/images/alert.svg") no-repeat left top;
    background-size: 18px;
    width: 18px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0; }

.notification2 .notification-bar {
  color: #48A8C0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px; }
  .notification2 .notification-bar i {
    background: url("/images/icon-bell-blue.svg") no-repeat center; }

.practice-news .multiSelect-check ul li {
  padding-left: 25px; }

.read-more-shadow {
  position: relative; }

.read-more-shadow:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 100%;
  z-index: 1;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }

.read-more-wrap.no-read-more {
  max-height: none; }

@media (max-width: 767.98px) {
  .practice-banner .practice-content h2 .print-icon {
    position: absolute;
    top: auto;
    bottom: -65px;
    margin: 0; } }

section.related-area {
  padding: 0; }
  section.related-area > div:first-child {
    background: #f4f4f4;
    padding-top: 68px;
    padding-bottom: 68px; }
  section.related-area > div ul {
    margin: 0; }
    section.related-area > div ul li {
      padding: 0;
      margin: 0 0 15px 0; }
      section.related-area > div ul li:before {
        content: none; }
      section.related-area > div ul li a {
        line-height: 19px; }
      section.related-area > div ul li ul {
        margin: 15px 0 0 0;
        padding-left: 20px; }
        section.related-area > div ul li ul li {
          margin: 0 0 15px 0; }
          section.related-area > div ul li ul li:last-child {
            margin-bottom: 0; }
  section.related-area h5 {
    font-weight: 900;
    margin-bottom: 15px; }

#sec-sticky-top .practice-banner {
  margin: 0; }

@media (max-width: 767.98px) {
  .main-practice-areas-print {
    position: absolute;
    bottom: 3px;
    right: 16px; } }

.read-more-wrap {
  max-height: 290px;
  overflow: hidden;
  margin-bottom: 15px; }

.open .read-more-wrap {
  max-height: 100%;
  margin-bottom: 0; }

.read-more-wrap-recent {
  max-height: 290px;
  overflow: hidden;
  margin-bottom: 15px; }

.read-more-wrap-recent.no-read-more {
  max-height: none; }

.open .read-more-wrap-recent {
  max-height: 100%;
  margin-bottom: 0; }

.open .read-more-shadow:before {
  content: none; }

.less-data {
  max-height: 100%; }

.unitedStatesRepresentationsBtn {
  cursor: pointer; }

.timeline-section {
  padding-top: 20px;
  padding-bottom: 112px; }
  @media (max-width: 991.98px) {
    .timeline-section {
      padding-bottom: 50px; } }
  .timeline-section h3 {
    margin-bottom: 25px; }
  .timeline-section .timeline-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }
  .timeline-section .timeline-slider .slick-arrow {
    position: absolute;
    top: -47px;
    right: 0;
    bottom: auto;
    left: auto;
    height: 24px;
    width: 24px; }
    .timeline-section .timeline-slider .slick-arrow.slick-prev {
      background: url("../img/timeline-right-arrow.svg") no-repeat center;
      transform: rotate(-180deg);
      right: 41px;
      background-size: 21px; }
    .timeline-section .timeline-slider .slick-arrow.slick-next {
      background: url("../img/timeline-right-arrow.svg") no-repeat center;
      background-size: 21px; }
    .timeline-section .timeline-slider .slick-arrow.slick-disabled {
      opacity: 0.3; }
  .timeline-section .timeline-slider .slick-list {
    width: 3000px; }
    @media (max-width: 1199.98px) {
      .timeline-section .timeline-slider .slick-list {
        width: 1000px; } }
    @media (max-width: 767.98px) {
      .timeline-section .timeline-slider .slick-list {
        width: auto; } }
    .timeline-section .timeline-slider .slick-list .slick-track {
      display: flex; }
      .timeline-section .timeline-slider .slick-list .slick-track .timeline-item {
        width: 540px;
        padding: 44px 52px 44px 44px;
        color: #ffffff;
        background: #cccccc;
        font-weight: 400;
        font-size: 18px;
        height: inherit;
        line-height: 26px;
        margin-right: 30px; }
        @media (max-width: 767.98px) {
          .timeline-section .timeline-slider .slick-list .slick-track .timeline-item {
            margin-right: 0;
            padding: 30px; } }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item img {
          max-height: 32px;
          height: auto;
          width: auto;
          margin-bottom: 20px; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item p {
          margin-bottom: 20px; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item span {
          font-weight: 700;
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 20px;
          display: block; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item ol li {
          margin-bottom: 8px; }
          .timeline-section .timeline-slider .slick-list .slick-track .timeline-item ol li:before {
            color: #ffffff; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item:last-child {
          margin-right: 0; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item.color1 {
          background: #48A8C0; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item.color2 {
          background: #14656B; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item.color3 {
          background: #333F48; }
        .timeline-section .timeline-slider .slick-list .slick-track .timeline-item.color4 {
          background: #1D1D1D; }

.practice-table {
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .practice-table {
      overflow-y: scroll; } }
  .practice-table table {
    border: 1px solid #000000; }
    @media (max-width: 767.98px) {
      .practice-table table {
        width: 900px; } }
    .practice-table table tr td,
    .practice-table table tr th {
      border: 1px solid #000000;
      vertical-align: top;
      padding: 7px;
      font-size: 16px;
      line-height: 24px; }
      .practice-table table tr td strong,
      .practice-table table tr th strong {
        font-weight: 700; }
    .practice-table table tr td {
      width: 33%; }
      .practice-table table tr td:first-child {
        width: 50px;
        font-weight: 700; }
    .practice-table table tr th {
      font-weight: 700;
      text-align: center; }

.privacy-security ul li {
  margin: 0; }
  @media (min-width: 1501px) {
    .privacy-security ul li {
      margin-right: 25px; } }
  @media (max-width: 1500px) {
    .privacy-security ul li {
      margin-right: 13px; } }
  .privacy-security ul li a {
    font-size: 13px;
    letter-spacing: 1px; }

.atn-dtl-bnr {
  min-height: 450px; }
  .atn-dtl-bnr .back-image {
    background-image: url("../../dist/img/HeaderBG.jpg"); }
  .atn-dtl-bnr .name-info {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 25px; }
    .atn-dtl-bnr .name-info.new-data .atn-basic-details {
      max-width: 100%; }
      @media (max-width: 767.98px) {
        .atn-dtl-bnr .name-info.new-data .atn-basic-details {
          margin-bottom: 0; } }
      .atn-dtl-bnr .name-info.new-data .atn-basic-details .brief-info .twitter-div {
        margin-bottom: 5px; }
        .atn-dtl-bnr .name-info.new-data .atn-basic-details .brief-info .twitter-div a br {
          display: none; }
      .atn-dtl-bnr .name-info.new-data .atn-basic-details .brief-info .youtube-div a {
        padding-right: 20px; }
      .atn-dtl-bnr .name-info.new-data .atn-basic-details .direct-phone span {
        display: inline-block;
        margin-right: 10px; }
    .atn-dtl-bnr .name-info.partner-div {
      margin-bottom: 15px; }
  .atn-dtl-bnr .atn-img {
    float: left;
    width: 270px;
    margin-bottom: -90px;
    max-width: 100%;
    height: 362px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .atn-dtl-bnr .atn-img {
        height: auto; } }
    @media (max-width: 767.98px) {
      .atn-dtl-bnr .atn-img {
        margin-bottom: 30px; } }
    .atn-dtl-bnr .atn-img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-object-position: top center;
      -moz-object-position: top center;
      -o-object-position: top center;
      object-position: top center; }
  @media (max-width: 991.98px) {
    .atn-dtl-bnr .with-extra .atn-img {
      margin-bottom: 30px;
      height: 360px; } }
  .atn-dtl-bnr .atn-basic-details {
    float: left;
    max-width: 49%; }
    @media (max-width: 767.98px) {
      .atn-dtl-bnr .atn-basic-details {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px; } }
    .atn-dtl-bnr .atn-basic-details h1 {
      color: #ffffff;
      font-size: 45px;
      line-height: 48px;
      font-weight: 300;
      text-transform: none;
      margin-bottom: 30px; }
    .atn-dtl-bnr .atn-basic-details h4 {
      color: #ffffff;
      margin-bottom: 0; }
    .atn-dtl-bnr .atn-basic-details a {
      color: #c0cf13;
      font-size: 16px;
      line-height: 30px; }
    .atn-dtl-bnr .atn-basic-details .direct-phone {
      color: #ffffff;
      font-size: 14px;
      line-height: 24px; }
      .atn-dtl-bnr .atn-basic-details .direct-phone a {
        color: #ffffff;
        font-size: 14px; }
    .atn-dtl-bnr .atn-basic-details .special-note {
      margin-bottom: 0; }
  .atn-dtl-bnr .extra-info {
    float: right;
    max-width: 49%; }
    @media (max-width: 767.98px) {
      .atn-dtl-bnr .extra-info {
        max-width: 100%;
        width: 100%; } }
  .atn-dtl-bnr .lang-area {
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.2);
    float: right;
    margin-bottom: 45px; }
    @media (max-width: 767.98px) {
      .atn-dtl-bnr .lang-area {
        float: left; } }
    .atn-dtl-bnr .lang-area .dropdown {
      display: inline-block;
      vertical-align: middle; }
      .atn-dtl-bnr .lang-area .dropdown .dropdown-menu {
        border-radius: 0;
        margin-top: -1px;
        margin-left: -1px; }
        .atn-dtl-bnr .lang-area .dropdown .dropdown-menu .dropdown-item {
          font-size: 14px; }
          .atn-dtl-bnr .lang-area .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #48A8C0;
            color: #ffffff; }
      .atn-dtl-bnr .lang-area .dropdown .dropdown-toggle {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        padding: 12px 21px;
        display: block;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
        .atn-dtl-bnr .lang-area .dropdown .dropdown-toggle:hover {
          text-decoration: none; }
        .atn-dtl-bnr .lang-area .dropdown .dropdown-toggle::after {
          margin-left: 10px;
          vertical-align: middle;
          border-top: 5px solid;
          border-bottom: 0;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent; }
      .atn-dtl-bnr .lang-area .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg); }
    .atn-dtl-bnr .lang-area .download {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-size: 14px;
      padding: 12px 16px;
      text-align: center;
      margin-left: -3px; }
      .atn-dtl-bnr .lang-area .download:hover {
        text-decoration: none; }
      .atn-dtl-bnr .lang-area .download img {
        margin-right: 10px; }
  .atn-dtl-bnr .atn-contact {
    float: left;
    width: 25%;
    padding-right: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 1199.98px) {
      .atn-dtl-bnr .atn-contact {
        width: 33.33%; } }
    @media (max-width: 991.98px) {
      .atn-dtl-bnr .atn-contact {
        width: 50%;
        padding-bottom: 15px; } }
    @media (max-width: 575.98px) {
      .atn-dtl-bnr .atn-contact {
        width: 100%; }
        .atn-dtl-bnr .atn-contact:last-child {
          padding-bottom: 0; } }
    .atn-dtl-bnr .atn-contact h6 {
      font-size: 12px;
      letter-spacing: 3px;
      line-height: 15px;
      color: #b6b6b6;
      margin-bottom: 10px; }
    .atn-dtl-bnr .atn-contact a {
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      display: block; }
      .atn-dtl-bnr .atn-contact a:hover {
        text-decoration: none; }

.atn-dtl-bnr.cmn-banner.black-banner .date-share {
  width: 100%;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .atn-dtl-bnr.cmn-banner.black-banner .date-share {
      display: flex;
      justify-content: flex-start; } }

.attorneys-detail {
  padding: 0 0 172px 0; }
  @media (max-width: 991.98px) {
    .attorneys-detail {
      padding: 0 0 100px 0; } }
  @media (max-width: 767.98px) {
    .attorneys-detail {
      padding: 0 0 70px 0; } }
  .attorneys-detail .atn-details p {
    font-size: 20px;
    line-height: 30px;
    color: #000000; }
  .attorneys-detail ul li a:hover {
    text-decoration: underline; }

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

.atn-basic-details .brief-info {
  margin: 15px 0 0; }
  .atn-basic-details .brief-info a {
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px auto; }
  .atn-basic-details .brief-info .twitter-div a {
    background-image: url("../img/twitter-icon.png");
    background-size: 24px;
    padding-left: 35px; }
  .atn-basic-details .brief-info .youtube-div a {
    background-image: url("../img/youtube-icon.png"); }

/****Share Icon ****/
.stButton .chicklets.email {
  background-image: url(../img/icon-mail.svg); }

.stButton .chicklets.linkedin {
  background-image: url(../img/icon-linkedin.svg); }

.stButton .chicklets.twitter {
  background-image: url(../img/icon-twitter.svg); }

.stButton .chicklets.facebook {
  background-image: url(../img/icon-facebook.svg); }

.new-social-layout .atn-basic-details .brief-info a {
  color: #48A8C0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none; }

.video-list {
  background: #ffffff;
  border-top: 4px solid #C0CF13;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 40px 50px 40px;
  margin: 0 0 16px 0;
  position: relative;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .video-list {
      padding: 20px 20px 30px 20px; } }
  @media (max-width: 767.98px) {
    .video-list {
      padding: 15px; } }
  .video-list:hover {
    border-top-color: #48A8C0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.2); }
    .video-list:hover .h3 {
      color: #48A8C0 !important; }
  .video-list .media img {
    width: 40px;
    height: 40px;
    max-width: 40px;
    margin-right: 15px; }
  .video-list .media .media-body small {
    font-size: 12px;
    line-height: 15px;
    color: #48A8C0;
    display: block;
    margin-bottom: 13px; }
  .video-list .media .media-body .h3 {
    text-decoration: none;
    line-height: 32px;
    color: #000000; }
    @media (max-width: 767.98px) {
      .video-list .media .media-body .h3 {
        font-size: 18px;
        line-height: 26px; } }

.new-social-layout .atn-basic-details .brief-info .new-videos {
  margin-bottom: 10px; }
  .new-social-layout .atn-basic-details .brief-info .new-videos a {
    font-size: 14px;
    line-height: 20px;
    color: #48A8C0;
    text-decoration: none;
    vertical-align: middle;
    padding: 4px 0 6px 35px;
    background: url("../img/new-video-play.svg") no-repeat center left;
    background-size: 24px; }

.new-social-layout .atn-basic-details .brief-info .new-website {
  margin-bottom: 10px; }
  .new-social-layout .atn-basic-details .brief-info .new-website a {
    font-size: 14px;
    line-height: 20px;
    color: #48A8C0;
    text-decoration: none;
    vertical-align: middle;
    padding: 4px 0 6px 35px;
    background: url("../img/icon-website.svg") no-repeat center left;
    background-size: 24px; }

.new-social-layout .atn-basic-details .brief-info .new-podcast {
  margin-bottom: 10px; }
  .new-social-layout .atn-basic-details .brief-info .new-podcast a {
    font-size: 14px;
    line-height: 20px;
    color: #48A8C0;
    text-decoration: none;
    vertical-align: middle;
    padding: 4px 0 6px 35px;
    background: url("../img/icon-podcast.svg") no-repeat center left;
    background-size: 24px; }

.new-social-layout .atn-basic-details .brief-info .press-kit {
  margin-bottom: 10px; }
  .new-social-layout .atn-basic-details .brief-info .press-kit a {
    font-size: 14px;
    line-height: 20px;
    color: #48A8C0;
    text-decoration: none;
    vertical-align: middle;
    padding: 4px 0 6px 35px;
    background: url("../img/icon-mediapress.svg") no-repeat center left;
    background-size: 24px; }

.new-social-layout .atn-basic-details .brief-info .new-linkedin {
  margin-bottom: 10px; }
  .new-social-layout .atn-basic-details .brief-info .new-linkedin a {
    font-size: 14px;
    line-height: 20px;
    color: #48A8C0;
    text-decoration: none;
    vertical-align: middle;
    padding: 4px 0 1px 35px;
    background: url("../img/icon-linkedin-blue.svg") no-repeat center left;
    background-size: 24px; }

.media-press-kit .press-kit-pics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .media-press-kit .press-kit-pics .media-pics {
    width: 49%;
    margin-bottom: 13px;
    height: 336px;
    position: relative; }
    @media (max-width: 1199.98px) {
      .media-press-kit .press-kit-pics .media-pics {
        height: 316px; } }
    @media (max-width: 991.98px) {
      .media-press-kit .press-kit-pics .media-pics {
        height: 226px; } }
    @media (max-width: 767.98px) {
      .media-press-kit .press-kit-pics .media-pics {
        height: 296px; } }
    @media (max-width: 575.98px) {
      .media-press-kit .press-kit-pics .media-pics {
        height: 236px; } }
    @media (max-width: 459px) {
      .media-press-kit .press-kit-pics .media-pics {
        height: 206px; } }
    .media-press-kit .press-kit-pics .media-pics .div-img {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }

.attorney-details-block {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 0 0; }
  @media (max-width: 991.98px) {
    .attorney-details-block {
      flex-wrap: wrap;
      margin: 0; } }
  @media (max-width: 575.98px) {
    .attorney-details-block {
      justify-content: space-between; } }
  .attorney-details-block .attroney-detail-block {
    width: 162px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 40px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    padding: 20px 16px 24px 16px; }
    @media (max-width: 1199.98px) {
      .attorney-details-block .attroney-detail-block {
        width: 125px;
        padding: 15px 11px; } }
    @media (max-width: 991.98px) {
      .attorney-details-block .attroney-detail-block {
        width: calc(90% / 3);
        padding: 15px 11px;
        margin: 0 4.8% 20px 0; } }
    @media (max-width: 575.98px) {
      .attorney-details-block .attroney-detail-block {
        width: 49%;
        margin: 0 0 10px 0; } }
    @media (max-width: 991.98px) {
      .attorney-details-block .attroney-detail-block:nth-child(3n) {
        margin-right: 0; } }
    .attorney-details-block .attroney-detail-block:last-child {
      margin-right: 0; }
    .attorney-details-block .attroney-detail-block:hover {
      text-decoration: underline;
      box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2); }
    .attorney-details-block .attroney-detail-block .img-icon {
      display: block;
      height: 19px;
      text-align: center;
      width: 19px;
      margin: 0 auto 13px auto; }
      .attorney-details-block .attroney-detail-block .img-icon img {
        max-height: 19px;
        width: auto;
        height: auto; }
  .attorney-details-block .gredient-1 {
    background: linear-gradient(89.85deg, #597E39 24.91%, #467B46 74.71%); }
  .attorney-details-block .gredient-2 {
    background: linear-gradient(90.35deg, #467B46 25.05%, #2E6E51 99.72%); }
  .attorney-details-block .gredient-3 {
    background: linear-gradient(90deg, #2E6E51 0%, #165550 100%); }
  .attorney-details-block .gredient-4 {
    background: linear-gradient(90deg, #165550 0%, #0B4F53 100%); }
  .attorney-details-block .gredient-5 {
    background: linear-gradient(90.18deg, #0B4F53 0.12%, #094447 99.81%); }
  .attorney-details-block .gredient-6 {
    background: linear-gradient(90deg, #094447 0%, #083134 100%); }

.careers-benefits {
  padding: 0; }
  .careers-benefits .leftPart {
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding: 50px 36px 50px 0; }
    @media (max-width: 991.98px) {
      .careers-benefits .leftPart {
        padding: 60px 15px 90px; } }
    .careers-benefits .leftPart:before {
      content: "";
      background-color: #002b32;
      position: absolute;
      right: 0;
      top: 0;
      width: 500%;
      height: 100%;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .careers-benefits .leftPart:before {
          right: auto;
          left: 50%;
          transform: translateX(-50%); } }
    .careers-benefits .leftPart h1 {
      font-weight: 400;
      font-size: 36px;
      line-height: 42px;
      margin: 0 0 23px 0; }
      @media (max-width: 991.98px) {
        .careers-benefits .leftPart h1 {
          margin: 0 0 30px; } }
    .careers-benefits .leftPart h2 {
      margin: 0;
      padding: 0 0 8px 0;
      font-size: 24px;
      line-height: normal;
      font-weight: 600; }
    .careers-benefits .leftPart h4 {
      font-size: 18px;
      margin: 0;
      padding: 10px 0 8px 0;
      font-weight: 600; }
    .careers-benefits .leftPart .practiceSubTitle {
      font-weight: 700;
      font-size: 18px;
      margin: 0;
      padding: 0 0 8px;
      color: #fff; }
      .careers-benefits .leftPart .practiceSubTitle:after {
        content: "";
        border: 5px solid transparent;
        border-left-color: #a3bb05;
        margin: 0 0 0 9px;
        display: inline-block;
        vertical-align: middle;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }

.rightContent {
  position: relative;
  z-index: 1;
  background-color: #ffffff; }
  @media (max-width: 991.98px) {
    .rightContent::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 500%;
      height: 100%;
      background-color: #ffffff; } }

.practiceAreasLanding {
  margin: 50px 0 50px 36px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .practiceAreasLanding {
      margin: 40px 0;
      padding: 0 15px; } }
  .practiceAreasLanding ul {
    -moz-column-count: 2;
    column-count: 2; }
    @media (max-width: 991.98px) {
      .practiceAreasLanding ul {
        -moz-column-count: 1;
        column-count: 1; } }
    .practiceAreasLanding ul li {
      min-height: 60px;
      margin: 0px;
      display: inline-flex;
      align-items: flex-end;
      border-bottom: 3px solid #a3bb05;
      padding: 15px 0px;
      width: calc(100% - 30px); }
      @media (max-width: 991.98px) {
        .practiceAreasLanding ul li {
          width: 100%;
          margin: 15px 0;
          height: auto !important; } }
      .practiceAreasLanding ul li:before {
        display: none; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .practiceAreasLanding ul li:after {
          content: "";
          min-height: inherit;
          font-size: 0; } }
      .practiceAreasLanding ul li a {
        font-size: 21px;
        line-height: 25px;
        color: #252629;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        display: block; }

.practice-areas-links {
  position: relative; }
  @media (max-width: 991.98px) {
    .practice-areas-links {
      margin-bottom: 25px; } }
  .practice-areas-links:before {
    content: "";
    border: 7px solid transparent;
    border-left-color: #a3bb05;
    margin: 7px 0 0;
    display: inline-block;
    vertical-align: top;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 991.98px) {
      .practice-areas-links:before {
        margin: 5px 0 0; } }

.news-detail {
  color: #252629;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal; }
  .news-detail p {
    text-align: justify; }
  .news-detail a {
    color: #252629; }
  .news-detail .leftPart {
    min-height: 1000px; }
    @media (max-width: 991.98px) {
      .news-detail .leftPart {
        min-height: 0; } }
    .news-detail .leftPart h2 {
      margin: 0;
      padding: 0 0 22px 0;
      font-size: 18px;
      line-height: normal;
      font-weight: 600;
      color: #bff102;
      text-transform: uppercase; }
    .news-detail .leftPart .iconSet {
      margin: 40px auto 0;
      width: 100%;
      text-align: center; }
      .news-detail .leftPart .iconSet li {
        display: inline-block;
        margin: 0 34px 0 0;
        text-align: center;
        padding: 0;
        line-height: 16px; }
        .news-detail .leftPart .iconSet li:before {
          display: none; }
        .news-detail .leftPart .iconSet li a {
          font-size: 12px;
          text-align: center;
          text-indent: -9999px; }
          .news-detail .leftPart .iconSet li a:active {
            text-decoration: none; }
          .news-detail .leftPart .iconSet li a span {
            background: url("../img/bio-iconSet@2x.png") no-repeat;
            background-size: 84px 19px;
            width: 18px;
            height: 19px;
            display: block;
            margin: 0 auto 3px; }
        .news-detail .leftPart .iconSet li.download a {
          color: #bff102; }
        .news-detail .leftPart .iconSet li.share {
          position: relative; }
          .news-detail .leftPart .iconSet li.share a {
            color: #4ea8c0; }
            .news-detail .leftPart .iconSet li.share a span {
              background-position: -34px 0; }
        .news-detail .leftPart .iconSet li.print a {
          color: #ffffff; }
          .news-detail .leftPart .iconSet li.print a span {
            background-position: right 0; }
      .news-detail .leftPart .iconSet #sharebuttons {
        background: url("../img/share-popup-arrow.png") no-repeat center bottom;
        position: absolute;
        bottom: 50px;
        left: -37px;
        max-width: 270px;
        padding: 0 0 10px; }
        .news-detail .leftPart .iconSet #sharebuttons.socialsharer {
          display: none; }
        .news-detail .leftPart .iconSet #sharebuttons ul {
          padding: 15px 15px 5px;
          background: #4ea8c0;
          padding: 15px 15px 5px;
          display: block;
          overflow: hidden; }
          .news-detail .leftPart .iconSet #sharebuttons ul li {
            text-align: left;
            float: left;
            padding: 0 0 10px 0;
            margin: 0; }
            .news-detail .leftPart .iconSet #sharebuttons ul li span.chicklets {
              color: #ffffff;
              padding-left: 25px; }
            .news-detail .leftPart .iconSet #sharebuttons ul li:before {
              display: none; }
  .news-detail .signup-pub-btn {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    background: #1a656a url(/images/right-icon.png) no-repeat 96.5% 50%;
    background-size: 5px 9px;
    padding: 0 25px 0 15px;
    display: inline-block;
    margin: 50px 0 0px 0px; }
    .news-detail .signup-pub-btn:hover {
      text-decoration: none;
      background-color: #11565a; }
  .news-detail .rightContent .news-detail-content {
    margin: 50px 0 50px 36px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .news-detail .rightContent .news-detail-content {
        margin: 50px 0; } }
    .news-detail .rightContent .news-detail-content .newslist {
      margin: 0 0 0 5px;
      text-align: left; }
      .news-detail .rightContent .news-detail-content .newslist h2 {
        color: #252629;
        font-size: 20px;
        line-height: 35px;
        font-weight: bold;
        margin: 0 0 12px 0;
        padding: 0px; }
        .news-detail .rightContent .news-detail-content .newslist h2 span {
          position: absolute;
          width: 8px;
          height: 35px;
          left: -36px;
          display: inline-block; }
          .news-detail .rightContent .news-detail-content .newslist h2 span.newslist-title1 {
            background: #1a656a; }
          .news-detail .rightContent .news-detail-content .newslist h2 span.newslist-title2 {
            background: #88c426; }
          .news-detail .rightContent .news-detail-content .newslist h2 span.newslist-title3 {
            background: #4ca8c1; }
  .news-detail .rightContent a.downloadpdfnews {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    background: #252629 url(/images/right-icon.png) no-repeat 96.5% 50%;
    background-size: 5px 9px;
    padding: 0 25px 0 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 38px 6px;
    text-decoration: none; }
    .news-detail .rightContent a.downloadpdfnews:hover {
      background-color: #004b52;
      text-decoration: none; }
  .news-detail.ai-Bulletin-sec {
    position: relative; }
    .news-detail.ai-Bulletin-sec .container > .row {
      position: static; }
      .news-detail.ai-Bulletin-sec .container > .row .leftPart {
        position: static; }
        .news-detail.ai-Bulletin-sec .container > .row .leftPart .signup-wrap {
          display: block;
          margin: 35px 0px;
          text-align: left;
          width: 100%; }
          .news-detail.ai-Bulletin-sec .container > .row .leftPart .signup-wrap h3 {
            color: #ffffff;
            font-size: 21px;
            line-height: 24px; }
            .news-detail.ai-Bulletin-sec .container > .row .leftPart .signup-wrap h3 + .signup-pub-btn {
              margin-top: 0; }
        .news-detail.ai-Bulletin-sec .container > .row .leftPart:before {
          background: url("../../dist/img/AI-BG.jpg") no-repeat center;
          background-size: cover;
          width: 41.66667%;
          left: 0;
          right: auto;
          transform: none; }
          @media (max-width: 991.98px) {
            .news-detail.ai-Bulletin-sec .container > .row .leftPart:before {
              width: 100%;
              transform: none; } }

.leftPart .sticky-image {
  background-color: #002B32;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 44%;
  z-index: -1; }

.leftPart .signup-wrap h3 {
  color: white; }

.news-detail .leftPart {
  padding: 50px 50px 60px 70px; }
  @media (max-width: 991.98px) {
    .news-detail .leftPart {
      padding: 50px 20px; } }
  .news-detail .leftPart .signup-wrap {
    margin: 35px 0px; }
    .news-detail .leftPart .signup-wrap h3 {
      font-size: 21px;
      line-height: 24px;
      margin-bottom: 20px; }
      .news-detail .leftPart .signup-wrap h3 + .signup-pub-btn {
        margin-top: 0; }

.rsvp-event.signupPage {
  padding: 0;
  min-height: 1px; }
  .rsvp-event.signupPage .signupSection {
    display: flex;
    -webkit-display: flex;
    background-color: #ffffff; }
    @media (max-width: 767.98px) {
      .rsvp-event.signupPage .signupSection {
        display: block;
        -webkit-display: block; } }
    .rsvp-event.signupPage .signupSection .leftpart {
      width: 100%;
      max-width: 44%;
      position: relative;
      min-height: 830px;
      padding: 0;
      box-shadow: none; }
      @media (max-width: 991.98px) {
        .rsvp-event.signupPage .signupSection .leftpart {
          max-width: 50%; } }
      @media (max-width: 767.98px) {
        .rsvp-event.signupPage .signupSection .leftpart {
          max-width: 100%;
          min-height: 1px; } }
      .rsvp-event.signupPage .signupSection .leftpart img {
        display: block;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        position: relative;
        z-index: 0;
        width: 100%;
        height: 100%;
        min-height: 610px; }
    .rsvp-event.signupPage .signupSection .rightpart {
      width: 100%;
      max-width: 56%;
      padding: 50px 50px 45px 88px;
      margin: 0; }
      @media (max-width: 1199.98px) {
        .rsvp-event.signupPage .signupSection .rightpart {
          padding: 40px; } }
      @media (max-width: 991.98px) {
        .rsvp-event.signupPage .signupSection .rightpart {
          max-width: 50%; } }
      @media (max-width: 767.98px) {
        .rsvp-event.signupPage .signupSection .rightpart {
          max-width: 100%; } }
      .rsvp-event.signupPage .signupSection .rightpart h2 {
        color: #1D1D1D;
        font-size: 36px;
        line-height: 44px;
        margin: 0 0 45px 0; }
        @media (max-width: 767.98px) {
          .rsvp-event.signupPage .signupSection .rightpart h2 {
            font-size: 29px;
            line-height: 35px;
            margin: 0 0 30px 0;
            text-align: center; } }
    .rsvp-event.signupPage .signupSection .form-horizontal {
      max-width: 300px; }
      @media (max-width: 767.98px) {
        .rsvp-event.signupPage .signupSection .form-horizontal {
          margin: 0 auto; } }
      .rsvp-event.signupPage .signupSection .form-horizontal fieldset {
        padding: 0px;
        margin: 0px; }
        .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-box,
        .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-text {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box; }
          .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-box input,
          .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-text input {
            border: #D9D9D9 1px solid;
            color: #B6B6B6;
            font-size: 14px;
            line-height: 17px;
            font-weight: normal;
            height: 32px;
            margin: 0 0 10px 0;
            width: 100%;
            border-radius: 0px;
            letter-spacing: 1px;
            padding: 5px 13px;
            float: left;
            background: none; }
            .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-box input.input-validation-error,
            .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-text input.input-validation-error {
              margin: 0;
              border-color: #ff3b3b; }
          .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-box .field-validation-error,
          .rsvp-event.signupPage .signupSection .form-horizontal fieldset .input-text .field-validation-error {
            color: #ff3b3b !important;
            font-size: 13px;
            position: relative;
            top: -5px; }
        .rsvp-event.signupPage .signupSection .form-horizontal fieldset .actionbutton .rsvp-btn {
          background: #14656B;
          font-size: 14px;
          line-height: 31px;
          padding: 0px 25px 0px 25px;
          color: #ffffff;
          font-weight: 900;
          margin-top: 15px;
          border: 0;
          width: 100%;
          cursor: pointer;
          letter-spacing: 1px;
          float: left;
          position: relative; }
          .rsvp-event.signupPage .signupSection .form-horizontal fieldset .actionbutton .rsvp-btn:after {
            content: "";
            border: 6px solid transparent;
            border-left-color: #a3bb05;
            display: inline-block;
            vertical-align: middle;
            margin: 0 13px 0 15px; }

.wrapper {
  max-width: 1175px;
  margin: 0 auto; }

.backDiv {
  width: 100%;
  background: #1a1a1a;
  line-height: 34px; }
  .backDiv a {
    color: #ffffff;
    position: relative;
    font-size: 14px;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 25px; }
    .backDiv a:before {
      content: "";
      position: absolute;
      left: 0;
      display: block;
      top: 8px;
      border: 6px solid transparent;
      border-right-color: #a3bb05; }
  .backDiv.without-bg {
    background: none;
    position: absolute; }
    .backDiv.without-bg a::before {
      top: 9px; }

.contactdetailPage .locationDetail {
  width: 100%;
  background-size: 100%;
  line-height: 0; }
  .contactdetailPage .locationDetail img {
    width: 100%; }
  .contactdetailPage .locationDetail .posatioSet {
    position: absolute;
    width: 100%; }
    .contactdetailPage .locationDetail .posatioSet .contentDiv {
      margin: 0 auto;
      max-width: 1175px;
      width: 100%;
      position: relative; }
      .contactdetailPage .locationDetail .posatioSet .contentDiv h1 {
        font-size: 72px;
        line-height: 72px;
        color: #ffffff;
        margin: -110px 0 0 0;
        padding: 0px;
        font-weight: 700;
        float: left; }
        @media (max-width: 1199.98px) {
          .contactdetailPage .locationDetail .posatioSet .contentDiv h1 {
            margin-left: 10px; } }
        @media (max-width: 991.98px) {
          .contactdetailPage .locationDetail .posatioSet .contentDiv h1 {
            font-size: 54px;
            margin-top: -78px; } }
        @media (max-width: 767.98px) {
          .contactdetailPage .locationDetail .posatioSet .contentDiv h1 {
            font-size: 28px; } }
        .contactdetailPage .locationDetail .posatioSet .contentDiv h1 span {
          font-size: 36px;
          font-weight: normal;
          margin: 0 0 0 14px; }

.us-contact .office-partner {
  padding: 70px; }
  .us-contact .office-partner.office-left {
    background-color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    color: #252629; }
    @media (max-width: 991.98px) {
      .us-contact .office-partner.office-left .officedetail-img {
        margin: 0 0 20px; } }
    .us-contact .office-partner.office-left a {
      color: #1a656a; }
    .us-contact .office-partner.office-left span {
      display: block; }
    .us-contact .office-partner.office-left .row {
      width: 587px;
      max-width: 100%; }
    .us-contact .office-partner.office-left img {
      height: auto; }
    .us-contact .office-partner.office-left strong {
      display: block;
      margin: 0 0 10px;
      color: #252629;
      font-weight: 700;
      font-size: 16px; }
    .us-contact .office-partner.office-left .phone {
      background: url("../img/call-icon.png") no-repeat left 50%;
      padding-left: 22px;
      margin: 20px 0 10px; }
    .us-contact .office-partner.office-left .fax {
      background: url("../img/fax-icon.png") no-repeat left 50%;
      padding-left: 22px;
      margin: 0 0 20px; }
  .us-contact .office-partner.office-right {
    background-color: #002b32;
    text-align: right; }
    .us-contact .office-partner.office-right h4 {
      color: #ffffff;
      font-weight: 600;
      margin: 0 0 30px; }

.us-contact .contactPartner {
  display: inline-block;
  width: 587px;
  max-width: 100%;
  text-align: left; }

.partner-box {
  font-size: 14px;
  color: #ffffff;
  padding: 0 0 34px; }
  .partner-box img {
    height: auto; }
  .partner-box a {
    color: #ffffff; }
  .partner-box h3 {
    margin: 0 0 10px; }
    @media (max-width: 991.98px) {
      .partner-box h3 {
        margin: 10px 0; } }
    .partner-box h3 a {
      color: #bff102;
      font-size: 22px;
      padding: 0px;
      margin: 0px;
      font-weight: 600; }
  .partner-box span {
    display: block; }
  .partner-box .v-card {
    margin: 18px 0 0 0; }
    .partner-box .v-card a {
      font-size: 12px;
      text-align: center;
      color: #bff102;
      width: 35px;
      display: block;
      text-align: center; }
      .partner-box .v-card a span {
        background: url("../img/bio-iconSet.png") no-repeat;
        width: 18px;
        height: 18px;
        display: block;
        margin: 0 auto 3px; }

.locationDetail .text {
  display: none; }
  @media (max-width: 767.98px) {
    .locationDetail .text {
      display: block; } }
  .locationDetail .text.show-accordian {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    background: #252629;
    cursor: pointer;
    padding: 4px 3%;
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    z-index: 999; }
    .locationDetail .text.show-accordian p {
      margin: 0; }
    .locationDetail .text.show-accordian:before {
      content: "";
      border: 5px solid transparent;
      border-top-color: #a3bb05;
      display: inline-block;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      top: 14px;
      right: 10px; }

.locationDetail .languageSel {
  float: right;
  margin-top: 59px;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 767.98px) {
    .locationDetail .languageSel {
      margin-top: 0;
      top: 32px;
      z-index: 999;
      width: 100%;
      display: none; }
      .locationDetail .languageSel.open {
        display: block; } }
  .locationDetail .languageSel ul {
    background: #3fabb5;
    display: inline-block;
    margin: 0; }
    @media (max-width: 767.98px) {
      .locationDetail .languageSel ul {
        width: 100%; } }
    .locationDetail .languageSel ul li {
      float: left;
      line-height: 49px;
      margin: 0; }
      @media (max-width: 767.98px) {
        .locationDetail .languageSel ul li {
          float: none;
          border: none;
          display: block;
          padding: 0; } }
      .locationDetail .languageSel ul li::before {
        display: none; }
      .locationDetail .languageSel ul li:last-child a {
        border-right: none; }
      .locationDetail .languageSel ul li.select {
        background: url("../img/top-arow-white.png") no-repeat center bottom; }
        @media (max-width: 767.98px) {
          .locationDetail .languageSel ul li.select {
            background: none; } }
      .locationDetail .languageSel ul li a {
        color: #ffffff;
        padding: 0 25px 0 25px;
        border-right: 1px solid #fff;
        font-size: 16px; }
        @media (max-width: 767.98px) {
          .locationDetail .languageSel ul li a {
            display: block;
            line-height: 20px;
            padding: 5px 10px; } }

.office-right-contain.us-contact .office-partner {
  padding: 0; }
  .office-right-contain.us-contact .office-partner.office-right {
    background: #ffffff;
    text-align: left;
    padding: 70px 0 70px 70px; }
    @media (max-width: 1199.98px) {
      .office-right-contain.us-contact .office-partner.office-right {
        padding: 50px 20px 50px; } }
    .office-right-contain.us-contact .office-partner.office-right h1 {
      color: #252629;
      font-size: 20px;
      line-height: 35px;
      margin: 12px 0;
      padding: 0px;
      font-weight: 700; }
    .office-right-contain.us-contact .office-partner.office-right a {
      font-size: 15px;
      line-height: 26px; }
      .office-right-contain.us-contact .office-partner.office-right a.noticeLink {
        color: #252629;
        font-size: 16px;
        background: url("../img/right-arow5-9@2x.png") no-repeat right 5px;
        background-size: 6px auto;
        padding: 0 14px 0 0;
        margin: 0 0 40px 0;
        font-weight: 700; }
    .office-right-contain.us-contact .office-partner.office-right .contentMain {
      max-width: 466px; }
      @media (max-width: 767.98px) {
        .office-right-contain.us-contact .office-partner.office-right .contentMain {
          max-width: 100%; } }
      .office-right-contain.us-contact .office-partner.office-right .contentMain p {
        color: #252629;
        font-size: 15px;
        line-height: 26px;
        margin: 0 0 26px 0;
        padding: 0px;
        text-align: justify; }
  .office-right-contain.us-contact .office-partner.office-left {
    background-color: #002b32;
    padding-left: 0;
    padding-right: 0;
    text-align: right; }
    .office-right-contain.us-contact .office-partner.office-left .office-wrap {
      max-width: 587px;
      text-align: left;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 767.98px) {
        .office-right-contain.us-contact .office-partner.office-left .office-wrap {
          max-width: 100%;
          display: block; }
          .office-right-contain.us-contact .office-partner.office-left .office-wrap .row {
            width: 100%; } }
      .office-right-contain.us-contact .office-partner.office-left .office-wrap .inner-office-map {
        background: #ebedee;
        padding: 60px 15px;
        position: relative; }
        .office-right-contain.us-contact .office-partner.office-left .office-wrap .inner-office-map:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 500%;
          background: #ebedee; }
        .office-right-contain.us-contact .office-partner.office-left .office-wrap .inner-office-map .officedetail-img {
          padding-right: 20px; }
    .office-right-contain.us-contact .office-partner.office-left .office-right {
      background-color: #002b32;
      padding: 60px 15px;
      position: relative; }
      .office-right-contain.us-contact .office-partner.office-left .office-right > div {
        position: relative;
        color: #ffffff; }
        .office-right-contain.us-contact .office-partner.office-left .office-right > div a {
          color: #ffffff; }
        .office-right-contain.us-contact .office-partner.office-left .office-right > div .v-card a {
          font-size: 12px;
          text-align: center;
          color: #bff102;
          width: 35px;
          display: block; }
      .office-right-contain.us-contact .office-partner.office-left .office-right:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 500%;
        background: #002b32; }
      .office-right-contain.us-contact .office-partner.office-left .office-right h3 a {
        color: #bff102;
        font-size: 22px;
        padding: 0px;
        margin: 0px;
        font-weight: 700; }

.modal-dialog {
  max-width: 800px; }
  .modal-dialog .modal-content {
    border-radius: 0;
    padding: 35px; }
  .modal-dialog .close {
    font-size: 0;
    background: url("../img/popup-close.png") no-repeat center;
    position: absolute;
    z-index: 99998 !important;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    outline: none; }

.wrap-req-contact strong {
  margin: 0 0 5px !important; }

.wrap-req-contact p {
  margin: 0 0 10px; }

.office-legal-modal {
  z-index: 9999; }
  .office-legal-modal .modal-header {
    padding: 16px 0px; }
  .office-legal-modal .modal-body {
    max-height: 500px;
    padding: 16px 0px; }
  .office-legal-modal .mCSB_container {
    padding-right: 24px; }

.us-contact .office-partner.office-right .office-legal-modal {
  z-index: 9999; }
  .us-contact .office-partner.office-right .office-legal-modal h4 {
    color: #000;
    text-decoration: underline; }

@media (max-width: 399px) {
  .contactdetailPage .locationDetail img {
    height: 90px; } }

.contacts-box {
  margin: 0 0 20px; }
  .contacts-box:hover .contacts-img:before {
    opacity: 0.7; }
  .contacts-box .contacts-img {
    width: 100%;
    height: 164px;
    position: relative; }
    @media (max-width: 767.98px) {
      .contacts-box .contacts-img {
        margin: 0 0 20px; } }
    .contacts-box .contacts-img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.3s;
      background-color: #20462d;
      opacity: 0; }
    .contacts-box .contacts-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      -webkit-object-fit: cover;
      -moz-object-fit: cover;
      object-fit: cover; }
  .contacts-box .contacts-content p {
    margin-bottom: 15px; }
    .contacts-box .contacts-content p span {
      display: block;
      font-size: 14px; }
    .contacts-box .contacts-content p:last-child {
      margin-bottom: 0px; }
  .contacts-box h2 {
    color: #252629;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    margin: -5px 0 0 0; }
  .contacts-box h3 {
    color: #115256;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    padding: 0;
    margin: 0;
    word-wrap: break-word; }
  .contacts-box a {
    color: #090909;
    padding: 2px 0 0 0;
    display: inline-block;
    font-size: 14px; }

.recruiting-offices {
  background-color: #252629;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  position: relative; }
  @media (max-width: 767.98px) {
    .recruiting-offices {
      padding: 20px 0; } }
  .recruiting-offices:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background-color: #252629; }
    @media (max-width: 991.98px) {
      .recruiting-offices:before {
        left: 50%;
        transform: translateX(-50%); } }
  .recruiting-offices p {
    margin: 0; }
  .recruiting-offices h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 10px 0;
    margin: 0; }
  .recruiting-offices .offices-box {
    padding: 50px;
    border-right: 2px solid #ffffff; }
    .recruiting-offices .offices-box:last-child {
      border: none; }
    @media (max-width: 767.98px) {
      .recruiting-offices .offices-box {
        border: none;
        border-bottom: 2px solid #ffffff;
        padding: 25px; } }

.probono_intro {
  text-align: center;
  position: relative; }
  .probono_intro h2 {
    font-size: 24px;
    line-height: 30px;
    color: #252629;
    font-weight: 600; }

.culture-list {
  margin: 50px 0 0; }
  @media (max-width: 767.98px) {
    .culture-list {
      margin: 30px 0 0; } }
  .culture-list .culture-box {
    font-size: 15px;
    line-height: 26px;
    color: #252629;
    text-align: justify;
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 45px;
    margin-bottom: 40px;
    position: relative; }
    .culture-list .culture-box:last-child {
      border: none;
      margin-bottom: 0;
      padding: 0; }
    @media (max-width: 767.98px) {
      .culture-list .culture-box {
        padding-bottom: 35px;
        margin-bottom: 30px; } }
    .culture-list .culture-box .culture-wrap {
      height: 236px;
      width: 100%;
      position: relative; }
      @media (max-width: 767.98px) {
        .culture-list .culture-box .culture-wrap {
          margin-bottom: 20px; } }
      .culture-list .culture-box .culture-wrap:before {
        content: "";
        position: absolute;
        top: 50px;
        right: -13px;
        width: 15px;
        height: 25px;
        background: url("../img/left_arrow_im.png") no-repeat center; }
        @media (max-width: 767.98px) {
          .culture-list .culture-box .culture-wrap:before {
            top: auto;
            left: 50%;
            right: auto;
            bottom: -18px;
            transform: translateX(-50%) rotate(90deg); } }
      .culture-list .culture-box .culture-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        object-fit: cover; }
      .culture-list .culture-box .culture-wrap span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        color: #ffffff;
        text-align: center;
        padding: 30px;
        font-size: 22px;
        color: #eee;
        font-weight: 600; }
        @media (max-width: 767.98px) {
          .culture-list .culture-box .culture-wrap span {
            font-size: 16px; } }
    .culture-list .culture-box .culture-content p {
      margin: 0; }
    @media (min-width: 768px) {
      .culture-list .culture-box:nth-child(even) .culture-img {
        order: 2; }
        .culture-list .culture-box:nth-child(even) .culture-img .culture-wrap::before {
          right: auto;
          left: -6px;
          transform: translateX(-50%) rotate(-180deg); }
      .culture-list .culture-box:nth-child(even) .culture-content {
        order: 1; } }

blockquote.probono-box {
  padding-top: 20px;
  padding-bottom: 20px;
  background: none; }

@media (min-width: 768px) {
  .no-page {
    height: calc(100vh - 140px);
    min-height: 600px; } }

.no-page > div {
  padding-top: 70px;
  padding-bottom: 70px; }

.not-left {
  background: #002b32;
  position: relative; }
  .not-left:before {
    background: #002b32;
    content: '';
    top: 0px;
    position: absolute;
    height: 100%;
    width: 99999px;
    right: 99%;
    z-index: 0; }
  @media (max-width: 767.98px) {
    .not-left:after {
      background: #002b32;
      content: '';
      top: 0px;
      position: absolute;
      height: 100%;
      width: 99999px;
      left: 99%;
      z-index: 0; } }

.searchBox input[type="text"] {
  padding: 5px 180px 5px 10px;
  color: #252629;
  font-size: 14px;
  margin: 0 0 10px 0; }

.searchBox input[type="submit"] {
  width: 29px;
  height: 29px;
  padding: 0px;
  background: #fff url(/images/searchIconGry@2x.png) no-repeat left center;
  background-size: 16px;
  border: none;
  position: absolute;
  margin: 1px 0 0 -30px; }
  .searchBox input[type="submit"]:focus {
    outline: none; }

.feel_text {
  margin-top: 30px; }

.no-page-search {
  max-width: 500px; }

.no-page-submit {
  background: white url(../img/search-icn.svg) no-repeat center;
  border: 1px solid #D9D9D9; }

.new-no-page {
  padding: 230px 0 100px;
  position: relative;
  height: 100vh; }
  @media (max-width: 767.98px) {
    .new-no-page {
      padding: 130px 0 60px;
      height: 100%; } }
  .new-no-page .div-img {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-color: #6292B4;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    bottom: 0;
    right: 0; }
  .new-no-page h1 {
    letter-spacing: 4px;
    line-height: 55px;
    margin-bottom: 30px; }
  .new-no-page .round-close {
    height: 270px;
    width: 270px;
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 100%;
    align-items: center; }
    @media (max-width: 767.98px) {
      .new-no-page .round-close {
        height: 180px;
        width: 180px;
        margin: 0px auto 40px; } }
    .new-no-page .round-close img {
      display: block;
      max-width: 62px; }
  .new-no-page:after {
    content: '';
    min-height: inherit;
    font-size: 0; }

.event-list {
  background: #002B32;
  padding: 70px 0px 100px; }
  .event-list .event-table {
    display: block;
    padding: 60px;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 767.98px) {
      .event-list .event-table {
        padding: 60px 15px; } }
    .event-list .event-table .logout-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #48A8C0;
      font-size: 16px;
      font-weight: 500; }
    .event-list .event-table h2 {
      margin: 0px 0px 30px;
      color: #ffffff;
      font-size: 45px;
      font-weight: 300;
      line-height: 50px; }
      @media (max-width: 767.98px) {
        .event-list .event-table h2 {
          font-size: 34px;
          line-height: 40px; } }
    .event-list .event-table .eventlist-table table {
      font-size: 16px;
      color: #ffffff;
      table-layout: fixed;
      border-collapse: collapse; }
      @media (max-width: 991.98px) {
        .event-list .event-table .eventlist-table table {
          width: 800px; } }
      .event-list .event-table .eventlist-table table th {
        color: #C0CF13;
        text-align: left;
        border-bottom: 2px solid white;
        border-top: 0; }
      .event-list .event-table .eventlist-table table .col1 {
        width: 445px; }
      .event-list .event-table .eventlist-table table .col4 {
        width: 115px; }
      .event-list .event-table .eventlist-table table td {
        border-bottom: 2px solid white;
        vertical-align: middle;
        line-height: 18px;
        padding: 0.75rem 10px; }
        .event-list .event-table .eventlist-table table td a {
          color: #48A8C0;
          font-size: 16px;
          font-weight: 500;
          line-height: 19px; }

.event-list {
  background: #002b32;
  min-height: 1000px; }
  @media (min-width: 1200px) {
    .event-list {
      min-height: 1200px; } }
  @media (max-width: 767.98px) {
    .event-list {
      min-height: 400px; } }

.divLogin {
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 60px 50px;
  text-align: center;
  width: 400px;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .divLogin {
      padding: 25px; } }
  .divLogin .form-group {
    margin: 0px 0px 25px; }
  .divLogin input[type="text"],
  .divLogin input[type="email"],
  .divLogin input[type="password"] {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    color: #ffffff;
    font-weight: 600; }
    .divLogin input[type="text"]:focus,
    .divLogin input[type="email"]:focus,
    .divLogin input[type="password"]:focus {
      border-color: #c2cf13; }
  .divLogin button {
    margin-top: 20px; }
  .divLogin .error-message {
    color: #ff9090; }

#jumpLocation {
  display: none;
  background: #252629 url(/images/accordionArow.png) no-repeat right bottom;
  line-height: 31px;
  color: #fff;
  font-size: 13px;
  margin: 16px 0 0 0;
  padding: 0 0 0 12px; }
  @media (max-width: 1199.98px) {
    #jumpLocation {
      display: block; } }

.openOffice #jumpLocation {
  background: #252629 url(/images/accordionArow.png) no-repeat right top; }

.contactListpage .location {
  background: #004b51;
  line-height: 0px; }
  .contactListpage .location .mobileView {
    display: none; }
    @media (max-width: 1199.98px) {
      .contactListpage .location .mobileView {
        display: block;
        text-align: center; } }
  .contactListpage .location .deskTopView {
    position: relative;
    display: block; }
    @media (max-width: 1199.98px) {
      .contactListpage .location .deskTopView {
        display: none; } }
  .contactListpage .location .mapText {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    text-align: right;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 2; }
    .contactListpage .location .mapText span {
      font-size: 12px;
      display: block;
      text-transform: uppercase; }
    .contactListpage .location .mapText.hover .hoverDiv {
      display: none; }
    .contactListpage .location .mapText .hoverDiv {
      display: block;
      font-size: 12px;
      color: #aeaeae;
      line-height: 20px;
      text-transform: none; }
  .contactListpage .location .northAmericaMap {
    top: 176px;
    left: 52px;
    width: 153px; }
  .contactListpage .location #northAmericaMap {
    background: url("/images/map-north-america.jpg?v=2") no-repeat left top;
    position: absolute;
    top: 0;
    width: 480px;
    height: 366px;
    left: 48px;
    display: none; }
    .contactListpage .location #northAmericaMap .cityList {
      position: relative;
      top: 225px;
      width: 153px; }
      .contactListpage .location #northAmericaMap .cityList ul {
        border-top: 1px solid #fff;
        padding-top: 9px; }
        .contactListpage .location #northAmericaMap .cityList ul li {
          line-height: 18px;
          margin: 0;
          padding: 0;
          text-align: right; }
          .contactListpage .location #northAmericaMap .cityList ul li:before {
            content: none; }
          .contactListpage .location #northAmericaMap .cityList ul li a {
            font-size: 14px;
            color: #fff; }
  .contactListpage .location #europeMap {
    background: url("/images/map-europe.jpg?v=6") no-repeat left top;
    position: absolute;
    top: 0;
    width: 324px;
    height: 300px;
    left: 420px;
    display: none; }
    .contactListpage .location #europeMap .cityList {
      position: relative;
      top: 169px;
      width: 96px; }
      .contactListpage .location #europeMap .cityList ul {
        border-top: 1px solid #fff;
        padding-top: 9px; }
        .contactListpage .location #europeMap .cityList ul li {
          line-height: 18px;
          margin: 0;
          padding: 0;
          text-align: right; }
          .contactListpage .location #europeMap .cityList ul li:before {
            content: none; }
          .contactListpage .location #europeMap .cityList ul li a {
            font-size: 14px;
            color: #fff; }
  .contactListpage .location #asiaMap {
    background: url("/images/map-asia.jpg?v=12") no-repeat left top;
    position: absolute;
    top: 0;
    width: 472px;
    height: 341px;
    right: 79px;
    display: none; }
    .contactListpage .location #asiaMap .cityList {
      position: relative;
      top: 238px;
      width: 147px;
      right: 0;
      float: right; }
      .contactListpage .location #asiaMap .cityList ul {
        border-top: 1px solid #fff;
        padding-top: 9px; }
        .contactListpage .location #asiaMap .cityList ul li {
          line-height: 18px;
          margin: 0;
          padding: 0;
          text-align: left; }
          .contactListpage .location #asiaMap .cityList ul li:before {
            content: none; }
          .contactListpage .location #asiaMap .cityList ul li a {
            font-size: 14px;
            color: #fff; }
  .contactListpage .location #australiaMap {
    background: url("/images/map-australia.jpg") no-repeat left top;
    position: absolute;
    bottom: 0;
    width: 244px;
    height: 134px;
    right: 71px;
    display: none; }
    .contactListpage .location #australiaMap .cityList {
      position: relative;
      top: 77px;
      width: 106px;
      right: 0px;
      float: right; }
      .contactListpage .location #australiaMap .cityList ul {
        border-top: 1px solid #fff;
        padding-top: 9px; }
        .contactListpage .location #australiaMap .cityList ul li {
          line-height: 18px;
          margin: 0;
          padding: 0;
          text-align: left; }
          .contactListpage .location #australiaMap .cityList ul li:before {
            content: none; }
          .contactListpage .location #australiaMap .cityList ul li a {
            font-size: 14px;
            color: #fff; }
  .contactListpage .location .europeMap {
    top: 120px;
    left: 420px;
    width: 96px; }
  .contactListpage .location .asiaMap {
    top: 190px;
    right: 79px;
    text-align: left;
    width: 147px; }
  .contactListpage .location .australiaMap {
    right: 74px;
    top: 346px;
    text-align: left;
    width: 106px; }

.contactListpage .wrapper {
  max-width: 1175px;
  margin: 0 auto; }
  @media (max-width: 1199.98px) {
    .contactListpage .wrapper {
      padding: 0 15px; } }

.contactListpage #officeList {
  display: none;
  background: #fff;
  position: absolute;
  padding-bottom: 20px; }
  .contactListpage #officeList.open {
    display: block;
    z-index: 9;
    position: relative;
    width: 100%;
    float: left; }
  .contactListpage #officeList ul {
    margin: 10px 0 0 20px;
    padding: 0 0 0 0; }
    .contactListpage #officeList ul li {
      margin: 0;
      background: url("/images/list-dot@2x.png") no-repeat 1px 10px;
      background-size: 7px;
      color: #252629;
      font-size: 15px;
      list-style: none;
      padding: 0 0 0 14px;
      line-height: 26px;
      width: 23%;
      float: left; }
      @media (max-width: 767.98px) {
        .contactListpage #officeList ul li {
          width: 49%; } }
      .contactListpage #officeList ul li a {
        color: #252629; }

.contactListpage .locationListing ul {
  margin-top: 56px; }
  .contactListpage .locationListing ul li {
    margin: 0 0 29px 0;
    display: flex; }
    .contactListpage .locationListing ul li:before {
      content: none; }
    .contactListpage .locationListing ul li.left {
      float: left; }
    .contactListpage .locationListing ul li.right {
      float: right; }
    @media (max-width: 575.98px) {
      .contactListpage .locationListing ul li {
        display: block; } }
  .contactListpage .locationListing ul .leftDetail {
    padding: 30px 26px 30px 28px;
    width: 50%;
    background-size: cover; }
    @media (max-width: 575.98px) {
      .contactListpage .locationListing ul .leftDetail {
        width: 100%;
        float: left; } }
    .contactListpage .locationListing ul .leftDetail h5 {
      color: #004b52;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
      padding: 0px;
      margin: 0px; }
    .contactListpage .locationListing ul .leftDetail h2 {
      font-size: 30px;
      line-height: 40px;
      color: #252629;
      margin: 3px 0 12px 0;
      padding: 0px; }
    .contactListpage .locationListing ul .leftDetail p {
      font-size: 15px;
      line-height: 18px;
      color: #252629;
      margin: 15px 0 15px 0;
      cursor: pointer;
      max-width: 200px; }
    .contactListpage .locationListing ul .leftDetail .phone, .contactListpage .locationListing ul .leftDetail .fax {
      line-height: 30px;
      font-size: 15px;
      color: #252629;
      background: url("/images/call-icon.png") no-repeat left 50%;
      padding-left: 22px; }
    .contactListpage .locationListing ul .leftDetail .fax {
      background: url("/images/fax-icon.png") no-repeat left 50%; }
    .contactListpage .locationListing ul .leftDetail .officeDetailBtn {
      color: #fff;
      font-size: 14px;
      line-height: 32px;
      font-weight: 700;
      background: #252629 url("/images/right-icon.png") no-repeat 90% 50%;
      background-size: 5px 9px;
      padding: 0 35px 0 12px;
      display: block;
      margin: 10px 0 0 0;
      float: left; }
      .contactListpage .locationListing ul .leftDetail .officeDetailBtn:hover {
        background-color: #004b52;
        text-decoration: none; }
  .contactListpage .locationListing ul .rightDetail {
    background: #004b52;
    padding: 18px 30px 18px 30px;
    width: 50%; }
    @media (max-width: 575.98px) {
      .contactListpage .locationListing ul .rightDetail {
        width: 100%;
        float: left; } }
    .contactListpage .locationListing ul .rightDetail h4 {
      color: #ffffff;
      font-size: 15px;
      font-weight: 700;
      margin: 10px 0 0 0;
      padding: 0px; }
    .contactListpage .locationListing ul .rightDetail .contactName {
      color: #ffffff;
      font-size: 15px;
      line-height: 18px;
      margin: 6px 0 0 0; }
    .contactListpage .locationListing ul .rightDetail .posation {
      font-size: 12px;
      color: #fff; }
    .contactListpage .locationListing ul .rightDetail .email {
      display: block;
      padding: 1px 0 0 0; }
      .contactListpage .locationListing ul .rightDetail .email a {
        color: #a2b907;
        font-size: 12px;
        line-height: 18px; }
    .contactListpage .locationListing ul .rightDetail .webSite {
      color: #252629;
      font-size: 14px;
      font-weight: 700;
      line-height: 32px;
      background: #e9ebec url(/images/right-icon.png) no-repeat 90% 50%;
      background-size: 5px 9px;
      padding: 0 35px 0 12px;
      display: block;
      margin: 39px 0 0 22px;
      float: left; }

.contactListpage .inquiry {
  margin: 20px auto 74px;
  font-size: 18px;
  text-align: center;
  float: left;
  width: 100%; }
  .contactListpage .inquiry a {
    color: #1a656a;
    word-wrap: break-word; }

.add-testimonials-left {
  color: #fff;
  position: relative;
  padding: 60px 15px 90px; }
  .add-testimonials-left h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding-right: 10px; }
  .add-testimonials-left:before {
    content: "";
    background-color: #002b32;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    height: 100%;
    z-index: -1; }
    @media (max-width: 991.98px) {
      .add-testimonials-left:before {
        right: auto;
        left: 50%;
        transform: translateX(-50%); } }

.add-testimonials {
  padding: 70px 15px 50px 30px;
  background: #fff; }
  .add-testimonials:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background-color: #ffffff; }
  .add-testimonials .add-testimonial {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #b0b0b0; }
    .add-testimonials .add-testimonial .add-testimonial-name .add-testimonial-name-box {
      height: 205px;
      width: 205px;
      background: #1d1d1d;
      border-radius: 1000px;
      -ms-display: flex;
      -ms-align-items: center;
      -ms-justify-content: center;
      -ms-flex-wrap: wrap;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
      padding: 15px;
      font-size: 32px;
      font-weight: 600;
      text-align: center;
      line-height: 1.2;
      color: #ccc;
      margin: 0px auto 20px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .add-testimonials .add-testimonial .add-testimonial-name .add-testimonial-name-box {
          display: table; }
          .add-testimonials .add-testimonial .add-testimonial-name .add-testimonial-name-box span {
            display: table-cell;
            vertical-align: middle; } }
    .add-testimonials .add-testimonial .add-testimonial-name i {
      display: block;
      text-align: center;
      color: #252629;
      margin-bottom: 32px; }
    @media (min-width: 768px) {
      .add-testimonials .add-testimonial:nth-child(even) {
        flex-flow: row-reverse; } }
    .add-testimonials .add-testimonial:nth-child(even) .add-testimonial-name-box {
      background: #1a656a;
      color: #fff; }
    .add-testimonials .add-testimonial:last-child {
      padding-bottom: 0px;
      margin-bottom: 0px;
      border-bottom: none; }
    .add-testimonials .add-testimonial .add-testimonial-contetn p {
      text-align: justify;
      font-size: 17px; }
      .add-testimonials .add-testimonial .add-testimonial-contetn p:first-child:before {
        content: '';
        width: 35px;
        height: 27px;
        display: inline-block;
        background: url("../img/testimonials-left-quote.png") no-repeat center;
        margin: -5px 14px 0px 0px; }
      .add-testimonials .add-testimonial .add-testimonial-contetn p:last-child:after {
        content: '';
        width: 35px;
        height: 27px;
        display: inline-block;
        background: url("../img/testimonials-right-quote.png") no-repeat center;
        margin: 0 0 -16px 8px; }

.spotlight-left {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  @media (max-width: 991.98px) {
    .spotlight-left {
      padding: 20px; } }
  @media (max-width: 991.98px) {
    .spotlight-left {
      margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .spotlight-left h2 {
      font-size: 28px;
      line-height: 1.5; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .spotlight-left h2 {
      font-size: 36px;
      line-height: 1.5; } }
  .spotlight-left .btn-sm, .spotlight-left .btn-group-sm > .btn {
    padding: 8px 12px;
    text-transform: none; }
  .spotlight-left .calendar-dropdown {
    border-radius: 0px;
    width: 189px;
    margin: 0px; }
  .spotlight-left address {
    color: #fff; }
  .spotlight-left hr {
    background: #ddd; }

.spotlignt-form input[type="text"],
.spotlignt-form input[type="email"],
.spotlignt-form input[type="password"],
.spotlignt-form textarea {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  font-weight: 600; }
  .spotlignt-form input[type="text"]:focus,
  .spotlignt-form input[type="email"]:focus,
  .spotlignt-form input[type="password"]:focus,
  .spotlignt-form textarea:focus {
    border-color: #c2cf13;
    background: transparent;
    color: #ffffff; }

.spotlignt-form .field-validation-error {
  color: #ff3b3b !important; }

/*** Add to My Calender ***/
.new-cal {
  position: relative;
  height: 28px;
  margin-bottom: 40px; }
  .new-cal .add-to-calendar {
    width: 165px;
    position: absolute;
    top: 0px; }
    .new-cal .add-to-calendar a {
      padding: 5px 10px;
      line-height: 16px;
      color: #333;
      width: 100%;
      background: #fff;
      font-size: 13px; }
    .new-cal .add-to-calendar .add-to-calendar-checkbox {
      display: block;
      padding: 6px 10px;
      letter-spacing: 1px;
      cursor: pointer;
      border-radius: 3px;
      background: #48a8c0;
      color: #ffffff;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 0px; }
      .new-cal .add-to-calendar .add-to-calendar-checkbox ~ a {
        display: none; }
        .new-cal .add-to-calendar .add-to-calendar-checkbox ~ a:before {
          content: " ";
          float: left;
          width: 16px;
          height: 16px;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAQCAYAAACIoli7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MzJCRDU2NUE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MzJCRDU2NkE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzMkJENTYzQTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQzMkJENTY0QTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1Gcb3QAACh1JREFUeNrEWAtwVNUZ/u7d9yvZJBtMIC8eBhIKMkQIhqIBKirWwpSW0dahCir1gQhWg2XKjNRqR7AjQ6QjglBFRIW20KmC0KRYjRYMCZGHGEjIY0Oy2U32lX3d3Xv6nxuSbEJCQNvpn/n33POfxz33u9//uBGaBQFcMhgrpGYC6ddk+zfiZKgxsvOG4buJMGATNtzcq4l+WStbsGgpvOiELpgBWetGQGNCstSGkKwH1Ek04oVNFUZQsEAjedCg0iBRVivrP737CL+H8Na7f7lpRFa2cOfMqdUn9n3ARGc7NLEYJj62Qle6Z3/ZlATt82mINV4QVPV33HVXmK/1bRgPvst60vzXgJzZZ84UlOfnV1L/YvwhBxk7Q7quZ3zZLrvSivRy+PtR0Y8oUit2P7+aWm5TifxahErVPWfd/JRBQaNVjA2CIhsecEwIubHzB3+CQWNDNBCCyuiEC6NgpV3agkCszYWknBTInjAMFh20HAo1/QQFVM7Kw9aly7D1ze2iJEemhbu8Mzf++rkVNGMkaS7puKadb0yubGscp/Wa3rc0nNXVJ6RsJvsaUhmXt5oyZv36e4o//hi1tbUonjWrYNTs2QXxhywuL+8bmzevoG7dOu3gj8Po2MIVZGIcAw6TcPma0YV4JfXYEBiy/rbeqZcv+i1tEbIgagzgOAWMerT5MvDuXgfOH6vAsRoRgVAqHOp2TMrX4dYfFmLhVAHTRqtgkn0QQ3W0anZK+UsvzJe/qflxi2d04a3u9iJWdngUHd/I33KEyJEoqBE2mqCxGBCqq//p8idWvPh66Wa35ZlzUIcAnez3w+n14uwDD8CalYWo293vYePH+Fy+Jn58289HKu2rpbux9KF7EY4yfHroAHKL5iv2w/v2Ye7CBfBHBLRWHYJ54rzrCQcsDtx+YA4MAbyTqjsHLfLIrWWcChjwu/XHUVnuxrGDC2G2AdwnnKQNXwOLHnwFH4da8VnZBpg0ZqgcOgJMfKa+oqJkTDQMX3or3GF/khgJQ9TroDInQENq9rjItaNwqUWkeDoy0wtmTKYt/8XPpg4wZpADARTt2YOJx45Bo9PBlZEBy86dvQedPGkSxmZnw5SQAD6Xrxns6XWmYO+1x3e+n52D2WM3Y96w6F0F1F4wBwsBprBEv+0wIQO7Xj2HC0ercLbiEdi0zYgyAk1OgFUQccONwP5dyxELNMCQ5Cfq0YZpekgCpMZgENPvmIc5KckEm4gL7+9BrL0d1rFjYSGGGkePgyWX4qU1CQW3zVG5ztV+n25aQRpVGBojkFpWroTBaAQ/TpD6eput3xOZzWaKEjL43IEM3frHLZD8XtyQasXhdzbDbNTCJjN89tftvfaW8jd67fPyzP3jRBzThGGYKgwxrcceM2eyYDQNG9+8iAMfHsaRXY/AouV4qRAS9NCrmmkjKxBKwOQsM8X0iQhQkpK1IUiiBxq1+oLfaPJJXo8lEOyCJtGKScsfhTYpGYItFTUXG9DY2oqQw4UnFi5SGF/2zfkialQcUJ66V7PrFL5mQhwgXGRZZjv+8ALzBGPM4YuyA9s3sFMtIUW5/Xx7hNU0+RU7X7OM5bFlJxSQ2ODR+ArlIUy5HDjW04y+t5UrC9J5Vm5tYxkz/s5YF3WiESYzP2MRmbmp6+EH9vuZxM9N9iBz0ViUHbclsPuX/GJ2SUnJeX+LnUW6/MqzHTp6lL29dy9rtLewx598kpWsWcPuu+8+Fo1GlfG9+/bZn1q1Kk1JzHQSlUxHjBL7rkX5XL5mMBQks7WvY0vvZ3d4pW63j7Nfo/QDfYCbs3iGa6UORYMUP/92qhoYE4VsdNCoDEEyUYqnhBIDEmJ8hZYenKdmETH6468pWa3GJbvdHpKiTWpio4YSz7Hjx7Hu2Wdx9KOPkDkyHaWbNiE/Lw+LFy+makWlHCInOyc9MyOTJ3JRzcEhnCHHYtf0dCJtwrrp3Suvv/UGvO4uWBLN2L9/N7xeFzyedrS43+q1F401DQdaP+8Vrg1ppcRS3t+DDVQe9dhFqF3JiHTaIYaTyL2jYIld8IsGWCQRTB+GoCcgiU5q2QCD6KNFdQjrM1FVXeUYd+PYxg6nE+np6ZiYn48dO3Zg7dq1iEQi0Gq1KKeqh1h82T2BURkZQlpa2kzqHuJ1qEph3zCAPnVyDao8X6EgeQowANDlSx7mfo9t772NBQt+pmT5T468jgmFS5TxiqPvdderLO+Kfcnte2X71G9VzCvjulhfZaJFFjJSrCj7/DjCqgh0VN6EvSIsCUAXndxPvDxf1w5t4gjoY1qEnAYUfI8SpuokOlyIBIPhC06nSwHUZDIhNzcXoVAIRF7k5OQoLc83/E1eutSKpuYmRKToLZs3l6Zzhqo5QyPR6FVPfcJZg2lFN6Py80q+kbp2WzLwUEe/OZ2Ovr4YU11przqL/5XoRH3fvakwmjFdQtlH4/FC6VdY/dRNVKEYeMqAUR3EiSo9Vj56As2+MKwGMx68fySm5o+HSeDh6FLM7/fVu1zO3v24axcUFJDneZX+SkrgXq8PlZUnEKKKwGpNgM/rmaLT66Z1uzwxVBoC0JKqtTjpPtVd8sQ8YJKM+g3W5Ze/HpZ3f9r0kahk5aq41b/st1c8A3uYOQQrr0uyFwep+ujrG6HHip/YsPvlTmz+7dcovnMGZk4gt6cYKXQFMWuyAV98+iOcpfB6e9HzFBvvoS87J9XfynKZWFnfbLfzbwOlmpEkCauffhpejxenvjqF7KxsdPF6PByCz+PH6dOnKVRUW8eMGX1LN0MJ0MgQLl/dVgNb8YjuAj/qRFJhMmYVzkkv/3NZAV6jJPS4W/gWGLDr/Ua/mkQMzQM2T4dN58Q/DxbizuIKLLjtHax7bhqWPJaLVJMWPsXpzah3SWj3n6GQMKf7/wAmP6/65fq6uubGpsaOFntLuqPdARe5v4fY2emi1uej/OBmjjan3+V2tfi8voZYLFoXlaJnjQZDhZoJgi7GXX4IQPNN+Th9sJuhmKuCWM5w5pvqNiSLlfg/yhcLx2PEqA+QqhR/wX5jHirrdbIJI24A/lG9Gqt/U45NWz7Ey9s/BzQ3QpUQQajdjMS0NixdtQhFxTfTGzVQDc6rFJ/85Zdfem6ePr29dMuWdGKi5PV6Ov2BQFMoFL5INXqtx+upd3d21rXY7Y5AIMBvTp8FCJeXl/nVBKNFRa7Ag+xgsnH2K0p79+474Ix1IJWy5qgXuw40MPb8dwFkOFfngA0nY9zqQe1WnrQtzQRSBgwGEXs2zqUHmXvFvCCFLwP/Lw6PdhQLjVqFVIwSkCRFIgdPVp+sI66d7ury1Xrc7saGhkZ7OBziAEpxGotXYYQg/J4CReZwh3fdriqM2IQkrZN1mg/H9joY+4DMvSyt+eQlTL71uf8a+65VfvVw5nDh5Jpl58NHMK5FCT88diaSGi4DFYnTHvDkgTUyl/8IMABtKh8piZwIuwAAAABJRU5ErkJggg==);
          margin-right: 0.5em; }
        .new-cal .add-to-calendar .add-to-calendar-checkbox ~ a.icon-ical:before {
          background-position: -68px 0; }
        .new-cal .add-to-calendar .add-to-calendar-checkbox ~ a.icon-yahoo:before {
          background-position: -36px 4px; }
        .new-cal .add-to-calendar .add-to-calendar-checkbox ~ a.icon-google:before {
          background-position: -52px 0; }
      .new-cal .add-to-calendar .add-to-calendar-checkbox:checked ~ a {
        display: block; }
  .new-cal input[type="checkbox"].add-to-calendar-checkbox {
    position: absolute;
    display: none; }

.cmn-banner.spotlight-sec {
  padding: 70px 0; }
  .cmn-banner.spotlight-sec .addeventatc_dropdown {
    padding: 6px 0px;
    top: 101% !important;
    left: 0px !important;
    transform: none !important; }
    .cmn-banner.spotlight-sec .addeventatc_dropdown.addeventatc-selected {
      top: 101% !important;
      left: 0px !important;
      transform: none !important; }
    .cmn-banner.spotlight-sec .addeventatc_dropdown .copyx {
      display: none; }
  .cmn-banner.spotlight-sec .spotlight-left .addeventatc {
    background: #48a8c0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    color: #ffffff !important;
    outline: none;
    margin-bottom: 10px;
    min-width: 160px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0 0 15px 0; }
    .cmn-banner.spotlight-sec .spotlight-left .addeventatc .addeventatc_icon {
      display: none; }

.control-header.text-danger {
  margin-bottom: 10px;
  color: #ec929a !important; }

.popupDiv.popupRSVP {
  background: #fff url("../img/rsvp-popup-bg.png") no-repeat top center;
  background-size: cover;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  max-width: 830px;
  padding: 35px 30px 35px 60px; }
  .popupDiv.popupRSVP .btn-default {
    top: 8px;
    right: 17px; }
  .popupDiv.popupRSVP .mCSB_container {
    margin-right: 40px; }
  .popupDiv.popupRSVP .popupContent {
    margin: 30px 0 0;
    height: 540px;
    max-width: 800px;
    min-height: 150px;
    overflow: auto; }
    .popupDiv.popupRSVP .popupContent p {
      color: #000000;
      font-size: 18px;
      line-height: 26px;
      text-align: left; }
      .popupDiv.popupRSVP .popupContent p a {
        color: #48a8c0; }
    .popupDiv.popupRSVP .popupContent .popup-head {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      color: #707070;
      text-align: center;
      margin: 0px 0px 40px; }
      .popupDiv.popupRSVP .popupContent .popup-head h2 {
        color: #000000;
        font-size: 45px;
        line-height: 48px;
        margin: 0px 0px 28px; }
      .popupDiv.popupRSVP .popupContent .popup-head p {
        color: #707070;
        text-align: center !important; }
    .popupDiv.popupRSVP .popupContent .rsvp-desc ul {
      margin-top: 3px; }
      .popupDiv.popupRSVP .popupContent .rsvp-desc ul li {
        background: transparent;
        color: #000000;
        padding: 0;
        font-size: 18px;
        line-height: 26px; }
        .popupDiv.popupRSVP .popupContent .rsvp-desc ul li:before {
          display: none; }
        .popupDiv.popupRSVP .popupContent .rsvp-desc ul li a {
          color: #000000; }

.popup_background {
  background-color: #000000;
  opacity: 0.72 !important; }

.spotlight-left .control-header.text-danger {
  margin-bottom: 10px;
  color: #ffffff !important; }

.spotlight-left .date-time {
  color: #C0CF13 !important;
  margin-top: 22px; }

.spotlight-left .event-content p strong {
  color: #ffffff; }

.spotlight-left .event-content ul li {
  color: #ffffff; }

.spotlight-left .addeventatc {
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  margin: 0 0 15px 0; }

.signup-table .table {
  table-layout: unset !important; }

.signup-table .form-inline .form-control {
  width: 48%;
  margin-right: 4%;
  max-width: 200px; }
  .signup-table .form-inline .form-control:last-child {
    margin-right: 0px; }

.datepicker-dropdown.dropdown-menu {
  border-radius: 0px; }
  .datepicker-dropdown.dropdown-menu table tr {
    font-weight: normal; }
    .datepicker-dropdown.dropdown-menu table tr td {
      padding: 6px 0;
      font-size: 14px;
      width: 40px;
      border-radius: 0px; }
      .datepicker-dropdown.dropdown-menu table tr td.active {
        background: #14656B;
        border-color: #14656B;
        color: #ffffff; }
    .datepicker-dropdown.dropdown-menu table tr th {
      padding: 8px 0;
      font-weight: 600;
      border-radius: 0px; }
  .datepicker-dropdown.dropdown-menu table tfoot th {
    padding: 4px 0; }

.searchPage .row {
  min-height: 600px; }

.searchPage .leftPart {
  padding-top: 60px; }
  .searchPage .leftPart .titleTxt {
    font-size: 26px;
    line-height: 45px;
    color: #ffffff;
    margin: 0px 0 5px 0; }
  .searchPage .leftPart .searchBox form input[type="text"] {
    width: 286px;
    height: 30px;
    padding: 5px 10px;
    float: left;
    border: none;
    color: #252629;
    font-size: 14px; }
    @media (max-width: 1199.98px) {
      .searchPage .leftPart .searchBox form input[type="text"] {
        width: 77%; } }
    .searchPage .leftPart .searchBox form input[type="text"]:focus {
      outline: none; }
  .searchPage .leftPart .searchBox form input[type="submit"] {
    width: 29px;
    height: 29px;
    padding: 0px;
    background: #fff url(/images/searchIconGry@2x.png) no-repeat left center;
    background-size: 16px;
    border: none;
    float: left; }
    .searchPage .leftPart .searchBox form input[type="submit"]:focus {
      outline: none; }
  .searchPage .leftPart .searchBox form span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
    width: 100%;
    float: left; }
  .searchPage .leftPart .searchBox form ul {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: left; }
    .searchPage .leftPart .searchBox form ul li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .searchPage .leftPart .searchBox form ul li:before {
        content: none; }
      .searchPage .leftPart .searchBox form ul li input[type="radio"] {
        display: none; }
        .searchPage .leftPart .searchBox form ul li input[type="radio"].css-radio + label {
          padding-left: 25px;
          height: 15px;
          display: inline-block;
          line-height: 15px;
          background-repeat: no-repeat;
          background-position: 0 0;
          vertical-align: middle;
          cursor: pointer; }
        .searchPage .leftPart .searchBox form ul li input[type="radio"]:checked + label {
          background-position: 0 -15px; }
      .searchPage .leftPart .searchBox form ul li label {
        color: #ffffff;
        margin: 0;
        font-size: 13px; }
        .searchPage .leftPart .searchBox form ul li label.css-label-radio {
          background-image: url(/images/radio-box.png);
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
  .searchPage .leftPart .searchBox .searchResult {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    margin: 3px 0 0 0;
    float: left; }

.searchPage .rightPart {
  padding-top: 60px; }
  .searchPage .rightPart .gsc-control-cse {
    max-width: 773px;
    position: relative;
    width: 100%;
    margin-left: 46px; }
    @media (max-width: 991.98px) {
      .searchPage .rightPart .gsc-control-cse {
        max-width: 100%;
        margin-left: 0; } }
    @media (max-width: 991.98px) {
      .searchPage .rightPart .gsc-control-cse .gsc-resultsRoot {
        width: 100%; } }
    @media (max-width: 575.98px) {
      .searchPage .rightPart .gsc-control-cse .gsc-resultsRoot td {
        display: block;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .searchPage .rightPart .gsc-control-cse .gsc-resultsRoot td .gs-web-image-box {
        width: 100%;
        margin: 0;
        padding: 0; } }
    @media (max-width: 575.98px) {
      .searchPage .rightPart .gsc-control-cse .gsc-resultsRoot td .gs-web-image-box img {
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 10px; } }
  .searchPage .rightPart ul {
    margin: 0;
    padding: 0; }
    .searchPage .rightPart ul li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .searchPage .rightPart ul li:before {
        content: none; }
      .searchPage .rightPart ul li .gs-web-image-box {
        margin-right: 5px; }
      .searchPage .rightPart ul li .gs-title {
        font-size: 18px !important;
        font-weight: 700;
        color: #252629;
        text-decoration: none;
        display: inline; }
        .searchPage .rightPart ul li .gs-title b {
          color: #4ea8c0;
          text-decoration: none; }
      .searchPage .rightPart ul li .gs-snippet {
        font-size: 15px;
        line-height: 26px;
        font-family: "Lato", sans-serif; }
        .searchPage .rightPart ul li .gs-snippet p {
          font-size: 15px;
          line-height: 26px;
          margin: 0 0 5px 0;
          font-family: "Lato", sans-serif; }
          .searchPage .rightPart ul li .gs-snippet p b {
            color: #4ea8c0; }
      .searchPage .rightPart ul li .gs-visibleUrl {
        font-size: 13px;
        font-weight: 700 !important;
        margin: 3px 0 8px 0;
        color: #4ea8c0; }
  .searchPage .rightPart .gsc-cursor-box {
    margin-top: 10px; }
    .searchPage .rightPart .gsc-cursor-box .gsc-cursor-page {
      font-size: 16px;
      margin-right: 10px !important; }
      .searchPage .rightPart .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
        color: #115256 !important; }
      .searchPage .rightPart .gsc-cursor-box .gsc-cursor-page.right-arrow {
        top: 0; }
  .searchPage .rightPart .gs-snippetnorresult {
    font-family: "Lato", sans-serif; }

.searchPage .search-highlight {
  color: #4ea8c0 !important;
  text-decoration: none !important;
  font-weight: bold; }

.pri-policy .faq-questions {
  background: #fff; }
  .pri-policy .faq-questions ul {
    max-width: 690px;
    padding: 69px 0 66px 200px;
    margin: 0; }
    @media (max-width: 1199.98px) {
      .pri-policy .faq-questions ul {
        padding-left: 0;
        max-width: 100%; } }
    .pri-policy .faq-questions ul li {
      text-align: center;
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
      .pri-policy .faq-questions ul li:before {
        content: none; }
      .pri-policy .faq-questions ul li a {
        color: #1e5d61;
        font-size: 16px;
        line-height: 28px;
        font-weight: 700; }

.pri-policy .faq-answers {
  background: #eeeeee;
  position: relative; }
  .pri-policy .faq-answers:before {
    content: "";
    background: #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 500%;
    z-index: -1;
    height: 100%; }
    @media (max-width: 991.98px) {
      .pri-policy .faq-answers:before {
        left: 50%;
        transform: translateX(-50%);
        z-index: 0; } }
  .pri-policy .faq-answers .contentDiv {
    max-width: 690px;
    padding: 50px 0 100px 200px; }
    @media (max-width: 1199.98px) {
      .pri-policy .faq-answers .contentDiv {
        padding-left: 110px;
        max-width: 100%; } }
    @media (max-width: 991.98px) {
      .pri-policy .faq-answers .contentDiv {
        padding: 25px;
        position: relative; } }
    .pri-policy .faq-answers .contentDiv h3 {
      color: #1e5d61;
      font-size: 16px;
      line-height: 28px;
      font-weight: 700;
      padding: 30px 0 5px 0;
      margin: 0; }
    .pri-policy .faq-answers .contentDiv p {
      color: #252629;
      font-size: 16px;
      line-height: 26px;
      font-weight: normal;
      padding: 0 0 0 0;
      margin: 0; }

.pri-policy.new-cookie-page .contentDiv {
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .pri-policy.new-cookie-page .contentDiv {
      padding: 0 0 50px 0; } }
  .pri-policy.new-cookie-page .contentDiv ul {
    margin-top: 30px; }
    .pri-policy.new-cookie-page .contentDiv ul h3 {
      padding-top: 0; }
  .pri-policy.new-cookie-page .contentDiv p {
    text-align: justify; }

.pri-policy.new-cookie-page .faq-answers {
  background: #ffffff; }
  .pri-policy.new-cookie-page .faq-answers:before {
    background: #ffffff; }

.pri-policy.new-cookie-page .table-responsive {
  padding-left: 1px;
  margin-top: 25px; }
  .pri-policy.new-cookie-page .table-responsive table {
    width: 100%; }
    @media (max-width: 767.98px) {
      .pri-policy.new-cookie-page .table-responsive table {
        width: 800px; } }
    .pri-policy.new-cookie-page .table-responsive table thead th {
      background: #f5f5f5;
      padding: 5px;
      border-right: 1px solid #1e5d61;
      border-top: 1px solid #1e5d61;
      color: #1e5d61;
      font-size: 15px;
      line-height: 24px;
      font-weight: 700;
      margin: 0; }
      .pri-policy.new-cookie-page .table-responsive table thead th.big-desc {
        width: 380px; }
        @media (max-width: 1199.98px) {
          .pri-policy.new-cookie-page .table-responsive table thead th.big-desc {
            width: 360px; } }
      .pri-policy.new-cookie-page .table-responsive table thead th.cookie-col1 {
        width: 149px; }
      .pri-policy.new-cookie-page .table-responsive table thead th.cookie-col3 {
        width: 66px; }
      .pri-policy.new-cookie-page .table-responsive table thead th.cookie-col4 {
        width: 81px; }
      .pri-policy.new-cookie-page .table-responsive table thead th:first-child {
        border-left: 1px solid #1e5d61; }
    .pri-policy.new-cookie-page .table-responsive table tbody td {
      border-right: 1px solid #1e5d61;
      border-top: 1px solid #1e5d61;
      color: #252629;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      padding: 5px; }
      .pri-policy.new-cookie-page .table-responsive table tbody td:first-child {
        border-left: 1px solid #1e5d61; }
      .pri-policy.new-cookie-page .table-responsive table tbody td:nth-child(2) {
        text-align: justify; }
    .pri-policy.new-cookie-page .table-responsive table tbody tr:last-child td {
      border-bottom: 1px solid #1e5d61; }

.pri-policy.privacy-policy-data .privacy-policy-intro {
  max-width: 100%;
  padding: 50px 0 0px 50px; }
  @media (max-width: 991.98px) {
    .pri-policy.privacy-policy-data .privacy-policy-intro {
      position: relative;
      padding-left: 0; } }
  .pri-policy.privacy-policy-data .privacy-policy-intro h3 {
    text-align: center;
    color: #C0CF13;
    margin: 0 0 20px 0;
    padding: 0 0 0 0; }
  .pri-policy.privacy-policy-data .privacy-policy-intro p {
    color: #252629;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
    text-align: justify; }

.pri-policy.privacy-policy-data .faq-questions ul {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 50px;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .pri-policy.privacy-policy-data .faq-questions ul {
      padding-left: 0; } }
  .pri-policy.privacy-policy-data .faq-questions ul li {
    text-align: left; }

.pri-policy.privacy-policy-data .faq-answers .contentDiv {
  max-width: 100%;
  padding-left: 50px; }
  @media (max-width: 991.98px) {
    .pri-policy.privacy-policy-data .faq-answers .contentDiv {
      padding-left: 0;
      padding-right: 0; } }
  .pri-policy.privacy-policy-data .faq-answers .contentDiv > p {
    margin-bottom: 20px;
    text-align: justify; }
  .pri-policy.privacy-policy-data .faq-answers .contentDiv ul {
    margin: 20px 0; }
    .pri-policy.privacy-policy-data .faq-answers .contentDiv ul li h3 {
      padding-top: 0; }
    .pri-policy.privacy-policy-data .faq-answers .contentDiv ul li p {
      margin-bottom: 20px;
      text-align: justify; }
      .pri-policy.privacy-policy-data .faq-answers .contentDiv ul li p strong {
        color: #1e5d61;
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        margin: 0 3px 0 0; }

#backtop {
  background: #ccc;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: fixed;
  right: 50px;
  bottom: 50px; }

.addressDiv {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  margin: 20px 0; }
  .addressDiv .country {
    min-width: 200px;
    max-width: 100%;
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .addressDiv {
      flex-direction: column; } }

.sticky-tab {
  z-index: 9991 !important; }
  .sticky-tab ul li a.active {
    border-color: #48A8C0;
    color: #48A8C0;
    cursor: pointer; }
  .sticky-tab ul li a {
    padding: 20px 0px 12px 0px; }

.covid-pg {
  padding: 100px 0 100px 0; }
  @media (max-width: 991.98px) {
    .covid-pg {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .covid-pg.covid-news .row .row {
    margin: 0;
    width: 100%; }
  @media (max-width: 991.98px) {
    .covid-pg.covid-media {
      margin-bottom: 50px; }
      .covid-pg.covid-media .covid-title {
        margin: 0 0 5px 0; } }

.covid-title {
  color: #48A8C0;
  margin: 0 0 35px 0;
  font-size: 26px;
  line-height: 32px; }

section .resource-col {
  margin-bottom: 20px; }
  section .resource-col h3 {
    color: #1D1D1D;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 0px 0px 15px; }
  section .resource-col ul {
    margin: 0;
    padding: 0; }
    section .resource-col ul li {
      margin: 0 0 15px 0;
      padding: 0; }
      section .resource-col ul li:before {
        content: none; }
      section .resource-col ul li a {
        font-size: 16px;
        line-height: 24px; }

section .covid-slider .item {
  opacity: 0.2;
  padding: 0 15px; }
  @media (max-width: 991.98px) {
    section .covid-slider .item {
      opacity: 1; } }
  section .covid-slider .item.slick-active {
    opacity: 1; }
  section .covid-slider .item a {
    display: block;
    text-decoration: none; }
    section .covid-slider .item a span {
      display: block;
      margin: 0px 0px 28px;
      position: relative;
      height: 208px;
      width: 100%; }
      section .covid-slider .item a span img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top center;
           object-position: top center;
        height: 100%;
        width: 100%; }
    section .covid-slider .item a .desc-wrap h2 {
      color: #000000;
      font-weight: 400;
      font-size: 22px;
      line-height: 26px;
      margin: 20px 0px 15px; }
    section .covid-slider .item a h3 {
      color: #000000;
      font-weight: 400;
      font-size: 22px;
      line-height: 26px;
      margin: 20px 0px 15px; }
    section .covid-slider .item a h4 {
      color: #C0CF13;
      font-weight: 900;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      margin: 0px 0px 15px 0; }
    section .covid-slider .item a p {
      font-size: 18px;
      color: #000000; }

@media (max-width: 991.98px) {
  section .covid-slider .slick-arrow {
    top: auto;
    bottom: -40px;
    left: 0 !important;
    right: 0;
    margin: 0 auto; } }

section .covid-slider .slick-arrow.slick-prev {
  left: 32px;
  background: url(../img/covid-arrow-left.png) no-repeat center;
  background-size: 14px; }
  @media (max-width: 991.98px) {
    section .covid-slider .slick-arrow.slick-prev {
      left: -40px !important; } }

section .covid-slider .slick-arrow.slick-next {
  right: 32px;
  transform: rotate(180deg);
  background: url(../img/covid-arrow-left.png) no-repeat center;
  background-size: 14px; }
  @media (max-width: 991.98px) {
    section .covid-slider .slick-arrow.slick-next {
      right: -20px; } }

section .covid-slider .news-box {
  padding-top: 35px; }
  section .covid-slider .news-box a .img-vid-wrapper {
    position: relative;
    height: 208px;
    align-items: center;
    display: flex; }
    section .covid-slider .news-box a .img-vid-wrapper img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center;
      height: 100%;
      width: 100%; }
  section .covid-slider .news-box a:hover {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2); }

section .covid-load-more {
  background: #48A8C0;
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  width: 100%;
  text-decoration: none;
  line-height: 15px;
  text-align: center;
  padding: 15px; }
  section .covid-load-more:hover {
    background: #42a0b7; }

.ms-choice > div {
  top: 10px;
  right: 10px;
  background: url("../img/down-arrow.svg") no-repeat center center; }
  .ms-choice > div.open {
    transform: rotate(-180deg);
    background: url("../img/down-arrow.svg") no-repeat center center; }

.select-filter {
  float: left;
  margin-bottom: 15px;
  width: 270px;
  margin-right: 15px; }
  .select-filter ul li {
    padding-left: 25px !important; }

.ms-parent .ms-drop ul li > label {
  padding-left: 20px; }

#resetFilters {
  display: block;
  float: left;
  padding: 9px 13px 9px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #48A8C0;
  text-decoration: none; }

#selectedFilter {
  display: block;
  float: left;
  padding: 3px 0px 15px 0px;
  width: 100%; }
  #selectedFilter a {
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-image: url(../../dist/img/icon-x.svg);
    background-color: #f2f2f2;
    background-size: 11px auto;
    color: #1D1D1D;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 5px;
    padding: 10px 28px 10px 10px;
    position: relative;
    text-decoration: none; }
    #selectedFilter a:first-child {
      margin-left: 0px; }
    #selectedFilter a:hover {
      background-image: url(../../dist/img/icon-x-hover.svg); }

.covid-contact {
  margin-bottom: 50px; }

.covid-slider .desc-wrap {
  height: 200px; }

.overview-sec {
  padding-top: 200px; }
  @media (max-width: 991.98px) {
    .overview-sec {
      padding-top: 100px; } }

.covid-menu-close h4.toggle-title:before {
  content: "";
  background: url("../img/down-arrow.svg") no-repeat center center;
  position: absolute;
  right: -2px;
  top: 10px;
  height: 42px;
  width: 42px; }

.covid-menu-close h4.toggle-title.expand::before {
  transform: rotate(180deg); }

.ai-bulletin-section {
  min-height: 100vh; }
  @media (max-width: 1199.98px) {
    .ai-bulletin-section {
      padding-top: 0px; } }
  .ai-bulletin-section .container {
    margin: 0; }
  .ai-bulletin-section .news-detail-content {
    margin: 0;
    position: relative;
    z-index: 2;
    color: #252629;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal; }
    .ai-bulletin-section .news-detail-content p {
      text-align: justify; }
      .ai-bulletin-section .news-detail-content p img {
        margin-top: 20px;
        height: auto; }
    .ai-bulletin-section .news-detail-content ul {
      margin: 0px 0px 20px;
      padding: 0; }
      .ai-bulletin-section .news-detail-content ul li {
        list-style: none;
        margin: 0px 0px 10px;
        padding: 0px 0px 0px 25px;
        position: relative; }
        .ai-bulletin-section .news-detail-content ul li a {
          /* color: #252629; */
          color: #48A8C0; }
      .ai-bulletin-section .news-detail-content ul ul {
        margin-top: 20px; }
    .ai-bulletin-section .news-detail-content .signup-pub-btnbtn {
      color: #ffffff;
      font-size: 14px;
      line-height: 35px;
      background: #1a656a url(../../dist/img/right-icon.png) no-repeat 96.5% 50%;
      background-size: 5px 9px;
      padding: 0 25px 0 15px;
      display: inline-block;
      margin: 50px 0 0px 0px; }
      .ai-bulletin-section .news-detail-content .signup-pub-btnbtn:hover {
        text-decoration: none;
        background-color: #11565a; }

.ai-sticky.ai-new {
  pointer-events: inherit; }
  .ai-sticky.ai-new .titleDiv {
    z-index: 9;
    position: relative;
    padding: 75px 50px 60px 70px;
    max-width: 487px;
    text-align: left;
    margin-left: auto; }
    @media (max-width: 1199.98px) {
      .ai-sticky.ai-new .titleDiv {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (max-width: 575.98px) {
      .ai-sticky.ai-new .titleDiv {
        padding: 45px 15px 60px 15px; } }
    .ai-sticky.ai-new .titleDiv h2 {
      margin: 0;
      padding: 0 0 22px 0;
      font-size: 18px;
      line-height: normal;
      font-weight: 600;
      color: #bff102;
      text-transform: uppercase; }
    .ai-sticky.ai-new .titleDiv h1 {
      font-weight: 400;
      font-size: 36px;
      line-height: 42px;
      color: #ffffff;
      margin: 0 0 23px 0; }
    .ai-sticky.ai-new .titleDiv .iconSet {
      margin: 40px auto 0;
      width: 100%;
      text-align: center; }
      .ai-sticky.ai-new .titleDiv .iconSet li {
        display: inline-block;
        margin: 0 34px 0 0;
        text-align: center;
        padding: 0;
        line-height: 16px; }
        .ai-sticky.ai-new .titleDiv .iconSet li:before {
          content: none; }
        .ai-sticky.ai-new .titleDiv .iconSet li.print a {
          color: #ffffff; }
          .ai-sticky.ai-new .titleDiv .iconSet li.print a span {
            background-position: right 0; }
        .ai-sticky.ai-new .titleDiv .iconSet li.share {
          position: relative; }
          .ai-sticky.ai-new .titleDiv .iconSet li.share a {
            color: #4ea8c0; }
            .ai-sticky.ai-new .titleDiv .iconSet li.share a span {
              background-position: -34px 0; }
        .ai-sticky.ai-new .titleDiv .iconSet li a {
          font-size: 12px;
          text-align: center;
          text-indent: -9999px; }
          .ai-sticky.ai-new .titleDiv .iconSet li a span {
            background: url("../../dist/img/bio-iconSet@2x.png") no-repeat;
            background-size: 84px 19px;
            width: 18px;
            height: 19px;
            display: block;
            margin: 0 auto 3px; }
      .ai-sticky.ai-new .titleDiv .iconSet #sharebuttons {
        background: url("../../dist/img/share-popup-arrow.png") no-repeat center bottom;
        position: absolute;
        bottom: 47px;
        left: -37px;
        max-width: 270px;
        padding: 0 0 10px; }
        .ai-sticky.ai-new .titleDiv .iconSet #sharebuttons.socialsharer {
          display: none; }
        .ai-sticky.ai-new .titleDiv .iconSet #sharebuttons ul {
          padding: 15px 15px 5px;
          background: #4ea8c0;
          padding: 15px 15px 5px;
          display: block;
          overflow: hidden; }
          .ai-sticky.ai-new .titleDiv .iconSet #sharebuttons ul li {
            text-align: left;
            float: left;
            line-height: 16px;
            padding: 0 0 10px 0;
            display: inline-block;
            margin: 0; }
            .ai-sticky.ai-new .titleDiv .iconSet #sharebuttons ul li span.chicklets {
              color: #ffffff;
              padding-left: 25px; }
    .ai-sticky.ai-new .titleDiv .signup-wrap {
      margin: 35px 0px; }
      .ai-sticky.ai-new .titleDiv .signup-wrap h3 {
        font-size: 21px;
        color: #ffffff;
        line-height: 24px;
        margin-bottom: 20px; }
      .ai-sticky.ai-new .titleDiv .signup-wrap a {
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        background: #1a656a url(../../dist/img/right-icon.png) no-repeat 96.5% 50%;
        background-size: 5px 9px;
        padding: 0 25px 0 15px;
        display: inline-block;
        margin: 0; }
  @media (max-width: 1199.98px) {
    .ai-sticky.ai-new .stick-img img {
      width: 100% !important;
      background-position: center;
      height: 590px !important;
      background-size: cover; } }

.backDiv {
  z-index: 9;
  position: relative; }

.ai-bulletin-section .news-detail-content ol li {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  color: #252629; }
  .ai-bulletin-section .news-detail-content ol li a {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    color: #252629; }
  .ai-bulletin-section .news-detail-content ol li::before {
    color: #252629; }

.bulliten-right .signupPub-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #11565a; }

.ai-sticky.ai-new .titleDiv .signup-wrap .signup-pub-btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #11565a; }

.ai-bulletin-section .news-detail-content ul.no-bullets1 li:before {
  background: none; }

.ai-bulletin-section .news-detail-content ul.no-bullets1 li ol {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px; }

.new-iframe {
  width: 410px !important;
  margin-left: -40px; }

@media (max-width: 575.98px) {
  .new-iframe {
    width: 325px !important;
    margin-left: -15px; } }

@media (max-width: 460px) {
  .ai-sticky.ai-new .stick-img img {
    height: 640px !important; } }

@media (max-width: 360px) {
  .new-iframe {
    width: 265px !important; } }

.ai-sticky.ai-new {
  height: auto !important;
  top: auto !important;
  position: relative !important; }
  @media (max-width: 1199.98px) {
    .ai-sticky.ai-new .stick-img img {
      height: 830px !important; } }

.sticky.ai-sticky > div .stick-img img {
  position: fixed;
  top: 0;
  left: 0;
  width: 41.6%;
  height: 100%; }

.ai-bulletin-section {
  margin-left: 0;
  margin-right: auto;
  padding: 70px 30px 0 30px; }
  @media (max-width: 767.98px) {
    .ai-bulletin-section {
      padding: 0 15px; } }
  .ai-bulletin-section .signup-wrap .signup-wrap {
    text-align: left;
    margin-bottom: 70px; }
    @media (max-width: 1199.98px) {
      .ai-bulletin-section .signup-wrap .signup-wrap {
        margin-bottom: 40px; } }
  .ai-bulletin-section .news-detail-content ul li {
    text-align: left; }
  .ai-bulletin-section .news-detail-content p img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto; }
    @media (max-width: 1199.98px) {
      .ai-bulletin-section .news-detail-content p img {
        margin-top: 20px; } }

@media (min-width: 1200px) {
  #footer-content {
    z-index: 2;
    position: relative; } }

.practice-category-list {
  background: #F2F2F2; }
  .practice-category-list .mt-70 {
    margin-top: 70px; }
  .practice-category-list h6 {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .practice-category-list .news-box {
    display: flex;
    align-items: center; }
    .practice-category-list .news-box a {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      min-height: 190px;
      flex-direction: row;
      justify-content: center; }
      .practice-category-list .news-box a h3 {
        margin: 0;
        line-height: 32px;
        text-align: center;
        color: #000; }
      .practice-category-list .news-box a:hover h3 {
        color: #48A8C0; }

@media all and (-ms-high-contrast: none) {
  .practice-category-list .news-box {
    flex-direction: row; }
  /* IE10 */
  .practice-category-list .news-box {
    flex-direction: row; }
  /* IE11 */ }

.cmn-banner .cmn-contents h1 {
  margin-bottom: 23px;
  font-size: 54px; }
  @media (max-width: 991.98px) {
    .cmn-banner .cmn-contents h1 {
      font-size: 40px; } }

.cmn-banner.banner-overlay {
  position: relative; }
  .cmn-banner.banner-overlay:after {
    content: "";
    opacity: 0.26;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #94a005;
    background: linear-gradient(to right, #94a005 0%, #75a13a 41.93%, #0d5459 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94a005', endColorstr='#0d5459',GradientType=1 ); }

.signup-form-sec {
  background-color: #f2f2f2;
  padding: 54px 0px 112px; }
  @media (max-width: 991.98px) {
    .signup-form-sec {
      padding: 50px 0px 60px; } }
  .signup-form-sec .form-group {
    margin-bottom: 20px; }
    .signup-form-sec .form-group label {
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 6px;
      color: #333F48; }
  .signup-form-sec .input-validation-error {
    border-color: #FF0000; }
  .signup-form-sec .field-validation-error {
    color: #FF0000;
    font-size: 15px; }

#signup .alert {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 0; }

.cmn-banner.news-detail-banner {
  min-height: 500px;
  padding: 157px 0px 50px; }
  @media (max-width: 991.98px) {
    .cmn-banner.news-detail-banner {
      padding: 100px 0px 40px;
      min-height: 400px; } }
  .cmn-banner.news-detail-banner .h2 {
    margin-bottom: 20px;
    letter-spacing: 0;
    word-spacing: 0.2px; }

.news-detail-sec {
  padding: 85px 0px 114px; }
  @media (max-width: 991.98px) {
    .news-detail-sec {
      padding: 60px 0px 40px; } }
  .news-detail-sec a {
    color: #000000; }

.row-sign-up-publication {
  text-align: right; }
  .row-sign-up-publication a {
    color: white; }
    .row-sign-up-publication a img {
      margin-right: 7px; }
    .row-sign-up-publication a:hover {
      color: #48A8C0; }

.detail-date-published {
  color: #b6b6b6;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px; }

.new-contacts-section .meet-campus h3 {
  line-height: 32px;
  letter-spacing: normal;
  margin-bottom: 35px; }

.new-contacts-section .meet-campus span {
  display: block; }
  .new-contacts-section .meet-campus span a {
    text-decoration: none; }

.new-contacts-section .meet-campus .sub-office-section {
  margin-top: 60px; }
  .new-contacts-section .meet-campus .sub-office-section h6 {
    font-size: 14px;
    color: #1D1D1D;
    letter-spacing: 4px;
    line-height: 17px;
    text-transform: uppercase; }
  .new-contacts-section .meet-campus .sub-office-section p {
    font-size: 16px;
    line-height: 24px;
    color: #000; }
    @media (max-width: 767.98px) {
      .new-contacts-section .meet-campus .sub-office-section p {
        font-size: 12px; } }

.new-contacts-section .accordion .accordion-content {
  padding-bottom: 36px; }
  .new-contacts-section .accordion .accordion-content p {
    margin-bottom: 5px; }
  .new-contacts-section .accordion .accordion-content a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none; }
    @media (max-width: 767.98px) {
      .new-contacts-section .accordion .accordion-content a {
        font-size: 13px; } }

@media (max-width: 767.98px) {
  .new-contacts-section .accordion-box > h4 {
    padding: 26px 48px 20px 20px; } }

.hp-offices.new-loc-title h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 94px; }

.new-loc-listing {
  background: #f2f2f2; }
  .new-loc-listing .address-list {
    margin: 75px 0 8px 0;
    padding-top: 68px;
    padding-bottom: 50px;
    background: #ffffff;
    border-top: 4px solid #C0CF13;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; }
    @media (max-width: 991.98px) {
      .new-loc-listing .address-list {
        padding-top: 25px;
        padding-bottom: 25px; } }
    .new-loc-listing .address-list h6 {
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #48A8C0; }
      .new-loc-listing .address-list h6.color-dark {
        color: #1d1d1d; }
    .new-loc-listing .address-list h2 {
      line-height: 48px;
      letter-spacing: normal;
      font-weight: 300; }
    .new-loc-listing .address-list a {
      font-size: 16px;
      line-height: 24px;
      text-decoration: none; }
    .new-loc-listing .address-list p {
      font-size: 16px;
      color: #000000;
      line-height: 24px;
      margin-bottom: 22px; }
      .new-loc-listing .address-list p:last-child {
        margin-bottom: 0; }
      .new-loc-listing .address-list p.ph-numbers a {
        color: #000000; }
    @media (max-width: 991.98px) {
      .new-loc-listing .address-list > div {
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      .new-loc-listing .address-list .small-size {
        font-size: 14px; } }
  @media (max-width: 575.98px) and (max-width: 575.98px) {
    .new-loc-listing .address-list .small-size a {
      font-size: 14px; } }

.address-map {
  cursor: pointer; }

@media (max-width: 575.98px) {
  .small-size {
    font-size: 14px; } }
  @media (max-width: 575.98px) and (max-width: 575.98px) {
    .small-size a {
      font-size: 14px; } }

.ph-numbers {
  color: #000000; }
  .ph-numbers:hover {
    color: #000000;
    text-decoration: none; }

.email-boxes {
  display: flex;
  margin-top: 12px;
  margin-bottom: 5px; }
  @media (max-width: 991.98px) {
    .email-boxes {
      display: block; } }
  .email-boxes .emailbox {
    border: 1px solid #D4D4D4;
    width: 50%;
    display: flex;
    background: #ffffff;
    padding: 63px 15px;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      .email-boxes .emailbox {
        width: 100%; } }
    @media (max-width: 575.98px) {
      .email-boxes .emailbox {
        padding: 30px 15px; } }
    .email-boxes .emailbox:last-child {
      border-left: 0; }
      @media (max-width: 991.98px) {
        .email-boxes .emailbox:last-child {
          border-left: 1px solid #D4D4D4;
          border-top: 0; } }
    .email-boxes .emailbox h3 {
      font-weight: 700;
      color: #000000;
      line-height: 32px;
      margin-bottom: 16px; }
      @media (max-width: 575.98px) {
        .email-boxes .emailbox h3 {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 10px; } }
    .email-boxes .emailbox a {
      color: #1E8FAB;
      font-weight: 700;
      text-decoration: none; }
      .email-boxes .emailbox a:hover {
        text-decoration: underline; }
      @media (max-width: 575.98px) {
        .email-boxes .emailbox a {
          font-size: 16px;
          line-height: 24px; } }

.new-loc-detail .new-lang-dropdown {
  width: 170px;
  margin-bottom: 39px; }
  @media (max-width: 991.98px) {
    .new-loc-detail .new-lang-dropdown {
      width: 100%; } }

.new-loc-detail h6 {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 4px;
  color: #1d1d1d;
  margin-bottom: 33px;
  text-transform: uppercase; }

.new-loc-detail .map-img {
  width: 100%;
  height: auto; }

/* 11 Dec 2020 For Office Detail Gallery Images */
.view-gallery {
  margin-top: 20px;
  display: inline-block; }
  .view-gallery img {
    vertical-align: middle;
    margin-right: 10px; }

.office-images-slider {
  z-index: 999111;
  padding-right: 0 !important; }
  .office-images-slider .close {
    position: fixed;
    right: 32px;
    top: 32px;
    height: 20px;
    width: 20px;
    background-image: url(../img/modal-close.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -m-opacity: 1;
    opacity: 1; }
    @media (max-width: 991.98px) {
      .office-images-slider .close {
        top: 20px; } }
  .office-images-slider .modal-dialog {
    max-width: 100%; }
    .office-images-slider .modal-dialog .modal-content {
      padding: 0;
      background: none;
      box-shadow: none;
      border: 0; }
      .office-images-slider .modal-dialog .modal-content .modal-body {
        padding: 0; }

.office-slider .item {
  padding: 0 15px;
  position: relative; }
  @media (max-width: 991.98px) {
    .office-slider .item {
      padding: 30px 15px; } }
  .office-slider .item img {
    width: 100%;
    height: auto; }
  .office-slider .item:before {
    height: 100%;
    position: absolute;
    right: 15px;
    left: 15px;
    background-color: #1D1D1D;
    -webkit-opacity: 0.72;
    -moz-opacity: 0.72;
    -o-opacity: 0.72;
    -m-opacity: 0.72;
    opacity: 0.72;
    content: ""; }
  .office-slider .item.slick-current:before {
    content: none; }

@media (max-width: 991.98px) {
  .office-slider .slick-arrow {
    top: 0; } }

.office-slider .slick-arrow.slick-next {
  right: 28%;
  background: url("../img/next-slider.svg") no-repeat center; }
  @media (max-width: 1441px) {
    .office-slider .slick-arrow.slick-next {
      right: 27%; } }
  @media (max-width: 991.98px) {
    .office-slider .slick-arrow.slick-next {
      right: 10px; } }

.office-slider .slick-arrow.slick-prev {
  left: 28%;
  background: url("../img/prev-slider.svg") no-repeat center; }
  @media (max-width: 1441px) {
    .office-slider .slick-arrow.slick-prev {
      left: 27%; } }
  @media (max-width: 991.98px) {
    .office-slider .slick-arrow.slick-prev {
      left: 10px; } }

.officegallerypage .modal-backdrop.show {
  opacity: 0.9;
  z-index: 9999; }

.office-slider .slick-counter {
  position: absolute;
  left: 0;
  color: #fff;
  text-align: center;
  right: 0;
  margin-top: 13px;
  font-size: 12px; }
  .office-slider .slick-counter span {
    color: #fff; }

.videos-banner {
  min-height: 300px;
  padding: 144px 0px 82px; }
  @media (max-width: 991.98px) {
    .videos-banner {
      padding: 100px 0px 40px;
      min-height: 500px; } }
  .videos-banner a {
    color: #C0CF13;
    font-size: 12px;
    line-height: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: default; }
    .videos-banner a:hover {
      text-decoration: none;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -o-opacity: 1;
      -m-opacity: 1;
      opacity: 1; }
  .videos-banner h1 {
    margin-bottom: 0;
    font-size: 54px; }
    @media (max-width: 991.98px) {
      .videos-banner h1 {
        font-size: 32px; } }

.vid-list-box {
  padding: 103px 0px; }
  @media (max-width: 991.98px) {
    .vid-list-box {
      padding: 50px 0px; } }
  .vid-list-box .pagination {
    padding-top: 23px; }
  .vid-list-box .news-box a {
    padding: 0px;
    font-size: 22px;
    line-height: 26px;
    border-top: 0;
    outline: none; }
    .vid-list-box .news-box a:focus {
      outline: none; }
    .vid-list-box .news-box a .vid-box-content {
      padding: 37px 35px; }
      @media (max-width: 1199.98px) {
        .vid-list-box .news-box a .vid-box-content {
          padding: 25px 25px 30px; } }
      @media (max-width: 767.98px) {
        .vid-list-box .news-box a .vid-box-content {
          padding: 25px; } }
      .vid-list-box .news-box a .vid-box-content span {
        display: block;
        text-align: center; }
        .vid-list-box .news-box a .vid-box-content span.heading {
          margin-bottom: 31px; }
        .vid-list-box .news-box a .vid-box-content span.prof-name {
          font-size: 14px;
          line-height: 17px;
          text-transform: uppercase;
          letter-spacing: 4px;
          font-weight: 900;
          margin-bottom: 6px;
          color: #48A8C0; }
        .vid-list-box .news-box a .vid-box-content span.credits {
          color: #9b9b9b;
          font-size: 16px;
          line-height: 22px;
          font-style: italic; }
    .vid-list-box .news-box a .img-vid-wrapper {
      position: relative;
      height: 208px;
      display: flex;
      border-top: 4px solid #C0CF13; }
      .vid-list-box .news-box a .img-vid-wrapper img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
        height: 100%;
        width: 100%; }
      .vid-list-box .news-box a .img-vid-wrapper:after {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
        width: 55px;
        height: 55px;
        background: url("../img/play-btn.svg") no-repeat center;
        margin: auto;
        content: "";
        -o-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2); }
      .vid-list-box .news-box a .img-vid-wrapper.article-data:after {
        content: none; }
    .vid-list-box .news-box a:hover .img-vid-wrapper {
      border-color: #48A8C0; }

.video-modal-popup,
.home-video-modal-popup {
  z-index: 10000; }
  .video-modal-popup .modal-dialog-centered,
  .home-video-modal-popup .modal-dialog-centered {
    max-width: 970px; }
    @media (max-width: 1199.98px) {
      .video-modal-popup .modal-dialog-centered,
      .home-video-modal-popup .modal-dialog-centered {
        max-width: 800px; } }
    @media (max-width: 991.98px) {
      .video-modal-popup .modal-dialog-centered,
      .home-video-modal-popup .modal-dialog-centered {
        max-width: 650px; } }
    @media (max-width: 767.98px) {
      .video-modal-popup .modal-dialog-centered,
      .home-video-modal-popup .modal-dialog-centered {
        max-width: 340px;
        margin: 0 auto; } }
    @media (max-width: 375px) {
      .video-modal-popup .modal-dialog-centered,
      .home-video-modal-popup .modal-dialog-centered {
        max-width: 290px; } }
    .video-modal-popup .modal-dialog-centered .modal-content,
    .home-video-modal-popup .modal-dialog-centered .modal-content {
      padding: 35px;
      box-shadow: 0 2px 50px 0px rgba(0, 0, 0, 0.72); }
      @media (max-width: 767.98px) {
        .video-modal-popup .modal-dialog-centered .modal-content,
        .home-video-modal-popup .modal-dialog-centered .modal-content {
          padding: 20px; } }
      .video-modal-popup .modal-dialog-centered .modal-content .modal-body,
      .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body {
        padding: 0; }
        .video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center,
        .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center {
          padding: 21px 15px 10px; }
          .video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h4,
          .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h4 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 20px; }
          .video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h5,
          .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h5 {
            color: #48A8C0;
            margin-bottom: 6px;
            line-height: 17px;
            font-weight: 900; }
            .video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h5.credits,
            .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h5.credits {
              color: #9b9b9b;
              font-style: italic;
              margin-bottom: 0;
              letter-spacing: 0;
              text-transform: capitalize;
              font-size: 16px;
              line-height: 22px;
              font-weight: 400; }
              .video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h5.credits a,
              .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .text-center h5.credits a {
                color: #9b9b9b;
                text-decoration: none; }
        .video-modal-popup .modal-dialog-centered .modal-content .modal-body .close,
        .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .close {
          position: absolute;
          right: -16%;
          top: -36px;
          height: 20px;
          width: 20px;
          background-image: url(../img/modal-close.svg);
          background-position: top center;
          background-repeat: no-repeat;
          background-size: cover;
          border: none;
          outline: none;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -o-opacity: 1;
          -m-opacity: 1;
          opacity: 1; }
          @media (max-width: 991.98px) {
            .video-modal-popup .modal-dialog-centered .modal-content .modal-body .close,
            .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .close {
              right: -13%; } }
          @media (max-width: 767.98px) {
            .video-modal-popup .modal-dialog-centered .modal-content .modal-body .close,
            .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .close {
              right: -15%;
              top: -55px; } }

.modal-open .dropdown-select {
  opacity: 0.2; }

.desc-wrap-scroll {
  float: left;
  width: 100%;
  height: 260px; }

.desc-wrap-scroll-popup {
  float: left;
  width: 100%;
  height: 150px; }

@media (max-width: 400px) {
  .video-modal-popup .modal-dialog-centered .modal-content .modal-body .close,
  .home-video-modal-popup .modal-dialog-centered .modal-content .modal-body .close {
    right: -18px;
    top: -50px; } }

.new-search-page {
  padding: 125px 0 89px 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }
  @media (max-width: 1199.98px) {
    .new-search-page {
      padding-bottom: 26px; } }
  .new-search-page .div-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-size: cover; }
  .new-search-page .new-search-bar {
    width: calc(100% - 300px);
    position: relative; }
    @media (max-width: 991.98px) {
      .new-search-page .new-search-bar {
        width: calc(100% - 200px); } }
    @media (max-width: 575.98px) {
      .new-search-page .new-search-bar {
        width: 100%;
        margin-bottom: 20px; } }
    .new-search-page .new-search-bar .form-control {
      border-color: #D9D9D9;
      background: #ffffff;
      padding-left: 42px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .new-search-page .new-search-bar .form-control {
          padding-bottom: 14px; } }
    .new-search-page .new-search-bar button,
    .new-search-page .new-search-bar input[type="submit"] {
      background: url("../img/new-search-Icon.svg") no-repeat center center;
      position: absolute;
      top: 2px;
      bottom: 0;
      background-size: 15px;
      border: 0;
      width: 42px;
      padding: 0;
      font-size: 0;
      outline: none;
      box-shadow: none; }
  .new-search-page .new-search-dropdown {
    width: 300px; }
    @media (max-width: 991.98px) {
      .new-search-page .new-search-dropdown {
        width: 200px; } }
    @media (max-width: 575.98px) {
      .new-search-page .new-search-dropdown {
        width: 100%; } }
  .new-search-page .new-search-result {
    padding-bottom: 50px; }
    .new-search-page .new-search-result p {
      margin-bottom: 25px; }
      .new-search-page .new-search-result p:last-child {
        margin: 0; }
  .new-search-page .new-search-list li {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D9D9D9; }
    @media (max-width: 767.98px) {
      .new-search-page .new-search-list li {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .new-search-page .new-search-list li .h3 {
      color: #48A8C0;
      margin-bottom: 20px;
      text-decoration: none;
      display: inline-block; }
    .new-search-page .new-search-list li p {
      margin-bottom: 10px; }
    .new-search-page .new-search-list li a {
      text-decoration: none; }
  .new-search-page .new-search-list ul em {
    font-style: normal; }
  .new-search-page .search-pager {
    display: inline-flex;
    align-items: center;
    border: 1px solid #D4D4D4; }
    .new-search-page .search-pager a {
      background: url("../img/arrow-blue.svg") no-repeat center center;
      display: inline-block;
      width: 45px;
      height: 44px;
      background-size: 10px; }
      .new-search-page .search-pager a.next {
        transform: rotate(180deg); }
      .new-search-page .search-pager a:hover {
        opacity: 0.6; }
    .new-search-page .search-pager span {
      border-left: 1px solid #D4D4D4;
      border-right: 1px solid #D4D4D4;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 80px;
      text-align: center;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 17px;
      font-style: normal; }

.search-result-error {
  color: red;
  margin-left: 15px;
  background-color: pink; }

.gs-snippetnorresult {
  margin-left: 15px; }

.new-search-page .new-search-list li:last-child {
  padding: 0;
  border: 0; }

.new-search-page .search-pager a:focus,
.new-search-page .search-pager a:active {
  box-shadow: none;
  outline: none; }

.new-search-page .search-pager span {
  margin: 0 -1px; }

.new-search-page .search-pager a {
  border-right: 1px solid #D4D4D4; }

.spac-main-banner {
  padding: 135px 0px 59px; }
  .spac-main-banner .h4 {
    margin-bottom: 8px;
    letter-spacing: 4px;
    font-weight: 900; }
  .spac-main-banner p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: normal; }

.spac-layout {
  padding-top: 20px; }
  .spac-layout .spac-publication {
    margin-bottom: 40px;
    padding-top: 40px; }
  .spac-layout .spac-links h5 {
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 4px;
    color: #1D1D1D;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 23px 32px; }
  .spac-layout .spac-links ul {
    margin: 0 0 12px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #D9D9D9; }
    .spac-layout .spac-links ul li {
      margin: 0 0 16px 0;
      padding: 0 0 0 0; }
      .spac-layout .spac-links ul li:before {
        content: none; }
      .spac-layout .spac-links ul li a {
        font-size: 16px;
        display: inline-block;
        line-height: 24px;
        color: #48A8C0;
        text-decoration: none;
        transition: all 0.3s ease; }
        .spac-layout .spac-links ul li a:hover {
          color: #9B9B9B;
          text-decoration: none; }
  .spac-layout .spac-links .view-all {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #48A8C0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease; }
    .spac-layout .spac-links .view-all:hover {
      color: #9B9B9B;
      text-decoration: none; }
  .spac-layout .spac-latest-news {
    padding-right: 38px;
    margin-bottom: 50px;
    padding-top: 50px; }
    @media (max-width: 991.98px) {
      .spac-layout .spac-latest-news {
        padding-right: 0; } }
    .spac-layout .spac-latest-news h5 {
      margin-bottom: 0; }
    .spac-layout .spac-latest-news .spac-news-block {
      margin-bottom: 14px; }
      .spac-layout .spac-latest-news .spac-news-block .pagination {
        margin-top: 15px; }
      .spac-layout .spac-latest-news .spac-news-block .spac-news-loop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        position: relative;
        padding: 23px 0 23px 0;
        border-bottom: 1px solid #D9D9D9; }
        @media (max-width: 767.98px) {
          .spac-layout .spac-latest-news .spac-news-block .spac-news-loop {
            display: block; } }
        .spac-layout .spac-latest-news .spac-news-block .spac-news-loop:hover .spac-news-data h4 a {
          color: #48A8C0; }
        .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-img {
          height: 117px;
          width: 172px;
          position: relative;
          max-width: 172px; }
          @media (max-width: 767.98px) {
            .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-img {
              margin-bottom: 15px; } }
          .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-img .div-img {
            height: 100%;
            background-position: center center;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            width: 172px;
            max-width: 172px;
            bottom: 0; }
          .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-img .external-img {
            position: absolute;
            bottom: 0;
            height: 39px;
            width: 39px;
            left: 0;
            pointer-events: none; }
        .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-data {
          width: calc(100% - 202px); }
          @media (max-width: 767.98px) {
            .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-data {
              width: 100%; } }
          .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-data h4 {
            line-height: 26px;
            font-size: 22px;
            color: #000000;
            letter-spacing: normal;
            margin: 0 2px 0 0; }
            .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-data h4 a {
              color: #000000;
              text-decoration: none; }
          .spac-layout .spac-latest-news .spac-news-block .spac-news-loop .spac-news-data span {
            font-size: 14px;
            line-height: 17px;
            letter-spacing: normal;
            color: #9B9B9B;
            text-transform: capitalize; }
  .spac-layout .spac-resources {
    padding-top: 40px; }
  .spac-layout .spac-twitter {
    padding-top: 50px;
    margin-bottom: 20px; }

.spac-recent-filing {
  padding-top: 50px; }
  @media (max-width: 1199.98px) {
    .spac-recent-filing .spac-news-block > .col-md-12 {
      text-align: center; } }
  .spac-recent-filing .spac-news-block > .col-md-12 .pagination + a {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #48A8C0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 15px; }
    .spac-recent-filing .spac-news-block > .col-md-12 .pagination + a:hover {
      color: #9B9B9B;
      text-decoration: none; }
    @media (max-width: 1199.98px) {
      .spac-recent-filing .spac-news-block > .col-md-12 .pagination + a {
        top: auto;
        margin-top: 25px;
        position: relative;
        display: inline-block; } }

.spac-publication h5 {
  background: url("../img/Lightbulb.svg") no-repeat 0 0; }

.spac-resources h5 {
  background: url("../img/Resource.svg") no-repeat 0 0; }

.spac-latest-news h5 {
  background: url("../img/News.svg") no-repeat 0 0; }

.spac-recent-filing h5 {
  background: url("../img/Filing.svg") no-repeat 0 0; }

.sticky-tab.spac-main-links ul {
  text-align: center;
  justify-content: center; }
  .sticky-tab.spac-main-links ul li {
    width: auto;
    margin: 0 30px; }
    @media (max-width: 991.98px) {
      .sticky-tab.spac-main-links ul li {
        margin: 0; } }
    .sticky-tab.spac-main-links ul li.active a {
      border-color: #48A8C0;
      color: #48A8C0; }

.spac-contact-section {
  background: #F2F2F2;
  padding: 85px 0 85px 0; }

.spac-contact-section h5 {
  font-weight: 900;
  line-height: 17px;
  letter-spacing: 4px;
  color: #1D1D1D;
  margin: 0 0 20px 0;
  padding: 0 0 0px 0px; }

.spac-contact-section .attorney-card:hover h3 a {
  color: #48A8C0; }

.article-residence-main-banner {
  padding: 145px 0px 48px; }
  @media (max-width: 575.98px) {
    .article-residence-main-banner h1 {
      font-size: 28px;
      line-height: 1.2; } }
  .article-residence-main-banner .h6 {
    margin-bottom: 4px;
    letter-spacing: 3px;
    color: #C0CF13; }
  .article-residence-main-banner p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: normal; }

.article-residence-layout {
  padding-top: 85px; }
  @media (max-width: 991.98px) {
    .article-residence-layout {
      padding-top: 60px; } }
  .article-residence-layout h3 {
    font-size: 24px;
    line-height: 38px;
    color: #000000; }
  .article-residence-layout blockquote {
    border: 1px solid #D9D9D9;
    border-top: 4px solid #C0CF13;
    padding: 85px 70px 22px 70px;
    background-position: 50% 40px;
    margin: 80px 0; }
    @media (max-width: 991.98px) {
      .article-residence-layout blockquote {
        margin: 50px 0; } }
    @media (max-width: 767.98px) {
      .article-residence-layout blockquote {
        padding: 60px 30px 20px 30px;
        background-position: 50% 26px; } }
    .article-residence-layout blockquote p {
      margin-bottom: 24px; }
    .article-residence-layout blockquote h5 {
      letter-spacing: 4px;
      line-height: 17px;
      color: #48A8C0;
      font-weight: 900; }
  .article-residence-layout .residency-article {
    color: #000000;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
    padding-bottom: 40px; }
    @media (max-width: 991.98px) {
      .article-residence-layout .residency-article {
        padding-bottom: 25px; } }
    .article-residence-layout .residency-article h3 {
      color: #48A8C0;
      font-size: 26px;
      letter-spacing: 0;
      line-height: 32px; }
  .article-residence-layout ul.list-unstyled {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .article-residence-layout ul.list-unstyled {
        margin-bottom: 20px; } }
    .article-residence-layout ul.list-unstyled li {
      width: calc(50% - 30px);
      padding: 0 0 10px 0; }
      @media (max-width: 767.98px) {
        .article-residence-layout ul.list-unstyled li {
          width: 100%; } }
      .article-residence-layout ul.list-unstyled li strong {
        display: block;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px;
        padding-bottom: 14px;
        font-weight: 900; }
  .article-residence-layout .list-view {
    width: calc(50% - 30px);
    padding-bottom: 65px; }
    @media (max-width: 991.98px) {
      .article-residence-layout .list-view {
        padding-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .article-residence-layout .list-view {
        width: 100%;
        padding-bottom: 30px; } }
    .article-residence-layout .list-view h4 {
      font-size: 22px;
      font-weight: 900;
      line-height: 32px;
      margin-bottom: 24px; }
    .article-residence-layout .list-view ul {
      margin: 0; }
      .article-residence-layout .list-view ul li {
        margin-bottom: 16px; }
  .article-residence-layout .email-box {
    border: 1px solid #D9D9D9;
    width: 100%;
    text-align: center;
    padding: 62px 100px;
    margin-bottom: 70px; }
    @media (max-width: 991.98px) {
      .article-residence-layout .email-box {
        margin-bottom: 20px;
        padding: 40px; } }
    @media (max-width: 575.98px) {
      .article-residence-layout .email-box {
        padding: 20px; } }
    .article-residence-layout .email-box h3 {
      margin: 0; }
      @media (max-width: 575.98px) {
        .article-residence-layout .email-box h3 {
          font-size: 19px;
          line-height: 1.2;
          word-break: break-word; } }
  .article-residence-layout .faq-wrap {
    padding-top: 40px; }
    .article-residence-layout .faq-wrap h2 {
      color: #1D1D1D;
      font-size: 50px;
      letter-spacing: 0;
      line-height: 55px;
      font-weight: 900;
      margin-bottom: 60px; }
      @media (max-width: 991.98px) {
        .article-residence-layout .faq-wrap h2 {
          margin-bottom: 40px; } }
      @media (max-width: 575.98px) {
        .article-residence-layout .faq-wrap h2 {
          font-size: 40px;
          line-height: 45px;
          margin-bottom: 30px; } }
    .article-residence-layout .faq-wrap ul {
      margin: 0; }
      @media (max-width: 991.98px) {
        .article-residence-layout .faq-wrap ul {
          padding-bottom: 0; } }
      .article-residence-layout .faq-wrap ul li {
        width: 100%;
        margin-bottom: 80px;
        color: #5D5D5D;
        padding: 0; }
        @media (max-width: 991.98px) {
          .article-residence-layout .faq-wrap ul li {
            margin-bottom: 50px; } }
        @media (max-width: 575.98px) {
          .article-residence-layout .faq-wrap ul li {
            font-size: 16px; } }
        .article-residence-layout .faq-wrap ul li h3 {
          color: #000000;
          font-size: 26px;
          letter-spacing: 0;
          line-height: 32px;
          margin-bottom: 24px; }
          @media (max-width: 575.98px) {
            .article-residence-layout .faq-wrap ul li h3 {
              font-size: 22px;
              line-height: 28px;
              margin-bottom: 16px; } }
        .article-residence-layout .faq-wrap ul li strong {
          font-weight: 900;
          display: inline-block;
          padding: 0; }
          @media (max-width: 575.98px) {
            .article-residence-layout .faq-wrap ul li strong {
              font-size: 16px; } }
  .article-residence-layout .recent-video.home-video-section {
    background: none;
    padding: 0; }
    .article-residence-layout .recent-video.home-video-section .newsEvents.video-news {
      background: none;
      overflow: visible;
      padding: 0; }
      .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .newsEventsContent {
        overflow: visible; }
      .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-list {
        margin-left: -15px;
        padding-bottom: 30px;
        margin-right: -15px; }
      .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-track {
        display: flex; }
      .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .news-box {
        margin: 0 15px; }
        .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .news-box a {
          cursor: pointer; }
          .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .news-box a:hover {
            box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15); }
      .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-arrow {
        font-size: 0px;
        outline: none;
        overflow: hidden;
        height: 50px;
        width: 50px;
        padding: 0;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        right: calc(100% + 30px);
        background: url("../img/left-arrow-green.png") no-repeat center center;
        border: 0;
        left: auto; }
        @media (max-width: 1299px) {
          .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-arrow {
            right: calc(100% + 10px); } }
        @media (max-width: 767.98px) {
          .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-arrow {
            right: calc(100% + 0px); } }
        .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-arrow.slick-next {
          right: auto;
          left: calc(100% + 30px);
          transform: translateY(-50%) rotate(180deg); }
          @media (max-width: 1299px) {
            .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-arrow.slick-next {
              left: calc(100% + 10px); } }
          @media (max-width: 767.98px) {
            .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-arrow.slick-next {
              left: calc(100% + 0px); } }
        .article-residence-layout .recent-video.home-video-section .newsEvents.video-news .video-slider .slick-arrow.slick-disabled {
          opacity: 0.4; }

.artist-in-data h3 {
  font-size: 21px;
  line-height: 26px; }

.artist-in-img-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .artist-in-img-block {
      flex-wrap: wrap;
      margin-bottom: 0px; } }
  .artist-in-img-block .artist-img {
    height: auto;
    width: 49%; }
    @media (max-width: 767.98px) {
      .artist-in-img-block .artist-img {
        width: 100%;
        margin-bottom: 30px; } }
    .artist-in-img-block .artist-img img {
      width: 100%;
      height: auto; }
    .artist-in-img-block .artist-img em {
      display: block;
      text-align: center;
      margin: 5px 0 0 0;
      font-size: 11px;
      line-height: 12px; }
  .artist-in-img-block.cols-3 .artist-img {
    width: 32%; }
    @media (max-width: 767.98px) {
      .artist-in-img-block.cols-3 .artist-img {
        width: 100%; } }

.article-residence-layout .list-view h4 {
  font-size: 18px; }

.artist-wrapper {
  margin-bottom: 30px; }
  .artist-wrapper .artist-in-img-block {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .artist-wrapper .artist-in-img-block .artist-img:last-child {
        margin-bottom: 0; } }
  .artist-wrapper span {
    display: block;
    text-align: center;
    font-style: italic;
    margin: 8px 0 0 0; }

.wfa-banner {
  padding: 174px 0px 110px; }
  .wfa-banner h6 {
    margin: 0 0 12px 0; }
  .wfa-banner h1 {
    margin: 0 0 60px 0; }
  .wfa-banner h3 {
    color: #ffffff;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .wfa-banner h3 br {
        display: none; } }
    .wfa-banner h3 + h6 {
      margin: 0 0 39px 0; }

.wfa-intro {
  background-color: #F2F2F2;
  padding: 140px 0; }
  @media (max-width: 991.98px) {
    .wfa-intro {
      padding: 70px 0; } }
  .wfa-intro p {
    color: #333F48; }
    .wfa-intro p:last-child {
      margin-bottom: 0; }
  .wfa-intro h2 {
    color: #1D1D1D;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .wfa-intro h2 {
        margin-bottom: 30px; } }
    @media (max-width: 991.98px) {
      .wfa-intro h2 br {
        display: none; } }
  .wfa-intro h6 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 4px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #9B9B9B; }

.wfa-opportunituies {
  padding-top: 160px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .wfa-opportunituies {
      padding: 70px 0; } }
  .wfa-opportunituies img.img-fluid {
    width: 100%;
    height: auto; }
    @media (max-width: 991.98px) {
      .wfa-opportunituies img.img-fluid {
        margin-bottom: 20px; } }
  .wfa-opportunituies h2 {
    margin-bottom: 36px;
    color: #1D1D1D; }
  .wfa-opportunituies p {
    color: #333F48; }
    .wfa-opportunituies p:last-child {
      margin-bottom: 0; }
  .wfa-opportunituies .sec1 {
    padding-bottom: 80px; }
    @media (max-width: 991.98px) {
      .wfa-opportunituies .sec1 {
        padding-bottom: 40px; } }
  .wfa-opportunituies .sec2 {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px; }
    @media (max-width: 991.98px) {
      .wfa-opportunituies .sec2 {
        padding-bottom: 40px;
        padding-top: 40px; } }
    .wfa-opportunituies .sec2 h2 {
      margin-bottom: 31px; }
  .wfa-opportunituies .sec3 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 991.98px) {
      .wfa-opportunituies .sec3 {
        padding-bottom: 0;
        padding-top: 40px; } }
  .wfa-opportunituies .icons-list {
    padding-top: 18px;
    padding-bottom: 52px; }
    .wfa-opportunituies .icons-list ul {
      margin: 0;
      padding: 0;
      justify-content: space-between;
      display: flex; }
      @media (max-width: 767.98px) {
        .wfa-opportunituies .icons-list ul {
          flex-direction: column;
          align-items: center; } }
      .wfa-opportunituies .icons-list ul li {
        padding: 0;
        margin: 0;
        text-align: center;
        width: 170px; }
        @media (max-width: 767.98px) {
          .wfa-opportunituies .icons-list ul li {
            margin-bottom: 20px; } }
        @media (max-width: 767.98px) {
          .wfa-opportunituies .icons-list ul li:last-child {
            margin-bottom: 0; } }
        .wfa-opportunituies .icons-list ul li:before {
          content: none; }
        .wfa-opportunituies .icons-list ul li .img-wrap {
          height: 59px;
          width: 59px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto 19px auto; }
          .wfa-opportunituies .icons-list ul li .img-wrap img {
            max-height: 59px;
            width: auto;
            height: auto; }
        .wfa-opportunituies .icons-list ul li span {
          font-size: 18px;
          line-height: 26px;
          color: #333F48; }

.wfa-faq {
  padding: 156px 0 151px 0;
  background: #F2F2F2; }
  @media (max-width: 991.98px) {
    .wfa-faq {
      padding: 70px 0; } }
  .wfa-faq h2 {
    margin-bottom: 36px;
    color: #1D1D1D; }
  .wfa-faq p {
    color: #333F48; }

.wfg-cta {
  position: relative;
  padding: 160px 0;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 991.98px) {
    .wfg-cta {
      padding: 70px 0; } }
  .wfg-cta h6 {
    margin-bottom: 20px;
    color: #C0CF13;
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase; }
  .wfg-cta h2 {
    margin-bottom: 36px; }
  .wfg-cta .div-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center; }
  .wfg-cta .btn-primary {
    margin-top: 6px; }

#workfromanywhere-form .modal-dialog {
  max-width: 770px; }
  @media (max-width: 991.98px) {
    #workfromanywhere-form .modal-dialog {
      margin-top: 50px;
      max-width: 90%; } }
  @media (max-width: 767.98px) {
    #workfromanywhere-form .modal-dialog {
      margin: 40px auto 20px auto; } }
  #workfromanywhere-form .modal-dialog .close {
    font-size: 0;
    position: absolute;
    z-index: 99998 !important;
    top: 0;
    right: -42px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    opacity: 1;
    background: none;
    outline: none; }
    @media (max-width: 991.98px) {
      #workfromanywhere-form .modal-dialog .close {
        top: -20px;
        right: 0; } }
  #workfromanywhere-form .modal-dialog .modal-content {
    padding: 60px 70px 50px 70px; }
    @media (max-width: 767.98px) {
      #workfromanywhere-form .modal-dialog .modal-content {
        padding: 30px; } }
    #workfromanywhere-form .modal-dialog .modal-content .modal-body {
      padding: 0; }
      #workfromanywhere-form .modal-dialog .modal-content .modal-body .h2 {
        line-height: 55px;
        margin-bottom: 42px; }
      #workfromanywhere-form .modal-dialog .modal-content .modal-body form .form-group {
        margin-bottom: 20px; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .form-group .input-validation-error {
          border-color: #DE4242; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .form-group .field-validation-error {
          font-size: 14px;
          line-height: 20px;
          color: #DE4242;
          margin-top: 8px;
          font-weight: 700;
          display: inline-block; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .form-group label {
          text-transform: uppercase;
          font-size: 12px;
          line-height: 15px;
          margin-bottom: 6px;
          display: block;
          letter-spacing: 3px;
          font-weight: 900;
          color: #333F48; }
      #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div {
        position: relative;
        margin-bottom: 20px; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div input[type="file"] {
          position: absolute;
          opacity: 0; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div.error-state label {
          border-color: #DE4242; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div.error-state .field-validation-error {
          font-size: 14px;
          line-height: 20px;
          color: #DE4242;
          margin-top: 8px;
          font-weight: 700;
          display: inline-block; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label {
          height: 100%;
          width: 100%;
          border-radius: 6px;
          cursor: pointer;
          padding: 55px 0;
          display: flex;
          border: 1px dashed #D9D9D9;
          justify-content: center;
          align-items: center;
          position: relative;
          flex-direction: column; }
          @media (max-width: 767.98px) {
            #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label {
              padding: 20px 0; } }
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label:before {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            background: transparent; }
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label:hover a {
            text-decoration: none;
            border-color: #48A8C0; }
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label span {
            font-size: 14px;
            line-height: 17px;
            color: #333F48;
            font-weight: 900;
            letter-spacing: normal;
            display: block;
            margin-bottom: 8px; }
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label small {
            color: #6F808C;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
            text-align: center; }
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label a {
            background: #ffffff;
            border: 1px solid #D9D9D9;
            color: #1D1D1D;
            text-align: center;
            text-transform: uppercase;
            font-weight: 900;
            font-size: 13px;
            line-height: 16px;
            letter-spacing: 2px;
            padding: 14px 22px;
            min-width: 138px;
            text-decoration: none;
            display: inline-block; }
            #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label a:hover {
              text-decoration: none;
              border-color: #48A8C0; }
            #workfromanywhere-form .modal-dialog .modal-content .modal-body form .file-upload-div label a img {
              display: inline-block;
              vertical-align: bottom;
              margin-right: 8px; }
      #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list {
        margin-bottom: 20px;
        padding: 40px;
        border: 1px dashed #D9D9D9;
        border-radius: 6px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
        @media (max-width: 767.98px) {
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list {
            display: block;
            padding: 15px; } }
        @media (max-width: 767.98px) {
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list .upload-file-name {
            margin-bottom: 15px; } }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list .upload-file-name .upfile-name {
          padding-right: 10px;
          font-size: 14px;
          font-weight: 900;
          letter-spacing: normal;
          line-height: 17px;
          text-transform: inherit;
          margin-bottom: 4px;
          display: block;
          color: #333F48; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list .upload-file-name .upfile-size {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #6F808C; }
        #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list .upload-file-action a {
          background: #ffffff;
          border: 1px solid #D9D9D9;
          color: #1D1D1D;
          text-align: center;
          text-transform: uppercase;
          font-weight: 900;
          font-size: 13px;
          line-height: 16px;
          letter-spacing: 2px;
          padding: 14px 22px;
          min-width: 138px;
          text-decoration: none;
          display: inline-block; }
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list .upload-file-action a:hover {
            text-decoration: none;
            border-color: #48A8C0; }
          #workfromanywhere-form .modal-dialog .modal-content .modal-body form .upload-file-list .upload-file-action a img {
            display: inline-block;
            vertical-align: bottom;
            margin-right: 8px; }

.work-fromanywhere #workfromanywhere-form {
  z-index: 999111; }

.work-fromanywhere .modal-backdrop {
  z-index: 9999; }

.loader-upload {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 6px;
  top: 0px; }
  .loader-upload .spinner-border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0; }

.disclaimer-text {
  color: #6F808C; }

.bar-admission {
  background: #F2F2F2;
  width: 100%;
  padding: 80px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .bar-admission {
      flex-wrap: wrap;
      padding: 40px; } }
  .bar-admission .bar-data {
    font-size: 18px;
    line-height: 26px;
    color: #333F48;
    font-weight: 400;
    width: calc(100% - 290px); }
    @media (max-width: 991.98px) {
      .bar-admission .bar-data {
        width: 100%; } }
    .bar-admission .bar-data h2 {
      line-height: 55px;
      color: #1d1d1d;
      margin-bottom: 36px; }
  .bar-admission .img-wrapper {
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .bar-admission .img-wrapper {
        margin-bottom: 20px; } }
    .bar-admission .img-wrapper img {
      max-height: 170px;
      max-width: 170px;
      height: auto;
      width: auto; }

/**** ARTIST LANDING ****/
.artist-banner {
  min-height: 798px;
  padding-top: 140px;
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .artist-banner {
      min-height: 0;
      padding-top: 110px;
      padding-bottom: 60px; } }
  .artist-banner h1 {
    margin-bottom: 62px;
    line-height: 55px; }
    .artist-banner h1 {
      font-size: 40px; }
      @media screen and (min-width: 350px) {
        .artist-banner h1 {
          font-size: calc(40px + 14 * ((100vw - 350px) / 850)); } }
      @media screen and (min-width: 1200px) {
        .artist-banner h1 {
          font-size: 54px; } }
    @media (max-width: 991.98px) {
      .artist-banner h1 {
        margin-bottom: 40px; } }
  .artist-banner .artist-banner-desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    max-width: 770px;
    margin: 0 auto; }
    .artist-banner .artist-banner-desc .quote {
      background-color: rgba(0, 0, 0, 0.25);
      background-image: url("../img/artist-quote.svg");
      background-position: center 40px;
      background-repeat: no-repeat;
      padding: 84px 70px 40px 70px;
      margin-top: 80px;
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      color: #FFFFFF; }
      @media (max-width: 991.98px) {
        .artist-banner .artist-banner-desc .quote {
          margin-top: 40px;
          background-position: center 25px;
          padding: 60px 20px 30px 20px; } }
      .artist-banner .artist-banner-desc .quote span {
        margin-bottom: 28px;
        display: inline-block; }
      .artist-banner .artist-banner-desc .quote .author {
        display: flex;
        justify-content: center;
        align-items: center; }
        .artist-banner .artist-banner-desc .quote .author img {
          margin-right: 12px;
          min-width: 32px;
          height: auto;
          max-width: 32px; }
        .artist-banner .artist-banner-desc .quote .author strong {
          font-weight: 900;
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF; }

.artist-program-section {
  font-size: 18px;
  line-height: 26px;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #1D1D1D; }
  @media (max-width: 991.98px) {
    .artist-program-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .artist-program-section h2 {
    font-weight: 700;
    color: #1D1D1D;
    margin-bottom: 40px; }
  .artist-program-section span {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #1D1D1D; }
  .artist-program-section .desc-quote {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E4E4E4;
    background-image: url("../img/white-quote.svg");
    background-position: center 40px;
    background-repeat: no-repeat;
    padding: 84px 70px 40px 70px;
    margin-top: 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #1D1D1D;
    border-top: 4px solid #C0CF13; }
    @media (max-width: 991.98px) {
      .artist-program-section .desc-quote {
        margin-top: 20px;
        background-position: center 25px;
        padding: 60px 20px 30px 20px; } }
    .artist-program-section .desc-quote span {
      margin-bottom: 28px;
      display: inline-block;
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      color: #1D1D1D; }
    .artist-program-section .desc-quote .author img {
      margin-right: 12px;
      min-width: 32px;
      height: auto;
      max-width: 32px; }
    .artist-program-section .desc-quote .author strong {
      font-weight: 900;
      font-size: 16px;
      line-height: 24px;
      color: #1D1D1D; }

.artist-offices {
  background: #F4F4F4;
  padding: 100px 0px 52px 0px; }
  @media (max-width: 991.98px) {
    .artist-offices {
      padding: 60px 0 12px 0; } }
  .artist-offices [class^="col-"] {
    margin-bottom: 48px; }
    .artist-offices [class^="col-"] h2 {
      margin: 0; }
  .artist-offices .office-wrapper {
    position: relative;
    transition: all 0.3s ease; }
    .artist-offices .office-wrapper:hover {
      box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1); }
      .artist-offices .office-wrapper:hover .office-link a {
        color: #48A8C0; }
    .artist-offices .office-wrapper .img-wrapper {
      position: relative;
      height: 240px;
      display: block;
      width: 100%; }
      .artist-offices .office-wrapper .img-wrapper .div-img {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; }
    .artist-offices .office-wrapper .office-link {
      padding: 24px;
      background: #FFFFFF;
      border-width: 0px 1px 1px 1px;
      border-style: solid;
      border-color: #E4E4E4; }
      .artist-offices .office-wrapper .office-link a {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        transition: all 0.3s ease;
        margin-bottom: 4px;
        text-decoration: none;
        color: #1D1D1D; }
      .artist-offices .office-wrapper .office-link span {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        display: block;
        color: #48A8C0; }

.artist-list-section {
  padding-top: 74px;
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    .artist-list-section {
      padding-bottom: 60px; } }
  .artist-list-section [class^="col-"] {
    margin-bottom: 48px; }
    .artist-list-section [class^="col-"] h2 {
      margin: 0; }
  .artist-list-section .artist-wrapper {
    padding: 24px;
    border: 1px solid #E4E4E4;
    position: relative;
    margin-bottom: 0;
    transition: all 0.3s ease;
    background: #FFFFFF; }
    .artist-list-section .artist-wrapper:hover {
      box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08); }
      .artist-list-section .artist-wrapper:hover .artist-detail a {
        color: #C0CF13; }
    .artist-list-section .artist-wrapper .img-wrapper {
      position: relative;
      height: 296px;
      display: block;
      margin-bottom: 20px;
      width: 100%; }
      .artist-list-section .artist-wrapper .img-wrapper .notification {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #FFFFFF;
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        z-index: 1;
        right: 0;
        padding: 8px 12px;
        background: #14656B;
        font-style: normal; }
      .artist-list-section .artist-wrapper .img-wrapper .div-img {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; }
    .artist-list-section .artist-wrapper .artist-detail a {
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      transition: all 0.3s ease;
      margin-bottom: 4px;
      text-decoration: none;
      color: #1D1D1D; }
    .artist-list-section .artist-wrapper .artist-detail span {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      font-style: normal;
      display: block;
      color: #5D5D5D;
      text-align: left;
      margin: 0; }

.artist-cta {
  padding: 116px 0;
  background: #14656B;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff; }
  @media (max-width: 991.98px) {
    .artist-cta {
      padding: 70px 0; } }
  .artist-cta h2 {
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 32px; }
  .artist-cta .btn {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    margin-right: 16px;
    margin-bottom: 10px; }
    .artist-cta .btn:hover, .artist-cta .btn:focus, .artist-cta .btn:active {
      border-color: #fff !important;
      color: #48A8C0 !important;
      background-color: #fff !important; }

.artist-press-release {
  padding-top: 148px;
  padding-bottom: 74px; }
  @media (max-width: 991.98px) {
    .artist-press-release {
      padding: 70px 0 30px 0; } }
  .artist-press-release h2 {
    margin-bottom: 48px; }
  .artist-press-release .artist-press .slick-list {
    overflow: visible; }
  .artist-press-release .artist-press .item {
    padding: 40px;
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    max-width: 370px;
    opacity: 0.3;
    position: relative;
    min-height: 324px;
    margin: 0 15px;
    transition: all 0.3s ease;
    border-color: #E4E4E4;
    border-top: 4px solid #C0CF13; }
    @media (max-width: 1199.98px) {
      .artist-press-release .artist-press .item {
        padding: 20px; } }
    @media (max-width: 767.98px) {
      .artist-press-release .artist-press .item {
        max-width: 270px;
        padding: 25px; } }
    .artist-press-release .artist-press .item:hover {
      box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
      border-top: 4px solid #48A8C0; }
      .artist-press-release .artist-press .item:hover a .post-title {
        color: #48A8C0; }
    .artist-press-release .artist-press .item.slick-active {
      opacity: 1; }
    .artist-press-release .artist-press .item a {
      text-decoration: none; }
      .artist-press-release .artist-press .item a .post-date {
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        display: block;
        color: #333F48;
        margin-bottom: 8px; }
      .artist-press-release .artist-press .item a .post-title {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        display: block;
        text-decoration: none;
        color: #1D1D1D;
        transition: all 0.3s ease; }
        @media (max-width: 767.98px) {
          .artist-press-release .artist-press .item a .post-title {
            font-size: 20px;
            line-height: 26px; } }
  .artist-press-release .artist-press .slick-arrow.slick-prev {
    background: url("../img/artist-left-arrow.svg") no-repeat 0 0;
    width: 13px;
    height: 26px;
    left: -70px;
    background-size: 13px; }
    @media (max-width: 1360px) {
      .artist-press-release .artist-press .slick-arrow.slick-prev {
        left: -15px; } }
    @media (max-width: 1199.98px) {
      .artist-press-release .artist-press .slick-arrow.slick-prev {
        height: 50px;
        width: 50px;
        background-size: 13px;
        background-position: left center; } }
    @media (max-width: 767.98px) {
      .artist-press-release .artist-press .slick-arrow.slick-prev {
        left: 0; } }
  .artist-press-release .artist-press .slick-arrow.slick-next {
    background: url("../img/artist-right-arrow.svg") no-repeat 0 0;
    width: 13px;
    right: -70px;
    height: 26px;
    background-size: 13px; }
    @media (max-width: 1360px) {
      .artist-press-release .artist-press .slick-arrow.slick-next {
        right: -15px; } }
    @media (max-width: 1199.98px) {
      .artist-press-release .artist-press .slick-arrow.slick-next {
        height: 50px;
        width: 50px;
        background-size: 13px;
        background-position: right center; } }
    @media (max-width: 767.98px) {
      .artist-press-release .artist-press .slick-arrow.slick-next {
        right: 0; } }
  .artist-press-release.threeitems .artist-press {
    display: flex;
    align-items: flex-start; }
    @media (max-width: 991.98px) {
      .artist-press-release.threeitems .artist-press {
        flex-wrap: wrap; } }
    .artist-press-release.threeitems .artist-press .item {
      width: 30.6%;
      opacity: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .artist-press-release.threeitems .artist-press .item {
          width: 100%;
          min-height: 170px;
          height: auto; } }

/**** ARTIST OFFICE DETAIL ****/
.artist-detail-cta {
  padding-top: 132px;
  padding-bottom: 132px; }
  @media (max-width: 991.98px) {
    .artist-detail-cta {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .artist-detail-cta .cta-data {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 63px 100px;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .artist-detail-cta .cta-data {
        padding: 30px 20px; } }
    @media (max-width: 767.98px) {
      .artist-detail-cta .cta-data {
        font-size: 17px;
        line-height: 26px; } }
    .artist-detail-cta .cta-data a {
      text-decoration: none;
      color: #C0CF13; }

.artist-faq {
  background: #F4F4F4;
  padding-top: 120px;
  padding-bottom: 115px; }
  @media (max-width: 991.98px) {
    .artist-faq {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .artist-faq .accordion-box > h4 {
    color: #1D1D1D; }
    .artist-faq .accordion-box > h4[aria-expanded="true"] {
      color: #48A8C0; }
  .artist-faq .accordion-box:hover h4 {
    color: #48A8C0; }

.artist-residency {
  padding-top: 80px;
  font-size: 22px;
  padding-bottom: 52px;
  line-height: 32px;
  color: #1D1D1D; }
  @media (max-width: 991.98px) {
    .artist-residency {
      padding-top: 60px;
      padding-bottom: 22px; } }
  .artist-residency h2 {
    margin-bottom: 40px; }
  .artist-residency .artist-schedule {
    margin-top: 70px; }
    @media (max-width: 991.98px) {
      .artist-residency .artist-schedule {
        margin-top: 30px; } }
    .artist-residency .artist-schedule .schedule-list {
      margin-bottom: 48px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 991.98px) {
        .artist-residency .artist-schedule .schedule-list {
          margin-bottom: 20px; } }
      .artist-residency .artist-schedule .schedule-list .img-wrapper {
        height: 32px;
        width: 32px;
        margin-right: 30px;
        align-items: center;
        display: flex;
        justify-content: center; }
        .artist-residency .artist-schedule .schedule-list .img-wrapper img {
          min-width: 32px;
          height: auto;
          max-width: 32px; }
      .artist-residency .artist-schedule .schedule-list .desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #1D1D1D; }
        .artist-residency .artist-schedule .schedule-list .desc span {
          font-weight: 900;
          display: block;
          margin-bottom: 20px;
          font-size: 20px;
          line-height: 28px;
          color: #1D1D1D; }

.artist-detail-sticky {
  padding-top: 80px; }
  .artist-detail-sticky .container {
    max-width: 1200px;
    padding: 0 15px; }
  .artist-detail-sticky.in-view {
    padding: 0; }
    @media (min-width: 992px) {
      .artist-detail-sticky.in-view {
        top: 80px !important;
        position: fixed; } }
  .artist-detail-sticky ul {
    justify-content: flex-start; }
    @media (max-width: 991.98px) {
      .artist-detail-sticky ul {
        border-bottom: 0; } }
    .artist-detail-sticky ul li {
      margin-right: 40px; }
      @media (max-width: 991.98px) {
        .artist-detail-sticky ul li {
          margin-right: 0; } }
      .artist-detail-sticky ul li a {
        padding-bottom: 3px; }
        .artist-detail-sticky ul li a.active {
          border-color: #C0CF13; }
  .artist-detail-sticky .toggle-title:before {
    position: absolute;
    content: "";
    top: 19px;
    right: 0;
    background: url("../img/arrow-bottom-new.png") no-repeat center center;
    height: 15px;
    width: 19px;
    display: inline-block; }
  .artist-detail-sticky .toggle-title.expand:before {
    transform: rotate(-180deg); }

.artist-office-banner {
  min-height: 645px; }
  @media (max-width: 991.98px) {
    .artist-office-banner {
      min-height: 0; } }
  .artist-office-banner .artist-banner-desc {
    max-width: 100%; }
    .artist-office-banner .artist-banner-desc .quote {
      padding: 44px 48px;
      margin-top: 0;
      background: rgba(0, 0, 0, 0.25);
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #FFFFFF; }
      @media (max-width: 991.98px) {
        .artist-office-banner .artist-banner-desc .quote {
          padding: 25px 15px; } }
      .artist-office-banner .artist-banner-desc .quote p:last-child {
        margin: 0; }
      .artist-office-banner .artist-banner-desc .quote span {
        font-weight: 900;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
        color: #FFFFFF; }
      .artist-office-banner .artist-banner-desc .quote a {
        color: #48A8C0;
        text-decoration: none; }

.artist-apply {
  padding-top: 100px;
  padding-bottom: 52px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }
  @media (max-width: 991.98px) {
    .artist-apply {
      padding-top: 60px;
      padding-bottom: 20px; } }
  .artist-apply h2 {
    margin-bottom: 40px; }
  .artist-apply .apply-box {
    padding: 48px;
    background: #F4F4F4;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1D1D1D; }
    @media (max-width: 1199.98px) {
      .artist-apply .apply-box {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .artist-apply .apply-box {
        padding: 20px;
        font-size: 16px;
        line-height: 22px; } }
    .artist-apply .apply-box a {
      color: #48A8C0;
      text-decoration: none; }
    .artist-apply .apply-box p:last-child {
      margin: 0; }
  .artist-apply .apply-desc {
    padding-right: 95px; }
    @media (max-width: 1199.98px) {
      .artist-apply .apply-desc {
        padding-right: 0; } }
    .artist-apply .apply-desc .apply-loop {
      margin-bottom: 48px; }
      .artist-apply .apply-desc .apply-loop strong {
        font-size: 19px;
        line-height: 28px;
        display: block;
        margin-bottom: 20px;
        color: #1D1D1D; }
      .artist-apply .apply-desc .apply-loop ul {
        margin-bottom: 0; }
        .artist-apply .apply-desc .apply-loop ul li {
          margin-bottom: 16px;
          font-weight: 400;
          font-size: 18px;
          line-height: 26px;
          color: #1D1D1D; }
          .artist-apply .apply-desc .apply-loop ul li:last-child {
            margin-bottom: 0; }

.office-detail-artist {
  padding-top: 100px; }
  @media (max-width: 991.98px) {
    .office-detail-artist {
      padding-top: 60px; } }

.artist-detail-desc {
  padding-top: 40px; }
  .artist-detail-desc .artist-quote {
    padding: 32px 24px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    position: relative;
    border-color: #E4E4E4;
    border-top: 4px solid #C0CF13; }
    @media (max-width: 991.98px) {
      .artist-detail-desc .artist-quote {
        margin-bottom: 30px; } }
    .artist-detail-desc .artist-quote a:hover {
      text-decoration: none; }
    .artist-detail-desc .artist-quote .quote-date {
      font-weight: 500;
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 8px;
      display: block;
      color: #333F48; }
    .artist-detail-desc .artist-quote .quote-text {
      font-weight: 500;
      font-size: 22px;
      line-height: 32px;
      color: #1D1D1D; }
  .artist-detail-desc .artist-desc {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #1D1D1D; }

.artist-detail-banner .div-img {
  height: 435px; }
  @media (max-width: 991.98px) {
    .artist-detail-banner .div-img {
      height: 100%; } }

@media (max-width: 991.98px) {
  .artist-detail-banner .right-info {
    margin-top: 30px; } }

.artist-detail-banner .img-wrapper {
  position: relative;
  height: 360px;
  display: block;
  margin-bottom: 0;
  width: 270px; }
  .artist-detail-banner .img-wrapper .notification {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    padding: 8px 12px;
    background: #14656B; }
  .artist-detail-banner .img-wrapper .div-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

.artist-detail-banner.atn-dtl-bnr .atn-basic-details {
  max-width: 100%; }

.artist-detail-banner.atn-dtl-bnr .name-info {
  padding-bottom: 40px; }

.artist-detail-banner.atn-dtl-bnr .extra-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
  max-width: 100%;
  float: left; }
  .artist-detail-banner.atn-dtl-bnr .extra-info span {
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF; }

.artist-detail-banner.atn-dtl-bnr .atn-basic-details h1 {
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 55px; }

.artist-detail-banner.atn-dtl-bnr .atn-basic-details span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #C0CF13; }

.artist-video-popup {
  z-index: 10000; }
  @media (max-width: 991.98px) {
    .artist-video-popup .modal-dialog {
      max-width: 90%;
      margin: 0 auto; } }
  .artist-video-popup .modal-content {
    padding: 20px; }
    .artist-video-popup .modal-content .modal-body {
      padding: 0; }
  .artist-video-popup .close {
    position: absolute;
    right: -16%;
    top: -36px;
    height: 20px;
    width: 20px;
    background-image: url("../img/modal-close.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    opacity: 1 !important; }
    @media (max-width: 1199.98px) {
      .artist-video-popup .close {
        right: -50px; } }
    @media (max-width: 991.98px) {
      .artist-video-popup .close {
        right: -20px;
        top: -50px; } }
    .artist-video-popup .close:hover {
      opacity: 1 !important; }

.artist-video {
  height: 433px;
  position: relative;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .artist-video {
      height: 343px; } }
  @media (max-width: 767.98px) {
    .artist-video {
      height: 275px; } }
  @media (max-width: 575.98px) {
    .artist-video {
      height: 175px; } }
  .artist-video .div-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }
  .artist-video a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    top: 0;
    position: absolute; }
    .artist-video a img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 767.98px) {
        .artist-video a img {
          height: 100px; } }

/*# sourceMappingURL=app.css.map */
