/* -----------------------------------------------------------------------------
Import CORE LIBS, GLOBALS
----------------------------------------------------------------------------- */
/* BOOTSTRAP ---------------------------------------------------------------- */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 767px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1640px; }
  @media (min-width: 480px) {
    .container {
      max-width: 420px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1380px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

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

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

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

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 479.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: 766.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: 1023.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: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .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' 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: center right calc(0.375em + 0.1875rem);
  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 .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.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((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

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

.was-validated .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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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 .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.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((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

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

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-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: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    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 {
    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 {
    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 {
    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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
        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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      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 {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -ms-transform: translateX(0.75rem);
        transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

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

@media (min-width: 480px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 767px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 1024px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1400px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          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 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

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

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

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 480px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card: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: 480px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

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

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

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

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

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

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

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 480px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

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

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

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

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

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

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

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

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  -ms-flex: 1;
      flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

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

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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); }

.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;
    -ms-transform: translate(0, -50px);
        transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -ms-transform: none;
        transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 480px) {
  .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); }
  .modal-sm {
    max-width: 300px; } }

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

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

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .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) * -1);
    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) * -1); }
    .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) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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 {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -ms-transform: none;
      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: 0s 0.6s opacity; }
  @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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 767px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 480px) {
  .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: 767px) {
  .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: 1024px) {
  .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: 1400px) {
  .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; } }

.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: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !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; } }

/* GLOBALS ---------------------------------------------------------------- */
/*
$container-max-widths: (
  sm: 600px,
  md: 800px,
  lg: 1000px,
  xl: 1220px
);
*/
.container-fluid {
  padding: 0px; }

.todo {
  display: none; }

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

.shadow-t-b {
  box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15) !important; }

.shadow-all {
  box-shadow: 0.1rem 0.1rem 1.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }

/*
$container-max-widths: (
  sm: 600px,
  md: 800px,
  lg: 1000px,
  xl: 1220px
);
*/
.container-fluid {
  padding: 0px; }

.todo {
  display: none; }

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

.shadow-t-b {
  box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15) !important; }

.shadow-all {
  box-shadow: 0.1rem 0.1rem 1.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }

/* -----------------------------------------------------------------------------
Import BASE
----------------------------------------------------------------------------- */
/*
$container-max-widths: (
  sm: 600px,
  md: 800px,
  lg: 1000px,
  xl: 1220px
);
*/
.container-fluid {
  padding: 0px; }

.todo {
  display: none; }

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

.shadow-t-b {
  box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15) !important; }

.shadow-all {
  box-shadow: 0.1rem 0.1rem 1.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }

/*
$container-max-widths: (
  sm: 600px,
  md: 800px,
  lg: 1000px,
  xl: 1220px
);
*/
.container-fluid {
  padding: 0px; }

.todo {
  display: none; }

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

.shadow-t-b {
  box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15) !important; }

.shadow-all {
  box-shadow: 0.1rem 0.1rem 1.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    background-repeat: no-repeat; }
  .container-fluid {
    background-repeat: no-repeat; }
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  p {
    font-size: 16px;
    line-height: 1.2 !important; }
  li {
    font-size: 16px; }
  a {
    color: #008065;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none; }
    a:hover {
      text-decoration: none; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    max-width: 700px;
    background-repeat: no-repeat; }
  .container-fluid {
    background-repeat: no-repeat; }
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 18px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 16px; }
  p {
    font-size: 16px;
    line-height: 1.2 !important; }
  li {
    font-size: 16px; }
  a {
    color: #008065;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none; }
    a:hover {
      text-decoration: none; } }

@media (min-width: 1025px) {
  .container {
    width: 100%; }
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 18px; }
  p {
    font-size: 18px;
    line-height: 1.2 !important; }
  li {
    font-size: 18px; }
  a {
    color: #008065;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none; }
    a:hover {
      text-decoration: none; } }

.spacer {
  padding-top: 20px; }

.margin-0 {
  margin: 0; }

.margin-a-0 {
  margin: 0 auto; }

.padding-0 {
  padding: 0; }

.padding-10 {
  padding: 10px; }

.todo {
  display: none; }

.button-green {
  color: #ffffff !important;
  background-image: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%) !important;
  text-transform: uppercase; }

.button-green:hover {
  background-image: linear-gradient(360deg, #008375 0%, #004e46 63%) !important;
  color: #ffffff !important; }

.button-green:active {
  background-image: linear-gradient(360deg, #02a493 44%, #004e46 93%) !important;
  color: #ffffff !important; }

.button-orange {
  color: #ffffff !important;
  background: linear-gradient(180deg, #020024 0%, #e87800 0%, #da7002 51%) !important;
  display: block;
  text-transform: uppercase; }

.button-orange:hover {
  background: linear-gradient(180deg, #020024 0%, #e87800 0%, #da7002 51%) !important;
  color: #ffffff !important; }

.button-orange:active {
  background: linear-gradient(180deg, #020024 0%, #e87800 0%, #da7002 51%) !important;
  color: #ffffff !important; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.learnmore {
  color: #008065;
  text-transform: uppercase; }
  .learnmore:hover {
    color: #02AC9A; }
  .learnmore:active {
    color: #02AC9A; }

body {
  font-family: canada-type-gibson, Arial, sans-serif; }

th, td {
  text-align: center;
  text-align: -webkit-center; }

.optanon-alert-box-wrapper {
  position: sticky !important;
  top: 0 !important;
  min-height: 150px !important; }

@media (min-width: 0px) and (max-width: 500px) {
  .optanon-alert-box-wrapper {
    position: sticky !important;
    top: 0 !important;
    min-height: 150px !important; } }

@media (min-width: 501px) and (max-width: 767px) {
  .optanon-alert-box-wrapper {
    position: sticky !important;
    top: 0 !important;
    min-height: 130px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .optanon-alert-box-wrapper {
    position: sticky !important;
    top: 0 !important;
    min-height: 130px !important; } }

@media (min-width: 1024px) and (max-width: 1367px) {
  .optanon-alert-box-wrapper {
    position: sticky !important;
    top: 0 !important;
    min-height: 90px !important; } }

@media (min-width: 1368px) {
  .optanon-alert-box-wrapper {
    position: sticky !important;
    top: 0 !important;
    min-height: 65px !important; } }

body {
  -ms-transform: none !important;
      transform: none !important; }

#table-image-popover.fade {
  transition: none !important; }
  #table-image-popover.fade:not(.show) {
    opacity: 1 !important; }

/* 
INCLUDES 
**********************************************************************************

1.0 - Global
 ---- 1.0.1 - Header
 ---- 1.0.2 - Footer
 ---- 1.0.3 - Forms 
 ---- 1.0.4 - Inputs
 ---- 1.0.5 - Modals
 ---- 1.0.6 - Pagination
 ---- 1.0.7 - Section Table

1.1 - Homepage
 ---- 1.1.1 - Jumbotron
 ---- 1.1.2 - Featured Items
 ---- 1.1.3 - Featured Brands
 ---- 1.1.4 - Featured

 1.2 - Department
 ---- 1.0.1 - Header (Inside)
 ---- 1.1.1 - Jumbotron (Inside)
 ---- 1.2.1 - Categories Grid
 ---- 1.2.2 - Marketing Grid
 ---- 1.2.3 - Department Feature
 ---- 1.2.4 - Popular

 1.3 - Product Category
 ---- 1.3.1 - Category Splash
 ---- 1.3.2 - Product Grid
 ---- 1.3.3 - Description Block
	 --- WOO --- Product Specs Tabs
	 --- WOO --- Services

 1.4 - Product Detail
 ---- 1.4.1 - Product Splash
 ---- 1.4.2 - Product Description
 ---- 1.4.3 - Product Specifications

 1.5 - Cart
 ---- 1.5.1 - Cart

 1.6 - Account Form
 ---- 1.6.1 - Account Form
 ---- 1.6.2 - Account Layout

 1.7 - Order Confirmation
 ---- 1.7.1 - Order Confirmation
 ---- 1.7.2 - Order Confirmation Summary (table)

 1.8 - Checkout Page
 ---- 1.8.1 - Checkout Form
 ---- 1.8.2 - Preheader Notice

 1.9 - Full Width Layout
 ---- 1.9.1 - Full Width
 
 2.0 - Search
 ---- 2.0.1 - Search Results

*/
/* -----------------------------------------------------------------------------
1.0 Global
----------------------------------------------------------------------------- */
/* 1.0.1 - Header */
@media (min-width: 1025px) and (max-width: 1367px) {
  header {
    max-height: 200px;
    margin: 0 auto; }
    header .container {
      /*max-width: none;
            width: 100%;*/ }
      header .container .logo.mobile {
        display: none; }
    header .web {
      padding-top: 22px; }
    header .utility {
      background: #f8f8f8;
      padding: 7px 0; }
      header .utility .utility-text {
        float: left;
        display: table-cell;
        padding-left: 0; }
        header .utility .utility-text a, header .utility .utility-text i {
          font-style: arial;
          font-size: 12px;
          color: #008065;
          text-decoration: none;
          font-weight: 500; }
          header .utility .utility-text a:hover, header .utility .utility-text i:hover {
            color: #008065; }
          header .utility .utility-text a:active, header .utility .utility-text i:active {
            color: #008065; }
        header .utility .utility-text i {
          color: #008065;
          font-family: FontAwesome; }
      header .utility .utility-nav-wrapper {
        float: right;
        padding-right: 0; }
        header .utility .utility-nav-wrapper > ul {
          float: left;
          margin-bottom: 0;
          width: auto; }
          header .utility .utility-nav-wrapper > ul li {
            float: left;
            list-style-type: none;
            /*margin-right: 20px;*/ }
        header .utility .utility-nav-wrapper .utility-nav {
          float: right; }
          header .utility .utility-nav-wrapper .utility-nav > li > a {
            color: #363636;
            font-weight: 500;
            font-size: 12px; }
          header .utility .utility-nav-wrapper .utility-nav li:last-child:after {
            content: '';
            padding-right: 0; }
          header .utility .utility-nav-wrapper .utility-nav li:after {
            content: '|';
            font-size: 15px;
            padding-right: 22px;
            padding-left: 22px; }
        header .utility .utility-nav-wrapper .utility-language {
          float: right; }
          header .utility .utility-nav-wrapper .utility-language > li > a {
            color: #363636;
            font-weight: lighter;
            font-size: 12px; }
          header .utility .utility-nav-wrapper .utility-language li:last-child:after {
            content: '';
            padding: 0; }
          header .utility .utility-nav-wrapper .utility-language li:after {
            content: '|';
            font-size: 15px;
            padding-right: 22px;
            padding-left: 22px; }
    header .container .branding {
      float: left;
      display: table-cell; }
    header .container .search-panel {
      float: right;
      width: 70%;
      margin-top: 20px; }
      header .container .search-panel .search-control-list {
        padding: 0;
        text-align: right;
        margin-left: 0;
        padding-top: 0%;
        width: 100%;
        float: right; }
        header .container .search-panel .search-control-list li {
          list-style: none;
          float: right;
          margin-left: 1%;
          min-width: 297px; }
          header .container .search-panel .search-control-list li span {
            width: 80%;
            float: left;
            position: relative;
            max-width: 230px; }
            header .container .search-panel .search-control-list li span i {
              position: absolute;
              left: 10px;
              font-size: 15px;
              color: black;
              top: 50%;
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
            header .container .search-panel .search-control-list li span input {
              font-size: 12px;
              border-radius: 7px;
              border: 2px solid #cfcfd0;
              padding: 10px 10px 10px 25px;
              width: 100%; }
              header .container .search-panel .search-control-list li span input:placeholder {
                padding-left: 1%; }
          header .container .search-panel .search-control-list li button {
            width: 58px;
            margin-left: 3%;
            float: left;
            padding: 7px 5px;
            background-image: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
            border-color: #008375;
            color: #ffffff;
            border-radius: 10px;
            line-height: 1.35; }
        header .container .search-panel .search-control-list .check-stock-li {
          width: 36%; }
    header .container .nav-wrapper {
      float: right;
      clear: right;
      display: table-cell;
      width: 100%; }
      header .container .nav-wrapper .primary-nav {
        font-size: 17px;
        font-weight: bold;
        float: right;
        width: 100%;
        text-align: right; }
        header .container .nav-wrapper .primary-nav .primary-nav-list {
          padding-left: 0;
          width: 105%;
          margin: 0;
          list-style: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          margin-top: 15px; }
          header .container .nav-wrapper .primary-nav .primary-nav-list > li {
            vertical-align: middle;
            padding-left: 1%;
            width: auto;
            display: inline-block;
            padding-bottom: 5px;
            font-weight: 500; }
            header .container .nav-wrapper .primary-nav .primary-nav-list > li:hover > div {
              display: block; }
            header .container .nav-wrapper .primary-nav .primary-nav-list > li:first-child {
              padding-left: 0; }
            header .container .nav-wrapper .primary-nav .primary-nav-list > li > a {
              color: #003057;
              text-transform: uppercase;
              font-weight: 400; } }

@media (min-width: 1368px) {
  header {
    max-height: 200px;
    margin: 0 auto; }
    header .container {
      /*max-width: none;
            width: 100%;*/ }
      header .container .logo.mobile {
        display: none; }
    header .web {
      padding-top: 22px; }
    header .utility {
      background: #f8f8f8;
      padding: 7px 0; }
      header .utility .utility-text {
        float: left;
        display: table-cell;
        padding-left: 0; }
        header .utility .utility-text a, header .utility .utility-text i {
          font-style: arial;
          font-size: 12px;
          color: #008065;
          text-decoration: none;
          font-weight: 500; }
          header .utility .utility-text a:hover, header .utility .utility-text i:hover {
            color: #008065; }
          header .utility .utility-text a:active, header .utility .utility-text i:active {
            color: #008065; }
        header .utility .utility-text i {
          color: #008065;
          font-family: FontAwesome; }
      header .utility .utility-nav-wrapper {
        float: right;
        padding-right: 0; }
        header .utility .utility-nav-wrapper > ul {
          float: left;
          margin-bottom: 0;
          width: auto; }
          header .utility .utility-nav-wrapper > ul li {
            float: left;
            list-style-type: none;
            /*margin-right: 20px;*/ }
        header .utility .utility-nav-wrapper .utility-nav {
          float: right; }
          header .utility .utility-nav-wrapper .utility-nav > li > a {
            color: #363636;
            font-weight: 500;
            font-size: 12px; }
          header .utility .utility-nav-wrapper .utility-nav li:last-child:after {
            content: '';
            padding-right: 0; }
          header .utility .utility-nav-wrapper .utility-nav li:after {
            content: '|';
            font-size: 15px;
            padding-right: 22px;
            padding-left: 22px; }
        header .utility .utility-nav-wrapper .utility-language {
          float: right; }
          header .utility .utility-nav-wrapper .utility-language > li > a {
            color: #363636;
            font-weight: lighter;
            font-size: 12px; }
          header .utility .utility-nav-wrapper .utility-language li:last-child:after {
            content: '';
            padding: 0; }
          header .utility .utility-nav-wrapper .utility-language li:after {
            content: '|';
            font-size: 15px;
            padding-right: 22px;
            padding-left: 22px; }
    header .container .branding {
      float: left;
      display: table-cell; }
    header .container .search-panel {
      float: right;
      width: 70%;
      margin-top: 20px; }
      header .container .search-panel .search-control-list {
        padding: 0;
        text-align: right;
        margin-left: 0;
        padding-top: 0%;
        width: 100%;
        float: right; }
        header .container .search-panel .search-control-list li {
          list-style: none;
          float: right;
          margin-left: 1%;
          min-width: 297px; }
          header .container .search-panel .search-control-list li span {
            width: 80%;
            float: left;
            position: relative;
            max-width: 230px; }
            header .container .search-panel .search-control-list li span i {
              position: absolute;
              left: 10px;
              font-size: 15px;
              color: black;
              top: 50%;
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
            header .container .search-panel .search-control-list li span input {
              font-size: 12px;
              border-radius: 7px;
              border: 2px solid #cfcfd0;
              padding: 10px 10px 10px 25px;
              width: 100%; }
              header .container .search-panel .search-control-list li span input:placeholder {
                padding-left: 1%; }
          header .container .search-panel .search-control-list li button {
            width: 58px;
            margin-left: 3%;
            float: left;
            padding: 7px 5px;
            background-image: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
            border-color: #008375;
            color: #ffffff;
            border-radius: 10px;
            line-height: 1.35; }
        header .container .search-panel .search-control-list .check-stock-li {
          width: 36%; }
    header .container .nav-wrapper {
      float: right;
      clear: right;
      display: table-cell;
      width: 100%; }
      header .container .nav-wrapper .primary-nav {
        font-size: 17px;
        font-weight: bold;
        float: right;
        width: 100%;
        text-align: right; }
        header .container .nav-wrapper .primary-nav .primary-nav-list {
          padding-left: 0;
          width: 100%;
          margin: 0;
          list-style: none;
          margin-top: 5px; }
          header .container .nav-wrapper .primary-nav .primary-nav-list > li {
            vertical-align: middle;
            padding-left: 1%;
            padding-right: 1%;
            width: auto;
            display: inline-block;
            padding-bottom: 18px;
            font-weight: 500; }
            header .container .nav-wrapper .primary-nav .primary-nav-list > li:hover > div {
              display: block; }
            header .container .nav-wrapper .primary-nav .primary-nav-list > li:last-child {
              padding-right: 0; }
            header .container .nav-wrapper .primary-nav .primary-nav-list > li > a {
              color: #003057;
              text-transform: uppercase;
              font-weight: 400; } }

@media (max-width: 1025px) {
  .mobile-nav {
    display: block; }
  .search-panel {
    display: none; } }

@media (min-width: 1026px) {
  .mobile-nav {
    display: none; } }

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 320px) {
  .container {
    padding-top: 9px; }
    .container .branding {
      width: 60%;
      float: left; }
      .container .branding .logo.mobile {
        display: block;
        padding-bottom: 10px !important; }
      .container .branding .logo.web {
        display: none; } }

@media (min-width: 320px) and (max-width: 1024px) {
  header {
    height: 67.9px;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    z-index: 3;
    transition: all ease .5s;
    overflow: hidden; }
    header .container {
      padding-top: 9px; }
      header .container .branding {
        width: 60%;
        float: left; }
        header .container .branding .logo.mobile {
          display: block;
          padding-bottom: 10px !important; }
        header .container .branding .logo.web {
          display: none; }
      header .container .mobile-nav {
        float: right;
        padding-top: 10px; }
        header .container .mobile-nav > ul {
          padding: 0;
          list-style: none;
          float: left;
          margin-top: 0;
          margin-bottom: 0; }
          header .container .mobile-nav > ul li {
            margin: 0;
            display: inline-block;
            float: left; }
            header .container .mobile-nav > ul li a {
              padding: 0.5rem 0.5rem 0.5rem; }
              header .container .mobile-nav > ul li a i {
                display: inline-block;
                vertical-align: middle;
                color: #008375;
                font-size: 24px;
                cursor: pointer; }
            header .container .mobile-nav > ul li .btn {
              color: #003057; }
  .utility {
    display: none; }
  .primary-nav-list {
    display: none; } }

.breadcrumb-container {
  background: #f8f8f8; }
  .breadcrumb-container .breadcrumb {
    background: none;
    margin-bottom: 0px; }
    .breadcrumb-container .breadcrumb > li {
      color: #AA182C;
      text-transform: uppercase;
      padding-left: 3px;
      font-size: 11px; }
      .breadcrumb-container .breadcrumb > li > a {
        color: #AA182C;
        font-weight: 400;
        text-transform: uppercase; }
      .breadcrumb-container .breadcrumb > li:first-child {
        padding-left: 0; }

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 2px !important; }

@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumb-container {
    background: #f8f8f8; }
    .breadcrumb-container .breadcrumb {
      background: none;
      margin-bottom: 0px;
      padding-left: 10px; }
      .breadcrumb-container .breadcrumb > li {
        color: #AA182C;
        text-transform: uppercase;
        padding-left: 3px;
        font-size: 11px; }
        .breadcrumb-container .breadcrumb > li > a {
          color: #AA182C;
          font-weight: 400;
          text-transform: uppercase; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .breadcrumb-container {
    background: #f8f8f8; }
    .breadcrumb-container .breadcrumb {
      background: none;
      margin-bottom: 0px;
      padding-left: 10px; }
      .breadcrumb-container .breadcrumb > li {
        color: #AA182C;
        text-transform: uppercase;
        padding-left: 3px;
        font-size: 12px; }
        .breadcrumb-container .breadcrumb > li > a {
          color: #AA182C;
          font-weight: 400;
          text-transform: uppercase; } }

@media (min-width: 1201px) {
  .breadcrumb-container {
    background: #f8f8f8; }
    .breadcrumb-container .breadcrumb {
      background: none;
      margin-bottom: 0px;
      padding-left: 0px;
      padding-top: 5px;
      padding-bottom: 5px; }
      .breadcrumb-container .breadcrumb > li {
        color: #AA182C;
        text-transform: uppercase;
        padding-left: 3px;
        font-size: 16px; }
        .breadcrumb-container .breadcrumb > li > a {
          color: #AA182C;
          font-weight: 400;
          text-transform: uppercase; } }

footer {
  position: relative;
  clear: both;
  overflow: hidden;
  background-image: linear-gradient(#003057, #00203B);
  color: #ffffff; }
  footer .container {
    padding: 40px;
    position: relative;
    padding-bottom: 15px; }
    footer .container > img {
      position: absolute;
      top: 150px;
      left: 30px; }
    footer .container .row {
      padding: 0; }
    footer .container .footer-left {
      width: 400px;
      float: left;
      padding: 0; }
      footer .container .footer-left .vline {
        float: left; }
      footer .container .footer-left .footer-tag-line {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 0;
        padding-top: 20px; }
        footer .container .footer-left .footer-tag-line p {
          padding-top: 20px;
          font-size: 16px;
          font-weight: 300; }
      footer .container .footer-left ul.social-media {
        margin-left: 20px; }
    footer .container .footer-right {
      float: left; }
      footer .container .footer-right ul.footer-links {
        list-style: none; }
        footer .container .footer-right ul.footer-links > li {
          float: left;
          margin-right: 1%;
          width: 19%;
          line-height: 1.4;
          font-style: normal;
          font-weight: 600; }
          footer .container .footer-right ul.footer-links > li > a {
            color: #ffffff;
            text-transform: uppercase;
            font-size: 15px;
            font-style: normal; }
          footer .container .footer-right ul.footer-links > li ul {
            padding: 0px;
            list-style: none;
            font-style: normal;
            margin-top: 10px; }
            footer .container .footer-right ul.footer-links > li ul > li > a {
              color: #ffffff;
              font-size: 12px;
              display: block;
              font-style: normal;
              margin-bottom: 5px;
              padding-bottom: 15px; }
    footer .container .footer-bottom {
      clear: both;
      margin-top: 50px;
      margin: 0 auto;
      padding: 0; }
      footer .container .footer-bottom .footer-bottom-link {
        float: left;
        width: auto;
        padding-left: 12px;
        margin-top: 100px;
        margin-left: 20px; }
        footer .container .footer-bottom .footer-bottom-link > li {
          width: 100%;
          display: inline;
          margin-right: 20px; }
          footer .container .footer-bottom .footer-bottom-link > li a {
            color: #ffffff;
            font-style: normal;
            font-size: 15px;
            font-weight: 400; }
      footer .container .footer-bottom .footer-copyright {
        float: left; }
    footer .container .margin-0 {
      padding-left: 0;
      margin: 0; }
      footer .container .margin-0 ul.social-media {
        list-style: none;
        margin-top: 20px; }
        footer .container .margin-0 ul.social-media > li a {
          color: #ffffff; }
          footer .container .margin-0 ul.social-media > li a:hover {
            color: #ffffff; }
          footer .container .margin-0 ul.social-media > li a:active {
            color: #ffffff; }
          footer .container .margin-0 ul.social-media > li a i {
            width: 40px;
            height: 25px;
            float: left;
            font-size: 25px; }

.copyright-text {
  font-size: 14px;
  font-weight: 400;
  padding-top: 4px;
  margin: 0 auto; }

@media (min-width: 1368px) {
  footer {
    position: relative;
    clear: both;
    overflow: hidden;
    background-image: linear-gradient(#003057, #00203B);
    color: #ffffff; }
    footer .container .footer-left {
      width: 100%; }
      footer .container .footer-left .footer-tag-line {
        margin: 0 auto; }
    footer .container .footer-right {
      float: left; }
      footer .container .footer-right ul.footer-links {
        list-style: none; }
        footer .container .footer-right ul.footer-links > li {
          float: left;
          margin-right: 1%;
          width: 19%;
          line-height: 1.4;
          font-style: normal;
          font-weight: 400; }
          footer .container .footer-right ul.footer-links > li > a {
            color: #ffffff;
            text-transform: uppercase;
            font-size: 17px;
            font-style: normal;
            font-weight: 400; }
          footer .container .footer-right ul.footer-links > li ul {
            padding: 0px;
            list-style: none;
            font-style: normal;
            margin-top: 10px; }
            footer .container .footer-right ul.footer-links > li ul > li > a {
              color: #ffffff;
              font-size: 15px;
              display: block;
              font-style: normal;
              margin-bottom: 5px;
              padding-bottom: 15px;
              font-weight: 400; }
    footer .container .branding a {
      display: table;
      float: none; }
    footer .container img.vline {
      float: left;
      margin: 0 15px; }
    footer .container .footer-bottom ul.footer-bottom-link {
      width: 100%;
      float: none;
      position: relative;
      list-style: none;
      margin: 0;
      padding-left: 30px; }
      footer .container .footer-bottom ul.footer-bottom-link > li {
        width: auto;
        text-align: left;
        margin: 0;
        margin-right: 0px;
        padding: 0px 20px 10px 0px;
        display: inline-block; }
        footer .container .footer-bottom ul.footer-bottom-link > li a {
          color: #ffffff;
          text-transform: uppercase; }
    footer .container .margin-0 {
      padding-left: 0;
      margin: 0 auto; }
      footer .container .margin-0 ul.social-media {
        display: table;
        float: none;
        list-style: none;
        padding: 0px; }
        footer .container .margin-0 ul.social-media > li {
          width: 40px;
          height: 25px;
          float: left; } }

@media (max-width: 766.98px) {
  footer {
    position: relative;
    clear: both;
    overflow: hidden;
    background-image: linear-gradient(#003057, #00203B);
    color: #ffffff; }
    footer .container {
      padding: 0;
      position: relative; }
      footer .container > img {
        position: absolute;
        left: 25px;
        top: 125px; }
      footer .container .footer-left {
        width: 100%; }
        footer .container .footer-left .footer-tag-line {
          padding-top: 0;
          padding-left: 17%; }
          footer .container .footer-left .footer-tag-line p {
            padding-top: 0;
            text-align: left; }
      footer .container .footer-right {
        display: none; }
      footer .container .branding a {
        margin: 0 auto;
        display: table;
        float: none;
        padding: 30px 0px; }
      footer .container img.vline {
        float: left;
        margin: 0 15px; }
      footer .container .footer-bottom {
        margin: 0 auto;
        padding: 25px 15px; }
        footer .container .footer-bottom .row div {
          width: 100%; }
          footer .container .footer-bottom .row div ul.footer-bottom-link {
            width: 100%;
            float: none;
            position: relative;
            list-style: none;
            text-align: center;
            margin: 0px;
            padding-left: 0; }
            footer .container .footer-bottom .row div ul.footer-bottom-link > li {
              width: auto;
              text-align: left;
              padding-left: 5%;
              display: inline-block;
              margin-right: 0px; }
              footer .container .footer-bottom .row div ul.footer-bottom-link > li a {
                color: #ffffff;
                text-transform: uppercase; }
        footer .container .footer-bottom p {
          text-align: center; }
        footer .container .footer-bottom .copyright-text {
          text-align: center;
          font-size: 14px; }
      footer .container .margin-0 {
        padding-left: 0;
        margin-left: 17%; }
        footer .container .margin-0 ul.social-media {
          display: table;
          float: none;
          list-style: none;
          padding: 0px;
          margin: 0px; }
          footer .container .margin-0 ul.social-media > li {
            width: 40px;
            height: 25px;
            float: left; } }

@media (min-width: 901px) and (max-width: 1367px) {
  footer {
    position: relative;
    clear: both;
    overflow: hidden;
    background: linear-gradient(#003057, #00203B);
    color: #ffffff; }
    footer .container {
      padding-right: 0;
      padding-left: 0; }
      footer .container .footer-bar-img {
        position: absolute;
        top: 150px;
        left: 12px; }
      footer .container .footer-left {
        width: 100%;
        text-align: center; }
        footer .container .footer-left .footer-tag-line {
          margin: 0 auto;
          padding-top: 30px;
          padding-left: 50px; }
          footer .container .footer-left .footer-tag-line p {
            text-align: left; }
      footer .container .footer-right {
        float: left; }
        footer .container .footer-right ul.footer-links {
          list-style: none; }
          footer .container .footer-right ul.footer-links > li {
            float: left;
            margin-right: 1%;
            width: 32% !important;
            line-height: 1.4;
            font-style: normal;
            font-weight: 400; }
            footer .container .footer-right ul.footer-links > li > a {
              color: #ffffff;
              text-transform: uppercase;
              font-size: 15px;
              font-style: normal;
              font-weight: 400; }
            footer .container .footer-right ul.footer-links > li ul {
              padding: 0px;
              list-style: none;
              font-style: normal;
              margin-top: 10px; }
              footer .container .footer-right ul.footer-links > li ul > li > a {
                color: #ffffff;
                font-size: 13px;
                display: block;
                font-style: normal;
                margin-bottom: 5px;
                padding-bottom: 5px;
                font-weight: 400; }
      footer .container .branding a {
        margin: 0 auto;
        display: table;
        float: none;
        padding: 0px 0px; }
      footer .container img.vline {
        float: left;
        margin: 0 15px; }
      footer .container .footer-bottom ul.footer-bottom-link {
        width: 100%;
        float: none;
        position: relative;
        list-style: none;
        margin: 0 auto;
        padding-left: 30PX; }
        footer .container .footer-bottom ul.footer-bottom-link > li {
          width: auto;
          text-align: left;
          margin: 0;
          padding: 0 20px;
          display: inline-block; }
          footer .container .footer-bottom ul.footer-bottom-link > li a {
            color: #ffffff;
            text-transform: uppercase; }
      footer .container .footer-bottom .copyright-text {
        text-align: center;
        padding-top: 0 !important; }
      footer .container .margin-0 {
        padding-left: 40px;
        margin: 0 auto; }
        footer .container .margin-0 ul.social-media {
          display: table;
          float: none;
          list-style: none;
          padding: 0px;
          margin: 0px; }
          footer .container .margin-0 ul.social-media > li {
            width: 40px;
            height: 25px;
            float: left; } }

@media (min-width: 768px) and (max-width: 900px) {
  footer {
    position: relative;
    clear: both;
    overflow: hidden;
    background: linear-gradient(#003057, #00203B);
    color: #ffffff; }
    footer .container .footer-bar-img {
      position: absolute;
      top: 140px;
      left: 50px; }
    footer .container .footer-left {
      width: 100%;
      text-align: center; }
      footer .container .footer-left .footer-tag-line {
        margin: 0 auto;
        padding-top: 15px;
        padding-left: 50px; }
        footer .container .footer-left .footer-tag-line p {
          text-align: left; }
    footer .container .footer-right {
      float: left; }
      footer .container .footer-right ul.footer-links {
        list-style: none; }
        footer .container .footer-right ul.footer-links > li {
          float: left;
          margin-right: 1%;
          width: 32% !important;
          line-height: 1.4;
          font-style: normal;
          font-weight: 400; }
          footer .container .footer-right ul.footer-links > li > a {
            color: #ffffff;
            text-transform: uppercase;
            font-size: 15px;
            font-style: normal; }
          footer .container .footer-right ul.footer-links > li ul {
            padding: 0px;
            list-style: none;
            font-style: normal;
            margin-top: 10px; }
            footer .container .footer-right ul.footer-links > li ul > li > a {
              color: #ffffff;
              font-size: 12px;
              display: block;
              font-style: normal;
              margin-bottom: 5px;
              padding-bottom: 5px;
              font-weight: 500; }
    footer .container .branding a {
      margin: 0 auto;
      display: table;
      float: none;
      padding: 0px 0px; }
    footer .container img.vline {
      float: left;
      margin: 0 15px; }
    footer .container .footer-bottom ul.footer-bottom-link {
      width: 100%;
      float: none;
      position: relative;
      list-style: none;
      margin: 0 auto;
      text-align: center; }
      footer .container .footer-bottom ul.footer-bottom-link > li {
        width: auto;
        text-align: left;
        margin: 0;
        padding: 0 20px;
        display: inline-block; }
        footer .container .footer-bottom ul.footer-bottom-link > li a {
          color: #ffffff;
          text-transform: uppercase; }
    footer .container .footer-bottom .copy-right {
      text-align: left;
      font-size: 14px; }
    footer .container .margin-0 {
      padding-left: 40px;
      margin: 0 auto;
      padding-bottom: 20px;
      margin-left: 0; }
      footer .container .margin-0 ul.social-media {
        display: table;
        float: none;
        list-style: none;
        padding: 0px;
        margin: 0px; }
        footer .container .margin-0 ul.social-media > li {
          width: 40px;
          height: 25px;
          float: left; } }

.copyright-text {
  font-size: 14px;
  font-weight: 400;
  padding-top: 4px; }

.article-body-container {
  background: #eaeaea;
  background-image: linear-gradient(#ffffff, #eaeaea);
  display: flow-root; }

.body-container {
  display: flow-root;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

@media (max-width: 766.98px) {
  .generic {
    padding-bottom: 20px; }
    .generic .container {
      padding: 0px; }
      .generic .container p {
        color: #000000;
        font-weight: 300; }
      .generic .container h1 {
        color: #003057;
        margin-bottom: 10px; }
      .generic .container h2 {
        color: #003057;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 400; }
      .generic .container h3 {
        color: #008065;
        margin-bottom: 15px;
        font-weight: 400; }
      .generic .container h4 {
        line-height: 1;
        color: #000000;
        margin-top: 10px;
        font-weight: 400; }
      .generic .container h5 {
        line-height: 1;
        color: #000000;
        font-weight: 400; }
      .generic .container p {
        color: #363636;
        line-height: 1;
        text-align: left;
        margin-top: 15px; }
      .generic .container li {
        font-style: italic;
        font-weight: 300; }
      .generic .container img {
        float: unset;
        display: unset;
        max-width: 100%; }
      .generic .container p.quota {
        color: #008065;
        font-size: 21px;
        border-top: 2px dashed #008065;
        border-bottom: 2px dashed #008065;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; }
      .generic .container u {
        color: #008065; }
    .generic .article-img {
      padding: 0 !important; }
      .generic .article-img img {
        padding: 0;
        display: block;
        height: auto;
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px; } }

@media (min-width: 1025px) {
  .container {
    margin: 0 auto;
    padding: 0px; }
  .generic {
    padding-bottom: 20px; }
    .generic h1 {
      color: #003057;
      margin-bottom: 50px;
      padding-left: 8.33%;
      padding-right: 100px; }
    .generic .container {
      padding: 0px; }
      .generic .container .article-img {
        float: right; }
        .generic .container .article-img img {
          width: 100%;
          padding: 10px;
          display: block;
          height: auto;
          float: right;
          max-width: 100%;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
      .generic .container img {
        float: unset;
        display: unset;
        max-width: 100%; }
      .generic .container p {
        color: #000000;
        font-weight: 300; }
      .generic .container h1 {
        color: #003057;
        margin-bottom: 10px;
        margin: 0 auto; }
      .generic .container h2 {
        color: #003057;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 400; }
      .generic .container h3 {
        color: #008065;
        margin-bottom: 15px;
        font-weight: 400; }
      .generic .container h4 {
        line-height: 1;
        color: #000000;
        font-weight: 400;
        padding-left: 0; }
      .generic .container h5 {
        line-height: 1;
        color: #000000;
        font-weight: 400; }
      .generic .container p {
        color: #363636;
        line-height: 1;
        text-align: left;
        margin-top: 15px; }
      .generic .container li {
        font-style: italic;
        font-weight: 300; }
      .generic .container p.quota {
        color: #008065;
        font-size: 21px;
        border-top: 2px dashed #008065;
        border-bottom: 2px dashed #008065;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; }
      .generic .container u {
        color: #008065; }
  .article-content {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 30px;
    color: #363636;
    line-height: 1;
    text-align: left;
    margin-top: 15px;
    font-weight: 300; } }

.article-content {
  color: #363636;
  line-height: 1;
  text-align: left;
  margin-top: 15px;
  font-weight: 300; }

@media (min-width: 768px) and (max-width: 1024px) {
  .generic {
    padding-bottom: 20px; }
    .generic h1 {
      color: #003057;
      padding-left: 10px; }
    .generic .container {
      padding: 0px; }
      .generic .container .article-img {
        float: right; }
        .generic .container .article-img img {
          padding: 10px;
          display: block;
          height: auto;
          width: 100%;
          float: right; }
      .generic .container img {
        float: unset;
        display: unset;
        max-width: 100%; }
      .generic .container p {
        color: #000000;
        font-weight: 300; }
      .generic .container h1 {
        color: #003057;
        margin-bottom: 10px; }
      .generic .container h2 {
        color: #003057;
        margin-top: 15px;
        margin-bottom: 15px; }
      .generic .container h3 {
        color: #008065;
        margin-bottom: 15px; }
      .generic .container h4 {
        line-height: 1;
        color: #000000;
        font-weight: 400;
        margin-top: 10px;
        padding: 0; }
      .generic .container h5 {
        line-height: 1;
        color: #000000;
        font-weight: 400; }
      .generic .container p {
        color: #363636;
        line-height: 1;
        text-align: left;
        margin-top: 15px; }
      .generic .container li {
        font-style: italic;
        font-weight: 300; }
      .generic .container p.quota {
        color: #008065;
        font-size: 21px;
        border-top: 2px dashed #008065;
        border-bottom: 2px dashed #008065;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2;
        font-weight: 300; }
      .generic .container u {
        color: #008065; }
    .generic .col-md-12 {
      padding-left: 0px; } }

.article-heading {
  padding: 0px; }

.article-content table {
  text-align: center;
  -ms-flex-align: center;
      align-items: center; }
  .article-content table tbody tr td {
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
    padding: 10px; }
  .article-content table thead tr th {
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
    padding: 10px; }

.article-content figcaption {
  padding: 20px; }

@media (min-width: 1368px) {
  .article-content iframe {
    width: 560px !important;
    height: 315px !important; } }

@media (min-width: 0px) and (max-width: 500px) {
  .article-content iframe {
    width: 100% !important; } }

@media (min-width: 501px) and (max-width: 767px) {
  .article-content iframe {
    width: 100% !important;
    height: 300px !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .article-content iframe {
    width: 100% !important;
    height: 310px; } }

@media (min-width: 1024px) and (max-width: 1367px) {
  .article-content iframe {
    width: 500px !important; } }

.h1-content {
  padding-top: 1.5%;
  padding-bottom: 2.5%;
  margin-left: 11%;
  font-size: 36px; }

#font-class {
  font-size: 24px; }

.article {
  padding-bottom: 20px; }
  .article ul {
    list-style: disc;
    font-weight: 300;
    padding-inline-start: 40px; }
  .article ol {
    list-style-type: decimal;
    font-weight: 300;
    padding-inline-start: 40px; }
  .article figcaption {
    padding: 20px; }
  @media (min-width: 1368px) {
    .article iframe {
      width: 560px !important;
      height: 315px !important; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .article iframe {
      width: 100% !important;
      height: 215px; } }
  @media (min-width: 501px) and (max-width: 767px) {
    .article iframe {
      width: 100% !important;
      height: 285px !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .article iframe {
      width: 100% !important;
      height: 310px; } }
  @media (min-width: 1024px) and (max-width: 1367px) {
    .article iframe {
      width: 500px !important;
      height: 330px; } }

#st-1 .st-btn > img {
  padding: 0; }

@media (min-width: 1368px) {
  .video-player {
    width: 50%; } }

@media (min-width: 0px) and (max-width: 500px) {
  .video-player {
    width: 100%; } }

@media (min-width: 501px) and (max-width: 767px) {
  .video-player {
    width: 70%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .video-player {
    width: 70%; } }

@media (min-width: 1024px) and (max-width: 1367px) {
  .video-player {
    width: 50%; } }

@media (min-width: 1024px) {
  .carouselExampleIndicators {
    margin-top: 15px; }
    .carouselExampleIndicators .carousel {
      position: relative;
      padding-top: 20px; }
    .carouselExampleIndicators .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 5px; }
    .carouselExampleIndicators .carousel-item {
      position: relative;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      perspective: 1000px;
      min-height: 400px; } }
    @media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
      .carouselExampleIndicators .carousel-item {
        transition: none; } }

@media (min-width: 1024px) {
    .carouselExampleIndicators .carousel-item.active,
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .carousel-item-prev {
      display: block; }
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .carousel-item-prev {
      position: absolute;
      top: 0; }
    .carouselExampleIndicators .carousel-item-next.carousel-item-left,
    .carouselExampleIndicators .carousel-item-prev.carousel-item-right {
      -ms-transform: translateX(0);
          transform: translateX(0); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-next.carousel-item-left,
        .carouselExampleIndicators .carousel-item-prev.carousel-item-right {
          transform: translate3d(0, 0, 0); } }
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .active.carousel-item-right {
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-next,
        .carouselExampleIndicators .active.carousel-item-right {
          transform: translate3d(100%, 0, 0); } }
    .carouselExampleIndicators .carousel-item-prev,
    .carouselExampleIndicators .active.carousel-item-left {
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-prev,
        .carouselExampleIndicators .active.carousel-item-left {
          transform: translate3d(-100%, 0, 0); } }
    .carouselExampleIndicators .carousel-control-prev,
    .carouselExampleIndicators .carousel-control-next {
      position: absolute;
      top: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 50px;
      color: #fff;
      text-align: center;
      opacity: 0.5; }
      .carouselExampleIndicators .carousel-control-prev:hover, .carouselExampleIndicators .carousel-control-prev:focus,
      .carouselExampleIndicators .carousel-control-next:hover,
      .carouselExampleIndicators .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9; }
    .carouselExampleIndicators .carousel-control-prev {
      left: 0; }
    .carouselExampleIndicators .carousel-control-next {
      right: 0; }
    .carouselExampleIndicators .carousel-control-prev-icon,
    .carouselExampleIndicators .carousel-control-next-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%; }
    .carouselExampleIndicators .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
      position: absolute;
      left: 15%; }
    .carouselExampleIndicators .carousel-control-next-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
      position: absolute;
      right: 15%; }
    .carouselExampleIndicators .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 10px;
      left: 0;
      z-index: 15;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-left: 0;
      margin-right: 50px;
      margin-left: 50px;
      list-style: none; }
      .carouselExampleIndicators .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5); }
        .carouselExampleIndicators .carousel-indicators li::before {
          position: absolute;
          top: -10px;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 10px;
          content: ""; }
        .carouselExampleIndicators .carousel-indicators li::after {
          position: absolute;
          bottom: -10px;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 10px;
          content: ""; }
      .carouselExampleIndicators .carousel-indicators .active {
        background-color: #fff; }
    .carouselExampleIndicators .hero-background-img-desktop {
      position: absolute;
      top: 0;
      width: 100%;
      background-size: cover;
      bottom: 0;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 5px; }
    .carouselExampleIndicators .carousel-caption-left-center {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left !important;
      -ms-transform: translate(15%, 15%);
          transform: translate(15%, 15%); }
      .carouselExampleIndicators .carousel-caption-left-center img {
        float: left;
        margin-right: 10px;
        margin-top: 10px; }
      .carouselExampleIndicators .carousel-caption-left-center h5 {
        color: #F7BE00;
        font-size: 36px;
        font-weight: 300;
        text-align: left; }
      .carouselExampleIndicators .carousel-caption-left-center p {
        font-size: 19px;
        padding-bottom: 10px;
        font-weight: 300;
        text-align: left; }
      .carouselExampleIndicators .carousel-caption-left-center a {
        border: 1px solid white;
        color: white;
        padding: 10px;
        width: 150px;
        border-radius: 5px;
        margin-top: 20px;
        font-style: none;
        text-align: center;
        position: absolute;
        text-transform: uppercase;
        left: 30px; }
        .carouselExampleIndicators .carousel-caption-left-center a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .carousel-caption-left-bottom {
      bottom: 0;
      left: 0;
      width: 50%;
      position: absolute !important;
      -ms-transform: translate(15%, 15%);
          transform: translate(15%, 15%);
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left !important; }
      .carouselExampleIndicators .carousel-caption-left-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px; }
      .carouselExampleIndicators .carousel-caption-left-bottom h5 {
        color: #F7BE00;
        font-size: 36px;
        font-weight: 300;
        text-align: left; }
      .carouselExampleIndicators .carousel-caption-left-bottom p {
        font-size: 19px;
        padding-bottom: 10px;
        font-weight: 300;
        text-align: left; }
      .carouselExampleIndicators .carousel-caption-left-bottom a {
        border: 1px solid white;
        color: white;
        padding: 10px;
        width: 150px;
        border-radius: 5px;
        margin-top: 20px;
        font-style: none;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 30px; }
        .carouselExampleIndicators .carousel-caption-left-bottom a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .carousel-caption-right-center {
      position: absolute;
      width: 45%;
      right: 0;
      margin: 0 0 0 auto;
      padding-right: 25px;
      padding-top: 25px;
      color: #fff;
      text-align: left !important;
      -ms-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%); }
      .carouselExampleIndicators .carousel-caption-right-center img {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        display: none; }
      .carouselExampleIndicators .carousel-caption-right-center h5 {
        color: #F7BE00;
        font-size: 36px;
        font-weight: 300;
        text-align: right; }
      .carouselExampleIndicators .carousel-caption-right-center p {
        font-size: 19px;
        padding-bottom: 10px;
        font-weight: 300;
        text-align: right; }
      .carouselExampleIndicators .carousel-caption-right-center a {
        border: 1px solid white;
        color: white;
        padding: 10px;
        width: 150px;
        border-radius: 5px;
        margin-top: 20px;
        font-style: none;
        text-align: center;
        float: right;
        text-transform: uppercase; }
        .carouselExampleIndicators .carousel-caption-right-center a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .carousel-caption-right-bottom {
      position: absolute;
      width: 45%;
      right: 0;
      bottom: 0;
      margin: 0 0 0 auto;
      padding-right: 25px;
      padding-top: 25px;
      color: #fff;
      text-align: left !important;
      -ms-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%); }
      .carouselExampleIndicators .carousel-caption-right-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        display: none; }
      .carouselExampleIndicators .carousel-caption-right-bottom h5 {
        color: #F7BE00;
        font-size: 36px;
        font-weight: 300;
        text-align: right; }
      .carouselExampleIndicators .carousel-caption-right-bottom p {
        font-size: 19px;
        padding-bottom: 10px;
        font-weight: 300;
        text-align: right; }
      .carouselExampleIndicators .carousel-caption-right-bottom a {
        border: 1px solid white;
        color: white;
        padding: 10px;
        width: 150px;
        border-radius: 5px;
        margin-top: 20px;
        font-style: none;
        float: right;
        text-transform: uppercase;
        text-align: center; }
        .carouselExampleIndicators .carousel-caption-right-bottom a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom h5, .carouselExampleIndicators .dark .carousel-caption-left-center h5, .carouselExampleIndicators .dark .carousel-caption-right-bottom h5, .carouselExampleIndicators .dark .carousel-caption-right-center h5 {
      color: #F7BE00; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom a, .carouselExampleIndicators .dark .carousel-caption-left-center a, .carouselExampleIndicators .dark .carousel-caption-right-bottom a, .carouselExampleIndicators .dark .carousel-caption-right-center a {
      color: white;
      border: 1px solid #ffffff; }
      .carouselExampleIndicators .dark .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-left-center a:hover, .carouselExampleIndicators .dark .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-right-center a:hover {
        color: #ffffff; }
    .carouselExampleIndicators .dark .carousel-control-prev {
      border: none; }
      .carouselExampleIndicators .dark .carousel-control-prev i {
        color: #F7BE00;
        font-size: 40px;
        position: absolute;
        left: 20px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .dark .carousel-control-next {
      border: none; }
      .carouselExampleIndicators .dark .carousel-control-next i {
        color: #F7BE00;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .dark .mobile-hero-img {
      display: none;
      height: auto !important; }
    .carouselExampleIndicators .dark .desktop-hero-img {
      display: block;
      height: auto !important; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom h5, .carouselExampleIndicators .light .carousel-caption-left-center h5, .carouselExampleIndicators .light .carousel-caption-right-bottom h5, .carouselExampleIndicators .light .carousel-caption-right-center h5 {
      color: #003057; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom p, .carouselExampleIndicators .light .carousel-caption-left-center p, .carouselExampleIndicators .light .carousel-caption-right-bottom p, .carouselExampleIndicators .light .carousel-caption-right-center p {
      color: #000000; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom a, .carouselExampleIndicators .light .carousel-caption-left-center a, .carouselExampleIndicators .light .carousel-caption-right-bottom a, .carouselExampleIndicators .light .carousel-caption-right-center a {
      border: 1px solid #008065;
      color: #008065; }
      .carouselExampleIndicators .light .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-left-center a:hover, .carouselExampleIndicators .light .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-right-center a:hover {
        color: #008065; }
    .carouselExampleIndicators .light .carousel-control-prev {
      border: none; }
      .carouselExampleIndicators .light .carousel-control-prev i {
        color: #003057;
        font-size: 40px;
        position: absolute;
        left: 20px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .light .carousel-control-next {
      border: none; }
      .carouselExampleIndicators .light .carousel-control-next i {
        color: #003057;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .light .mobile-hero-img {
      display: none !important;
      height: auto !important; }
    .carouselExampleIndicators .light .desktop-hero-img {
      display: block !important;
      height: auto !important; }
  .home-bg {
    background-size: cover;
    background-repeat-x: repeat; }
  .d-flex {
    display: -ms-flexbox;
    display: flex; } }

.demo {
  background: linear-gradient(to right, #ffcccc, #d3d3d3); }

.post-slide2 {
  margin: 0 15px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
  margin-bottom: 2em; }
  .post-slide2 .post-img {
    overflow: hidden; }
    .post-slide2 .post-img img {
      width: 100%;
      height: auto;
      -ms-transform: scale(1);
          transform: scale(1);
      transition: all 1s ease-in-out 0s; }
  .post-slide2:hover .post-img img {
    -ms-transform: scale(1.08);
        transform: scale(1.08); }
  .post-slide2 .post-content {
    background: #fff;
    padding: 20px; }
  .post-slide2 .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize; }
    .post-slide2 .post-title a {
      display: inline-block;
      color: #808080;
      transition: all 0.3s ease 0s; }
      .post-slide2 .post-title a:hover {
        color: #3d3030;
        text-decoration: none; }
  .post-slide2 .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px; }
  .post-slide2 .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none; }
    .post-slide2 .post-bar li {
      color: #676767;
      padding: 2px 0; }
      .post-slide2 .post-bar li i {
        margin-right: 5px; }
      .post-slide2 .post-bar li a {
        display: inline-block;
        font-size: 12px;
        color: #808080;
        transition: all 0.3s ease 0s; }
        .post-slide2 .post-bar li a:after {
          content: ","; }
        .post-slide2 .post-bar li a:last-child:after {
          content: ""; }
        .post-slide2 .post-bar li a:hover {
          color: #3d3030;
          text-decoration: none; }
  .post-slide2 .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear; }
    .post-slide2 .read-more:hover {
      background: #333;
      text-decoration: none; }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #7386D5;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

#sidebar.active {
  left: 0; }

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #7386D5;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s; }

#dismiss:hover {
  background: #fff;
  color: #7386D5; }

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none; }

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc; }

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b; }

#sidebar ul p {
  color: #fff;
  padding: 10px; }

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block; }

#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff; }

#sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc; }

a[data-toggle="collapse"] {
  position: relative; }

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em; }

a[aria-expanded="true"]::before {
  content: '\e260'; }

ul ul a {
  /*font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;*/ }

ul.CTAs {
  padding: 20px; }

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px; }

a.download {
  background: #fff;
  color: #7386D5; }

a.article, a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important; }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0; }

.megamenu {
  clear: both;
  overflow: hidden;
  background-color: #003057;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  display: none;
  margin-top: 6px; }
  .megamenu .container {
    /*.footer-left {
            width: 400px;
            float: left;
        }*/ }
    .megamenu .container .megamenu-right {
      float: left;
      padding: 2% 0 2% 0; }
      .megamenu .container .megamenu-right ul.megamenu-links {
        list-style: none;
        text-align: left;
        padding-left: 15px; }
        .megamenu .container .megamenu-right ul.megamenu-links > li {
          float: left;
          margin-right: 5%;
          width: 15%; }
          .megamenu .container .megamenu-right ul.megamenu-links > li > a {
            text-transform: uppercase;
            color: #F7BE00;
            font-size: 18px;
            font-weight: 600; }
          .megamenu .container .megamenu-right ul.megamenu-links > li ul {
            padding: 0px;
            list-style: none; }
            .megamenu .container .megamenu-right ul.megamenu-links > li ul > li {
              margin-bottom: 5px; }
              .megamenu .container .megamenu-right ul.megamenu-links > li ul > li > a {
                color: #ffffff;
                font-size: 18px;
                font-weight: 400; }
    .megamenu .container .megamenu-products {
      float: left;
      display: inherit; }
      .megamenu .container .megamenu-products .megamenu-product-chip {
        padding: 15px; }
        .megamenu .container .megamenu-products .megamenu-product-chip .content-section {
          background: #ffffff;
          border-radius: 5px;
          padding: 15px; }
          .megamenu .container .megamenu-products .megamenu-product-chip .content-section .mega-menu-img {
            min-height: 140px;
            min-width: 150px; }
            .megamenu .container .megamenu-products .megamenu-product-chip .content-section .mega-menu-img img {
              width: 100%;
              height: auto; }
        .megamenu .container .megamenu-products .megamenu-product-chip > div {
          text-align: center; }
        .megamenu .container .megamenu-products .megamenu-product-chip .megamenu-productname {
          font-size: 18px;
          color: #003057;
          text-align: center;
          font-weight: 400; }
        .megamenu .container .megamenu-products .megamenu-product-chip .megamenu-product-learnmore {
          font-size: 14px;
          color: #008065;
          text-align: center; }

.insight-slider {
  padding-top: 30px;
  padding-bottom: 40px;
  -ms-flex-align: center;
      align-items: center;
  background-repeat: no-repeat;
  background-color: #ffffff; }
  .insight-slider .container h2 {
    margin-top: 5%;
    color: #003057;
    text-align: center;
    font-size: 36px;
    font-weight: 400; }

.content-slide {
  height: 100%;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
  background: white;
  border-radius: 5px; }

.card {
  border: none !important;
  position: initial; }

.owl-item {
  padding: 10px; }

.testimonial {
  padding: 0px;
  text-align: left; }
  .testimonial p {
    font-size: 16px;
    font-weight: 300;
    color: #000000; }

.testimonial .descripton {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10%;
  color: #000000; }

.testimonial .title {
  font-size: 15px;
  background: #D8D8D8;
  text-align: left;
  padding-left: 20px;
  color: #003057;
  font-weight: 400; }

.testimonial .learnmore {
  color: #008375 !important;
  position: absolute;
  bottom: 25px; }

.testimonial .date {
  color: #0083AD; }

.testimonial .title {
  color: #003057;
  width: 150px; }

.testimonial .headline {
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
  margin-top: 25px;
  color: #000000; }

.testimonial .title-block {
  padding-left: 0px; }

.testimonial img {
  width: 100%;
  margin-bottom: -30px; }

.testimonial .content-block {
  padding: 20px;
  padding-top: 30px;
  margin-bottom: 30px; }

.owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 100px;
  height: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background: #ccc;
  border: none !important; }

.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
  color: #0083AD;
  border: none !important; }

.owl-theme .owl-nav .owl-next:hover {
  background: transparent;
  color: #0083AD;
  border: none !important; }

button.owl-prev {
  top: -9%;
  left: -4%;
  height: 100%;
  width: 5%;
  position: absolute;
  background: transparent;
  color: #0083AD;
  border: none !important; }
  button.owl-prev span {
    font-size: 36px;
    background: transparent;
    border: none !important; }
    button.owl-prev span:hover {
      background: transparent;
      border: none !important; }
    button.owl-prev span:active {
      background: transparent;
      border: none !important; }

button.owl-next {
  top: -9%;
  right: -4%;
  height: 100%;
  width: 5%;
  position: absolute;
  background: transparent;
  color: #0083AD;
  border: none !important; }
  button.owl-next span {
    font-size: 36px;
    background: transparent;
    border: none !important; }
    button.owl-next span:hover {
      background: transparent;
      border: none !important; }
    button.owl-next span:active {
      background: transparent;
      border: none !important; }

.testimonial .title-img {
  font-size: 15px;
  text-transform: uppercase;
  background: #D8D8D8;
  text-align: left;
  padding-left: 20px;
  color: #003057;
  position: absolute;
  top: 30px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400; }

.bg-top-right {
  background-position: top right;
  background-repeat: no-repeat; }

.bg-top-left {
  background-position: top left;
  background-repeat: no-repeat; }

.bg-top-center {
  background-position: top center;
  background-repeat: no-repeat; }

.bg-bottom-right {
  background-position: bottom right;
  background-repeat: no-repeat; }

.bg-bottom-left {
  background-position: bottom left;
  background-repeat: no-repeat; }

.owl-carousel .owl-stage {
  margin: 0 auto; }

.owl-next:focus, .owl-prev:focus {
  outline: none; }

.owl-next:active, .owl-prev:active {
  outline: none; }

.owl-next, .owl-prev {
  outline: none; }

.owl-next:hover, .owl-prev:hover {
  outline: none; }

@media (min-width: 1024px) {
  .leadershipgrid {
    background-image: linear-gradient(#ffffff, #eaeaea);
    margin-bottom: 20px; }
    .leadershipgrid h1 {
      color: #003057;
      padding-left: 0;
      padding-top: 15px;
      font-size: 22px; }
    .leadershipgrid h4 {
      color: #003057;
      font-style: italic;
      font-size: 18px; }
    .leadershipgrid .content {
      display: block;
      padding-bottom: 30px; }
      .leadershipgrid .content .text-p {
        width: auto;
        display: block;
        padding-left: 15px; }
        .leadershipgrid .content .text-p p {
          font-weight: 300; }
      .leadershipgrid .content img {
        float: right;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 100px; }
  .gridview {
    padding-bottom: 20px; }
    .gridview .title-leader {
      font-size: 28px;
      color: #003057;
      padding: 10px; }
    .gridview .row .grid-content {
      float: left;
      padding: 0px; }
      .gridview .row .grid-content h2 {
        font-size: 24px;
        padding: 5px;
        padding-bottom: 0px; }
      .gridview .row .grid-content .grid-img {
        position: relative;
        margin: 5px; }
        .gridview .row .grid-content .grid-img .img-fluid {
          width: 100%;
          height: auto; }
      .gridview .row .grid-content .text-block {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #003057;
        color: white;
        min-height: 100px;
        background: rgba(0, 48, 87, 0.5);
        text-align: center; }
  .leader-tablet h1 {
    color: #003057;
    font-size: 28px; } }

@media (min-width: 1024px) {
  .info {
    padding-bottom: 15px !important; }
    .info .row {
      margin-bottom: -10px;
      margin-top: -10px;
      margin: 0 auto; }
      .info .row .main-block {
        float: left;
        padding-right: 5px !important;
        padding: 5px;
        padding-top: 20px;
        padding-bottom: 20px; }
        .info .row .main-block .content-block {
          min-height: 150px;
          text-align: center;
          background-color: #f8f8f8;
          padding: 0; }
          .info .row .main-block .content-block img {
            width: 100%;
            height: auto; }
  .info-1 {
    width: 25%;
    margin: 0 auto; }
    .info-1 .main-block {
      width: 100%; }
  .info-2 {
    width: 50%;
    margin: 0 auto; }
    .info-2 .main-block {
      width: 50%; }
  .info-3 {
    width: 75%;
    margin: 0 auto; }
    .info-3 .main-block {
      width: 33%; }
  .info-multi {
    width: 100%;
    margin: 0 auto; }
    .info-multi .main-block {
      width: 25%; } }

.blue-bg {
  background-image: linear-gradient(#00203B, #003057); }

.main-block:focus, .main-block:hover, .main-block:active, .main-block {
  text-decoration: none;
  outline: none; }

@media (min-width: 1024px) {
  .featurekit, .portfoliokit {
    padding: 20px; }
    .featurekit h1, .portfoliokit h1 {
      color: #003057;
      text-align: center; }
    .featurekit .featurekit-content, .portfoliokit .featurekit-content {
      display: -ms-flexbox;
      display: flex;
      float: left; }
      .featurekit .featurekit-content .content-kit, .portfoliokit .featurekit-content .content-kit {
        background: #ffffff;
        border-radius: 5px;
        width: 100%;
        position: relative; }
        .featurekit .featurekit-content .content-kit img.img-fluid, .portfoliokit .featurekit-content .content-kit img.img-fluid {
          width: 100%; }
        .featurekit .featurekit-content .content-kit div, .portfoliokit .featurekit-content .content-kit div {
          padding: 15px; }
          .featurekit .featurekit-content .content-kit div h2, .portfoliokit .featurekit-content .content-kit div h2 {
            font-size: 28px;
            color: #003057;
            text-decoration: none; }
          .featurekit .featurekit-content .content-kit div p, .portfoliokit .featurekit-content .content-kit div p {
            font-size: 18px;
            font-weight: 300;
            margin-bottom: 10%;
            color: #000000;
            text-decoration: none; }
            .featurekit .featurekit-content .content-kit div p:hover, .portfoliokit .featurekit-content .content-kit div p:hover {
              text-decoration: none;
              color: #000000; }
            .featurekit .featurekit-content .content-kit div p:active, .portfoliokit .featurekit-content .content-kit div p:active {
              text-decoration: none;
              color: #000000; }
          .featurekit .featurekit-content .content-kit div .learnmore, .portfoliokit .featurekit-content .content-kit div .learnmore {
            margin-top: 30px; }
            .featurekit .featurekit-content .content-kit div .learnmore a, .portfoliokit .featurekit-content .content-kit div .learnmore a {
              color: #008065;
              position: absolute;
              left: 50%;
              bottom: 15px;
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
              text-decoration: none; }
            .featurekit .featurekit-content .content-kit div .learnmore span, .portfoliokit .featurekit-content .content-kit div .learnmore span {
              color: #008065;
              position: absolute;
              left: 50%;
              bottom: 15px;
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
              text-decoration: none; }
    .featurekit .button-center .button, .portfoliokit .button-center .button {
      width: 48%;
      margin: 5px;
      height: 50px;
      margin-top: 30px;
      margin-bottom: 30px;
      color: #ffffff; } }

@media only screen and (min-width: 1023px) {
  .kit-1 {
    width: 33%;
    margin: 0 auto; }
    .kit-1 .featurekit-content {
      width: 100% !important;
      padding-right: 0; }
  .kit-2 {
    width: 66%;
    margin: 0 auto; }
    .kit-2 .featurekit-content {
      width: 48% !important;
      padding-right: 0;
      margin: 1%; }
  .kit-multi {
    width: 100%;
    margin: 0 auto; }
    .kit-multi .featurekit-content {
      width: 32% !important;
      margin: 0 auto; }
      .kit-multi .featurekit-content:first-child {
        margin-left: 0% !important; }
      .kit-multi .featurekit-content:last-child {
        margin-right: 0% !important; }
  .block-listing-comp {
    width: 75% !important; }
    .block-listing-comp .content-kit {
      text-align: center; }
      .block-listing-comp .content-kit img.img-fluid {
        width: 90% !important;
        padding: 15px 0px 0px 0px !important; } }

@media (min-width: 1024px) {
  .twocolumnbanner {
    background-color: #003057; }
    .twocolumnbanner .row {
      margin: 0;
      text-align: center;
      width: 100%;
      height: 100%; }
      .twocolumnbanner .row .content-block {
        display: block;
        width: 100%;
        padding-top: 20px;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0  auto;
        padding-left: 5px; }
        .twocolumnbanner .row .content-block .content {
          background-color: white;
          padding-left: 0; }
          .twocolumnbanner .row .content-block .content .content-img {
            float: left;
            padding-right: 0;
            margin-right: -20px;
            padding-left: 0; }
            .twocolumnbanner .row .content-block .content .content-img img {
              float: left;
              min-height: 100%;
              width: 100%; }
          .twocolumnbanner .row .content-block .content .content-text {
            padding: 10px;
            padding-left: 30px;
            text-align: left; }
            .twocolumnbanner .row .content-block .content .content-text h2 {
              color: #003057;
              font-size: 28px;
              text-align: left; }
            .twocolumnbanner .row .content-block .content .content-text p {
              font-size: 20px;
              font-weight: 300; }
            .twocolumnbanner .row .content-block .content .content-text ul {
              list-style: none;
              padding-left: 0; }
              .twocolumnbanner .row .content-block .content .content-text ul li {
                font-weight: 300;
                text-align: left; }
                .twocolumnbanner .row .content-block .content .content-text ul li i {
                  color: #008065; }
            .twocolumnbanner .row .content-block .content .content-text .button {
              padding: 15px;
              color: #ffffff;
              display: block;
              width: -webkit-fit-content;
              width: fit-content; }
              .twocolumnbanner .row .content-block .content .content-text .button i {
                color: #ffffff;
                padding-right: 5px; }
    .twocolumnbanner .bottom-text {
      color: #ffffff;
      padding-top: 30px;
      padding-bottom: 20px;
      font-style: italic;
      padding-left: 300px;
      padding-right: 300px; }
      .twocolumnbanner .bottom-text p {
        font-size: 14px; } }

.cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: auto; }
  .cd-product-wrapper img {
    max-width: 100%;
    height: auto; }
  .cd-product-wrapper ol {
    list-style: none;
    padding: 0; }
  .cd-product-wrapper ul {
    list-style: none;
    padding: 0; }

.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.pods-content-inner {
  padding: 60px 30px; }

.pods-slider-wrap {
  position: relative; }

.pods-slide-controls {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  text-align: center;
  z-index: 5; }
  .pods-slide-controls li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background: #e0e622;
    border-radius: 100%; }
    .pods-slide-controls li:hover, .pods-slide-controls li.active {
      background: #000; }

.pods-slider > div {
  display: none; }
  .pods-slider > div.active {
    display: block; }

.pods-slide-caption {
  margin-top: 60px; }
  .pods-slide-caption p {
    margin: 30px 0 0;
    position: relative; }

.cd-more-info p {
  font-size: 1.0rem;
  line-height: 1.1;
  margin-bottom: 10px; }

.cd-more-info ul {
  list-style: disc !important;
  font-weight: 300;
  padding-left: 20px !important; }

.cd-more-info ol {
  list-style-type: decimal !important;
  font-weight: 300;
  padding-left: 20px !important; }

.home-pods-2 .caption-front p:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  width: 300px;
  border-top: 2px solid #F7BE00; }

.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-product-wrapper {
  /* display:inline-block; */
  /* position:relative; */
  /* margin:0 auto; */
  /* width:100%; */
  display: block; }
  .cd-product-wrapper > img {
    display: block;
    width: 100%; }

.cd-single-point {
  position: absolute;
  border-radius: 50%;
  display: block;
  font-size: 80%; }
  .cd-single-point > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 1.5em;
    height: 1.5em;
    border-radius: inherit;
    background: #E87200;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: background-color 0.2s; }
    .cd-single-point > a::after, .cd-single-point > a:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .cd-single-point > a::after {
      content: "\f002";
      font-family: fontawesome;
      left: 1px;
      color: #ffffff;
      font-size: 80%;
      display: inline-block; }
    .cd-single-point > a::before {
      content: "\f002";
      font-family: fontawesome;
      left: 1px;
      color: #ffffff;
      font-size: 80%;
      display: inline-block; }
  .cd-single-point::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    animation: cd-pulse 2s infinite; }
  .cd-single-point.point-1-1 {
    top: 37%;
    left: 39%; }
  .cd-single-point.point-1-2 {
    top: 45%;
    left: 39%; }
  .cd-single-point.point-2-1 {
    top: 41%;
    left: 36%; }
  .cd-single-point.point-2-2 {
    top: 41%;
    left: 42%; }
  .cd-single-point.point-3-1 {
    bottom: 50%;
    right: 34%; }
  .cd-single-point.point-3-2 {
    bottom: 29%;
    right: 54%; }
  .cd-single-point.is-open > a {
    background-color: rgba(232, 114, 0, 0.95); }
  .cd-single-point.is-open::after {
    display: none; }
  .cd-single-point.is-open .cd-more-info {
    display: block;
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
  .cd-single-point.visited > a {
    background-color: #E87200; }
  .cd-single-point .cd-more-info {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2em 1em 1em;
    opacity: 0;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    position: absolute;
    width: auto;
    height: auto;
    padding: 20px;
    padding-top: 30px;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: .25em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 10; }
    .cd-single-point .cd-more-info::before {
      content: '';
      position: absolute;
      height: 0;
      width: 0;
      display: none;
      border: 8px solid transparent;
      display: block; }
    .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom, .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
      left: -15px;
      top: 42px;
      right: auto; }
    .cd-single-point .cd-more-info.cd-top {
      top: -136%;
      left: 136%;
      background: rgba(232, 114, 0, 0.95);
      z-index: 100;
      color: #ffffff; }
      .cd-single-point .cd-more-info.cd-top::before {
        border-top-color: rgba(232, 114, 0, 0.95);
        z-index: 100;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .cd-single-point .cd-more-info.cd-top a {
        color: #ffffff;
        text-decoration: none; }
        .cd-single-point .cd-more-info.cd-top a:hover {
          color: #003057; }

/*.cd-single-point.visited::after{display:none}*/

@keyframes cd-pulse {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
  100% {
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px transparent; } }

.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px; }
  .cd-close-info::after, .cd-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #ffffff;
    transition-property: transform;
    transition-duration: 0.2s; }
  .cd-close-info::after {
    height: 2px;
    width: 16px; }
  .cd-close-info::before {
    height: 16px;
    width: 2px; }

.cd-more-info ul li {
  font-size: 16px; }

.cd-more-info ol li {
  font-size: 16px; }

@media (max-width: 1024px) {
  .cd-single-point .cd-more-info.cd-top::before {
    display: none !important; }
  .cd-more-info {
    width: auto; } }

@media (min-width: 1025px) and (max-width: 1367px) {
  .cd-single-point .cd-more-info.cd-top {
    width: auto !important; } }

@media (min-width: 1024px) {
  .cd-single-point {
    font-size: 80%; }
    .cd-single-point > a::after {
      font-size: 80%; }
    .cd-single-point > a::before {
      font-size: 80%; } }

@keyframes ma5-panelIn {
  0% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes ma5-panelOut {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(100%, 0, 0); } }

.ma5-menu-mobile {
  display: none; }

.menu-mobi-toggle {
  cursor: pointer; }

.ma5-mobile-menu-container {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-out 0s;
  background-color: #003057;
  width: 100%;
  height: 100%;
  top: 68px;
  left: 0;
  right: -100%;
  z-index: 200;
  position: fixed; }

.ma5-page {
  transition: transform 0.3s ease-out 0s; }

.ma5-menu-active {
  overflow: hidden; }

.ma5-menu-active .ma5-mobile-menu-container {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in 0s; }

.ma5-menu-active .ma5-page {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-in 0s; }

.ma5-menu-panel {
  width: 100%;
  height: 90%;
  position: absolute;
  overflow: hidden;
  overflow-y: visible;
  right: 0 !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 100;
  background-color: #003057;
  display: none; }

.ma5-menu-panel:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 90%;
  right: 0;
  top: 0;
  background-color: #003057; }

.ma5-menu-panel li {
  position: relative;
  min-height: 20px;
  background-color: #003057;
  color: #ffffff; }

.ma5-menu-panel a {
  line-height: 1.5;
  padding: 10px 0;
  font-size: 16px;
  display: block;
  position: relative;
  color: white;
  margin-left: 15px;
  font-weight: 500; }
  .ma5-menu-panel a .nav-arrow-big:before {
    color: #F7BE00;
    content: "\f054";
    display: block;
    font-size: 14px;
    font-family: 'FontAwesome';
    left: inherit;
    position: absolute;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 20px;
    top: 50%; }
  .ma5-menu-panel a .nav-arrow-small:before {
    content: "\f054";
    display: block;
    font-size: 14px;
    font-family: 'FontAwesome';
    left: inherit;
    position: absolute;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 20px;
    top: 50%;
    color: #F7BE00; }

.ma5-menu-panel .ma5-btn-enter {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 16px 15px 14px 15px;
  width: 20%;
  height: 52px;
  overflow: hidden;
  left: 0;
  top: 0;
  text-align: center;
  color: white;
  background: transparent;
  border: 0;
  border-left: 1px solid #cfcfcf;
  float: right; }

.ma5-menu-panel .ma5-btn-leave {
  font-size: 14px;
  margin-left: 15px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  text-align: left;
  border: 0;
  background: transparent;
  max-height: 47px; }

.ma5-menu-panel .ma5-btn-leave .menu-arrow {
  font-size: 16px;
  padding-right: 5px; }

.ma5-menu-panel .ma5-btn-enter .glyphicon, .ma5-menu-panel .ma5-btn-leave .glyphicon {
  top: 2px; }

.ma5-menu-panel .ma5-btn-enter {
  z-index: 0;
  left: auto;
  right: 0; }

.ma5-menu-panel .ma5-leave-bar {
  font-size: 16px;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0px;
  margin-right: -50px;
  text-align: center;
  color: #668aad;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ma5-leave-bar {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }
  .ma5-leave-bar a {
    color: #ffffff !important; }

.ma5-menu-panel .ma5-leave-bar:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background-color: #003057; }

.ma5-menu-panel:first-of-type {
  z-index: 160; }

.ma5-menu-panel.ma5-active-ul {
  z-index: 170;
  display: block; }

.ma5-menu-panel.ma5-parent-leave, .ma5-menu-panel.ma5-parent-enter {
  z-index: 180; }

.ma5-menu-panel.ma5-active-leave, .ma5-menu-panel.ma5-active-enter {
  z-index: 190; }
  .ma5-menu-panel.ma5-active-leave li .row .col-2, .ma5-menu-panel.ma5-active-enter li .row .col-2 {
    margin-left: 5%; }

.ma5-menu-panel.ma5-active-enter {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: ma5-panelIn;
  animation-timing-function: ease-out;
  animation-duration: 0.4s;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-name: ma5-panelIn;
  height: 90%;
  overflow: scroll;
  display: block; }

.ma5-menu-panel.ma5-active-leave {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: ma5-panelOut;
  animation-timing-function: ease-out;
  animation-duration: 0.4s;
  animation-delay: 0;
  animation-fill-mode: both;
  animation-name: ma5-panelOut; }

/*IE specifc css property*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mega-menu {
    /*top: 49px !important;*/ } }

.append-search, .view-all-categories {
  visibility: hidden;
  height: 0; }

.ma5-mobile-menu-container .view-all-button {
  position: absolute;
  left: 15px;
  z-index: 1000; }

.ma5-mobile-menu-container .ma5-mobile-menu-inner-container {
  overflow: scroll; }
  .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-box-container {
    position: relative;
    min-height: 73px;
    padding: 0 14px; }
    .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-box-container .nav-search-icon {
      height: 48px;
      display: inline-block;
      position: absolute; }
      .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-box-container .nav-search-icon:before {
        content: "\e606";
        position: absolute;
        left: 12px;
        font-family: 'orlandohealth';
        font-size: 18px;
        top: 10px; }
    .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-box-container input {
      height: 48px;
      padding-left: 40px;
      width: 74%;
      font-size: 14px;
      border: none;
      float: left;
      outline: none; }
    .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-box-container .search-text {
      font-size: 14px;
      margin-bottom: 13px;
      font-weight: 500; }
    .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-box-container .nav-search-go {
      background-image: url("/assets/images/ContentHub/arrow-right.png");
      height: 48px;
      width: 17%;
      float: left;
      padding: 10px 10px;
      margin-left: 13px;
      border-radius: 3px;
      background-repeat: no-repeat;
      background-position: center; }
  .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-close-box {
    display: block;
    margin-right: 12px;
    padding-top: 10px;
    min-height: 40px; }
    .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-close-box > span {
      text-transform: uppercase;
      padding-top: 6px;
      margin-right: 14px;
      font-weight: 500;
      float: right; }
    .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-close-box a {
      height: 30px;
      width: 30px;
      float: right;
      border-radius: 20px;
      font-size: 16px;
      position: relative;
      display: inline-block; }
      .ma5-mobile-menu-container .ma5-mobile-menu-inner-container .search-close-box a:before {
        content: "\e901";
        font-family: 'orlandohealth';
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        position: absolute; }

.ma5-mobile-menu-container .ma5-root-level {
  height: 100%;
  display: none;
  padding-left: 0; }
  .ma5-mobile-menu-container .ma5-root-level li {
    border-bottom: 1px solid #000000; }
    .ma5-mobile-menu-container .ma5-root-level li .row .col-9 {
      float: left; }
      .ma5-mobile-menu-container .ma5-root-level li .row .col-9 a {
        color: #ffffff;
        font-size: 18px; }
    .ma5-mobile-menu-container .ma5-root-level li .row .col-2 {
      float: right;
      margin-left: 5%; }
    .ma5-mobile-menu-container .ma5-root-level li a {
      color: #ffffff;
      padding-left: 15px; }

.ma5-mobile-menu-container ul li .ma5-leave-bar {
  margin: 0 -16px; }
  .ma5-mobile-menu-container ul li .ma5-leave-bar .ma5-btn-leave {
    background-color: transparent;
    border: none;
    display: inline-block;
    outline: none;
    height: 50px;
    position: relative;
    vertical-align: top;
    width: 20px; }
    .ma5-mobile-menu-container ul li .ma5-leave-bar .ma5-btn-leave:before {
      content: "\f053";
      font-family: 'FontAwesome';
      font-size: 14px;
      color: #F7BE00; }

.ma5-mobile-menu-container ul li .ma5-current-item-bar {
  border-bottom: 1px solid #000000; }
  .ma5-mobile-menu-container ul li .ma5-current-item-bar a:before {
    content: none; }

.ma5-mobile-menu-container ul li .header-side-menu__back-text {
  text-align: left;
  font-weight: 500;
  font-size: 13px; }

.show-overlay .search-nav-overlay {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in 0s;
  right: 0; }

.search-nav-overlay {
  background-color: #003057;
  height: 100vh;
  right: -100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-out 0s; }

.content-hub-breadcrumb {
  z-index: 10 !important; }
  .content-hub-breadcrumb#breadcrumbs .crumbs li {
    display: block; }
    .content-hub-breadcrumb#breadcrumbs .crumbs li:last-child {
      display: none; }
    .content-hub-breadcrumb#breadcrumbs .crumbs li.arrow:before {
      content: "\e609";
      display: inline-block;
      color: #ffffff;
      border-radius: 4px;
      padding: 1px 2px;
      margin-right: 6px;
      font-size: 12px;
      height: 18px;
      line-height: 16px;
      width: 17px;
      font-weight: 100;
      vertical-align: top;
      font-family: 'orlandohealth'; }

.show-overlay .container-wrap {
  border-top: none;
  z-index: 10 !important; }

@media (min-width: 768px) and (max-width: 1300px) {
  .body-content-hub .container-inner, .body-content-hub-taxonomy .container-inner {
    padding: 0 15px; } }

@media (min-width: 768px) and (max-width: 1300px) {
  .body-content-hub .container-inner #breadcrumbs, .body-content-hub-taxonomy .container-inner #breadcrumbs {
    margin: 0 -15px; } }

.body-content-hub .container-inner #breadcrumbs .crumbs, .body-content-hub-taxonomy .container-inner #breadcrumbs .crumbs {
  color: #1c1c1c; }

.bottom-text-mobile {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px;
  padding-bottom: 40px; }
  .bottom-text-mobile a {
    padding-top: 0;
    border-bottom: none !important;
    padding-left: 0 !important; }
  .bottom-text-mobile a:last-child:after {
    content: ''; }
  .bottom-text-mobile a:after {
    content: '|';
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px; }

@media screen and (min-width: 1023px) {
  .ma5-mobile-menu-container {
    display: none; } }

.moblie-menu-slide2-bottom {
  padding: 30px; }
  .moblie-menu-slide2-bottom .img-1 {
    float: left;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0; }
    .moblie-menu-slide2-bottom .img-1 div {
      margin-right: 5px;
      background-color: #ffffff;
      border-radius: 10px;
      margin: 0 auto;
      min-height: 150px;
      min-width: 130px; }
      .moblie-menu-slide2-bottom .img-1 div p {
        color: #003057;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px; }
      .moblie-menu-slide2-bottom .img-1 div img {
        border-radius: 10px; }
      .moblie-menu-slide2-bottom .img-1 div .learn-more-mob {
        text-align: center;
        color: #008065 !important;
        font-size: 14px;
        margin-left: 0 !important; }
      .moblie-menu-slide2-bottom .img-1 div a {
        margin-left: 0 !important; }
  .moblie-menu-slide2-bottom .img-2 {
    float: left;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0; }
    .moblie-menu-slide2-bottom .img-2 div {
      margin-right: 5px;
      background-color: #ffffff;
      border-radius: 10px;
      margin: 0 auto;
      min-height: 150px;
      min-width: 130px; }
      .moblie-menu-slide2-bottom .img-2 div p {
        color: #003057;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px; }
      .moblie-menu-slide2-bottom .img-2 div img {
        border-radius: 10px; }
      .moblie-menu-slide2-bottom .img-2 div .learn-more-mob {
        text-align: center;
        color: #008065 !important;
        font-size: 14px;
        margin-left: 0 !important; }
      .moblie-menu-slide2-bottom .img-2 div a {
        margin-left: 0 !important; }

.lang-select {
  border-bottom: none !important; }

.img-select {
  border-bottom: none !important; }

.row .col-10 {
  float: left; }
  .row .col-10 a {
    color: #ffffff; }
  .row .col-10 .col-2 {
    float: right; }

.ma5-path-to-active {
  margin-left: 15px; }

.newsroom h1 {
  color: #003057;
  padding-top: 20px;
  padding-bottom: 10px; }

.newsroom h2 {
  font-weight: 400;
  font-size: 24px; }

.newsroom .button {
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px; }

.newsroom .news-section {
  padding: 0;
  margin-top: 50px; }
  .newsroom .news-section .newsresult {
    border-bottom: 1px solid #C6C6C6;
    margin-top: 20px;
    width: 100%; }
    .newsroom .news-section .newsresult a {
      color: #003057;
      font-weight: 400;
      font-size: 22px;
      text-align: left; }
    .newsroom .news-section .newsresult h5 {
      color: skyblue;
      margin-bottom: 5px; }
    .newsroom .news-section .newsresult p {
      font-size: 16px;
      font-weight: 300; }
  .newsroom .news-section .newsresult:last-child {
    border-bottom: none; }

.newsroom #button1 {
  border-radius: 5px;
  color: white;
  padding: .5em;
  text-decoration: none;
  padding: 10px 20px; }

.accordion {
  padding-top: 15px; }
  .accordion .accordion-tabs h1 {
    color: #003057;
    padding-top: 20px;
    padding-bottom: 10px; }
  .accordion .accordion-tabs p {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 22px; }
  .accordion .accordion-tabs div {
    font-weight: 300;
    font-size: 22px; }
  .accordion .accordion-tabs .accordion-content {
    padding: 0;
    margin-bottom: 10px;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
    .accordion .accordion-tabs .accordion-content .card-header .accordion-btn {
      font-size: 28px;
      color: #003057;
      font-weight: 400;
      width: 100%;
      text-align: left;
      text-decoration: none; }
      .accordion .accordion-tabs .accordion-content .card-header .accordion-btn i {
        float: right; }
        .accordion .accordion-tabs .accordion-content .card-header .accordion-btn i:before {
          font-family: fontawesome;
          content: "\f068";
          font-style: normal;
          font-size: 22px;
          font-weight: 400; }
      .accordion .accordion-tabs .accordion-content .card-header .accordion-btn.collapsed i:before {
        font-family: fontawesome;
        content: "\f067";
        font-style: normal;
        font-size: 22px;
        font-weight: 400; }
    .accordion .accordion-tabs .accordion-content .collapse {
      background-color: #f8f8f8; }

.plusminus {
  float: right;
  font-size: 22px;
  font-weight: 400; }

.box-top p {
  font-size: 18px;
  font-weight: 300;
  padding: 15px;
  padding-top: 0; }
  .box-top p i {
    color: #000000;
    font-size: 20px;
    font-family: FontAwesome;
    font-style: normal; }

.box-top .left-box {
  float: left;
  padding: 10px; }
  .box-top .left-box h5 {
    color: #003057;
    font-weight: 400;
    font-size: 18px; }
  .box-top .left-box a {
    color: #008375;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: 300; }

.box-top .right-box {
  padding: 10px; }

.grey-bg {
  background-color: #f8f8f8; }

.imagewithbutton {
  background-image: linear-gradient(#ffffff, #eaeaea);
  box-shadow: 0.1rem 0.4rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0.1rem 0.4rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0.1rem 0.4rem 0.3rem 0rem rgba(0, 0, 0, 0.15); }
  .imagewithbutton .main-section {
    padding-left: 0; }
    .imagewithbutton .main-section .img-part {
      padding: 20px; }
      .imagewithbutton .main-section .img-part img {
        height: 100%;
        width: 100%; }
    .imagewithbutton .main-section .button-part {
      padding: 20px;
      margin-top: 20px; }
      .imagewithbutton .main-section .button-part .button {
        display: block;
        width: -webkit-fit-content;
        width: fit-content;
        background: linear-gradient(180deg, #020024 0%, #e87800 0%, #da7002 51%);
        margin-bottom: 10px;
        border-radius: 7px;
        color: white;
        font-size: 18px;
        margin-right: 0;
        padding: 15px;
        padding-left: 70px;
        padding-right: 70px; }
        .imagewithbutton .main-section .button-part .button i {
          padding-right: 5px; }

@media (max-width: 1024px) {
  .imagewithbutton .main-section .button-part .button {
    font-size: 16px; } }

.imagemodelwindow {
  padding-top: 15px; }
  .imagemodelwindow .row .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .imagemodelwindow .row .content-div {
    padding: 10px;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .imagemodelwindow .row .content-div .content-body {
      padding: 20px;
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
      border-radius: 5px;
      background-color: #ffffff; }
      .imagemodelwindow .row .content-div .content-body h2 {
        font-size: 28px;
        color: #003057;
        text-align: left; }
      .imagemodelwindow .row .content-div .content-body .text-expand1, .imagemodelwindow .row .content-div .content-body .text-expand2 {
        font-weight: 300; }
      .imagemodelwindow .row .content-div .content-body button {
        color: #008375;
        display: block;
        text-decoration: none;
        font-size: 20px;
        font-weight: 500; }
        .imagemodelwindow .row .content-div .content-body button i {
          color: #008375;
          margin-right: 15px; }
        .imagemodelwindow .row .content-div .content-body button button:hover {
          text-decoration: none;
          border: none;
          outline: none; }
        .imagemodelwindow .row .content-div .content-body button button:active {
          text-decoration: none;
          border: none;
          outline: none; }
      .imagemodelwindow .row .content-div .content-body a {
        color: #008065; }
      .imagemodelwindow .row .content-div .content-body ul {
        overflow: hidden;
        list-style: inherit;
        padding-left: 20px; }
        .imagemodelwindow .row .content-div .content-body ul li {
          font-weight: 300; }
      .imagemodelwindow .row .content-div .content-body .carousel ol li {
        background-color: #003057;
        width: 10px;
        height: 10px;
        border-radius: 100%; }
      .imagemodelwindow .row .content-div .content-body .carousel .carousel-inner .carousel-item {
        height: 300px; }
        .imagemodelwindow .row .content-div .content-body .carousel .carousel-inner .carousel-item img {
          height: 270px; }
      .imagemodelwindow .row .content-div .content-body .card {
        border: none; }
        .imagemodelwindow .row .content-div .content-body .card .card-header {
          background-color: #ffffff;
          border-bottom: none;
          padding: 0; }
          .imagemodelwindow .row .content-div .content-body .card .card-header button {
            color: #008065;
            text-decoration: none; }
            .imagemodelwindow .row .content-div .content-body .card .card-header button i:before {
              font-family: fontawesome;
              content: "\f068";
              font-style: normal;
              margin-right: 5px; }
            .imagemodelwindow .row .content-div .content-body .card .card-header button.collapsed i:before {
              font-family: fontawesome;
              content: "\f067";
              font-style: normal;
              margin-right: 5px; }

.expand-one-id, .expand-two-id {
  display: none; }

.myImg {
  cursor: pointer;
  transition: 0.3s;
  width: 100% !important;
  padding: 10px; }

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

#myImg:hover {
  opacity: 0.7; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 30;
  /* Sit on top */
  padding-top: 100px !important;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (image) */
.modal-content {
  display: block;
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation */
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: auto; } }

.carousel-control-prev-icon-1 {
  color: #003057 !important;
  position: absolute;
  left: 0; }
  .carousel-control-prev-icon-1:hover {
    color: #003057 !important; }

.slider-control-blue {
  color: #003057;
  font-size: 32px; }

.imagemodelwindow .content-div .content-body .carousel-control-prev {
  color: #008065;
  position: absolute;
  left: -2%; }
  .imagemodelwindow .content-div .content-body .carousel-control-prev i {
    left: -2%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.imagemodelwindow .content-div .content-body .carousel-control-next {
  color: #008065;
  position: absolute;
  right: -2%; }
  .imagemodelwindow .content-div .content-body .carousel-control-next i {
    right: -2%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.carousel-indicators {
  bottom: -4%; }

.text-expand1 {
  position: relative;
  max-height: 100px;
  height: 100px;
  overflow: hidden; }
  .text-expand1.-expanded {
    max-height: 100%;
    height: 100%; }

.text-expand1:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white); }

.text-expand2 {
  position: relative;
  max-height: 100px;
  height: 100px;
  overflow: hidden; }
  .text-expand2.-expanded {
    max-height: 100%;
    height: 100%; }

.text-expand2:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white); }

@media (max-width: 767px) {
  .carousel-indicators {
    bottom: -8% !important; } }

@media (min-width: 1024px) {
  .footer-content {
    display: none; } }

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 320px) and (max-width: 2000px) {
  .footer-content {
    background: #366373;
    background: -webkit-gradient(left top, right top, color-stop(0%, #366373), color-stop(49%, #366373), color-stop(100%, #282b47));
    background: linear-gradient(to right, #366373 0%, #366373 49%, #282b47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366373', endColorstr='#282b47', GradientType=1 );
    padding: 0;
    margin: 0; }
  .footer-menu-item {
    text-transform: uppercase; }
  .alt-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .expand-footer-wrap {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid black;
    line-height: 45px;
    position: relative;
    font-size: 22px; }
    .expand-footer-wrap:after {
      clear: both;
      content: '';
      display: block; }
    .expand-footer-wrap .footer-menu-item {
      display: block; }
      .expand-footer-wrap .footer-menu-item a {
        font-size: 20px; }
    .expand-footer-wrap ul {
      display: none;
      padding: 0; }
      .expand-footer-wrap ul li {
        position: relative; }
      .expand-footer-wrap ul a {
        font-size: 16px;
        display: block;
        font-weight: 400;
        padding-top: 13px;
        padding-bottom: 12px;
        line-height: normal; }
    .expand-footer-wrap ul.depth2 li {
      list-style: none; }
    .expand-footer-wrap ul.depth2 a {
      font-size: 16px; }
    .expand-footer-wrap ul.depth2 .expand-button {
      top: -6px;
      width: 30px; }
    .expand-footer-wrap ul.depth3 {
      padding-left: 22px; }
    .expand-footer-wrap span {
      word-wrap: break-word;
      font-weight: 400; }
      .expand-footer-wrap span a {
        color: #fff;
        font-weight: 600; }
    .expand-footer-wrap span:first-child {
      display: block; }
      .expand-footer-wrap span:first-child a {
        padding-left: 20px;
        padding-right: 20px;
        width: 84%; }
    .expand-footer-wrap .expand-button {
      position: absolute;
      right: 0;
      top: 0;
      height: 46px;
      width: 51px;
      text-align: center;
      padding: 0; }
      .expand-footer-wrap .expand-button a {
        color: #333;
        text-decoration: none;
        padding-top: 0;
        padding-bottom: 0; }
      .expand-footer-wrap .expand-button .hide {
        display: none; }
      .expand-footer-wrap .expand-button .fa.fa-plus:before {
        color: #F7BE00;
        font-size: 27px;
        font-weight: normal;
        display: block;
        margin-top: 19px; }
      .expand-footer-wrap .expand-button .fa.fa-minus:before {
        color: #F7BE00;
        font-size: 27px;
        font-weight: normal;
        display: block;
        margin-top: 19px; } }

@media (min-width: 1024px) {
  .contact-us h1 {
    color: #003057;
    margin-bottom: 20px;
    margin-top: 20px; }
  .contact-us h3 {
    font-weight: 300;
    margin-bottom: 30px; }
  .contact-us .content-section {
    padding: 15px;
    padding-left: 0;
    padding-right: 0; }
    .contact-us .content-section .field-validation-error {
      color: red;
      font-size: 12px;
      padding: 5px; }
    .contact-us .content-section input {
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
    .contact-us .content-section select {
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
    .contact-us .content-section textarea {
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
    .contact-us .content-section .button {
      height: 50px;
      width: 20%;
      color: #ffffff; }
      .contact-us .content-section .button i {
        font-family: "FontAwesome";
        padding-right: 5px;
        font-size: 20px; } }

@media (min-width: 1201px) {
  .serach-insight .button-insight .left-buttons {
    float: left;
    padding: 20px;
    padding-left: 0; }
    .serach-insight .button-insight .left-buttons .button {
      color: white;
      padding: 15px;
      margin-left: 10px; }
      .serach-insight .button-insight .left-buttons .button i {
        font-family: FontAwesome;
        font-style: normal;
        margin-left: 15px; }
    .serach-insight .button-insight .left-buttons .dropdown1 {
      float: left; }
      .serach-insight .button-insight .left-buttons .dropdown1 ul {
        padding: 15px;
        list-style: none;
        width: 300px;
        background-color: rgba(13, 108, 98, 0.9);
        position: absolute;
        height: auto;
        z-index: 2;
        margin-left: 10px;
        color: white;
        border-radius: 10px; }
        .serach-insight .button-insight .left-buttons .dropdown1 ul li {
          height: 40px;
          padding: 7px;
          cursor: pointer; }
          .serach-insight .button-insight .left-buttons .dropdown1 ul li i {
            font-family: FontAwesome;
            float: right;
            color: white;
            font-style: normal;
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            padding-bottom: 2px;
            border: 2px solid #ffffff;
            height: 25px;
            width: 25px; }
  .serach-insight .button-insight .right-buttons {
    float: left;
    padding: 20px;
    padding-left: 0;
    text-align: right; }
    .serach-insight .button-insight .right-buttons input {
      float: left;
      width: 80%;
      border-radius: 10px;
      height: 55px; }
    .serach-insight .button-insight .right-buttons .button {
      background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
      color: white;
      padding: 15px;
      margin-left: 10px;
      float: left; }
  .serach-insight .news-feed .button-bottom {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content; }
    .serach-insight .news-feed .button-bottom .button {
      padding: 15px;
      margin: 10px; }
  .serach-insight .news-feed .row {
    padding: 15px;
    padding-left: 0;
    padding-right: 0; }
    .serach-insight .news-feed .row .news-section {
      margin-bottom: 30px;
      display: -ms-flexbox;
      display: flex; }
      .serach-insight .news-feed .row .news-section .news-block {
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
        padding-left: 0;
        float: left;
        border-radius: 10px;
        width: 100%;
        min-height: 300px;
        min-width: 250px; }
        .serach-insight .news-feed .row .news-section .news-block img {
          margin-bottom: -60px;
          width: 100%; }
        .serach-insight .news-feed .row .news-section .news-block .title-block {
          padding: 20px;
          padding-left: 0px;
          padding-bottom: 0px;
          position: absolute;
          left: 15px;
          top: 2%; }
          .serach-insight .news-feed .row .news-section .news-block .title-block .title {
            font-size: 20px;
            background: #D8D8D8;
            text-align: left;
            padding-left: 15px;
            color: #003057;
            width: auto;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px;
            font-weight: 400; }
        .serach-insight .news-feed .row .news-section .news-block .content-block {
          padding: 15px;
          padding-top: 0;
          margin-top: 80px; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .headline {
            font-size: 24px;
            font-weight: 500;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .headline:hover {
              color: #000000;
              text-decoration: none; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .date {
            color: #0083AD !important; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .learnmore {
            color: #008065;
            position: absolute;
            bottom: 15px; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .descripton {
            font-weight: 300;
            margin-bottom: 30px;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .descripton:hover {
              color: #000000;
              text-decoration: none; } }

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .serach-insight .button-insight .left-buttons {
    float: left;
    padding: 20px;
    padding-left: 0; }
    .serach-insight .button-insight .left-buttons .button {
      color: white;
      padding: 15px;
      margin-left: 10px; }
      .serach-insight .button-insight .left-buttons .button i {
        font-family: FontAwesome;
        font-style: normal;
        margin-left: 15px; }
    .serach-insight .button-insight .left-buttons .dropdown1 {
      float: left; }
      .serach-insight .button-insight .left-buttons .dropdown1 ul {
        list-style: none;
        padding-left: 5px;
        width: 300px;
        background-color: rgba(13, 108, 98, 0.7);
        position: absolute;
        height: auto;
        z-index: 2;
        margin-left: 10px;
        color: white;
        border-radius: 10px; }
        .serach-insight .button-insight .left-buttons .dropdown1 ul li {
          height: 40px;
          padding: 7px; }
          .serach-insight .button-insight .left-buttons .dropdown1 ul li i {
            font-family: FontAwesome;
            float: right;
            color: white;
            font-style: normal;
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            padding-bottom: 2px;
            border: 2px solid #ffffff;
            height: 25px;
            width: 25px; }
  .serach-insight .button-insight .right-buttons {
    float: left;
    padding: 20px;
    padding-left: 0;
    text-align: right; }
    .serach-insight .button-insight .right-buttons input {
      float: left;
      width: 80%;
      padding: 28px;
      border-radius: 10px; }
    .serach-insight .button-insight .right-buttons .button {
      color: white;
      padding: 15px;
      margin-left: 10px; }
  .serach-insight .news-feed .button-bottom {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content; }
    .serach-insight .news-feed .button-bottom .button {
      padding: 15px;
      margin: 10px; }
  .serach-insight .news-feed .row {
    padding: 15px;
    padding-left: 0;
    padding-right: 0; }
    .serach-insight .news-feed .row .news-section {
      padding: 15px;
      display: -ms-flexbox;
      display: flex; }
      .serach-insight .news-feed .row .news-section .news-block {
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
        padding-left: 0;
        float: left;
        border-radius: 10px;
        width: 100%;
        min-height: 300px;
        min-width: 250px; }
        .serach-insight .news-feed .row .news-section .news-block img {
          margin-bottom: -50px;
          width: 100%; }
        .serach-insight .news-feed .row .news-section .news-block .title-block {
          padding: 20px;
          padding-left: 0px;
          padding-bottom: 0px;
          position: absolute;
          top: 2%;
          left: 15px; }
          .serach-insight .news-feed .row .news-section .news-block .title-block .title {
            font-size: 12px;
            background: #D8D8D8;
            text-align: left;
            padding-left: 15px;
            color: #003057;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px;
            text-transform: uppercase;
            font-weight: 400; }
        .serach-insight .news-feed .row .news-section .news-block .content-block {
          padding: 15px;
          padding-top: 0;
          margin-top: 65px; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .headline {
            font-size: 18px;
            font-weight: 500;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .headline:hover {
              color: #000000;
              text-decoration: none; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .date {
            color: #0083AD !important; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .learnmore {
            color: #008065; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .descripton {
            font-weight: 300;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .descripton:hover {
              color: #000000;
              text-decoration: none; } }

.imagemodelwindow {
  padding-top: 15px; }
  .imagemodelwindow .row .col-md-12 {
    padding-left: 0;
    padding-right: 0; }
  .imagemodelwindow .row .content-div {
    padding: 10px;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .imagemodelwindow .row .content-div .content-body {
      padding: 20px;
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
      border-radius: 5px;
      background-color: #ffffff; }
      .imagemodelwindow .row .content-div .content-body h2 {
        font-size: 28px;
        color: #003057;
        text-align: left; }
      .imagemodelwindow .row .content-div .content-body .text-expand1, .imagemodelwindow .row .content-div .content-body .text-expand2 {
        font-weight: 300; }
      .imagemodelwindow .row .content-div .content-body button {
        color: #008375;
        display: block;
        text-decoration: none;
        font-size: 20px;
        font-weight: 500; }
        .imagemodelwindow .row .content-div .content-body button i {
          color: #008375;
          margin-right: 15px; }
        .imagemodelwindow .row .content-div .content-body button button:hover {
          text-decoration: none;
          border: none;
          outline: none; }
        .imagemodelwindow .row .content-div .content-body button button:active {
          text-decoration: none;
          border: none;
          outline: none; }
      .imagemodelwindow .row .content-div .content-body a {
        color: #008065; }
      .imagemodelwindow .row .content-div .content-body ul {
        overflow: hidden;
        list-style: inherit;
        padding-left: 20px; }
        .imagemodelwindow .row .content-div .content-body ul li {
          font-weight: 300; }
      .imagemodelwindow .row .content-div .content-body .carousel ol li {
        background-color: #003057;
        width: 10px;
        height: 10px;
        border-radius: 100%; }
      .imagemodelwindow .row .content-div .content-body .carousel .carousel-inner .carousel-item {
        height: 300px; }
        .imagemodelwindow .row .content-div .content-body .carousel .carousel-inner .carousel-item img {
          height: 270px; }
      .imagemodelwindow .row .content-div .content-body .card {
        border: none; }
        .imagemodelwindow .row .content-div .content-body .card .card-header {
          background-color: #ffffff;
          border-bottom: none;
          padding: 0; }
          .imagemodelwindow .row .content-div .content-body .card .card-header button {
            color: #008065;
            text-decoration: none; }
            .imagemodelwindow .row .content-div .content-body .card .card-header button i:before {
              font-family: fontawesome;
              content: "\f068";
              font-style: normal;
              margin-right: 5px; }
            .imagemodelwindow .row .content-div .content-body .card .card-header button.collapsed i:before {
              font-family: fontawesome;
              content: "\f067";
              font-style: normal;
              margin-right: 5px; }

.expand-one-id, .expand-two-id {
  display: none; }

.myImg {
  cursor: pointer;
  transition: 0.3s;
  width: 100% !important;
  padding: 10px; }

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

#myImg:hover {
  opacity: 0.7; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 30;
  /* Sit on top */
  padding-top: 100px !important;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (image) */
.modal-content {
  display: block;
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation */
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: auto; } }

.carousel-control-prev-icon-1 {
  color: #003057 !important;
  position: absolute;
  left: 0; }
  .carousel-control-prev-icon-1:hover {
    color: #003057 !important; }

.slider-control-blue {
  color: #003057;
  font-size: 32px; }

.imagemodelwindow .content-div .content-body .carousel-control-prev {
  color: #008065;
  position: absolute;
  left: -2%; }
  .imagemodelwindow .content-div .content-body .carousel-control-prev i {
    left: -2%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.imagemodelwindow .content-div .content-body .carousel-control-next {
  color: #008065;
  position: absolute;
  right: -2%; }
  .imagemodelwindow .content-div .content-body .carousel-control-next i {
    right: -2%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.carousel-indicators {
  bottom: -4%; }

.text-expand1 {
  position: relative;
  max-height: 100px;
  height: 100px;
  overflow: hidden; }
  .text-expand1.-expanded {
    max-height: 100%;
    height: 100%; }

.text-expand1:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white); }

.text-expand2 {
  position: relative;
  max-height: 100px;
  height: 100px;
  overflow: hidden; }
  .text-expand2.-expanded {
    max-height: 100%;
    height: 100%; }

.text-expand2:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white); }

@media (max-width: 767px) {
  .carousel-indicators {
    bottom: -8% !important; } }

@media (min-width: 1024px) {
  .footer-content {
    display: none; } }

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 320px) and (max-width: 2000px) {
  .footer-content {
    background: #366373;
    background: -webkit-gradient(left top, right top, color-stop(0%, #366373), color-stop(49%, #366373), color-stop(100%, #282b47));
    background: linear-gradient(to right, #366373 0%, #366373 49%, #282b47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366373', endColorstr='#282b47', GradientType=1 );
    padding: 0;
    margin: 0; }
  .footer-menu-item {
    text-transform: uppercase; }
  .alt-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .expand-footer-wrap {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid black;
    line-height: 45px;
    position: relative;
    font-size: 22px; }
    .expand-footer-wrap:after {
      clear: both;
      content: '';
      display: block; }
    .expand-footer-wrap .footer-menu-item {
      display: block; }
      .expand-footer-wrap .footer-menu-item a {
        font-size: 20px; }
    .expand-footer-wrap ul {
      display: none;
      padding: 0; }
      .expand-footer-wrap ul li {
        position: relative; }
      .expand-footer-wrap ul a {
        font-size: 16px;
        display: block;
        font-weight: 400;
        padding-top: 13px;
        padding-bottom: 12px;
        line-height: normal; }
    .expand-footer-wrap ul.depth2 li {
      list-style: none; }
    .expand-footer-wrap ul.depth2 a {
      font-size: 16px; }
    .expand-footer-wrap ul.depth2 .expand-button {
      top: -6px;
      width: 30px; }
    .expand-footer-wrap ul.depth3 {
      padding-left: 22px; }
    .expand-footer-wrap span {
      word-wrap: break-word;
      font-weight: 400; }
      .expand-footer-wrap span a {
        color: #fff;
        font-weight: 600; }
    .expand-footer-wrap span:first-child {
      display: block; }
      .expand-footer-wrap span:first-child a {
        padding-left: 20px;
        padding-right: 20px;
        width: 84%; }
    .expand-footer-wrap .expand-button {
      position: absolute;
      right: 0;
      top: 0;
      height: 46px;
      width: 51px;
      text-align: center;
      padding: 0; }
      .expand-footer-wrap .expand-button a {
        color: #333;
        text-decoration: none;
        padding-top: 0;
        padding-bottom: 0; }
      .expand-footer-wrap .expand-button .hide {
        display: none; }
      .expand-footer-wrap .expand-button .fa.fa-plus:before {
        color: #F7BE00;
        font-size: 27px;
        font-weight: normal;
        display: block;
        margin-top: 19px; }
      .expand-footer-wrap .expand-button .fa.fa-minus:before {
        color: #F7BE00;
        font-size: 27px;
        font-weight: normal;
        display: block;
        margin-top: 19px; } }

#menu {
  position: fixed;
  left: 0;
  top: 430px;
  width: 8em;
  /*margin-top: -4.6em;*/
  border-radius: 0px 10px 10px 0px;
  z-index: 26;
  width: 84px; }

.menu-bar {
  list-style: none;
  padding-left: 0;
  background-color: #003057;
  color: white !important;
  height: 84px; }
  .menu-bar li button {
    color: #ffffff; }
  .menu-bar .menu-text {
    color: white;
    font-weight: 600;
    padding-left: 7px;
    margin-top: 0; }

.bars {
  color: white;
  padding-bottom: 0;
  font-style: normal;
  padding: 14px; }
  .bars:hover {
    color: #ffffff;
    outline: none; }
  .bars:active {
    outline: none; }

.sticky-menu-list {
  position: fixed;
  top: 225px;
  z-index: 27;
  background: linear-gradient(270deg, #004d83 100%, #1387d5 100%, #d8d8d8 100%);
  width: 350px;
  overflow-x: hidden;
  height: 70%;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: transform .25s; }
  .sticky-menu-list p {
    color: #F7BE00;
    font-size: 24px;
    padding: 15px;
    border-bottom: 0.5px solid #0067BA;
    padding-left: 0;
    margin-left: 15px;
    margin-right: 20px; }
  .sticky-menu-list ul {
    list-style: none;
    padding-left: 15px;
    margin-left: 0;
    padding-right: 15px; }
    .sticky-menu-list ul .menu-heading {
      color: #F7BE00;
      font-size: 22px;
      padding-bottom: 10px;
      display: block;
      font-weight: 400; }
    .sticky-menu-list ul li a {
      color: white;
      padding-top: 0;
      font-size: 20px;
      display: block; }
      .sticky-menu-list ul li a i {
        color: white;
        height: 50px;
        width: 50px;
        font-family: fontawesome;
        font-style: normal;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: right;
        padding: 10px; }

.show-menu {
  transform: translateX(0) translateZ(0);
  transition: transform .25s; }

@media screen and (max-width: 1025px) {
  #menu {
    display: none; }
  .sticky-menu-list {
    display: none; } }

#sticky-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: linear-gradient(270deg, #004d83 100%, #1387d5 100%, #d8d8d8 100%); }

#sticky-content::-webkit-scrollbar {
  width: 4px;
  background: linear-gradient(270deg, #004d83 100%, #1387d5 100%, #d8d8d8 100%); }

#sticky-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F7BE00; }

@media (min-width: 1024px) {
  .twocolumncallouthome {
    padding-bottom: 20px; }
    .twocolumncallouthome .row {
      padding: 20px; }
      .twocolumncallouthome .row .text-area {
        float: left;
        padding: 60px;
        padding-left: 0; }
        .twocolumncallouthome .row .text-area h2 {
          padding-bottom: 20px;
          padding-top: 50px;
          font-size: 36px; }
        .twocolumncallouthome .row .text-area h3 {
          color: #003057;
          font-size: 24px;
          padding-bottom: 10px;
          font-weight: 300; }
        .twocolumncallouthome .row .text-area p {
          padding-bottom: 10px;
          font-weight: 300; }
        .twocolumncallouthome .row .text-area a {
          color: #008065;
          font-size: 16px; }
      .twocolumncallouthome .row .callout-img {
        float: left; }
        .twocolumncallouthome .row .callout-img img {
          padding-top: 20px;
          width: 100%;
          height: auto; } }

.BG-gray {
  background-color: #D8D8D8; }

.alternate-callout1-grey-left .video-alternet h2, .alternate-callout1-blue-left .video-alternet h2 {
  color: #003057; }

.alternate-callout1-grey-left .video-alternet p, .alternate-callout1-blue-left .video-alternet p {
  line-height: 1.2; }

.alternate-callout1-grey-left .video-alternet a, .alternate-callout1-blue-left .video-alternet a {
  color: #008375; }

@media (min-width: 1501px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    min-height: 315px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1351px) and (max-width: 1500px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    -ms-transform: translateY(5%);
        transform: translateY(5%);
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 5%;
    right: 5%;
    -ms-transform: translateY(5%);
        transform: translateY(5%);
    left: 5%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.alternate-callout1-grey-left .video-alternet h2, .alternate-callout1-blue-left .video-alternet h2 {
  color: #003057; }

.alternate-callout1-grey-left .video-alternet p, .alternate-callout1-blue-left .video-alternet p {
  line-height: 1.2; }

.alternate-callout1-grey-left .video-alternet a, .alternate-callout1-blue-left .video-alternet a {
  color: #008375; }

@media (min-width: 1501px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1351px) and (max-width: 1500px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    -ms-transform: translateY(5%);
        transform: translateY(5%);
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    z-index: 25;
    -ms-transform: translateY(5%);
        transform: translateY(5%); }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.alternate-callout1-grey-right .video-alternet h2, .alternate-callout1-blue-right .video-alternet h2 {
  color: #003057; }

.alternate-callout1-grey-right .video-alternet p, .alternate-callout1-blue-right .video-alternet p {
  line-height: 1.2; }

.alternate-callout1-grey-right .video-alternet a, .alternate-callout1-blue-right .video-alternet a {
  color: #008375; }

@media (min-width: 1501px) {
  .alternate-callout1-grey-right .video-section, .alternate-callout1-blue-right .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    z-index: 25; }
    .alternate-callout1-grey-right .video-section h2, .alternate-callout1-blue-right .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1351px) and (max-width: 1500px) {
  .alternate-callout1-grey-right .video-section, .alternate-callout1-blue-right .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    z-index: 25; }
    .alternate-callout1-grey-right .video-section h2, .alternate-callout1-blue-right .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .alternate-callout1-grey-right .video-section, .alternate-callout1-blue-right .video-section {
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    z-index: 25; }
    .alternate-callout1-grey-right .video-section h2, .alternate-callout1-blue-right .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .alternate-callout1-grey-right .video-section, .alternate-callout1-blue-right .video-section {
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    z-index: 25;
    -ms-transform: translateY(5%);
        transform: translateY(5%); }
    .alternate-callout1-grey-right .video-section h2, .alternate-callout1-blue-right .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .alternate-callout1-grey-right .video-section, .alternate-callout1-blue-right .video-section {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    z-index: 25; }
    .alternate-callout1-grey-right .video-section h2, .alternate-callout1-blue-right .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.alternate-callout1-grey-left .video-alternet h2, .alternate-callout1-blue-left .video-alternet h2 {
  color: #003057; }

.alternate-callout1-grey-left .video-alternet p, .alternate-callout1-blue-left .video-alternet p {
  line-height: 1.2; }

.alternate-callout1-grey-left .video-alternet a, .alternate-callout1-blue-left .video-alternet a {
  color: #008375; }

@media (min-width: 1501px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    width: 40%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1351px) and (max-width: 1500px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    width: 40%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    min-height: 160px;
    min-width: 320px;
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    z-index: 25;
    -ms-transform: translateY(5%);
        transform: translateY(5%); }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    min-height: 260px;
    min-width: 190px;
    position: absolute;
    top: 5%;
    right: 5%;
    left: 5%;
    -ms-transform: translateY(5%);
        transform: translateY(5%);
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .alternate-callout1-grey-left .video-section, .alternate-callout1-blue-left .video-section {
    width: 40%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    z-index: 25; }
    .alternate-callout1-grey-left .video-section h2, .alternate-callout1-blue-left .video-section h2 {
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.video-section {
  min-height: 315px; }
  .video-section iframe {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute; }
  @media (min-width: 1368px) {
    .video-section iframe {
      width: 560px !important;
      height: 315px !important; } }
  @media (min-width: 0px) and (max-width: 500px) {
    .video-section {
      min-width: 200px; }
      .video-section iframe {
        width: 100% !important;
        height: 170px; } }
  @media (min-width: 501px) and (max-width: 767px) {
    .video-section {
      min-width: 200px; }
      .video-section iframe {
        width: 100% !important;
        height: 300px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .video-section iframe {
      width: 100% !important;
      height: 310px; } }
  @media (min-width: 1024px) and (max-width: 1367px) {
    .video-section iframe {
      width: 400px !important; } }

.alternatecallout-homepage {
  display: block;
  width: 100%;
  position: relative; }
  .alternatecallout-homepage .alternatecallout-main {
    position: relative;
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .alternatecallout-homepage .alternatecallout-main .alternatecallout-imgdiv {
      width: 60%;
      background-image: url("/images/twocolumn-bluetheme.png");
      /*min-height: 500px;*/
      padding-top: 26%;
      background-position: center;
      background-size: 100% auto;
      background-repeat: no-repeat; }
    .alternatecallout-homepage .alternatecallout-main .alternatecallout-contentdiv {
      width: 40%;
      z-index: 10;
      position: absolute;
      -ms-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
      top: 45%; }
      .alternatecallout-homepage .alternatecallout-main .alternatecallout-contentdiv > div {
        width: 100%; }
        .alternatecallout-homepage .alternatecallout-main .alternatecallout-contentdiv > div > h2 {
          font-weight: 400;
          padding-left: 15px; }
        .alternatecallout-homepage .alternatecallout-main .alternatecallout-contentdiv > div > p {
          line-height: 1.2; }
        .alternatecallout-homepage .alternatecallout-main .alternatecallout-contentdiv > div > a {
          font-size: 16px;
          color: #F7BE00;
          font-weight: 400;
          text-transform: uppercase; }
    .alternatecallout-homepage .alternatecallout-main .alternatecallout-gradient {
      position: absolute;
      /*top: 0;
            left: 44%;*/
      z-index: 10;
      /*right: 0px;*/
      /*bottom: -177px;*/
      width: 60%;
      height: 100%; }
    .alternatecallout-homepage .alternatecallout-main.img-left .alternatecallout-imgdiv {
      float: left; }
    .alternatecallout-homepage .alternatecallout-main.img-left .alternatecallout-gradient {
      right: 0;
      left: auto; }
    .alternatecallout-homepage .alternatecallout-main.img-left .alternatecallout-contentdiv {
      color: #ffffff;
      float: right;
      right: 0;
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
    .alternatecallout-homepage .alternatecallout-main.img-left.blue .alternatecallout-gradient {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%);
      /*linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,85,0.25) 6%,rgba(0,48,80,0.42) 10%,rgba(0,40,81,0.46) 11%,rgba(0,41,90,0.58) 14%,rgba(0,49,88,0.71) 17%,rgba(0,44,89,0.75) 18%,rgba(0,48,87,0.83) 20%,rgba(0,48,87,1) 24%,rgba(0,47,86,1) 100%);*/ }
    .alternatecallout-homepage .alternatecallout-main.img-left.white .alternatecallout-gradient {
      background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 19%, #f7f7f7 49%, #f7f7f7 75%, rgba(247, 247, 247, 0) 100%); }
    .alternatecallout-homepage .alternatecallout-main.img-right .alternatecallout-imgdiv {
      float: right; }
    .alternatecallout-homepage .alternatecallout-main.img-right .alternatecallout-gradient {
      right: auto;
      left: 0; }
    .alternatecallout-homepage .alternatecallout-main.img-right .alternatecallout-contentdiv {
      left: 6%;
      color: #000000;
      float: left; }
    .alternatecallout-homepage .alternatecallout-main.img-right.blue .alternatecallout-gradient {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }
    .alternatecallout-homepage .alternatecallout-main.img-right.white .alternatecallout-gradient {
      background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 19%, #f7f7f7 49%, #f7f7f7 75%, rgba(247, 247, 247, 0) 100%); }

.alternate-callout1-grey-right, .alternate-callout1-grey-left {
  display: block;
  width: 100%; }
  .alternate-callout1-grey-right .mobile .alternatecallout-main, .alternate-callout1-grey-left .mobile .alternatecallout-main {
    position: relative;
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-imgdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-imgdiv {
      width: 100%;
      background-image: url("/images/twocolumn-whitetheme-mobile.png");
      background-position: center;
      padding-top: 57%;
      background-size: 100% auto;
      position: relative;
      background-repeat: no-repeat; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv {
      width: 100%;
      z-index: 10;
      position: relative;
      -ms-transform: none;
          transform: none;
      padding-bottom: 11px;
      left: 0%; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div {
        width: 100%;
        -ms-transform: none;
            transform: none;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2 {
          font-weight: 400;
          font-size: 22px;
          text-align: left;
          color: #003057; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p {
          font-size: 16px;
          font-weight: 300;
          color: #000000; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a {
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          color: #008065; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a {
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          color: #008065; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul {
          list-style-type: disc;
          padding-left: 20px;
          overflow: hidden; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li {
          color: black; }
          .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            text-transform: none; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-gradient {
      position: absolute;
      width: 100%;
      top: -118px;
      z-index: -1;
      height: 300px; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv {
      float: left; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left .alternatecallout-gradient {
      right: 0;
      left: auto;
      margin-top: 5px; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv {
      color: #ffffff;
      float: right; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.blue, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.blue {
      background-color: #002f56; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%);
        /*linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,85,0.25) 6%,rgba(0,48,80,0.42) 10%,rgba(0,40,81,0.46) 11%,rgba(0,41,90,0.58) 14%,rgba(0,49,88,0.71) 17%,rgba(0,44,89,0.75) 18%,rgba(0,48,87,0.83) 20%,rgba(0,48,87,1) 24%,rgba(0,47,86,1) 100%);*/ }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.grey, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.grey {
      background-color: #f7f7f7; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.grey .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.grey .alternatecallout-gradient {
        background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 25%, #f7f7f7 100%); }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right {
      /*.alternatecallout-gradient {
                    right: auto;
                    left: 0;
                    margin-top: 17px;
                }*/ }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv {
        float: right; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv {
        color: #000000;
        float: left; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div {
          /*padding-left: 15%;*/ }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.blue, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.blue {
        background-color: #002f56; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.grey, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.grey {
        background-color: #f7f7f7; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 25%, #f7f7f7 100%); }

.alternate-callout1-blue-right, .alternate-callout1-blue-left {
  display: block;
  width: 100%; }
  .alternate-callout1-blue-right .mobile .alternatecallout-main, .alternate-callout1-blue-left .mobile .alternatecallout-main {
    position: relative;
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-imgdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-imgdiv {
      width: 100%;
      background-image: url("/images/twocolumn-bluetheme-mobile.png");
      background-position: center;
      padding-top: 57%;
      background-size: 100% auto;
      position: relative;
      background-repeat: no-repeat; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv {
      width: 100%;
      z-index: 10;
      position: relative;
      -ms-transform: none;
          transform: none;
      padding-bottom: 11px;
      left: 0%; }
      .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div {
        width: 100%;
        -ms-transform: none;
            transform: none;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
        color: #ffffff; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2 {
          font-weight: 400;
          font-size: 22px;
          text-align: left; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p {
          font-size: 16px;
          font-weight: 300;
          color: #ffffff; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a {
          font-size: 16px;
          font-weight: 400;
          color: #F7BE00 !important;
          text-transform: uppercase; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a {
          font-size: 16px;
          font-weight: 400;
          color: #F7BE00 !important;
          text-transform: uppercase; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul {
          padding-left: 20px;
          overflow: hidden;
          list-style-type: disc; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li {
          color: #ffffff; }
          .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
            text-transform: none; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-gradient {
      position: absolute;
      width: 100%;
      top: -118px;
      z-index: -1;
      height: 300px; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv {
      float: left; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left .alternatecallout-gradient {
      right: 0;
      left: auto;
      margin-top: 5px; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv {
      color: #ffffff;
      float: right; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left.blue, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left.blue {
      background-color: #002f56; }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%);
        /*linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,85,0.25) 6%,rgba(0,48,80,0.42) 10%,rgba(0,40,81,0.46) 11%,rgba(0,41,90,0.58) 14%,rgba(0,49,88,0.71) 17%,rgba(0,44,89,0.75) 18%,rgba(0,48,87,0.83) 20%,rgba(0,48,87,1) 24%,rgba(0,47,86,1) 100%);*/ }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right {
      /*.alternatecallout-gradient {
                    right: auto;
                    left: 0;
                    margin-top: 17px;
                }*/ }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv {
        float: right; }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv {
        color: #000000;
        float: left; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div {
          /*padding-left: 15%;*/ }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.blue, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.blue {
        background-color: #002f56; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.grey, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.grey {
        background-color: #002f56; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }

.color-green-learn {
  color: #008375 !important; }

.mobile-search-box {
  background-image: linear-gradient(#00203B, #003057);
  padding: 40px;
  padding-left: 0px; }
  .mobile-search-box ul {
    padding-left: 0; }
    .mobile-search-box ul li {
      margin-bottom: 20px;
      color: #ffffff; }
      .mobile-search-box ul li a i {
        color: black;
        position: relative;
        left: 10%; }
      .mobile-search-box ul li a input {
        padding: 10px;
        padding-left: 10%;
        width: 70%;
        border-radius: 10px; }
      .mobile-search-box ul li .button {
        width: 17%;
        margin-left: 4%;
        border-radius: 10%;
        padding: 4%;
        color: #ffffff;
        background-image: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%); }
      .mobile-search-box ul li .button:hover {
        background-image: linear-gradient(360deg, #008375 0%, #004e46 63%);
        color: #ffffff; }
      .mobile-search-box ul li .button:active {
        background-image: linear-gradient(360deg, #02a493 44%, #004e46 93%);
        color: #ffffff; }
      .mobile-search-box ul li .text-center {
        color: #ffffff; }

@media screen and (min-width: 500px) and (max-width: 1100px) {
  .mobile-search-box {
    background-image: linear-gradient(#00203B, #003057);
    padding-top: 20px; }
    .mobile-search-box ul li {
      margin-bottom: 20px; }
      .mobile-search-box ul li a i {
        color: #008375;
        position: relative;
        left: 5%; }
      .mobile-search-box ul li a input {
        padding: 10px;
        padding-left: 5%;
        width: 70%; }
      .mobile-search-box ul li .button {
        width: 17%;
        margin-left: 4%;
        border-radius: 10%;
        color: #ffffff;
        background-image: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
        padding: 2%; }
      .mobile-search-box ul li .button:hover {
        background-image: linear-gradient(360deg, #008375 0%, #004e46 63%);
        color: #ffffff; }
      .mobile-search-box ul li .button:active {
        background-image: linear-gradient(360deg, #02a493 44%, #004e46 93%);
        color: #ffffff; } }

#search-box-content {
  display: none; }

@media (max-width: 1100px) {
  #search-box-content {
    display: none; } }

.product-tile {
  padding-top: 20px;
  padding-bottom: 20px; }
  .product-tile h2 {
    color: #003057;
    text-align: center;
    padding-top: 20px;
    font-size: 36px;
    font-weight: 400; }
  .product-tile .row .product-outer {
    float: left;
    margin: 0 auto;
    padding-bottom: 20px; }
    .product-tile .row .product-outer a {
      cursor: pointer; }
    .product-tile .row .product-outer .product-tile-inner {
      position: relative;
      border-radius: 5px; }
      .product-tile .row .product-outer .product-tile-inner img {
        display: block;
        border-radius: 5px; }
      .product-tile .row .product-outer .product-tile-inner .top-color {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #673277;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        opacity: 0.7;
        transition: .5s ease;
        border-radius: 5px; }
        .product-tile .row .product-outer .product-tile-inner .top-color .text {
          height: 60px;
          width: auto;
          color: white;
          font-size: 36px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center;
          border-top: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          font-weight: 600;
          z-index: 100;
          font-style: bold;
          transition: transform 10s; }

.blue-color-effect {
  background-color: #002D74 !important; }

.green-color-effect {
  background-color: #0083AD !important; }

@media (min-width: 1024px) {
  .asek-20 h1 {
    color: #003057;
    padding-bottom: 20px; }
  .asek-20 .row .content-body {
    padding: 15px;
    float: left; }
    .asek-20 .row .content-body .content-section {
      width: 75%; }
      .asek-20 .row .content-body .content-section p {
        font-size: 20px;
        font-weight: 300; }
      .asek-20 .row .content-body .content-section h2 {
        color: #003057;
        padding-bottom: 10px;
        font-size: 28px; }
      .asek-20 .row .content-body .content-section ul {
        list-style: inherit; }
        .asek-20 .row .content-body .content-section ul li {
          padding-bottom: 10px;
          font-weight: 300; }
      .asek-20 .row .content-body .content-section h3 {
        color: #003057; }
      .asek-20 .row .content-body .content-section .caution {
        font-style: italic;
        font-weight: 600; }
  .asek-20 .row .utility-section {
    float: right;
    width: 25%;
    padding: 15px; }
    .asek-20 .row .utility-section img {
      max-width: 100%;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      padding: 10px;
      height: auto; }
    .asek-20 .row .utility-section h2 {
      color: #003057; }
    .asek-20 .row .utility-section a {
      color: #008375; }
    .asek-20 .row .utility-section .button {
      background: #E87200;
      margin-bottom: 15px;
      color: #ffffff;
      width: 100%;
      padding: 15px;
      height: 60px;
      margin-top: 5px; }
    .asek-20 .row .utility-section .featurekit-content {
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      float: left;
      max-width: 100%; }
      .asek-20 .row .utility-section .featurekit-content .content-kit {
        background: #ffffff;
        border-radius: 5px;
        width: 100%; }
        .asek-20 .row .utility-section .featurekit-content .content-kit img.img-fluid {
          width: 100%; }
        .asek-20 .row .utility-section .featurekit-content .content-kit div {
          padding: 15px; }
          .asek-20 .row .utility-section .featurekit-content .content-kit div h2 {
            font-size: 28px;
            color: #003057; }
          .asek-20 .row .utility-section .featurekit-content .content-kit div p {
            font-size: 18px;
            font-weight: 300; }
          .asek-20 .row .utility-section .featurekit-content .content-kit div .learnmore {
            margin-top: 30px; }
            .asek-20 .row .utility-section .featurekit-content .content-kit div .learnmore a {
              color: #008065; } }

.generic-content-common {
  padding-bottom: 20px; }
  .generic-content-common .generic-content {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 20px; }
    .generic-content-common .generic-content h1 {
      color: #003057;
      padding-top: 20px;
      padding-bottom: 10px; }
    .generic-content-common .generic-content p {
      font-weight: 300;
      margin-bottom: 20px;
      font-size: 20px; }
    .generic-content-common .generic-content span {
      font-weight: 300;
      margin-bottom: 20px;
      font-size: 20px; }
    .generic-content-common .generic-content div {
      font-weight: 300;
      font-size: 20px; }
    .generic-content-common .generic-content img {
      float: unset;
      display: unset;
      max-width: 100%; }
    .generic-content-common .generic-content table {
      text-align: center;
      -ms-flex-align: center;
          align-items: center; }
      .generic-content-common .generic-content table tbody tr td {
        border: 1px solid #000000;
        text-align: center;
        vertical-align: middle;
        padding: 10px; }
      .generic-content-common .generic-content table thead tr th {
        border: 1px solid #000000;
        text-align: center;
        vertical-align: middle;
        padding: 10px; }
    @media (min-width: 1368px) {
      .generic-content-common .generic-content iframe {
        width: 560px !important;
        height: 315px !important; } }
    @media (min-width: 0px) and (max-width: 500px) {
      .generic-content-common .generic-content iframe {
        width: 100% !important; } }
    @media (min-width: 501px) and (max-width: 767px) {
      .generic-content-common .generic-content iframe {
        width: 100% !important;
        height: 300px !important; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .generic-content-common .generic-content iframe {
        width: 100% !important;
        height: 310px; } }
    @media (min-width: 1024px) and (max-width: 1367px) {
      .generic-content-common .generic-content iframe {
        width: 500px !important; } }

#almPackageGridTable html {
  font-family: canada-type-gibson, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

#almPackageGridTable body {
  margin: 0;
  font-weight: 400 !important; }

#almPackageGridTable article,
#almPackageGridTable aside,
#almPackageGridTable details,
#almPackageGridTable figcaption,
#almPackageGridTable figure,
#almPackageGridTable footer,
#almPackageGridTable header,
#almPackageGridTable hgroup,
#almPackageGridTable main,
#almPackageGridTable menu,
#almPackageGridTable nav,
#almPackageGridTable section,
#almPackageGridTable summary {
  display: block; }

#almPackageGridTable audio,
#almPackageGridTable canvas,
#almPackageGridTable progress,
#almPackageGridTable video {
  display: inline-block;
  vertical-align: baseline; }

#almPackageGridTable audio:not([controls]) {
  display: none;
  height: 0; }

#almPackageGridTable [hidden],
#almPackageGridTable template {
  display: none; }

#almPackageGridTable a {
  background-color: transparent; }

#almPackageGridTable a:active,
#almPackageGridTable a:hover {
  outline: 0; }

#almPackageGridTable abbr[title] {
  border-bottom: 1px dotted; }

#almPackageGridTable b,
#almPackageGridTable strong {
  font-weight: normal !important; }

#almPackageGridTable dfn {
  font-style: italic; }

#almPackageGridTable h1 {
  font-size: 2em;
  margin: 0.67em 0; }

#almPackageGridTable mark {
  background: #ff0;
  color: #000; }

#almPackageGridTable small {
  font-size: 80%; }

#almPackageGridTable sub,
#almPackageGridTable sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

#almPackageGridTable sup {
  top: -0.5em; }

#almPackageGridTable sub {
  bottom: -0.25em; }

#almPackageGridTable img {
  border: 0; }

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

#almPackageGridTable figure {
  margin: 1em 40px; }

#almPackageGridTable hr {
  box-sizing: content-box;
  height: 0; }

#almPackageGridTable pre {
  overflow: auto; }

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

#almPackageGridTable button,
#almPackageGridTable input,
#almPackageGridTable optgroup,
#almPackageGridTable select,
#almPackageGridTable textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

#almPackageGridTable button {
  overflow: visible; }

#almPackageGridTable button,
#almPackageGridTable select {
  text-transform: none; }

#almPackageGridTable button,
#almPackageGridTable html input[type="button"],
#almPackageGridTable input[type="reset"],
#almPackageGridTable input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

#almPackageGridTable button[disabled],
#almPackageGridTable html input[disabled] {
  cursor: default; }

#almPackageGridTable button::-moz-focus-inner,
#almPackageGridTable input::-moz-focus-inner {
  border: 0;
  padding: 0; }

#almPackageGridTable input {
  line-height: normal; }

#almPackageGridTable input[type="checkbox"],
#almPackageGridTable input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

#almPackageGridTable input[type="number"]::-webkit-inner-spin-button,
#almPackageGridTable input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

#almPackageGridTable input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

#almPackageGridTable input[type="search"]::-webkit-search-cancel-button,
#almPackageGridTable input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

#almPackageGridTable fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

#almPackageGridTable legend {
  border: 0;
  padding: 0; }

#almPackageGridTable textarea {
  overflow: auto; }

#almPackageGridTable optgroup {
  font-weight: normal !important; }

#almPackageGridTable table {
  border-collapse: collapse;
  border-spacing: 0; }

#almPackageGridTable td,
#almPackageGridTable th {
  padding: 0; }

@media print {
  #almPackageGridTable *,
  #almPackageGridTable *:before,
  #almPackageGridTable *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  #almPackageGridTable a,
  #almPackageGridTable a:visited {
    text-decoration: underline; }
  #almPackageGridTable a[href]:after {
    content: " (" attr(href) ")"; }
  #almPackageGridTable abbr[title]:after {
    content: " (" attr(title) ")"; }
  #almPackageGridTable a[href^="#"]:after,
  #almPackageGridTable a[href^="javascript:"]:after {
    content: ""; }
  #almPackageGridTable pre,
  #almPackageGridTable blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  #almPackageGridTable thead {
    display: table-header-group; }
  #almPackageGridTable tr,
  #almPackageGridTable img {
    page-break-inside: avoid; }
  #almPackageGridTable img {
    max-width: 100% !important; }
  #almPackageGridTable p,
  #almPackageGridTable h2,
  #almPackageGridTable h3 {
    orphans: 3;
    widows: 3; }
  #almPackageGridTable h2,
  #almPackageGridTable h3 {
    page-break-after: avoid; }
  #almPackageGridTable select {
    background: #fff !important; }
  #almPackageGridTable .navbar {
    display: none; }
  #almPackageGridTable .btn > .caret,
  #almPackageGridTable .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  #almPackageGridTable .label {
    border: 1px solid #000; }
  #almPackageGridTable .table {
    border-collapse: collapse !important; }
  #almPackageGridTable .table td,
  #almPackageGridTable .table th {
    background-color: #fff !important; }
  #almPackageGridTable .table-bordered th,
  #almPackageGridTable .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

#almPackageGridTable .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#almPackageGridTable .glyphicon-asterisk:before {
  content: "*"; }

#almPackageGridTable .glyphicon-plus:before {
  content: "+"; }

#almPackageGridTable .glyphicon-euro:before,
#almPackageGridTable .glyphicon-eur:before {
  content: "\20AC"; }

#almPackageGridTable .glyphicon-minus:before {
  content: "\2212"; }

#almPackageGridTable .glyphicon-cloud:before {
  content: "\2601"; }

#almPackageGridTable .glyphicon-envelope:before {
  content: "\2709"; }

#almPackageGridTable .glyphicon-pencil:before {
  content: "\270F"; }

#almPackageGridTable .glyphicon-glass:before {
  content: "\E001"; }

#almPackageGridTable .glyphicon-music:before {
  content: "\E002"; }

#almPackageGridTable .glyphicon-search:before {
  content: "\E003"; }

#almPackageGridTable .glyphicon-heart:before {
  content: "\E005"; }

#almPackageGridTable .glyphicon-star:before {
  content: "\E006"; }

#almPackageGridTable .glyphicon-star-empty:before {
  content: "\E007"; }

#almPackageGridTable .glyphicon-user:before {
  content: "\E008"; }

#almPackageGridTable .glyphicon-film:before {
  content: "\E009"; }

#almPackageGridTable .glyphicon-th-large:before {
  content: "\E010"; }

#almPackageGridTable .glyphicon-th:before {
  content: "\E011"; }

#almPackageGridTable .glyphicon-th-list:before {
  content: "\E012"; }

#almPackageGridTable .glyphicon-ok:before {
  content: "\E013"; }

#almPackageGridTable .glyphicon-remove:before {
  content: "\E014"; }

#almPackageGridTable .glyphicon-zoom-in:before {
  content: "\E015"; }

#almPackageGridTable .glyphicon-zoom-out:before {
  content: "\E016"; }

#almPackageGridTable .glyphicon-off:before {
  content: "\E017"; }

#almPackageGridTable .glyphicon-signal:before {
  content: "\E018"; }

#almPackageGridTable .glyphicon-cog:before {
  content: "\E019"; }

#almPackageGridTable .glyphicon-trash:before {
  content: "\E020"; }

#almPackageGridTable .glyphicon-home:before {
  content: "\E021"; }

#almPackageGridTable .glyphicon-file:before {
  content: "\E022"; }

#almPackageGridTable .glyphicon-time:before {
  content: "\E023"; }

#almPackageGridTable .glyphicon-road:before {
  content: "\E024"; }

#almPackageGridTable .glyphicon-download-alt:before {
  content: "\E025"; }

#almPackageGridTable .glyphicon-download:before {
  content: "\E026"; }

#almPackageGridTable .glyphicon-upload:before {
  content: "\E027"; }

#almPackageGridTable .glyphicon-inbox:before {
  content: "\E028"; }

#almPackageGridTable .glyphicon-play-circle:before {
  content: "\E029"; }

#almPackageGridTable .glyphicon-repeat:before {
  content: "\E030"; }

#almPackageGridTable .glyphicon-refresh:before {
  content: "\E031"; }

#almPackageGridTable .glyphicon-list-alt:before {
  content: "\E032"; }

#almPackageGridTable .glyphicon-lock:before {
  content: "\E033"; }

#almPackageGridTable .glyphicon-flag:before {
  content: "\E034"; }

#almPackageGridTable .glyphicon-headphones:before {
  content: "\E035"; }

#almPackageGridTable .glyphicon-volume-off:before {
  content: "\E036"; }

#almPackageGridTable .glyphicon-volume-down:before {
  content: "\E037"; }

#almPackageGridTable .glyphicon-volume-up:before {
  content: "\E038"; }

#almPackageGridTable .glyphicon-qrcode:before {
  content: "\E039"; }

#almPackageGridTable .glyphicon-barcode:before {
  content: "\E040"; }

#almPackageGridTable .glyphicon-tag:before {
  content: "\E041"; }

#almPackageGridTable .glyphicon-tags:before {
  content: "\E042"; }

#almPackageGridTable .glyphicon-book:before {
  content: "\E043"; }

#almPackageGridTable .glyphicon-bookmark:before {
  content: "\E044"; }

#almPackageGridTable .glyphicon-print:before {
  content: "\E045"; }

#almPackageGridTable .glyphicon-camera:before {
  content: "\E046"; }

#almPackageGridTable .glyphicon-font:before {
  content: "\E047"; }

#almPackageGridTable .glyphicon-bold:before {
  content: "\E048"; }

#almPackageGridTable .glyphicon-italic:before {
  content: "\E049"; }

#almPackageGridTable .glyphicon-text-height:before {
  content: "\E050"; }

#almPackageGridTable .glyphicon-text-width:before {
  content: "\E051"; }

#almPackageGridTable .glyphicon-align-left:before {
  content: "\E052"; }

#almPackageGridTable .glyphicon-align-center:before {
  content: "\E053"; }

#almPackageGridTable .glyphicon-align-right:before {
  content: "\E054"; }

#almPackageGridTable .glyphicon-align-justify:before {
  content: "\E055"; }

#almPackageGridTable .glyphicon-list:before {
  content: "\E056"; }

#almPackageGridTable .glyphicon-indent-left:before {
  content: "\E057"; }

#almPackageGridTable .glyphicon-indent-right:before {
  content: "\E058"; }

#almPackageGridTable .glyphicon-facetime-video:before {
  content: "\E059"; }

#almPackageGridTable .glyphicon-picture:before {
  content: "\E060"; }

#almPackageGridTable .glyphicon-map-marker:before {
  content: "\E062"; }

#almPackageGridTable .glyphicon-adjust:before {
  content: "\E063"; }

#almPackageGridTable .glyphicon-tint:before {
  content: "\E064"; }

#almPackageGridTable .glyphicon-edit:before {
  content: "\E065"; }

#almPackageGridTable .glyphicon-share:before {
  content: "\E066"; }

#almPackageGridTable .glyphicon-check:before {
  content: "\E067"; }

#almPackageGridTable .glyphicon-move:before {
  content: "\E068"; }

#almPackageGridTable .glyphicon-step-backward:before {
  content: "\E069"; }

#almPackageGridTable .glyphicon-fast-backward:before {
  content: "\E070"; }

#almPackageGridTable .glyphicon-backward:before {
  content: "\E071"; }

#almPackageGridTable .glyphicon-play:before {
  content: "\E072"; }

#almPackageGridTable .glyphicon-pause:before {
  content: "\E073"; }

#almPackageGridTable .glyphicon-stop:before {
  content: "\E074"; }

#almPackageGridTable .glyphicon-forward:before {
  content: "\E075"; }

#almPackageGridTable .glyphicon-fast-forward:before {
  content: "\E076"; }

#almPackageGridTable .glyphicon-step-forward:before {
  content: "\E077"; }

#almPackageGridTable .glyphicon-eject:before {
  content: "\E078"; }

#almPackageGridTable .glyphicon-chevron-left:before {
  content: "\E079"; }

#almPackageGridTable .glyphicon-chevron-right:before {
  content: "\E080"; }

#almPackageGridTable .glyphicon-plus-sign:before {
  content: "\E081"; }

#almPackageGridTable .glyphicon-minus-sign:before {
  content: "\E082"; }

#almPackageGridTable .glyphicon-remove-sign:before {
  content: "\E083"; }

#almPackageGridTable .glyphicon-ok-sign:before {
  content: "\E084"; }

#almPackageGridTable .glyphicon-question-sign:before {
  content: "\E085"; }

#almPackageGridTable .glyphicon-info-sign:before {
  content: "\E086"; }

#almPackageGridTable .glyphicon-screenshot:before {
  content: "\E087"; }

#almPackageGridTable .glyphicon-remove-circle:before {
  content: "\E088"; }

#almPackageGridTable .glyphicon-ok-circle:before {
  content: "\E089"; }

#almPackageGridTable .glyphicon-ban-circle:before {
  content: "\E090"; }

#almPackageGridTable .glyphicon-arrow-left:before {
  content: "\E091"; }

#almPackageGridTable .glyphicon-arrow-right:before {
  content: "\E092"; }

#almPackageGridTable .glyphicon-arrow-up:before {
  content: "\E093"; }

#almPackageGridTable .glyphicon-arrow-down:before {
  content: "\E094"; }

#almPackageGridTable .glyphicon-share-alt:before {
  content: "\E095"; }

#almPackageGridTable .glyphicon-resize-full:before {
  content: "\E096"; }

#almPackageGridTable .glyphicon-resize-small:before {
  content: "\E097"; }

#almPackageGridTable .glyphicon-exclamation-sign:before {
  content: "\E101"; }

#almPackageGridTable .glyphicon-gift:before {
  content: "\E102"; }

#almPackageGridTable .glyphicon-leaf:before {
  content: "\E103"; }

#almPackageGridTable .glyphicon-fire:before {
  content: "\E104"; }

#almPackageGridTable .glyphicon-eye-open:before {
  content: "\E105"; }

#almPackageGridTable .glyphicon-eye-close:before {
  content: "\E106"; }

#almPackageGridTable .glyphicon-warning-sign:before {
  content: "\E107"; }

#almPackageGridTable .glyphicon-plane:before {
  content: "\E108"; }

#almPackageGridTable .glyphicon-calendar:before {
  content: "\E109"; }

#almPackageGridTable .glyphicon-random:before {
  content: "\E110"; }

#almPackageGridTable .glyphicon-comment:before {
  content: "\E111"; }

#almPackageGridTable .glyphicon-magnet:before {
  content: "\E112"; }

#almPackageGridTable .glyphicon-chevron-up:before {
  content: "\E113"; }

#almPackageGridTable .glyphicon-chevron-down:before {
  content: "\E114"; }

#almPackageGridTable .glyphicon-retweet:before {
  content: "\E115"; }

#almPackageGridTable .glyphicon-shopping-cart:before {
  content: "\E116"; }

#almPackageGridTable .glyphicon-folder-close:before {
  content: "\E117"; }

#almPackageGridTable .glyphicon-folder-open:before {
  content: "\E118"; }

#almPackageGridTable .glyphicon-resize-vertical:before {
  content: "\E119"; }

#almPackageGridTable .glyphicon-resize-horizontal:before {
  content: "\E120"; }

#almPackageGridTable .glyphicon-hdd:before {
  content: "\E121"; }

#almPackageGridTable .glyphicon-bullhorn:before {
  content: "\E122"; }

#almPackageGridTable .glyphicon-bell:before {
  content: "\E123"; }

#almPackageGridTable .glyphicon-certificate:before {
  content: "\E124"; }

#almPackageGridTable .glyphicon-thumbs-up:before {
  content: "\E125"; }

#almPackageGridTable .glyphicon-thumbs-down:before {
  content: "\E126"; }

#almPackageGridTable .glyphicon-hand-right:before {
  content: "\E127"; }

#almPackageGridTable .glyphicon-hand-left:before {
  content: "\E128"; }

#almPackageGridTable .glyphicon-hand-up:before {
  content: "\E129"; }

#almPackageGridTable .glyphicon-hand-down:before {
  content: "\E130"; }

#almPackageGridTable .glyphicon-circle-arrow-right:before {
  content: "\E131"; }

#almPackageGridTable .glyphicon-circle-arrow-left:before {
  content: "\E132"; }

#almPackageGridTable .glyphicon-circle-arrow-up:before {
  content: "\E133"; }

#almPackageGridTable .glyphicon-circle-arrow-down:before {
  content: "\E134"; }

#almPackageGridTable .glyphicon-globe:before {
  content: "\E135"; }

#almPackageGridTable .glyphicon-wrench:before {
  content: "\E136"; }

#almPackageGridTable .glyphicon-tasks:before {
  content: "\E137"; }

#almPackageGridTable .glyphicon-filter:before {
  content: "\E138"; }

#almPackageGridTable .glyphicon-briefcase:before {
  content: "\E139"; }

#almPackageGridTable .glyphicon-fullscreen:before {
  content: "\E140"; }

#almPackageGridTable .glyphicon-dashboard:before {
  content: "\E141"; }

#almPackageGridTable .glyphicon-paperclip:before {
  content: "\E142"; }

#almPackageGridTable .glyphicon-heart-empty:before {
  content: "\E143"; }

#almPackageGridTable .glyphicon-link:before {
  content: "\E144"; }

#almPackageGridTable .glyphicon-phone:before {
  content: "\E145"; }

#almPackageGridTable .glyphicon-pushpin:before {
  content: "\E146"; }

#almPackageGridTable .glyphicon-usd:before {
  content: "\E148"; }

#almPackageGridTable .glyphicon-gbp:before {
  content: "\E149"; }

#almPackageGridTable .glyphicon-sort:before {
  content: "\E150"; }

#almPackageGridTable .glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

#almPackageGridTable .glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

#almPackageGridTable .glyphicon-sort-by-order:before {
  content: "\E153"; }

#almPackageGridTable .glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

#almPackageGridTable .glyphicon-sort-by-attributes:before {
  content: "\E155"; }

#almPackageGridTable .glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

#almPackageGridTable .glyphicon-unchecked:before {
  content: "\E157"; }

#almPackageGridTable .glyphicon-expand:before {
  content: "\E158"; }

#almPackageGridTable .glyphicon-collapse-down:before {
  content: "\E159"; }

#almPackageGridTable .glyphicon-collapse-up:before {
  content: "\E160"; }

#almPackageGridTable .glyphicon-log-in:before {
  content: "\E161"; }

#almPackageGridTable .glyphicon-flash:before {
  content: "\E162"; }

#almPackageGridTable .glyphicon-log-out:before {
  content: "\E163"; }

#almPackageGridTable .glyphicon-new-window:before {
  content: "\E164"; }

#almPackageGridTable .glyphicon-record:before {
  content: "\E165"; }

#almPackageGridTable .glyphicon-save:before {
  content: "\E166"; }

#almPackageGridTable .glyphicon-open:before {
  content: "\E167"; }

#almPackageGridTable .glyphicon-saved:before {
  content: "\E168"; }

#almPackageGridTable .glyphicon-import:before {
  content: "\E169"; }

#almPackageGridTable .glyphicon-export:before {
  content: "\E170"; }

#almPackageGridTable .glyphicon-send:before {
  content: "\E171"; }

#almPackageGridTable .glyphicon-floppy-disk:before {
  content: "\E172"; }

#almPackageGridTable .glyphicon-floppy-saved:before {
  content: "\E173"; }

#almPackageGridTable .glyphicon-floppy-remove:before {
  content: "\E174"; }

#almPackageGridTable .glyphicon-floppy-save:before {
  content: "\E175"; }

#almPackageGridTable .glyphicon-floppy-open:before {
  content: "\E176"; }

#almPackageGridTable .glyphicon-credit-card:before {
  content: "\E177"; }

#almPackageGridTable .glyphicon-transfer:before {
  content: "\E178"; }

#almPackageGridTable .glyphicon-cutlery:before {
  content: "\E179"; }

#almPackageGridTable .glyphicon-header:before {
  content: "\E180"; }

#almPackageGridTable .glyphicon-compressed:before {
  content: "\E181"; }

#almPackageGridTable .glyphicon-earphone:before {
  content: "\E182"; }

#almPackageGridTable .glyphicon-phone-alt:before {
  content: "\E183"; }

#almPackageGridTable .glyphicon-tower:before {
  content: "\E184"; }

#almPackageGridTable .glyphicon-stats:before {
  content: "\E185"; }

#almPackageGridTable .glyphicon-sd-video:before {
  content: "\E186"; }

#almPackageGridTable .glyphicon-hd-video:before {
  content: "\E187"; }

#almPackageGridTable .glyphicon-subtitles:before {
  content: "\E188"; }

#almPackageGridTable .glyphicon-sound-stereo:before {
  content: "\E189"; }

#almPackageGridTable .glyphicon-sound-dolby:before {
  content: "\E190"; }

#almPackageGridTable .glyphicon-sound-5-1:before {
  content: "\E191"; }

#almPackageGridTable .glyphicon-sound-6-1:before {
  content: "\E192"; }

#almPackageGridTable .glyphicon-sound-7-1:before {
  content: "\E193"; }

#almPackageGridTable .glyphicon-copyright-mark:before {
  content: "\E194"; }

#almPackageGridTable .glyphicon-registration-mark:before {
  content: "\E195"; }

#almPackageGridTable .glyphicon-cloud-download:before {
  content: "\E197"; }

#almPackageGridTable .glyphicon-cloud-upload:before {
  content: "\E198"; }

#almPackageGridTable .glyphicon-tree-conifer:before {
  content: "\E199"; }

#almPackageGridTable .glyphicon-tree-deciduous:before {
  content: "\E200"; }

#almPackageGridTable .glyphicon-cd:before {
  content: "\E201"; }

#almPackageGridTable .glyphicon-save-file:before {
  content: "\E202"; }

#almPackageGridTable .glyphicon-open-file:before {
  content: "\E203"; }

#almPackageGridTable .glyphicon-level-up:before {
  content: "\E204"; }

#almPackageGridTable .glyphicon-copy:before {
  content: "\E205"; }

#almPackageGridTable .glyphicon-paste:before {
  content: "\E206"; }

#almPackageGridTable .glyphicon-alert:before {
  content: "\E209"; }

#almPackageGridTable .glyphicon-equalizer:before {
  content: "\E210"; }

#almPackageGridTable .glyphicon-king:before {
  content: "\E211"; }

#almPackageGridTable .glyphicon-queen:before {
  content: "\E212"; }

#almPackageGridTable .glyphicon-pawn:before {
  content: "\E213"; }

#almPackageGridTable .glyphicon-bishop:before {
  content: "\E214"; }

#almPackageGridTable .glyphicon-knight:before {
  content: "\E215"; }

#almPackageGridTable .glyphicon-baby-formula:before {
  content: "\E216"; }

#almPackageGridTable .glyphicon-tent:before {
  content: "\26FA"; }

#almPackageGridTable .glyphicon-blackboard:before {
  content: "\E218"; }

#almPackageGridTable .glyphicon-bed:before {
  content: "\E219"; }

#almPackageGridTable .glyphicon-apple:before {
  content: "\F8FF"; }

#almPackageGridTable .glyphicon-erase:before {
  content: "\E221"; }

#almPackageGridTable .glyphicon-hourglass:before {
  content: "\231B"; }

#almPackageGridTable .glyphicon-lamp:before {
  content: "\E223"; }

#almPackageGridTable .glyphicon-duplicate:before {
  content: "\E224"; }

#almPackageGridTable .glyphicon-piggy-bank:before {
  content: "\E225"; }

#almPackageGridTable .glyphicon-scissors:before {
  content: "\E226"; }

#almPackageGridTable .glyphicon-bitcoin:before {
  content: "\E227"; }

#almPackageGridTable .glyphicon-btc:before {
  content: "\E227"; }

#almPackageGridTable .glyphicon-xbt:before {
  content: "\E227"; }

#almPackageGridTable .glyphicon-yen:before {
  content: "\A5"; }

#almPackageGridTable .glyphicon-jpy:before {
  content: "\A5"; }

#almPackageGridTable .glyphicon-ruble:before {
  content: "\20BD"; }

#almPackageGridTable .glyphicon-rub:before {
  content: "\20BD"; }

#almPackageGridTable .glyphicon-scale:before {
  content: "\E230"; }

#almPackageGridTable .glyphicon-ice-lolly:before {
  content: "\E231"; }

#almPackageGridTable .glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

#almPackageGridTable .glyphicon-education:before {
  content: "\E233"; }

#almPackageGridTable .glyphicon-option-horizontal:before {
  content: "\E234"; }

#almPackageGridTable .glyphicon-option-vertical:before {
  content: "\E235"; }

#almPackageGridTable .glyphicon-menu-hamburger:before {
  content: "\E236"; }

#almPackageGridTable .glyphicon-modal-window:before {
  content: "\E237"; }

#almPackageGridTable .glyphicon-oil:before {
  content: "\E238"; }

#almPackageGridTable .glyphicon-grain:before {
  content: "\E239"; }

#almPackageGridTable .glyphicon-sunglasses:before {
  content: "\E240"; }

#almPackageGridTable .glyphicon-text-size:before {
  content: "\E241"; }

#almPackageGridTable .glyphicon-text-color:before {
  content: "\E242"; }

#almPackageGridTable .glyphicon-text-background:before {
  content: "\E243"; }

#almPackageGridTable .glyphicon-object-align-top:before {
  content: "\E244"; }

#almPackageGridTable .glyphicon-object-align-bottom:before {
  content: "\E245"; }

#almPackageGridTable .glyphicon-object-align-horizontal:before {
  content: "\E246"; }

#almPackageGridTable .glyphicon-object-align-left:before {
  content: "\E247"; }

#almPackageGridTable .glyphicon-object-align-vertical:before {
  content: "\E248"; }

#almPackageGridTable .glyphicon-object-align-right:before {
  content: "\E249"; }

#almPackageGridTable .glyphicon-triangle-right:before {
  content: "\E250"; }

#almPackageGridTable .glyphicon-triangle-left:before {
  content: "\E251"; }

#almPackageGridTable .glyphicon-triangle-bottom:before {
  content: "\E252"; }

#almPackageGridTable .glyphicon-triangle-top:before {
  content: "\E253"; }

#almPackageGridTable .glyphicon-console:before {
  content: "\E254"; }

#almPackageGridTable .glyphicon-superscript:before {
  content: "\E255"; }

#almPackageGridTable .glyphicon-subscript:before {
  content: "\E256"; }

#almPackageGridTable .glyphicon-menu-left:before {
  content: "\E257"; }

#almPackageGridTable .glyphicon-menu-right:before {
  content: "\E258"; }

#almPackageGridTable .glyphicon-menu-down:before {
  content: "\E259"; }

#almPackageGridTable .glyphicon-menu-up:before {
  content: "\E260"; }

#almPackageGridTable * {
  box-sizing: border-box;
  font-weight: 400; }

#almPackageGridTable *:before,
#almPackageGridTable *:after {
  box-sizing: border-box; }

#almPackageGridTable html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#almPackageGridTable body {
  font-family: canada-type-gibson, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

#almPackageGridTable input,
#almPackageGridTable button,
#almPackageGridTable select,
#almPackageGridTable textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

#almPackageGridTable a {
  color: #008375 !important;
  text-decoration: none; }

#almPackageGridTable a:hover,
#almPackageGridTable a:focus {
  color: #008375;
  text-decoration: underline; }

#almPackageGridTable a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

#almPackageGridTable figure {
  margin: 0; }

#almPackageGridTable img {
  vertical-align: middle; }

#almPackageGridTable .img-responsive,
#almPackageGridTable .thumbnail > img,
#almPackageGridTable .thumbnail a > img,
#almPackageGridTable .carousel-inner > .item > img,
#almPackageGridTable .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

#almPackageGridTable .img-rounded {
  border-radius: 6px; }

#almPackageGridTable .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

#almPackageGridTable .img-circle {
  border-radius: 50%; }

#almPackageGridTable hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

#almPackageGridTable .sr-only-focusable:active,
#almPackageGridTable .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

#almPackageGridTable h1,
#almPackageGridTable h2,
#almPackageGridTable h3,
#almPackageGridTable h4,
#almPackageGridTable h5,
#almPackageGridTable h6,
#almPackageGridTable .h1,
#almPackageGridTable .h2,
#almPackageGridTable .h3,
#almPackageGridTable .h4,
#almPackageGridTable .h5,
#almPackageGridTable .h6 {
  font-family: inherit;
  font-weight: 400 !important;
  line-height: 1.1;
  color: inherit; }

#almPackageGridTable h1 small,
#almPackageGridTable h2 small,
#almPackageGridTable h3 small,
#almPackageGridTable h4 small,
#almPackageGridTable h5 small,
#almPackageGridTable h6 small,
#almPackageGridTable .h1 small,
#almPackageGridTable .h2 small,
#almPackageGridTable .h3 small,
#almPackageGridTable .h4 small,
#almPackageGridTable .h5 small,
#almPackageGridTable .h6 small,
#almPackageGridTable h1 .small,
#almPackageGridTable h2 .small,
#almPackageGridTable h3 .small,
#almPackageGridTable h4 .small,
#almPackageGridTable h5 .small,
#almPackageGridTable h6 .small,
#almPackageGridTable .h1 .small,
#almPackageGridTable .h2 .small,
#almPackageGridTable .h3 .small,
#almPackageGridTable .h4 .small,
#almPackageGridTable .h5 .small,
#almPackageGridTable .h6 .small {
  font-weight: normal !important;
  line-height: 1;
  color: #777777; }

#almPackageGridTable h1,
#almPackageGridTable .h1,
#almPackageGridTable h2,
#almPackageGridTable .h2,
#almPackageGridTable h3,
#almPackageGridTable .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

#almPackageGridTable h1 small,
#almPackageGridTable .h1 small,
#almPackageGridTable h2 small,
#almPackageGridTable .h2 small,
#almPackageGridTable h3 small,
#almPackageGridTable .h3 small,
#almPackageGridTable h1 .small,
#almPackageGridTable .h1 .small,
#almPackageGridTable h2 .small,
#almPackageGridTable .h2 .small,
#almPackageGridTable h3 .small,
#almPackageGridTable .h3 .small {
  font-size: 65%; }

#almPackageGridTable h4,
#almPackageGridTable .h4,
#almPackageGridTable h5,
#almPackageGridTable .h5,
#almPackageGridTable h6,
#almPackageGridTable .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

#almPackageGridTable h4 small,
#almPackageGridTable .h4 small,
#almPackageGridTable h5 small,
#almPackageGridTable .h5 small,
#almPackageGridTable h6 small,
#almPackageGridTable .h6 small,
#almPackageGridTable h4 .small,
#almPackageGridTable .h4 .small,
#almPackageGridTable h5 .small,
#almPackageGridTable .h5 .small,
#almPackageGridTable h6 .small,
#almPackageGridTable .h6 .small {
  font-size: 75%; }

#almPackageGridTable h1,
#almPackageGridTable .h1 {
  font-size: 36px; }

#almPackageGridTable h2,
#almPackageGridTable .h2 {
  font-size: 30px; }

#almPackageGridTable h3,
#almPackageGridTable .h3 {
  font-size: 24px; }

#almPackageGridTable h4,
#almPackageGridTable .h4 {
  font-size: 18px; }

#almPackageGridTable h5,
#almPackageGridTable .h5 {
  font-size: 14px; }

#almPackageGridTable h6,
#almPackageGridTable .h6 {
  font-size: 12px; }

#almPackageGridTable p {
  margin: 0 0 10px; }

#almPackageGridTable .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.4; }

@media (min-width: 768px) {
  #almPackageGridTable .lead {
    font-size: 21px; } }

#almPackageGridTable small,
#almPackageGridTable .small {
  font-size: 85%; }

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

#almPackageGridTable .text-left {
  text-align: left; }

#almPackageGridTable .text-right {
  text-align: right; }

#almPackageGridTable .text-center {
  text-align: center; }

#almPackageGridTable .text-justify {
  text-align: justify; }

#almPackageGridTable .text-nowrap {
  white-space: nowrap; }

#almPackageGridTable .text-lowercase {
  text-transform: lowercase; }

#almPackageGridTable .text-uppercase {
  text-transform: uppercase; }

#almPackageGridTable .text-capitalize {
  text-transform: capitalize; }

#almPackageGridTable .text-muted {
  color: #777777; }

#almPackageGridTable .text-primary {
  color: #0077c1; }

#almPackageGridTable a.text-primary:hover {
  color: #286090; }

#almPackageGridTable .text-success {
  color: #3c763d; }

#almPackageGridTable a.text-success:hover {
  color: #2b542c; }

#almPackageGridTable .text-info {
  color: #31708f; }

#almPackageGridTable a.text-info:hover {
  color: #245269; }

#almPackageGridTable .text-warning {
  color: #8a6d3b; }

#almPackageGridTable a.text-warning:hover {
  color: #66512c; }

#almPackageGridTable .text-danger {
  color: #a94442; }

#almPackageGridTable a.text-danger:hover {
  color: #843534; }

#almPackageGridTable .bg-primary {
  color: #fff;
  background-color: #0077c1; }

#almPackageGridTable a.bg-primary:hover {
  background-color: #286090; }

#almPackageGridTable .bg-success {
  background-color: #dff0d8; }

#almPackageGridTable a.bg-success:hover {
  background-color: #c1e2b3; }

#almPackageGridTable .bg-info {
  background-color: #d9edf7; }

#almPackageGridTable a.bg-info:hover {
  background-color: #afd9ee; }

#almPackageGridTable .bg-warning {
  background-color: #fcf8e3; }

#almPackageGridTable a.bg-warning:hover {
  background-color: #f7ecb5; }

#almPackageGridTable .bg-danger {
  background-color: #f2dede; }

#almPackageGridTable a.bg-danger:hover {
  background-color: #e4b9b9; }

#almPackageGridTable .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

#almPackageGridTable ul,
#almPackageGridTable ol {
  margin-top: 0;
  margin-bottom: 10px; }

#almPackageGridTable ul ul,
#almPackageGridTable ol ul,
#almPackageGridTable ul ol,
#almPackageGridTable ol ol {
  margin-bottom: 0; }

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

#almPackageGridTable .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

#almPackageGridTable .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

#almPackageGridTable dl {
  margin-top: 0;
  margin-bottom: 20px; }

#almPackageGridTable dt,
#almPackageGridTable dd {
  line-height: 1.42857143; }

#almPackageGridTable dd {
  margin-left: 0; }

@media (min-width: 768px) {
  #almPackageGridTable .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #almPackageGridTable .dl-horizontal dd {
    margin-left: 180px; } }

#almPackageGridTable abbr[title],
#almPackageGridTable abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

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

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

#almPackageGridTable blockquote p:last-child,
#almPackageGridTable blockquote ul:last-child,
#almPackageGridTable blockquote ol:last-child {
  margin-bottom: 0; }

#almPackageGridTable blockquote footer,
#almPackageGridTable blockquote small,
#almPackageGridTable blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

#almPackageGridTable blockquote footer:before,
#almPackageGridTable blockquote small:before,
#almPackageGridTable blockquote .small:before {
  content: '\2014   \A0'; }

#almPackageGridTable .blockquote-reverse,
#almPackageGridTable blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

#almPackageGridTable .blockquote-reverse footer:before,
#almPackageGridTable blockquote.pull-right footer:before,
#almPackageGridTable .blockquote-reverse small:before,
#almPackageGridTable blockquote.pull-right small:before,
#almPackageGridTable .blockquote-reverse .small:before,
#almPackageGridTable blockquote.pull-right .small:before {
  content: ''; }

#almPackageGridTable .blockquote-reverse footer:after,
#almPackageGridTable blockquote.pull-right footer:after,
#almPackageGridTable .blockquote-reverse small:after,
#almPackageGridTable blockquote.pull-right small:after,
#almPackageGridTable .blockquote-reverse .small:after,
#almPackageGridTable blockquote.pull-right .small:after {
  content: '\A0   \2014'; }

#almPackageGridTable address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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

#almPackageGridTable code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

#almPackageGridTable kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

#almPackageGridTable kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: normal !important;
  box-shadow: none; }

#almPackageGridTable pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

#almPackageGridTable pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

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

#almPackageGridTable .container {
  overflow-x: scroll; }

@media (min-width: 768px) {
  #almPackageGridTable .container {
    width: 750px; } }

@media (min-width: 992px) {
  #almPackageGridTable .container {
    width: 970px; } }

@media (min-width: 1200px) {
  #almPackageGridTable .container {
    width: 1170px; } }

#almPackageGridTable .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

#almPackageGridTable .row {
  margin-left: 10px; }

#almPackageGridTable .col-xs-1,
#almPackageGridTable .col-sm-1,
#almPackageGridTable .col-md-1,
#almPackageGridTable .col-lg-1,
#almPackageGridTable .col-xs-2,
#almPackageGridTable .col-sm-2,
#almPackageGridTable .col-md-2,
#almPackageGridTable .col-lg-2,
#almPackageGridTable .col-xs-3,
#almPackageGridTable .col-sm-3,
#almPackageGridTable .col-md-3,
#almPackageGridTable .col-lg-3,
#almPackageGridTable .col-xs-4,
#almPackageGridTable .col-sm-4,
#almPackageGridTable .col-md-4,
#almPackageGridTable .col-lg-4,
#almPackageGridTable .col-xs-5,
#almPackageGridTable .col-sm-5,
#almPackageGridTable .col-md-5,
#almPackageGridTable .col-lg-5,
#almPackageGridTable .col-xs-6,
#almPackageGridTable .col-sm-6,
#almPackageGridTable .col-md-6,
#almPackageGridTable .col-lg-6,
#almPackageGridTable .col-xs-7,
#almPackageGridTable .col-sm-7,
#almPackageGridTable .col-md-7,
#almPackageGridTable .col-lg-7,
#almPackageGridTable .col-xs-8,
#almPackageGridTable .col-sm-8,
#almPackageGridTable .col-md-8,
#almPackageGridTable .col-lg-8,
#almPackageGridTable .col-xs-9,
#almPackageGridTable .col-sm-9,
#almPackageGridTable .col-md-9,
#almPackageGridTable .col-lg-9,
#almPackageGridTable .col-xs-10,
#almPackageGridTable .col-sm-10,
#almPackageGridTable .col-md-10,
#almPackageGridTable .col-lg-10,
#almPackageGridTable .col-xs-11,
#almPackageGridTable .col-sm-11,
#almPackageGridTable .col-md-11,
#almPackageGridTable .col-lg-11,
#almPackageGridTable .col-xs-12,
#almPackageGridTable .col-sm-12,
#almPackageGridTable .col-md-12,
#almPackageGridTable .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

#almPackageGridTable .col-xs-1,
#almPackageGridTable .col-xs-2,
#almPackageGridTable .col-xs-3,
#almPackageGridTable .col-xs-4,
#almPackageGridTable .col-xs-5,
#almPackageGridTable .col-xs-6,
#almPackageGridTable .col-xs-7,
#almPackageGridTable .col-xs-8,
#almPackageGridTable .col-xs-9,
#almPackageGridTable .col-xs-10,
#almPackageGridTable .col-xs-11,
#almPackageGridTable .col-xs-12 {
  float: left; }

#almPackageGridTable .col-xs-12 {
  width: 100%; }

#almPackageGridTable .col-xs-11 {
  width: 91.66666667%; }

#almPackageGridTable .col-xs-10 {
  width: 83.33333333%; }

#almPackageGridTable .col-xs-9 {
  width: 75%; }

#almPackageGridTable .col-xs-8 {
  width: 66.66666667%; }

#almPackageGridTable .col-xs-7 {
  width: 58.33333333%; }

#almPackageGridTable .col-xs-6 {
  width: 50%; }

#almPackageGridTable .col-xs-5 {
  width: 41.66666667%; }

#almPackageGridTable .col-xs-4 {
  width: 33.33333333%; }

#almPackageGridTable .col-xs-3 {
  width: 25%; }

#almPackageGridTable .col-xs-2 {
  width: 16.66666667%; }

#almPackageGridTable .col-xs-1 {
  width: 8.33333333%; }

#almPackageGridTable .col-xs-pull-12 {
  right: 100%; }

#almPackageGridTable .col-xs-pull-11 {
  right: 91.66666667%; }

#almPackageGridTable .col-xs-pull-10 {
  right: 83.33333333%; }

#almPackageGridTable .col-xs-pull-9 {
  right: 75%; }

#almPackageGridTable .col-xs-pull-8 {
  right: 66.66666667%; }

#almPackageGridTable .col-xs-pull-7 {
  right: 58.33333333%; }

#almPackageGridTable .col-xs-pull-6 {
  right: 50%; }

#almPackageGridTable .col-xs-pull-5 {
  right: 41.66666667%; }

#almPackageGridTable .col-xs-pull-4 {
  right: 33.33333333%; }

#almPackageGridTable .col-xs-pull-3 {
  right: 25%; }

#almPackageGridTable .col-xs-pull-2 {
  right: 16.66666667%; }

#almPackageGridTable .col-xs-pull-1 {
  right: 8.33333333%; }

#almPackageGridTable .col-xs-pull-0 {
  right: auto; }

#almPackageGridTable .col-xs-push-12 {
  left: 100%; }

#almPackageGridTable .col-xs-push-11 {
  left: 91.66666667%; }

#almPackageGridTable .col-xs-push-10 {
  left: 83.33333333%; }

#almPackageGridTable .col-xs-push-9 {
  left: 75%; }

#almPackageGridTable .col-xs-push-8 {
  left: 66.66666667%; }

#almPackageGridTable .col-xs-push-7 {
  left: 58.33333333%; }

#almPackageGridTable .col-xs-push-6 {
  left: 50%; }

#almPackageGridTable .col-xs-push-5 {
  left: 41.66666667%; }

#almPackageGridTable .col-xs-push-4 {
  left: 33.33333333%; }

#almPackageGridTable .col-xs-push-3 {
  left: 25%; }

#almPackageGridTable .col-xs-push-2 {
  left: 16.66666667%; }

#almPackageGridTable .col-xs-push-1 {
  left: 8.33333333%; }

#almPackageGridTable .col-xs-push-0 {
  left: auto; }

#almPackageGridTable .col-xs-offset-12 {
  margin-left: 100%; }

#almPackageGridTable .col-xs-offset-11 {
  margin-left: 91.66666667%; }

#almPackageGridTable .col-xs-offset-10 {
  margin-left: 83.33333333%; }

#almPackageGridTable .col-xs-offset-9 {
  margin-left: 75%; }

#almPackageGridTable .col-xs-offset-8 {
  margin-left: 66.66666667%; }

#almPackageGridTable .col-xs-offset-7 {
  margin-left: 58.33333333%; }

#almPackageGridTable .col-xs-offset-6 {
  margin-left: 50%; }

#almPackageGridTable .col-xs-offset-5 {
  margin-left: 41.66666667%; }

#almPackageGridTable .col-xs-offset-4 {
  margin-left: 33.33333333%; }

#almPackageGridTable .col-xs-offset-3 {
  margin-left: 25%; }

#almPackageGridTable .col-xs-offset-2 {
  margin-left: 16.66666667%; }

#almPackageGridTable .col-xs-offset-1 {
  margin-left: 8.33333333%; }

#almPackageGridTable .col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  #almPackageGridTable .col-sm-1,
  #almPackageGridTable .col-sm-2,
  #almPackageGridTable .col-sm-3,
  #almPackageGridTable .col-sm-4,
  #almPackageGridTable .col-sm-5,
  #almPackageGridTable .col-sm-6,
  #almPackageGridTable .col-sm-7,
  #almPackageGridTable .col-sm-8,
  #almPackageGridTable .col-sm-9,
  #almPackageGridTable .col-sm-10,
  #almPackageGridTable .col-sm-11,
  #almPackageGridTable .col-sm-12 {
    float: left; }
  #almPackageGridTable .col-sm-12 {
    width: 100%; }
  #almPackageGridTable .col-sm-11 {
    width: 91.66666667%; }
  #almPackageGridTable .col-sm-10 {
    width: 83.33333333%; }
  #almPackageGridTable .col-sm-9 {
    width: 75%; }
  #almPackageGridTable .col-sm-8 {
    width: 66.66666667%; }
  #almPackageGridTable .col-sm-7 {
    width: 58.33333333%; }
  #almPackageGridTable .col-sm-6 {
    width: 50%; }
  #almPackageGridTable .col-sm-5 {
    width: 41.66666667%; }
  #almPackageGridTable .col-sm-4 {
    width: 33.33333333%; }
  #almPackageGridTable .col-sm-3 {
    width: 25%; }
  #almPackageGridTable .col-sm-2 {
    width: 16.66666667%; }
  #almPackageGridTable .col-sm-1 {
    width: 8.33333333%; }
  #almPackageGridTable .col-sm-pull-12 {
    right: 100%; }
  #almPackageGridTable .col-sm-pull-11 {
    right: 91.66666667%; }
  #almPackageGridTable .col-sm-pull-10 {
    right: 83.33333333%; }
  #almPackageGridTable .col-sm-pull-9 {
    right: 75%; }
  #almPackageGridTable .col-sm-pull-8 {
    right: 66.66666667%; }
  #almPackageGridTable .col-sm-pull-7 {
    right: 58.33333333%; }
  #almPackageGridTable .col-sm-pull-6 {
    right: 50%; }
  #almPackageGridTable .col-sm-pull-5 {
    right: 41.66666667%; }
  #almPackageGridTable .col-sm-pull-4 {
    right: 33.33333333%; }
  #almPackageGridTable .col-sm-pull-3 {
    right: 25%; }
  #almPackageGridTable .col-sm-pull-2 {
    right: 16.66666667%; }
  #almPackageGridTable .col-sm-pull-1 {
    right: 8.33333333%; }
  #almPackageGridTable .col-sm-pull-0 {
    right: auto; }
  #almPackageGridTable .col-sm-push-12 {
    left: 100%; }
  #almPackageGridTable .col-sm-push-11 {
    left: 91.66666667%; }
  #almPackageGridTable .col-sm-push-10 {
    left: 83.33333333%; }
  #almPackageGridTable .col-sm-push-9 {
    left: 75%; }
  #almPackageGridTable .col-sm-push-8 {
    left: 66.66666667%; }
  #almPackageGridTable .col-sm-push-7 {
    left: 58.33333333%; }
  #almPackageGridTable .col-sm-push-6 {
    left: 50%; }
  #almPackageGridTable .col-sm-push-5 {
    left: 41.66666667%; }
  #almPackageGridTable .col-sm-push-4 {
    left: 33.33333333%; }
  #almPackageGridTable .col-sm-push-3 {
    left: 25%; }
  #almPackageGridTable .col-sm-push-2 {
    left: 16.66666667%; }
  #almPackageGridTable .col-sm-push-1 {
    left: 8.33333333%; }
  #almPackageGridTable .col-sm-push-0 {
    left: auto; }
  #almPackageGridTable .col-sm-offset-12 {
    margin-left: 100%; }
  #almPackageGridTable .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  #almPackageGridTable .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  #almPackageGridTable .col-sm-offset-9 {
    margin-left: 75%; }
  #almPackageGridTable .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  #almPackageGridTable .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  #almPackageGridTable .col-sm-offset-6 {
    margin-left: 50%; }
  #almPackageGridTable .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  #almPackageGridTable .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  #almPackageGridTable .col-sm-offset-3 {
    margin-left: 25%; }
  #almPackageGridTable .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  #almPackageGridTable .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  #almPackageGridTable .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  #almPackageGridTable .col-md-1,
  #almPackageGridTable .col-md-2,
  #almPackageGridTable .col-md-3,
  #almPackageGridTable .col-md-4,
  #almPackageGridTable .col-md-5,
  #almPackageGridTable .col-md-6,
  #almPackageGridTable .col-md-7,
  #almPackageGridTable .col-md-8,
  #almPackageGridTable .col-md-9,
  #almPackageGridTable .col-md-10,
  #almPackageGridTable .col-md-11,
  #almPackageGridTable .col-md-12 {
    float: left; }
  #almPackageGridTable .col-md-12 {
    width: 100%; }
  #almPackageGridTable .col-md-11 {
    width: 91.66666667%; }
  #almPackageGridTable .col-md-10 {
    width: 83.33333333%; }
  #almPackageGridTable .col-md-9 {
    width: 75%; }
  #almPackageGridTable .col-md-8 {
    width: 66.66666667%; }
  #almPackageGridTable .col-md-7 {
    width: 58.33333333%; }
  #almPackageGridTable .col-md-6 {
    width: 50%; }
  #almPackageGridTable .col-md-5 {
    width: 41.66666667%; }
  #almPackageGridTable .col-md-4 {
    width: 33.33333333%; }
  #almPackageGridTable .col-md-3 {
    width: 25%; }
  #almPackageGridTable .col-md-2 {
    width: 16.66666667%; }
  #almPackageGridTable .col-md-1 {
    width: 8.33333333%; }
  #almPackageGridTable .col-md-pull-12 {
    right: 100%; }
  #almPackageGridTable .col-md-pull-11 {
    right: 91.66666667%; }
  #almPackageGridTable .col-md-pull-10 {
    right: 83.33333333%; }
  #almPackageGridTable .col-md-pull-9 {
    right: 75%; }
  #almPackageGridTable .col-md-pull-8 {
    right: 66.66666667%; }
  #almPackageGridTable .col-md-pull-7 {
    right: 58.33333333%; }
  #almPackageGridTable .col-md-pull-6 {
    right: 50%; }
  #almPackageGridTable .col-md-pull-5 {
    right: 41.66666667%; }
  #almPackageGridTable .col-md-pull-4 {
    right: 33.33333333%; }
  #almPackageGridTable .col-md-pull-3 {
    right: 25%; }
  #almPackageGridTable .col-md-pull-2 {
    right: 16.66666667%; }
  #almPackageGridTable .col-md-pull-1 {
    right: 8.33333333%; }
  #almPackageGridTable .col-md-pull-0 {
    right: auto; }
  #almPackageGridTable .col-md-push-12 {
    left: 100%; }
  #almPackageGridTable .col-md-push-11 {
    left: 91.66666667%; }
  #almPackageGridTable .col-md-push-10 {
    left: 83.33333333%; }
  #almPackageGridTable .col-md-push-9 {
    left: 75%; }
  #almPackageGridTable .col-md-push-8 {
    left: 66.66666667%; }
  #almPackageGridTable .col-md-push-7 {
    left: 58.33333333%; }
  #almPackageGridTable .col-md-push-6 {
    left: 50%; }
  #almPackageGridTable .col-md-push-5 {
    left: 41.66666667%; }
  #almPackageGridTable .col-md-push-4 {
    left: 33.33333333%; }
  #almPackageGridTable .col-md-push-3 {
    left: 25%; }
  #almPackageGridTable .col-md-push-2 {
    left: 16.66666667%; }
  #almPackageGridTable .col-md-push-1 {
    left: 8.33333333%; }
  #almPackageGridTable .col-md-push-0 {
    left: auto; }
  #almPackageGridTable .col-md-offset-12 {
    margin-left: 100%; }
  #almPackageGridTable .col-md-offset-11 {
    margin-left: 91.66666667%; }
  #almPackageGridTable .col-md-offset-10 {
    margin-left: 83.33333333%; }
  #almPackageGridTable .col-md-offset-9 {
    margin-left: 75%; }
  #almPackageGridTable .col-md-offset-8 {
    margin-left: 66.66666667%; }
  #almPackageGridTable .col-md-offset-7 {
    margin-left: 58.33333333%; }
  #almPackageGridTable .col-md-offset-6 {
    margin-left: 50%; }
  #almPackageGridTable .col-md-offset-5 {
    margin-left: 41.66666667%; }
  #almPackageGridTable .col-md-offset-4 {
    margin-left: 33.33333333%; }
  #almPackageGridTable .col-md-offset-3 {
    margin-left: 25%; }
  #almPackageGridTable .col-md-offset-2 {
    margin-left: 16.66666667%; }
  #almPackageGridTable .col-md-offset-1 {
    margin-left: 8.33333333%; }
  #almPackageGridTable .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  #almPackageGridTable .col-lg-1,
  #almPackageGridTable .col-lg-2,
  #almPackageGridTable .col-lg-3,
  #almPackageGridTable .col-lg-4,
  #almPackageGridTable .col-lg-5,
  #almPackageGridTable .col-lg-6,
  #almPackageGridTable .col-lg-7,
  #almPackageGridTable .col-lg-8,
  #almPackageGridTable .col-lg-9,
  #almPackageGridTable .col-lg-10,
  #almPackageGridTable .col-lg-11,
  #almPackageGridTable .col-lg-12 {
    float: left; }
  #almPackageGridTable .col-lg-12 {
    width: 100%; }
  #almPackageGridTable .col-lg-11 {
    width: 91.66666667%; }
  #almPackageGridTable .col-lg-10 {
    width: 83.33333333%; }
  #almPackageGridTable .col-lg-9 {
    width: 75%; }
  #almPackageGridTable .col-lg-8 {
    width: 66.66666667%; }
  #almPackageGridTable .col-lg-7 {
    width: 58.33333333%; }
  #almPackageGridTable .col-lg-6 {
    width: 50%; }
  #almPackageGridTable .col-lg-5 {
    width: 41.66666667%; }
  #almPackageGridTable .col-lg-4 {
    width: 33.33333333%; }
  #almPackageGridTable .col-lg-3 {
    width: 25%; }
  #almPackageGridTable .col-lg-2 {
    width: 16.66666667%; }
  #almPackageGridTable .col-lg-1 {
    width: 8.33333333%; }
  #almPackageGridTable .col-lg-pull-12 {
    right: 100%; }
  #almPackageGridTable .col-lg-pull-11 {
    right: 91.66666667%; }
  #almPackageGridTable .col-lg-pull-10 {
    right: 83.33333333%; }
  #almPackageGridTable .col-lg-pull-9 {
    right: 75%; }
  #almPackageGridTable .col-lg-pull-8 {
    right: 66.66666667%; }
  #almPackageGridTable .col-lg-pull-7 {
    right: 58.33333333%; }
  #almPackageGridTable .col-lg-pull-6 {
    right: 50%; }
  #almPackageGridTable .col-lg-pull-5 {
    right: 41.66666667%; }
  #almPackageGridTable .col-lg-pull-4 {
    right: 33.33333333%; }
  #almPackageGridTable .col-lg-pull-3 {
    right: 25%; }
  #almPackageGridTable .col-lg-pull-2 {
    right: 16.66666667%; }
  #almPackageGridTable .col-lg-pull-1 {
    right: 8.33333333%; }
  #almPackageGridTable .col-lg-pull-0 {
    right: auto; }
  #almPackageGridTable .col-lg-push-12 {
    left: 100%; }
  #almPackageGridTable .col-lg-push-11 {
    left: 91.66666667%; }
  #almPackageGridTable .col-lg-push-10 {
    left: 83.33333333%; }
  #almPackageGridTable .col-lg-push-9 {
    left: 75%; }
  #almPackageGridTable .col-lg-push-8 {
    left: 66.66666667%; }
  #almPackageGridTable .col-lg-push-7 {
    left: 58.33333333%; }
  #almPackageGridTable .col-lg-push-6 {
    left: 50%; }
  #almPackageGridTable .col-lg-push-5 {
    left: 41.66666667%; }
  #almPackageGridTable .col-lg-push-4 {
    left: 33.33333333%; }
  #almPackageGridTable .col-lg-push-3 {
    left: 25%; }
  #almPackageGridTable .col-lg-push-2 {
    left: 16.66666667%; }
  #almPackageGridTable .col-lg-push-1 {
    left: 8.33333333%; }
  #almPackageGridTable .col-lg-push-0 {
    left: auto; }
  #almPackageGridTable .col-lg-offset-12 {
    margin-left: 100%; }
  #almPackageGridTable .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  #almPackageGridTable .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  #almPackageGridTable .col-lg-offset-9 {
    margin-left: 75%; }
  #almPackageGridTable .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  #almPackageGridTable .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  #almPackageGridTable .col-lg-offset-6 {
    margin-left: 50%; }
  #almPackageGridTable .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  #almPackageGridTable .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  #almPackageGridTable .col-lg-offset-3 {
    margin-left: 25%; }
  #almPackageGridTable .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  #almPackageGridTable .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  #almPackageGridTable .col-lg-offset-0 {
    margin-left: 0%; } }

#almPackageGridTable table {
  background-color: transparent; }

#almPackageGridTable caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

#almPackageGridTable th {
  text-align: left; }

#almPackageGridTable .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

#almPackageGridTable .table > thead > tr > th,
#almPackageGridTable .table > tbody > tr > th,
#almPackageGridTable .table > tfoot > tr > th,
#almPackageGridTable .table > thead > tr > td,
#almPackageGridTable .table > tbody > tr > td,
#almPackageGridTable .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

#almPackageGridTable .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

#almPackageGridTable .table > caption + thead > tr:first-child > th,
#almPackageGridTable .table > colgroup + thead > tr:first-child > th,
#almPackageGridTable .table > thead:first-child > tr:first-child > th,
#almPackageGridTable .table > caption + thead > tr:first-child > td,
#almPackageGridTable .table > colgroup + thead > tr:first-child > td,
#almPackageGridTable .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

#almPackageGridTable .table > tbody + tbody {
  border-top: 2px solid #dddddd; }

#almPackageGridTable .table .table {
  background-color: #ffffff; }

#almPackageGridTable .table-condensed > thead > tr > th,
#almPackageGridTable .table-condensed > tbody > tr > th,
#almPackageGridTable .table-condensed > tfoot > tr > th,
#almPackageGridTable .table-condensed > thead > tr > td,
#almPackageGridTable .table-condensed > tbody > tr > td,
#almPackageGridTable .table-condensed > tfoot > tr > td {
  padding: 5px; }

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

#almPackageGridTable .table-bordered > thead > tr > th,
#almPackageGridTable .table-bordered > tbody > tr > th,
#almPackageGridTable .table-bordered > tfoot > tr > th,
#almPackageGridTable .table-bordered > thead > tr > td,
#almPackageGridTable .table-bordered > tbody > tr > td,
#almPackageGridTable .table-bordered > tfoot > tr > td {
  border: 1px solid #888888; }

#almPackageGridTable .table-bordered > thead > tr > th,
#almPackageGridTable .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

#almPackageGridTable .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

#almPackageGridTable .table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

#almPackageGridTable table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

#almPackageGridTable table td[class*="col-"],
#almPackageGridTable table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

#almPackageGridTable .table > thead > tr > td.active,
#almPackageGridTable .table > tbody > tr > td.active,
#almPackageGridTable .table > tfoot > tr > td.active,
#almPackageGridTable .table > thead > tr > th.active,
#almPackageGridTable .table > tbody > tr > th.active,
#almPackageGridTable .table > tfoot > tr > th.active,
#almPackageGridTable .table > thead > tr.active > td,
#almPackageGridTable .table > tbody > tr.active > td,
#almPackageGridTable .table > tfoot > tr.active > td,
#almPackageGridTable .table > thead > tr.active > th,
#almPackageGridTable .table > tbody > tr.active > th,
#almPackageGridTable .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

#almPackageGridTable .table-hover > tbody > tr > td.active:hover,
#almPackageGridTable .table-hover > tbody > tr > th.active:hover,
#almPackageGridTable .table-hover > tbody > tr.active:hover > td,
#almPackageGridTable .table-hover > tbody > tr:hover > .active,
#almPackageGridTable .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

#almPackageGridTable .table > thead > tr > td.success,
#almPackageGridTable .table > tbody > tr > td.success,
#almPackageGridTable .table > tfoot > tr > td.success,
#almPackageGridTable .table > thead > tr > th.success,
#almPackageGridTable .table > tbody > tr > th.success,
#almPackageGridTable .table > tfoot > tr > th.success,
#almPackageGridTable .table > thead > tr.success > td,
#almPackageGridTable .table > tbody > tr.success > td,
#almPackageGridTable .table > tfoot > tr.success > td,
#almPackageGridTable .table > thead > tr.success > th,
#almPackageGridTable .table > tbody > tr.success > th,
#almPackageGridTable .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

#almPackageGridTable .table-hover > tbody > tr > td.success:hover,
#almPackageGridTable .table-hover > tbody > tr > th.success:hover,
#almPackageGridTable .table-hover > tbody > tr.success:hover > td,
#almPackageGridTable .table-hover > tbody > tr:hover > .success,
#almPackageGridTable .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

#almPackageGridTable .table > thead > tr > td.info,
#almPackageGridTable .table > tbody > tr > td.info,
#almPackageGridTable .table > tfoot > tr > td.info,
#almPackageGridTable .table > thead > tr > th.info,
#almPackageGridTable .table > tbody > tr > th.info,
#almPackageGridTable .table > tfoot > tr > th.info,
#almPackageGridTable .table > thead > tr.info > td,
#almPackageGridTable .table > tbody > tr.info > td,
#almPackageGridTable .table > tfoot > tr.info > td,
#almPackageGridTable .table > thead > tr.info > th,
#almPackageGridTable .table > tbody > tr.info > th,
#almPackageGridTable .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

#almPackageGridTable .table-hover > tbody > tr > td.info:hover,
#almPackageGridTable .table-hover > tbody > tr > th.info:hover,
#almPackageGridTable .table-hover > tbody > tr.info:hover > td,
#almPackageGridTable .table-hover > tbody > tr:hover > .info,
#almPackageGridTable .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

#almPackageGridTable .table > thead > tr > td.warning,
#almPackageGridTable .table > tbody > tr > td.warning,
#almPackageGridTable .table > tfoot > tr > td.warning,
#almPackageGridTable .table > thead > tr > th.warning,
#almPackageGridTable .table > tbody > tr > th.warning,
#almPackageGridTable .table > tfoot > tr > th.warning,
#almPackageGridTable .table > thead > tr.warning > td,
#almPackageGridTable .table > tbody > tr.warning > td,
#almPackageGridTable .table > tfoot > tr.warning > td,
#almPackageGridTable .table > thead > tr.warning > th,
#almPackageGridTable .table > tbody > tr.warning > th,
#almPackageGridTable .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

#almPackageGridTable .table-hover > tbody > tr > td.warning:hover,
#almPackageGridTable .table-hover > tbody > tr > th.warning:hover,
#almPackageGridTable .table-hover > tbody > tr.warning:hover > td,
#almPackageGridTable .table-hover > tbody > tr:hover > .warning,
#almPackageGridTable .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

#almPackageGridTable .table > thead > tr > td.danger,
#almPackageGridTable .table > tbody > tr > td.danger,
#almPackageGridTable .table > tfoot > tr > td.danger,
#almPackageGridTable .table > thead > tr > th.danger,
#almPackageGridTable .table > tbody > tr > th.danger,
#almPackageGridTable .table > tfoot > tr > th.danger,
#almPackageGridTable .table > thead > tr.danger > td,
#almPackageGridTable .table > tbody > tr.danger > td,
#almPackageGridTable .table > tfoot > tr.danger > td,
#almPackageGridTable .table > thead > tr.danger > th,
#almPackageGridTable .table > tbody > tr.danger > th,
#almPackageGridTable .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

#almPackageGridTable .table-hover > tbody > tr > td.danger:hover,
#almPackageGridTable .table-hover > tbody > tr > th.danger:hover,
#almPackageGridTable .table-hover > tbody > tr.danger:hover > td,
#almPackageGridTable .table-hover > tbody > tr:hover > .danger,
#almPackageGridTable .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

#almPackageGridTable .table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  #almPackageGridTable .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #888888; }
  #almPackageGridTable .table-responsive > .table {
    margin-bottom: 0; }
  #almPackageGridTable .table-responsive > .table > thead > tr > th,
  #almPackageGridTable .table-responsive > .table > tbody > tr > th,
  #almPackageGridTable .table-responsive > .table > tfoot > tr > th,
  #almPackageGridTable .table-responsive > .table > thead > tr > td,
  #almPackageGridTable .table-responsive > .table > tbody > tr > td,
  #almPackageGridTable .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  #almPackageGridTable .table-responsive > .table-bordered {
    border: 0; }
  #almPackageGridTable .table-responsive > .table-bordered > thead > tr > th:first-child,
  #almPackageGridTable .table-responsive > .table-bordered > tbody > tr > th:first-child,
  #almPackageGridTable .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  #almPackageGridTable .table-responsive > .table-bordered > thead > tr > td:first-child,
  #almPackageGridTable .table-responsive > .table-bordered > tbody > tr > td:first-child,
  #almPackageGridTable .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  #almPackageGridTable .table-responsive > .table-bordered > thead > tr > th:last-child,
  #almPackageGridTable .table-responsive > .table-bordered > tbody > tr > th:last-child,
  #almPackageGridTable .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  #almPackageGridTable .table-responsive > .table-bordered > thead > tr > td:last-child,
  #almPackageGridTable .table-responsive > .table-bordered > tbody > tr > td:last-child,
  #almPackageGridTable .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  #almPackageGridTable .table-responsive > .table-bordered > tbody > tr:last-child > th,
  #almPackageGridTable .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  #almPackageGridTable .table-responsive > .table-bordered > tbody > tr:last-child > td,
  #almPackageGridTable .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

#almPackageGridTable fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

#almPackageGridTable legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

#almPackageGridTable label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal !important; }

#almPackageGridTable input[type="search"] {
  box-sizing: border-box; }

#almPackageGridTable input[type="radio"],
#almPackageGridTable input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

#almPackageGridTable input[type="file"] {
  display: block; }

#almPackageGridTable input[type="range"] {
  display: block;
  width: 100%; }

#almPackageGridTable select[multiple],
#almPackageGridTable select[size] {
  height: auto; }

#almPackageGridTable input[type="file"]:focus,
#almPackageGridTable input[type="radio"]:focus,
#almPackageGridTable input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

#almPackageGridTable output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

#almPackageGridTable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

#almPackageGridTable .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

#almPackageGridTable .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

#almPackageGridTable .form-control:-ms-input-placeholder {
  color: #999999; }

#almPackageGridTable .form-control::-webkit-input-placeholder {
  color: #999999; }

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

#almPackageGridTable .form-control[disabled],
#almPackageGridTable fieldset[disabled] .form-control {
  cursor: not-allowed; }

#almPackageGridTable textarea.form-control {
  height: auto; }

#almPackageGridTable input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #almPackageGridTable input[type="date"],
  #almPackageGridTable input[type="time"],
  #almPackageGridTable input[type="datetime-local"],
  #almPackageGridTable input[type="month"] {
    line-height: 34px; }
  #almPackageGridTable input[type="date"].input-sm,
  #almPackageGridTable input[type="time"].input-sm,
  #almPackageGridTable input[type="datetime-local"].input-sm,
  #almPackageGridTable input[type="month"].input-sm,
  #almPackageGridTable .input-group-sm input[type="date"],
  #almPackageGridTable .input-group-sm input[type="time"],
  #almPackageGridTable .input-group-sm input[type="datetime-local"],
  #almPackageGridTable .input-group-sm input[type="month"] {
    line-height: 30px; }
  #almPackageGridTable input[type="date"].input-lg,
  #almPackageGridTable input[type="time"].input-lg,
  #almPackageGridTable input[type="datetime-local"].input-lg,
  #almPackageGridTable input[type="month"].input-lg,
  #almPackageGridTable .input-group-lg input[type="date"],
  #almPackageGridTable .input-group-lg input[type="time"],
  #almPackageGridTable .input-group-lg input[type="datetime-local"],
  #almPackageGridTable .input-group-lg input[type="month"] {
    line-height: 46px; } }

#almPackageGridTable .form-group {
  margin-bottom: 15px; }

#almPackageGridTable .radio,
#almPackageGridTable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

#almPackageGridTable .radio label,
#almPackageGridTable .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal !important;
  cursor: pointer; }

#almPackageGridTable .radio input[type="radio"],
#almPackageGridTable .radio-inline input[type="radio"],
#almPackageGridTable .checkbox input[type="checkbox"],
#almPackageGridTable .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

#almPackageGridTable .radio + .radio,
#almPackageGridTable .checkbox + .checkbox {
  margin-top: -5px; }

#almPackageGridTable .radio-inline,
#almPackageGridTable .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal !important;
  cursor: pointer; }

#almPackageGridTable .radio-inline + .radio-inline,
#almPackageGridTable .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

#almPackageGridTable input[type="radio"][disabled],
#almPackageGridTable input[type="checkbox"][disabled],
#almPackageGridTable input[type="radio"].disabled,
#almPackageGridTable input[type="checkbox"].disabled,
#almPackageGridTable fieldset[disabled] input[type="radio"],
#almPackageGridTable fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

#almPackageGridTable .radio-inline.disabled,
#almPackageGridTable .checkbox-inline.disabled,
#almPackageGridTable fieldset[disabled] .radio-inline,
#almPackageGridTable fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

#almPackageGridTable .radio.disabled label,
#almPackageGridTable .checkbox.disabled label,
#almPackageGridTable fieldset[disabled] .radio label,
#almPackageGridTable fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

#almPackageGridTable .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

#almPackageGridTable .form-control-static.input-lg,
#almPackageGridTable .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

#almPackageGridTable .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

#almPackageGridTable select.input-sm {
  height: 30px;
  line-height: 30px; }

#almPackageGridTable textarea.input-sm,
#almPackageGridTable select[multiple].input-sm {
  height: auto; }

#almPackageGridTable .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

#almPackageGridTable select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

#almPackageGridTable textarea.form-group-sm .form-control,
#almPackageGridTable select[multiple].form-group-sm .form-control {
  height: auto; }

#almPackageGridTable .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

#almPackageGridTable .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

#almPackageGridTable select.input-lg {
  height: 46px;
  line-height: 46px; }

#almPackageGridTable textarea.input-lg,
#almPackageGridTable select[multiple].input-lg {
  height: auto; }

#almPackageGridTable .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

#almPackageGridTable select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

#almPackageGridTable textarea.form-group-lg .form-control,
#almPackageGridTable select[multiple].form-group-lg .form-control {
  height: auto; }

#almPackageGridTable .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

#almPackageGridTable .has-feedback {
  position: relative; }

#almPackageGridTable .has-feedback .form-control {
  padding-right: 42.5px; }

#almPackageGridTable .form-control-feedback {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  font-family: fontawesome; }

#almPackageGridTable .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

#almPackageGridTable .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

#almPackageGridTable .has-success .help-block,
#almPackageGridTable .has-success .control-label,
#almPackageGridTable .has-success .radio,
#almPackageGridTable .has-success .checkbox,
#almPackageGridTable .has-success .radio-inline,
#almPackageGridTable .has-success .checkbox-inline,
#almPackageGridTable .has-success.radio label,
#almPackageGridTable .has-success.checkbox label,
#almPackageGridTable .has-success.radio-inline label,
#almPackageGridTable .has-success.checkbox-inline label {
  color: #3c763d; }

#almPackageGridTable .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

#almPackageGridTable .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

#almPackageGridTable .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

#almPackageGridTable .has-success .form-control-feedback {
  color: #3c763d; }

#almPackageGridTable .has-warning .help-block,
#almPackageGridTable .has-warning .control-label,
#almPackageGridTable .has-warning .radio,
#almPackageGridTable .has-warning .checkbox,
#almPackageGridTable .has-warning .radio-inline,
#almPackageGridTable .has-warning .checkbox-inline,
#almPackageGridTable .has-warning.radio label,
#almPackageGridTable .has-warning.checkbox label,
#almPackageGridTable .has-warning.radio-inline label,
#almPackageGridTable .has-warning.checkbox-inline label {
  color: #8a6d3b; }

#almPackageGridTable .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

#almPackageGridTable .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

#almPackageGridTable .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

#almPackageGridTable .has-warning .form-control-feedback {
  color: #8a6d3b; }

#almPackageGridTable .has-error .help-block,
#almPackageGridTable .has-error .control-label,
#almPackageGridTable .has-error .radio,
#almPackageGridTable .has-error .checkbox,
#almPackageGridTable .has-error .radio-inline,
#almPackageGridTable .has-error .checkbox-inline,
#almPackageGridTable .has-error.radio label,
#almPackageGridTable .has-error.checkbox label,
#almPackageGridTable .has-error.radio-inline label,
#almPackageGridTable .has-error.checkbox-inline label {
  color: #a94442; }

#almPackageGridTable .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

#almPackageGridTable .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

#almPackageGridTable .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

#almPackageGridTable .has-error .form-control-feedback {
  color: #a94442; }

#almPackageGridTable .has-feedback label ~ .form-control-feedback {
  top: 25px; }

#almPackageGridTable .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

#almPackageGridTable .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  #almPackageGridTable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  #almPackageGridTable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  #almPackageGridTable .form-inline .form-control-static {
    display: inline-block; }
  #almPackageGridTable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  #almPackageGridTable .form-inline .input-group .input-group-addon,
  #almPackageGridTable .form-inline .input-group .input-group-btn,
  #almPackageGridTable .form-inline .input-group .form-control {
    width: auto; }
  #almPackageGridTable .form-inline .input-group > .form-control {
    width: 100%; }
  #almPackageGridTable .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  #almPackageGridTable .form-inline .radio,
  #almPackageGridTable .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  #almPackageGridTable .form-inline .radio label,
  #almPackageGridTable .form-inline .checkbox label {
    padding-left: 0; }
  #almPackageGridTable .form-inline .radio input[type="radio"],
  #almPackageGridTable .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  #almPackageGridTable .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

#almPackageGridTable .form-horizontal .radio,
#almPackageGridTable .form-horizontal .checkbox,
#almPackageGridTable .form-horizontal .radio-inline,
#almPackageGridTable .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

#almPackageGridTable .form-horizontal .radio,
#almPackageGridTable .form-horizontal .checkbox {
  min-height: 27px; }

#almPackageGridTable .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  #almPackageGridTable .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

#almPackageGridTable .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  #almPackageGridTable .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }

@media (min-width: 768px) {
  #almPackageGridTable .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

#almPackageGridTable .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#almPackageGridTable .btn:focus,
#almPackageGridTable .btn:active:focus,
#almPackageGridTable .btn.active:focus,
#almPackageGridTable .btn.focus,
#almPackageGridTable .btn:active.focus,
#almPackageGridTable .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

#almPackageGridTable .btn:hover,
#almPackageGridTable .btn:focus,
#almPackageGridTable .btn.focus {
  color: #333333;
  text-decoration: none; }

#almPackageGridTable .btn:active,
#almPackageGridTable .btn.active {
  outline: 0;
  background-image: none; }

#almPackageGridTable .btn.disabled,
#almPackageGridTable .btn[disabled],
#almPackageGridTable fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

#almPackageGridTable .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc; }

#almPackageGridTable .btn-default:hover,
#almPackageGridTable .btn-default:focus,
#almPackageGridTable .btn-default.focus,
#almPackageGridTable .btn-default:active,
#almPackageGridTable .btn-default.active,
#almPackageGridTable .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #adadad;
  border-color: #adadad; }

#almPackageGridTable .btn-default:active,
#almPackageGridTable .btn-default.active,
#almPackageGridTable .open > .dropdown-toggle.btn-default {
  background-image: none; }

#almPackageGridTable .btn-default.disabled,
#almPackageGridTable .btn-default[disabled],
#almPackageGridTable fieldset[disabled] .btn-default,
#almPackageGridTable .btn-default.disabled:hover,
#almPackageGridTable .btn-default[disabled]:hover,
#almPackageGridTable fieldset[disabled] .btn-default:hover,
#almPackageGridTable .btn-default.disabled:focus,
#almPackageGridTable .btn-default[disabled]:focus,
#almPackageGridTable fieldset[disabled] .btn-default:focus,
#almPackageGridTable .btn-default.disabled.focus,
#almPackageGridTable .btn-default[disabled].focus,
#almPackageGridTable fieldset[disabled] .btn-default.focus,
#almPackageGridTable .btn-default.disabled:active,
#almPackageGridTable .btn-default[disabled]:active,
#almPackageGridTable fieldset[disabled] .btn-default:active,
#almPackageGridTable .btn-default.disabled.active,
#almPackageGridTable .btn-default[disabled].active,
#almPackageGridTable fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

#almPackageGridTable .btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

#almPackageGridTable .btn-primary {
  color: #ffffff;
  background-color: #0077c1;
  border-color: #2e6da4; }

#almPackageGridTable .btn-primary:hover,
#almPackageGridTable .btn-primary:focus,
#almPackageGridTable .btn-primary.focus,
#almPackageGridTable .btn-primary:active,
#almPackageGridTable .btn-primary.active,
#almPackageGridTable .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

#almPackageGridTable .btn-primary:active,
#almPackageGridTable .btn-primary.active,
#almPackageGridTable .open > .dropdown-toggle.btn-primary {
  background-image: none; }

#almPackageGridTable .btn-primary.disabled,
#almPackageGridTable .btn-primary[disabled],
#almPackageGridTable fieldset[disabled] .btn-primary,
#almPackageGridTable .btn-primary.disabled:hover,
#almPackageGridTable .btn-primary[disabled]:hover,
#almPackageGridTable fieldset[disabled] .btn-primary:hover,
#almPackageGridTable .btn-primary.disabled:focus,
#almPackageGridTable .btn-primary[disabled]:focus,
#almPackageGridTable fieldset[disabled] .btn-primary:focus,
#almPackageGridTable .btn-primary.disabled.focus,
#almPackageGridTable .btn-primary[disabled].focus,
#almPackageGridTable fieldset[disabled] .btn-primary.focus,
#almPackageGridTable .btn-primary.disabled:active,
#almPackageGridTable .btn-primary[disabled]:active,
#almPackageGridTable fieldset[disabled] .btn-primary:active,
#almPackageGridTable .btn-primary.disabled.active,
#almPackageGridTable .btn-primary[disabled].active,
#almPackageGridTable fieldset[disabled] .btn-primary.active {
  background-color: #0077c1;
  border-color: #2e6da4; }

#almPackageGridTable .btn-primary .badge {
  color: #0077c1;
  background-color: #ffffff; }

#almPackageGridTable .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

#almPackageGridTable .btn-success:hover,
#almPackageGridTable .btn-success:focus,
#almPackageGridTable .btn-success.focus,
#almPackageGridTable .btn-success:active,
#almPackageGridTable .btn-success.active,
#almPackageGridTable .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

#almPackageGridTable .btn-success:active,
#almPackageGridTable .btn-success.active,
#almPackageGridTable .open > .dropdown-toggle.btn-success {
  background-image: none; }

#almPackageGridTable .btn-success.disabled,
#almPackageGridTable .btn-success[disabled],
#almPackageGridTable fieldset[disabled] .btn-success,
#almPackageGridTable .btn-success.disabled:hover,
#almPackageGridTable .btn-success[disabled]:hover,
#almPackageGridTable fieldset[disabled] .btn-success:hover,
#almPackageGridTable .btn-success.disabled:focus,
#almPackageGridTable .btn-success[disabled]:focus,
#almPackageGridTable fieldset[disabled] .btn-success:focus,
#almPackageGridTable .btn-success.disabled.focus,
#almPackageGridTable .btn-success[disabled].focus,
#almPackageGridTable fieldset[disabled] .btn-success.focus,
#almPackageGridTable .btn-success.disabled:active,
#almPackageGridTable .btn-success[disabled]:active,
#almPackageGridTable fieldset[disabled] .btn-success:active,
#almPackageGridTable .btn-success.disabled.active,
#almPackageGridTable .btn-success[disabled].active,
#almPackageGridTable fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

#almPackageGridTable .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

#almPackageGridTable .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

#almPackageGridTable .btn-info:hover,
#almPackageGridTable .btn-info:focus,
#almPackageGridTable .btn-info.focus,
#almPackageGridTable .btn-info:active,
#almPackageGridTable .btn-info.active,
#almPackageGridTable .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

#almPackageGridTable .btn-info:active,
#almPackageGridTable .btn-info.active,
#almPackageGridTable .open > .dropdown-toggle.btn-info {
  background-image: none; }

#almPackageGridTable .btn-info.disabled,
#almPackageGridTable .btn-info[disabled],
#almPackageGridTable fieldset[disabled] .btn-info,
#almPackageGridTable .btn-info.disabled:hover,
#almPackageGridTable .btn-info[disabled]:hover,
#almPackageGridTable fieldset[disabled] .btn-info:hover,
#almPackageGridTable .btn-info.disabled:focus,
#almPackageGridTable .btn-info[disabled]:focus,
#almPackageGridTable fieldset[disabled] .btn-info:focus,
#almPackageGridTable .btn-info.disabled.focus,
#almPackageGridTable .btn-info[disabled].focus,
#almPackageGridTable fieldset[disabled] .btn-info.focus,
#almPackageGridTable .btn-info.disabled:active,
#almPackageGridTable .btn-info[disabled]:active,
#almPackageGridTable fieldset[disabled] .btn-info:active,
#almPackageGridTable .btn-info.disabled.active,
#almPackageGridTable .btn-info[disabled].active,
#almPackageGridTable fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

#almPackageGridTable .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

#almPackageGridTable .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

#almPackageGridTable .btn-warning:hover,
#almPackageGridTable .btn-warning:focus,
#almPackageGridTable .btn-warning.focus,
#almPackageGridTable .btn-warning:active,
#almPackageGridTable .btn-warning.active,
#almPackageGridTable .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

#almPackageGridTable .btn-warning:active,
#almPackageGridTable .btn-warning.active,
#almPackageGridTable .open > .dropdown-toggle.btn-warning {
  background-image: none; }

#almPackageGridTable .btn-warning.disabled,
#almPackageGridTable .btn-warning[disabled],
#almPackageGridTable fieldset[disabled] .btn-warning,
#almPackageGridTable .btn-warning.disabled:hover,
#almPackageGridTable .btn-warning[disabled]:hover,
#almPackageGridTable fieldset[disabled] .btn-warning:hover,
#almPackageGridTable .btn-warning.disabled:focus,
#almPackageGridTable .btn-warning[disabled]:focus,
#almPackageGridTable fieldset[disabled] .btn-warning:focus,
#almPackageGridTable .btn-warning.disabled.focus,
#almPackageGridTable .btn-warning[disabled].focus,
#almPackageGridTable fieldset[disabled] .btn-warning.focus,
#almPackageGridTable .btn-warning.disabled:active,
#almPackageGridTable .btn-warning[disabled]:active,
#almPackageGridTable fieldset[disabled] .btn-warning:active,
#almPackageGridTable .btn-warning.disabled.active,
#almPackageGridTable .btn-warning[disabled].active,
#almPackageGridTable fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

#almPackageGridTable .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

#almPackageGridTable .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #ffffff !important; }

#almPackageGridTable .btn-danger:hover,
#almPackageGridTable .btn-danger:focus,
#almPackageGridTable .btn-danger.focus,
#almPackageGridTable .btn-danger:active,
#almPackageGridTable .btn-danger.active,
#almPackageGridTable .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

#almPackageGridTable .btn-danger:active,
#almPackageGridTable .btn-danger.active,
#almPackageGridTable .open > .dropdown-toggle.btn-danger {
  background-image: none; }

#almPackageGridTable .btn-danger.disabled,
#almPackageGridTable .btn-danger[disabled],
#almPackageGridTable fieldset[disabled] .btn-danger,
#almPackageGridTable .btn-danger.disabled:hover,
#almPackageGridTable .btn-danger[disabled]:hover,
#almPackageGridTable fieldset[disabled] .btn-danger:hover,
#almPackageGridTable .btn-danger.disabled:focus,
#almPackageGridTable .btn-danger[disabled]:focus,
#almPackageGridTable fieldset[disabled] .btn-danger:focus,
#almPackageGridTable .btn-danger.disabled.focus,
#almPackageGridTable .btn-danger[disabled].focus,
#almPackageGridTable fieldset[disabled] .btn-danger.focus,
#almPackageGridTable .btn-danger.disabled:active,
#almPackageGridTable .btn-danger[disabled]:active,
#almPackageGridTable fieldset[disabled] .btn-danger:active,
#almPackageGridTable .btn-danger.disabled.active,
#almPackageGridTable .btn-danger[disabled].active,
#almPackageGridTable fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

#almPackageGridTable .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

#almPackageGridTable .btn-link {
  color: #0077c1;
  font-weight: normal !important;
  border-radius: 0; }

#almPackageGridTable .btn-link,
#almPackageGridTable .btn-link:active,
#almPackageGridTable .btn-link.active,
#almPackageGridTable .btn-link[disabled],
#almPackageGridTable fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

#almPackageGridTable .btn-link,
#almPackageGridTable .btn-link:hover,
#almPackageGridTable .btn-link:focus,
#almPackageGridTable .btn-link:active {
  border-color: transparent; }

#almPackageGridTable .btn-link:hover,
#almPackageGridTable .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

#almPackageGridTable .btn-link[disabled]:hover,
#almPackageGridTable fieldset[disabled] .btn-link:hover,
#almPackageGridTable .btn-link[disabled]:focus,
#almPackageGridTable fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

#almPackageGridTable .btn-lg, #almPackageGridTable .btn-group-lg > .btn,
#almPackageGridTable .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

#almPackageGridTable .btn-sm, #almPackageGridTable .btn-group-sm > .btn,
#almPackageGridTable .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

#almPackageGridTable .btn-xs,
#almPackageGridTable .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

#almPackageGridTable .btn-block + .btn-block {
  margin-top: 5px; }

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

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

#almPackageGridTable .fade.in {
  opacity: 1; }

#almPackageGridTable .collapse {
  display: none; }

#almPackageGridTable .collapse.in {
  display: block; }

#almPackageGridTable tr.collapse.in {
  display: table-row; }

#almPackageGridTable tbody.collapse.in {
  display: table-row-group; }

#almPackageGridTable .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

#almPackageGridTable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

#almPackageGridTable .dropup,
#almPackageGridTable .dropdown {
  position: relative; }

#almPackageGridTable .dropdown-toggle:focus {
  outline: 0; }

#almPackageGridTable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

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

#almPackageGridTable .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

#almPackageGridTable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal !important;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

#almPackageGridTable .dropdown-menu > li > a:hover,
#almPackageGridTable .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

#almPackageGridTable .dropdown-menu > .active > a,
#almPackageGridTable .dropdown-menu > .active > a:hover,
#almPackageGridTable .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0077c1; }

#almPackageGridTable .dropdown-menu > .disabled > a,
#almPackageGridTable .dropdown-menu > .disabled > a:hover,
#almPackageGridTable .dropdown-menu > .disabled > a:focus {
  color: #777777; }

#almPackageGridTable .dropdown-menu > .disabled > a:hover,
#almPackageGridTable .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

#almPackageGridTable .open > .dropdown-menu {
  display: block; }

#almPackageGridTable .open > a {
  outline: 0; }

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

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

#almPackageGridTable .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

#almPackageGridTable .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

#almPackageGridTable .pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

#almPackageGridTable .dropup .caret,
#almPackageGridTable .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

#almPackageGridTable .dropup .dropdown-menu,
#almPackageGridTable .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

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

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

#almPackageGridTable .btn-group > .btn,
#almPackageGridTable .btn-group-vertical > .btn {
  position: relative;
  float: left; }

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

#almPackageGridTable .btn-group .btn + .btn,
#almPackageGridTable .btn-group .btn + .btn-group,
#almPackageGridTable .btn-group .btn-group + .btn,
#almPackageGridTable .btn-group .btn-group + .btn-group {
  margin-left: -1px;
  background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
  color: white; }

#almPackageGridTable .btn-toolbar > .btn,
#almPackageGridTable .btn-toolbar > .input-group {
  margin-left: 5px;
  background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
  color: white !important;
  border-radius: 5px;
  text-transform: uppercase; }

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

#almPackageGridTable .btn-group > .btn:first-child {
  margin-left: 0;
  background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
  color: white;
  border-radius: 5px;
  text-transform: uppercase; }

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

#almPackageGridTable .btn-group > .btn:last-child:not(:first-child),
#almPackageGridTable .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

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

#almPackageGridTable .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
#almPackageGridTable .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

#almPackageGridTable .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

#almPackageGridTable .btn-group .dropdown-toggle:active,
#almPackageGridTable .btn-group.open .dropdown-toggle {
  outline: 0; }

#almPackageGridTable .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

#almPackageGridTable .btn-group > .btn-lg + .dropdown-toggle, #almPackageGridTable .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

#almPackageGridTable .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

#almPackageGridTable .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

#almPackageGridTable .btn .caret {
  margin-left: 0; }

#almPackageGridTable .btn-lg .caret, #almPackageGridTable .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

#almPackageGridTable .dropup .btn-lg .caret, #almPackageGridTable .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

#almPackageGridTable .btn-group-vertical > .btn,
#almPackageGridTable .btn-group-vertical > .btn-group,
#almPackageGridTable .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

#almPackageGridTable .btn-group-vertical > .btn-group > .btn {
  float: none; }

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

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

#almPackageGridTable .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#almPackageGridTable .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

#almPackageGridTable .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
#almPackageGridTable .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#almPackageGridTable .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

#almPackageGridTable .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

#almPackageGridTable .btn-group-justified > .btn,
#almPackageGridTable .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

#almPackageGridTable .btn-group-justified > .btn-group .btn {
  width: 100%; }

#almPackageGridTable .btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

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

#almPackageGridTable .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

#almPackageGridTable .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

#almPackageGridTable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

#almPackageGridTable .input-group-lg > .form-control,
#almPackageGridTable .input-group-lg > .input-group-addon,
#almPackageGridTable .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

#almPackageGridTable select.input-group-lg > .form-control,
#almPackageGridTable select.input-group-lg > .input-group-addon,
#almPackageGridTable select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

#almPackageGridTable textarea.input-group-lg > .form-control,
#almPackageGridTable textarea.input-group-lg > .input-group-addon,
#almPackageGridTable textarea.input-group-lg > .input-group-btn > .btn,
#almPackageGridTable select[multiple].input-group-lg > .form-control,
#almPackageGridTable select[multiple].input-group-lg > .input-group-addon,
#almPackageGridTable select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

#almPackageGridTable .input-group-sm > .form-control,
#almPackageGridTable .input-group-sm > .input-group-addon,
#almPackageGridTable .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

#almPackageGridTable select.input-group-sm > .form-control,
#almPackageGridTable select.input-group-sm > .input-group-addon,
#almPackageGridTable select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

#almPackageGridTable textarea.input-group-sm > .form-control,
#almPackageGridTable textarea.input-group-sm > .input-group-addon,
#almPackageGridTable textarea.input-group-sm > .input-group-btn > .btn,
#almPackageGridTable select[multiple].input-group-sm > .form-control,
#almPackageGridTable select[multiple].input-group-sm > .input-group-addon,
#almPackageGridTable select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

#almPackageGridTable .input-group-addon,
#almPackageGridTable .input-group-btn,
#almPackageGridTable .input-group .form-control {
  display: table-cell; }

#almPackageGridTable .input-group-addon:not(:first-child):not(:last-child),
#almPackageGridTable .input-group-btn:not(:first-child):not(:last-child),
#almPackageGridTable .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 7px;
  padding-top: 5px;
  padding-left: 30px; }

#almPackageGridTable .input-group-addon,
#almPackageGridTable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

#almPackageGridTable .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

#almPackageGridTable .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

#almPackageGridTable .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

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

#almPackageGridTable .input-group .form-control:first-child,
#almPackageGridTable .input-group-addon:first-child,
#almPackageGridTable .input-group-btn:first-child > .btn,
#almPackageGridTable .input-group-btn:first-child > .btn-group > .btn,
#almPackageGridTable .input-group-btn:first-child > .dropdown-toggle,
#almPackageGridTable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#almPackageGridTable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

#almPackageGridTable .input-group-addon:first-child {
  border-right: 0; }

#almPackageGridTable .input-group .form-control:last-child,
#almPackageGridTable .input-group-addon:last-child,
#almPackageGridTable .input-group-btn:last-child > .btn,
#almPackageGridTable .input-group-btn:last-child > .btn-group > .btn,
#almPackageGridTable .input-group-btn:last-child > .dropdown-toggle,
#almPackageGridTable .input-group-btn:first-child > .btn:not(:first-child),
#almPackageGridTable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

#almPackageGridTable .input-group-addon:last-child {
  border-left: 0; }

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

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

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

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

#almPackageGridTable .input-group-btn:first-child > .btn,
#almPackageGridTable .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

#almPackageGridTable .input-group-btn:last-child > .btn,
#almPackageGridTable .input-group-btn:last-child > .btn-group {
  margin-left: 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
  color: white; }

#almPackageGridTable .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

#almPackageGridTable .nav > li {
  position: relative;
  display: block; }

#almPackageGridTable .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

#almPackageGridTable .nav > li > a:hover,
#almPackageGridTable .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

#almPackageGridTable .nav > li.disabled > a {
  color: #777777; }

#almPackageGridTable .nav > li.disabled > a:hover,
#almPackageGridTable .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

#almPackageGridTable .nav .open > a,
#almPackageGridTable .nav .open > a:hover,
#almPackageGridTable .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0077c1; }

#almPackageGridTable .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

#almPackageGridTable .nav > li > a > img {
  max-width: none; }

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

#almPackageGridTable .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

#almPackageGridTable .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

#almPackageGridTable .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

#almPackageGridTable .nav-tabs > li.active > a,
#almPackageGridTable .nav-tabs > li.active > a:hover,
#almPackageGridTable .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-bottom-color: transparent;
  cursor: default; }

#almPackageGridTable .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

#almPackageGridTable .nav-tabs.nav-justified > li {
  float: none; }

#almPackageGridTable .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

#almPackageGridTable .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  #almPackageGridTable .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  #almPackageGridTable .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

#almPackageGridTable .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

#almPackageGridTable .nav-tabs.nav-justified > .active > a,
#almPackageGridTable .nav-tabs.nav-justified > .active > a:hover,
#almPackageGridTable .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #888888; }

@media (min-width: 768px) {
  #almPackageGridTable .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  #almPackageGridTable .nav-tabs.nav-justified > .active > a,
  #almPackageGridTable .nav-tabs.nav-justified > .active > a:hover,
  #almPackageGridTable .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

#almPackageGridTable .nav-pills > li {
  float: left; }

#almPackageGridTable .nav-pills > li > a {
  border-radius: 4px; }

#almPackageGridTable .nav-pills > li + li {
  margin-left: 2px; }

#almPackageGridTable .nav-pills > li.active > a,
#almPackageGridTable .nav-pills > li.active > a:hover,
#almPackageGridTable .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0077c1; }

#almPackageGridTable .nav-stacked > li {
  float: none; }

#almPackageGridTable .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

#almPackageGridTable .nav-justified {
  width: 100%; }

#almPackageGridTable .nav-justified > li {
  float: none; }

#almPackageGridTable .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

#almPackageGridTable .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  #almPackageGridTable .nav-justified > li {
    display: table-cell;
    width: 1%; }
  #almPackageGridTable .nav-justified > li > a {
    margin-bottom: 0; } }

#almPackageGridTable .nav-tabs-justified {
  border-bottom: 0; }

#almPackageGridTable .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

#almPackageGridTable .nav-tabs-justified > .active > a,
#almPackageGridTable .nav-tabs-justified > .active > a:hover,
#almPackageGridTable .nav-tabs-justified > .active > a:focus {
  border: 1px solid #888888; }

@media (min-width: 768px) {
  #almPackageGridTable .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  #almPackageGridTable .nav-tabs-justified > .active > a,
  #almPackageGridTable .nav-tabs-justified > .active > a:hover,
  #almPackageGridTable .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

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

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

#almPackageGridTable .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

#almPackageGridTable .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-header {
    float: left; } }

#almPackageGridTable .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

#almPackageGridTable .navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  #almPackageGridTable .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  #almPackageGridTable .navbar-collapse.in {
    overflow-y: visible; }
  #almPackageGridTable .navbar-fixed-top .navbar-collapse,
  #almPackageGridTable .navbar-static-top .navbar-collapse,
  #almPackageGridTable .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

#almPackageGridTable .navbar-fixed-top .navbar-collapse,
#almPackageGridTable .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  #almPackageGridTable .navbar-fixed-top .navbar-collapse,
  #almPackageGridTable .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

#almPackageGridTable .container > .navbar-header,
#almPackageGridTable .container-fluid > .navbar-header,
#almPackageGridTable .container > .navbar-collapse,
#almPackageGridTable .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  #almPackageGridTable .container > .navbar-header,
  #almPackageGridTable .container-fluid > .navbar-header,
  #almPackageGridTable .container > .navbar-collapse,
  #almPackageGridTable .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

#almPackageGridTable .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-static-top {
    border-radius: 0; } }

#almPackageGridTable .navbar-fixed-top,
#almPackageGridTable .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-fixed-top,
  #almPackageGridTable .navbar-fixed-bottom {
    border-radius: 0; } }

#almPackageGridTable .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

#almPackageGridTable .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

#almPackageGridTable .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

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

#almPackageGridTable .navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar > .container .navbar-brand,
  #almPackageGridTable .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

#almPackageGridTable .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

#almPackageGridTable .navbar-toggle:focus {
  outline: 0; }

#almPackageGridTable .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

#almPackageGridTable .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-toggle {
    display: none; } }

#almPackageGridTable .navbar-nav {
  margin: 7.5px -15px; }

#almPackageGridTable .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  #almPackageGridTable .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  #almPackageGridTable .navbar-nav .open .dropdown-menu > li > a,
  #almPackageGridTable .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  #almPackageGridTable .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  #almPackageGridTable .navbar-nav .open .dropdown-menu > li > a:hover,
  #almPackageGridTable .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-nav {
    float: left;
    margin: 0; }
  #almPackageGridTable .navbar-nav > li {
    float: left; }
  #almPackageGridTable .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

#almPackageGridTable .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  #almPackageGridTable .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  #almPackageGridTable .navbar-form .form-control-static {
    display: inline-block; }
  #almPackageGridTable .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  #almPackageGridTable .navbar-form .input-group .input-group-addon,
  #almPackageGridTable .navbar-form .input-group .input-group-btn,
  #almPackageGridTable .navbar-form .input-group .form-control {
    width: auto; }
  #almPackageGridTable .navbar-form .input-group > .form-control {
    width: 100%; }
  #almPackageGridTable .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  #almPackageGridTable .navbar-form .radio,
  #almPackageGridTable .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  #almPackageGridTable .navbar-form .radio label,
  #almPackageGridTable .navbar-form .checkbox label {
    padding-left: 0; }
  #almPackageGridTable .navbar-form .radio input[type="radio"],
  #almPackageGridTable .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  #almPackageGridTable .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  #almPackageGridTable .navbar-form .form-group {
    margin-bottom: 5px; }
  #almPackageGridTable .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; } }

#almPackageGridTable .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

#almPackageGridTable .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#almPackageGridTable .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

#almPackageGridTable .navbar-btn.btn-sm, #almPackageGridTable .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px; }

#almPackageGridTable .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

#almPackageGridTable .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  #almPackageGridTable .navbar-left {
    float: left !important; }
  #almPackageGridTable .navbar-right {
    float: right !important;
    margin-right: -15px; }
  #almPackageGridTable .navbar-right ~ .navbar-right {
    margin-right: 0; } }

#almPackageGridTable .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

#almPackageGridTable .navbar-default .navbar-brand {
  color: #777777; }

#almPackageGridTable .navbar-default .navbar-brand:hover,
#almPackageGridTable .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

#almPackageGridTable .navbar-default .navbar-text {
  color: #777777; }

#almPackageGridTable .navbar-default .navbar-nav > li > a {
  color: #777777; }

#almPackageGridTable .navbar-default .navbar-nav > li > a:hover,
#almPackageGridTable .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

#almPackageGridTable .navbar-default .navbar-nav > .active > a,
#almPackageGridTable .navbar-default .navbar-nav > .active > a:hover,
#almPackageGridTable .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

#almPackageGridTable .navbar-default .navbar-nav > .disabled > a,
#almPackageGridTable .navbar-default .navbar-nav > .disabled > a:hover,
#almPackageGridTable .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

#almPackageGridTable .navbar-default .navbar-toggle {
  border-color: #dddddd; }

#almPackageGridTable .navbar-default .navbar-toggle:hover,
#almPackageGridTable .navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

#almPackageGridTable .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

#almPackageGridTable .navbar-default .navbar-collapse,
#almPackageGridTable .navbar-default .navbar-form {
  border-color: #e7e7e7; }

#almPackageGridTable .navbar-default .navbar-nav > .open > a,
#almPackageGridTable .navbar-default .navbar-nav > .open > a:hover,
#almPackageGridTable .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #almPackageGridTable .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }

#almPackageGridTable .navbar-default .navbar-link {
  color: #777777; }

#almPackageGridTable .navbar-default .navbar-link:hover {
  color: #333333; }

#almPackageGridTable .navbar-default .btn-link {
  color: #777777; }

#almPackageGridTable .navbar-default .btn-link:hover,
#almPackageGridTable .navbar-default .btn-link:focus {
  color: #333333; }

#almPackageGridTable .navbar-default .btn-link[disabled]:hover,
#almPackageGridTable fieldset[disabled] .navbar-default .btn-link:hover,
#almPackageGridTable .navbar-default .btn-link[disabled]:focus,
#almPackageGridTable fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

#almPackageGridTable .navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

#almPackageGridTable .navbar-inverse .navbar-brand {
  color: #9d9d9d; }

#almPackageGridTable .navbar-inverse .navbar-brand:hover,
#almPackageGridTable .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

#almPackageGridTable .navbar-inverse .navbar-text {
  color: #9d9d9d; }

#almPackageGridTable .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

#almPackageGridTable .navbar-inverse .navbar-nav > li > a:hover,
#almPackageGridTable .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

#almPackageGridTable .navbar-inverse .navbar-nav > .active > a,
#almPackageGridTable .navbar-inverse .navbar-nav > .active > a:hover,
#almPackageGridTable .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

#almPackageGridTable .navbar-inverse .navbar-nav > .disabled > a,
#almPackageGridTable .navbar-inverse .navbar-nav > .disabled > a:hover,
#almPackageGridTable .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

#almPackageGridTable .navbar-inverse .navbar-toggle {
  border-color: #333333; }

#almPackageGridTable .navbar-inverse .navbar-toggle:hover,
#almPackageGridTable .navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

#almPackageGridTable .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

#almPackageGridTable .navbar-inverse .navbar-collapse,
#almPackageGridTable .navbar-inverse .navbar-form {
  border-color: #101010; }

#almPackageGridTable .navbar-inverse .navbar-nav > .open > a,
#almPackageGridTable .navbar-inverse .navbar-nav > .open > a:hover,
#almPackageGridTable .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #almPackageGridTable .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }

#almPackageGridTable .navbar-inverse .navbar-link {
  color: #9d9d9d; }

#almPackageGridTable .navbar-inverse .navbar-link:hover {
  color: #ffffff; }

#almPackageGridTable .navbar-inverse .btn-link {
  color: #9d9d9d; }

#almPackageGridTable .navbar-inverse .btn-link:hover,
#almPackageGridTable .navbar-inverse .btn-link:focus {
  color: #ffffff; }

#almPackageGridTable .navbar-inverse .btn-link[disabled]:hover,
#almPackageGridTable fieldset[disabled] .navbar-inverse .btn-link:hover,
#almPackageGridTable .navbar-inverse .btn-link[disabled]:focus,
#almPackageGridTable fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

#almPackageGridTable .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

#almPackageGridTable .breadcrumb > li {
  display: inline-block; }

#almPackageGridTable .breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #cccccc; }

#almPackageGridTable .breadcrumb > .active {
  color: #777777; }

#almPackageGridTable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

#almPackageGridTable .pagination > li {
  display: inline; }

#almPackageGridTable .pagination > li > a,
#almPackageGridTable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #008065;
  background-color: #ffffff;
  border: 1px solid #888888;
  margin-left: -1px; }

#almPackageGridTable .pagination > li:first-child > a,
#almPackageGridTable .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

#almPackageGridTable .pagination > li:last-child > a,
#almPackageGridTable .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

#almPackageGridTable .pagination > li > a:hover,
#almPackageGridTable .pagination > li > span:hover,
#almPackageGridTable .pagination > li > a:focus,
#almPackageGridTable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd; }

#almPackageGridTable .pagination > .active > a,
#almPackageGridTable .pagination > .active > span,
#almPackageGridTable .pagination > .active > a:hover,
#almPackageGridTable .pagination > .active > span:hover,
#almPackageGridTable .pagination > .active > a:focus,
#almPackageGridTable .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff !important;
  background-color: #0077c1;
  border-color: #0077c1;
  cursor: default; }

#almPackageGridTable .pagination > .disabled > span,
#almPackageGridTable .pagination > .disabled > span:hover,
#almPackageGridTable .pagination > .disabled > span:focus,
#almPackageGridTable .pagination > .disabled > a,
#almPackageGridTable .pagination > .disabled > a:hover,
#almPackageGridTable .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

#almPackageGridTable .pagination-lg > li > a,
#almPackageGridTable .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

#almPackageGridTable .pagination-lg > li:first-child > a,
#almPackageGridTable .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

#almPackageGridTable .pagination-lg > li:last-child > a,
#almPackageGridTable .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

#almPackageGridTable .pagination-sm > li > a,
#almPackageGridTable .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

#almPackageGridTable .pagination-sm > li:first-child > a,
#almPackageGridTable .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

#almPackageGridTable .pagination-sm > li:last-child > a,
#almPackageGridTable .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

#almPackageGridTable .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

#almPackageGridTable .pager li {
  display: inline; }

#almPackageGridTable .pager li > a,
#almPackageGridTable .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 15px; }

#almPackageGridTable .pager li > a:hover,
#almPackageGridTable .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

#almPackageGridTable .pager .next > a,
#almPackageGridTable .pager .next > span {
  float: right; }

#almPackageGridTable .pager .previous > a,
#almPackageGridTable .pager .previous > span {
  float: left; }

#almPackageGridTable .pager .disabled > a,
#almPackageGridTable .pager .disabled > a:hover,
#almPackageGridTable .pager .disabled > a:focus,
#almPackageGridTable .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed; }

#almPackageGridTable .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: normal !important;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

#almPackageGridTable a.label:hover,
#almPackageGridTable a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

#almPackageGridTable .label:empty {
  display: none; }

#almPackageGridTable .btn .label {
  position: relative;
  top: -1px; }

#almPackageGridTable .label-default {
  background-color: #777777; }

#almPackageGridTable .label-default[href]:hover,
#almPackageGridTable .label-default[href]:focus {
  background-color: #5e5e5e; }

#almPackageGridTable .label-primary {
  background-color: #0077c1; }

#almPackageGridTable .label-primary[href]:hover,
#almPackageGridTable .label-primary[href]:focus {
  background-color: #286090; }

#almPackageGridTable .label-success {
  background-color: #5cb85c; }

#almPackageGridTable .label-success[href]:hover,
#almPackageGridTable .label-success[href]:focus {
  background-color: #449d44; }

#almPackageGridTable .label-info {
  background-color: #5bc0de; }

#almPackageGridTable .label-info[href]:hover,
#almPackageGridTable .label-info[href]:focus {
  background-color: #31b0d5; }

#almPackageGridTable .label-warning {
  background-color: #f0ad4e; }

#almPackageGridTable .label-warning[href]:hover,
#almPackageGridTable .label-warning[href]:focus {
  background-color: #ec971f; }

#almPackageGridTable .label-danger {
  background-color: #d9534f; }

#almPackageGridTable .label-danger[href]:hover,
#almPackageGridTable .label-danger[href]:focus {
  background-color: #c9302c; }

#almPackageGridTable .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal !important;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

#almPackageGridTable .badge:empty {
  display: none; }

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

#almPackageGridTable .btn-xs .badge,
#almPackageGridTable .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

#almPackageGridTable a.badge:hover,
#almPackageGridTable a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

#almPackageGridTable .list-group-item.active > .badge,
#almPackageGridTable .nav-pills > .active > a > .badge {
  color: #0077c1;
  background-color: #ffffff; }

#almPackageGridTable .list-group-item > .badge {
  float: right; }

#almPackageGridTable .list-group-item > .badge + .badge {
  margin-right: 5px; }

#almPackageGridTable .nav-pills > li > a > .badge {
  margin-left: 3px; }

#almPackageGridTable .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

#almPackageGridTable .jumbotron h1,
#almPackageGridTable .jumbotron .h1 {
  color: inherit; }

#almPackageGridTable .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 300 !important; }

#almPackageGridTable .jumbotron > hr {
  border-top-color: #d5d5d5; }

#almPackageGridTable .container .jumbotron,
#almPackageGridTable .container-fluid .jumbotron {
  border-radius: 6px; }

#almPackageGridTable .jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  #almPackageGridTable .jumbotron {
    padding: 48px 0; }
  #almPackageGridTable .container .jumbotron,
  #almPackageGridTable .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  #almPackageGridTable .jumbotron h1,
  #almPackageGridTable .jumbotron .h1 {
    font-size: 63px; } }

#almPackageGridTable .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #888888;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }

#almPackageGridTable .thumbnail > img,
#almPackageGridTable .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

#almPackageGridTable a.thumbnail:hover,
#almPackageGridTable a.thumbnail:focus,
#almPackageGridTable a.thumbnail.active {
  border-color: #0077c1; }

#almPackageGridTable .thumbnail .caption {
  padding: 9px;
  color: #333333; }

#almPackageGridTable .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

#almPackageGridTable .alert h4 {
  margin-top: 0;
  color: inherit; }

#almPackageGridTable .alert .alert-link {
  font-weight: normal !important; }

#almPackageGridTable .alert > p,
#almPackageGridTable .alert > ul {
  margin-bottom: 0; }

#almPackageGridTable .alert > p + p {
  margin-top: 5px; }

#almPackageGridTable .alert-dismissable,
#almPackageGridTable .alert-dismissible {
  padding-right: 35px; }

#almPackageGridTable .alert-dismissable .close,
#almPackageGridTable .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

#almPackageGridTable .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

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

#almPackageGridTable .alert-success .alert-link {
  color: #2b542c; }

#almPackageGridTable .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

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

#almPackageGridTable .alert-info .alert-link {
  color: #245269; }

#almPackageGridTable .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

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

#almPackageGridTable .alert-warning .alert-link {
  color: #66512c; }

#almPackageGridTable .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

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

#almPackageGridTable .alert-danger .alert-link {
  color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

#almPackageGridTable .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

#almPackageGridTable .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #0077c1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

#almPackageGridTable .progress-striped .progress-bar,
#almPackageGridTable .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: 40px 40px; }

#almPackageGridTable .progress.active .progress-bar,
#almPackageGridTable .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

#almPackageGridTable .progress-bar-success {
  background-color: #5cb85c; }

#almPackageGridTable .progress-striped .progress-bar-success {
  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); }

#almPackageGridTable .progress-bar-info {
  background-color: #5bc0de; }

#almPackageGridTable .progress-striped .progress-bar-info {
  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); }

#almPackageGridTable .progress-bar-warning {
  background-color: #f0ad4e; }

#almPackageGridTable .progress-striped .progress-bar-warning {
  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); }

#almPackageGridTable .progress-bar-danger {
  background-color: #d9534f; }

#almPackageGridTable .progress-striped .progress-bar-danger {
  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); }

#almPackageGridTable .media {
  margin-top: 15px; }

#almPackageGridTable .media:first-child {
  margin-top: 0; }

#almPackageGridTable .media,
#almPackageGridTable .media-body {
  zoom: 1;
  overflow: hidden; }

#almPackageGridTable .media-body {
  width: 10000px; }

#almPackageGridTable .media-object {
  display: block; }

#almPackageGridTable .media-right,
#almPackageGridTable .media > .pull-right {
  padding-left: 10px; }

#almPackageGridTable .media-left,
#almPackageGridTable .media > .pull-left {
  padding-right: 10px; }

#almPackageGridTable .media-left,
#almPackageGridTable .media-right,
#almPackageGridTable .media-body {
  display: table-cell;
  vertical-align: top; }

#almPackageGridTable .media-middle {
  vertical-align: middle; }

#almPackageGridTable .media-bottom {
  vertical-align: bottom; }

#almPackageGridTable .media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

#almPackageGridTable .media-list {
  padding-left: 0;
  list-style: none; }

#almPackageGridTable .list-group {
  margin-bottom: 20px;
  padding-left: 0; }

#almPackageGridTable .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #888888; }

#almPackageGridTable .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

#almPackageGridTable .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

#almPackageGridTable a.list-group-item {
  color: #555555; }

#almPackageGridTable a.list-group-item .list-group-item-heading {
  color: #333333; }

#almPackageGridTable a.list-group-item:hover,
#almPackageGridTable a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5; }

#almPackageGridTable .list-group-item.disabled,
#almPackageGridTable .list-group-item.disabled:hover,
#almPackageGridTable .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

#almPackageGridTable .list-group-item.disabled .list-group-item-heading,
#almPackageGridTable .list-group-item.disabled:hover .list-group-item-heading,
#almPackageGridTable .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

#almPackageGridTable .list-group-item.disabled .list-group-item-text,
#almPackageGridTable .list-group-item.disabled:hover .list-group-item-text,
#almPackageGridTable .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

#almPackageGridTable .list-group-item.active,
#almPackageGridTable .list-group-item.active:hover,
#almPackageGridTable .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0077c1;
  border-color: #0077c1; }

#almPackageGridTable .list-group-item.active .list-group-item-heading,
#almPackageGridTable .list-group-item.active:hover .list-group-item-heading,
#almPackageGridTable .list-group-item.active:focus .list-group-item-heading,
#almPackageGridTable .list-group-item.active .list-group-item-heading > small,
#almPackageGridTable .list-group-item.active:hover .list-group-item-heading > small,
#almPackageGridTable .list-group-item.active:focus .list-group-item-heading > small,
#almPackageGridTable .list-group-item.active .list-group-item-heading > .small,
#almPackageGridTable .list-group-item.active:hover .list-group-item-heading > .small,
#almPackageGridTable .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

#almPackageGridTable .list-group-item.active .list-group-item-text,
#almPackageGridTable .list-group-item.active:hover .list-group-item-text,
#almPackageGridTable .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

#almPackageGridTable .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

#almPackageGridTable a.list-group-item-success {
  color: #3c763d; }

#almPackageGridTable a.list-group-item-success .list-group-item-heading {
  color: inherit; }

#almPackageGridTable a.list-group-item-success:hover,
#almPackageGridTable a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

#almPackageGridTable a.list-group-item-success.active,
#almPackageGridTable a.list-group-item-success.active:hover,
#almPackageGridTable a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

#almPackageGridTable .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

#almPackageGridTable a.list-group-item-info {
  color: #31708f; }

#almPackageGridTable a.list-group-item-info .list-group-item-heading {
  color: inherit; }

#almPackageGridTable a.list-group-item-info:hover,
#almPackageGridTable a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

#almPackageGridTable a.list-group-item-info.active,
#almPackageGridTable a.list-group-item-info.active:hover,
#almPackageGridTable a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

#almPackageGridTable .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

#almPackageGridTable a.list-group-item-warning {
  color: #8a6d3b; }

#almPackageGridTable a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

#almPackageGridTable a.list-group-item-warning:hover,
#almPackageGridTable a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

#almPackageGridTable a.list-group-item-warning.active,
#almPackageGridTable a.list-group-item-warning.active:hover,
#almPackageGridTable a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

#almPackageGridTable .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

#almPackageGridTable a.list-group-item-danger {
  color: #a94442; }

#almPackageGridTable a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

#almPackageGridTable a.list-group-item-danger:hover,
#almPackageGridTable a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

#almPackageGridTable a.list-group-item-danger.active,
#almPackageGridTable a.list-group-item-danger.active:hover,
#almPackageGridTable a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

#almPackageGridTable .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

#almPackageGridTable .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

#almPackageGridTable .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

#almPackageGridTable .panel-body {
  padding: 15px; }

#almPackageGridTable .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

#almPackageGridTable .panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

#almPackageGridTable .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

#almPackageGridTable .panel-title > a,
#almPackageGridTable .panel-title > small,
#almPackageGridTable .panel-title > .small,
#almPackageGridTable .panel-title > small > a,
#almPackageGridTable .panel-title > .small > a {
  color: inherit; }

#almPackageGridTable .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

#almPackageGridTable .panel > .list-group,
#almPackageGridTable .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

#almPackageGridTable .panel > .list-group .list-group-item,
#almPackageGridTable .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

#almPackageGridTable .panel > .list-group:first-child .list-group-item:first-child,
#almPackageGridTable .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

#almPackageGridTable .panel > .list-group:last-child .list-group-item:last-child,
#almPackageGridTable .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

#almPackageGridTable .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

#almPackageGridTable .list-group + .panel-footer {
  border-top-width: 0; }

#almPackageGridTable .panel > .table,
#almPackageGridTable .panel > .table-responsive > .table,
#almPackageGridTable .panel > .panel-collapse > .table {
  margin-bottom: 0; }

#almPackageGridTable .panel > .table caption,
#almPackageGridTable .panel > .table-responsive > .table caption,
#almPackageGridTable .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

#almPackageGridTable .panel > .table:first-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

#almPackageGridTable .panel > .table:first-child > thead:first-child > tr:first-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
#almPackageGridTable .panel > .table:first-child > tbody:first-child > tr:first-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

#almPackageGridTable .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#almPackageGridTable .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#almPackageGridTable .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#almPackageGridTable .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

#almPackageGridTable .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#almPackageGridTable .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#almPackageGridTable .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#almPackageGridTable .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#almPackageGridTable .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

#almPackageGridTable .panel > .table:last-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

#almPackageGridTable .panel > .table:last-child > tbody:last-child > tr:last-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
#almPackageGridTable .panel > .table:last-child > tfoot:last-child > tr:last-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

#almPackageGridTable .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#almPackageGridTable .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#almPackageGridTable .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#almPackageGridTable .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

#almPackageGridTable .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#almPackageGridTable .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#almPackageGridTable .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#almPackageGridTable .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#almPackageGridTable .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

#almPackageGridTable .panel > .panel-body + .table,
#almPackageGridTable .panel > .panel-body + .table-responsive,
#almPackageGridTable .panel > .table + .panel-body,
#almPackageGridTable .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

#almPackageGridTable .panel > .table > tbody:first-child > tr:first-child th,
#almPackageGridTable .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

#almPackageGridTable .panel > .table-bordered,
#almPackageGridTable .panel > .table-responsive > .table-bordered {
  border: 0; }

#almPackageGridTable .panel > .table-bordered > thead > tr > th:first-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
#almPackageGridTable .panel > .table-bordered > tbody > tr > th:first-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#almPackageGridTable .panel > .table-bordered > tfoot > tr > th:first-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#almPackageGridTable .panel > .table-bordered > thead > tr > td:first-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#almPackageGridTable .panel > .table-bordered > tbody > tr > td:first-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#almPackageGridTable .panel > .table-bordered > tfoot > tr > td:first-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

#almPackageGridTable .panel > .table-bordered > thead > tr > th:last-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
#almPackageGridTable .panel > .table-bordered > tbody > tr > th:last-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#almPackageGridTable .panel > .table-bordered > tfoot > tr > th:last-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#almPackageGridTable .panel > .table-bordered > thead > tr > td:last-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#almPackageGridTable .panel > .table-bordered > tbody > tr > td:last-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#almPackageGridTable .panel > .table-bordered > tfoot > tr > td:last-child,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

#almPackageGridTable .panel > .table-bordered > thead > tr:first-child > td,
#almPackageGridTable .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
#almPackageGridTable .panel > .table-bordered > tbody > tr:first-child > td,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#almPackageGridTable .panel > .table-bordered > thead > tr:first-child > th,
#almPackageGridTable .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
#almPackageGridTable .panel > .table-bordered > tbody > tr:first-child > th,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

#almPackageGridTable .panel > .table-bordered > tbody > tr:last-child > td,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#almPackageGridTable .panel > .table-bordered > tfoot > tr:last-child > td,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#almPackageGridTable .panel > .table-bordered > tbody > tr:last-child > th,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#almPackageGridTable .panel > .table-bordered > tfoot > tr:last-child > th,
#almPackageGridTable .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

#almPackageGridTable .panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

#almPackageGridTable .panel-group {
  margin-bottom: 20px; }

#almPackageGridTable .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

#almPackageGridTable .panel-group .panel + .panel {
  margin-top: 5px; }

#almPackageGridTable .panel-group .panel-heading {
  border-bottom: 0; }

#almPackageGridTable .panel-group .panel-heading + .panel-collapse > .panel-body,
#almPackageGridTable .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd; }

#almPackageGridTable .panel-group .panel-footer {
  border-top: 0; }

#almPackageGridTable .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

#almPackageGridTable .panel-default {
  border-color: #dddddd; }

#almPackageGridTable .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

#almPackageGridTable .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

#almPackageGridTable .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

#almPackageGridTable .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

#almPackageGridTable .panel-primary {
  border-color: #0077c1; }

#almPackageGridTable .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0077c1;
  border-color: #0077c1; }

#almPackageGridTable .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0077c1; }

#almPackageGridTable .panel-primary > .panel-heading .badge {
  color: #0077c1;
  background-color: #ffffff; }

#almPackageGridTable .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0077c1; }

#almPackageGridTable .panel-success {
  border-color: #d6e9c6; }

#almPackageGridTable .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

#almPackageGridTable .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

#almPackageGridTable .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

#almPackageGridTable .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

#almPackageGridTable .panel-info {
  border-color: #bce8f1; }

#almPackageGridTable .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

#almPackageGridTable .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

#almPackageGridTable .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

#almPackageGridTable .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

#almPackageGridTable .panel-warning {
  border-color: #faebcc; }

#almPackageGridTable .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

#almPackageGridTable .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

#almPackageGridTable .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

#almPackageGridTable .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

#almPackageGridTable .panel-danger {
  border-color: #ebccd1; }

#almPackageGridTable .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

#almPackageGridTable .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

#almPackageGridTable .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

#almPackageGridTable .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

#almPackageGridTable .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

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

#almPackageGridTable .embed-responsive-16by9 {
  padding-bottom: 56.25%; }

#almPackageGridTable .embed-responsive-4by3 {
  padding-bottom: 75%; }

#almPackageGridTable .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

#almPackageGridTable .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

#almPackageGridTable .well-lg {
  padding: 24px;
  border-radius: 6px; }

#almPackageGridTable .well-sm {
  padding: 9px;
  border-radius: 3px; }

#almPackageGridTable .close {
  float: right;
  font-size: 21px;
  font-weight: normal !important;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

#almPackageGridTable .close:hover,
#almPackageGridTable .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

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

#almPackageGridTable .modal-open {
  overflow: hidden; }

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

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

#almPackageGridTable .modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

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

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

#almPackageGridTable .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

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

#almPackageGridTable .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

#almPackageGridTable .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

#almPackageGridTable .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

#almPackageGridTable .modal-header .close {
  margin-top: -2px; }

#almPackageGridTable .modal-title {
  margin: 0;
  line-height: 1.42857143; }

#almPackageGridTable .modal-body {
  position: relative;
  padding: 15px; }

#almPackageGridTable .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

#almPackageGridTable .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

#almPackageGridTable .modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

#almPackageGridTable .modal-footer .btn-block + .btn-block {
  margin-left: 0; }

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

@media (min-width: 768px) {
  #almPackageGridTable .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  #almPackageGridTable .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  #almPackageGridTable .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  #almPackageGridTable .modal-lg {
    width: 900px; } }

#almPackageGridTable .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: canada-type-gibson, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal !important;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

#almPackageGridTable .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

#almPackageGridTable .tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

#almPackageGridTable .tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

#almPackageGridTable .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

#almPackageGridTable .tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

#almPackageGridTable .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

#almPackageGridTable .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

#almPackageGridTable .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

#almPackageGridTable .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

#almPackageGridTable .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

#almPackageGridTable .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

#almPackageGridTable .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

#almPackageGridTable .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

#almPackageGridTable .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

#almPackageGridTable .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.popover,
#almPackageGridTable .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: canada-type-gibson, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top,
#almPackageGridTable .popover.top {
  margin-top: -10px; }

.popover.right,
#almPackageGridTable .popover.right {
  margin-left: 10px; }

.popover.bottom,
#almPackageGridTable .popover.bottom {
  margin-top: 10px; }

.popover.left,
#almPackageGridTable .popover.left {
  margin-left: -10px; }

.popover-title,
#almPackageGridTable .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content,
#almPackageGridTable .popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after,
#almPackageGridTable .popover > .arrow,
#almPackageGridTable .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow,
#almPackageGridTable .popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after,
#almPackageGridTable .popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow,
#almPackageGridTable .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after,
#almPackageGridTable .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow,
#almPackageGridTable .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after,
#almPackageGridTable .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow,
#almPackageGridTable .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after,
#almPackageGridTable .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow,
#almPackageGridTable .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after,
#almPackageGridTable .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

#almPackageGridTable .carousel {
  position: relative; }

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

#almPackageGridTable .carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left; }

#almPackageGridTable .carousel-inner > .item > img,
#almPackageGridTable .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  #almPackageGridTable .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000; }
  #almPackageGridTable .carousel-inner > .item.next,
  #almPackageGridTable .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0; }
  #almPackageGridTable .carousel-inner > .item.prev,
  #almPackageGridTable .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  #almPackageGridTable .carousel-inner > .item.next.left,
  #almPackageGridTable .carousel-inner > .item.prev.right,
  #almPackageGridTable .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }

#almPackageGridTable .carousel-inner > .active,
#almPackageGridTable .carousel-inner > .next,
#almPackageGridTable .carousel-inner > .prev {
  display: block; }

#almPackageGridTable .carousel-inner > .active {
  left: 0; }

#almPackageGridTable .carousel-inner > .next,
#almPackageGridTable .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

#almPackageGridTable .carousel-inner > .next {
  left: 100%; }

#almPackageGridTable .carousel-inner > .prev {
  left: -100%; }

#almPackageGridTable .carousel-inner > .next.left,
#almPackageGridTable .carousel-inner > .prev.right {
  left: 0; }

#almPackageGridTable .carousel-inner > .active.left {
  left: -100%; }

#almPackageGridTable .carousel-inner > .active.right {
  left: 100%; }

#almPackageGridTable .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

#almPackageGridTable .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

#almPackageGridTable .carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

#almPackageGridTable .carousel-control:hover,
#almPackageGridTable .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#almPackageGridTable .carousel-control .icon-prev,
#almPackageGridTable .carousel-control .icon-next,
#almPackageGridTable .carousel-control .glyphicon-chevron-left,
#almPackageGridTable .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

#almPackageGridTable .carousel-control .icon-prev,
#almPackageGridTable .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

#almPackageGridTable .carousel-control .icon-next,
#almPackageGridTable .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

#almPackageGridTable .carousel-control .icon-prev,
#almPackageGridTable .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif; }

#almPackageGridTable .carousel-control .icon-prev:before {
  content: '\2039'; }

#almPackageGridTable .carousel-control .icon-next:before {
  content: '\203A'; }

#almPackageGridTable .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

#almPackageGridTable .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

#almPackageGridTable .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

#almPackageGridTable .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

#almPackageGridTable .carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  #almPackageGridTable .carousel-control .glyphicon-chevron-left,
  #almPackageGridTable .carousel-control .glyphicon-chevron-right,
  #almPackageGridTable .carousel-control .icon-prev,
  #almPackageGridTable .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  #almPackageGridTable .carousel-control .glyphicon-chevron-left,
  #almPackageGridTable .carousel-control .icon-prev {
    margin-left: -15px; }
  #almPackageGridTable .carousel-control .glyphicon-chevron-right,
  #almPackageGridTable .carousel-control .icon-next {
    margin-right: -15px; }
  #almPackageGridTable .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  #almPackageGridTable .carousel-indicators {
    bottom: 20px; } }

#almPackageGridTable .clearfix:before,
#almPackageGridTable .clearfix:after,
#almPackageGridTable .dl-horizontal dd:before,
#almPackageGridTable .dl-horizontal dd:after,
#almPackageGridTable .container:before,
#almPackageGridTable .container:after,
#almPackageGridTable .container-fluid:before,
#almPackageGridTable .container-fluid:after,
#almPackageGridTable .row:before,
#almPackageGridTable .row:after,
#almPackageGridTable .form-horizontal .form-group:before,
#almPackageGridTable .form-horizontal .form-group:after,
#almPackageGridTable .btn-toolbar:before,
#almPackageGridTable .btn-toolbar:after,
#almPackageGridTable .btn-group-vertical > .btn-group:before,
#almPackageGridTable .btn-group-vertical > .btn-group:after,
#almPackageGridTable .nav:before,
#almPackageGridTable .nav:after,
#almPackageGridTable .navbar:before,
#almPackageGridTable .navbar:after,
#almPackageGridTable .navbar-header:before,
#almPackageGridTable .navbar-header:after,
#almPackageGridTable .navbar-collapse:before,
#almPackageGridTable .navbar-collapse:after,
#almPackageGridTable .pager:before,
#almPackageGridTable .pager:after,
#almPackageGridTable .panel-body:before,
#almPackageGridTable .panel-body:after,
#almPackageGridTable .modal-footer:before,
#almPackageGridTable .modal-footer:after {
  content: " ";
  display: table; }

#almPackageGridTable .clearfix:after,
#almPackageGridTable .dl-horizontal dd:after,
#almPackageGridTable .container:after,
#almPackageGridTable .container-fluid:after,
#almPackageGridTable .row:after,
#almPackageGridTable .form-horizontal .form-group:after,
#almPackageGridTable .btn-toolbar:after,
#almPackageGridTable .btn-group-vertical > .btn-group:after,
#almPackageGridTable .nav:after,
#almPackageGridTable .navbar:after,
#almPackageGridTable .navbar-header:after,
#almPackageGridTable .navbar-collapse:after,
#almPackageGridTable .pager:after,
#almPackageGridTable .panel-body:after,
#almPackageGridTable .modal-footer:after {
  clear: both; }

#almPackageGridTable .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#almPackageGridTable .pull-right {
  float: right !important; }

#almPackageGridTable .pull-left {
  float: left !important; }

#almPackageGridTable .hide {
  display: none !important; }

#almPackageGridTable .show {
  display: block !important; }

#almPackageGridTable .invisible {
  visibility: hidden; }

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

#almPackageGridTable .hidden {
  display: none !important; }

#almPackageGridTable .affix {
  position: fixed; }

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

#almPackageGridTable .visible-xs,
#almPackageGridTable .visible-sm,
#almPackageGridTable .visible-md,
#almPackageGridTable .visible-lg {
  display: none !important; }

#almPackageGridTable .visible-xs-block,
#almPackageGridTable .visible-xs-inline,
#almPackageGridTable .visible-xs-inline-block,
#almPackageGridTable .visible-sm-block,
#almPackageGridTable .visible-sm-inline,
#almPackageGridTable .visible-sm-inline-block,
#almPackageGridTable .visible-md-block,
#almPackageGridTable .visible-md-inline,
#almPackageGridTable .visible-md-inline-block,
#almPackageGridTable .visible-lg-block,
#almPackageGridTable .visible-lg-inline,
#almPackageGridTable .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  #almPackageGridTable .visible-xs {
    display: block !important; }
  #almPackageGridTable table.visible-xs {
    display: table; }
  #almPackageGridTable tr.visible-xs {
    display: table-row !important; }
  #almPackageGridTable th.visible-xs,
  #almPackageGridTable td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  #almPackageGridTable .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  #almPackageGridTable .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  #almPackageGridTable .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #almPackageGridTable .visible-sm {
    display: block !important; }
  #almPackageGridTable table.visible-sm {
    display: table; }
  #almPackageGridTable tr.visible-sm {
    display: table-row !important; }
  #almPackageGridTable th.visible-sm,
  #almPackageGridTable td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #almPackageGridTable .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #almPackageGridTable .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #almPackageGridTable .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #almPackageGridTable .visible-md {
    display: block !important; }
  #almPackageGridTable table.visible-md {
    display: table; }
  #almPackageGridTable tr.visible-md {
    display: table-row !important; }
  #almPackageGridTable th.visible-md,
  #almPackageGridTable td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #almPackageGridTable .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #almPackageGridTable .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #almPackageGridTable .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  #almPackageGridTable .visible-lg {
    display: block !important; }
  #almPackageGridTable table.visible-lg {
    display: table; }
  #almPackageGridTable tr.visible-lg {
    display: table-row !important; }
  #almPackageGridTable th.visible-lg,
  #almPackageGridTable td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  #almPackageGridTable .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  #almPackageGridTable .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  #almPackageGridTable .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  #almPackageGridTable .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #almPackageGridTable .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #almPackageGridTable .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  #almPackageGridTable .hidden-lg {
    display: none !important; } }

#almPackageGridTable .visible-print {
  display: none !important; }

@media print {
  #almPackageGridTable .visible-print {
    display: block !important; }
  #almPackageGridTable table.visible-print {
    display: table; }
  #almPackageGridTable tr.visible-print {
    display: table-row !important; }
  #almPackageGridTable th.visible-print,
  #almPackageGridTable td.visible-print {
    display: table-cell !important; } }

#almPackageGridTable .visible-print-block {
  display: none !important; }

@media print {
  #almPackageGridTable .visible-print-block {
    display: block !important; } }

#almPackageGridTable .visible-print-inline {
  display: none !important; }

@media print {
  #almPackageGridTable .visible-print-inline {
    display: inline !important; } }

#almPackageGridTable .visible-print-inline-block {
  display: none !important; }

@media print {
  #almPackageGridTable .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  #almPackageGridTable .hidden-print {
    display: none !important; } }

#almPackageGridTable {
  font-size: 11px;
  background: white; }

#almPackageGridTable .container {
  width: auto; }

#almPackageGridTable .page-header {
  padding: 0;
  margin: 20px 0;
  border-bottom: none; }

#almPackageGridTable .package-search {
  margin: 2rem 0 0; }

#almPackageGridTable .package-search h1 {
  font-size: 140%;
  padding: 0;
  margin: 0 0 5px;
  display: inline-block;
  max-width: 100%;
  font-weight: normal !important; }

#almPackageGridTable .package-search .control-search {
  width: 20% !important; }

#almPackageGridTable .package-search .control-results-per-page label {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
  white-space: nowrap; }

#almPackageGridTable .package-search .btn-toolbar {
  display: inline-block;
  vertical-align: top; }

#almPackageGridTable .package-search .form-group {
  margin-bottom: 0;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

#almPackageGridTable .dropdown-menu {
  min-width: 245px; }

#almPackageGridTable .dropdown-menu > .fields-dropdown-item a {
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer; }

#almPackageGridTable .fields-dropdown-item .glyphicon {
  float: right;
  margin-top: 2px; }

#almPackageGridTable .multi-select-dropdown li {
  padding: 0 4px; }

#almPackageGridTable .multi-select-dropdown a {
  color: #333;
  cursor: pointer;
  font-weight: normal !important;
  white-space: normal; }

#almPackageGridTable .multi-select-dropdown a:hover {
  color: #262626;
  text-decoration: none; }

#almPackageGridTable .multi-select-dropdown .btn-reset {
  margin-left: 20px; }

#almPackageGridTable .table {
  border-collapse: separate; }

#almPackageGridTable .table .table-label .multi-select-dropdown .btn-group.dropdown .dropdown-menu {
  min-width: 180px; }

#almPackageGridTable .table .table-label:nth-last-child(-n+3) .multi-select-dropdown .btn-group.dropdown .dropdown-menu {
  right: 0;
  left: auto; }

#almPackageGridTable .multi-select-dropdown .dropdown-menu .glyphicon {
  position: absolute;
  left: 0; }

#almPackageGridTable .table .table-label .multi-select-dropdown .btn-group.dropdown .dropdown-menu strong {
  display: block;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  font-size: 90%;
  font-weight: normal !important; }

#almPackageGridTable .multi-select-dropdown .multi-select-scoll {
  max-height: 300px;
  overflow-y: auto; }

#almPackageGridTable .multi-select-dropdown .multi-select-scoll div {
  position: relative; }

#almPackageGridTable .multi-select-dropdown .multi-select-scoll .disabled {
  opacity: 0.5; }

#almPackageGridTable .table-scrollbar {
  overflow-x: auto;
  padding-bottom: 10px; }

#almPackageGridTable .table-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px; }

#almPackageGridTable .table-scrollbar ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

#almPackageGridTable .table {
  margin: 0; }

#almPackageGridTable .table .table-label {
  vertical-align: center;
  position: relative; }

#almPackageGridTable .table .table-label .control-label {
  margin: 0;
  display: block;
  padding-bottom: 22px; }

#almPackageGridTable .table .table-label .control-label > span {
  display: block;
  font-weight: 400 !important; }

#almPackageGridTable .table .table-label .btn-group {
  margin: 0;
  white-space: nowrap;
  bottom: 4px; }

#almPackageGridTable .table .table-label .form-group {
  margin: 0; }

#almPackageGridTable .table .table-label .form-control {
  height: 26px;
  padding: 4px;
  font-size: 11px;
  line-height: 1;
  cursor: pointer; }

#almPackageGridTable .table .table-label .btn-group.dropdown {
  position: relative;
  display: block;
  width: 100%;
  bottom: 0; }

#almPackageGridTable .table .table-label .btn-group.dropdown .dropdown-menu {
  min-width: 0; }

#almPackageGridTable .table .table-label .btn-group.dropdown .dropdown-menu span:last-child {
  margin-right: 30px; }

#almPackageGridTable .table .table-label .btn-group .dropdown-toggle.btn {
  height: 26px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left; }

#almPackageGridTable .table .table-label .btn-group .btn {
  float: none;
  font-size: 90%;
  padding: 1px 2px;
  line-height: 1; }

#almPackageGridTable .table td.actions {
  text-align: center;
  white-space: nowrap;
  padding: 2px; }

#almPackageGridTable .table td.actions .btn {
  padding: 5px 2px;
  background-color: transparent;
  border: none; }

#almPackageGridTable .table td.actions .btn svg {
  width: 20px;
  vertical-align: middle; }

#almPackageGridTable .table td.actions .btn[disabled] {
  opacity: .35;
  cursor: default;
  pointer-events: auto; }

#almPackageGridTable .table td.actions .btn + .btn {
  margin-left: 1px; }

.popover img,
#almPackageGridTable .popover img {
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto; }

#almPackageGridTable .table .table-empty div {
  text-align: center;
  font-size: 120%;
  opacity: .75;
  padding: 30px 0; }

#almPackageGridTable .table-pagination {
  text-align: right; }

#almPackageGridTable .table-pagination .pagination {
  margin-top: 10px; }

#almPackageGridTable .InputRange-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 10px;
  margin-left: -4px;
  margin-top: -7px;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 10px; }

#almPackageGridTable .InputRange-slider:active {
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

#almPackageGridTable .InputRange-slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2); }

#almPackageGridTable .InputRange.is-disabled .InputRange-slider {
  border: 1px solid;
  box-shadow: none;
  -ms-transform: none;
  transform: none; }

#almPackageGridTable .InputRange-sliderContainer {
  transition: left 0.3s ease-out; }

#almPackageGridTable .InputRange-label {
  font-size: 10px;
  white-space: nowrap; }

#almPackageGridTable .InputRange-label--min,
#almPackageGridTable .InputRange-label--max {
  bottom: -10px;
  position: absolute;
  display: none; }

#almPackageGridTable .InputRange-label--min {
  left: 0; }

#almPackageGridTable .InputRange-label--max {
  right: 0; }

#almPackageGridTable .InputRange-label--value {
  position: absolute;
  top: -21px; }

#almPackageGridTable .InputRange-labelContainer {
  left: -50%;
  position: relative; }

#almPackageGridTable .InputRange-label--max .InputRange-labelContainer {
  left: 50%; }

#almPackageGridTable .InputRange-track {
  border-radius: 0.3rem;
  display: block;
  height: 4px;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out; }

#almPackageGridTable .InputRange-track--container {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%; }

#almPackageGridTable .InputRange {
  cursor: pointer;
  height: 1rem;
  position: relative;
  width: 90%;
  margin: 10px auto 0; }

#almPackageGridTable .InputRange-track--active {
  background: #3f51b5; }

#almPackageGridTable .InputRange.is-disabled .InputRange-track {
  background: #eeeeee; }

#almPackageGridTable .InputRange-track {
  background: #eeeeee; }

#almPackageGridTable .InputRange-slider {
  background: #3f51b5;
  border-color: #3f51b5; }

#almPackageGridTable .InputRange.is-disabled .InputRange-slider {
  background: #cccccc;
  border: 1px solid #cccccc; }

#almPackageGridTable .InputRange-label {
  color: #aaaaaa; }

#almPackageGridTable .new-badge {
  background: #cccccc;
  border-radius: 1px;
  padding: 2px 3px;
  font-size: 9px;
  font-weight: normal !important;
  margin-right: 4px;
  text-transform: uppercase; }

#ifm-print-content {
  width: 0;
  height: 0;
  position: absolute; }

#print-content {
  display: none; }

@media print {
  body {
    width: 100%;
    background-color: white;
    color: black;
    font-size: 12pt; }
  .table-scrollbar,
  .table-pagination,
  .package-search {
    display: none !important; }
  #print-content {
    display: block; }
  @page {
    size: landscape; } }

#almPackageGridTable {
  margin-left: -15px; }

#almPackageGridTable .container-fluid {
  padding: 0; }

#almPackageGridTable .package-search h1 {
  color: #36b557;
  text-transform: uppercase; }

#almPackageGridTable .package-search .control-results-per-page label {
  font-weight: normal !important;
  color: #999; }

@media screen and (min-width: 1301px) {
  #almPackageGridTable .package-search .control-search {
    width: 30%;
    margin-left: 50%; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  #almPackageGridTable .package-search .control-search {
    width: 70%; } }

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #almPackageGridTable .package-search .control-search {
    width: 70%;
    margin-left: 40%; }
  .control-results-per-page .form-group .form-group-sm {
    padding-top: 1% !important; }
  #almPackageGridTable .package-search .form-group {
    padding-top: 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #almPackageGridTable .package-search .control-search {
    width: 70%;
    margin-left: 13%; }
  #almPackageGridTable .package-search .control-search {
    width: 30%; } }

#almPackageGridTable .dropdown-menu .glyphicon {
  color: #36b557; }

#almPackageGridTable .btn-success {
  background-color: #36b557; }

#almPackageGridTable li {
  padding: 0;
  background: none; }

#almPackageGridTable .table > thead > tr,
#almPackageGridTable .table > thead > tr > th {
  background: linear-gradient(180deg, #002340 0%, #004f8f 100%);
  color: white; }

#almPackageGridTable .table .table-label .form-control {
  border-color: #ffffff;
  background-color: linear-gradient(180deg, #002340 0%, #004f8f 100%) !important;
  color: white;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#almPackageGridTable .table .table-label .form-control:focus:active,
#almPackageGridTable .table .table-label .form-control option {
  background-color: white;
  color: #333; }

#almPackageGridTable .table > tbody > tr {
  background-color: #F2F2F2 !important; }

#almPackageGridTable .table > tbody > tr > td {
  font-weight: normal !important;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle; }

#almPackageGridTable .table .table-label .btn-group .btn {
  background: linear-gradient(180deg, #002340 0%, #004f8f 100%) !important;
  width: 80%; }

#almPackageGridTable .table .table-label .btn-group .dropdown-toggle.btn {
  background-color: #3d8799;
  border-color: #ffffff;
  color: white; }

#almPackageGridTable .table .table-label .open.btn-group .dropdown-toggle.btn {
  background-color: white;
  border-color: #888888;
  color: #337080; }

#almPackageGridTable .table.table-bordered {
  border: none; }

#almPackageGridTable .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #F8F8F8 !important; }

#almPackageGridTable .table > thead > tr > th,
#almPackageGridTable .table > tbody > tr > td {
  border-color: #888888 !important; }

#almPackageGridTable .table-hover.table-striped > tbody > tr:hover,
#almPackageGridTable .table-hover.table-striped > tbody > tr:nth-of-type(2n+1):hover {
  background-color: #f8f8f8 !important; }

#almPackageGridTable .pagination {
  margin-bottom: 0; }

#almPackageGridTable .pagination > .active > a,
#almPackageGridTable .pagination > .active > span,
#almPackageGridTable .pagination > .active > a:hover,
#almPackageGridTable .pagination > .active > span:hover,
#almPackageGridTable .pagination > .active > a:focus,
#almPackageGridTable .pagination > .active > span:focus {
  background-color: #3d8799;
  border-color: #3d8799;
  color: #ffffff !important; }

#almPackageGridTable .InputRange.is-disabled .InputRange-track {
  background: #eeeeee; }

#almPackageGridTable .InputRange-track {
  background: rgba(255, 255, 255, 0.3); }

#almPackageGridTable .InputRange-track .InputRange-track--active {
  background: #3d8799; }

#almPackageGridTable .InputRange-slider {
  background: #337080;
  border-color: #ffffff; }

#almPackageGridTable .InputRange-slider:focus {
  box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.25); }

#almPackageGridTable .InputRange.is-disabled .InputRange-slider {
  background: #cccccc;
  border-color: #cccccc; }

#almPackageGridTable .InputRange-label {
  color: white; }

#almPackageGridTable .new-badge {
  background: #f79c41;
  color: white; }

#almPackageGridTable .new-badge + span,
#almPackageGridTable .new-badge + a {
  display: block; }

#almPackageGridTable .btn-group > .btn span i {
  font-family: FontAwesome;
  font-style: normal;
  padding-left: 5px; }

.caret {
  display: none; }

.dropdown-toggle::before {
  display: none; }

#fields-dropdown {
  height: 29px; }

#controlResultPerPage {
  background-clip: #008065 !important; }

#formControlsMultiSelect {
  background: linear-gradient(180deg, #002340 0%, #004f8f 100%) !important; }
  #formControlsMultiSelect i {
    font-family: FontAwesome;
    color: #ffffff;
    font-style: normal;
    padding-left: 5px; }

.select-text {
  padding: 20px;
  text-align: center;
  background-color: #ffffff; }

.dropdown-toggle::after {
  display: none !important; }

@media (min-width: 1023px) {
  #almPackageGridTable .table {
    margin: 0;
    table-layout: fixed; } }

@media (max-width: 767px) {
  #almPackageGridTable .package-search {
    margin: 2rem 0 0;
    padding-left: 5px; }
  #almPackageGridTable .package-search .control-search {
    width: 29% !important; }
  #almPackageGridTable .table-scrollbar {
    padding-left: 5px; } }

@media screen and (min-width: 767px) and (max-width: 1023px) {
  #almPackageGridTable .package-search .control-search {
    width: 18% !important;
    margin-left: 1%; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  #almPackageGridTable .package-search .btn-toolbar {
    display: block; }
  #almPackageGridTable .package-search .form-group {
    padding-top: 1%; }
  #almPackageGridTable .package-search .control-search {
    width: 20% !important; } }

.has-search .form-control {
  padding-left: 2.375rem; }

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa; }

#formControlsSelect {
  background: linear-gradient(180deg, #002340 0%, #004f8f 100%) !important; }

#controlResultPerPage {
  background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%) !important;
  color: white !important; }
  #controlResultPerPage option {
    color: #000000 !important; }

@media screen and (min-width: 320px) and (max-width: 1023px) {
  #almPackageGridTable .package-search .control-results-per-page label.control-label {
    display: none; }
  .testetst {
    width: 100px !important; } }

#almPackageGridTable .table > thead:first-child > tr:first-child > th {
  text-transform: uppercase; }

#almPackageGridTable .input-group-btn:last-child > .btn {
  text-transform: uppercase; }

.table-label-wide {
  width: 200px !important; }

.popover.right > .arrow,
#almPackageGridTable .popover.right > .arrow {
  top: 20px !important;
  left: -15px !important; }

.producttable {
  background: white; }
  .producttable h2 {
    color: #003057;
    text-align: center; }
  .producttable .table-scroll table {
    border-bottom: 2px solid #888888;
    display: block;
    overflow-x: hidden; }
    .producttable .table-scroll table thead {
      background: linear-gradient(180deg, #002340 0%, #004f8f 100%); }
      .producttable .table-scroll table thead tr th {
        color: #ffffff;
        text-align: center;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        border-left: 2px solid #888888;
        border-right: 2px solid #888888;
        width: 25%;
        font-weight: 400; }
    .producttable .table-scroll table tbody tr td {
      border-left: 2px solid #888888;
      border-right: 2px solid #888888;
      text-align: center; }
      .producttable .table-scroll table tbody tr td a {
        color: #008065; }
  .producttable p {
    font-weight: 300;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px; }

.grey-background-table {
  background: #F8F8F8; }

.high-grey-background-table {
  background: #F2F2F2; }

@media (min-width: 320px) and (max-width: 1367px) {
  .wrapper1, .wrapper2 {
    overflow-x: scroll;
    overflow-y: hidden; }
  .wrapper2 {
    overflow-x: scroll;
    overflow-y: hidden; }
  .wrapper1 {
    height: 20px;
    margin-bottom: 10px; }
  .wrapper2 {
    height: auto; }
  .div1 {
    width: 1050px;
    height: 20px; }
  .div2 {
    width: 1050px;
    height: auto;
    overflow: auto; }
  .wrapper1::-webkit-scrollbar-track {
    margin-top: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f8f8f8; }
  .wrapper1::-webkit-scrollbar {
    width: 4px; }
  .wrapper1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eaeaea; }
  .wrapper2::-webkit-scrollbar-track {
    margin-top: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f8f8f8; }
  .wrapper2::-webkit-scrollbar {
    width: 4px; }
  .wrapper2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eaeaea; } }

.alternate-callout1-blue-right .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .alternate-callout1-blue-right .main-secton-division .left {
    background-image: url("/images/twocolumn-bluetheme.png");
    min-height: 500px;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    background-position: center center;
    position: absolute; }
  .alternate-callout1-blue-right .main-secton-division .right {
    top: 0;
    bottom: 0;
    width: 70%;
    float: left;
    position: absolute;
    right: 0;
    min-height: 500px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }
  .alternate-callout1-blue-right .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .alternate-callout1-blue-right .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: right; }
      .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #ffffff;
        width: 50%;
        right: 0; }
        .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #ffffff;
          font-size: 28px;
          text-align: left; }
        .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #ffffff;
          font-weight: 300; }
        .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #F7BE00;
          text-transform: uppercase;
          font-weight: 400; }
        .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul {
          list-style-type: disc;
          -moz-columns: 2;
          overflow: visible;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul li {
          padding-right: 20px;
          break-inside: avoid-column; }
          .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #ffffff;
            font-weight: 300;
            text-transform: none; }

.alternate-callout1-blue-left .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .alternate-callout1-blue-left .main-secton-division .left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%);
    position: absolute;
    left: 0;
    min-height: 500px;
    width: 70%;
    float: left;
    z-index: 10;
    top: 0;
    bottom: 0; }
  .alternate-callout1-blue-left .main-secton-division .right {
    top: 0;
    bottom: 0;
    width: 50%;
    float: left;
    position: absolute;
    right: 0;
    min-height: 500px;
    background-image: url("/images/twocolumn-bluetheme.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .alternate-callout1-blue-left .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .alternate-callout1-blue-left .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: left; }
      .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #ffffff;
        width: 50%; }
        .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #ffffff;
          font-size: 28px;
          text-align: left; }
        .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #ffffff;
          font-weight: 300; }
        .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #F7BE00;
          text-transform: uppercase;
          font-weight: 400; }
        .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul {
          list-style-type: disc;
          -moz-columns: 2;
          overflow: visible;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul li {
          padding-right: 20px;
          break-inside: avoid-column; }
          .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #ffffff;
            font-weight: 300;
            text-transform: none; }

.alternate-callout1-grey-left .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .alternate-callout1-grey-left .main-secton-division .left {
    background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 19%, #f7f7f7 49%, #f7f7f7 75%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    min-height: 500px;
    width: 70%;
    float: left;
    z-index: 15;
    top: 0;
    bottom: 0; }
  .alternate-callout1-grey-left .main-secton-division .right {
    width: 50%;
    float: left;
    top: 0;
    bottom: 0;
    position: absolute;
    background-position: center center;
    right: 0;
    min-height: 500px;
    background-image: url("/images/twocolumn-whitetheme.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .alternate-callout1-grey-left .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .alternate-callout1-grey-left .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: left; }
      .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #000000;
        width: 50%; }
        .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #003057;
          font-size: 28px;
          text-align: left; }
        .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #000000;
          font-weight: 300; }
        .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #008375;
          text-transform: uppercase;
          font-weight: 400; }
        .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul {
          overflow: visible;
          list-style-type: disc;
          -moz-columns: 2;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul li {
          padding-right: 20px;
          break-inside: avoid-column; }
          .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #000000;
            font-weight: 300;
            text-transform: none; }

.alternate-callout1-grey-right .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .alternate-callout1-grey-right .main-secton-division .left {
    background-image: url("/images/twocolumn-whitetheme.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    min-height: 500px;
    width: 50%;
    float: left;
    z-index: 15;
    top: 0;
    background-position: center center;
    bottom: 0; }
  .alternate-callout1-grey-right .main-secton-division .right {
    top: 0;
    bottom: 0;
    width: 70%;
    float: left;
    position: absolute;
    right: 0;
    min-height: 500px;
    background-image: linear-gradient(to left, #f7f7f7 0%, #f7f7f7 19%, #f7f7f7 49%, #f7f7f7 75%, rgba(247, 247, 247, 0) 100%);
    z-index: 16; }
  .alternate-callout1-grey-right .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .alternate-callout1-grey-right .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: right; }
      .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #000000;
        width: 50%;
        right: 0; }
        .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #003057;
          font-size: 28px;
          text-align: left; }
        .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #000000;
          font-weight: 300; }
        .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #008375;
          text-transform: uppercase;
          font-weight: 400; }
        .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul {
          list-style-type: disc;
          -moz-columns: 2;
          overflow: visible;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul li {
          padding-right: 20px;
          break-inside: avoid-column; }
          .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #000000;
            font-weight: 300;
            text-transform: none; }

.alternate-callout1-grey-right, .alternate-callout1-grey-left {
  display: block;
  width: 100%; }
  .alternate-callout1-grey-right .mobile .alternatecallout-main, .alternate-callout1-grey-left .mobile .alternatecallout-main {
    position: relative;
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-imgdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-imgdiv {
      width: 100%;
      background-image: url("/images/twocolumn-whitetheme-mobile.png");
      background-position: center;
      padding-top: 57%;
      background-size: 100% auto;
      position: relative;
      background-repeat: no-repeat; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv {
      width: 100%;
      z-index: 10;
      position: relative;
      -ms-transform: none;
          transform: none;
      padding-bottom: 11px;
      left: 0%; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div {
        width: 100%;
        -ms-transform: none;
            transform: none;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2 {
          font-weight: 400;
          font-size: 22px;
          text-align: left;
          color: #003057; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p {
          font-size: 16px;
          font-weight: 300;
          color: #000000; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a {
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          color: #008065; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a {
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          color: #008065; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul {
          list-style-type: disc;
          padding-left: 20px;
          overflow: hidden; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li {
          color: black; }
          .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            text-transform: none; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main .alternatecallout-gradient {
      position: absolute;
      width: 100%;
      top: -118px;
      z-index: -1;
      height: 300px; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv {
      float: left; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left .alternatecallout-gradient {
      right: 0;
      left: auto;
      margin-top: 5px; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv {
      color: #ffffff;
      float: right; }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.blue, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.blue {
      background-color: #002f56; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%);
        /*linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,85,0.25) 6%,rgba(0,48,80,0.42) 10%,rgba(0,40,81,0.46) 11%,rgba(0,41,90,0.58) 14%,rgba(0,49,88,0.71) 17%,rgba(0,44,89,0.75) 18%,rgba(0,48,87,0.83) 20%,rgba(0,48,87,1) 24%,rgba(0,47,86,1) 100%);*/ }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.grey, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.grey {
      background-color: #f7f7f7; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-left.grey .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-left.grey .alternatecallout-gradient {
        background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 25%, #f7f7f7 100%); }
    .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right {
      /*.alternatecallout-gradient {
                    right: auto;
                    left: 0;
                    margin-top: 17px;
                }*/ }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv {
        float: right; }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv {
        color: #000000;
        float: left; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div {
          /*padding-left: 15%;*/ }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.blue, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.blue {
        background-color: #002f56; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }
      .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.grey, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.grey {
        background-color: #f7f7f7; }
        .alternate-callout1-grey-right .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient, .alternate-callout1-grey-left .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 25%, #f7f7f7 100%); }

.alternate-callout1-blue-right, .alternate-callout1-blue-left {
  display: block;
  width: 100%; }
  .alternate-callout1-blue-right .mobile .alternatecallout-main, .alternate-callout1-blue-left .mobile .alternatecallout-main {
    position: relative;
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-imgdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-imgdiv {
      width: 100%;
      background-image: url("/images/twocolumn-bluetheme-mobile.png");
      background-position: center;
      padding-top: 57%;
      background-size: 100% auto;
      position: relative;
      background-repeat: no-repeat; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv {
      width: 100%;
      z-index: 10;
      position: relative;
      -ms-transform: none;
          transform: none;
      padding-bottom: 11px;
      left: 0%; }
      .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div {
        width: 100%;
        -ms-transform: none;
            transform: none;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 20px;
        color: #ffffff; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > h2 {
          font-weight: 400;
          font-size: 22px;
          text-align: left; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > p {
          font-size: 16px;
          font-weight: 300;
          color: #ffffff; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div > a {
          font-size: 16px;
          font-weight: 400;
          color: #F7BE00 !important;
          text-transform: uppercase; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div p a {
          font-size: 16px;
          font-weight: 400;
          color: #F7BE00 !important;
          text-transform: uppercase; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul {
          padding-left: 20px;
          overflow: hidden;
          list-style-type: disc; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li {
          color: #ffffff; }
          .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-contentdiv > div ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
            text-transform: none; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main .alternatecallout-gradient {
      position: absolute;
      width: 100%;
      top: -118px;
      z-index: -1;
      height: 300px; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left .alternatecallout-imgdiv {
      float: left; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left .alternatecallout-gradient {
      right: 0;
      left: auto;
      margin-top: 5px; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left .alternatecallout-contentdiv {
      color: #ffffff;
      float: right; }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left.blue, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left.blue {
      background-color: #002f56; }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-left.blue .alternatecallout-gradient {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%);
        /*linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,85,0.25) 6%,rgba(0,48,80,0.42) 10%,rgba(0,40,81,0.46) 11%,rgba(0,41,90,0.58) 14%,rgba(0,49,88,0.71) 17%,rgba(0,44,89,0.75) 18%,rgba(0,48,87,0.83) 20%,rgba(0,48,87,1) 24%,rgba(0,47,86,1) 100%);*/ }
    .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right {
      /*.alternatecallout-gradient {
                    right: auto;
                    left: 0;
                    margin-top: 17px;
                }*/ }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right .alternatecallout-imgdiv {
        float: right; }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv {
        color: #000000;
        float: left; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right .alternatecallout-contentdiv > div {
          /*padding-left: 15%;*/ }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.blue, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.blue {
        background-color: #002f56; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.blue .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }
      .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.grey, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.grey {
        background-color: #002f56; }
        .alternate-callout1-blue-right .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient, .alternate-callout1-blue-left .mobile .alternatecallout-main.img-right.grey .alternatecallout-gradient {
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }

.alternate-callout1-blue-right ul, .alternate-callout1-blue-left ul, .alternate-callout1-grey-left ul, .alternate-callout1-grey-right ul {
  list-style-type: disc;
  padding: 0;
  font-weight: 300; }

.alternate-callout1-blue-right ol, .alternate-callout1-blue-left ol, .alternate-callout1-grey-left ol, .alternate-callout1-grey-right ol {
  padding-left: 20px;
  font-weight: 300; }

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .left-1 {
    width: 46% !important; }
  .right {
    width: 60% !important; }
  .left {
    width: 60% !important; } }

.ms-edge-spc .alternate-callout1-blue-right .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .left {
    background-image: url("/images/twocolumn-bluetheme.png");
    min-height: 500px;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    background-position: center center;
    position: absolute; }
  .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .right {
    top: 0;
    bottom: 0;
    width: 70%;
    float: left;
    position: absolute;
    right: 0;
    min-height: 500px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%); }
  .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: right; }
      .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #ffffff;
        width: 50%;
        right: 0; }
        .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #ffffff;
          font-size: 28px;
          text-align: left; }
        .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #ffffff;
          font-weight: 300; }
        .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #F7BE00;
          text-transform: uppercase;
          font-weight: 400; }
        .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul {
          list-style-type: disc;
          -moz-columns: 2;
          overflow: visible;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul li {
          break-inside: avoid-column;
          float: left;
          width: 50%;
          padding-right: 20px; }
          .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul li:last-child {
            float: none; }
          .ms-edge-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #ffffff;
            font-weight: 300;
            text-transform: none; }

.ms-edge-spc .alternate-callout1-blue-left .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 85, 0.18) 5%, rgba(0, 48, 80, 0.36) 10%, #003051 28%, #002f56 100%);
    position: absolute;
    left: 0;
    min-height: 500px;
    width: 70%;
    float: left;
    z-index: 10;
    top: 0;
    bottom: 0; }
  .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .right {
    width: 50%;
    float: left;
    position: absolute;
    right: 0;
    min-height: 500px;
    background-image: url("/images/twocolumn-bluetheme.png");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    top: 0;
    background-position: center center; }
  .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: left; }
      .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #ffffff;
        width: 50%; }
        .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #ffffff;
          font-size: 28px;
          text-align: left; }
        .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #ffffff;
          font-weight: 300; }
        .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #F7BE00;
          text-transform: uppercase;
          font-weight: 400; }
        .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul {
          list-style-type: disc;
          -moz-columns: 2;
          overflow: visible;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul li {
          padding-right: 20px;
          float: left;
          width: 50% !important;
          break-inside: avoid-column; }
          .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul li:last-child {
            float: none; }
          .ms-edge-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #ffffff;
            font-weight: 300;
            text-transform: none; }

.ms-edge-spc .alternate-callout1-grey-left .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .left {
    background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 19%, #f7f7f7 49%, #f7f7f7 75%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    min-height: 500px;
    width: 70%;
    float: left;
    z-index: 15;
    top: 0;
    bottom: 0; }
  .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .right {
    top: 0;
    bottom: 0;
    width: 50%;
    float: left;
    position: absolute;
    background-position: center center;
    right: 0;
    min-height: 500px;
    background-image: url("/images/twocolumn-whitetheme.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: left; }
      .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #000000;
        width: 50%; }
        .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #003057;
          font-size: 28px;
          text-align: left; }
        .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #000000;
          font-weight: 300; }
        .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #008375;
          text-transform: uppercase;
          font-weight: 400; }
        .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul {
          padding-left: 20px;
          list-style-type: disc;
          -moz-columns: 2;
          overflow: visible;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul li {
          float: left;
          width: 50% !important;
          padding-right: 20px;
          break-inside: avoid-column; }
          .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul li:last-child {
            float: none; }
          .ms-edge-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #000000;
            font-weight: 300;
            text-transform: none; }

.ms-edge-spc .alternate-callout1-grey-right .main-secton-division {
  min-height: 500px;
  position: relative;
  padding: 40px 0; }
  .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .left {
    background-image: url("/images/twocolumn-whitetheme.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    min-height: 500px;
    width: 50%;
    float: left;
    top: 0;
    bottom: 0;
    z-index: 15;
    background-position: center center; }
  .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .right {
    top: 0;
    bottom: 0;
    width: 70%;
    float: left;
    position: absolute;
    right: 0;
    min-height: 500px;
    background-image: linear-gradient(to left, #f7f7f7 0%, #f7f7f7 19%, #f7f7f7 49%, #f7f7f7 75%, rgba(247, 247, 247, 0) 100%);
    z-index: 16; }
  .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block {
    position: relative;
    left: 0;
    right: 0;
    min-height: 500px; }
    .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 {
      position: static;
      min-height: 500px;
      width: 50%;
      float: right; }
      .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        z-index: 20;
        color: #000000;
        width: 50%;
        right: 0; }
        .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner h2 {
          color: #003057;
          font-size: 28px;
          text-align: left; }
        .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner p {
          color: #000000;
          font-weight: 300; }
        .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner a {
          color: #008375;
          text-transform: uppercase;
          font-weight: 400; }
        .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul {
          list-style-type: disc;
          -moz-columns: 2;
          overflow: visible;
          padding-left: 20px;
          column-gap: 37px;
          text-indent: 0; }
        .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul li {
          padding-right: 20px;
          float: left;
          width: 50% !important;
          break-inside: avoid-column; }
          .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul li:last-child {
            float: none; }
          .ms-edge-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul li a {
            color: #000000;
            font-weight: 300;
            text-transform: none; }

.mac-os .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul, .mac-os .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul, .mac-os .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul, .mac-os .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul {
  column-count: 2 !important; }

.mac-os .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner li, .mac-os .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner li, .mac-os .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner li, .mac-os .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner li {
  text-indent: 0em;
  padding-left: 15px;
  break-inside: avoid-column; }

@media all and (-ms-high-contrast: none) {
  .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner li, .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner li, .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner li, .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner li {
    float: left;
    width: 50%;
    padding-right: 20px;
    break-inside: avoid-column; }
    .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner li:last-child, .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner li:last-child, .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner li:last-child, .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner li:last-child {
      float: none; } }

.chrome-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner ul, .chrome-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner ul, .chrome-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner ul, .chrome-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner ul {
  column-count: 2; }

.chrome-spc .alternate-callout1-grey-left .main-secton-division .content-block .left-1 .left-1-inner li, .chrome-spc .alternate-callout1-grey-right .main-secton-division .content-block .left-1 .left-1-inner li, .chrome-spc .alternate-callout1-blue-left .main-secton-division .content-block .left-1 .left-1-inner li, .chrome-spc .alternate-callout1-blue-right .main-secton-division .content-block .left-1 .left-1-inner li {
  padding: 0 0 0 .5em;
  break-inside: avoid-column; }

.alternate-callout1-blue-right h2, .alternate-callout1-blue-left h2 {
  text-align: center;
  padding: 15px;
  padding-left: 0; }

.alternate-callout1-blue-right .column2, .alternate-callout1-blue-left .column2 {
  margin-right: 0; }
  .alternate-callout1-blue-right .column2 .column2-main .column2-sub, .alternate-callout1-blue-left .column2 .column2-main .column2-sub {
    margin-bottom: 20px; }
    .alternate-callout1-blue-right .column2 .column2-main .column2-sub h3, .alternate-callout1-blue-left .column2 .column2-main .column2-sub h3 {
      color: #ffffff;
      font-size: 26px;
      font-weight: 300; }
    .alternate-callout1-blue-right .column2 .column2-main .column2-sub p, .alternate-callout1-blue-left .column2 .column2-main .column2-sub p {
      font-size: 18px;
      color: #ffffff !important;
      line-height: 1.2;
      margin-bottom: 5px; }
    .alternate-callout1-blue-right .column2 .column2-main .column2-sub a, .alternate-callout1-blue-left .column2 .column2-main .column2-sub a {
      font-weight: 300;
      text-transform: uppercase; }

.alternate-callout1-blue-right .mobile h2, .alternate-callout1-blue-left .mobile h2 {
  text-align: center;
  padding: 15px;
  padding-left: 0; }

.alternate-callout1-blue-right .mobile .column2-sub, .alternate-callout1-blue-left .mobile .column2-sub {
  padding: 30px;
  padding-top: 0; }
  .alternate-callout1-blue-right .mobile .column2-sub h3, .alternate-callout1-blue-left .mobile .column2-sub h3 {
    color: #000000;
    font-weight: 300;
    font-size: 24px; }
  .alternate-callout1-blue-right .mobile .column2-sub p, .alternate-callout1-blue-left .mobile .column2-sub p {
    font-size: 18px;
    font-weight: 300; }
  .alternate-callout1-blue-right .mobile .column2-sub a, .alternate-callout1-blue-left .mobile .column2-sub a {
    text-transform: uppercase; }

.alternate-callout1-grey-right h2, .alternate-callout1-grey-left h2 {
  text-align: center;
  padding: 15px;
  padding-left: 0; }

.alternate-callout1-grey-right .column2 .column2-main .column2-sub, .alternate-callout1-grey-left .column2 .column2-main .column2-sub {
  margin-bottom: 20px; }
  .alternate-callout1-grey-right .column2 .column2-main .column2-sub h3, .alternate-callout1-grey-left .column2 .column2-main .column2-sub h3 {
    color: #002D74;
    font-size: 26px;
    font-weight: 300; }
  .alternate-callout1-grey-right .column2 .column2-main .column2-sub p, .alternate-callout1-grey-left .column2 .column2-main .column2-sub p {
    font-size: 18px;
    color: #000000 !important;
    line-height: 1.2;
    margin-bottom: 5px; }
  .alternate-callout1-grey-right .column2 .column2-main .column2-sub a, .alternate-callout1-grey-left .column2 .column2-main .column2-sub a {
    font-weight: 300;
    text-transform: uppercase; }

.alternate-callout1-grey-right .mobile h2, .alternate-callout1-grey-left .mobile h2 {
  text-align: center;
  padding: 15px;
  padding-left: 0; }

.alternate-callout1-grey-right .mobile .column2-sub, .alternate-callout1-grey-left .mobile .column2-sub {
  padding: 30px;
  padding-top: 0; }
  .alternate-callout1-grey-right .mobile .column2-sub h3, .alternate-callout1-grey-left .mobile .column2-sub h3 {
    color: #000000;
    font-weight: 300;
    font-size: 24px; }
  .alternate-callout1-grey-right .mobile .column2-sub p, .alternate-callout1-grey-left .mobile .column2-sub p {
    font-size: 18px;
    font-weight: 300; }
  .alternate-callout1-grey-right .mobile .column2-sub a, .alternate-callout1-grey-left .mobile .column2-sub a {
    text-transform: uppercase; }

@media (min-width: 767px) and (max-width: 1024px) {
  .column2 .column2-main .column2-sub {
    margin-bottom: 20px; }
    .column2 .column2-main .column2-sub h3 {
      color: #ffffff;
      font-size: 20px !important;
      font-weight: 300; }
    .column2 .column2-main .column2-sub p {
      font-size: 16px !important;
      color: #ffffff !important;
      line-height: 1.2;
      margin-bottom: 5px; }
    .column2 .column2-main .column2-sub a {
      font-weight: 300;
      text-transform: uppercase; } }

@media (min-width: 1025px) {
  .accordion-map .accordion-tabs div {
    font-weight: 300;
    font-size: 22px; }
  .accordion-map .accordion-tabs .row {
    padding-left: 15px; }
  .accordion-map .accordion-tabs .accordion-content {
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
    /* Safari */
    transition-duration: 2s; }
    .accordion-map .accordion-tabs .accordion-content .card-header {
      border-bottom: 0;
      padding-left: 30px;
      padding-bottom: 0;
      border: none !important;
      padding-top: 5px; }
      .accordion-map .accordion-tabs .accordion-content .card-header h4 {
        font-size: 28px;
        color: #003057;
        font-weight: 400;
        width: 100%;
        text-align: left;
        text-decoration: none;
        padding-bottom: 5px; }
        .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn {
          font-size: 28px;
          color: #003057;
          font-weight: 400;
          width: 100%;
          text-align: left;
          text-decoration: none;
          padding-left: 0; }
          .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn i {
            float: right; }
            .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn i:before {
              font-family: fontawesome;
              content: "\f068";
              font-style: normal;
              font-size: 22px;
              font-weight: 400; }
          .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn.collapsed i:before {
            font-family: fontawesome;
            content: "\f067";
            font-style: normal;
            font-size: 22px;
            font-weight: 400; }
    .accordion-map .accordion-tabs .accordion-content .collapse {
      background-color: #f8f8f8; }
    .accordion-map .accordion-tabs .accordion-content .collapsing {
      background-color: #f8f8f8; }
    .accordion-map .accordion-tabs .accordion-content .collapsing .card-body, .accordion-map .accordion-tabs .accordion-content .collapse .card-body {
      padding-top: 0; }
      .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .card-header1, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .card-header1 {
        padding-left: 15px;
        padding-top: 20px; }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .card-header1 h5, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .card-header1 h5 {
          padding-left: 0;
          font-size: 24px;
          color: #003057;
          text-align: left;
          text-decoration: none; }
      .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row {
        padding-left: 0px;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 2px dashed rgba(0, 48, 87, 0.5); }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row:last-child, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row:last-child {
          border-bottom: none; }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content {
          padding-bottom: 5px;
          padding-top: 10px;
          padding-left: 0; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content h4, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content h4 {
            font-size: 18px; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content h3, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content h3 {
            font-size: 16px; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content p, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content p {
            font-size: 16px; } }

.plusminus {
  float: right;
  font-size: 18px;
  font-weight: 300; }

.accordion-map a {
  color: #008065 !important; }
  .accordion-map a:hover {
    color: #02AC9A; }
  .accordion-map a:active {
    color: #02AC9A; }

@media (min-width: 1024px) {
  .map {
    display: flow-root;
    padding-top: 15px;
    padding-bottom: 15px;
    /*.cd-single-point.visited::after{display:none}*/ }
    .map .cd-product-wrapper {
      display: inline-block;
      position: relative;
      margin: 0 auto;
      width: 83%;
      padding: 40px;
      background-image: linear-gradient(#ffffff, #eaeaea);
      margin-bottom: 40px; }
      .map .cd-product-wrapper img {
        max-width: 100%;
        height: auto; }
      .map .cd-product-wrapper ol {
        list-style: none; }
    .map ul {
      list-style: none; }
    .map .cd-img-replace {
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .map .pods-content-inner {
      padding: 60px 30px; }
    .map .pods-slider-wrap {
      position: relative; }
    .map .pods-slide-controls {
      position: absolute;
      width: 100%;
      top: 30px;
      left: 0;
      text-align: center;
      z-index: 5; }
      .map .pods-slide-controls li {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border: 1px solid #000;
        background: #e0e622;
        border-radius: 100%; }
        .map .pods-slide-controls li:hover, .map .pods-slide-controls li.active {
          background: #000; }
    .map .pods-slider > div {
      display: none; }
      .map .pods-slider > div.active {
        display: block; }
    .map .pods-slide-caption {
      margin-top: 60px; }
      .map .pods-slide-caption p {
        margin: 30px 0 0;
        position: relative; }
    .map .cd-more-info p {
      font-size: 1.0rem;
      line-height: 1.1;
      margin-bottom: 10px; }
    .map .home-pods-2 .caption-front p:first-child:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      margin-right: 20px;
      width: 300px;
      border-top: 2px solid #F7BE00; }
    .map .cd-img-replace {
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .map .cd-product-wrapper {
      /* display:inline-block; */
      /* position:relative; */
      /* margin:0 auto; */
      /* width:100%; */
      display: block; }
      .map .cd-product-wrapper > img {
        display: block;
        width: 100%; }
    .map .cd-single-point {
      position: absolute;
      border-radius: 50%; }
      .map .cd-single-point > a {
        position: relative;
        z-index: 2;
        display: block;
        width: 1.0em;
        height: 1.0em;
        border-radius: inherit;
        background: #F7BE00;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
        transition: background-color 0.2s;
        border: 2px solid #ffffff; }
        .map .cd-single-point > a::after, .map .cd-single-point > a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          right: auto;
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        .map .cd-single-point > a::after {
          font-family: fontawesome;
          left: 1px;
          color: #ffffff; }
        .map .cd-single-point > a::before {
          font-family: fontawesome;
          left: 1px;
          color: #ffffff; }
      .map .cd-single-point::after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: inherit;
        background-color: transparent;
        animation: cd-pulse 2s infinite; }
      .map .cd-single-point.point-1-1 {
        top: 24%;
        left: 47%; }
      .map .cd-single-point.point-1-2 {
        top: 65%;
        left: 27%; }
      .map .cd-single-point.point-2-1 {
        top: 22%;
        left: 17%; }
      .map .cd-single-point.point-2-2 {
        top: 37%;
        left: 78%; }
      .map .cd-single-point.point-3-1 {
        bottom: 50%;
        right: 34%; }
      .map .cd-single-point.point-3-2 {
        bottom: 29%;
        right: 54%; }
      .map .cd-single-point.is-open > a {
        background-color: #F7BE00; }
      .map .cd-single-point.is-open::after {
        display: none; }
      .map .cd-single-point.is-open .cd-more-info {
        visibility: visible;
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
      .map .cd-single-point.visited > a {
        background-color: #F7BE00; }
      .map .cd-single-point .cd-more-info {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        line-height: 1.5;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 2em 1em 1em;
        visibility: hidden;
        opacity: 0;
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
        position: absolute;
        width: auto;
        height: auto;
        padding: 20px;
        padding-top: 30px;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: .25em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        z-index: 10; }
        .map .cd-single-point .cd-more-info::before {
          content: '';
          position: absolute;
          height: 0;
          width: 0;
          display: none;
          border: 8px solid transparent;
          display: block; }
        .map .cd-single-point .cd-more-info.cd-top, .map .cd-single-point .cd-more-info.cd-bottom, .map .cd-single-point .cd-more-info.cd-top::before, .map .cd-single-point .cd-more-info.cd-bottom::before {
          left: 50%;
          right: auto;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .map .cd-single-point .cd-more-info.cd-top {
          bottom: 160%;
          top: auto;
          background: #F7BE00; }
          .map .cd-single-point .cd-more-info.cd-top::before {
            border-top-color: #F7BE00;
            top: 100%; }
  @keyframes cd-pulse {
    0% {
      -ms-transform: scale(1);
      transform: scale(1);
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    50% {
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    100% {
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      box-shadow: inset 0 0 1px 1px transparent; } }
    .map .cd-close-info {
      position: fixed;
      top: 0;
      right: 0;
      height: 44px;
      width: 44px; }
      .map .cd-close-info::after, .map .cd-close-info:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        background-color: #475f74;
        transition-property: transform;
        transition-duration: 0.2s; }
      .map .cd-close-info::after {
        height: 2px;
        width: 16px; }
      .map .cd-close-info::before {
        height: 16px;
        width: 2px; }
  .border-bottom-span {
    border-bottom: 2px solid #ffffff;
    color: #ffffff; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .accordion-map .accordion-tabs div {
    font-weight: 300;
    font-size: 22px; }
  .accordion-map .accordion-tabs .row {
    padding-left: 15px; }
  .accordion-map .accordion-tabs .accordion-content {
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
    /* Safari */
    transition-duration: 2s; }
    .accordion-map .accordion-tabs .accordion-content .card-header {
      border-bottom: 0;
      padding-left: 30px;
      padding-bottom: 0;
      border: none !important;
      padding-top: 5px; }
      .accordion-map .accordion-tabs .accordion-content .card-header h4 {
        font-size: 24px;
        color: #003057;
        font-weight: 400;
        width: 100%;
        text-align: left;
        text-decoration: none;
        padding-bottom: 5px; }
        .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn {
          font-size: 24px;
          color: #003057;
          font-weight: 400;
          width: 100%;
          text-align: left;
          text-decoration: none;
          padding-left: 0; }
          .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn i {
            float: right; }
            .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn i:before {
              font-family: fontawesome;
              content: "\f068";
              font-style: normal;
              font-size: 22px;
              font-weight: 400; }
          .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn.collapsed i:before {
            font-family: fontawesome;
            content: "\f067";
            font-style: normal;
            font-size: 22px;
            font-weight: 400; }
    .accordion-map .accordion-tabs .accordion-content .collapse {
      background-color: #f8f8f8; }
    .accordion-map .accordion-tabs .accordion-content .collapsing {
      background-color: #f8f8f8; }
    .accordion-map .accordion-tabs .accordion-content .collapsing .card-body, .accordion-map .accordion-tabs .accordion-content .collapse .card-body {
      padding-top: 0; }
      .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .card-header1, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .card-header1 {
        padding-left: 0px;
        padding-top: 20px; }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .card-header1 h5, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .card-header1 h5 {
          padding-left: 15px;
          font-size: 20px;
          color: #003057;
          text-align: left;
          text-decoration: none; }
      .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row {
        padding-left: 0;
        margin-right: 15px;
        margin-left: 15px;
        border-bottom: 2px dashed rgba(0, 48, 87, 0.5); }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row:last-child, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row:last-child {
          border-bottom: none; }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content {
          padding-bottom: 5px;
          padding-top: 10px;
          padding-left: 0; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content h4, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content h4 {
            font-size: 16px;
            margin-top: 10px; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content h3, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content h3 {
            font-size: 14px; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content p, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content p {
            font-size: 14px; }
  .plusminus {
    float: right;
    font-size: 18px;
    font-weight: 400; } }

@media (min-width: 767px) and (max-width: 1024px) {
  .accordion-map .accordion-tabs p, .accordion-map .accordion-tabs div, .accordion-map .accordion-tabs span {
    font-size: 16px;
    font-weight: 300; }
  .accordion-map .accordion-tabs h4 {
    font-size: 24px; } }

@media (max-width: 766.98px) {
  .accordion-map .accordion-tabs div {
    font-weight: 300;
    font-size: 22px; }
  .accordion-map .accordion-tabs .row {
    padding-left: 15px; }
  .accordion-map .accordion-tabs .accordion-content {
    padding: 0;
    margin-bottom: 20px;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
    /* Safari */
    transition-duration: 2s; }
    .accordion-map .accordion-tabs .accordion-content .card-header {
      border-bottom: 0;
      padding-left: 30px;
      padding-bottom: 0;
      border: none !important;
      padding-top: 5px; }
      .accordion-map .accordion-tabs .accordion-content .card-header h4 {
        font-size: 2px;
        color: #003057;
        font-weight: 400;
        width: 100%;
        text-align: left;
        text-decoration: none;
        padding-bottom: 5px; }
        .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn {
          font-size: 20px;
          color: #003057;
          font-weight: 400;
          width: 100%;
          text-align: left;
          text-decoration: none;
          padding-left: 0; }
          .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn i {
            float: right; }
            .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn i:before {
              font-family: fontawesome;
              content: "\f068";
              font-style: normal;
              font-size: 22px;
              font-weight: 400; }
          .accordion-map .accordion-tabs .accordion-content .card-header h4 .accordion-btn.collapsed i:before {
            font-family: fontawesome;
            content: "\f067";
            font-style: normal;
            font-size: 22px;
            font-weight: 400; }
    .accordion-map .accordion-tabs .accordion-content .collapse {
      background-color: #f8f8f8; }
    .accordion-map .accordion-tabs .accordion-content .collapsing {
      background-color: #f8f8f8; }
    .accordion-map .accordion-tabs .accordion-content .collapsing .card-body, .accordion-map .accordion-tabs .accordion-content .collapse .card-body {
      padding-top: 0; }
      .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .card-header1, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .card-header1 {
        padding-left: 15px;
        padding-top: 15px; }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .card-header1 h5, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .card-header1 h5 {
          padding-left: 0;
          font-size: 20px;
          color: #003057;
          text-align: left;
          text-decoration: none; }
      .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row {
        padding-left: 0;
        margin-right: 15px;
        margin-left: 15px;
        border-bottom: 2px dashed rgba(0, 48, 87, 0.5); }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row:last-child, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row:last-child {
          border-bottom: none; }
        .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content {
          padding-bottom: 5px;
          padding-top: 10px;
          padding-left: 0; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content h4, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content h4 {
            font-size: 16px;
            margin-top: 10px; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content h3, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content h3 {
            font-size: 14px; }
          .accordion-map .accordion-tabs .accordion-content .collapsing .card-body .row .map-tab-content p, .accordion-map .accordion-tabs .accordion-content .collapse .card-body .row .map-tab-content p {
            font-size: 14px; }
  .plusminus {
    float: right;
    font-size: 16px;
    font-weight: 400; } }

@media (max-width: 766.98px) {
  .accordion {
    padding-top: 15px; }
    .accordion .accordion-tabs h1 {
      color: #003057;
      padding-top: 20px;
      padding-bottom: 10px; }
    .accordion .accordion-tabs p {
      font-weight: 300;
      margin-bottom: 30px;
      font-size: 22px; }
    .accordion .accordion-tabs div {
      font-weight: 300;
      font-size: 16px; }
    .accordion .accordion-tabs .accordion-content {
      padding: 0;
      margin-bottom: 10px;
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
      .accordion .accordion-tabs .accordion-content .card-header .accordion-btn {
        font-size: 20px;
        color: #003057;
        font-weight: 400;
        width: 100%;
        text-align: left;
        text-decoration: none; }
        .accordion .accordion-tabs .accordion-content .card-header .accordion-btn i {
          float: right; }
          .accordion .accordion-tabs .accordion-content .card-header .accordion-btn i:before {
            font-family: fontawesome;
            content: "\f068";
            font-style: normal;
            font-size: 22px;
            font-weight: 400; }
        .accordion .accordion-tabs .accordion-content .card-header .accordion-btn.collapsed i:before {
          font-family: fontawesome;
          content: "\f067";
          font-style: normal;
          font-size: 22px;
          font-weight: 400; }
      .accordion .accordion-tabs .accordion-content .collapse {
        background-color: #f8f8f8; }
  .plusminus {
    float: right;
    font-size: 16px;
    font-weight: 400; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .accordion {
    padding-top: 15px; }
    .accordion .accordion-tabs h1 {
      color: #003057;
      padding-top: 20px;
      padding-bottom: 10px; }
    .accordion .accordion-tabs p {
      font-weight: 400;
      margin-bottom: 30px;
      font-size: 22px; }
    .accordion .accordion-tabs div {
      font-weight: 300;
      font-size: 16px; }
    .accordion .accordion-tabs .accordion-content {
      padding: 0;
      margin-bottom: 10px;
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
      .accordion .accordion-tabs .accordion-content .card-header .accordion-btn {
        font-size: 24px;
        color: #003057;
        font-weight: 400;
        width: 100%;
        text-align: left;
        text-decoration: none; }
        .accordion .accordion-tabs .accordion-content .card-header .accordion-btn i {
          float: right; }
          .accordion .accordion-tabs .accordion-content .card-header .accordion-btn i:before {
            font-family: fontawesome;
            content: "\f068";
            font-style: normal;
            font-size: 22px;
            font-weight: 400; }
        .accordion .accordion-tabs .accordion-content .card-header .accordion-btn.collapsed i:before {
          font-family: fontawesome;
          content: "\f067";
          font-style: normal;
          font-size: 22px;
          font-weight: 400; }
      .accordion .accordion-tabs .accordion-content .collapse {
        background-color: #f8f8f8; }
  .plusminus {
    float: right;
    font-size: 18px;
    font-weight: 400; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .carouselExampleIndicators {
    margin-top: 15px; }
    .carouselExampleIndicators .carousel {
      position: relative;
      padding-top: 15px;
      padding-bottom: 15px;
      padding: 0; }
    .carouselExampleIndicators .hero-background-img-desktop {
      position: absolute;
      top: 0;
      width: 100%;
      background-size: cover;
      bottom: 0;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 5px; }
    .carouselExampleIndicators .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 5px; }
    .carouselExampleIndicators .carousel-item {
      position: relative;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      perspective: 1000px;
      min-height: 300px;
      height: 300px; } }
    @media (min-width: 768px) and (max-width: 1023px) and (prefers-reduced-motion: reduce) {
      .carouselExampleIndicators .carousel-item {
        transition: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
    .carouselExampleIndicators .carousel-item.active,
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .carousel-item-prev {
      display: block; }
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .carousel-item-prev {
      position: absolute;
      top: 0; }
    .carouselExampleIndicators .carousel-item-next.carousel-item-left,
    .carouselExampleIndicators .carousel-item-prev.carousel-item-right {
      -ms-transform: translateX(0);
          transform: translateX(0); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-next.carousel-item-left,
        .carouselExampleIndicators .carousel-item-prev.carousel-item-right {
          transform: translate3d(0, 0, 0); } }
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .active.carousel-item-right {
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-next,
        .carouselExampleIndicators .active.carousel-item-right {
          transform: translate3d(100%, 0, 0); } }
    .carouselExampleIndicators .carousel-item-prev,
    .carouselExampleIndicators .active.carousel-item-left {
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-prev,
        .carouselExampleIndicators .active.carousel-item-left {
          transform: translate3d(-100%, 0, 0); } }
    .carouselExampleIndicators .carousel-control-prev,
    .carouselExampleIndicators .carousel-control-next {
      position: absolute;
      top: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 50px;
      color: #fff;
      text-align: center;
      opacity: 0.5; }
      .carouselExampleIndicators .carousel-control-prev:hover, .carouselExampleIndicators .carousel-control-prev:focus,
      .carouselExampleIndicators .carousel-control-next:hover,
      .carouselExampleIndicators .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9; }
    .carouselExampleIndicators .carousel-control-prev {
      left: 0; }
    .carouselExampleIndicators .carousel-control-next {
      right: 0; }
    .carouselExampleIndicators .carousel-control-prev-icon,
    .carouselExampleIndicators .carousel-control-next-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%; }
    .carouselExampleIndicators .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
      position: absolute;
      left: 20%; }
    .carouselExampleIndicators .carousel-control-next-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
      position: absolute;
      right: 20%; }
    .carouselExampleIndicators .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 10px;
      left: 0;
      z-index: 15;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-left: 0;
      margin-right: 50px;
      margin-left: 50px;
      list-style: none; }
      .carouselExampleIndicators .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5); }
        .carouselExampleIndicators .carousel-indicators li::before {
          position: absolute;
          top: -10px;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 10px;
          content: ""; }
        .carouselExampleIndicators .carousel-indicators li::after {
          position: absolute;
          bottom: -10px;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 10px;
          content: ""; }
      .carouselExampleIndicators .carousel-indicators .active {
        background-color: #fff; }
    .carouselExampleIndicators .carousel-caption-left-center, .carouselExampleIndicators .carousel-caption-left-bottom {
      position: absolute;
      top: 0;
      left: 0;
      -ms-transform: translate(15%, 0%);
          transform: translate(15%, 0%);
      width: 50%;
      z-index: 10;
      padding-top: 25px;
      color: #fff;
      text-align: left !important; }
      .carouselExampleIndicators .carousel-caption-left-center img, .carouselExampleIndicators .carousel-caption-left-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        display: block !important; }
      .carouselExampleIndicators .carousel-caption-left-center h5, .carouselExampleIndicators .carousel-caption-left-bottom h5 {
        color: #F7BE00;
        font-size: 26px;
        font-weight: 300;
        line-height: 1; }
      .carouselExampleIndicators .carousel-caption-left-center p, .carouselExampleIndicators .carousel-caption-left-bottom p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 10px; }
      .carouselExampleIndicators .carousel-caption-left-center a, .carouselExampleIndicators .carousel-caption-left-bottom a {
        border: 1px solid white;
        color: white;
        border-radius: 5px;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .carouselExampleIndicators .carousel-caption-left-center a:hover, .carouselExampleIndicators .carousel-caption-left-bottom a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .carousel-caption-right-center, .carouselExampleIndicators .carousel-caption-right-bottom {
      position: absolute;
      right: 0;
      float: right;
      -ms-transform: translate(-15%, 25%);
          transform: translate(-15%, 25%);
      width: 50%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left !important; }
      .carouselExampleIndicators .carousel-caption-right-center img, .carouselExampleIndicators .carousel-caption-right-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        display: none; }
      .carouselExampleIndicators .carousel-caption-right-center h5, .carouselExampleIndicators .carousel-caption-right-bottom h5 {
        color: #F7BE00;
        font-size: 26px;
        font-weight: 300;
        text-align: right;
        line-height: 1; }
      .carouselExampleIndicators .carousel-caption-right-center p, .carouselExampleIndicators .carousel-caption-right-bottom p {
        margin-bottom: 10px;
        font-weight: 300;
        font-size: 16px;
        text-align: right;
        line-height: 1.2; }
      .carouselExampleIndicators .carousel-caption-right-center a, .carouselExampleIndicators .carousel-caption-right-bottom a {
        border: 1px solid white;
        color: white;
        border-radius: 5px;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: absolute;
        right: 0; }
        .carouselExampleIndicators .carousel-caption-right-center a:hover, .carouselExampleIndicators .carousel-caption-right-bottom a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom img, .carouselExampleIndicators .dark .carousel-caption-left-center img, .carouselExampleIndicators .dark .carousel-caption-right-bottom img, .carouselExampleIndicators .dark .carousel-caption-right-center img {
      display: none; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom h5, .carouselExampleIndicators .dark .carousel-caption-left-center h5, .carouselExampleIndicators .dark .carousel-caption-right-bottom h5, .carouselExampleIndicators .dark .carousel-caption-right-center h5 {
      color: #F7BE00; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom a, .carouselExampleIndicators .dark .carousel-caption-left-center a, .carouselExampleIndicators .dark .carousel-caption-right-bottom a, .carouselExampleIndicators .dark .carousel-caption-right-center a {
      color: white; }
      .carouselExampleIndicators .dark .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-left-center a:hover, .carouselExampleIndicators .dark .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-right-center a:hover {
        color: #ffffff; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom h5, .carouselExampleIndicators .light .carousel-caption-left-center h5, .carouselExampleIndicators .light .carousel-caption-right-bottom h5, .carouselExampleIndicators .light .carousel-caption-right-center h5 {
      color: #003057; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom p, .carouselExampleIndicators .light .carousel-caption-left-center p, .carouselExampleIndicators .light .carousel-caption-right-bottom p, .carouselExampleIndicators .light .carousel-caption-right-center p {
      color: #000000; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom a, .carouselExampleIndicators .light .carousel-caption-left-center a, .carouselExampleIndicators .light .carousel-caption-right-bottom a, .carouselExampleIndicators .light .carousel-caption-right-center a {
      border: 1px solid #008065;
      color: #008065; }
      .carouselExampleIndicators .light .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-left-center a:hover, .carouselExampleIndicators .light .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-right-center a:hover {
        color: #008065; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom img, .carouselExampleIndicators .dark .carousel-caption-left-center img, .carouselExampleIndicators .dark .carousel-caption-right-bottom img, .carouselExampleIndicators .dark .carousel-caption-right-center img {
      display: none; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom h5, .carouselExampleIndicators .dark .carousel-caption-left-center h5, .carouselExampleIndicators .dark .carousel-caption-right-bottom h5, .carouselExampleIndicators .dark .carousel-caption-right-center h5 {
      color: #F7BE00; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom a, .carouselExampleIndicators .dark .carousel-caption-left-center a, .carouselExampleIndicators .dark .carousel-caption-right-bottom a, .carouselExampleIndicators .dark .carousel-caption-right-center a {
      color: white; }
      .carouselExampleIndicators .dark .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-left-center a:hover, .carouselExampleIndicators .dark .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-right-center a:hover {
        color: #ffffff; }
    .carouselExampleIndicators .dark .carousel-control-prev {
      border: none; }
      .carouselExampleIndicators .dark .carousel-control-prev i {
        color: #F7BE00;
        font-size: 40px;
        position: absolute;
        left: 20px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .dark .carousel-control-next {
      border: none; }
      .carouselExampleIndicators .dark .carousel-control-next i {
        color: #F7BE00;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .dark .mobile-hero-img {
      display: none; }
    .carouselExampleIndicators .dark .desktop-hero-img {
      display: block; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom h5, .carouselExampleIndicators .light .carousel-caption-left-center h5, .carouselExampleIndicators .light .carousel-caption-right-bottom h5, .carouselExampleIndicators .light .carousel-caption-right-center h5 {
      color: #003057; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom p, .carouselExampleIndicators .light .carousel-caption-left-center p, .carouselExampleIndicators .light .carousel-caption-right-bottom p, .carouselExampleIndicators .light .carousel-caption-right-center p {
      color: #000000; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom a, .carouselExampleIndicators .light .carousel-caption-left-center a, .carouselExampleIndicators .light .carousel-caption-right-bottom a, .carouselExampleIndicators .light .carousel-caption-right-center a {
      border: 1px solid #008065;
      color: #008065; }
      .carouselExampleIndicators .light .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-left-center a:hover, .carouselExampleIndicators .light .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-right-center a:hover {
        color: #008065; }
    .carouselExampleIndicators .light .carousel-control-prev {
      border: none; }
      .carouselExampleIndicators .light .carousel-control-prev i {
        color: #003057;
        font-size: 40px;
        position: absolute;
        left: 20px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .light .carousel-control-next {
      border: none; }
      .carouselExampleIndicators .light .carousel-control-next i {
        color: #003057;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .carouselExampleIndicators .light .mobile-hero-img {
      display: none !important; }
    .carouselExampleIndicators .light .desktop-hero-img {
      display: block !important; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .carouselExampleIndicators {
    margin-top: 15px; }
    .carouselExampleIndicators .carousel-item {
      position: relative;
      display: none;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      perspective: 1000px;
      min-height: 400px; } }
    @media (min-width: 1024px) and (max-width: 1200px) and (prefers-reduced-motion: reduce) {
      .carouselExampleIndicators .carousel-item {
        transition: none; } }

@media (min-width: 1024px) and (max-width: 1200px) {
    .carouselExampleIndicators .carousel-caption-left-center, .carouselExampleIndicators .carousel-caption-left-bottom {
      top: 0;
      left: 0;
      position: absolute;
      -ms-transform: translate(15%, 20%);
          transform: translate(15%, 20%);
      width: 45%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left !important; }
      .carouselExampleIndicators .carousel-caption-left-center img, .carouselExampleIndicators .carousel-caption-left-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px; }
      .carouselExampleIndicators .carousel-caption-left-center h5, .carouselExampleIndicators .carousel-caption-left-bottom h5 {
        color: #F7BE00;
        font-size: 26px !important;
        font-weight: 300;
        line-height: 1; }
      .carouselExampleIndicators .carousel-caption-left-center p, .carouselExampleIndicators .carousel-caption-left-bottom p {
        font-weight: 300;
        font-size: 16px !important;
        line-height: 1.2;
        margin-bottom: 10px; }
      .carouselExampleIndicators .carousel-caption-left-center a, .carouselExampleIndicators .carousel-caption-left-bottom a {
        border: 1px solid white;
        color: white;
        border-radius: 5px;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .carouselExampleIndicators .carousel-caption-left-center a:hover, .carouselExampleIndicators .carousel-caption-left-bottom a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .carousel-caption-right-center, .carouselExampleIndicators .carousel-caption-right-bottom {
      position: absolute;
      right: 0;
      -ms-transform: translate(-15%, -50%);
          transform: translate(-15%, -50%);
      width: 50%;
      z-index: 10;
      padding-top: 25px;
      padding-right: 25px;
      color: #fff;
      text-align: left !important; }
      .carouselExampleIndicators .carousel-caption-right-center img, .carouselExampleIndicators .carousel-caption-right-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        display: none; }
      .carouselExampleIndicators .carousel-caption-right-center h5, .carouselExampleIndicators .carousel-caption-right-bottom h5 {
        color: #F7BE00;
        font-size: 26px !important;
        font-weight: 300;
        text-align: right;
        line-height: 1; }
      .carouselExampleIndicators .carousel-caption-right-center p, .carouselExampleIndicators .carousel-caption-right-bottom p {
        margin-bottom: 10px;
        font-weight: 300;
        font-size: 16px !important;
        text-align: right;
        line-height: 1.2; }
      .carouselExampleIndicators .carousel-caption-right-center a, .carouselExampleIndicators .carousel-caption-right-bottom a {
        border: 1px solid white;
        color: white;
        border-radius: 5px;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        float: right; }
        .carouselExampleIndicators .carousel-caption-right-center a:hover, .carouselExampleIndicators .carousel-caption-right-bottom a:hover {
          color: #ffffff; } }

@media (min-width: 320px) and (max-width: 767px) {
  .carouselExampleIndicators {
    margin-top: 15px; }
    .carouselExampleIndicators .carousel {
      position: relative; }
    .carouselExampleIndicators .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      border-radius: 5px; }
    .carouselExampleIndicators .hero-background-img-desktop {
      display: none; }
    .carouselExampleIndicators .carousel-item {
      position: relative;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      perspective: 1000px;
      min-height: 250px; } }
    @media (min-width: 320px) and (max-width: 767px) and (prefers-reduced-motion: reduce) {
      .carouselExampleIndicators .carousel-item {
        transition: none; } }

@media (min-width: 320px) and (max-width: 767px) {
      .carouselExampleIndicators .carousel-item img {
        height: 400px; }
    .carouselExampleIndicators .carousel-item.active,
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .carousel-item-prev {
      display: block; }
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .carousel-item-prev {
      position: absolute;
      top: 0; }
    .carouselExampleIndicators .carousel-item-next.carousel-item-left,
    .carouselExampleIndicators .carousel-item-prev.carousel-item-right {
      -ms-transform: translateX(0);
          transform: translateX(0); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-next.carousel-item-left,
        .carouselExampleIndicators .carousel-item-prev.carousel-item-right {
          transform: translate3d(0, 0, 0); } }
    .carouselExampleIndicators .carousel-item-next,
    .carouselExampleIndicators .active.carousel-item-right {
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-next,
        .carouselExampleIndicators .active.carousel-item-right {
          transform: translate3d(100%, 0, 0); } }
    .carouselExampleIndicators .carousel-item-prev,
    .carouselExampleIndicators .active.carousel-item-left {
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
      @supports (transform-style: preserve-3d) {
        .carouselExampleIndicators .carousel-item-prev,
        .carouselExampleIndicators .active.carousel-item-left {
          transform: translate3d(-100%, 0, 0); } }
    .carouselExampleIndicators .carousel-control-prev,
    .carouselExampleIndicators .carousel-control-next {
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 30px;
      color: #fff;
      text-align: center;
      opacity: 0.5; }
      .carouselExampleIndicators .carousel-control-prev:hover, .carouselExampleIndicators .carousel-control-prev:focus,
      .carouselExampleIndicators .carousel-control-next:hover,
      .carouselExampleIndicators .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9; }
    .carouselExampleIndicators .carousel-control-prev {
      left: 0; }
    .carouselExampleIndicators .carousel-control-next {
      right: 0; }
    .carouselExampleIndicators .carousel-control-prev-icon,
    .carouselExampleIndicators .carousel-control-next-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%; }
    .carouselExampleIndicators .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
      position: absolute;
      left: 35%;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .carouselExampleIndicators .carousel-control-next-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
      position: absolute;
      right: 35%;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .carouselExampleIndicators .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 10px;
      left: 0;
      z-index: 15;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-left: 0;
      margin-right: 30px;
      margin-left: 30px;
      list-style: none; }
      .carouselExampleIndicators .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5); }
        .carouselExampleIndicators .carousel-indicators li::before {
          position: absolute;
          top: -10px;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 10px;
          content: ""; }
        .carouselExampleIndicators .carousel-indicators li::after {
          position: absolute;
          bottom: -10px;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 10px;
          content: ""; }
      .carouselExampleIndicators .carousel-indicators .active {
        background-color: #fff; }
    .carouselExampleIndicators .carousel-caption-left-center, .carouselExampleIndicators .carousel-caption-left-bottom {
      top: 0;
      right: 0;
      position: absolute;
      width: 80%;
      -ms-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left !important; }
      .carouselExampleIndicators .carousel-caption-left-center img, .carouselExampleIndicators .carousel-caption-left-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px; }
      .carouselExampleIndicators .carousel-caption-left-center h5, .carouselExampleIndicators .carousel-caption-left-bottom h5 {
        color: #F7BE00;
        font-size: 26px;
        font-weight: 300;
        line-height: 1; }
      .carouselExampleIndicators .carousel-caption-left-center p, .carouselExampleIndicators .carousel-caption-left-bottom p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 10px; }
      .carouselExampleIndicators .carousel-caption-left-center a, .carouselExampleIndicators .carousel-caption-left-bottom a {
        border: 1px solid white;
        color: white;
        border-radius: 5px;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .carouselExampleIndicators .carousel-caption-left-center a:hover, .carouselExampleIndicators .carousel-caption-left-bottom a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .carousel-caption-right-center, .carouselExampleIndicators .carousel-caption-right-bottom {
      top: 0;
      right: 0;
      position: absolute;
      width: 80%;
      -ms-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left !important; }
      .carouselExampleIndicators .carousel-caption-right-center img, .carouselExampleIndicators .carousel-caption-right-bottom img {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        display: none; }
      .carouselExampleIndicators .carousel-caption-right-center h5, .carouselExampleIndicators .carousel-caption-right-bottom h5 {
        color: #F7BE00;
        font-size: 26px;
        font-weight: 300;
        text-align: right;
        line-height: 1; }
      .carouselExampleIndicators .carousel-caption-right-center p, .carouselExampleIndicators .carousel-caption-right-bottom p {
        margin-bottom: 10px;
        font-weight: 300;
        font-size: 16px;
        text-align: right;
        line-height: 1.2; }
      .carouselExampleIndicators .carousel-caption-right-center a, .carouselExampleIndicators .carousel-caption-right-bottom a {
        border: 1px solid white;
        color: white;
        border-radius: 5px;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: absolute;
        right: 0; }
        .carouselExampleIndicators .carousel-caption-right-center a:hover, .carouselExampleIndicators .carousel-caption-right-bottom a:hover {
          color: #ffffff; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom img, .carouselExampleIndicators .dark .carousel-caption-left-center img, .carouselExampleIndicators .dark .carousel-caption-right-bottom img, .carouselExampleIndicators .dark .carousel-caption-right-center img {
      display: none; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom h5, .carouselExampleIndicators .dark .carousel-caption-left-center h5, .carouselExampleIndicators .dark .carousel-caption-right-bottom h5, .carouselExampleIndicators .dark .carousel-caption-right-center h5 {
      color: #F7BE00; }
    .carouselExampleIndicators .dark .carousel-caption-left-bottom a, .carouselExampleIndicators .dark .carousel-caption-left-center a, .carouselExampleIndicators .dark .carousel-caption-right-bottom a, .carouselExampleIndicators .dark .carousel-caption-right-center a {
      color: white; }
      .carouselExampleIndicators .dark .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-left-center a:hover, .carouselExampleIndicators .dark .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .dark .carousel-caption-right-center a:hover {
        color: #ffffff; }
    .carouselExampleIndicators .dark .carousel-control-prev {
      border: none; }
      .carouselExampleIndicators .dark .carousel-control-prev i {
        color: #F7BE00;
        font-size: 40px;
        position: absolute;
        left: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .carouselExampleIndicators .dark .carousel-control-next {
      border: none; }
      .carouselExampleIndicators .dark .carousel-control-next i {
        color: #F7BE00;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .carouselExampleIndicators .dark .mobile-hero-img {
      display: block; }
    .carouselExampleIndicators .dark .desktop-hero-img {
      display: none; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom h5, .carouselExampleIndicators .light .carousel-caption-left-center h5, .carouselExampleIndicators .light .carousel-caption-right-bottom h5, .carouselExampleIndicators .light .carousel-caption-right-center h5 {
      color: #003057; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom p, .carouselExampleIndicators .light .carousel-caption-left-center p, .carouselExampleIndicators .light .carousel-caption-right-bottom p, .carouselExampleIndicators .light .carousel-caption-right-center p {
      color: #000000; }
    .carouselExampleIndicators .light .carousel-caption-left-bottom a, .carouselExampleIndicators .light .carousel-caption-left-center a, .carouselExampleIndicators .light .carousel-caption-right-bottom a, .carouselExampleIndicators .light .carousel-caption-right-center a {
      border: 1px solid #008065;
      color: #008065; }
      .carouselExampleIndicators .light .carousel-caption-left-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-left-center a:hover, .carouselExampleIndicators .light .carousel-caption-right-bottom a:hover, .carouselExampleIndicators .light .carousel-caption-right-center a:hover {
        color: #008065; }
    .carouselExampleIndicators .light .carousel-control-prev {
      border: none; }
      .carouselExampleIndicators .light .carousel-control-prev i {
        color: #003057;
        font-size: 40px;
        position: absolute;
        left: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .carouselExampleIndicators .light .carousel-control-next {
      border: none; }
      .carouselExampleIndicators .light .carousel-control-next i {
        color: #003057;
        font-size: 40px;
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .carouselExampleIndicators .light .mobile-hero-img {
      display: block !important; }
    .carouselExampleIndicators .light .desktop-hero-img {
      display: none !important; } }

@media (max-width: 766.98px) {
  .contact-us h1 {
    color: #003057;
    margin-bottom: 15px;
    margin-top: 10px; }
  .contact-us h3 {
    font-weight: 300;
    margin-bottom: 15px; }
  .contact-us .content-section {
    padding: 0; }
    .contact-us .content-section .field-validation-error {
      color: red;
      font-size: 12px;
      padding: 5px; }
    .contact-us .content-section input {
      margin-top: 10px;
      margin-bottom: 10px;
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
    .contact-us .content-section select {
      margin-top: 10px;
      margin-bottom: 10px;
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
    .contact-us .content-section textarea {
      margin-top: 20px;
      margin-bottom: 10px;
      height: 300px;
      box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
    .contact-us .content-section .button {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
      height: 50px;
      color: #ffffff; }
      .contact-us .content-section .button i {
        font-family: "FontAwesome";
        padding-right: 5px;
        font-size: 20px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .contact-us {
    padding: 0;
    margin: 0; }
    .contact-us h1 {
      color: #003057;
      margin-bottom: 20px;
      margin-top: 20px; }
    .contact-us h3 {
      font-weight: 300;
      margin-bottom: 20px; }
    .contact-us .content-section {
      padding: 15px;
      padding-left: 0;
      padding-right: 0; }
      .contact-us .content-section .field-validation-error {
        color: red;
        font-size: 12px;
        padding: 5px; }
      .contact-us .content-section input {
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
      .contact-us .content-section select {
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
      .contact-us .content-section textarea {
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important; }
      .contact-us .content-section .button {
        height: 50px;
        width: 30%;
        color: #ffffff; }
        .contact-us .content-section .button i {
          font-family: "FontAwesome";
          padding-right: 5px;
          font-size: 20px; } }

@media (max-width: 766.98px) {
  .featurekit, .portfoliokit {
    padding: 20px; }
    .featurekit h1, .portfoliokit h1 {
      color: #003057;
      text-align: center; }
    .featurekit .featurekit-content, .portfoliokit .featurekit-content {
      display: -ms-flexbox;
      display: flex;
      float: left;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      padding-bottom: 10px; }
      .featurekit .featurekit-content .content-kit, .portfoliokit .featurekit-content .content-kit {
        width: 100%;
        background: #ffffff;
        border-radius: 5px; }
        .featurekit .featurekit-content .content-kit img.img-fluid, .portfoliokit .featurekit-content .content-kit img.img-fluid {
          width: 100%; }
        .featurekit .featurekit-content .content-kit div, .portfoliokit .featurekit-content .content-kit div {
          padding: 15px; }
          .featurekit .featurekit-content .content-kit div h2, .portfoliokit .featurekit-content .content-kit div h2 {
            font-size: 22px;
            color: #003057;
            text-decoration: none; }
          .featurekit .featurekit-content .content-kit div p, .portfoliokit .featurekit-content .content-kit div p {
            font-size: 16px;
            color: #000000;
            text-decoration: none;
            font-weight: 300; }
            .featurekit .featurekit-content .content-kit div p:hover, .portfoliokit .featurekit-content .content-kit div p:hover {
              text-decoration: none;
              color: #000000; }
            .featurekit .featurekit-content .content-kit div p:active, .portfoliokit .featurekit-content .content-kit div p:active {
              text-decoration: none;
              color: #000000; }
          .featurekit .featurekit-content .content-kit div .learnmore a, .portfoliokit .featurekit-content .content-kit div .learnmore a {
            color: #008065;
            margin-top: 30px;
            bottom: 10px;
            left: 50%;
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
          .featurekit .featurekit-content .content-kit div .learnmore span, .portfoliokit .featurekit-content .content-kit div .learnmore span {
            color: #008065;
            margin-top: 30px;
            bottom: 10px;
            left: 50%;
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .featurekit .button-center .button, .portfoliokit .button-center .button {
      width: 100%;
      height: 71px;
      font-size: 14px;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
      color: #ffffff; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .featurekit, .portfoliokit {
    padding: 20px; }
    .featurekit h1, .portfoliokit h1 {
      color: #003057;
      text-align: center; }
    .featurekit .featurekit-content, .portfoliokit .featurekit-content {
      display: -ms-flexbox;
      display: flex;
      float: left;
      width: 100%;
      padding-bottom: 10px; }
      .featurekit .featurekit-content .content-kit, .portfoliokit .featurekit-content .content-kit {
        background: #ffffff;
        border-radius: 5px;
        width: 100%; }
        .featurekit .featurekit-content .content-kit img.img-fluid, .portfoliokit .featurekit-content .content-kit img.img-fluid {
          width: 100%; }
        .featurekit .featurekit-content .content-kit div, .portfoliokit .featurekit-content .content-kit div {
          padding: 15px; }
          .featurekit .featurekit-content .content-kit div h2, .portfoliokit .featurekit-content .content-kit div h2 {
            font-size: 20px;
            color: #003057;
            text-decoration: none; }
          .featurekit .featurekit-content .content-kit div p, .portfoliokit .featurekit-content .content-kit div p {
            font-size: 14px;
            font-weight: 300;
            color: #000000;
            text-decoration: none; }
            .featurekit .featurekit-content .content-kit div p:hover, .portfoliokit .featurekit-content .content-kit div p:hover {
              text-decoration: none;
              color: #000000; }
            .featurekit .featurekit-content .content-kit div p:active, .portfoliokit .featurekit-content .content-kit div p:active {
              text-decoration: none;
              color: #000000; }
          .featurekit .featurekit-content .content-kit div .learnmore, .portfoliokit .featurekit-content .content-kit div .learnmore {
            margin-top: 15px; }
            .featurekit .featurekit-content .content-kit div .learnmore a, .portfoliokit .featurekit-content .content-kit div .learnmore a {
              color: #008065;
              bottom: 10px;
              left: 50%;
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
            .featurekit .featurekit-content .content-kit div .learnmore span, .portfoliokit .featurekit-content .content-kit div .learnmore span {
              color: #008065;
              bottom: 10px;
              left: 50%;
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
    .featurekit .button-center .button, .portfoliokit .button-center .button {
      width: 48%;
      margin: 5px;
      font-size: 14px;
      height: 60px;
      margin-top: 30px;
      margin-bottom: 30px;
      color: #ffffff; } }

@media (max-width: 766.98px) {
  .generic-content-common .generic-content {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 16px; }
    .generic-content-common .generic-content h1 {
      color: #003057;
      padding-top: 20px;
      padding-bottom: 10px;
      font-size: 22px;
      font-weight: 400; }
    .generic-content-common .generic-content p {
      font-weight: 300;
      margin-bottom: 30px;
      font-size: 16px; }
    .generic-content-common .generic-content div {
      font-weight: 300;
      font-size: 20px; }
    .generic-content-common .generic-content span {
      font-weight: 300;
      margin-bottom: 30px;
      font-size: 16px; }
    .generic-content-common .generic-content img {
      float: unset;
      display: unset;
      max-width: 100%; }
    .generic-content-common .generic-content table {
      text-align: center;
      -ms-flex-align: center;
          align-items: center; }
      .generic-content-common .generic-content table tbody tr td {
        border: 1px solid #000000;
        text-align: center;
        vertical-align: middle;
        padding: 10px; }
      .generic-content-common .generic-content table thead tr th {
        border: 1px solid #000000;
        text-align: center;
        vertical-align: middle;
        padding: 10px; }
    .generic-content-common .generic-content figcaption {
      padding: 10px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .generic-content-common .generic-content {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 16px; }
    .generic-content-common .generic-content h1 {
      color: #003057;
      padding-top: 20px;
      padding-bottom: 10px;
      font-size: 22px;
      font-weight: 400; }
    .generic-content-common .generic-content p {
      font-weight: 300;
      margin-bottom: 30px;
      font-size: 16px; }
    .generic-content-common .generic-content div {
      font-weight: 300;
      font-size: 20px; }
    .generic-content-common .generic-content span {
      font-weight: 300;
      margin-bottom: 30px;
      font-size: 16px; }
    .generic-content-common .generic-content img {
      float: unset;
      display: unset;
      max-width: 100%; }
    .generic-content-common .generic-content table {
      text-align: center;
      -ms-flex-align: center;
          align-items: center; }
      .generic-content-common .generic-content table tbody tr td {
        border: 1px solid #000000;
        text-align: center;
        vertical-align: middle;
        padding: 10px; }
      .generic-content-common .generic-content table thead tr th {
        border: 1px solid #000000;
        text-align: center;
        vertical-align: middle;
        padding: 10px; }
    .generic-content-common .generic-content figcaption {
      padding: 15px; } }

@media (max-width: 766.98px) {
  .box-top p {
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    padding-top: 0; }
    .box-top p i {
      color: #000000;
      font-size: 20px;
      font-family: FontAwesome;
      font-style: normal; }
  .box-top .left-box {
    float: left;
    padding: 10px; }
    .box-top .left-box h5 {
      color: #003057;
      font-weight: 400;
      font-size: 16px; }
    .box-top .left-box a {
      color: #008375;
      display: block;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 16px;
      font-weight: 300; }
  .box-top .right-box {
    padding: 10px; }
  .grey-bg {
    background-color: #f8f8f8; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .imagemodelwindow {
    background-color: white;
    padding-top: 15px; }
    .imagemodelwindow .content-div {
      padding: 10px;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .imagemodelwindow .content-div .content-body {
        padding: 20px;
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
        border-radius: 5px;
        background-color: #ffffff; }
        .imagemodelwindow .content-div .content-body h2 {
          font-size: 28px;
          color: #003057;
          text-align: left; }
        .imagemodelwindow .content-div .content-body .text-expand1, .imagemodelwindow .content-div .content-body .text-expand2 {
          font-weight: 300;
          font-size: 14px; }
        .imagemodelwindow .content-div .content-body a {
          color: #008065; }
        .imagemodelwindow .content-div .content-body ul {
          list-style: inherit; }
          .imagemodelwindow .content-div .content-body ul li {
            font-weight: 300;
            font-size: 14px; }
        .imagemodelwindow .content-div .content-body .carousel ol li {
          background-color: #003057;
          width: 10px;
          height: 10px;
          border-radius: 100%; }
        .imagemodelwindow .content-div .content-body .card {
          border: none; }
          .imagemodelwindow .content-div .content-body .card .card-header {
            background-color: #ffffff;
            border-bottom: none;
            padding: 0; }
            .imagemodelwindow .content-div .content-body .card .card-header button {
              color: #008065;
              text-decoration: none; }
              .imagemodelwindow .content-div .content-body .card .card-header button i:before {
                font-family: fontawesome;
                content: "\f068";
                font-style: normal;
                margin-right: 5px; }
              .imagemodelwindow .content-div .content-body .card .card-header button.collapsed i:before {
                font-family: fontawesome;
                content: "\f067";
                font-style: normal;
                margin-right: 5px; } }

@media (max-width: 1399.98px) and (min-width: 767px) {
  .carousel-indicators {
    bottom: -4%; } }

@media (max-width: 766.98px) {
  .info {
    padding-bottom: 15px !important; }
    .info #last-block {
      margin-bottom: 15px; }
    .info .main-block {
      float: left;
      width: 100%;
      padding: 15px; }
      .info .main-block .content-block {
        min-height: 250px;
        background-color: #f8f8f8;
        text-align: center;
        padding: 0; }
        .info .main-block .content-block img {
          width: 100%;
          height: auto; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .info {
    padding-bottom: 15px !important; }
    .info .main-block {
      float: left;
      padding: 5px; }
      .info .main-block .content-block {
        min-height: 200px;
        background-color: #f8f8f8;
        text-align: center;
        padding: 0; }
        .info .main-block .content-block img {
          width: 100%;
          height: auto; } }

@media (max-width: 1000px) and (min-width: 767px) {
  .info {
    padding-bottom: 15px !important; }
    .info .main-block {
      width: 100%;
      float: left;
      padding: 5px; }
      .info .main-block .content-block {
        min-height: 200px;
        background-color: #f8f8f8;
        text-align: center;
        padding: 0; }
        .info .main-block .content-block img {
          width: 100%;
          height: auto; } }

@media (max-width: 766.98px) {
  .serach-insight .button-insight .left-buttons {
    float: left;
    padding: 15px; }
    .serach-insight .button-insight .left-buttons .button {
      color: white;
      width: auto;
      margin-right: 10px;
      margin-top: 10px; }
      .serach-insight .button-insight .left-buttons .button i {
        font-family: FontAwesome;
        font-style: normal;
        margin-left: 15px; }
    .serach-insight .button-insight .left-buttons .dropdown1 {
      float: left; }
      .serach-insight .button-insight .left-buttons .dropdown1 ul {
        padding: 10px;
        list-style: none;
        padding-left: 5px;
        width: 300px;
        background-color: rgba(13, 108, 98, 0.9);
        position: absolute;
        height: auto;
        z-index: 2;
        margin-left: 10px;
        color: white;
        border-radius: 10px;
        left: 10%; }
        .serach-insight .button-insight .left-buttons .dropdown1 ul li {
          height: 40px;
          padding: 7px; }
          .serach-insight .button-insight .left-buttons .dropdown1 ul li i {
            font-family: FontAwesome;
            float: right;
            color: white;
            font-style: normal;
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            padding-bottom: 2px;
            border: 2px solid #ffffff;
            height: 25px;
            width: 25px; }
  .serach-insight .button-insight .right-buttons {
    float: left;
    padding: 20px;
    text-align: right; }
    .serach-insight .button-insight .right-buttons input {
      float: left;
      width: 100px;
      border-radius: 10px;
      width: 75%; }
    .serach-insight .button-insight .right-buttons .button {
      color: white;
      padding: 10px;
      margin-left: 10px;
      float: left; }
  .serach-insight .news-feed .button-bottom {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content; }
    .serach-insight .news-feed .button-bottom .button {
      padding: 15px;
      margin: 10px; }
  .serach-insight .news-feed .row {
    padding: 15px;
    padding-left: 0;
    padding-right: 0; }
    .serach-insight .news-feed .row .news-section {
      padding: 15px; }
      .serach-insight .news-feed .row .news-section .news-block {
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
        padding-left: 0;
        width: 100%;
        float: left;
        border-radius: 10px;
        min-height: 300px;
        min-width: 250px; }
        .serach-insight .news-feed .row .news-section .news-block img {
          margin-bottom: -40px;
          width: 100%; }
        .serach-insight .news-feed .row .news-section .news-block .title-block {
          padding: 20px;
          padding-left: 0px;
          padding-bottom: 0px;
          position: absolute;
          left: 15px;
          top: 4%; }
          .serach-insight .news-feed .row .news-section .news-block .title-block .title {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 400;
            background: #D8D8D8;
            text-align: left;
            padding-left: 15px;
            color: #003057;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px; }
        .serach-insight .news-feed .row .news-section .news-block .content-block {
          padding: 15px;
          padding-top: 0;
          margin-top: 75px; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .headline {
            font-size: 16px;
            font-weight: 600;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .headline:hover {
              color: #000000;
              text-decoration: none; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .date {
            color: #0083AD !important; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .learnmore {
            color: #008065;
            position: absolute;
            bottom: 15px; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .descripton {
            font-weight: 300;
            font-size: 14px;
            margin-bottom: 30px;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .descripton:hover {
              color: #000000;
              text-decoration: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .serach-insight .button-insight .left-buttons {
    float: left;
    padding: 20px;
    padding-left: 0; }
    .serach-insight .button-insight .left-buttons .button {
      color: white;
      margin-left: 10px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 10px; }
      .serach-insight .button-insight .left-buttons .button i {
        font-family: FontAwesome;
        font-style: normal;
        margin-left: 15px; }
    .serach-insight .button-insight .left-buttons .dropdown1 {
      float: left; }
      .serach-insight .button-insight .left-buttons .dropdown1 ul {
        padding: 10px;
        list-style: none;
        width: 300px;
        background-color: rgba(13, 108, 98, 0.9);
        position: absolute;
        height: auto;
        z-index: 2;
        margin-left: 10px;
        color: white;
        border-radius: 10px; }
        .serach-insight .button-insight .left-buttons .dropdown1 ul li {
          height: 40px;
          padding: 5px; }
          .serach-insight .button-insight .left-buttons .dropdown1 ul li i {
            font-family: FontAwesome;
            float: right;
            color: white;
            font-style: normal;
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            padding-bottom: 2px;
            border: 2px solid #ffffff;
            height: 25px;
            width: 25px; }
  .serach-insight .button-insight .right-buttons {
    float: left;
    padding: 20px;
    padding-left: 0;
    text-align: right; }
    .serach-insight .button-insight .right-buttons input {
      float: left;
      width: 150px;
      padding: 28px;
      border-radius: 10px; }
    .serach-insight .button-insight .right-buttons .button {
      background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
      color: white;
      padding: 15px;
      margin-left: 10px;
      float: left; }
  .serach-insight .news-feed .button-bottom {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content; }
    .serach-insight .news-feed .button-bottom .button {
      margin-left: 10px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 10px; }
  .serach-insight .news-feed .row {
    padding: 15px;
    padding-left: 0;
    padding-right: 0; }
    .serach-insight .news-feed .row .news-section {
      padding: 15px; }
      .serach-insight .news-feed .row .news-section .news-block {
        box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.15) !important;
        width: 100%;
        padding-left: 0;
        float: left;
        min-height: 300px;
        min-width: 200px;
        border-radius: 10px; }
        .serach-insight .news-feed .row .news-section .news-block img {
          margin-bottom: -50px;
          width: 100%; }
        .serach-insight .news-feed .row .news-section .news-block .title-block {
          padding: 20px;
          padding-left: 0px;
          padding-bottom: 0px;
          position: absolute;
          left: 15px;
          top: 4%; }
          .serach-insight .news-feed .row .news-section .news-block .title-block .title {
            font-size: 20px;
            background: #D8D8D8;
            text-align: left;
            padding-left: 15px;
            color: #003057;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px;
            text-transform: uppercase;
            font-weight: 400; }
        .serach-insight .news-feed .row .news-section .news-block .content-block {
          padding: 15px;
          padding-top: 0;
          margin-top: 80px; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .headline {
            font-size: 18px;
            font-weight: 600;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .headline:hover {
              color: #000000;
              text-decoration: none; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .date {
            color: #0083AD !important; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .learnmore {
            color: #008065;
            position: absolute;
            bottom: 15px; }
          .serach-insight .news-feed .row .news-section .news-block .content-block .descripton {
            font-weight: 300;
            font-size: 14px;
            margin-bottom: 30px;
            color: #000000;
            text-decoration: none; }
            .serach-insight .news-feed .row .news-section .news-block .content-block .descripton:hover {
              color: #000000;
              text-decoration: none; } }

@media (max-width: 766.98px) {
  .insight-slider {
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-align: center;
        align-items: center;
    background-repeat: no-repeat; }
    .insight-slider .container h2 {
      margin-top: 5%;
      color: #003057;
      text-align: center;
      font-size: 28px;
      font-weight: 400; }
  button.owl-prev {
    top: -5%;
    left: -5%;
    position: absolute;
    background: transparent;
    border: none; }
    button.owl-prev span {
      font-size: 36px;
      background: transparent; }
      button.owl-prev span:hover {
        background: transparent; }
      button.owl-prev span:active {
        background: transparent; }
  button.owl-next {
    top: -5%;
    right: -5%;
    position: absolute;
    background: transparent;
    border: none; }
    button.owl-next span {
      font-size: 36px;
      background: transparent; }
      button.owl-next span:hover {
        background: transparent; }
      button.owl-next span:active {
        background: transparent; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .insight-slider {
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-align: center;
        align-items: center;
    background-repeat: no-repeat; }
    .insight-slider .container h2 {
      margin-top: 5%;
      color: #003057;
      text-align: center;
      font-size: 28px;
      font-weight: 400; }
  button.owl-prev {
    top: -5%;
    left: -4%;
    position: absolute;
    background: transparent;
    border: none; }
    button.owl-prev:hover {
      border: none; }
    button.owl-prev:active {
      border: none; }
    button.owl-prev:focus {
      border: none; }
    button.owl-prev span {
      font-size: 36px;
      background: transparent;
      border: none; }
      button.owl-prev span:hover {
        background: transparent;
        border: none; }
      button.owl-prev span:active {
        background: transparent;
        border: none; }
      button.owl-prev span:focus {
        border: none; }
  button.owl-next {
    top: -5%;
    right: -4%;
    position: absolute;
    background: transparent;
    border: none; }
    button.owl-next:hover {
      border: none; }
    button.owl-next:active {
      border: none; }
    button.owl-next:focus {
      border: none; }
    button.owl-next span {
      font-size: 36px;
      background: transparent;
      border: none; }
      button.owl-next span:hover {
        background: transparent;
        border: none; }
      button.owl-next span:active {
        background: transparent;
        border: none; }
      button.owl-next span:focus {
        border: none; } }

@media (max-width: 766.98px) {
  .leadershipgrid {
    padding-right: 10px;
    background-image: linear-gradient(#ffffff, #eaeaea);
    margin-bottom: 20px; }
    .leadershipgrid h1 {
      color: #003057;
      padding-top: 15px;
      font-size: 18px; }
    .leadershipgrid h4 {
      color: #003057;
      font-style: italic;
      font-size: 16px; }
    .leadershipgrid .content img {
      padding: 10px; }
    .leadershipgrid .content p {
      padding: 15px;
      font-size: 14px;
      font-weight: 300; }
    .leadershipgrid .leader-img {
      padding: 15px;
      float: left; }
  .gridview {
    padding-bottom: 10px; }
    .gridview .title-leader {
      font-size: 28px;
      color: #003057;
      padding: 10px; }
    .gridview .row .grid-content {
      float: left;
      padding: 20px; }
      .gridview .row .grid-content h2 {
        font-size: 24px;
        padding: 5px;
        padding-bottom: 0px; }
      .gridview .row .grid-content .grid-img {
        position: relative;
        margin: 5px; }
        .gridview .row .grid-content .grid-img img {
          width: 100%; }
      .gridview .row .grid-content .text-block {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #003057;
        color: white;
        min-height: 90px;
        background: rgba(0, 48, 87, 0.5);
        text-align: center; }
        .gridview .row .grid-content .text-block h2 {
          color: #ffffff; }
        .gridview .row .grid-content .text-block p {
          font-weight: 300; }
  .leader-tablet h1 {
    color: #003057;
    font-size: 28px;
    padding: 15px;
    padding-bottom: 10px; }
  .leader-tablet p {
    padding: 15px;
    padding-top: 5px;
    font-weight: 300;
    font-size: 16px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .leadershipgrid {
    background-image: linear-gradient(#ffffff, #eaeaea);
    margin-bottom: 20px; }
    .leadershipgrid h1 {
      color: #003057;
      padding-top: 15px;
      font-size: 22px;
      font-weight: 400; }
    .leadershipgrid h4 {
      color: #003057;
      font-style: italic;
      font-size: 18px; }
    .leadershipgrid .content {
      width: 100%;
      display: block; }
      .leadershipgrid .content .text-p {
        width: 70%;
        display: block;
        padding-left: 15px; }
        .leadershipgrid .content .text-p p {
          font-size: 18px;
          font-weight: 300; }
      .leadershipgrid .content img {
        width: 28%;
        float: right; }
  .gridview {
    padding-bottom: 10px; }
    .gridview .title-leader {
      font-size: 28px;
      color: #003057;
      padding: 10px; }
    .gridview .row .grid-content {
      float: left;
      padding-top: 5px;
      padding-right: 0px;
      padding-left: 5px; }
      .gridview .row .grid-content h2 {
        font-size: 24px;
        padding: 5px;
        padding-bottom: 0px; }
      .gridview .row .grid-content .grid-img {
        position: relative;
        margin: 5px; }
      .gridview .row .grid-content .text-block {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #003057;
        color: white;
        min-height: 83px;
        background: rgba(0, 48, 87, 0.5);
        text-align: center;
        padding: 10px 5px;
        padding-bottom: 0; }
        .gridview .row .grid-content .text-block h2 {
          font-size: 18px;
          line-height: 1;
          padding: 0;
          margin-bottom: 5px; }
        .gridview .row .grid-content .text-block p {
          font-size: 13px;
          line-height: 1;
          padding: 0;
          margin-bottom: 5px; }
  .leader-tablet h1 {
    color: #003057;
    font-size: 28px; } }

@media (max-width: 766.98px) {
  .map {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flow-root;
    /*.cd-single-point.visited::after{display:none}*/ }
    .map .cd-product-wrapper {
      display: inline-block;
      position: relative;
      margin: 0 auto;
      width: 100%;
      padding: 20px;
      background-image: linear-gradient(#ffffff, #eaeaea);
      margin-bottom: 10px; }
      .map .cd-product-wrapper img {
        max-width: 100%;
        height: auto; }
      .map .cd-product-wrapper ol {
        list-style: none; }
    .map ul {
      list-style: none; }
    .map .cd-img-replace {
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .map .pods-content-inner {
      padding: 60px 30px; }
    .map .pods-slider-wrap {
      position: relative; }
    .map .pods-slide-controls {
      position: absolute;
      width: 100%;
      top: 30px;
      left: 0;
      text-align: center;
      z-index: 5; }
      .map .pods-slide-controls li {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border: 1px solid #000;
        background: #e0e622;
        border-radius: 100%; }
        .map .pods-slide-controls li:hover, .map .pods-slide-controls li.active {
          background: #000; }
    .map .pods-slider > div {
      display: none; }
      .map .pods-slider > div.active {
        display: block; }
    .map .pods-slide-caption {
      margin-top: 60px; }
      .map .pods-slide-caption p {
        margin: 30px 0 0;
        position: relative; }
    .map .cd-more-info p {
      font-size: 1.0rem;
      line-height: 1.1;
      margin-bottom: 10px; }
    .map .home-pods-2 .caption-front p:first-child:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      margin-right: 20px;
      width: 300px;
      border-top: 2px solid #F7BE00; }
    .map .cd-img-replace {
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .map .cd-product-wrapper {
      /* display:inline-block; */
      /* position:relative; */
      /* margin:0 auto; */
      /* width:100%; */
      display: block; }
      .map .cd-product-wrapper > img {
        display: block;
        width: 100%; }
    .map .cd-single-point {
      position: absolute;
      border-radius: 50%; }
      .map .cd-single-point > a {
        position: relative;
        z-index: 2;
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-radius: inherit;
        background: #F7BE00;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
        transition: background-color 0.2s;
        border: 2px solid #ffffff; }
        .map .cd-single-point > a::after, .map .cd-single-point > a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          right: auto;
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        .map .cd-single-point > a::after {
          font-family: fontawesome;
          left: 1px;
          color: #ffffff; }
        .map .cd-single-point > a::before {
          font-family: fontawesome;
          left: 1px;
          color: #ffffff; }
      .map .cd-single-point::after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: inherit;
        background-color: transparent;
        animation: cd-pulse 2s infinite; }
      .map .cd-single-point.point-1-1 {
        top: 24%;
        left: 48%; }
      .map .cd-single-point.point-1-2 {
        top: 62%;
        left: 28%; }
      .map .cd-single-point.point-2-1 {
        top: 23%;
        left: 19%; }
      .map .cd-single-point.point-2-2 {
        top: 36%;
        left: 74%; }
      .map .cd-single-point.point-3-1 {
        bottom: 50%;
        right: 34%; }
      .map .cd-single-point.point-3-2 {
        bottom: 29%;
        right: 54%; }
      .map .cd-single-point.is-open > a {
        background-color: #F7BE00; }
      .map .cd-single-point.is-open::after {
        display: none; }
      .map .cd-single-point.is-open .cd-more-info {
        visibility: visible;
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
      .map .cd-single-point.visited > a {
        background-color: #F7BE00; }
      .map .cd-single-point .cd-more-info {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        line-height: 1.5;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 2em 1em 1em;
        visibility: hidden;
        opacity: 0;
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
        position: absolute;
        width: auto;
        height: auto;
        padding: 20px;
        padding-top: 30px;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: .25em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        z-index: 10; }
        .map .cd-single-point .cd-more-info::before {
          content: '';
          position: absolute;
          height: 0;
          width: 0;
          display: none;
          border: 8px solid transparent;
          display: block; }
        .map .cd-single-point .cd-more-info.cd-top, .map .cd-single-point .cd-more-info.cd-bottom, .map .cd-single-point .cd-more-info.cd-top::before, .map .cd-single-point .cd-more-info.cd-bottom::before {
          left: 50%;
          right: auto;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .map .cd-single-point .cd-more-info.cd-top {
          bottom: 160%;
          top: auto;
          background: #F7BE00; }
          .map .cd-single-point .cd-more-info.cd-top::before {
            border-top-color: #F7BE00;
            top: 100%; }
  @keyframes cd-pulse {
    0% {
      -ms-transform: scale(1);
      transform: scale(1);
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    50% {
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    100% {
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      box-shadow: inset 0 0 1px 1px transparent; } }
    .map .cd-close-info {
      position: fixed;
      top: 0;
      right: 0;
      height: 44px;
      width: 44px; }
      .map .cd-close-info::after, .map .cd-close-info:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        background-color: #475f74;
        transition-property: transform;
        transition-duration: 0.2s; }
      .map .cd-close-info::after {
        height: 2px;
        width: 16px; }
      .map .cd-close-info::before {
        height: 16px;
        width: 2px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .map {
    display: flow-root;
    padding-top: 10px;
    padding-bottom: 10px;
    /*.cd-single-point.visited::after{display:none}*/ }
    .map .cd-product-wrapper {
      display: inline-block;
      position: relative;
      margin: 0 auto;
      width: 100%;
      padding: 20px;
      background-image: linear-gradient(#ffffff, #eaeaea);
      margin-bottom: 10px; }
      .map .cd-product-wrapper img {
        max-width: 100%;
        height: auto; }
      .map .cd-product-wrapper ol {
        list-style: none; }
    .map ul {
      list-style: none; }
    .map .cd-img-replace {
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .map .pods-content-inner {
      padding: 60px 30px; }
    .map .pods-slider-wrap {
      position: relative; }
    .map .pods-slide-controls {
      position: absolute;
      width: 100%;
      top: 30px;
      left: 0;
      text-align: center;
      z-index: 5; }
      .map .pods-slide-controls li {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border: 1px solid #000;
        background: #e0e622;
        border-radius: 100%; }
        .map .pods-slide-controls li:hover, .map .pods-slide-controls li.active {
          background: #000; }
    .map .pods-slider > div {
      display: none; }
      .map .pods-slider > div.active {
        display: block; }
    .map .pods-slide-caption {
      margin-top: 60px; }
      .map .pods-slide-caption p {
        margin: 30px 0 0;
        position: relative; }
    .map .cd-more-info p {
      font-size: 1.0rem;
      line-height: 1.1;
      margin-bottom: 10px; }
    .map .home-pods-2 .caption-front p:first-child:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      margin-right: 20px;
      width: 300px;
      border-top: 2px solid #F7BE00; }
    .map .cd-img-replace {
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .map .cd-product-wrapper {
      /* display:inline-block; */
      /* position:relative; */
      /* margin:0 auto; */
      /* width:100%; */
      display: block; }
      .map .cd-product-wrapper > img {
        display: block;
        width: 100%; }
    .map .cd-single-point {
      position: absolute;
      border-radius: 50%; }
      .map .cd-single-point > a {
        position: relative;
        z-index: 2;
        display: block;
        width: 0.8em;
        height: 0.8em;
        border-radius: inherit;
        background: #F7BE00;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
        transition: background-color 0.2s;
        border: 2px solid #ffffff; }
        .map .cd-single-point > a::after, .map .cd-single-point > a:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          right: auto;
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        .map .cd-single-point > a::after {
          font-family: fontawesome;
          left: 1px;
          color: #ffffff; }
        .map .cd-single-point > a::before {
          font-family: fontawesome;
          left: 1px;
          color: #ffffff; }
      .map .cd-single-point::after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: inherit;
        background-color: transparent;
        animation: cd-pulse 2s infinite; }
      .map .cd-single-point.point-1-1 {
        top: 23%;
        left: 47%; }
      .map .cd-single-point.point-1-2 {
        top: 62%;
        left: 28%; }
      .map .cd-single-point.point-2-1 {
        top: 23%;
        left: 19%; }
      .map .cd-single-point.point-2-2 {
        top: 37%;
        left: 76%; }
      .map .cd-single-point.point-3-1 {
        bottom: 50%;
        right: 34%; }
      .map .cd-single-point.point-3-2 {
        bottom: 29%;
        right: 54%; }
      .map .cd-single-point.is-open > a {
        background-color: #F7BE00; }
      .map .cd-single-point.is-open::after {
        display: none; }
      .map .cd-single-point.is-open .cd-more-info {
        visibility: visible;
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
      .map .cd-single-point.visited > a {
        background-color: #F7BE00; }
      .map .cd-single-point .cd-more-info {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        line-height: 1.5;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 2em 1em 1em;
        visibility: hidden;
        opacity: 0;
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
        position: absolute;
        width: auto;
        height: auto;
        padding: 20px;
        padding-top: 30px;
        overflow-y: visible;
        line-height: 1.4;
        border-radius: .25em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        z-index: 10; }
        .map .cd-single-point .cd-more-info::before {
          content: '';
          position: absolute;
          height: 0;
          width: 0;
          display: none;
          border: 8px solid transparent;
          display: block; }
        .map .cd-single-point .cd-more-info.cd-top, .map .cd-single-point .cd-more-info.cd-bottom, .map .cd-single-point .cd-more-info.cd-top::before, .map .cd-single-point .cd-more-info.cd-bottom::before {
          left: 50%;
          right: auto;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .map .cd-single-point .cd-more-info.cd-top {
          bottom: 160%;
          top: auto;
          background: #F7BE00; }
          .map .cd-single-point .cd-more-info.cd-top::before {
            border-top-color: #F7BE00;
            top: 100%; }
  @keyframes cd-pulse {
    0% {
      -ms-transform: scale(1);
      transform: scale(1);
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    50% {
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    100% {
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      box-shadow: inset 0 0 1px 1px transparent; } }
    .map .cd-close-info {
      position: fixed;
      top: 0;
      right: 0;
      height: 44px;
      width: 44px; }
      .map .cd-close-info::after, .map .cd-close-info:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        background-color: #475f74;
        transition-property: transform;
        transition-duration: 0.2s; }
      .map .cd-close-info::after {
        height: 2px;
        width: 16px; }
      .map .cd-close-info::before {
        height: 16px;
        width: 2px; } }

@media (max-width: 766.98px) {
  .product-tile {
    padding-top: 20px;
    padding-bottom: 15px; }
    .product-tile h2 {
      color: #003057;
      text-align: center;
      padding-top: 20px;
      font-size: 28px;
      font-weight: 400; }
    .product-tile .row .product-outer {
      padding: 15px;
      float: left;
      width: 100%; }
      .product-tile .row .product-outer a {
        cursor: pointer; }
      .product-tile .row .product-outer .product-tile-inner {
        position: relative;
        border-radius: 10px; }
        .product-tile .row .product-outer .product-tile-inner img {
          display: block; }
        .product-tile .row .product-outer .product-tile-inner .top-color {
          position: absolute;
          top: 0;
          bottom: 0;
          background-color: #673277;
          height: 100%;
          width: 100%;
          left: 0;
          right: 0;
          opacity: 0.5;
          transition: .5s ease;
          border-radius: 5px; }
          .product-tile .row .product-outer .product-tile-inner .top-color .text {
            width: auto;
            color: white;
            font-size: 36px;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            border-top: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff;
            z-index: 100;
            font-style: bold;
            transition: transform 10s; }
  .blue-color-effect {
    background-color: #002D74 !important; }
  .green-color-effect {
    background-color: #0083AD !important; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .product-tile {
    padding-top: 20px;
    padding-bottom: 15px; }
    .product-tile h2 {
      color: #003057;
      text-align: center;
      padding-top: 20px;
      font-size: 28px;
      font-weight: 400; }
    .product-tile .row .product-outer {
      float: left; }
      .product-tile .row .product-outer a {
        cursor: pointer; }
      .product-tile .row .product-outer .product-tile-inner {
        position: relative;
        border-radius: 10px; }
        .product-tile .row .product-outer .product-tile-inner img {
          display: block; }
        .product-tile .row .product-outer .product-tile-inner .top-color {
          position: absolute;
          top: 0;
          bottom: 0;
          background-color: #673277;
          height: 100%;
          width: 100%;
          left: 0;
          right: 0;
          opacity: 0.5;
          transition: .5s ease;
          border-radius: 5px; }
          .product-tile .row .product-outer .product-tile-inner .top-color .text {
            width: auto;
            color: white;
            font-size: 36px;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            text-align: center;
            border-top: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff;
            z-index: 100;
            font-style: bold;
            transition: transform 10s; }
  .blue-color-effect {
    background-color: #002D74 !important; }
  .green-color-effect {
    background-color: #0083AD !important; } }

@media (max-width: 1023.98px) {
  .producttable h2 {
    color: #003057;
    text-align: center; }
  .producttable table {
    border-bottom: 2px solid #888888; }
    .producttable table thead {
      background: linear-gradient(180deg, #002340 0%, #004f8f 100%); }
      .producttable table thead tr th {
        color: #ffffff;
        text-align: center;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        border-left: 2px solid #888888;
        border-right: 2px solid #888888;
        width: 25%;
        font-weight: 400; }
    .producttable table tbody tr td {
      border-left: 2px solid #888888;
      border-right: 2px solid #888888;
      text-align: center; }
      .producttable table tbody tr td a {
        color: #008065; }
  .producttable p {
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .newsroom h1 {
    color: #003057;
    padding-top: 20px;
    padding-bottom: 10px; }
  .newsroom h2 {
    font-weight: 400;
    font-size: 24px; }
  .newsroom .button {
    -ms-flex-align: center;
        align-items: center;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px; }
  .newsroom .news-section {
    padding: 0;
    margin-top: 30px; }
    .newsroom .news-section .newsresult {
      border-bottom: 1px solid #C6C6C6;
      margin-top: 20px;
      width: 100%; }
      .newsroom .news-section .newsresult a {
        margin-top: 20px;
        margin-bottom: 10px; }
      .newsroom .news-section .newsresult h2 {
        color: #003057;
        font-weight: 500;
        font-size: 16px;
        text-align: left; }
      .newsroom .news-section .newsresult p {
        font-size: 16px;
        font-weight: 300; }
    .newsroom .news-section .newsresult:last-child {
      border-bottom: none; }
  .newsroom #button1 {
    border-radius: 5px;
    color: white;
    padding: .5em;
    text-decoration: none;
    padding: 10px 20px; } }

@media (max-width: 766.98px) {
  .newsroom h1 {
    color: #003057;
    padding-top: 20px;
    padding-bottom: 10px; }
  .newsroom h2 {
    font-weight: 400;
    font-size: 24px; }
  .newsroom button {
    background: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
    -ms-flex-align: center;
        align-items: center;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px; }
  .newsroom .news-section {
    padding: 0;
    margin-top: 20px; }
    .newsroom .news-section .newsresult {
      border-bottom: 1px solid #C6C6C6;
      margin-top: 20px;
      width: 100%; }
      .newsroom .news-section .newsresult a {
        margin-top: 20px;
        margin-bottom: 10px; }
      .newsroom .news-section .newsresult h2 {
        color: #003057;
        font-weight: 500;
        font-size: 18px;
        text-align: left; }
      .newsroom .news-section .newsresult p {
        font-size: 16px;
        font-weight: 300; }
    .newsroom .news-section .newsresult:last-child {
      border-bottom: none; }
  .newsroom #button1 {
    background-image: linear-gradient(to bottom, #008375 0%, #005a51 31%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 5px;
    color: white;
    padding: .5em;
    text-decoration: none;
    padding: 10px 20px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .cd-single-point {
    font-size: 65%; }
  .cd-single-point > a::after {
    font-size: 65%; }
  .cd-single-point > a::before {
    font-size: 65%; } }

@media (max-width: 766.98px) {
  .cd-product-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: auto; }
    .cd-product-wrapper img {
      max-width: 100%;
      height: auto; }
    .cd-product-wrapper ol {
      list-style: none;
      padding: 0; }
  ul {
    list-style: none;
    padding: 0; }
  .cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .pods-content-inner {
    padding: 60px 30px; }
  .pods-slider-wrap {
    position: relative; }
  .pods-slide-controls {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    text-align: center;
    z-index: 5; }
    .pods-slide-controls li {
      display: inline-block;
      margin: 0 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #000;
      background: #e0e622;
      border-radius: 100%; }
      .pods-slide-controls li:hover, .pods-slide-controls li.active {
        background: #000; }
  .pods-slider > div {
    display: none; }
    .pods-slider > div.active {
      display: block; }
  .pods-slide-caption {
    margin-top: 60px; }
    .pods-slide-caption p {
      margin: 30px 0 0;
      position: relative; }
  .cd-more-info p {
    font-size: 1.0rem;
    line-height: 1.1;
    margin-bottom: 10px; }
  .home-pods-2 .caption-front p:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 20px;
    width: 300px;
    border-top: 2px solid #F7BE00; }
  .cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .cd-product-wrapper {
    /* display:inline-block; */
    /* position:relative; */
    /* margin:0 auto; */
    /* width:100%; */
    display: block; }
    .cd-product-wrapper > img {
      display: block;
      width: 100%; }
  .cd-single-point {
    position: absolute;
    border-radius: 50%;
    font-size: 65%; }
    .cd-single-point > a {
      position: relative;
      z-index: 2;
      display: block;
      width: 0.7em;
      height: 0.7em;
      border-radius: inherit;
      background: #E87200;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
      transition: background-color 0.2s; }
      .cd-single-point > a::after, .cd-single-point > a:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .cd-single-point > a::after {
        content: "\f002";
        font-family: fontawesome;
        left: 0px;
        color: #ffffff;
        font-size: 4px; }
      .cd-single-point > a::before {
        content: "\f002";
        font-family: fontawesome;
        left: 0px;
        color: #ffffff;
        font-size: 4px; }
    .cd-single-point::after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: inherit;
      background-color: transparent;
      animation: cd-pulse 2s infinite; }
    .cd-single-point.point-1-1 {
      top: 35%;
      left: 39%; }
    .cd-single-point.point-1-2 {
      top: 45%;
      left: 39%; }
    ss .cd-single-point.point-2-1 {
      top: 41%;
      left: 34%; }
    .cd-single-point.point-2-2 {
      top: 41%;
      left: 44%; }
    .cd-single-point.point-3-1 {
      bottom: 50%;
      right: 34%; }
    .cd-single-point.point-3-2 {
      bottom: 29%;
      right: 54%; }
    .cd-single-point.is-open > a {
      background-color: #E87200; }
    .cd-single-point.is-open::after {
      display: none; }
    .cd-single-point.is-open .cd-more-info {
      display: block;
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1);
      transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
    .cd-single-point.visited > a {
      background-color: #E87200; }
    .cd-single-point .cd-more-info {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      text-align: left;
      line-height: 1.5;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 2em 1em 1em;
      opacity: 0;
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
      position: absolute;
      width: auto;
      height: auto;
      padding: 20px;
      padding-top: 30px;
      overflow-y: visible;
      line-height: 1.4;
      border-radius: .25em;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      z-index: 10; }
      .cd-single-point .cd-more-info::before {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        display: none;
        border: 8px solid transparent;
        display: block; }
      .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom, .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
        left: 50%;
        right: auto; }
      .cd-single-point .cd-more-info.cd-top {
        top: -266%;
        left: 136%;
        background: rgba(232, 114, 0, 0.7);
        color: #ffffff; }
        .cd-single-point .cd-more-info.cd-top::before {
          border-top-color: rgba(232, 114, 0, 0.7);
          left: -15px;
          top: 42px;
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
        .cd-single-point .cd-more-info.cd-top a {
          color: #ffffff; }
          .cd-single-point .cd-more-info.cd-top a:hover {
            color: #003057; }
  /*.cd-single-point.visited::after{display:none}*/
  @keyframes cd-pulse {
    0% {
      -ms-transform: scale(1);
      transform: scale(1);
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    50% {
      box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8); }
    100% {
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      box-shadow: inset 0 0 1px 1px transparent; } }
  .cd-close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px; }
    .cd-close-info::after, .cd-close-info:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      background-color: #ffffff;
      transition-property: transform;
      transition-duration: 0.2s; }
    .cd-close-info::after {
      height: 2px;
      width: 16px; }
    .cd-close-info::before {
      height: 16px;
      width: 2px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .twocolumnbanner {
    background-color: #003057; }
    .twocolumnbanner .row {
      text-align: center;
      width: 100%;
      height: 100%;
      margin: 0; }
      .twocolumnbanner .row .content-block {
        padding-top: 30px;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0 auto; }
        .twocolumnbanner .row .content-block .content {
          background-color: white;
          padding-left: 0;
          padding-right: 0; }
          .twocolumnbanner .row .content-block .content .row {
            margin: 0 auto; }
            .twocolumnbanner .row .content-block .content .row .content-img {
              float: left;
              padding-right: 0;
              padding-left: 0; }
              .twocolumnbanner .row .content-block .content .row .content-img img {
                float: left;
                width: 100%;
                height: 100%;
                display: block; }
            .twocolumnbanner .row .content-block .content .row .content-text {
              padding: 30px;
              text-align: left; }
              .twocolumnbanner .row .content-block .content .row .content-text h2 {
                color: #003057;
                font-size: 20px;
                text-align: left; }
              .twocolumnbanner .row .content-block .content .row .content-text p {
                font-size: 16px;
                font-weight: 300; }
              .twocolumnbanner .row .content-block .content .row .content-text button {
                width: auto;
                color: #ffffff;
                display: block; }
              .twocolumnbanner .row .content-block .content .row .content-text ul {
                list-style: none;
                padding-left: 0; }
                .twocolumnbanner .row .content-block .content .row .content-text ul li {
                  font-weight: 300;
                  text-align: left; }
                  .twocolumnbanner .row .content-block .content .row .content-text ul li i {
                    color: #008065; }
    .twocolumnbanner .bottom-text {
      color: #ffffff;
      font-style: italic;
      padding-top: 20px;
      padding-bottom: 10px; }
      .twocolumnbanner .bottom-text p {
        font-size: 12px; } }

@media (max-width: 766.98px) {
  .twocolumnbanner {
    background-color: #003057; }
    .twocolumnbanner .content-block {
      padding-top: 10px;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 15px; }
      .twocolumnbanner .content-block .content {
        background-color: white;
        padding-left: 0;
        padding-right: 0; }
        .twocolumnbanner .content-block .content .content-img {
          float: left; }
          .twocolumnbanner .content-block .content .content-img img {
            float: left;
            width: 100%;
            height: 150px;
            display: block; }
        .twocolumnbanner .content-block .content .content-text {
          padding: 20px;
          padding-left: 30px;
          text-align: left; }
          .twocolumnbanner .content-block .content .content-text h2 {
            color: #003057;
            font-size: 20px;
            text-align: left; }
          .twocolumnbanner .content-block .content .content-text p {
            font-size: 16px;
            font-weight: 300; }
          .twocolumnbanner .content-block .content .content-text img {
            width: 100% !important; }
          .twocolumnbanner .content-block .content .content-text button {
            width: 100%;
            color: #ffffff; }
          .twocolumnbanner .content-block .content .content-text ul {
            list-style: none;
            padding-left: 0; }
            .twocolumnbanner .content-block .content .content-text ul li {
              font-weight: 300; }
              .twocolumnbanner .content-block .content .content-text ul li i {
                color: #008065; }
    .twocolumnbanner .bottom-text {
      color: #ffffff;
      font-style: italic;
      padding: 10px; }
      .twocolumnbanner .bottom-text p {
        font-size: 12px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .twocolumncallouthome {
    background-color: #D8D8D8;
    padding-bottom: 20px; }
    .twocolumncallouthome .row {
      padding: 20px; }
      .twocolumncallouthome .row .text-area {
        float: left;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0; }
        .twocolumncallouthome .row .text-area h2 {
          padding-bottom: 20px;
          font-size: 28px; }
        .twocolumncallouthome .row .text-area h3 {
          color: #003057;
          font-size: 20px;
          padding-bottom: 10px;
          font-weight: 300; }
        .twocolumncallouthome .row .text-area p {
          padding-bottom: 10px;
          font-weight: 300; }
        .twocolumncallouthome .row .text-area a {
          color: #008065;
          font-size: 16px; }
      .twocolumncallouthome .row .callout-img {
        float: left;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0; }
        .twocolumncallouthome .row .callout-img img {
          width: 100%;
          height: auto; }
        .twocolumncallouthome .row .callout-img iframe {
          min-height: 250px; } }

@media (max-width: 766.98px) {
  .twocolumncallouthome {
    background-color: #D8D8D8;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
    .twocolumncallouthome .row {
      padding: 5px; }
      .twocolumncallouthome .row .text-area {
        float: left;
        padding-left: 10px;
        padding-right: 10px; }
        .twocolumncallouthome .row .text-area h2 {
          padding-bottom: 20px;
          padding-top: 20px;
          text-align: left;
          color: #000000;
          font-size: 28px; }
        .twocolumncallouthome .row .text-area h3 {
          color: #003057;
          font-size: 20px;
          padding-bottom: 10px;
          font-weight: 300; }
        .twocolumncallouthome .row .text-area p {
          padding-bottom: 10px;
          font-weight: 300; }
        .twocolumncallouthome .row .text-area a {
          color: #008065;
          font-size: 16px; }
      .twocolumncallouthome .row .callout-img {
        float: left;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px; }
        .twocolumncallouthome .row .callout-img img {
          width: 100%;
          height: auto; }
        .twocolumncallouthome .row .callout-img iframe {
          min-height: 250px; } }

@media (max-width: 1023.98px) {
  .asek-20 h1 {
    color: #003057;
    padding-bottom: 20px; }
  .asek-20 .row .content-body {
    padding: 15px;
    float: left; }
    .asek-20 .row .content-body p {
      font-weight: 300;
      font-size: 16px; }
    .asek-20 .row .content-body h2 {
      color: #003057;
      padding-bottom: 10px;
      text-align: left;
      font-size: 20px; }
    .asek-20 .row .content-body ul {
      list-style: inherit;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px; }
      .asek-20 .row .content-body ul li {
        padding-bottom: 10px;
        font-weight: 300; }
    .asek-20 .row .content-body h3 {
      color: #003057; }
    .asek-20 .row .content-body .caution {
      font-style: italic;
      font-weight: 600; }
    .asek-20 .row .content-body .utility-section {
      float: right;
      width: 100%;
      padding: 15px; }
      .asek-20 .row .content-body .utility-section img {
        max-width: 100%;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        padding: 10px;
        height: auto; }
      .asek-20 .row .content-body .utility-section h2 {
        color: #003057; }
      .asek-20 .row .content-body .utility-section a {
        color: #008375; }
      .asek-20 .row .content-body .utility-section .button {
        background: #E87200;
        margin-bottom: 15px;
        color: #ffffff;
        width: 100%;
        height: 60px;
        padding: 15px;
        margin-top: 5px; }
      .asek-20 .row .content-body .utility-section .featurekit-content {
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        float: left;
        max-width: 100%; }
        .asek-20 .row .content-body .utility-section .featurekit-content .content-kit {
          background: #ffffff;
          border-radius: 5px;
          width: 100%; }
          .asek-20 .row .content-body .utility-section .featurekit-content .content-kit img.img-fluid {
            width: 100%; }
          .asek-20 .row .content-body .utility-section .featurekit-content .content-kit div {
            padding: 15px; }
            .asek-20 .row .content-body .utility-section .featurekit-content .content-kit div h2 {
              font-size: 28px;
              color: #003057; }
            .asek-20 .row .content-body .utility-section .featurekit-content .content-kit div p {
              font-size: 18px;
              font-weight: 300; }
            .asek-20 .row .content-body .utility-section .featurekit-content .content-kit div .learnmore {
              margin-top: 30px; }
              .asek-20 .row .content-body .utility-section .featurekit-content .content-kit div .learnmore a {
                color: #008065; } }

.table-content {
  width: 30%;
  -ms-flex-align: center;
      align-items: center;
  margin: auto;
  padding: 20px; }
  .table-content .table-img {
    padding: 20px;
    height: auto;
    width: 148px; }
  .table-content .table {
    border-radius: 10px; }
    .table-content .table tbody tr td {
      border: none;
      text-align: center; }
    .table-content .table tbody tr th {
      border: none;
      text-align: center;
      font-weight: 400; }
    .table-content .table tbody tr .left-table {
      background-color: #003057;
      color: white; }
    .table-content .table tbody tr .right-table {
      background-color: #f2f2f2; }
    .table-content .table tbody tr .left-table-1 {
      background-color: #024377;
      color: white; }
    .table-content .table tbody tr .right-table-1 {
      background-color: #f8f8f8; }

@media (max-width: 766.98px) {
  .table-content {
    width: 90%;
    -ms-flex-align: center;
        align-items: center;
    margin: auto;
    padding: 20px; }
    .table-content .table-img {
      padding: 10px;
      height: auto;
      width: 90px; }
    .table-content .table {
      border-radius: 10px; }
      .table-content .table tbody tr td {
        border: none;
        text-align: center; }
      .table-content .table tbody tr th {
        border: none;
        text-align: center;
        font-weight: 400; }
      .table-content .table tbody tr .left-table {
        background-color: #003057;
        color: white; }
      .table-content .table tbody tr .right-table {
        background-color: #f2f2f2; }
      .table-content .table tbody tr .left-table-1 {
        background-color: #024377;
        color: white; }
      .table-content .table tbody tr .right-table-1 {
        background-color: #f8f8f8; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .table-content {
    width: 70%;
    -ms-flex-align: center;
        align-items: center;
    margin: auto;
    padding: 20px; }
    .table-content .table-img {
      padding: 10px;
      height: auto;
      width: 150px; }
    .table-content .table {
      border-radius: 10px; }
      .table-content .table tbody tr td {
        border: none;
        text-align: center; }
      .table-content .table tbody tr th {
        border: none;
        text-align: center;
        font-weight: 400; }
      .table-content .table tbody tr .left-table {
        background-color: #003057;
        color: white; }
      .table-content .table tbody tr .right-table {
        background-color: #f2f2f2; }
      .table-content .table tbody tr .left-table-1 {
        background-color: #024377;
        color: white; }
      .table-content .table tbody tr .right-table-1 {
        background-color: #f8f8f8; } }

@media (min-width: 1024px) {
  .twocolumncallouthomevideo .row {
    padding: 20px;
    display: -ms-flexbox !important;
    display: flex !important; }
    .twocolumncallouthomevideo .row .text-area {
      float: left;
      padding-left: 0; }
      .twocolumncallouthomevideo .row .text-area img {
        float: left;
        padding: 20px; }
      .twocolumncallouthomevideo .row .text-area h2 {
        padding-bottom: 0;
        padding-top: 20px;
        font-size: 36px; }
      .twocolumncallouthomevideo .row .text-area h3 {
        color: #003057;
        font-size: 24px;
        padding-bottom: 10px;
        font-weight: 300; }
      .twocolumncallouthomevideo .row .text-area p {
        font-weight: 300; }
      .twocolumncallouthomevideo .row .text-area a {
        color: #008065;
        font-size: 16px; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .twocolumncallouthomevideo .row {
    padding: 20px;
    display: -ms-flexbox !important;
    display: flex !important; }
    .twocolumncallouthomevideo .row .text-area {
      float: left;
      padding-left: 0; }
      .twocolumncallouthomevideo .row .text-area h2 {
        padding-bottom: 0;
        padding-top: 20px;
        font-size: 28px; }
      .twocolumncallouthomevideo .row .text-area h3 {
        color: #003057;
        font-size: 20px;
        padding-bottom: 10px;
        font-weight: 300; }
      .twocolumncallouthomevideo .row .text-area p {
        font-weight: 300; }
      .twocolumncallouthomevideo .row .text-area a {
        color: #008065;
        font-size: 16px; } }

@media (max-width: 1023.98px) {
  .twocolumncallouthomevideo .row {
    padding: 20px;
    display: -ms-flexbox !important;
    display: flex !important; }
    .twocolumncallouthomevideo .row .text-area {
      float: left;
      padding-right: 0;
      padding-left: 0; }
      .twocolumncallouthomevideo .row .text-area img {
        float: left;
        padding: 5px; }
      .twocolumncallouthomevideo .row .text-area h2 {
        padding-bottom: 0;
        padding-top: 20px;
        font-size: 28px; }
      .twocolumncallouthomevideo .row .text-area h3 {
        color: #003057;
        font-size: 20px;
        padding-bottom: 10px;
        font-weight: 300; }
      .twocolumncallouthomevideo .row .text-area p {
        font-weight: 300; }
      .twocolumncallouthomevideo .row .text-area a {
        color: #008065;
        font-size: 16px; } }

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  background: rgba(128, 128, 128, 0.5);
  overflow: auto;
  z-index: 20; }
  .loader img {
    display: block;
    margin: auto;
    position: absolute;
    left: 45%;
    top: 40%; }

@media (min-width: 1024px) {
  .content-h2 {
    color: #003057;
    text-align: center;
    font-size: 36px !important; } }

@media (max-width: 766.98px) {
  .content-h2 {
    color: #003057;
    text-align: center;
    font-size: 28px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    box-sizing: border-box; }
  .article-h2 {
    color: #003057 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    box-sizing: border-box !important; }
  .leadershipbio-h2 {
    color: #003057;
    padding-top: 15px;
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    box-sizing: border-box; }
  .bodycontent-h2 {
    color: #003057;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 400; } }

@media (min-width: 767px) and (max-width: 1399.98px) {
  .content-h2 {
    color: #003057;
    text-align: center;
    font-size: 36px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    box-sizing: border-box; } }

@media (max-width: 1399.98px) and (min-width: 767px) {
  .article-h2 {
    text-align: left !important;
    display: none !important; }
  .content-h2 {
    font-size: 28px; }
  .leadershipbio-h2 {
    color: #003057;
    padding-top: 15px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
    box-sizing: border-box;
    line-height: 1.2; }
  .bodycontent-h2 {
    color: #003057;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 400; } }

@media (min-width: 1025px) {
  .bodycontent-h2 {
    font-size: 36px;
    color: #003057;
    padding-top: 20px;
    padding-bottom: 10px; } }

@media (max-width: 1399.98px) and (min-width: 767px) {
  .bodycontent-h2 {
    font-size: 24px; } }

.secondaryNav.wlt {
  height: 70px;
  background: #fff;
  opacity: 1;
  box-shadow: 0px 2px 5px #888, 0px -2px 5px #888; }
  .secondaryNav.wlt .navHeader {
    display: none; }
  .secondaryNav.wlt ul li {
    display: inline-block;
    font-size: 22px;
    width: auto;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    padding: 1px 0px; }
    .secondaryNav.wlt ul li a {
      padding: 0px 20px;
      margin: 20px 0px;
      font-weight: 500;
      display: block;
      color: #003057; }
    .secondaryNav.wlt ul li:not(:last-child) a:after {
      content: "|";
      padding-left: 40px;
      color: #003057; }

.secondaryNav.fixed {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9;
  margin-top: 0; }

@media (max-width: 767px) {
  .secondaryNav.wlt {
    height: auto; }
    .secondaryNav.wlt .navHeader {
      display: block;
      padding: 15px 0px 15px 20px;
      background: #003057;
      color: white; }
      .secondaryNav.wlt .navHeader span {
        font-weight: 500;
        display: block;
        font-size: 22px; }
      .secondaryNav.wlt .navHeader i {
        position: absolute;
        right: 20px;
        padding-top: 5px; }
        .secondaryNav.wlt .navHeader i:before {
          color: #F7BE00; }
    .secondaryNav.wlt .navSelect {
      display: none; }
      .secondaryNav.wlt .navSelect ul {
        background: #fff;
        padding: 0px; }
        .secondaryNav.wlt .navSelect ul li {
          text-align: left;
          float: none;
          width: 100%; }
          .secondaryNav.wlt .navSelect ul li a, .secondaryNav.wlt .navSelect ul li span {
            padding: 0px 20px;
            margin: 20px 0px;
            font-weight: 500;
            display: block;
            color: #003057; }
            .secondaryNav.wlt .navSelect ul li a:after, .secondaryNav.wlt .navSelect ul li span:after {
              display: none; } }

.banner-content {
  height: 180px;
  width: 960px;
  padding: 30px;
  background-size: cover; }

.banner-content h2 {
  font-size: 36px;
  color: #003057;
  line-height: 1; }

.banner-content p {
  color: #212529; }

.navSelect ul {
  padding: 0; }

.secondaryNav.wlt.nav-height {
  height: auto; }

.secondaryNav.wlt.nav-height ul {
  margin-bottom: 0; }

.container.generic-content.generic-content-new {
  margin-top: 50px; }

.generic-content-new .column {
  border-radius: 10px;
  width: 47%;
  margin: 0 10px;
  padding: 20px 30px; }

.feature-callout .content-kit div p {
  line-height: 1.5 !important; }

ul.feature-links {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.feature-links li {
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
  text-align: center;
  padding: 2px; }

ul.feature-links li:first-child {
  border-top: 1px solid #bebebe; }

/*ul.feature-links li a{color:#007c8c;}*/
.featurekit.feature-callout .featurekit-content .content-kit div .learnmore {
  margin-top: 60px; }

.featurekit.feature-callout .featurekit-content .content-kit div .learnmore a {
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 18px;
  background-color: #008264;
  color: #fff; }

.feature-callout .kit-multi .featurekit-content, .feature-callout .kit-multi .featurekit-content:last-child, .feature-callout .kit-multi .featurekit-content:first-child {
  margin: 0 4px !important; }

.feature-callout .kit-multi .featurekit-content:nth-child(n+4) {
  margin-top: 30px !important; }

/*existing css*/
* {
  box-sizing: border-box; }

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; }

.row:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 600px) {
  .column {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .generic-content-new .column {
    width: 96%;
    margin: 10px auto; }
  .banner-content {
    height: 300px;
    padding: 30px;
    background: url(../images/banner-mobile.jpg); }
  .banner-content h2 {
    margin: 20px 0 30px 0; } }

@media screen and (min-width: 768px) {
  .banner-content.text-left p {
    margin-right: 40%; }
  .banner-content.text-center p {
    margin-left: 20%;
    margin-right: 20%; }
  .banner-content.text-right p {
    margin-left: 40%; } }

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%; }
  .nav-height .container {
    padding: 0; }
  .banner-content {
    padding: 30px; }
  .almPackageGridTable {
    margin-left: -15px;
    font-size: 11px;
    background: white; } }

.generic-content-new .column .button-orange {
  display: inline-block !important;
  padding: 6px 30px; }

.portfoliokit .feature-links {
  margin-bottom: 40px !important; }

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